:root {
    --red: #9D2235;
    --dark-red: #8a1b2c;
    --darker-red: #691522;
    --green: rgb(61, 68, 30);
    --light-green: rgba(61, 68, 30,.65);
    --blue: #002A3A;
    --medium-blue: rgba(0, 41, 58, .65);
    --yellow: #FEA82F;
    --light-yellow: rgb(250, 225, 177);
    --coolgray1: #D9D8D6;
    --cornerstone-gray: #636567;
    --cool-gray-11: #54565a;
}

body {
  /* font-size: 12px; */
  color: #000;
  font-family: "source-sans-pro", "lucida grande", helvetica, arial, sans-serif;
  line-height: 1.5;
  /* font-size: 16px; */
  overscroll-behavior-y: none;
}

.page_body a:not(.btn),
.page_body a:not(.btn):visited {
	color: var(--medium-blue);
}


.page_body a:not(.btn):hover,
.page_body a:not(.btn):active {
	color: var(--red);
}

.page_body a:focus {
	top: 1px;
}

table {
  margin: 0 0 1.4em;
  width: 100%;
}
.clearfix {
  display: block;
}
input,
textarea,
select {
  margin: 0.5em 0;
}
.label {
  color: #666666;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-right: 10px;
  padding-left: 10px;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-right {
  padding-right: 0;
}
.no-padding {
  padding: 0px;
}
.checkbox,
.radio {
  margin-top: 0px;
  margin-bottom: 0px;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: relative;
  padding-left: 0px;
}
#schedule_types {
  margin-bottom: 2em;
  padding: 15px 280px 40px 15px;
  background: #528aa4 url(./images/box/schedule/landing_page_actions.jpg)
    no-repeat 100% 100%;
}
#schedule_types h3 {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  color: #fff;
  text-shadow: 1px 1px 1px #00617a;
}
/*
#schedule_types p {
	margin-left: 45px;
}
*/
/* Call to Actions */
#schedule_types .btn {
  display: inline-block;
  margin-right: 15px;
  padding: 8px 20px;
  background: #eee;
  background: -moz-linear-gradient(top, #eee 0%, #ccc 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#ccc));
  border: 1px solid #777;
  border-bottom: 1px solid #555;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #333;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  float: left;
}
#schedule_types .btn[href*=non-credit] {
    display: none;
}

#schedule_types .btn:hover {
  background: var(--red);
  border: 1px solid var(--red);
  color: #fff;
  cursor: pointer;
}
#schedule_types .btn:active,
#schedule_types .btn:focus {
  background: var(--red);
  border: 1px solid var(--red);
}

.view-course-schedule table {
  margin-bottom: 30px;
  width: 938px;
}
/* icon legend */
.view-course-schedule table caption .icon_legend {
  font-size: 0.7em;
  font-weight: normal;
  color: #777;
  float: right;
}
.view-course-schedule table caption .icon_legend .course_detail {
  padding-left: 15px;
  background: url(./images/icons/information_10x10.png) no-repeat 0 50%;
}
.view-course-schedule table caption .icon_legend .top {
  padding-left: 15px;
  background: url(./images/icons/arrow-090-small.png) no-repeat 0 50%;
}
.view-course-schedule table th {
  white-space: nowrap;
}
.view-course-schedule table th,
.view-course-schedule table td {
  padding-right: 5px;
  font-size: 0.9em;
  text-align: center;
}
.view-course-schedule table th.title {
  text-align: left;
}
.view-course-schedule table td {
  vertical-align: top;
  border-color: #e3e3e3;
}
.view-course-schedule table .expanded td {
  border-color: #dede72;
}
.view-course-schedule table td.title,
.view-course-schedule table tr.detail td {
  text-align: left;
}
.view-course-schedule table td h2 {
  font-size: 1.1667em;
  background-color: none;
}
/* hover colors */
.view-course-schedule table tr:hover td {
  background-color: #ffffcc;
}
/* shared values */
.view-course-schedule table p {
  margin-bottom: 0.5em;
  line-height: 1.5em;
}
/* expanded */
.view-course-schedule table .expanded a,
.view-course-schedule table .expanded a:visited {
  border-bottom-color: #dede72;
}
.view-course-schedule table td.title .info_container {
  position: relative;
  display: block;
}

/* Course Title */
.view-course-schedule table td .course_title {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.1667em;
  font-weight: bold;
  line-height: 1.25em;
}

.view-course-schedule table td .course_title .section {
  font-weight: normal;
}

/* Instructor / Subtitle */
.view-course-schedule table td .course_subtitle,
.view-course-schedule table td .instructor {
  display: block;
  line-height: 1.25em;
  /*
	color: #555;
*/
}

.view-course-schedule table td .course_subtitle {
  margin-bottom: 0.5em;
  font-size: 1.1667em;
}

.view-course-schedule table td .instructor {
  font-style: italic;
}

.view-course-schedule table .expanded td .course_subtitle,
.view-course-schedule table .expanded td .instructor {
  color: #7b7b11;
}

/* Date */
.view-course-schedule table td .dates {
  line-height: 1.25em;
}
/* description area (revealed through clicking) */
.view-course-schedule table tr.detail td.description,
.view-course-schedule table tr.detail td.col_2 {
  border-right: none;
}

/* Controls */
.view-course-schedule table tr td .controls,
.view-course-schedule table .admin_edit {
  position: absolute;
  margin: 0;
  left: -99999px;
  top: -5px;
  padding: 5px;
  background: #ffffcc;
  border: 1px solid #e3e3e3;
  border-right: none;
  line-height: 0;
}

.view-course-schedule table .admin_edit {
  top: 25px;
}

.view-course-schedule table tr td .controls .course_detail,
.view-course-schedule table .admin_edit span {
  display: block;
  width: 14px;
  height: 17px;
  background: url(./images/icons/information_arrow.png) no-repeat 0 0;
  border: none;
}

.view-course-schedule table .admin_edit span {
  top: 20px;
  width: 16px;
  height: 16px;
  background-image: url(./images/icons/ui-toolbar--pencil.png);
}

.view-course-schedule table tr td .controls a:focus,
.view-course-schedule table .admin_edit:focus {
  outline: none;
}

.view-course-schedule table tr td .controls a span,
.view-course-schedule table .admin_edit span {
  display: block;
  text-indent: -99999px;
}

/* hover */
.view-course-schedule table tr:hover td .controls,
.view-course-schedule table tr:hover td .admin_edit {
  left: -30px;
}

/* Expanded (active) view */
.view-course-schedule table tr.expanded td,
.view-course-schedule table tr.expanded:hover td {
  background-color: #ffff99;
}

/* reveal the "course detail" :hover link, sticky */
.view-course-schedule table tr.expanded td .controls {
  left: -30px;
  background-color: #ffff99;
}

.view-course-schedule table tr.expanded td .controls a {
  background-position: 0 100%;
}

/* status boxes */
.view-course-schedule table tr td.status .box div {
  margin: 0 auto 3px auto;
  width: 10px;
  height: 10px;
  border-width: 1px;
  border-style: solid;
  text-indent: -99999em;
}
/* colors */
.view-course-schedule table tr td.status .box .open {
  background: #00a139;
  border-color: #00650e;
}
.view-course-schedule table tr td .status.box .waitlist {
  background: #fffa00;
  border-color: #ffd10a;
}
.view-course-schedule table tr td.status .box .closed {
  background: #626766;
  border-color: #3e3b2c;
}
.view-course-schedule table tr td.status .box p {
  margin-top: 0;
}
/* Waitlist Link faux disabled */
.view-course-schedule table tr td.action .closed {
  color: #777;
}

/*  [:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::]   Session Bar   [::::::::::::::::::::::::::::]  */
#session {
  padding: 0;
  background: #000 url(./images/structure/header/bg_black_linen.png);
}
#session .block {
  margin: 0;
}
#session #block-block-1 {
  float: left;
}
#session #block-block-1 p {
  margin: 0;
  padding-top: 5px;
}
#session #block-block-1 a,
#session #block-block-1 a:visited {
  font-size: 1em;
  color: #c60;
  font-family: "source-sans-pro", "lucida grande", helvetica, arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-shadow: 1px 1px 0px #333;
}
#session #block-nice-menus-2 {
  float: right;
}
#session #block-nice_menus-2 ul {
  list-style: none;
  border: none;
}
#session #block-nice_menus-2 ul li {
  margin: 0 0 0 20px;
  padding: 0;
  background: none;
  border: none;
  list-style: none;
}
#session #block-nice_menus-2 ul li a,
#session #block-nice_menus-2 ul li a:visited {
  padding: 10px 0;
  color: #fff;
  border-bottom: none;
}
#session #block-nice_menus-2 ul li a:hover,
#session #block-nice_menus-2 ul li a:active {
  text-decoration: underline;
}
#session #block-nice_menus-2 ul li a.active,
#session #block-nice_menus-2 ul li a.active:visited {
  color: #ffffcc;
  text-decoration: underline;
}
#session #block-nice_menus-2 ul li a.active:hover,
#session #block-nice_menus-2 ul li a.active:active {
  color: #fff;
  text-decoration: underline;
}
/*  [:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::]   Header   [::::::::::::::::::::::::::::::]  */
#site-name-slogan {
  display: none;
}
#header {
  background-color: white;
  padding: 0px;
}
#header #logo {
  float: none;
  margin: 0;
  padding: 5px 0 10px 0;
}

@media screen and (min-width: 641px) {
    #header .grid-header {
        display: flex;
        flex-flow: row wrap;
    }
}

#header .grid-header .region-session {
    margin-left: auto;
}

/* Navigation */
#navigation {
  position: relative;
  background-color: var(--cornerstone-gray);
  z-index: 999;
  border-bottom: 1px solid #fff;
}
#navigation .container {
  margin: 0 auto;
}
div#home-slider {
  padding-right: 0;
}
#navigation ul {
  border: none;
  float: none;
  list-style: none;
  z-index: 999;
}

#navigation ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 5px;
  list-style: none;
  background: none;
  border: none;
  font-size: 1em;
  z-index: 999;
}
/* parent hover state */
#navigation ul li.over a {
  background: var(--red);
}
#navigation ul li a,
#navigation ul li a:visited {
  padding: 11px 10px;
  color: #fff;
  text-decoration: none;
}
#navigation ul li a:hover,
#navigation ul li a:active {
  background: var(--red);
}
/* active */

#navigation ul li.active-trail.expanded > a,
#navigation ul li.active-trail.expanded > a:visited {
  font-weight: 900;
}

#navigation ul li.active-trail > a,
#navigation ul li.active-trail > a:visited {
  margin-top: -3px;
  color: white;
  background-color: var(--red);
  border-top: 3px solid #fff;
}
#navigation ul li.active-trail a:hover,
#navigation ul li.active-trail a:active {
  background-color: var(--dark-red);
  border-top-color: var(--red);
  color: #fff;
}

#navigation ul li.active-trail.over a {
    background-color: var(--red);
    border-top-color: var(--red);
    color: #fff;
}
/* Level 2 */
#navigation ul li ul {
  padding: 0;
  background-color: var(--red);
  left: 5px;
  top: 37px;
  width: 185px;
}
#navigation ul li ul li {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  background: none;
  float: none;
}
#navigation ul li ul li a,
#navigation ul li ul li a:visited {
  position: relative;
  /* margin-right: 10px;
  margin-left: 10px;
  padding-right: 0;
  padding-left: 0; */
  border-bottom: 1px solid rgba(255,255,255, .25);
}
#navigation ul li ul li a:hover,
#navigation ul li ul li a:active {
  color: #ffffcc;
  background-color: transparent;
}
/* last item, no li divider needed */
#navigation ul li ul li.last a {
  border-bottom: none;
}
/* active */
#navigation ul li.active-trail ul li a,
#navigation ul li.active-trail ul li a:visited {
  margin-top: 0;
  border-top: none;
}
#navigation ul li.active-trail ul li a:hover,
#navigation ul li.active-trail ul li a:active {
    color: #fff;
}
#navigation ul li.active-trail ul li.active-trail a,
#navigation ul li.active-trail ul li.active-trail a:visited {
    background-color: var(--cool-gray-11);
    color: #fff;
}

/* Items that contain children */
#navigation ul li ul li.menuparent a,
#navigation ul li ul li.menuparent ul li.menuparent a,
#navigation ul li ul li.menuparent ul li.menuparent ul li.menuparent a,
#navigation
  ul
  li
  ul
  li.menuparent
  ul
  li.menuparent
  ul
  li.menuparent
  ul
  li.menuparent
  a {
  padding-right: 16px;
  /* background: url(./images/navigation/header/li_li_children.gif) no-repeat 158px 50%; */
}

/* zero-out background image */
#navigation ul li ul li.menuparent ul li a,
#navigation ul li ul li.menuparent ul li.menuparent ul li a,
#navigation ul li ul li.menuparent ul li.menuparent ul li.menuparent ul li a,
#navigation
  ul
  li
  ul
  li.menuparent
  ul
  li.menuparent
  ul
  li.menuparent
  ul
  li.menuparent
  ul
  li
  a {
  background-image: none;
}
/* Level 3 */
#navigation ul li ul li ul {
  background-color: var(--darker-red);
  padding: 0;
  left: 185px;
  top: 0;
}

/* Fly-out to the left */
#navigation ul li.menu-4169 ul li ul {
  left: auto;
  right: 185px;
}

/* Breadcrumb */
.breadcrumb {
  padding: 5px 10px 4px 10px;
  background: #f9f9f9;
  border: 1px solid #e9e9e9;
  font-size: 0.85em;
  line-height: 1.8;
  border-radius: 0;
  margin-bottom: 10px;
}

.page_body .breadcrumb a,
.page_body .breadcrumb a:visited {
  color: #666;
  border: none;
}

.page_body .breadcrumb a:hover,
.page_body .breadcrumb a:active {
  color: #000;
}

.page_body .home-page {
    padding-top: 20px;
}
/** Footer **/
#footer {
  padding: 20px 0 30px 0;
  background-color: #D9D8D6;
  color: black;
  font-size: 85%;
}

/** Navigation **/
#footer .block-menu-block,
#footer .block-menu-block ul {
  margin: 0;
}

/** Level 1 **/
#footer .block-menu-block ul li {
  margin: 0 10px;
  padding: 0;
  font-weight: bold;
  width: 115px;
  float: left;
  background: transparent;
  list-style: none;
}
#footer .block-menu-block ul li.menu-mlid-4141 {
  margin-left: 0;
}
#footer .block-menu-block ul li.menu-mlid-4173 {
  margin-right: 0;
}
#footer .block-menu-block ul li a,
#footer .block-menu-block ul li a:visited {
  border: none;
}
#footer .block-menu-block ul li a:hover,
#footer .block-menu-block ul li a:active {
  text-decoration: underline;
}
/* Level 2 */
#footer .block-menu-block ul li ul {
  padding: 15px 0 0 0;
}
#footer .block-menu-block ul li ul li {
  margin: 0 0 15px 0;
  font-weight: normal;
  font-size: 1em;
  width: auto;
  float: none;
  background: transparent;
}
#footer .block-menu-block ul li ul li.last {
  margin-bottom: 0;
}
#footer .block-menu-block ul li ul li a,
#footer .block-menu-block ul li ul li a:visited {
  border: none;
  color: black;
}
footer ul.menu {
  padding: 0;
  margin: 0;
}

/*  [:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::]   Footer 2   [::::::::::::::::::::::::::::]  */
#footer_2 {
  padding: 20px 0;
  background-color: var(--cool-gray-11);
  color: white;
}
/* #footer_2 p,
#footer_2 address {
  font-size: 0.9em;
}
 */
/* RCE Meta/Contact Info */
#footer_2 #block-block-2 {
  margin-bottom: 6px;
  float: left;
}
#footer_2 #block-block-2 p.rce {
  margin: 0 10px 0 0;
  color: #fff;
  float: left;
}
#footer_2 #block-block-2 address {
  margin: 0;
  color: #ccc;
  float: left;
}
#footer_2 #block-block-2 .contact_info {
  margin: 0;
  padding: 5px 0 0 0;
  color: #ccc;
  clear: left;
}
#footer_2 #block-block-2 .contact_info .title {
  font-size: 65%;
  font-weight: 900;
}

#footer_2 a,
#footer_2 #block-block-2 a,
#footer_2 #block-block-2 a:visited {
  color: white;
  border-bottom: none !important;
  text-decoration: none !important;
}
#footer_2 #block-block-2 a:hover,
#footer_2 #block-block-2 a:active {
  border-bottom-color: #666;
  color: #fff;
}
/* Session Link */
p.session {
  clear: left;
}

/*  [:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::]   Structure   [::::::::::::::::::::::::::::::]  */
.page_body {
  background-color: #f8f8f8;
}
.page_body > .container {
  margin: 0 auto;
  background-color: white;
  padding-left: 14px;
  padding-right: 12px;
}
.page_body > .container > .row {
  margin-left: -5px;
  margin-right: -5px;
  background: #fff;
}

/* Footer */
#footer_feature {
  padding-top: 2em;
  padding-bottom: 20px;
}
#footer_feature .container {
  padding: 10px 0;
  background: #000 url(./images/structure/header/bg_black_linen.png);
  border: 1px solid #666;
  -moz-box-shadow: 0px 0px 20spx #000000;
  -webkit-box-shadow: 0px 0px 20px #000000;
  box-shadow: 0px 0px 20px #000000;
}

#footer_feature .block {
  margin: 0;
}

/* Items */
#footer_feature .views-row {
  margin-left: 17px;
  line-height: 0;
  float: left;
}

#footer_feature .views-row-1 {
  margin-left: 10px;
}

#footer_feature .views-row a {
  display: block;
  border: 1px solid #333; /* temp */
}

/*  [:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::]   Homepage Scroller   [::::::::::::::]  */

.block-content-slider {
}

.block-content-slider .sliderwrapper {
  position: relative;
  border: 1px solid #ccc;
  width: 100%;
  height: 250px;
}

.block-content-slider .sliderwrapper .contentdiv {
  padding: 0;
  width: 100%;
}

/* Image */
.block-content-slider .sliderwrapper h2 {
  margin: 0;
  padding: 10px 10px 13px 10px;
  position: absolute;
  bottom: 0;
  border: none;
  width: 100%;
  background: url(./images/box/overlays/000_65.png);
  color: #fff;
  text-shadow: 1px 1px 2px #000000;
  filter: dropshadow(color=#000000, offx=1, offy=1);
  font-size: 1.75em;
}

.block-content-slider .sliderwrapper h2 a:link,
.block-content-slider .sliderwrapper h2 a:visited {
  color: #fff;
  text-shadow: 1px 1px 2px #000000;
  filter: dropshadow(color=#000000, offx=1, offy=1);
}

.block-content-slider .sliderwrapper h2 a:hover,
.block-content-slider .sliderwrapper h2 a:visited:hover {
  color: #c90;
}

/* Title */
.block-content-slider .sliderwrapper .content p {
  margin: 0;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2em;
  width: 280px;
  background: url(./images/box/overlays/000_65.png);
  color: #fff;
  line-height: 1.6em;
}

/* Description */
.block-content-slider .sliderwrapper .field-field-image {
}

/* Pagination */
.block-content-slider .pagination {
  display: none;
}

/*  [:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::]   Course Detail   [::::::::::::::::::::::::::::::]  */
.course_detail_view {
}

.course_details {
}

/* New line of content */
.course_details .item {
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  clear: left;
}

/* Titles */
.course_details .item .title {
  margin-right: 10px;
  font-size: 1em;
  font-weight: bold;
  width: 140px;
  float: left;
}

/* Content */
.course_details .item .content,
.course_details .item .content p,
.course_details .item .content ul li,
.course_details .item .content * {
  margin-top: 0;
  font-size: 1em;
}
.course_details .item .content p {
  margin-bottom: 10px;
}
.course_details .item .content ul {
  margin-left: 0;
}
.course_details .item .content ul li {
  margin-bottom: 0.5em;
  padding-left: 10px;
  background-position: 0 4px;
  line-height: 1.1667em;
}
.course_details .item .content {
  margin-left: 10px;
  width: 220px;
  float: left;
}
/*
.course_details .item .content.full, .course_details .item .title.full {
width:100%;
}
*/
/* Instructor */
.course_details .item .content .bio_toggle {
  font-size: 0.85em;
}
.course_details .item .content .bio {
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 0.85em;
  color: #444;
}
.course_details .item .content .bio p {
  margin-bottom: 0.5em;
}
/* Class Registration Information */
.class_registration_info {
  margin: 0 0 20px 0;
  padding: 10px 0 1px 0;
  background: #e4e4e4;
  border: 1px solid #ccc;
}
.class_registration_info h4 {
  margin: 0 10px 10px 10px;
  text-transform: none;
}
.class_registration_info .course_details .item {
  margin: 0 10px;
}
.class_registration_info .course_details .item:last-child {
  border-bottom: none;
}
.class_registration_info .course_details .item .title {
  margin-right: 3px;
  width: 95px;
}
.class_registration_info .course_details .item .content {
  margin-left: 3px;
  width: 95px;
}
.class_registration_info .course_details .item .content .title {
  width: auto;
  margin-left: 0;
  margin-bottom: 5px;
  font-weight: normal;
  line-height: 1em;
  float: none;
}
/* Administrative Notes */
.admin_notes {
  margin: 0 0 20px 0;
  padding: 10px;
  background: #e4e4e4;
  border: 1px solid #ccc;
  color: #999;
  font-size: 0.85em;
}
.admin_notes h4 {
  margin-top: 0;
  margin-bottom: 8px;
  color: #666;
}
.admin_notes h5 {
  margin: 15px 0 7px 0;
  font-family: "lucida grande", helvetica, arial, sans-serif;
  color: #666;
}
.admin_notes .instructor_item {
  margin: 0 0 10px 0;
}
.admin_notes .instructor_item p {
  margin-left: 5px;
  margin-bottom: 7px;
  line-height: 1.1667em;
}
.admin_notes .instructor_item p.instructor {
  margin-left: 0;
  color: #444;
}
#sidebar-second .block h3 {
  margin-top: 0;
  color: #000;
}
/* Level 1 */
#sidebar-second .block-menu-block {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: var(--coolgray1);
  margin-top: 10px;
}
#sidebar-second .block-menu_block h3 {
  margin: 0 10px 8px 10px;
  padding-top: 5px;
  color: black;
}
#sidebar-second .block-menu-block ul {
  margin: 0;
  padding: 0;
}
#sidebar-second .block-menu-block ul li {
  margin: 0 10px;
  padding: 0;
  background: none;
  border-top: 1px dotted var(--cornerstone-gray);
  color: black;
  font-size: 1em;
  list-style: none;
}

#sidebar-second .block-menu-block ul li.first {
    border-top: none;
  }
  #sidebar-second .block-menu-block ul li.expanded.active-trail > a {
    font-weight: 900;
  }

#sidebar-second .block-menu-block ul li a,
#sidebar-second .block-menu-block ul li a:visited,
section#block-block-234 ul li a,
section#block-block-234 ul li a:visited {
  position: relative;
  display: block;
  padding: 8px 0 8px 8px;
  color: black;
  border: none;
}

#sidebar-second .block-menu-block ul li a:hover,
#sidebar-second .block-menu-block ul li a:active {
  color: var(--blue);
  left: 2px;
}

#sidebar-second .block-menu-block ul li a:focus {
  top: 0;
}

/* Active */
#sidebar-second .block-menu-block ul li.active > a,
#sidebar-second .block-menu-block ul li.active > a:visited,
#sidebar-second .block-menu-block ul li.active > a:hover,
#sidebar-second .block-menu-block ul li.active > a:active {
  color: var(--red);
  font-weight: 900;
}

/* Level 2 */
#sidebar-second .block-menu-block ul li ul {
  margin-left: 12px;
  margin-bottom: 10px;
  background: url(./images/navigation/sidebar/2nd_level_dots_vertical.gif)
    repeat-y 2px 0;
}

#sidebar-second .block-menu-block ul li ul li {
  margin: 0;
  background: url(./images/navigation/sidebar/2nd_level_dots_horizontal.gif)
    no-repeat 4px 14px;
  border: none;
}

#sidebar-second .block-menu-block ul li ul li a,
#sidebar-second .block-menu-block ul li ul li a:visited {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  background: none;
}

/* Level 3 */
#sidebar-second .block-menu-block ul li ul li ul {
  margin-left: 15px;
  background-image: url(./images/navigation/sidebar/3rd_level_dots_vertical.gif);
}

#sidebar-second .block-menu-block ul li ul li ul li {
  background-image: url(./images/navigation/sidebar/3rd_level_dots_horizontal.gif);
}
#sidebar-second .block-menu-block .content {
  font-size: 1.1em;
}

/* Year View Navigation Block */
#block-block-27 {
  background: url(./images/navigation/sidebar/subnav_bg.jpg) repeat-x scroll 0 0
    #589b68;
}

#block-block-27 .content {
  padding: 15px 176px 15px 15px;
  background: url(./images/box/calendar/calendars_navigation.png) no-repeat 100%
    100%;
  color: #fff;
}
#block-block-27 p {
  margin: 0;
  color: #c9ffea;
}
#block-block-27 p span {
  display: block;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 1px #2ab17a;
}
#block-block-27 a,
#block-block-27 a:visited {
  color: #ffc;
  border: none;
  text-decoration: underline;
}
#block-block-27 a:hover,
#block-block-27 a:active {
  text-decoration: none;
}
.page_body ul {
    padding-left: 2rem !important;
}

ol li {
  list-style-type: decimal;
}
.page_body ul li {
  margin: 0 0 0.5em 0;
  list-style: square;
}
.page-admin .page_body ul li,
.page_body ul.tabs li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}
.view .item-list ul li {
  margin: 0 0 1.1em 0;
  padding: 0;
  background: none;
  font-size: 1em;
  clear: both;
  line-height: 1.68;
}
.block-nice-menus {
  margin: 0;
}
ul.nice-menu a {
  padding: 36px 10px 10px 10px;
  color: var(--blue);
}
ul.nice-menu a:hover {
    color: white;
    background-color: var(--red);
    text-decoration: none;
  }

@media screen and (max-width: 640px) {
    ul.nice-menu a {
        padding-top: 10px;
    }
}

div ul.nice-menu-down li {
    border: none;
    background: transparent;
    padding: 0;
  }
div ul.nice-menu-down li:nth-child(n+2) {
    border-left: 1px solid var(--coolgray1);
}

ul.nice-menu li.active-trail a {
    text-decoration: underline;
  }

  ul#nice-menu-2.nice-menu li.active-trail a {
    text-decoration: none;
    background-color: var(--coolgray1);
    }

    ul#nice-menu-2.nice-menu li.active-trail a:hover {
        color: white;
        background-color: var(--red);
        }

    /* Preset Skinr Block Colors */

/* Red */
.block_red,
.block-red {
  padding: 10px;
  background: var(--red) !important;
  color: white !important;
}

#sidebar-second .block_red h3,
#sidebar-second .block-red h3 {
  color: #fff;
}
.page_body .block_red ul li,
.page_body .block-red ul li {
  font-size: 1.1em;
}
.block_red a,
.block_red a:visited,
.block-red a,
.block-red a:visited {
  color: #ff9 !important;
  border-bottom-color: #c78125 !important;
}
.block_red a:hover,
.block_red a:active,
.block-red a:hover,
.block-red a:active {
  color: #fff;
  border-bottom-color: #e4ab61;
}

/* Blue */
.block_blue,
.block-blue {
  padding: 10px;
  background-color: var(--medium-blue) !important;
  color: white !important;
}
#sidebar-second .block_blue h3,
#home_left_sidebar .block_blue h3,
#sidebar-second .block-blue h3,
#home_left_sidebar .block-blue h3 {
  color: #FFF !important;
}

.region-sidebar-second .block.block-blue h4,
.region-sidebar-second .block.block-green h4,
.region-sidebar-second .block.block-red h4 {
    color: white !important;
}

.block_blue ul li,
.block-blue ul li {
    color: #fff !important;
}
.block_blue a:not(.btn),
.block-blue a:not(.btn):visited {
  color: white !important;
  border-bottom-color: #5f9aba;
}
.block_blue a:hover,
.block_blue a:active,
.block-blue a:hover,
.block-blue a:active {
  color: var(--yellow) !important;
  border-bottom-color: #8cc1de;
}

/* Green */
.page_body .block-green {
  padding: 10px;
  background-color: var(--light-green) !important;
  color: white !important;
}

#sidebar-second .block-green h3,
#home_left_sidebar .block-green h3 {
  color: #FFF !important;
}
.page_body .block-green .content a:not(.btn),
.page_body .block-green .content a:not(.btn):visited,
.block-green .content a:not(.btn):visited {
  color: #FFF !important;
  border-bottom-color: var(--light-green);
}

.block-green .content a:hover,
.block-green .content a:active {
  color: #FFF !important;
  border-bottom-color: var(--light-green);
}

/* Yellow */
.block-yellow {
  padding: 10px;
  background-color: var(--light-yellow) !important;
  color: #000 !important;
}
#sidebar-second .block-yellow h3,
#home_left_sidebar .block-yellow h3 {
  color: #000 !important;
}
.block-yellow a,
.block-yellow a:visited .block-yellow a,
.block-yellow a:visited {
  color: #000;
  border-bottom-color: var(--yellow);
}

.block-yellow a:hover,
.block-yellow a:active {
  color: #fff;
  border-bottom-color: #8cc1de;
}

/* Gray */
.block_gray,
.block-gray {
  padding: 10px;
  background-color: var(--coolgray1) !important;
  background-image: none;
  color: black !important;

  font-size: 13.3px;

}
#sidebar-second .block_gray h3,
#sidebar-second .block-gray h3,
#sidebar-second .block_gray h4,
#sidebar-second .block-gray h4 {
    color: black !important;
}

.block_gray ul li a:link,
.block-gray ul li a:visited {
    color: black;
}
.block_gray ul li,
.block-gray ul li {
    color: black !important;
}


/* Minimalist */
.block_minimalist,
.block-minimalist {
  padding: 10px;
  background: none !important;
  color: #000 !important;
}
#sidebar-second .block_minimalist h3,
#sidebar-second .block-minimalist h3 {
  color: #000;
  border-bottom: 1px solid #ccc;
}
.block_minimalist ul li,
.block-minimalist ul li {
  background-image: url(./images/bullets/square_4px_666.png);
}
.container:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
strong {
  font-weight: bold;
}

body.sidebar-second #sidebar-second {
  width: 100%;
}
body.sidebar-second #main {
  width: 100%;
}
section#block-search-form {
  margin-bottom: 28px;
}
section#block-nice-menus-1 {
  padding-left: 8px;
}
section#block-nice-menus-1 {
  padding-left: 8px;
}
.custom-search-box.form-text {
  margin: 0;
  padding: 5px;
  background: #fff;
  border: 1px solid #ccc;
  color: #666;
  font-size: 1.1667em;
  line-height: 1;
  width: calc(100% - 74px);
}
.search-form input.form-submit {
  position: relative;
  margin: 0;
  padding: 7px 10px;
  background: #666;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-size: 0.85em;
  float: right;
}
.search-form input.form-submit:hover {
  background: #000;
}
aside#sidebar-second.block_red h3.block-title,
aside#sidebar-second.block-red h3.block-title {
  color: #fff;
}
body.sidebar-second #sidebar-second.block_red,
body.sidebar-second #sidebar-second.block-red {
  padding: 10px;
}
.view-rce-news-and-updates ul li.views-row {
  background: url(./images/newspaper.png);
  background-repeat: no-repeat;
  padding-left: 23px;
  background-position: 0 4px;
}
.view-rce-news-and-updates .item-list ul {
  padding: 0;
}
.block_red .block,
.block-red .block {
  margin-bottom: 0;
}
html.js fieldset.collapsed {
  height: auto;
}
#sidebar-second .block-menu-block h3 {
  margin: 0 10px 8px 10px;
  padding-top: 5px;
  color: black;
}
.page_body .block_blue ul li,
.page_body .block-blue ul li {
  /*background-image: url(./images/bullets/square_4px_fff.gif*/
  /* font-size: 13.3px; */
}
.page_body .block-block ul li {
  margin-bottom: 0.75em;
  background-position: 4px 9px;
}

.meta div.terms,
.view.view-taxonomy-term .meta div.terms {
  padding: 10px;
  background: #f4f4f4;
  border: 1px solid #eaeaea;
  float: none;
  clear: both;
  display: inline-block;
  width: 100%;
}
.meta {
  margin: 0 0 3em;
}
.meta div.terms span {
  float: left;
  color: #666;
}
.meta div.terms ul.links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page_body .meta div.terms ul li {
  background: transparent;
}
.meta .terms a,
.meta .terms a:visited {
  color: #444;
  border: none;
}
.meta div.terms ul.links li {
  display: inline;
  margin-left: 10px;
  padding-left: 0;
  background: none;
  font-size: 0.9em;
  float: none;
}
.meta .terms a:hover {
  text-decoration: underline;
}
div#vertical_branding {
  position: relative;
  width: 220px;
  float: right;
  z-index: 10;
  padding: 0px 0px 10px 10px;
}
blockquote {
  font-size: inherit;
  border: none;
  padding: 0;
  margin: 1em;
}

.sub_head {
    font-family: "source-sans-pro", "lucida grande", helvetica, arial, sans-serif;
    font-size: 65%;
    color:
}
h3.sub_head {
    font-family: "source-sans-pro", "lucida grande", helvetica, arial, sans-serif;
}
.block-section-images {
  margin: 0 0;
  width: 220px;
  float: right;
}
.block-section-images img {
  max-width: 100%;
}
#sidebar-second .block-menu-block h3 a {
  color: black;
  border-bottom: none;
}
#sidebar-second .block-menu-block h3 a:hover {
  border-bottom: 1px solid #fff;
}
#block-block-54 p.description {
  font-size: 0.95em;
}
#block-block-54 label:after {
  content: ":";
}
#block-block-54 label {
  margin-top: 6px;
  margin-right: 10px;
  font-size: 1em;
  float: left;
  font-weight: normal;
}
#block-block-54 form #Text1 {
  margin-top: 1px;
  margin-right: 10px;
  padding: 5px 2px;
  border: 1px solid #ae5d00;
  background: #fff;
  font-size: 1em;
}
#block-block-54 form .btn_orange {
  margin-left: 0;
  font-size: 1em;
}
.btn_orange {
  display: inline-block;
  background: var(--red);
  color: white;
  /* -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 0 0 #ff8e33;
  -webkit-box-shadow: inset 0 1px 0 0 #ff8e33;
  box-shadow: inset 0 1px 0 0 #ff8e33;
  color: #fff !important;
  font-size: 14px;
  line-height: 1;
  padding: 7px 20px 8px 20px;
  text-align: center;
  text-shadow: 0 -1px 0 #722b00; */
}




section#block-block-54 form {
  margin-bottom: 1.4em;
}
div#content > footer > ul.links.inline {
  display: none;
}
table.zebra_standard tr:nth-child(2n + 1) {
  background-color: #dedede;
}
table.zebra_standard {
  width: 100% !important;
  border: 1px solid #ccc;
}
table.zebra_standard td {
  padding: 5px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #ccc;
}
table.standard_multiple_headers {
  border-left: 1px solid #222;
  border-top: 1px solid #222;
}
table.standard_multiple_headers tbody {
  border-left: 1px solid #222;
}
table.standard_multiple_headers td {
  padding: 5px;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  font-size: 0.95em;
}
th,
td,
caption {
  padding: 4px 10px 4px 5px;
  vertical-align: top;
}
h4 {
  color: #111;
}

body.sidebar-second #sidebar-second .block-block .content {
  font-size: 0.95em;
}
pre {
  padding: 0;
  border: none;
  background: transparent;
  line-height: inherit;
  margin: 0 0 1.5em;
  font: 1em/1.5em "Andale Mono", "Lucida Console", monospace;
}
table.annual_report tbody,
table.annual_report td {
  border: none;
}
table.annual_report td {
  padding: 10px;
  border: none;
  vertical-align: top;
}
input[type="text"],
input[type="password"] {
  background: #fff;
  border: 1px solid #ccc;
  margin: 8px 0;
  padding: 2px;
  max-width: 100%;
}
input[type="submit"] {
  padding: 0 2px;
}
:focus {
  outline: 1px dotted;
}
div#block-block-36 img {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}
.testimonial_credit {
  margin: 0 0 20px 20px;
  float: right;
}
.testimonial_credit .author {
  font-size: 1em;
  font-weight: bold;
}
.testimonial_credit .position,
.testimonial_credit .byline {
  font-size: 0.85em;
  color: #777;
}
.testimonial_credit .image {
  margin: 0 0 10px 0;
  line-height: 0;
}
.testimonial_credit .image img {
  line-height: 0;
  padding: 1px;
  background: #fff;
}
.maintenance-page .page_body > .container {
  min-height: 500px;
}
.exposed-filters .form-item {
  margin-bottom: 1em;
}
.exposed-filters .form-item label {
  margin: 0;
}
.block-rce_data_import {
  background: #346584;
  padding-bottom: 2em;
  margin-bottom: 0;
}
#browse_subjects #browser_trigger_closed h3,
.block-rce_data_import h3 {
  margin: 0;
  padding-left: 10px;
  padding-top: 11px;
  font-size: 1.667em;
  height: 42px;
}
.view-non-credit-course-schedule .view-grouping-content {
  width: 938px;
  max-width: 100%;
}
div#browse_subjects {
  position: relative;
  margin: 0 0 20px 0;
  display: inline-block;
  width: 100%;
}
#browse_subjects ul li a,
#browse_subjects ul li a:visited {
  display: block;
}
#browse_subjects a,
#browse_subjects a:visited,
#browse_subjects a.active {
  border-bottom: none;
}
ul.course_subjects_list {
  list-style-type: none;
}
#browse_subjects ul li {
  padding: 0;
  background-image: none;
  font-size: 11.75px;
}
/*
#browse_subjects ul {
    float: left;
    width: 33%;
}
*/
.view-grouping-header {
  font-size: 1.25em;
  font-weight: bold;
}
.view-non-credit-course-schedule .view-grouping-content th.views-field-title,
.view-non-credit-course-schedule .view-grouping-content .views-field-title {
  text-align: -webkit-auto;
}
.session_options {
  background: none repeat scroll 0 0 var(--coolgray1);
  margin-bottom: 0;
  padding-bottom: 2em;
}
.session_options h3 {
  color: black;
  font-size: 1.667em;
  height: 54px;
  margin: 0;
  padding-left: 10px;
  padding-top: 11px;
}
.session_select {
  padding-bottom: 0px;
  font-family: "source-sans-pro", "lucida grande", helvetica, arial, sans-serif;
}

.session_options label {
  color: black;
  font-family: "source-sans-pro", "lucida grande", helvetica, arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}
input.term_select_checkbox {
  margin: 0.7em 0;
}
.order-review-table .pane-title-row,
.order-review-table .review-button-row td div.ym-form {
  text-align: left;
}
.page-events .view .date-nav-wrapper li {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.page-events .view .date-nav-wrapper li a {
  border: none;
  color: #519b69;
  font-weight: normal;
  border-bottom: 1px solid #d4e3d9;
  border-radius: 0;
  padding: 0;
  background: transparent;
}
.page-events .view .date-nav-wrapper li.date-prev {
  left: 0;
  right: inherit;
}
.page-events ul.tabs li a,
.page-events ul.tabs li a:visited {
  background: transparent;
}
.page-events ul.tabs li {
  display: inline-block;
  background-repeat: no-repeat;
}
.page-news div#content .view-rce-news-and-updates ul li.views-row {
  background: transparent;
  padding: 0;
}
.field-type-datetime span {
  font-size: 1.1667em;
  font-style: italic;
}
.field-type-datetime span.fieldset-legend {
  font-size: 12px;
  font-weight: 700;
  font-style: inherit;
}
.view-rce-news-and-updates ul li.views-row a.views-more-link {
  margin: 0 0 1em;
  display: inline-block;
}
.views-field.views-field-taxonomy-vocabulary-8,
.views-field.views-field-taxonomy-vocabulary-8 a {
  color: #666;
  border: none;
}
.views-field.views-field-taxonomy-vocabulary-8 a {
  font-size: 0.9em;
  margin-left: 10px;
}
.page-news
  .block_red
  .view-rce-news-and-updates
  ul
  li.views-row
  h2.field-content,
.page-news
  .block-red
  .view-rce-news-and-updates
  ul
  li.views-row
  h2.field-content {
  font-size: 1em;
  border: none;
  line-height: 1.5;
}
.block_red .view-rce-news-and-updates ul li.views-row p,
.block-red .view-rce-news-and-updates ul li.views-row p {
  font-size: 1em;
}
.block_red .view-rce-news-and-updates .views-label-taxonomy-vocabulary-8,
.block-red .view-rce-news-and-updates .views-label-taxonomy-vocabulary-8 {
  color: #ff9 !important;
}
.block_red .views-field.views-field-taxonomy-vocabulary-8 .field-content,
.block-red .views-field.views-field-taxonomy-vocabulary-8 .field-content {
  display: inline;
}
.item-list ul.pager li.pager-item a:link,
.item-list ul.pager li.pager-item a:visited,
.item-list ul.pager li.pager-current {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 11px 0 0 0;
  width: 23px;
  height: 23px;
  background: #666 url(./images/navigation/pagination/circle_sprite_fff.png)
    no-repeat 0 0;
  line-height: 0;
  text-align: center;
  border: none;
  color: #fff;
  font-size: 0.85em;
  border-radius: 50%;
}
.item-list ul.pager li.pager-current {
  background: #b54500 url(./images/navigation/pagination/circle_sprite_fff.png)
    no-repeat 0 0;
  font-weight: normal;
}
.view .item-list ul li.pager-next a,
.view .item-list ul li.pager-last a {
  border: none;
  color: #666;
  padding: 0 0.2em;
}
.view .item-list ul.pager {
  display: block;
  margin: 4em 0;
}
code,
kbd,
samp {
  font-family: inherit;
}
.page_body h2 {
  clear: left;
}


/************Tickets************/
.region.region-sidebar-second #block-block-146 h3.block-title {
  color: #000;
  border-bottom: 1px solid #ccc;
}
body.sidebar-second #sidebar-second section#block-block-133 .content a {
  color: #d4edf8;
  border: none;
}
.page_body #block-block-146 .block-title + .content p a {
  vertical-align: unset;
  display: inline-block;
  padding-bottom: 9px;
}
.class_registration_info .course_details .item .title {
  width: 45% !important;
  display: inline-block;
  vertical-align: top;
}
.class_registration_info .course_details .item .content {
  width: 50% !important;
  display: inline-block;
  vertical-align: top;
  float: right;
}
.class_registration_info .course_details .item .content .title {
  width: 100% !important;
}
.content .course_detail_view .enroll_action {
  margin: 0 0 30px 0;
  padding: 10px 10px 15px 10px;
  background: var(--red);
  color: #FFF;
}
#enrolment_ui .class_select {
  border-color: rgb(169, 169, 169);
  color: #494949 !important;
}
#enrolment_ui .form-checkboxes .form-item input.form-checkbox {
  margin: 0.5em 0;
}
#enrolment_ui .form-checkboxes .form-item label.option {
  display: inline;
  font-weight: normal;
  font-size: 13.3333px;
  vertical-align: middle;
  color: #f4f1bf;
}
#enrolment_ui .attributes .form-item span.form-required {
  color: #ffae00;
}
.enroll_action #enrolment_ui h4 {
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#block-block-31 ul li span.title {
  display: block;
  color: #fff;
  font-size: 1.25em;
  font-family: "source-sans-pro", "lucida grande", helvetica, arial, sans-serif;
}
#block-block-31 ul li {
  background: none !important;
  padding-left: 0 !important;
}
table.zebra_standard {
  width: auto !important;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #ccc;
}
#block-block-32 ul li span.department {
  display: block;
  font-weight: bold;
  font-size: 12px;
}

#block-block-32 ul li span.name {
  display: block;
}
#block-block-32 ul li span.name a {
  color: #b04502;
  border-bottom-color: #b1b1b1;
  font-size: 11px;
}
#block-block-32 ul li span.position {
  display: block;
  font-style: italic;
  font-size: 11px;
}

#block-block-32 ul li {
  background: none !important;
}
.field-name-field-fc-cls-instructor-name .field-label,
.field-name-field-fc-buildingroom-override .field-label {
  display: none;
}

cite,
em,
dfn {
  font-style: italic;
}
.page_body .view-section-images a {
  border: none;
}
.block-views .view-testimonials .views-field-field-position-extra {
  text-align: right;
  font-size: 0.9em;
  font-family: "source-sans-pro", "lucida grande", helvetica, arial, sans-serif;
  font-style: italic;
  color: #777;
}
.block_minimalist,
.block-minimalist {
  padding: 10px;
  background: none;
  color: #000;
}
div.block div.edit {
  background-color: rgb(245, 245, 245);
  display: none;
  font-size: 9px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 40;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(221, 221, 221);
  border-image: initial;
  padding: 2px 0px 2px 10px;
}
div.block div.edit a {
  color: rgb(153, 153, 153);
  margin-right: 10px;
}
.print-link {
  position: absolute;
  left: -6%;
  background-color: #fff;
  text-align: center !important;
  padding-bottom: 3px !important;
  padding-top: 3px;
}
img.print-icon {
  vertical-align: sub !important;
}
.print_html a.print-page {
  border-bottom: none;
}
span.print_html {
  margin: 0 0.5em;
}
.description .field-type-text-with-summary .field-items span {
  font-size: 14px !important;
  font-family: "ff-meta-web-pro", "lucida grande", helvetica, arial, sans-serif;
}
section#block-block-52 .content table {
  text-align: left !important;
}
h1#page-title {
  display: inline-block;
  margin: 10px 0;
}

.enroll_action select {
  padding: 3px 6px;
  font-size: 1.1667em;
}
.class_select {
  font-size: 1em !important;
}
.enroll_action select option,
.class_select {
  font-family: "ff-meta-web-pro", "lucida grande", helvetica, arial, sans-serif !important;
}
.uc-aac-cart input.node-add-to-cart {
  display: none;
}
.product-info.display-price {
  font-size: 1.1667em;
  /* margin: 0.5em 0; */
  float: none;
  padding-bottom: 0;
  text-align: left;
  padding-left: 0px;
  font-weight: normal;
  clear: both;
}

#navigation ul li.menu-4173,
#navigation ul li.menu-71231,
#navigation ul li.menu-71232,
#navigation ul li.menu-71233,
#navigation ul li.menu-71234,
#navigation ul li.menu-71235,
#navigation ul li.rce-home,
#navigation ul li.rce-news,
#navigation ul li.rce-calendar,
#navigation ul li.rce-schedule,
#navigation ul li.rce-contact {
  display: none;
}
#footer .block-menu-block .menu-name-main-menu > ul > li.leaf {
  display: none;
}
abbr,
acronym,
dfn {
  border-bottom: 1px dotted #000;
  cursor: help;
}
abbr,
acronym {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.field-type-text-with-summary table.zebra_standard td > p {
  font-size: 0.95em;
}
.view-calendar-simple-list span.date-display-single {
  /* color: #c9f1ff; */
  /* font-size: 10.8px !important; */
  vertical-align: top;
}
.view-calendar-simple-list .views-field-title a {
  font-size: 24px;
}
.view-calendar-simple-list ul > li {
  background: none !important;
}
.view-calendar-simple-list ul > li p {
  font-size: 14px;
  font-family: ff-meta-web-pro, "lucida grande", helvetica, arial, sans-serif !important;
}
.view .date-nav-wrapper .date-heading h3 {
  color: #519b69 !important;
  font-size: 24px !important;
}
.calendar-calendar .day-view .full td .inner div.calendar div a,
.calendar-calendar .inner p {
  color: #444;
  font-weight: normal;
}
.views-exposed-widget.views-submit-button {
  float: none !important;
  display: inline-block;
}
#sidebar-second .block-menu-block ul li a,
#sidebar-second .block-menu-block ul li a:visited {
  line-height: 1.2;
}
#content .field-type-text-with-summary h2 {
  margin-top: 1em !important;
}
#content .field-name-field-date {
  background-position: 0 0;
  padding-left: 23px !important;
  background: url(../css/images/icons/calendar-month.png) no-repeat scroll 0 2px
    transparent;
  color: #0068c9;
}
.block .view-rce-news-and-updates .item-list ul li a:hover {
  color: #fff !important;
  border-bottom-color: #e4ab61 !important;
}
#sidebar-second .view-testimonials .item-list ul {
  padding-left: 0 !important;
}
div#content span.date-display-single {
  font-size: 10.8px !important;
}
.view-calendar-simple-list ul > li {
  padding-left: 0 !important;
}


.page-calendar .views-field.views-field-field-date {
  color: #333;
}
.page-events-page-day .view .date-nav-wrapper .date-heading h3 {
  color: #000 !important;
}
.page-events-page-day .view .item-list ul.pager {
  margin: 0 !important;
}
section#block-block-203 {
  padding: 10px;
}
#home-mobile-menu {
  display: none;
}
div.feeds-container-body div.item-list ul {
  padding: 0;
}
div.feeds-container h4 {
  clear: none;
  border: none;
  line-height: 2em;
}
#feeds-ui-mapping-form-wrapper table tr td select {
  width: 100%;
}
.feeds-tamper-table table {
  width: 100%;
}
/*****************************/
#lightbox #outerImageContainer div#modalContainer {
  width: 100% !important;
}

#lightbox #outerImageContainer div#modalContainer table.zebra_standard td {
  text-align: left;
}
#vertical_branding .region-vertical-branding .block-section-images {
  margin-bottom: 18px;
}
.pre {
  font-family: ff-meta-web-pro, "lucida grande", helvetica, arial, sans-serif !important;
}
.page-node-6498 .fancybox-opened {
  overflow: visible !important;
}
.tabs-wrapper .element-invisible + ul.tabs.primary.clearfix {
  border-bottom: 5px solid #eee;
  margin: 0;
  height: 100% !important;
}

.page-node
  .tabs-wrapper
  .element-invisible
  + ul.tabs.primary.clearfix
  li.active,
.page-node
  .tabs-wrapper
  .element-invisible
  + ul.tabs.primary.clearfix
  li
  a:hover {
  background: #eee !important;
  float: none !important;
  margin-bottom: 1px;
}

.page-node .tabs-wrapper .element-invisible + ul.tabs.primary.clearfix li {
  border-top: 3px solid #ccc;
  display: inline-block;
  height: 100% !important;
  vertical-align: top;
  background: transparent !important;
}

.page-node
  .tabs-wrapper
  .element-invisible
  + ul.tabs.primary.clearfix
  li.active
  a.active,
.page-node
  .tabs-wrapper
  .element-invisible
  + ul.tabs.primary.clearfix
  li
  a.active:hover
  .page-node
  .tabs-wrapper
  .element-invisible
  + ul.tabs.primary.clearfix
  li
  a:hover {
  background: none !important;
  font-weight: bold;
}

.tabs-wrapper .element-invisible + ul.tabs.primary.clearfix li a {
  color: #519b69 !important;
}

#content .print-link + .field-type-text-with-summary p .leftfloat {
  height: 153px;
}
#content .print-link + .field-type-text-with-summary h5 a {
  text-transform: uppercase;
}
#container_2 .home-page div#content span.date-display-single {
  font-size: 12px !important;
  font-style: normal;
}
#container_2 .home-page div#content span.date-display-start,
span.date-display-end {
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
}
.page-events .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0;
}
.page-events .views-exposed-form .views-exposed-widget {
  float: none;
  display: inline-block;
}
.page-events .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0;
}
.page-events .tabs-wrapper .element-invisible + ul.tabs.primary.clearfix li a {
  color: #fff !important;
}

.page-events
  .tabs-wrapper
  .element-invisible
  + ul.tabs.primary.clearfix
  li.active,
.tabs-wrapper .element-invisible + ul.tabs.primary.clearfix li {
  border-top: none;
  background-color: #64ad74 !important;
}
.page-events #content .date-nav.item-list .pager {
  margin: 0;
}
.page-events .tabs-wrapper .element-invisible + ul.tabs.primary.clearfix,
.page-events-page-year .tabs-wrapper {
  border: none !important;
}
.page-calendar .field-content img {
  border: 1px solid #999;
  padding: 2px;
}
.page-events-page-day .view .date-nav-wrapper .date-heading h3 {
  font-size: 24px;
}
.calendar-calendar th {
  color: #fff;
  background-color: #666;
  font-weight: bold;
}
.page-events a.ical-icon {
  background-image: url("/sites/all/themes/rce_theme/css/images/ical16x16.gif");
  background-repeat: no-repeat;
  margin-top: 10px;
  display: block;
  height: 20px;
  border-bottom: none;
  background-position: right 0px top;
}
.page-events a.ical-icon img {
  display: none;
}
.page-events .views-exposed-form label {
  font-size: 14.04px;
}
.cart-block-title-bar {
  color: #000;
  font-weight: 400;
}

.cart-block-items td,
.cart-block-summary tbody td {
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #e3e3e3;
}

table.cart-block-items {
  margin-bottom: 1.4em;
}
.cart-block-summary .cart-block-summary-links ul.links {
  text-align: left;
}

.cart-block-summary-links ul.links li {
  background: none !important;
}

table.cart-block-summary {
  width: 100%;
}
.page-cart
  table.sticky-enabled.tableheader-processed.sticky-table
  tr
  td:first-child {
  width: 27%;
}
.page-cart #uc-cart-view-form .form-actions input:nth-child(2n) {
  margin-right: 6px;
}

.page-cart #uc-cart-view-form .form-actions {
  text-align: left;
}
section#block-block-234 ul.menu,
section#block-block-234 ul.menu li ul.menu {
  display: none;
}
.page-cart #uc-cart-view-form th {
  font-weight: bold;
}
.page-cart
  table.sticky-enabled.tableheader-processed.sticky-table
  tr
  td:nth-child(2) {
  width: 55% !important;
}
.page-cart-checkout legend {
  font-size: 1em;
  font-weight: normal;
  border: none;
  padding: 0;
  margin: 0;
}
.page-cart-checkout .order-review-table {
  margin-top: 15px;
}

.page-cart-checkout #cashnet-review-table .ym-form h5 {
  font-family: "ff-meta-sc-web-pro", helvetica, arial, sans-serif;
}

.order-review-table .review-button-row #cashnet-review-table td {
  padding-top: 0;
}
.page-node-8680 #container_2 .home-page div#content span.date-display-single {
  font-size: 1.1667em !important;
  font-style: italic !important;
}
.page-news #container_2 .home-page div#content span.date-display-single {
  font-size: 1.1667em !important;
  font-style: italic;
}
.view-rce-news-and-updates ul .views-field a {
  color: #444;
  font-size: 0.9em;
}
#block-menu-menu-rce-news-archives .leaf a {
  width: 100% !important;
  display: inline-block;
}
.region-sidebar-second #block-cumulus-1 #tags a {
  line-height: 18px;
}
.page_body ul li.node-readmore {
  background: no-repeat;
  padding-left: 0;
}
.view.view-taxonomy-term .meta div.terms {
  background: none !important;
  border: none !important;
  padding-left: 0 !important;
}
.page-search #search-form #edit-keys {
  margin: 0px 10px 8px 0;
  padding: 3px;
  font-size: 1.5em;
  width: 500px;
}
.page-search #search-form .form-item-keys label {
  width: 100%;
  float: left;
  font-size: 1.1667em;
  font-weight: normal;
}
.page-search #search-form input[type="submit"] {
  float: none;
  padding: 7px 10px;
  font-size: 1.15em;
}
.search-advanced .criterion {
  width: 100%;
}
.search-advanced .criterion.term-search {
  width: auto;
}
.search-advanced .criterion label {
  min-width: 180px;
}
@media (max-width: 480px) {
  .search-advanced .criterion.term-search {
    width: 100%;
  }
}

.search-advanced .criterion.term-search select {
  min-width: 180px;
}
.search-advanced .criterion.term-search label {
  display: block;
}
.view.view-taxonomy-term .meta.clearfix.clearBoth {
  margin-bottom: 0;
}
.node-type-events .field-name-field-event-hanging-thumb .field-items img {
  border: 1px solid #d4e3d9;
  padding: 2px;
  width: 100%;
}
.node-type-events .field.field-name-field-event-hanging-thumb .field-label {
  display: none;
}
.node-type-events .field.field-name-field-event-hanging-thumb {
  float: left;
  width: 37%;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}
/*
.node-type-events .field.field-name-body.field-type-text-with-summary.field-label-hidden {
    width: 59%;
    float: right;
    margin-top: 10px;
    margin-right:10px;
}
*/
pre {
  font-family: ff-meta-web-pro-condensed, helvetica, arial, sans-serif;
  color: #000;
}
.uc-cart-checkout-form .form-actions {
  border: solid 1px #bbb;
}
.uc-cart-checkout-form .form-actions .form-submit {
  margin: 0.5em 0.5em 0.5em 0em;
}
fieldset {
  margin: 0 0 1.5em;
  padding: 1.4em;
}
.page-admin fieldset {
  margin: 0 0 1.5em;
  padding: 0 1.4em;
}
.page-admin legend {
  margin-bottom: 0;
}
.address-book ol li {
  list-style-type: none;
}
.address-book ol li h3 {
  font-size: 1.15em;
}
/** For Drag and Drop **/
a.tabledrag-handle .handle {
  padding: 1em;
}

.sub_head p {
  margin-bottom: 0.5em;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  color: #666;
  font-family: "source-sans-pro", "lucida grande", helvetica, arial, sans-serif;
  line-height: 18.75px;
  margin-top: 18px;
}
.page-search ol.search-results.node-results li {
  list-style: none;
}

.page-search ol.search-results.node-results li h3.title {
  font-weight: bold;
  font-size: 18px;
}

.page-search ol.search-results.node-results {
  padding-left: 0;
}

.page-search .search-results .search-snippet-info p:first-child {
  font-size: 14.004px;
  margin-bottom: 5px;
}

.search-results .search-snippet-info p:last-child {
  font-size: 0.75em;
  color: #a3a3a3;
  font-style: italic;
}
.page-search .item-list .papger .pager-next a,
.page-search .item-list .pager .pager-last a,
.page-search .item-list .pager .pager-last li.pager-previous a,
.page-search .item-list .pager .pager-last li.pager-first.first a {
  font-size: 0.85em;
  border: none;
  color: #666;
  border: none;
  margin-left: 0;
  background: none;
}
.page-search .item-list .pager .pager-next a:hover,
.page-search .item-list .pager .pager-last a:hover,
.page-search .item-list .pager .pager-last li.pager-previous a,
.page-search .item-list .pager .pager-last li.pager-first.first a {
  background: none !important;
  padding: 0;
}

.page-search .item-list ul.pager {
  margin-bottom: 18px;
}

.view-credit-courses .views-field.views-field-nothing-2,
.view-credit-courses .views-field.views-field-nothing-3,
.view-credit-courses .views-field.views-field-nothing-4 {
  display: none;
}

.view-credit-courses .mb-filter-wrapper {
  padding: 20px;
  width: 100%;
}

.mb-filter-wrapper {
  display: none;
}

.mb-node-view {
  display: none;
}

.mb-filter-wrapper select {
  display: none !important;
}
.mb-filter-wrapper {
  max-width: 300px;
  margin: 0 auto;
}
.mb-filter-wrapper .wSelect {
  width: 100% !important;
}
.mb-filter-wrapper .hide-show-filter {
  padding: 10px 0;
}
.mb-filter-wrapper .btn-filter {
  display: block;
  width: 100%;
  color: #fff !important;
  text-align: center;
  border-radius: 5px;
  padding: 7px 0;
  border: solid #d46425 1px;
  background-color: #dfdfdf;

  /* fallback */
  background: linear-gradient(#fc9b61, #dfdfdf);
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#fc9b61),
    to(#f25f12)
  );

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #fc9b61, #f25f12);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #fc9b61, #f25f12);

  /* IE 10 */
  background: -ms-linear-gradient(top, #fc9b61, #f25f12);

  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #fc9b61, #f25f12);
}
.mb-filter-wrapper .btn-filter:hover {
  background-color: #d46425 !important;
}

.mb_enroll_action #enrolment_ui {
  text-align: center;
}
.mb_enroll_action #enrolment_ui .class_select {
  border: 0px;
  font-weight: bold;
}
.mb_enroll_action h4.intro-title {
  border-bottom: 0px !important;
  font-weight: bold;
  font-size: 1.3em;
}

/******css 7 Jun 18****/
table caption {
  color: #000;
}
tr.even,
tr.odd {
  background-color: transparent;
}
.page-node div#pre_page_title + div#pre_content {
  display: none;
}
section#block-views-section-images-block-1 {
  margin-bottom: 1em;
}
.vid-fancy {
  margin-top: 30px;
}
.vid-fancy br {
  display: none;
}
h3.vid_3 {
  margin-top: -10px;
}
.page-tagadelic-chunk div#pre_content {
  display: none;
}
.wrapper.tagadelic {
  line-height: 1.2;
  margin-bottom: 10px;
}
.node-type-rce-news
  #container_2
  .home-page
  div#content
  span.date-display-single {
  font-style: italic;
  font-size: 1.1667em !important;
}
.node-type-webform
  div#content
  .field.field-name-field-file-name.field-type-text.field-label-above {
  display: none;
}
section#block-block-173 strong,
section#block-block-173 em {
  font-weight: normal;
  font-style: normal;
}
#sidebar-second section#block-block-43 {
  display: none;
}
#sidebar-second section#block-block-146 {
  padding-top: 20px;
}
.view-id-credit_courses.view-display-id-block tr.node-unpublished,
.view-id-non_credit_course_schedule.view-display-id-block tr.node-unpublished {
  background-color: #fff4f4;
}
.page-schedule-online
  .view.view-credit-courses.view-id-credit_courses
  > .view-content {
  margin-top: 175px;
}
/******lightbox*********/
div#outerImageContainer {
  max-width: 90%;
}
div#outerImageContainer iframe {
  width: 100%;
}
div#imageDataContainer {
  max-width: 90%;
}
div#lightbox {
  position: fixed;
  top: 18% !important;
}

.page-admin-people .sticky-header th,
.page-admin-people .sticky-table th {
  text-align: center;
}
.page-admin-people .checkbox {
  display: table-cell;
}
/** Node Gallery Filter **/
.node-gallery-filter {
  margin: 0 0 15px 20px;
  float: right;
}

.page_body .node-gallery-filter a {
  display: block;
  padding: 2px;
  line-height: 0;
  border: 1px solid #888;
}

.page_body .node-gallery-filter a:hover,
.page_body .node-gallery-filter a:active {
  border-color: #222;
}
/*  [:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::]   Fancytube   [::::::::::::::::::::::::::::::]  */
.fancytube {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
/* Alignment */
.fancytube.right {
  margin-left: 20px;
  float: right;
}
.fancytube.left {
  margin-right: 20px;
  float: left;
}
.fancytube.center {
  margin-right: auto;
  margin-left: auto;
  float: none;
}

/* Thumb Link */
.page_body .fancytube a.preview,
.page_body .fancytube a.preview:visited {
  display: block;
  margin: 0;
  padding: 1px;
  background: #fff;
  border: 1px solid #ccc;
  line-height: 0;
}
.page_body .fancytube a.preview:hover,
.page_body .fancytube a.preview:active {
  border-color: #999;
}
.fancytube a.preview img {
  line-height: 0;
}

/* Play Button */
/*
.page_body .fancytube a.preview:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin: -71px 0 0 -68px;
	width: 142px;
	height: 137px;
	background: url(./img/play.png) no-repeat 0 0;
	opacity: .65;
	content: " ";
}

.page_body .fancytube a.preview:hover:after {
	opacity: .85;
}

.page_body .fancytube a.preview:active:after {
	opacity: 1;
}
*/

/* Admin "Edit" link */
.page_body .fancytube .edit {
  position: absolute;
  top: 3px;
  left: 3px;
  display: none;
  padding: 3px 5px;
  background: #fff;
  font-size: 0.85em;
  z-index: 5;
  opacity: 0.8;
}
.page_body .fancytube:hover .edit {
  display: block;
}
.page_body .fancytube .edit:hover {
  opacity: 1;
}
/* Sizes */
.fancytube.small {
  width: 140px;
}
.fancytube.medium {
  width: 220px;
}
.fancytube.large {
  width: 320px;
}

#block-block-1 {
    display: none;
}


.btn-white {
    background-color: white;
    color: var(--blue);
    transition:all .3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.btn-white:hover {
    opacity: .9;
}

.btn-yellow {
    background-color: var(--yellow);
    color: black;
    transition:all .3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.btn-yellow:hover {
    opacity: .9;
}

.btn-light {
    background-color: #DEDEDE;
    color: var(--blue);
    transition:all .3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.btn-white:hover {
    background-color: white;
}
