/*
 Theme Name:     BRE Academy Child Theme
 Theme URI:      https://bre.ac
 Description:    bre.ac child theme based on wordpress twentysixteen
 Author:         BRE Digital - Shahid Mirza & Davey Naylor / Re-Skinned by Zensar Team
 Author URI:     
 Template:       twentysixteen
 Version:        4.3.15
/* Start cookie banner */

.entry-footer {
  background: #fff;
}

#cookie-notice {
  background-color: rgba(0, 0, 0, 0.75) !important;
  top: 0;
  bottom: unset;
  width: 100%;
  height: 100vh !important;
  min-height: 100vh;
  left: 0;
  min-width: auto !important;
  font-family: 'HaasGrot', 'Roboto', Arial, Helvetica, sans-serif !important;
  font-size: unset !important;
}
#cookie-notice.cookie-notice-hidden {
  display: none;
}
#cookie-notice .cookie-notice-container {
  width: 75%;
  max-width: 768px;
  margin: 0 auto;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  background-color: #fff;
  color: #1E1836;
  text-align: center;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
#cookie-notice .cookie-notice-container #cn-notice-text {
  display: block;
  margin-bottom: 1em;
  font-size: 1em;
  color: #1E1836;
}
#cookie-notice .cookie-notice-container #cn-notice-buttons #cn-accept-cookie {
  background-color: #141535 !important;
  font-family: 'HaasGrot', 'Roboto', Arial, Helvetica, sans-serif !important;
  letter-spacing: 1.2px;
  font-weight: 600;
  border: solid 1px transparent;
  border-radius: 0;
  padding: 10px 20px;
  color: #fff;
}
#cookie-notice .cookie-notice-container #cn-notice-buttons #cn-accept-cookie:hover {
  background-color: #fff !important;
  border-color: #141535;
  color: #141535 !important;
}
#cookie-notice .cookie-notice-container #cn-notice-buttons #cn-refuse-cookie {
  display:inline-block;
  background-color: transparent;
  font-family: 'HaasGrot', 'Roboto', Arial, Helvetica, sans-serif !important;
  letter-spacing: 1.2px;
  font-weight: 600;
  border: solid 1px #141535;
  color: #141535;
  border-radius: 0;
  padding: 10px 20px;
}
#cookie-notice .cookie-notice-container #cn-notice-buttons #cn-refuse-cookie:hover {
  background-color: #141535;
  color: #fff;
  border-color: transparent;
}
#cookie-notice .cookie-notice-container #cn-notice-buttons #cn-more-info {
  background-color: transparent;
  font-family: 'HaasGrot', 'Roboto', Arial, Helvetica, sans-serif !important;
  letter-spacing: 1.2px;
  font-weight: 600;
  border: solid 1px #141535;
  color: #141535;
  border-radius: 0;
  padding: 10px 20px;
}
#cookie-notice .cookie-notice-container #cn-notice-buttons #cn-more-info:hover {
  background-color: #141535;
  color: #fff;
  border-color: transparent;
}
#cookie-notice .cookie-notice-container #cn-close-notice {
  display: none !important;
}

/* End Cookie Banner */

/* START: BRE Group Font import */

@font-face {
  font-family: NHaas Grotesk Regular;
  src: url(https://bre.ac/wp-content/themes/bre-child/fonts/NHaasGroteskTXPro-55Rg.ttf);
  font-weight: lighter;
  }
  @font-face { 
  font-family: NHaas Grotesk Md;
  src: url(https://bre.ac/wp-content/themes/bre-child/fonts/NHaasGroteskTXPro-65Md.ttf);
  font-weight: normal;
  }
  @font-face {
  font-family: NHaas Grotesk Bd;
  src: url(https://bre.ac/wp-content/themes/bre-child/fonts/NHaasGroteskTXPro-75Bd.ttf);
  font-weight: bold;
  }
  @font-face {
  font-family: RecifeText Lt;
  src: url(https://bre.ac/wp-content/themes/bre-child/fonts/RecifeText-Light.ttf);
  font-weight: lighter;
  }
  @font-face {
  font-family: RecifeText Book;
  src: url(https://bre.ac/wp-content/themes/bre-child/fonts/RecifeText-Book.ttf);
  font-weight: normal;
  }
  @font-face { 
  font-family: RecifeText Regular; 
  src: url(https://bre.ac/wp-content/themes/bre-child/fonts/RecifeText-Regular.ttf);
  font-weight: normal;
  }
  @font-face { 
  font-family: RecifeText SemiBold; 
  src: url(https://bre.ac/wp-content/themes/bre-child/fonts/RecifeText-SemiBold.ttf);
  font-weight: bold; 
  }
  /* END: BRE Group Font import */

  #wpadminbar .ab-sub-wrapper, #wpadminbar ul, #wpadminbar ul li {
    padding-bottom: 10px !important;
  }

/* START: Addition CSS Added for BRE Academy Re-branding by Zensar - Rahul */
/* Start: Desktop Menu dropdown Username CSS Changes */
li.desktop_user_menu_options.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.has-sub.desk-circle > a > span {
  background-color: #fff;
  color: #141535;
  padding: 8px;
  border-radius: 50%;
  font-weight: 500;
 }
  /* End: Desktop Menu dropdown Username CSS Changes */
.slides{
  margin: 0px !important;
}

/* START: Admin Control Panel CSS Changes */
.acp-body a.submit-link {
  background: #141535 !important;
  padding: 12px 24px !important;
  border-radius: 0px !important;
  box-shadow: none !important;
}
.acp-shortcuts {
	margin-bottom: 0px !important;
}
.acp-shortcuts.acp-shortcut-large {
	border-bottom: none !important;
	padding-bottom: 5px !important;
}
.acp-shortcuts .acp-shortcut .acp-shortcut-inner {
	border-radius: 0px !important;
}
.acp-body .acp-title {
  border-bottom: 0px !important;
  padding-bottom: 10px !important;
}
.acp-list-nav li a.active, .acp-list-nav-type li a.active {
  background: #141535 !important;
  color: #fff !important;
}
.acp-list-nav li, .acp-list-nav-type li {
  border-left: none !important;
  margin-left: 0px !important;
}
.acp-body .row input[type="submit"] {
  background: #141536 !important;
  color: #FFFFFF !important;
  padding: 12px 24px !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  text-transform: uppercase;
  margin-top: 0px !important;
}
.acp-body .row input[type="submit"]:hover {
  background: #fff !important;
  color: #141535 !important;
}
.acp-body .row input[type="text"] {
  border-radius: 0px !important;
  box-shadow: none !important;
  padding: 8px 12px !important;
  box-sizing: border-box;
}
.acp-body tr:nth-child(1) {
  border-left: 1px solid #141535 !important;
  border-top: 1px solid #141535 !important;
}
.acp-body th {
  background: #141535 !important;
  color: #FFFFFF !important;
  border-bottom: 1px solid #141535 !important;
  border-right: 1px solid #ffffff5c !important;
  padding: 8px !important;
}
/* END: Admin Control Panel CSS Changes */


/* START: Search Filter Pro Changes */

/* END: Search Filter Pro CSS Changes */


/* START: tweenty-sixteen theme CSS Changes */
mark, ins {
	background: none !important;
	color: #141535 !important;
	padding: 0px !important;
}
ul, ol {
	margin: 0 0 1.75em 0.25em !important;
}
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus,
input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background: #fff;
	color: #141535;
	border:1px solid #141535 !important;
}
input[type="date"]:focus, input[type="time"]:focus, input[type="datetime-local"]:focus, input[type="week"]:focus,
input[type="month"]:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus,
input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus {
	border-color: #141535 !important;
}
/* END: tweenty-sixteen theme CSS Changes */


/* START: Woo-Commerce Gateway Stripe Plugin CSS Changes */
.wc-stripe-elements-field, .wc-stripe-iban-element-field {
  padding: 15px !important;
}
/* END: Woo-Commerce Gateway Stripe Plugin CSS Changes */

.sticky_course_link_reverse.scroll_to_anchor{
  background-color: #fff;
  color: #141535;
  border: 1px solid #141535;
  padding: 8px 16px;
  margin-bottom: 15px;
}
.sticky_course_link_reverse.scroll_to_anchor:hover{
  background-color: #141535;
  color: #fff;
  border: 1px solid #141535;
}

/* Desktop menu hover effect CSS STARTS */
header nav.desktop_menu.banner_nav ul li.menu-item-has-children:hover {
  background-color: #fff;
}
header nav.desktop_menu.banner_nav ul li:hover {
  background-color: #fff;
}
.parent_nav .menu-item:hover > a{
  color:#141535;
}
/* Desktop menu hover effect CSS ENDS */
ul ol {
  padding: 0px;
  margin: 0 0 1.75em 0.25em !important;
}
a.text-underline {
  text-decoration: underline;
}
.sidebar-link {
  text-decoration: underline;
  padding-bottom: 10px;
}
.woocommerce-terms-and-conditions-wrapper {
  padding: 20px;
}
/* My-Acount page CSS Changes start */
nav.woocommerce-MyAccount-navigation.desktop_menu ul li {
  list-style: none !important;
  padding: 4px;
}
nav.woocommerce-MyAccount-navigation.desktop_menu ul li {
  border: none;
}
nav.woocommerce-MyAccount-navigation.desktop_menu ul li a {
  /* text-transform: uppercase; */
  box-shadow: 0 1px 0 0 currentColor;
}
.woocommerce-MyAccount-content .woocommerce-info {
  border-top: none !important;
}
/* My-Acount page CSS Changes end*/

/* TAB screen website layout CSS Changes Start*/
@media only screen and (max-width: 1179px) and (min-width: 960px)  {
  header nav ul li a {
    color: #fff !important;
    font-weight: 400  !important;
    text-transform: uppercase  !important;
  }
  .parent_nav .menu-item:hover > a {
    color: #fff !important;
  }
  header nav ul li {
    border-bottom: none !important;
  }
  .content.clearfix{
    padding: 5px 20px;
  }
}
/* TAB screen website layout CSS Changes End*/
/* Bigger screen website layout CSS Changes Start*/

@media only screen and (min-width: 1100px) {
  header #global_nav {
    padding: 0 0.5em !important;
  }
  header nav.desktop_menu {
    padding: 10px 0.5em !important;
  }
}

@media only screen and (min-width: 1920px) {
  header #global_nav {
    padding: 0 10em !important;
  }
  header nav.desktop_menu {
    padding: 10px 10em !important;
  }
  .site-main {
    padding: 0 20em !important;
  }
  .site-inner .metaslider .flexslider ul.slides .caption-wrap{
    left: 20em !important;
  }
}

/* Bigger screen website layout CSS Changes End*/

/* Menu search bar CSS Changes Start*/
.nav_search_field_holder form .form-group input[type="text"]{
  border-color: transparent;
  background-color: transparent;
  border-radius: 0px;
  padding: 15px;
  color: #fff;
  font-size: 1em;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
}/* Menu search bar CSS Changes End*/

/* My-account/Orders page CSS Changes Start*/
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number {
  background-color: #ededed;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status {
  background-color: #ededed;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
  background-color: #ededed;
}/* My-account/Orders page CSS Changes End*/

/* END: Addition CSS Added for BRE Academy Re-branding by Zensar - Rahul */

/* START: Addition CSS Added for BRE Academy Re-branding by Zensar - Ranjit */
.selector.currency-GBP .option-text {
  color: #7d7d7d7d;
}
body.login div#login h1 a {
  background-image: url(https://bre.ac/wp-content/uploads/redesign/breac-dark-logo.png) !important;
}
/* /ceequal page */
#jump_to_contact-bre-academy, .bre_group_sign_up {
  /* background-color: #f8f8f8; */
}
/* /homepage */
.bre-training-courses img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
/* END: Addition CSS Added for BRE Academy Re-branding by Zensar - Ranjit */
#menu-item-66840 a span {
padding: 0 8px 0 8px;
}
 
#menu-item-66840 a {
color: white;
font-weight: bold;
background-color: red;
}

#currency_sidebar {
  float: right;
  margin-bottom: 200px;
}
.company_update {
    background-color: #d2d1d7;
    padding: 5px;
  }
.maintenance_update {
    background-color: #fff;
    color: #ff0000;
    padding: 5px;
    text-align:center;
  }

/**************************/

/* Classroom Slice */
.full_width_padding .calendar-dates {
  text-align: center;
  border-top: solid 1px #dfdfdf;
  border-bottom: solid 1px #dfdfdf;
  background-color: #fff;
}
.classroom_slice h1 {
  background-color: #3abfdf;
  border-radius: 8px;
  color: #fff;
  font-size: 1.4em;
}
.classroom_slice ul.products {
  margin-left: 0;
  list-style-type:none;
  border: solid 1px #dfdfdf;
  padding:2px 0;
  border-radius: 8px;
}
.classroom_slice ul.products li {
  padding:0;
}
.classroom_slice .calendar-row {
  clear:both;
  width:100%;
  padding:2px 10px;
}
.classroom_slice .odd {
  background-color:#f9f9f9;
}
.classroom_slice .calendar-row .calendar-col {
  float:left;
}
.classroom_slice .calendar-title {
  width: 60%;
}
.classroom_slice .calendar-price {
  text-align: right;
}
input[type="submit"] {
  background-color: #141535;
  font-weight: normal;
  font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  padding: 10px 20px;
  text-transform: none;
  border-radius: 0;
  margin-top: 1em;
  border: solid 1px transparent;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  font-size: 1em;
}
section.step_tile_repeater {
	margin-bottom: -30px;
}
.step_tile_repeater .flex_container {
	justify-content: space-between;
	flex-wrap: wrap;
}
.step_tile_repeater .individual_course_step {
	position: relative;
  width: 254px;
	background-color: #F8F8F8;
	/* box-shadow: 0 10px 12px rgba(174, 174, 174, 0.75);
	-webkit-box-shadow: 0 10px 12px rgba(174, 174, 174, 0.75);
	-moz-box-shadow: 0 10px 12px rgba(174, 174, 174, 0.75);
	/* border-radius: 5px; */
	margin-bottom: 30px;
  flex-direction: column;
}
.step_tile_repeater .individual_course_step img {
  max-height: 145px;
  overflow: hidden;
}
.step_tile_repeater .individual_course_step.bundle_course {
	background-color: #342F4A;
	color: #fff;
}

.step_tile_repeater .individual_course_step.bundle_course .step_footer {
  background: #1E1836;
}

.step_tile_repeater .individual_course_step.bundle_course .step_footer .step_footer_text {
  color: #ffffff;
}

.step_tile_repeater .individual_course_step.bundle_course .step_footer .step_footer_link a {
  background: #ffffff;
  color: #1E1836;
}

.step_tile_repeater .individual_course_step.bundle_course .step_footer .step_footer_link a:hover {
	background-color: #1E1836;
	color: #ffffff;
  border: 1px solid #ffffff;
}

.step_tile_repeater .flex_spacer {
	width: 46px;
	margin: 0 15px;
}
.step_tile_repeater .next_step_icon {
	content: '';
	width: 46px;
	height: 46px;
	background-image: url(images/icons/step_icon.png);
	align-self: center;
	margin: 0 15px;
}
.step_tile_repeater .individual_course_step .step_footer {
	width: 100%;
	background-color: #D2D1D7;
	padding: 14px 15px;
	/* border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px; */
	align-items: center;
	justify-content: center;
	align-self: flex-end;
	flex-wrap: nowrap;
}
.step_tile_repeater .individual_course_step .step_footer .step_footer_text {
	width: 100%;
	color: #1E1836;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25em;
}
.step_tile_repeater .individual_course_step .step_footer .step_footer_link a {
	white-space: nowrap;
  border: 1px solid #1E1836;
  color: #ffffff;
  background: #1E1836;
	padding: 8px;
	/* border-radius: 5px; */
	display: block;
	font-size: 1.125em;
	line-height: 1em;
}
.step_tile_repeater .individual_course_step .step_footer .step_footer_link a:hover {
	background-color: #ffffff;
	color: #1E1836;
}
.step_content_holder {
	padding: 15px;
  flex-grow: 1;
}
.small_quotes_holder {
	background-color: #CFE5EB;
	padding: 30px;
	border-radius: 3px;
}
.small_quotes_holder button.slick-next {
  right: -60px;
}


#page .slick-dots li.slick-active button {
	background-color: #141535;
	width: 16px;
	height: 16px;
	border-radius: 100%;
}
#page .slick-dots li.slick-active button:before {
	content: none;
}
#page .slick-dots li button {
	background-color: #CFE5EB;
	border: solid 1px #141535;
	width: 16px;
	height: 16px;
	border-radius: 100%;
}
#page .slick-dots li button:before {
	content: none;
}
.banner_contains_icons {
	position: relative;
}
.banner_contains_icons .product_banner_icons_holder {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-color: #F7F7F7;
	padding: 30px;
	z-index: 1;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
  opacity: 0.9;
}
.banner_contains_icons .product_banner_icons_holder {
  display: inline-block;
  vertical-align: top;
}
.banner_contains_icons .product_banner_icons_holder .product_banner_icon {
  background-color: #fff;
  border-radius: 50%;
  padding: 15px;
  width: 86px;
  height: 86px;
  display: inline-block;
  vertical-align: top;
  margin-right: 11px;
}
.banner_contains_icons .product_banner_icons_holder .product_banner_icon_cpd {
  background-color: #fff;
  border-radius: 50%;
  width: 86px;
  height: 86px;
  display: inline-block;
  vertical-align: top;
  margin-right: 11px;
}
.banner_contains_icons .product_banner_icons_holder .product_banner_icon img {
  width: 56px;
  height: 56px;
}
.banner_contains_icons .product_banner_icons_holder .product_banner_icon.with_text {
  text-align: center;
}
.banner_contains_icons .product_banner_icons_holder .product_banner_icon.with_text img {
  width: 36px;
  height: 36px;
}
.banner_contains_icons .product_banner_icons_holder .product_banner_icon.with_text span {
  color: #828282;
  display: block;
  font-size: 0.750em;
  line-height: 1em;
  margin-top: 5px;
}
.banner_contains_icons .product_banner_icons_holder .product_banner_icon.with_text .hours_icon {
  background: url(images/icons/stopwatch.svg) no-repeat center top #ffffff;
  width: 36px;
  height: 36px;
  margin: 0 auto;
}
.banner_contains_icons .product_banner_icons_holder .product_banner_icon.with_text .hours_icon.hours_icon_12 {
  background-position: center -36px;
}
.banner_contains_icons .product_banner_icons_holder .product_banner_icon.with_text .hours_icon.hours_icon_11 {
  background-position: center -72px;
}
.banner_contains_icons .product_banner_icons_holder .product_banner_icon.with_text .hours_icon.hours_icon_10 {
  background-position: center -108px;
}
.banner_contains_icons .product_banner_icons_holder .product_banner_icon.with_text .hours_icon.hours_icon_9 {
  background-position: center -144px;
}
.banner_contains_icons .product_banner_icons_holder .product_banner_icon.with_text .hours_icon.hours_icon_8 {
  background-position: center -180px;
}
.banner_contains_icons .product_banner_icons_holder .product_banner_icon.with_text .hours_icon.hours_icon_7 {
  background-position: center -216px;
}
.banner_contains_icons .product_banner_icons_holder .product_banner_icon.with_text .hours_icon.hours_icon_6 {
  background-position: center -252px;
}
.banner_contains_icons .product_banner_icons_holder .product_banner_icon.with_text .hours_icon.hours_icon_5 {
  background-position: center -288px;
}
.banner_contains_icons .product_banner_icons_holder .product_banner_icon.with_text .hours_icon.hours_icon_4 {
  background-position: center -324px;
}
.banner_contains_icons .product_banner_icons_holder .product_banner_icon.with_text .hours_icon.hours_icon_3 {
  background-position: center -360px;
}
.banner_contains_icons .product_banner_icons_holder .product_banner_icon.with_text .hours_icon.hours_icon_2 {
  background-position: center -396px;
}
.banner_contains_icons .product_banner_icons_holder .product_banner_icon.with_text .hours_icon.hours_icon_1 {
  background-position: center -432px;
}
.banner_contains_icons .product_banner_icons_holder .product_banner_icon.with_text .modules_icon {
  background: url(images/icons/stopwatch.svg) no-repeat center -468px #ffffff;
  width: 36px;
  height: 36px;
  margin: 0 auto;
}
.banner_contains_icons .product_banner_icon.with_text .virtual_icon {
  background: url(images/icons/virtual_class_icon.png) no-repeat center -25px #ffffff;
  width: 36px;
  height: 37px;
  margin: 0 auto;
}
.banner_contains_icons .product_banner_icons_holder .product_banner_icon.with_text .exam_icon {
  background: url(images/icons/exam_icon.png) no-repeat center -25px #ffffff;
  width: 36px;
  height: 37px;
  margin: 0 auto;
}

.steps_course_repeater .course_page_individual_course_step {
	position: relative;
	width: 25%;
	border: solid 1px #DFDFDF;
	border-width: 1px 1px 1px 0;
	padding: 15px 30px;
	background-color: #F7F7F7;
}
.steps_course_repeater a.course_page_individual_course_step:hover {
  background-color: #fff;
  color: #136377;
}
.steps_course_repeater .course_page_individual_course_step:first-of-type {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-left-width: 1px;
}
.steps_course_repeater .course_page_individual_course_step:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.steps_course_repeater .course_page_individual_course_step:last-of-type:after {
	content: none;
}
.steps_course_repeater .course_page_individual_course_step:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 26px;
	height: 26px;
	background: url(images/icons/course_step_next_icon.png) no-repeat center center transparent;
	transform: translate(50%, -50%);
	z-index: 1;
}
.steps_course_repeater .course_page_individual_course_step .step_content_holder {
	padding: 0;
}
.steps_course_repeater .course_page_individual_course_step .step_content_holder p {
	font-size: 1em;
	line-height: 1.2em;
}
.steps_course_repeater .course_page_individual_course_step.current_course {
	border-color: #3ABFDE;
	border-width: 2px;
	background-color: #fff;
}
.steps_course_repeater .course_page_individual_course_step.current_course.attended,
.steps_course_repeater .course_page_individual_course_step.attended {
	border-color: #24C97B;
	border-width: 2px;
	background-color: #fff;
}
.steps_course_repeater .course_page_individual_course_step.current_course.attended:after,
.steps_course_repeater .course_page_individual_course_step.attended:after {
	background: url(images/icons/attended_icon.png) no-repeat center center transparent
}
.cost_holder {
	text-align: center;
	padding-top: 30px;
	position: -webkit-sticky;
    position: sticky;
    top: 50px;
}
.cost_holder p.book_now,
.mobile_cost_holder p.book_now {
	font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
	margin-bottom: 5px;
}
.dot_digital_move:first-of-type {
  border: solid 1px #D8D8D8;
  margin-top: 60px;
  display:block;
}
.woocommerce-price-suffix {
	color: #141535;
  font-size: 1em !important;
  font-weight: 300 !important;
}
.cost_holder p.price {
	margin-bottom: 0;
	color: #1a1a1a;
}
.cost_holder p.price bdi,
.cost_holder .woocommerce-Price-amount.amount bdi,
.mobile_cost_holder .woocommerce-Price-amount.amount bdi,
.payment_popup_price .woocommerce-Price-amount bdi {
	color: #141535;
	font-size: 2.6666666666666665em;
	line-height: 1em;
}
.cost_holder p.cost_details {
	font-size: 1em;
}
.mobile_cost_holder {
	max-width: 320px;
	margin: 0 auto;
	padding: 30px;
	text-align: center;
	display: none;
}
.aio_toggle_holder {

}
.aio_toggle {
  float:left;
  width:50%;
  margin: 10px 0 25px 0;
}
.aio_toggle a {
  height:100%;
}
.choose-format-btn {
  border: solid 1px #DFDFDF;
  border-width: 1px;
  padding: 15px 30px;
  background-color: #F7F7F7;
  color: #2c3e50;
  margin: 0;
  width:100%;
}
.choose-format-btn-select {
  border: solid 1px #DFDFDF;
  border-width: 1px;
  padding: 15px 30px;
  margin: 0;
  background-color: #2c3e50!important;
  color: #fff!important;
  width:100%;
}
.choose-format-btn-online{
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.choose-format-btn-classroom{
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.aio_online_container, .aio_classroom_container {
  margin-top: 100px;
  padding-top: 20px;
  border-top: solid 1px #dfdfdf;
}
.woocommerce-variation-availability .out-of-stock {
  color: #E60000;
}
.woocommerce-variation-availability .in-stock {
  color: #4CBB17;
}
.course_page_left {
	width: 100%;
}
.course_page_right {
	margin-left: 60px;
	width: 510px;
	padding-bottom: 30px;
}
.course_page_right .course_page_pod {
	background-color: #fff;
	border: solid 1px #D8D8D8;
	padding: 30px;
	border-radius: 3px;
}
.sidebar_vertical_posts_slider.pt-cv-view .pt-cv-carousel-caption {
	bottom: auto;
	position: relative;
}
.sidebar_vertical_posts_slider.pt-cv-scrollable .pt-cv-cap-w-img {
	text-shadow: none;
	background-color: transparent !important;
	left: unset;
	right: unset;
	padding: 0;
}
.sidebar_vertical_posts_slider.pt-cv-scrollable .pt-cv-cap-w-img * {
	color: #1a1a1a !important;
}
.sidebar_vertical_posts_slider.pt-cv-scrollable .pt-cv-cap-w-img h4 {
	margin-top: 15px !important;
}
.sidebar_vertical_posts_slider.pt-cv-scrollable .pt-cv-carousel-indicators li.active {
	background-color: #19819A;
	background-image: none;
}

.sidebar_vertical_posts_slider.pt-cv-scrollable .pt-cv-carousel-indicators li {
	width: 16px;
	height: 16px;
	background-color: #CFE5EB;
	border: solid 1px #19819A !important;
	box-shadow: none;
}
.course_page_left .shared-counts-wrap.style-icon .shared-counts-button,
.product_inline_share .shared-counts-wrap.style-icon .shared-counts-button {
	border: solid 1px #535353;
	border-radius: 100%;
	margin-right: 15px;
}
.course_page_left .shared-counts-wrap.style-icon .shared-counts-button:hover,
.product_inline_share .shared-counts-wrap.style-icon .shared-counts-button:hover {
	background-color: #535353;
}

.course_page_left .shared-counts-wrap.style-icon .shared-counts-button:hover .shared-counts-icon svg,
.product_inline_share .shared-counts-wrap.style-icon .shared-counts-button:hover .shared-counts-icon svg {
	fill: #fff;
}
.course_page_left .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon,
.product_inline_share .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon {
	line-height: 38px;
}
.course_page_left .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg,
.product_inline_share .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg {
	fill: #535353;
}
.product_inline_share {
	padding: 0;
	display: none;
}
.course_page_left .desktop_share_holder_inline {
	margin: 30px 0;
}
.product_inline_share .share_holder_inline .share_inline_text,
.course_page_left .desktop_share_holder_inline .share_inline_text {
	display: inline-block;
	vertical-align: middle;
}
.product_inline_share .share_holder_inline .shared-counts-wrap,
.course_page_left .desktop_share_holder_inline .shared-counts-wrap {
	display: inline-block;
	width: auto;
	margin: 0 0 0 15px;
	vertical-align: middle;
}
.mobile_key_buttons {
	position: absolute;
	top: 15px;
	right: 60px;
	display: none;
}
.mobile_key_buttons .mobile_cart_icon,
.mobile_key_buttons .user_circle_dropdown_holder {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
.mobile_key_buttons .mobile_cart_icon {
	background: url(images/icons/basket_icon.png) no-repeat center;
	width: 32px;
	height: 32px;
  background-size: 45px 45px;
}
.mobile_key_buttons a.mobile_cart_button {
	line-height: 0;
    font-size: 0;
    color: transparent;
	width: 32px;
	height: 32px;
	display: block;
	border: none;
}
.mobile_key_buttons .user_circle_dropdown_holder {
	position: relative;
}
.mobile_key_buttons .arrow_up {
	position: absolute;
    top: -10px;
    right: 6px;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
}
.mobile_key_buttons .user_circle {
	background-color: #fff;
	width: 32px;
	height: 32px;
	text-align: center;
	border-radius: 100%;
	color: #141535;
	line-height: 32px;
	cursor: pointer;
}
.mobile_key_buttons .mobile_user_dropdown {
	position: absolute;
	top: 45px;
	right: 0;
	width: auto;
	background-color: #fff;
	/* border: solid 1px #19819A; */
	border-radius: 5px;
	box-shadow: 0 10px 12px rgb(174 174 174 / 75%);
	-webkit-box-shadow: 0 10px 12px rgb(174 174 174 / 75%);
	-moz-box-shadow: 0 10px 12px rgba(174, 174, 174, 0.75);
	display: none;
}
.mobile_user_dropdown ul li a {
  color: #141535;
}
.mobile_key_buttons .mobile_user_dropdown ul {
	float: none;
	opacity: 1;
	width: 100%;
	flex-wrap: wrap;
	margin: 0;
}
.mobile_key_buttons .mobile_user_dropdown ul li {
	float: none;
	display: block;
	width: 100%;
	margin: 0;
}
.mobile_key_buttons .mobile_user_dropdown ul li a {
	white-space: nowrap;
	padding: 7px 15px;
  font-weight: 200;
}
button.slick-prev:before,
button.slick-next:before {
	color: #141535;
}
button.slick-prev {
	left: -15px;
}
button.slick-next {
	right: -15px;
}
.small_quotes_slider button.slick-prev {
	left: -60px;
}
.small_quotes_slider button.slick-prev {
	right: -60px;
}
section.section_image_section.course_section_image {
  margin-bottom: 30px;
}
.section_image_section.course_section_image + .woocommerce ul {
  margin-bottom: 0;
}
section.section_image_section.course_section_image .content .slide_content_holder {
  width: 90%;
}
section.section_image_section.course_section_image .content img {
  max-width: none;
}
.flex_container .slices_left {
  margin-right: 60px;
  width: calc(100% - 510px);
}
.flex_container .slices_sidebar {
  width: 450px;
  flex-shrink: 0;
}
.flex_container .slices_sidebar .courses_nav_holder {
  background-color: #F7F7F7;
  padding: 30px;
  margin-bottom: 15px;
}
.contact_breeam_specialist_holder {
  /* padding-left: 30px; */
}
.sticky_course_link {
  border: none;
  padding: 8px 16px;
  border-radius: 0px;
  display: inline-block;
  margin-bottom: 15px;
  color: #fff;
  background-color: #141535;
  border: 1px solid #141535;
}
.sticky_course_link:hover,
.sticky_course_link.active_category {
  background-color: #fff;
  color: #141535;
  border: 1px solid #141535;
}
.slices_sidebar .sticky_holder {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}
.course_quick_stats_holder {
  padding-top: 30px;
  flex-wrap: wrap;
}
.course_quick_stats_holder h3 {
  width: 100%;
  flex-shrink: 0;
  margin-bottom: 15px;
}
.course_quick_stats_holder > div {
  width: 33.33%;
  text-align: center;
}
.course_quick_stats_holder div.flex_container.course_quick_stats_child {
  flex-direction: column;
}
.course_quick_stats_holder div.flex_container.course_quick_stats_child .icon_holder {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .classroom_slice ul.products li {
    font-size:0.9em;
    width:100%;
  }
  .classroom_slice .calendar-row .calendar-title {
    width:50%;
  }
}
@media screen and (max-width: 600px) {
  .classroom_slice {
    display:none;
  }
}
.product_accordion {
  margin-bottom:30px;
}
.product_accordion .product_accordion_header {
  position: relative;
  border-bottom: solid 1px #dfdfdf;
  cursor: pointer;
}
.product_accordion .product_accordion_subheading {
  color:#828282;
}
.product_accordion .product_accordion_body {
  display:none;
  margin: 15px;
  padding: 15px;
}
.product_accordion .product_accordion_header.expanded:after {
  transform: rotate(-90deg);
}
.product_accordion .product_accordion_header:after {
  content: '';
  width: 14px;
  height: 24px;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url(images/icons/view_options_icon.png) no-repeat center center transparent;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  transform: rotate(90deg);
}

/* Demo Johnson Box code courtesy of: http://hyperlinkcode.com/blog/html-johnson-box/ */
.johnson1 {
  padding: 20px;
  background: #ffff99;
  width: 90%;
  margin: 20px auto;
}
.johnson6 {
  padding: 20px;
  background: #ffff99;
  width: 90%;
  margin: 20px auto;
  border: 3px dashed #ee0000;
}
.johnson8 {
  padding: 20px;
  background: #ccffcc;
  width: 90%;
  margin: 20px auto;
  border-left: 5px solid #ff8080;
}
/* Other Sample Code */
.warning {
  color: red;
}
.shadow {
  box-shadow: 0 8px 8px -6px #333333;
}
.light-font {
  font-family: 'Frutiger Next W01 Light', 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.medium-font {
  font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.regular-font {
  font-family: 'FrutigerNextW01-Regular', 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
:-webkit-input-placeholder {
  font-family: 'Frutiger Next W01 Light', 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #c9c9c9;
}
:-ms-input-placeholder {
  font-family: 'Frutiger Next W01 Light', 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #c9c9c9;
}
:-moz-placeholder {
  font-family: 'Frutiger Next W01 Light', 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #c9c9c9;
}
::-moz-placeholder {
  font-family: 'Frutiger Next W01 Light', 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #c9c9c9;
}
.transition-all {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.transition-bg-color {
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.transition-color {
  -webkit-transition: color 300ms linear;
  -moz-transition: color 300ms linear;
  -o-transition: color 300ms linear;
  transition: color 300ms linear;
}
.transition-padding {
  -webkit-transition: padding 500ms ease-out;
  -moz-transition: padding 500ms ease-out;
  -o-transition: padding 500ms ease-out;
  transition: padding 500ms ease-out;
}
.transition-box-shadow {
  -webkit-transition: box-shadow 500ms ease-out;
  -moz-transition: box-shadow 500ms ease-out;
  -o-transition: box-shadow 500ms ease-out;
  transition: box-shadow 500ms ease-out;
}
.transition-transform {
  -webkit-transition: transform 500ms ease-out;
  -moz-transition: transform 500ms ease-out;
  -o-transition: transform 500ms ease-out;
  transition: transform 500ms ease-out;
}
.transition-opacity {
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
.transition-border {
  -webkit-transition: border 300ms ease-out;
  -moz-transition: border 300ms ease-out;
  -o-transition: border 300ms ease-out;
  transition: border 300ms ease-out;
}
.transition-bg-position {
  -webkit-transition: background-position 300ms ease-out;
  -moz-transition: background-position 300ms ease-out;
  -o-transition: background-position 300ms ease-out;
  transition: background-position 300ms ease-out;
}
.transition-none {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.no-blur {
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -o-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
  webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none;
  /*font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;*/
  margin-bottom: 15px;
  font-weight: normal;
	line-height: 1.4em;
}
h1,
h1.entry-title {
  font-size: 2em;
  text-transform: none;
  font-family: "RecifeText Regular";
  color: #2c2c2e;
  margin-bottom: 0.4em !important;
  hyphens: manual;
}
h2 {
  font-size: 1.5em;
  font-family: "RecifeText Regular";
  font-weight: 700;
}
h3 {
  font-size: 1.313em;
  margin-bottom: 5px;
  text-transform: inherit;
  font-family: "RecifeText Regular";
  font-weight: 700;
}
h4 {
  font-size: 1.25em;
  margin-bottom: 5px;
  text-transform: inherit;
  font-family: "RecifeText Regular";
  font-weight: 700;
}
h5 {
  font-size: 1.063em;
  margin-bottom: 5px;
  text-transform: inherit;
  font-family: "RecifeText Regular";
  font-weight: 700;
}
h6 {
	font-size: 1em;
	margin-bottom: 5px;
	text-transform: inherit;
	font-family: "RecifeText Regular";
  font-weight: 700;
}
small,
.text_small {
	font-size: 0.833em;
}
h3 p {
  font-size: inherit;
}
section ul {
  margin-top: 0;
}
section p:last-child {
  margin-bottom: 0;
}
p,
section ul li,
.entry-content ul li,
section ol li,
.entry-content ol li {
  font-size: 1.125em;
  line-height: 1.5555555555555556em;
}
.bre-group .entry-content ul li,
.bre-group section ol li,
.bre-group .entry-content ol li {
  font-size: 1em;
}
section ul li ul li,
.entry-content ul li ul li,
section ol li ol li,
.entry-content ol li ol li {
  font-size: 1em;
  /* list-style: none; */
}
section ul li ul li a b {
  text-decoration: underline;
}
.bold-font,
strong,
b {
  font-family: "RecifeText Regular";
  font-weight: 700;
}
.responsive_image {
  width: 100%;
}
.image_holder {
  box-sizing: content-box;
  padding: 25px;
}
button {
  -webkit-radius: 0;
  -moz-radius: 0;
  border-radius: 0;
  text-transform: none;
}
button,
input,
select,
textarea {
  font-family: 'FrutigerNextW01-Regular', 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.cta_button {
  padding: 8px 16px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  cursor: pointer;
  display: inline-block;
  background-color: #141535;
  border: 1px solid #141535;
  border-radius: 0px;
  line-height: 1em;
  font-size: 18px;
  font-weight: 600;
}
.cta_button:hover {
  background-color: #fff;
  color: #141535;
  border: 1px solid #141535;
}
button.cta_button {
	font-weight: normal;
	letter-spacing: unset;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border: solid 1px #fff;
  font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3abfdf+0,3abfdf+65,49d1f1+100 */
  background: none;
  /* Old browsers */
  background: none;
  /* FF3.6-15 */
  background: none;
  /* Chrome10-25,Safari5.1-6 */
  background: none;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3abfdf', endColorstr='#49d1f1', GradientType=1);
  /* IE6-9 */
  border-radius: 0;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  color: #016a9c;
}
.woocommerce button.button.alt {
  padding: 16px 32px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  background-color: #141535 !important;
	background: #141535;
  border: solid 1px #141535;
  border-radius: 0px;
  line-height: 1em;
	font-weight: normal;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	float: none !important;
}
.woocommerce button.button.alt:hover {
  background-color: #fff !important;
  color: #141535 !important;
  border-color: #141535;
}
.woocommerce #page button.button.alt:disabled {
	padding: 16px 32px;
}
.woocommerce #page button.button.alt:disabled:hover {
	text-transform: none;
}
.sf-field-sort_order h4, .sf-field-post-meta-custom_course_type h4, .sf-field-taxonomy-product_cat h4 {
  font-weight: bold;
	display: inline-block;
}
a.green_button,
a.grey_button {
  width: auto;
  padding: 15px 20px;
  background-color: #b4c727;
  text-align: center;
  color: #fff;
  display: inline-block;
  border: solid 1px transparent;
  text-decoration: none;
  text-transform: uppercase;
}
a.green_button:hover,
a.grey_button:hover {
  background-color: #fff;
  color: #b4c727;
  border: solid 1px #b4c727;
}
a.grey_button {
  background-color: #ccc;
  display: block;
  margin-bottom: 15px;
}
a.grey_button:hover {
  background-color: #fff;
  color: #2c3e50;
  border: solid 1px #ccc;
}
.ghost_button,
input[type="submit"].ghost_button {
  width: auto;
  padding: 16px 32px;
  background-color: #1E1836;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  border: solid 1px #1E1836;
  text-decoration: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  /* border-radius: 5px; */
  font-size: 1.125em;
  line-height: 1em;
}
.ghost_button:hover,
input[type="submit"].ghost_button:hover {
  border-color: #1E1836;
  background-color: #ffffff;
  color: #1E1836;
  border-bottom: solid 1px;
}
p .ghost_button {
	font-size: 15px;
}
a.forgotten_password {
  font-size: 0.85em;
  text-decoration: none;
  color: #2c3e50;
  display: inline-block;
  border-bottom: solid 1px transparent;
  padding-bottom: 5px;
}
a.forgotten_password:hover {
  border-bottom: solid 1px #2c3e50;
}
.view_all_button {
  padding: 35px;
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
  clear: both;
  font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  border: none;
}
.highlight_link {
  background-color: #b4c727;
  color: #fff;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.highlight_link a {
  color: #fff;
}
.highlight_link:hover {
  background-color: #3c6864;
}
.highlight_link:hover > a {
  background-color: #3c6864;
}
.arrow_button,
.download_button {
  position: relative;
  max-width: 180px;
  min-width: 115px;
  height: 35px;
  background: url(images/icons/arrow_button_icon.png) no-repeat right 0 transparent;
  clear: both;
  padding: 10px 10px 10px 0;
  display: block;
  border: none;
  font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.float_holder {
  position: relative;
  overflow: hidden;
}
.full-width-padding {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.padding_25 {
  padding: 25px;
}
.padding_15 {
  padding: 15px;
}
.twenty_padding_no_top {
  padding: 0 20px 20px;
}
.twenty_padding_no_bottom {
  padding: 20px 20px 0;
}
.padding_bottom {
  padding-bottom: 20px;
}
.no_margin {
  margin: 0;
}
.no_padding {
  padding: 0;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
textarea {
  display: block;
}
.center_elements {
  text-align: center;
}
.flex_container {
  display: flex;
}
.flex_break {
  flex-basis: 100%;
  height: 0;
  flex-shrink: 0;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #141535;
  background-color: #fff;
  font-family: "NHaas Grotesk Regular";
  font-weight: 400;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html a,
body a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  text-decoration: none;
  /*color: #141535;*/
  /*border-bottom: solid 1px #19819A;*/
}
html a:hover,
body a:hover {
  color: #141535;
  border-bottom: none;
}
html a.tag_button,
body a.tag_button {
  text-transform: none;
  display: inline-block;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  font-size: 0.95em;
  background-color: #dfdfdf;
  font-family: 'Frutiger Next W01 Light', 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #2c2c2e;
  margin: 5px;
  border: none;
  box-shadow: none;
  padding: 5px 10px;
}
html a.tag_button:hover,
body a.tag_button:hover {
  color: #fff;
  background-color: #DC0043;
}
body {
  height: auto;
  min-height: 100%;
}
html body {
  /* Override WP Contact Slider fix for IE scroll */
  -ms-overflow-style: scrollbar !important;
}
body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
  display: none;
}
#background_image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/404/404_bg_image.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.images/404/404_bg_image.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/404/404_bg_image.jpg', sizingMethod='scale')";
}
.site-main {
  margin-bottom: 0;
  padding: 0 3em;
}
a img {
  border: none;
  outline: none;
}
button {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.content {
  width: 100%;
  margin: 0 auto;
}
.content.error_page {
  position: relative;
}
.content.error_page h1 {
  color: #fff;
  text-align: center;
}
.content.error_page section.not-found {
  background-color: transparent;
}
.content.error_page section.not-found .gsc-search-box {
  margin: 0;
}
.content.error_page section.not-found .gsc-search-box .gsc-input {
  border: none;
}
.content.error_page section.not-found .gsc-search-box .gsc-input .gsc-input {
  border: solid 1px #dfdfdf;
  display: inline-block;
  border-width: 0 0 1px 0;
  width: 100%;
  background-color: transparent;
  font-family: 'Frutiger Next W01 Light', 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 300;
  padding: 15px;
}
.content.error_page section.not-found .gsc-search-box .gsc-input .gsc-input input {
  width: 100%;
  color: #2c2c2e;
  padding: 10px;
  font-size: 1.25em;
}
.content.error_page section.not-found .gsc-search-box td.gsc-search-button {
  width: 40px;
  padding: 5px;
  border: none;
}
.content.error_page section.not-found .gsc-search-box td.gsc-search-button input.gsc-search-button {
  background: url(images/icons/search_icon_white.png) no-repeat center center transparent;
  width: 32px;
  min-width: auto;
  height: 32px;
  direction: ltr;
  text-indent: -9999px;
  padding: 0;
  border: none;
}
.content.error_page section.not-found .gsc-search-box td.gsc-clear-button {
  border: none;
  padding: 0;
  width: 25px;
  color: #fff;
}
.content.error_page section.not-found .gsc-search-box td.gsc-clear-button div.gsc-clear-button {
  width: 14px;
  height: 14px;
  display: block;
  background-image: url(images/icons/clear_icon.svg);
}
body.error404 .footer_tweets {
  background-color: transparent;
}
body.error404 .footer_tweets h1 {
  color: #fff;
}
body.error404 .breadcrumbs {
  background-color: rgba(0, 0, 0, 0.35);
}
body.error404 .breadcrumbs .content {
  color: #fff;
}
body.error404 .breadcrumbs a {
  color: #fff;
}
body.error404 .breadcrumbs span {
  color: #fff;
}
body.error404 #bre_breadcrumbs {
  max-width: none;
  background-color: rgba(0, 0, 0, 0.35);
}
body.error404 #bre_breadcrumbs li:first-child:after {
  background: rgba(0, 0, 0, 0.35);
}
body.error404 #bre_breadcrumbs li a,
body.error404 #bre_breadcrumbs li span {
  color: #fff;
}
body.error404 .results_page_search_field_holder .search_field {
  height: auto;
}
section {
  width: 100%;
  padding: 30px 0;
}
section .slice_title {
  text-align: center;
}
section .pt-cv-pinterest .pt-cv-page {
  opacity: 1;
}
.thumb_image_hover_holder {
  width: 280px;
  height: 185px;
  overflow: hidden;
}
.thumb_image_hover_holder a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.thumb_image_hover_holder a img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
body.single_section_colour section,
body.single_section_colour section:nth-child(even) {
  background-color: #f5f5f7;
}
section.full_width {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
section.full_width .feedzy-rss ul li.rss_item {
  float: left;
  width: 33.33%;
  padding: 0 15px 25px !important;
  border-bottom: none;
}
section.full_width .feedzy-rss ul li.rss_item .rss_content p {
  font-size: inherit;
}
section.no_padding {
  padding: 0;
}
section.no_padding .content {
  max-width: none;
}
section.no_padding .content .responsive_image_maps {
  width: 100%;
  height: auto;
}
section.full_width .content > h1 {
  text-align: center;
}
section.text_left_image_right {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
section.text_left_image_right.has_popup_form {
  position: static;
}
section.text_left_image_right .text_panel {
  float: left;
  width: calc(65% - 60px);
  padding: 0 15px;
}
section.text_left_image_right .text_panel:first-child {
  margin-top: 0;
  background-color: f8f8f8;
  padding:20px;
}
section.text_left_image_right .text_panel h1 + p {
  margin-top: 0;
}
section.text_left_image_right .text_panel.thirty_seventy {
  width: calc(30% - 60px);
}
section.text_left_image_right .image_panel {
  float: right;
  width: calc(35% - 15px);
  padding-right: 15px;
  margin-top: 75px;
}
section.text_left_image_right .image_panel .bottom_left_image {
  margin-right: 10px;
}
section.text_left_image_right .image_panel .bottom_left_image,
section.text_left_image_right .image_panel .bottom_right_image {
  width: calc(50% - 5px);
  max-width: 290px;
  max-height: 205px;
  float: left;
  position: relative;
  line-height: 0;
  margin-top: 6px;
  margin-bottom: 10px;
  overflow: hidden;
}
section.text_left_image_right .image_panel a {
  border-bottom: none;
}
section.text_left_image_right .image_panel a.cta_button {
  border-bottom: solid 1px transparent;
  width: 50%;
}
section.text_left_image_right .image_panel a.cta_button:hover {
  border-color: #141535;
}
section.text_left_image_right .image_panel img {
  margin-bottom: 15px;
}
section.text_left_image_right .image_panel.thirty_seventy {
  width: calc(70% - 15px);
}
section.text_left_image_right.yellowjacket_strip {
  background-color: #ffee00;
  color: #000;
}
section.image_left_text_right {
  position: relative;
  overflow: hidden;
}
section.image_left_text_right .text_panel {
  float: right;
  width: calc(70% - 60px);
  padding: 0 15px 0 45px;
}
section.image_left_text_right .text_panel:first-child {
  margin-top: 0;
}
section.image_left_text_right .text_panel,
section.image_left_text_right .image_panel {
  float: left;
  width: calc(30% - 15px);
  padding-left: 15px;
}
section.image_left_text_right .image_panel .bottom_left_image {
  margin-right: 10px;
}
section.image_left_text_right .image_panel .bottom_left_image,
section.image_left_text_right .image_panel .bottom_right_image {
  width: calc(50% - 5px);
  max-width: 290px;
  max-height: 205px;
  float: left;
  position: relative;
  line-height: 0;
  margin-top: 6px;
  margin-bottom: 10px;
  overflow: hidden;
}
section.image_left_text_right .image_panel a {
  border-bottom: none;
}
section.image_left_text_right .image_panel a.cta_button {
  border-bottom: solid 1px transparent;
}
section.image_left_text_right .image_panel a.cta_button:hover {
  border-color: #DC0043;
}
section.image_left_text_right .image_panel img {
  margin-bottom: 15px;
}
html .site-inner {
  max-width: 100%;
}
.site-content {
  padding: 0;
  min-height:58%;
}
.site {
  background-color: transparent;
  max-width: 100%;
	padding: 0 0px;
  margin: 0 auto;
}
#page #primary {
  float: none;
  margin-right: 0;
  width: 100%;
}
#page #secondary {
  display: none;
}
#site-header-menu {
  margin: 0;
}
section.how_breeam_works_icons {
  text-align: center;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
section.how_breeam_works_icons h1 {
  margin-top: 0;
  margin-bottom: 35px;
}
section.how_breeam_works_icons .interactive_feature {
  width: 155px;
  padding: 15px;
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: top;
}
section.how_breeam_works_icons .interactive_feature h3 {
  word-wrap: initial;
  margin-top: 5px;
}
section.section_image_section {
  overflow: hidden;
}
section.section_image_section .content {
  position: relative;
  max-width: none;
}
section.section_image_section .content .slide_content_holder {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
  min-width: auto;
  background-color: #f8f8f8;
  padding: 35px;
  /* opacity: 0.9; */
}
section.section_image_section .content .slide_content_holder .caption_holder {
  position: relative;
  width: 100%;
  height: auto;
}
section.section_image_section .content .slide_content_holder .caption_holder h1,
section.section_image_section .content .slide_content_holder .caption_holder h2,
section.section_image_section .content .slide_content_holder .caption_holder h3,
section.section_image_section .content .slide_content_holder .caption_holder h4,
section.section_image_section .content .slide_content_holder .caption_holder h5,
section.section_image_section .content .slide_content_holder .caption_holder h6,
section.section_image_section .content .slide_content_holder .caption_holder p {
  color: #1E1836;
}
section.section_image_section .content a {
  display: inline-block;
	margin-bottom: 15px;
}
section.section_image_section .content a:last-of-type {
	margin-bottom: 0;
}
section.section_image_section .section_image.parallax {
  /* Set a specific height */
  height: 550px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.section_image_section .section_image.parallax .content {
  position: relative;
  max-width: none;
  height: 100%;
}
section.section_image_section .section_image.parallax .content .slide_content_holder {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: initial;
  transform: translate(-50%, -50%);
  width: auto;
  background-color: rgba(255, 255, 255, 0.65);
  padding: 25px 125px;
  opacity: 1;
  text-align: center;
}
section.section_image_section .section_image.parallax .content .slide_content_holder .caption_holder {
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px 20px 50px;
}
section.section_image_section .section_image.parallax .content .slide_content_holder .caption_holder h1,
section.section_image_section .section_image.parallax .content .slide_content_holder .caption_holder h2,
section.section_image_section .section_image.parallax .content .slide_content_holder .caption_holder h3,
section.section_image_section .section_image.parallax .content .slide_content_holder .caption_holder h4,
section.section_image_section .section_image.parallax .content .slide_content_holder .caption_holder h5,
section.section_image_section .section_image.parallax .content .slide_content_holder .caption_holder h6,
section.section_image_section .section_image.parallax .content .slide_content_holder .caption_holder p {
  color: #2c2c2e;
}
section.section_image_section .section_image.parallax .content a {
  padding: 10px 20px;
  margin-top: 0;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  background-color: rgba(255, 255, 255, 0.25);
  color: #2c2c2e;
  display: inline-block;
  font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
}
section.section_image_section .section_image.parallax .content a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
section.section_image_section .section_image .image_as_bg {
	padding-top: 30px;
	padding-bottom: 30px;
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
}
section.section_image_section .section_image .image_as_bg .slide_content_holder {
	position: relative;
	top: unset;
	left: unset;
	transform: none;
	margin: 0;
}
header#masthead {
  padding: 0;
  margin: 0;
}
header #navigation_holder {
  width: 100%;
}
header #navigation_holder .main_nav_holder {
  position: relative;
}
header #global_nav {
  position: relative;
  width: 100%;
  padding: 0 3em;
  background-color: #000;
  /*
		&.desktop_menu {
			#global_nav_links {

				ul {
					
					li {
						&.global_mobile_dropdown {
							display:block;
						}//global_mobile_dropdown
					}//li

				}//ul			
			}//global_nav_links
		}//global_nav.desktop_menu
		*/
}
header #global_nav #global_nav_links {
  float: left;
}
header #global_nav #global_nav_links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header #global_nav #global_nav_links ul li {
  float: left;
  border-right: none;
  line-height: 1em;
  font-size: 0.938em;
}
header #global_nav #global_nav_links ul li:first-of-type {
  border-left: solid 1px #dfdfdf;
}
header #global_nav #global_nav_links ul li.global_mobile_dropdown {
  display: none;
}
header #global_nav #global_nav_links ul li.mobile_dropdown_title {
  padding: 13px 15px;
  color: #2c2c2e;
  display: block;
  font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  border: none;
  cursor: pointer;
  display: none;
}
header #global_nav #global_nav_links ul li.mobile_dropdown_title:hover {
  background-color: #dfdfdf;
}
header #global_nav #global_nav_links ul li a {
  padding: 13px 15px;
  color: #fff;
  display: block;
  font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
}
header #global_nav #global_nav_links ul li a:hover {
  background-color: #dfdfdf;
  color: #000;
}
header #global_nav #global_nav_links ul li.bre_company_logo a {
  padding: 7px 15px;
}
header #global_nav.mobile_menu #global_nav_links.global_mobile_dropdown_container ul li {
  display: block;
  margin: 0;
  border-right: none;
}
header #global_nav.mobile_menu #global_nav_links.global_mobile_dropdown_container ul li.global_mobile_dropdown {
  display: block;
}
header #global_nav.mobile_menu #global_nav_links.global_mobile_dropdown_container ul li .mobile_dropdown_title {
  display: block;
}
header #global_nav.mobile_menu #global_nav_links.global_mobile_dropdown_container ul li.global_mobile_dropdown {
  display: none;
  border-bottom: solid 1px #dfdfdf;
}
header #global_nav.mobile_menu #global_nav_links.global_mobile_dropdown_container ul li:last-child {
  border-bottom: none;
}
header #global_nav.mobile_menu #global_nav_links ul li {
  float: none;
  display: inline-block;
  margin-right: -4px;
}
header #global_nav.mobile_menu #global_nav_links ul li:first-of-type {
  margin-left: 0;
}
header #social_buttons_holder {
  float: right;
}
header #social_buttons_holder .social_icon {
  height: 40px;
  opacity: 0.45;
  display: inline-block;
  direction: ltr;
  text-indent: -9999px;
  padding: 0 10px;
  border: none;
}
header #social_buttons_holder .social_icon.twitter_icon {
  background: url(images/icons/social_icons.svg) no-repeat center top transparent;
  width: 52px;
}
header #social_buttons_holder .social_icon.linkedin_icon {
  background: url(images/icons/social_icons.svg) no-repeat center -80px transparent;
  width: 45px;
}
header #social_buttons_holder .social_icon.buzz_icon {
  background: url(images/icons/social_icons.svg) no-repeat center -40px transparent;
  width: 80px;
}
header #social_buttons_holder .social_icon:hover {
  opacity: 1;
}
header nav {
  position: relative;
  background-color: #141535;
  width: 100%;
  min-height: 67px;
  padding: 0;
  z-index: 9999;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
header nav .content {
  position: relative;
  min-height: 69px;
}
header nav .nav_search_field_holder {
  display: none;
}
header nav .custom-logo-link {
  display: inline-block;
  border: none;
}
header nav ul {
  display: none;
  float: none;
  margin: 25px 0 0;
  white-space: normal;
}
header nav ul li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #dfdfdf;
}
header nav ul li:last-of-type {
  border-bottom: none;
}
header nav ul li a {
  padding: 8px 0 8px 15px;
  display: block;
  color: #fff;
  font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  border: none;
}
header nav ul li a:hover {
  font-weight: bold;
}
header nav ul li a.cta_button {
  background: #19819A;
  border-bottom: solid 3px transparent;
  color: #fff;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
header nav ul li a.cta_button:hover {
  background: #3abfdf;
  border-color: #19819A;
  border-bottom: solid 3px transparent;
}
header nav ul li.menu-item-has-children {
  background: none;
  margin-right: 0;
  /*&:after {
						position: absolute;
						top: -1px;
						right: -15px;
						background: url(images/icons/down-arrow-white.svg) no-repeat center center rgba(255, 255, 255, 0.1);
						width: 50px;
						height: 100%;
						content: ' ';
						border-top: solid 1px #fff;
						border-bottom: solid 1px #fff;
						border-left: solid 1px #fff;
					}*/
}
header nav ul li.menu-item-has-children.dropdown_open {
  /* border-left: solid 3px #136377; */
}
header nav ul li.menu-item-has-children a {
  width: calc(100% - 70px);
  margin-right: 0;
}
header nav ul li.menu-item-has-children .dropdown {
  position: relative;
  width: 100%;
  background-color: #fff;
}
header nav ul li.menu-item-has-children .dropdown ul {
  margin: 0;
  white-space: normal;
}
header nav ul li.menu-item-has-children .dropdown ul li {
  border-bottom-color: none;
}
header nav ul li.menu-item-has-children .mobile_dropdown_icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  text-align: center;
  /* border-left: solid 1px #fff; */
  background-color: #141535;
  display: block;
}
header nav ul li.menu-item-has-children .mobile_dropdown_icon img {
  width: 25px;
  height: 35px;
  max-height: 50px;
  padding-top: 10px;
}
header nav ul li.menu-item-has-children:hover ul {
  display: none;
}
header nav ul li.search_icon .mobile_nav_search_field_holder {
  display: block;
  background-color: #f8f8f8;
}
header nav ul li.search_icon .mobile_nav_search_field_holder form.searchandfilter ul {
  padding: 0px 10px;
}
header nav ul li.search_icon .mobile_nav_search_field_holder form.searchandfilter ul li.sf-field-search {
  display: inline-block;
  width: calc(100% - 47px);
  margin-right: 15px;
  border-bottom: none;
}
header nav ul li.search_icon .mobile_nav_search_field_holder form.searchandfilter ul li.sf-field-search label {
  width: 100%;
}
header nav ul li.search_icon .mobile_nav_search_field_holder form.searchandfilter ul li.sf-field-search label input {
  background-color: #fff;
  border-radius: 3px;
}
header nav ul li.search_icon .mobile_nav_search_field_holder form.searchandfilter ul li.sf-field-submit {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: top;
}
header nav ul li.search_icon .mobile_nav_search_field_holder form.searchandfilter ul li.sf-field-submit input {
  background: url(images/icons/dark_search_icon.png) no-repeat center center transparent;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  padding: 0;
  border: none;
	margin-top: 5px;
}
header nav ul li.search_icon .mobile_nav_search_field_holder .gsc-search-box {
  margin: 0;
}
header nav ul li.search_icon .mobile_nav_search_field_holder .gsc-search-box .gsc-input {
  border: none;
}
header nav ul li.search_icon .mobile_nav_search_field_holder .gsc-search-box .gsc-input .gsc-input {
  border: solid 1px #dfdfdf;
  display: inline-block;
  border-width: 0 0 1px 0;
  width: 100%;
  background-color: transparent;
  font-family: 'Frutiger Next W01 Light', 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 300;
}
header nav ul li.search_icon .mobile_nav_search_field_holder .gsc-search-box .gsc-input .gsc-input input {
  width: 100%;
  color: #2c2c2e;
  padding: 10px;
  font-size: 1.25em;
}
header nav ul li.search_icon .mobile_nav_search_field_holder .gsc-search-box td.gsc-search-button {
  width: 40px;
  padding: 5px;
  border: none;
}
header nav ul li.search_icon .mobile_nav_search_field_holder .gsc-search-box td.gsc-search-button input.gsc-search-button {
  background: url(images/icons/search_icon.png) no-repeat center center transparent;
  width: 32px;
  min-width: auto;
  height: 32px;
  direction: ltr;
  text-indent: -9999px;
  padding: 0;
  border: none;
}
header nav ul li.search_icon .mobile_nav_search_field_holder .gsc-search-box td.gsc-clear-button {
  border: none;
  padding: 0;
  width: 25px;
}
header nav ul li.search_icon .mobile_nav_search_field_holder .gsc-search-box td.gsc-clear-button div.gsc-clear-button {
  width: 14px;
  height: 14px;
  display: block;
}
header nav ul li.search_icon .mobile_nav_search_field_holder .nav_search_field {
  display: inline-block;
  border-width: 0 0 1px 0;
  width: calc(100% - 50px);
  background-color: transparent;
  padding: 15px 0 15px 15px;
  color: #2c2c2e;
}
header nav ul li.search_icon .mobile_nav_search_field_holder #mobile_nav_search_button {
  display: inline-block;
  background: url(images/icons/search_icon.png) no-repeat center center transparent;
  width: 32px;
  height: 32px;
  direction: ltr;
  text-indent: -9999px;
  padding: 5px;
}
header nav ul li.search_icon .mobile_nav_search_field_holder span.close_form_icon {
  background: url(images/icons/close_icon.svg) no-repeat center center #ffffff;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 30px;
  cursor: pointer;
}
header nav ul li.search_icon .header_search_field {
  width: calc(100% - 40px);
  background-color: transparent;
  border-bottom: solid #dfdfdf;
  border-width: 0 0 1px 0;
  padding-left: 15px;
  margin-bottom: 15px;
}
header nav ul li.search_icon .header_search_field_button {
  display: inline-block;
  background: url(images/icons/search_icon.png) no-repeat center center transparent;
  width: 32px;
  height: 32px;
  direction: ltr;
  text-indent: -9999px;
  padding: 5px;
}
header nav ul li.desktop_user_menu_options {
	display: none;
}
header nav ul li.logout {
	display: none;
}
header nav ul li.cart_icon {
	display: none;
}
header nav ul li.cart_icon a {
  background: url(images/icons/basket_icon.png) no-repeat center transparent;
  width: 32px;
  height: 32px;
  background-size: 45px 45px;
  padding: 0 0 0 47px;
  margin: 18px 0;
  border: none;
	line-height: inherit;
	font-size: 1em;
	color: #2c2c2e; 
}
header nav ul li.cart_icon a:hover {
  border: none;
	color: #19819A;
}
header nav #mobile_nav_toggle {
  position: absolute;
  top: 30px;
  right: 15px;
  width: 35px;
  height: 15px;
  display: block;
  cursor: pointer;
  display: none;
  border: none;
}
header nav #mobile_nav_toggle:hover {
  border: none;
}
header nav #mobile_nav_toggle span,
header nav #mobile_nav_toggle span:before,
header nav #mobile_nav_toggle span:after {
  cursor: pointer;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  height: 2px;
  width: 30px;
  background: #f8f8f8a3;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
header nav #mobile_nav_toggle span:before {
  top: -10px;
}
header nav #mobile_nav_toggle span:after {
  bottom: -10px;
}
header nav #mobile_nav_toggle.active span {
  background-color: transparent;
}
header nav #mobile_nav_toggle.active span:before {
  top: 0;
  transform: rotate(45deg);
}
header nav #mobile_nav_toggle.active span:after {
  top: 0;
  transform: rotate(-45deg);
}
header nav.desktop_menu {
  padding: 10px 3em;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
header nav.desktop_menu.nav_fade {
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
}
header nav.desktop_menu:hover {
  opacity: 1;
}
header nav.desktop_menu #mobile_nav_toggle {
  display: none;
}
header nav.desktop_menu .search_holder {
  display: none;
}
header nav.desktop_menu.banner_nav ul li {
  border-bottom: none;
}
header nav.desktop_menu.banner_nav ul li.menu-item-has-children {
  background: url(images/icons/down-arrow.png) no-repeat center right transparent;
  background-position: right 5px center;
}
header nav.desktop_menu.banner_nav ul li.menu-item-has-children:hover {
  background: url(images/icons/up-arrow.png) no-repeat center right transparent;
  background-color: #fff;
  background-size: 16px 16px;
  background-position: right 5px center;
}
/* header nav.desktop_menu ul li a, header nav.desktop_menu.banner_nav ul li.menu-item-has-children:hover {
  color: #141535 !important;
} */
header nav.desktop_menu.banner_nav ul li.menu-item-has-children .dropdown {
  background-color: #fff;
}
header nav.desktop_menu ul {
  float: right;
  position: relative;
  margin: 0 !important;
  padding: 0;
  list-style-type: none;
  opacity: 0;
  white-space: nowrap;
}
header nav.desktop_menu ul li {
  float: left;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0 ;
  box-sizing: content-box;
  font-size: 0.938em;
  vertical-align: top;
  border-bottom: none;
}
header nav.desktop_menu ul li:hover {
  background: white;
}
.dropdown ul li a {
  color: #141535 !important;
}
.dropdown ul li a:hover {
  color: #fff !important;
}
header nav.desktop_menu ul li.search_icon {
  background: url(images/icons/search_icon.png) no-repeat center center transparent;
  padding: 30px 0;
  width: 32px;
  display: inline-block;
  background-size: 45px 45px;
}
header nav.desktop_menu ul li.search_icon:hover {
  background-color: transparent;
}
header nav.desktop_menu ul li.cart_icon:hover {
  background-color: transparent;
}
header nav.desktop_menu ul li.search_icon:hover {
  border-bottom: none;
  cursor: pointer;
}
header nav.desktop_menu ul li a {
  position: relative;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  box-sizing: border-box;
  color: #fff;
  padding: 20px;
  display: block;
  border-bottom: solid 2px transparent;
  font-weight: 400;
  text-transform: uppercase;
}
header nav.desktop_menu ul li.has-sub a {
  padding: 20px 20px 20px 5px;
}
header nav.desktop_menu ul li a.nav_trigger {
  background-color: #DC0043;
  color: #fff;
}
header nav.desktop_menu ul li a.nav_trigger:hover {
  background-color: transparent;
  color: #2c2c2e;
  border-color: #DC0043;
}
/* header nav.desktop_menu ul li a:hover {
  color: #fff;
} */
header nav.desktop_menu ul li a.cta_button {
  color: #fff;
}
header nav.desktop_menu ul li.cart_icon a {
	line-height: 0;
	font-size: 0;
	color: transparent;
}
header nav.desktop_menu ul li.menu-item-has-children {
  background: url(images/icons/down-arrow.png) no-repeat center right transparent;
  padding-right: 5px;
}
header nav.desktop_menu ul li.menu-item-has-children:hover {
  background: url(images/icons/up-arrow.png) no-repeat center right transparent;
  background-color: #fff;
  background-size: 16px 16px;
  background-position: right 5px center;
}
/* header nav.desktop_menu ul li.menu-item-has-children:hover {
  background-color: #fff;
  color: #141535;
} */
header nav.desktop_menu ul li.menu-item-has-children .mobile_dropdown_icon {
  display: none;
}
header nav.desktop_menu ul li.menu-item-has-children.children_1 .dropdown {
  width: auto;
}
header nav.desktop_menu ul li.menu-item-has-children .dropdown {
  float: none;
  position: absolute;
  top: 100%;
  /* IE Overflow fix */
  left: -9999px;
  max-height: 0;
  width: 350px;
  background-color: #fff;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}
header nav.desktop_menu ul li.menu-item-has-children .dropdown ul {
  display: block;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 1;
}
header nav.desktop_menu ul li.menu-item-has-children .dropdown ul li {
  width: 100%;
  min-width: 100px;
  border-bottom: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
header nav.desktop_menu ul li.menu-item-has-children .dropdown ul li:only-child {
  width: 100%;
}
header nav.desktop_menu ul li.menu-item-has-children .dropdown ul li.full_width {
  width: 100%;
}
header nav.desktop_menu ul li.menu-item-has-children .dropdown ul li span {
  white-space: nowrap;
}
header nav.desktop_menu ul li.menu-item-has-children .dropdown ul li:hover {
  border-bottom: none;
  background-color: #141535;
  color: #fff !important;
}
/* header nav.desktop_menu ul li.menu-item-has-children .dropdown ul li:hover a {
  color: #fff !important;
} */
header nav.desktop_menu ul li.menu-item-has-children .dropdown ul li a {
  padding: 10px 15px;
  text-transform: none;
}
header nav.desktop_menu ul li.menu-item-has-children .dropdown ul li:hover {
  color: #fff !important;
  background-color: #141535;
}
header nav.desktop_menu ul li.menu-item-has-children:hover .dropdown {
  max-height: 500px;
  transition: max-height 0.5s ease-in;
  border-bottom: solid 3px #141535;
  /* IE Overflow fix */
  left: 0;
  /* this removes the transition delay so the menu will be visible while the other styles transition */
}
header nav.desktop_menu ul li.menu-item-has-children.edge {
  /* IE Overflow fix */
}
header nav.desktop_menu ul li.menu-item-has-children.edge .dropdown {
  right: 0;
  left: auto;
}
header nav.desktop_menu ul li.menu-item-has-children.edge:hover .dropdown {
  right: 0;
  left: auto;
}
header nav.desktop_menu ul li.search_icon .mobile_nav_search_field_holder {
  display: none;
}
header nav.desktop_menu ul li.desktop_user_menu_options {
	display: block;
}
header nav.desktop_menu ul li.logout {
	display: none;
}

.user_circle_desktop {
  background: #ffffff;
  padding: 6px 10px;
  border-radius: 50px;
  color: #141535;
  font-weight: 600;
}
header nav.desktop_menu ul li.cart_icon {
  margin-right: 15px;
  margin-left: 15px;
	display: block;
}
header nav.desktop_menu ul li.cart_icon a {
  width: 32px;
  height: 32px;
  overflow: visible;
  padding: 0;
  margin: 18px 0;
  border: none;
}
header nav.desktop_menu ul li.cart_icon a:hover {
  border: none;
}
header nav.desktop_menu ul li.cart_icon a .cart_count_holder {
  position: absolute;
  top: -3px;
  right: -9px;
  line-height: 1;
  padding: 3px 6px;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  background-color: #DC0043;
}
header nav.desktop_menu ul #mobile_nav_toggle {
  display: none;
}
header nav.desktop_menu .nav_search_field_holder {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
  width: 70%;
  z-index: 9999;
}
header nav.desktop_menu .nav_search_field_holder .search-field {
  border: solid 1px #dfdfdf;
  display: inline-block;
  border-width: 0px 0px 1px 0px;
  background-color: transparent;
  font-family: 'Frutiger Next W01 Light', 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 300;
  width: 100%;
  color: #2c2c2e;
  padding: 10px;
  font-size: 1.25em;
}
header nav.desktop_menu .nav_search_field_holder .search-submit {
  width: 40px;
  padding: 5px;
  background: url(images/icons/search_icon.png) no-repeat center center transparent;
  width: 32px;
  min-width: auto;
  height: 32px;
  text-indent: -9999px;
  padding: 0;
  border: none;
}
header nav.desktop_menu .nav_search_field_holder div.gsc-clear-button {
  position: absolute;
  top: 15px;
  right: -30px;
  width: 14px;
  height: 14px;
  display: block;
  background: url(images/icons/clear.gif) no-repeat;
}
header nav.desktop_menu .nav_search_field_holder .nav_search_field {
  display: inline-block;
  border-width: 0px 0px 1px 0px;
  width: calc(100% - 90px);
  background-color: transparent;
}
header nav.desktop_menu .nav_search_field_holder #nav_search_button {
  display: inline-block;
  background: url(images/icons/search_icon.png) no-repeat center center transparent;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  padding: 5px;
}
header nav.desktop_menu .nav_search_field_holder span.close_form_icon {
  background: url(images/icons/close_icon.svg) no-repeat center center #ffffff;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 30px;
  cursor: pointer;
}
header nav.desktop_menu .nav_search_field_holder .sfs_close_icon {
  position: absolute;
  top: 20px;
  right: 7px;
  background: url(images/icons/close-icon.png) no-repeat center center;
  width: 20px;
  height: 14px;
  display: inline-block;
  margin-left: 30px;
  cursor: pointer;
}
header nav.desktop_menu form ul {
  margin: 0;
  float: none;
  opacity: 1;
}
header nav.desktop_menu form ul li {
  display: none;
  padding: 0;
  float: none;
}
header nav.desktop_menu form ul li.sf-field-search {
  display: block;
  padding: 0;
  margin: 0;
}
header nav.desktop_menu form ul li.sf-field-search label {
  display: block;
  height: 55px;
}
header nav.desktop_menu form ul li.sf-field-search label input {
  background: transparent;
  border: none;
  border-radius: 0;
  height: 100%;
  padding: 10px 65px 10px 10px;
  box-sizing: border-box;
}
header nav.desktop_menu form ul li.sf-field-submit {
  display: block;
  position: static;
}
header nav.desktop_menu form ul li.sf-field-submit input[type="submit"] {
  position: absolute;
  top: 10px;
  right: 25px;
  width: 40px;
  padding: 5px;
  background: url(images/icons/search_icon.png) no-repeat center center transparent;
  width: 32px;
  min-width: auto;
  height: 32px;
  text-indent: -9999px;
  padding: 0;
  border: none;
}
header nav ul li a [title=Login] {
	background-color: #19819A;
	color: #fff;
}
.site-inner .metaslider.align_slider_top ul.slides li,
.site-inner .metaslider.ms-theme-disjoint.align_slider_top ul.slides li {
  display: flex !important;
  align-items: flex-end;
}
.site-inner .metaslider .flexslider,
.site-inner .metaslider.ms-theme-disjoint .flexslider {
  margin: 0;
  overflow: hidden;
  line-height: 0;
  border-radius: 0;
}
.site-inner .metaslider .flexslider .flex-viewport ul.slides,
.site-inner .metaslider.ms-theme-disjoint .flexslider .flex-viewport ul.slides {
  max-width: none;
}
.site-inner .metaslider .flexslider ul.slides,
.site-inner .metaslider.ms-theme-disjoint .flexslider ul.slides {
  max-width: 100%;
  width: 100%;
}
.site-inner .metaslider .flexslider ul.slides li,
.site-inner .metaslider.ms-theme-disjoint .flexslider ul.slides li {
  max-height: 550px;
  overflow: hidden;
}
.site-inner .metaslider .flexslider ul.slides .caption-wrap,
.site-inner .metaslider.ms-theme-disjoint .flexslider ul.slides .caption-wrap,
.metaslider .caption-wrap {
  top: 50%;
  left: 0;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 50%;
  min-width: auto;
  background-color: #f9f9f9;
  padding: 35px;
  opacity: 0.9;
  text-align: center;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.site-inner .metaslider .flexslider ul.slides .caption-wrap .caption,
.site-inner .metaslider.ms-theme-disjoint .flexslider ul.slides .caption-wrap .caption {
  text-align: left;
  padding: 0;
}
.site-inner .metaslider .flexslider ul.slides .caption-wrap .caption h1,
.site-inner .metaslider.ms-theme-disjoint .flexslider ul.slides .caption-wrap .caption h1 {
  font-size: 2.488em;
  line-height: 1.4em;
  color: #2c2c2e;
}
.site-inner .metaslider .flexslider ul.slides .caption-wrap .caption h2,
.site-inner .metaslider.ms-theme-disjoint .flexslider ul.slides .caption-wrap .caption h2 {
  color: #2c2c2e;
  text-transform: none;
  line-height: 1.2em;
}
.site-inner .metaslider .flexslider ul.slides .caption-wrap .caption h3,
.site-inner .metaslider.ms-theme-disjoint .flexslider ul.slides .caption-wrap .caption h3,
.site-inner .metaslider .flexslider ul.slides .caption-wrap .caption h4,
.site-inner .metaslider.ms-theme-disjoint .flexslider ul.slides .caption-wrap .caption h4,
.site-inner .metaslider .flexslider ul.slides .caption-wrap .caption h5,
.site-inner .metaslider.ms-theme-disjoint .flexslider ul.slides .caption-wrap .caption h5,
.site-inner .metaslider .flexslider ul.slides .caption-wrap .caption h6,
.site-inner .metaslider.ms-theme-disjoint .flexslider ul.slides .caption-wrap .caption h6,
.site-inner .metaslider .flexslider ul.slides .caption-wrap .caption p,
.site-inner .metaslider.ms-theme-disjoint .flexslider ul.slides .caption-wrap .caption p {
  color: #2c2c2e;
  margin-bottom: 0;
  font-size: 1.125em;
}
.site-inner .metaslider .flexslider ul.slides .caption-wrap .caption a,
.site-inner .metaslider.ms-theme-disjoint .flexslider ul.slides .caption-wrap .caption a {
  font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
	margin-top: 30px;
}
.site-inner .metaslider .flexslider ol.flex-control-nav,
.site-inner .metaslider.ms-theme-disjoint .flexslider ol.flex-control-nav {
  position: absolute;
  width: auto;
  height: auto;
  padding: 3px;
  bottom: 105px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 9999px;
  z-index: 9998;
}
.site-inner .metaslider .flexslider ol.flex-control-nav li a,
.site-inner .metaslider.ms-theme-disjoint .flexslider ol.flex-control-nav li a {
  width: 25px;
  height: 25px;
  background-color: #616161;
  border: none;
  color: #fff;
}
.site-inner .metaslider .flexslider ol.flex-control-nav li a.flex-active,
.site-inner .metaslider.ms-theme-disjoint .flexslider ol.flex-control-nav li a.flex-active {
  background-color: #677D2E;
}
.site-inner .metaslider .flexslider ul.flex-direction-nav li a,
.site-inner .metaslider.ms-theme-disjoint .flexslider ul.flex-direction-nav li a {
  border: none;
}
header #global_nav #global_nav_links ul li .click_nav {
  position: absolute;
  background-color: #f3f1ed;
  border: solid 1px #dfdfdf;
  z-index: 9999;
  display: none;
}
header #global_nav #global_nav_links ul li .click_nav.mobile_nav {
  left: 0;
  width: calc(100% - 100px);
}
header #global_nav #global_nav_links ul li .click_nav ul li {
  float: none;
  display: block;
  border-right: none;
  border-bottom: solid 1px #dfdfdf;
}
header #global_nav .global_buttons {
  float: right;
}
header #global_nav .global_buttons .global_icons {
  float: left;
  position: relative;
  width: 40px;
  height: 40px;
  text-align: center;
  border-left: solid 1px #dfdfdf;
}
header #global_nav .global_buttons #login_global_nav {
  background: url(images/icons/user_icon.png) no-repeat center center transparent;
  float: left;
  width: 40px;
  height: 40px;
}
header #global_nav .global_buttons #login_global_nav:hover {
  background-color: #dfdfdf;
}
header #global_nav .global_buttons #contact_global_nav {
  background: url(images/icons/contact_icon.png) no-repeat center center transparent;
  float: left;
  width: 40px;
  height: 40px;
}
header #global_nav .global_buttons #contact_global_nav:hover {
  background-color: #dfdfdf;
}
header #nav_dropdown {
  background-color: #f5f5f5;
}
header #nav_dropdown .login_dropdown,
header #nav_dropdown .contact_dropdown {
  display: none;
}
header #nav_dropdown h2 {
  font-size: 2em;
  margin-top: 0;
}
header #nav_dropdown .login_dropdown .left {
  float: left;
  width: 60%;
  text-align: left;
}
header #nav_dropdown .login_dropdown .right {
  float: right;
  width: 40%;
  text-align: center;
}
header #nav_dropdown .login_dropdown .right .highlight_box {
  background-color: #ededed;
}
header #nav_dropdown .login_dropdown .right .highlight_box h2 {
  text-align: left;
}
header #nav_dropdown .contact_dropdown a {
  text-decoration: none;
  color: #2c3e50;
  display: inline-block;
  border-bottom: solid 1px transparent;
}
header #nav_dropdown .contact_dropdown a:hover {
  border-bottom: solid 1px #2c3e50;
}
header #nav_dropdown .contact_dropdown .three_pod {
  width: calc(33.33% - 4px);
  display: inline-block;
  vertical-align: top;
}
header #nav_dropdown .contact_dropdown .three_pod p {
  margin-bottom: 0;
}
header #nav_dropdown .contact_dropdown .three_pod .social_icons_holder {
  position: relative;
  width: auto;
  height: auto;
  overflow: hidden;
}
header #nav_dropdown .contact_dropdown .three_pod .social_icons_holder .social_icon {
  width: 50px;
  padding: 10px 0;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  border: none;
}
header #nav_dropdown .contact_dropdown .three_pod .social_icons_holder .social_icon:hover {
  background-color: #fff;
  border: none;
}
header #nav_dropdown .contact_dropdown .three_pod .social_icons_holder .social_icons {
  width: 30px;
  height: 30px;
  float: left;
  text-align: center;
}
header #nav_dropdown .contact_dropdown .three_pod .social_icons_holder .social_icons img {
  margin: 5px auto;
}
header #branding {
  position: relative;
  width: 100%;
  padding: 0 15px;
  border-bottom: solid 1px #dfdfdf;
  background-color: #fcfafb;
}
header #branding #mobile_nav_icon {
  display: none;
}
header #branding a {
  display: inline-block;
}
header #branding a img {
  padding: 20px 15px 20px 0;
}
header #branding .search_holder {
  float: right;
  position: relative;
  padding-right: 40px;
  border-left: solid 1px #dfdfdf;
}
header #branding .search_holder input[type="text"] {
  border: none;
  padding: 34px 15px;
  font-size: 1em;
  background-color: transparent;
}
header #branding .search_holder .search_icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  margin-top: -14px;
}
header #branding .search_holder .search_icon input[type="submit"] {
  background: url(images/icons/search_icon.png) no-repeat center center transparent;
  border: none;
  direction: ltr;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
header #branding.mobile_nav .search_holder {
  display: none;
}
header #branding.mobile_nav #mobile_nav_icon {
  position: absolute;
  top: 23px;
  right: 15px;
  width: 45px;
  height: 45px;
  background: url(images/icons/mobile_menu_icon.png) no-repeat center center transparent;
  display: block;
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
header #branding.mobile_nav #mobile_nav_icon.mobile_active {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari */
  transform: rotate(180deg);
}
#custom_cart_location {
  float: right;
  margin-right: 15px;
}
#custom_cart_location li {
  list-style: none;
}
.hide_this {
  display: none;
}
div.at_a_glance {
  text-align: center;
  width: calc(100% - 30px);
  padding-right: 15px;
  padding-left: 15px;
}
div.at_a_glance h1 {
  margin-top: 0;
  margin-bottom: 35px;
}
div.at_a_glance .fact_holder {
  width: 350px;
  display: inline-block;
  vertical-align: top;
  margin: 0 30px 30px;
}
div.at_a_glance .fact_holder .image_holder {
  width: 75px;
  margin: 0 auto;
}
div.at_a_glance .fact_holder h2 {
  font-size: 1em;
  margin-top: 0;
}
div.at_a_glance .fact_holder span.pullout_word {
  display: block;
  font-size: 1.75em;
}
section.news_feed_holder,
section.rss_news_feed_holder,
div.rss_news_feed_holder,
body.category div#primary .content div.blogs_feed_holder {
  text-align: center;
  width: calc(100% - 30px);
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  /*
	&.blog_pod_holder {
		article {
			width: auto;
			padding: 0;
			
			
		}//article
	}//blog_pod_holder
	*/
}
section.news_feed_holder .horizontal_scroll_overflow,
section.rss_news_feed_holder .horizontal_scroll_overflow,
div.rss_news_feed_holder .horizontal_scroll_overflow,
body.category div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow {
  text-align: center;
  float: none;
  width: 100%;
}
section.news_feed_holder .horizontal_scroll_overflow.filter_type_holder,
section.rss_news_feed_holder .horizontal_scroll_overflow.filter_type_holder,
div.rss_news_feed_holder .horizontal_scroll_overflow.filter_type_holder,
body.category div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow.filter_type_holder {
  margin-bottom: 50px;
}
section.news_feed_holder .horizontal_scroll_overflow .hide_filters,
section.rss_news_feed_holder .horizontal_scroll_overflow .hide_filters,
div.rss_news_feed_holder .horizontal_scroll_overflow .hide_filters,
body.category div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow .hide_filters {
  display: none;
}
section.news_feed_holder .horizontal_scroll_overflow .feed_type,
section.rss_news_feed_holder .horizontal_scroll_overflow .feed_type,
div.rss_news_feed_holder .horizontal_scroll_overflow .feed_type,
body.category div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow .feed_type {
  font-family: "Calvert MT W01", 'Roboto Slab', Arial, Helvetica, sans-serif;
  color: #56b146;
  display: inline-block;
  padding: 25px 35px 5px;
  margin-bottom: 20px;
  font-size: 2em;
  -webkit-transition: color 300ms linear;
  -moz-transition: color 300ms linear;
  -o-transition: color 300ms linear;
  transition: color 300ms linear;
  cursor: pointer;
  border-bottom: solid 3px transparent;
}
section.news_feed_holder .horizontal_scroll_overflow .feed_type.feed_active,
section.rss_news_feed_holder .horizontal_scroll_overflow .feed_type.feed_active,
div.rss_news_feed_holder .horizontal_scroll_overflow .feed_type.feed_active,
body.category div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow .feed_type.feed_active {
  color: #2c3e50;
  border-bottom-color: #2c3e50;
}
section.news_feed_holder .horizontal_scroll_overflow .feed_type:hover,
section.rss_news_feed_holder .horizontal_scroll_overflow .feed_type:hover,
div.rss_news_feed_holder .horizontal_scroll_overflow .feed_type:hover,
body.category div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow .feed_type:hover {
  color: #2c3e50;
}
section.news_feed_holder .horizontal_scroll_overflow .filter_type,
section.rss_news_feed_holder .horizontal_scroll_overflow .filter_type,
div.rss_news_feed_holder .horizontal_scroll_overflow .filter_type,
body.category div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow .filter_type {
  display: inline-block;
  padding: 10px 15px;
  -webkit-transition: color 300ms linear;
  -moz-transition: color 300ms linear;
  -o-transition: color 300ms linear;
  transition: color 300ms linear;
  cursor: pointer;
  vertical-align: middle;
}
section.news_feed_holder .horizontal_scroll_overflow .filter_type.filter_active,
section.rss_news_feed_holder .horizontal_scroll_overflow .filter_type.filter_active,
div.rss_news_feed_holder .horizontal_scroll_overflow .filter_type.filter_active,
body.category div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow .filter_type.filter_active {
  background-color: #56b146;
  color: #fff;
}
section.news_feed_holder .horizontal_scroll_overflow .filter_type:hover,
section.rss_news_feed_holder .horizontal_scroll_overflow .filter_type:hover,
div.rss_news_feed_holder .horizontal_scroll_overflow .filter_type:hover,
body.category div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow .filter_type:hover {
  background-color: #dfdfdf;
}
section.news_feed_holder .horizontal_scroll_overflow .filter_type img,
section.rss_news_feed_holder .horizontal_scroll_overflow .filter_type img,
div.rss_news_feed_holder .horizontal_scroll_overflow .filter_type img,
body.category div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow .filter_type img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
section.news_feed_holder .horizontal_scroll_overflow .filter_type .filter_type_text,
section.rss_news_feed_holder .horizontal_scroll_overflow .filter_type .filter_type_text,
div.rss_news_feed_holder .horizontal_scroll_overflow .filter_type .filter_type_text,
body.category div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow .filter_type .filter_type_text {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
section.news_feed_holder .horizontal_scroll_overflow .filter_type .filter_type_text span,
section.rss_news_feed_holder .horizontal_scroll_overflow .filter_type .filter_type_text span,
div.rss_news_feed_holder .horizontal_scroll_overflow .filter_type .filter_type_text span,
body.category div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow .filter_type .filter_type_text span {
  display: block;
  font-size: 12px;
}
section.news_feed_holder .news_pod_half,
section.rss_news_feed_holder .news_pod_half,
div.rss_news_feed_holder .news_pod_half,
body.category div#primary .content div.blogs_feed_holder .news_pod_half {
  position: relative;
  width: calc(50% - 15px);
  display: inline-block;
  background-color: #fff;
  vertical-align: top;
  margin: 0 7.5px 15px;
  padding-bottom: 30px;
}
section.news_feed_holder .news_pod_half .top_half_holder,
section.rss_news_feed_holder .news_pod_half .top_half_holder,
div.rss_news_feed_holder .news_pod_half .top_half_holder,
body.category div#primary .content div.blogs_feed_holder .news_pod_half .top_half_holder {
  position: relative;
}
section.news_feed_holder .news_pod_half .top_half_holder .image_holder,
section.rss_news_feed_holder .news_pod_half .top_half_holder .image_holder,
div.rss_news_feed_holder .news_pod_half .top_half_holder .image_holder,
body.category div#primary .content div.blogs_feed_holder .news_pod_half .top_half_holder .image_holder {
  overflow: hidden;
}
section.news_feed_holder .news_pod_half .top_half_holder .image_holder a,
section.rss_news_feed_holder .news_pod_half .top_half_holder .image_holder a,
div.rss_news_feed_holder .news_pod_half .top_half_holder .image_holder a,
body.category div#primary .content div.blogs_feed_holder .news_pod_half .top_half_holder .image_holder a {
  border: none;
}
section.news_feed_holder .news_pod_half .top_half_holder .image_holder a:hover,
section.rss_news_feed_holder .news_pod_half .top_half_holder .image_holder a:hover,
div.rss_news_feed_holder .news_pod_half .top_half_holder .image_holder a:hover,
body.category div#primary .content div.blogs_feed_holder .news_pod_half .top_half_holder .image_holder a:hover {
  border: none;
}
section.news_feed_holder .news_pod_half .top_half_holder .image_holder img,
section.rss_news_feed_holder .news_pod_half .top_half_holder .image_holder img,
div.rss_news_feed_holder .news_pod_half .top_half_holder .image_holder img,
body.category div#primary .content div.blogs_feed_holder .news_pod_half .top_half_holder .image_holder img {
  min-width: 100%;
  width: auto;
  height: 390px;
  overflow: hidden;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
section.news_feed_holder .news_pod_half .top_half_holder .image_holder img:hover,
section.rss_news_feed_holder .news_pod_half .top_half_holder .image_holder img:hover,
div.rss_news_feed_holder .news_pod_half .top_half_holder .image_holder img:hover,
body.category div#primary .content div.blogs_feed_holder .news_pod_half .top_half_holder .image_holder img:hover {
  transform: scale(1.1);
}
section.news_feed_holder .news_pod_half .top_half_holder .news_date_holder,
section.rss_news_feed_holder .news_pod_half .top_half_holder .news_date_holder,
div.rss_news_feed_holder .news_pod_half .top_half_holder .news_date_holder,
body.category div#primary .content div.blogs_feed_holder .news_pod_half .top_half_holder .news_date_holder {
  position: absolute;
  top: 50px;
  right: -4px;
  width: 140px;
  text-align: center;
  color: #fff;
  padding: 5px;
  background-color: rgba(86, 177, 70, 0.7);
}
section.news_feed_holder .news_pod_half .top_half_holder .news_date_holder .triangle_shade,
section.rss_news_feed_holder .news_pod_half .top_half_holder .news_date_holder .triangle_shade,
div.rss_news_feed_holder .news_pod_half .top_half_holder .news_date_holder .triangle_shade,
body.category div#primary .content div.blogs_feed_holder .news_pod_half .top_half_holder .news_date_holder .triangle_shade {
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 0;
  border-color: #418235 transparent transparent transparent;
}
section.news_feed_holder .news_pod_quarter,
section.rss_news_feed_holder .news_pod_quarter,
div.rss_news_feed_holder .news_pod_quarter,
body.category div#primary .content div.blogs_feed_holder .news_pod_quarter {
  position: relative;
  width: calc(25% - 15px);
  display: inline-block;
  background-color: #fff;
  vertical-align: top;
  margin: 0 7.5px 15px;
  padding-bottom: 30px;
}
section.news_feed_holder .news_pod_quarter .top_half_holder,
section.rss_news_feed_holder .news_pod_quarter .top_half_holder,
div.rss_news_feed_holder .news_pod_quarter .top_half_holder,
body.category div#primary .content div.blogs_feed_holder .news_pod_quarter .top_half_holder {
  position: relative;
}
section.news_feed_holder .news_pod_quarter .top_half_holder .image_holder,
section.rss_news_feed_holder .news_pod_quarter .top_half_holder .image_holder,
div.rss_news_feed_holder .news_pod_quarter .top_half_holder .image_holder,
body.category div#primary .content div.blogs_feed_holder .news_pod_quarter .top_half_holder .image_holder {
  overflow: hidden;
}
section.news_feed_holder .news_pod_quarter .top_half_holder .image_holder img,
section.rss_news_feed_holder .news_pod_quarter .top_half_holder .image_holder img,
div.rss_news_feed_holder .news_pod_quarter .top_half_holder .image_holder img,
body.category div#primary .content div.blogs_feed_holder .news_pod_quarter .top_half_holder .image_holder img {
  min-width: 100%;
  width: auto;
  height: 210px;
  overflow: hidden;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
section.news_feed_holder .news_pod_quarter .top_half_holder .image_holder img:hover,
section.rss_news_feed_holder .news_pod_quarter .top_half_holder .image_holder img:hover,
div.rss_news_feed_holder .news_pod_quarter .top_half_holder .image_holder img:hover,
body.category div#primary .content div.blogs_feed_holder .news_pod_quarter .top_half_holder .image_holder img:hover {
  transform: scale(1.1);
}
section.news_feed_holder .news_pod_quarter .top_half_holder .news_date_holder,
section.rss_news_feed_holder .news_pod_quarter .top_half_holder .news_date_holder,
div.rss_news_feed_holder .news_pod_quarter .top_half_holder .news_date_holder,
body.category div#primary .content div.blogs_feed_holder .news_pod_quarter .top_half_holder .news_date_holder {
  position: absolute;
  top: 50px;
  right: -4px;
  width: 140px;
  text-align: center;
  color: #fff;
  padding: 5px;
  background-color: rgba(86, 177, 70, 0.7);
}
section.news_feed_holder .news_pod_quarter .top_half_holder .news_date_holder .triangle_shade,
section.rss_news_feed_holder .news_pod_quarter .top_half_holder .news_date_holder .triangle_shade,
div.rss_news_feed_holder .news_pod_quarter .top_half_holder .news_date_holder .triangle_shade,
body.category div#primary .content div.blogs_feed_holder .news_pod_quarter .top_half_holder .news_date_holder .triangle_shade {
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 0;
  border-color: #418235 transparent transparent transparent;
}
section.news_feed_holder .image_holder,
section.rss_news_feed_holder .image_holder,
div.rss_news_feed_holder .image_holder,
body.category div#primary .content div.blogs_feed_holder .image_holder {
  position: relative;
  padding: 0;
}
section.news_feed_holder .news_text_holder,
section.rss_news_feed_holder .news_text_holder,
div.rss_news_feed_holder .news_text_holder,
body.category div#primary .content div.blogs_feed_holder .news_text_holder {
  padding: 15px;
  text-align: left;
}
section.news_feed_holder .news_text_holder h2,
section.rss_news_feed_holder .news_text_holder h2,
div.rss_news_feed_holder .news_text_holder h2,
body.category div#primary .content div.blogs_feed_holder .news_text_holder h2 {
  margin-top: 0;
  color: #56b146;
  text-transform: inherit;
}
section.news_feed_holder .news_text_holder h2 a,
section.rss_news_feed_holder .news_text_holder h2 a,
div.rss_news_feed_holder .news_text_holder h2 a,
body.category div#primary .content div.blogs_feed_holder .news_text_holder h2 a {
  color: #56b146;
  border-bottom: none;
}
section.news_feed_holder .news_text_holder h2 a:hover,
section.rss_news_feed_holder .news_text_holder h2 a:hover,
div.rss_news_feed_holder .news_text_holder h2 a:hover,
body.category div#primary .content div.blogs_feed_holder .news_text_holder h2 a:hover {
  color: #2c3e50;
  text-decoration: none;
  border-bottom: none;
}
section.news_feed_holder .news_text_holder p img,
section.rss_news_feed_holder .news_text_holder p img,
div.rss_news_feed_holder .news_text_holder p img,
body.category div#primary .content div.blogs_feed_holder .news_text_holder p img {
  display: none !important;
}
section.news_feed_holder .news_text_holder .tag,
section.rss_news_feed_holder .news_text_holder .tag,
div.rss_news_feed_holder .news_text_holder .tag,
body.category div#primary .content div.blogs_feed_holder .news_text_holder .tag {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  border-top: solid 1px #dfdfdf;
  padding-top: 10px;
}
section.news_feed_holder .news_text_holder .tag img,
section.rss_news_feed_holder .news_text_holder .tag img,
div.rss_news_feed_holder .news_text_holder .tag img,
body.category div#primary .content div.blogs_feed_holder .news_text_holder .tag img {
  width: 25px;
  margin-right: 4px;
}
section.news_feed_holder .buzz_button,
section.rss_news_feed_holder .buzz_button,
div.rss_news_feed_holder .buzz_button,
body.category div#primary .content div.blogs_feed_holder .buzz_button {
  margin-top: 15px;
}
section.news_feed_holder .buzz_button a,
section.rss_news_feed_holder .buzz_button a,
div.rss_news_feed_holder .buzz_button a,
body.category div#primary .content div.blogs_feed_holder .buzz_button a {
  display: inline-block;
}
section.news_feed_holder .blog_pod_holder article,
section.rss_news_feed_holder .blog_pod_holder article,
div.rss_news_feed_holder .blog_pod_holder article,
body.category div#primary .content div.blogs_feed_holder .blog_pod_holder article {
  padding: 0 0 60px;
}
section.news_feed_holder .blog_pod_holder article a.more-link,
section.rss_news_feed_holder .blog_pod_holder article a.more-link,
div.rss_news_feed_holder .blog_pod_holder article a.more-link,
body.category div#primary .content div.blogs_feed_holder .blog_pod_holder article a.more-link {
  background-color: #bfb800;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border: solid 1px #34abc8;
  font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  background-color: #3abfdf !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3abfdf+0,3abfdf+65,49d1f1+100 */
  background: #3abfdf;
  /* Old browsers */
  background: -moz-linear-gradient(left, #3abfdf 0%, #3abfdf 65%, #49d1f1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #3abfdf 0%, #3abfdf 65%, #49d1f1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #3abfdf 0%, #3abfdf 65%, #49d1f1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3abfdf', endColorstr='#49d1f1', GradientType=1);
  /* IE6-9 */
  margin: 5px auto 0;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
section.news_feed_holder .blog_pod_holder article a.more-link:hover,
section.rss_news_feed_holder .blog_pod_holder article a.more-link:hover,
div.rss_news_feed_holder .blog_pod_holder article a.more-link:hover,
body.category div#primary .content div.blogs_feed_holder .blog_pod_holder article a.more-link:hover {
  color: #016a9c;
  border-color: #34abc8;
}
section.two_equal {
  text-align: center;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
section.two_equal .left {
  float: left;
  width: 50%;
  text-align: left;
  padding: 0 30px 0 0;
}
section.two_equal .right {
  float: left;
  width: 50%;
  text-align: left;
  padding: 0 0 0 30px;
}
section.three_equal {
  text-align: center;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
section.three_equal div.full_width {
  margin-bottom: 1em;
}
section.three_equal .left {
  float: left;
  width: 33.33%;
  text-align: left;
  padding: 0 15px;
}
section.three_equal .middle {
  float: left;
  width: 33.33%;
  text-align: left;
  padding: 0 15px;
}
section.three_equal .right {
  float: left;
  width: 33.33%;
  text-align: left;
  padding: 0 15px;
}
section.three_equal.features_benefits .left,
section.three_equal.features_benefits .middle,
section.three_equal.features_benefits .right {
  padding-top: 70px;
  position: relative;
}
section.three_equal.features_benefits .benefit_icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
section.four_equal {
  text-align: center;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
section.four_equal .first {
  float: left;
  width: 25%;
  text-align: left;
  padding: 0 15px;
  padding: 0 30px 0 0;
}
section.four_equal .second {
  float: left;
  width: 25%;
  text-align: left;
  padding: 0 30px;
}
section.four_equal .third {
  float: left;
  width: 25%;
  text-align: left;
  padding: 0 30px;
}
section.four_equal .fourth {
  float: left;
  width: 25%;
  text-align: left;
  padding: 0 0 0 30px;
}
section.five_equal {
  text-align: center;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
section.five_equal .first {
  float: left;
  width: 20%;
  text-align: left;
  padding: 0 15px;
  padding: 0 30px 0 0;
}
section.five_equal .second {
  float: left;
  width: 20%;
  text-align: left;
  padding: 0 30px;
}
section.five_equal .third {
  float: left;
  width: 20%;
  text-align: left;
  padding: 0 30px;
}
section.five_equal .fourth {
  float: left;
  width: 20%;
  text-align: left;
  padding: 0 30px;
}
section.five_equal .fifth {
  float: left;
  width: 20%;
  text-align: left;
  padding: 0 0 0 30px;
}
section:nth-child(even).tabbed_content_holder ul.tabs li {
  background-color: transparent;
}
section:nth-child(even).tabbed_content_holder ul.tabs li.current {
  background-color: transparent;
}
section.tabbed_content_holder {
  text-align: center;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
section.tabbed_content_holder .content {
  display: table;
  overflow: hidden;
}
section.tabbed_content_holder .content_no_table {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  display: block;
}
section.tabbed_content_holder.remove_animation .tab_content {
  transform: translate(0, 0);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 0;
}
section.tabbed_content_holder.remove_animation .tab_content.current {
  opacity: 1;
  z-index: 10;
}
section.tabbed_content_holder.remove_animation .tab_content.previous_current {
  transform: translate(0, 0);
}
section.tabbed_content_holder ul.tabs {
  margin: 0 0 40px;
  padding: 0;
  list-style-type: none;
}
section.tabbed_content_holder ul.tabs li {
  background-color: #fff;
  border-left: solid 1px #dfdfdf;
  border-bottom: solid 1px #dfdfdf;
  color: #DC0043;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  padding: 15px;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
section.tabbed_content_holder ul.tabs li:first-of-type {
  border-left: none;
}
section.tabbed_content_holder ul.tabs li.current {
  background: url(images/svg/tab_border_bre.svg) repeat-x bottom center #ffffff;
  cursor: auto;
}
section.tabbed_content_holder ul.tabs li.current:hover {
  color: #DC0043;
  background-color: #fff;
}
section.tabbed_content_holder ul.tabs li:hover {
  background-color: #DC0043;
  color: #fff;
}
section.tabbed_content_holder ul.tabs li.tab-link-icon {
  background-color: #bbd373;
}
section.tabbed_content_holder ul.tabs li.tab-link-icon.current {
  background-color: #DC0043;
}
section.tabbed_content_holder ul.tabs.tabs_1 li {
  width: 100%;
}
section.tabbed_content_holder ul.tabs.tabs_2 li {
  width: 50%;
}
section.tabbed_content_holder ul.tabs.tabs_3 li {
  width: 33.33%;
}
section.tabbed_content_holder ul.tabs.tabs_4 li {
  width: 25%;
}
section.tabbed_content_holder ul.tabs.tabs_5 li {
  width: 20%;
}
section.tabbed_content_holder ul.tabs.tabs_6 li {
  width: 16.66%;
}
section.tabbed_content_holder ul.tabs.tabs_7 li {
  width: 14.2%;
}
section.tabbed_content_holder .tab_content_holder {
  position: relative;
  text-align: left;
}
section.tabbed_content_holder .tab_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  transform: translate(50px, 0);
  -webkit-transition: transform 500ms ease-out;
  -moz-transition: transform 500ms ease-out;
  -o-transition: transform 500ms ease-out;
  transition: transform 500ms ease-out;
}
section.tabbed_content_holder .tab_content.previous_current {
  transform: translate(-50px, 0);
}
section.tabbed_content_holder .tab_content.current {
  visibility: visible;
  transform: translate(0px, 0);
  opacity: 1;
}
section.tabbed_content_holder .tab_content .contact_tab_image {
  padding-bottom: 15px;
}
section.tabbed_content_holder .tab_content .left,
section.tabbed_content_holder .tab_content .right {
  display: table-cell;
  width: 50%;
  padding: 0 10px;
  vertical-align: middle;
}
section.tabbed_content_holder .tab_content .left img,
section.tabbed_content_holder .tab_content .right img {
  width: 150px;
}
section.tabbed_content_holder .tab_content .thirty_seventy_left,
section.tabbed_content_holder .tab_content .thirty_seventy_right,
section.tabbed_content_holder .tab_content .seventy_thirty_left,
section.tabbed_content_holder .tab_content .seventy_thirty_right {
  display: inline-block;
  padding: 0 25px;
  vertical-align: middle;
}
section.tabbed_content_holder .tab_content .thirty_seventy_left img,
section.tabbed_content_holder .tab_content .thirty_seventy_right img,
section.tabbed_content_holder .tab_content .seventy_thirty_left img,
section.tabbed_content_holder .tab_content .seventy_thirty_right img {
  width: 100%;
}
section.tabbed_content_holder .tab_content .seventy_thirty_left,
section.tabbed_content_holder .tab_content .thirty_seventy_right {
  width: 70%;
}
section.tabbed_content_holder .tab_content .thirty_seventy_left,
section.tabbed_content_holder .tab_content .seventy_thirty_right {
  width: 30%;
}
section.tabbed_content_holder .tab_content .even_tc {
  display: inline-block;
  vertical-align: top;
}
section.tabbed_content_holder .tab_content .even_tc .contact_tab_image {
  display: table-cell;
  width: 100%;
}
section.tabbed_content_holder .tab_content .even_tc .contact_tab_image img {
  width: auto;
  max-width: none;
  height: 100%;
}
section.tabbed_content_holder .tab_content.tabs_2 .even_tc {
  width: 50%;
}
section.tabbed_content_holder .tab_content.tabs_3 .even_tc {
  width: 33.33%;
}
section.tabbed_content_holder .tab_content.tabs_4 .even_tc {
  width: 25%;
}
section.tabbed_content_holder .tab_content.tabs_5 .even_tc {
  width: 20%;
}
section.tabbed_content_holder .tab_content .contact_icons_holder a {
  margin-right: 30px;
}
section.tabbed_content_holder .tab_content .contact_icons_holder a:last-of-type {
  margin-right: 0;
}
section.tabbed_content_holder .tab_content .contact_icons_holder.three_words_image {
  background: url(images/icons/what3words_icon.png) no-repeat center left transparent;
  padding-left: 28px;
  display: inline-block;
}
section.tabbed_content_holder .tab_content .contact_icons_holder.three_words_image img {
  height: 23px;
}
section.tabbed_content_holder .tab_content a.google_marker {
  background: url(images/icons/contact_icons.png) no-repeat top center transparent;
  width: 33px;
  height: 50px;
  display: inline-block;
  direction: ltr;
  text-indent: -9999px;
  border: none;
  -webkit-transition: background-position 300ms ease-out;
  -moz-transition: background-position 300ms ease-out;
  -o-transition: background-position 300ms ease-out;
  transition: background-position 300ms ease-out;
}
section.tabbed_content_holder .tab_content a.google_marker:hover {
  background-position: center -50px;
}
section.tabbed_content_holder .tab_content a.contact_social_link {
  display: inline-block;
  width: 33px;
  height: 50px;
  direction: ltr;
  text-indent: -9999px;
}
section.tabbed_content_holder .tab_content a.contact_social_link.contact_twitter_link {
  background: url(images/icons/contact_icons.png) no-repeat center -100px transparent;
}
section.tabbed_content_holder .tab_content a.contact_social_link.contact_twitter_link:hover {
  background-position: center -150px;
}
section.tabbed_content_holder .tab_content a.contact_social_link.contact_linkedin_link {
  background: url(images/icons/contact_icons.png) no-repeat center -200px transparent;
}
section.tabbed_content_holder .tab_content a.contact_social_link.contact_linkedin_link:hover {
  background-position: center -250px;
}
section.tabbed_content_holder .tab_content a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transition: border 300ms ease-out;
  -moz-transition: border 300ms ease-out;
  -o-transition: border 300ms ease-out;
  transition: border 300ms ease-out;
}
section.tabbed_content_holder.course_page_tabbed_content_holder {
	padding-right: 0;
	padding-left: 0;
}
section.tabbed_content_holder.course_page_tabbed_content_holder ul.tabs {
	text-align: left;
	border-bottom: solid 1px #D8D8D8;
	margin-bottom: 0;
  white-space: nowrap;
  overflow-x: auto;
}
section.tabbed_content_holder.course_page_tabbed_content_holder ul.tabs li {
	border: none;
	color: #535353;
	padding-right: 30px;
	padding-left: 30px;
	background-color: transparent;
}
section.tabbed_content_holder.course_page_tabbed_content_holder ul.tabs li.tab-link.current {
	color: #fff;
  background-color: #141535;
	font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
}
section.tabbed_content_holder.course_page_tabbed_content_holder ul.tabs.tabs_1 li,
section.tabbed_content_holder.course_page_tabbed_content_holder ul.tabs.tabs_2 li,
section.tabbed_content_holder.course_page_tabbed_content_holder ul.tabs.tabs_3 li,
section.tabbed_content_holder.course_page_tabbed_content_holder ul.tabs.tabs_4 li,
section.tabbed_content_holder.course_page_tabbed_content_holder ul.tabs.tabs_5 li,
section.tabbed_content_holder.course_page_tabbed_content_holder ul.tabs.tabs_6 li,
section.tabbed_content_holder.course_page_tabbed_content_holder ul.tabs.tabs_7 li {
	width: auto;
}
section.tabbed_content_holder.course_page_tabbed_content_holder ul.tabs li {
	position: relative;
	border-bottom: solid 3px transparent;
}
section.tabbed_content_holder.course_page_tabbed_content_holder ul.tabs li.current {
	background: none;
}
section.tabbed_content_holder.course_page_tabbed_content_holder ul.tabs li:after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	background-color:#141535;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	width: 0;
	height: 3px;
}
section.tabbed_content_holder.course_page_tabbed_content_holder ul.tabs li.tab-link.current:after {
	width: 100%;
}
section.tabbed_content_holder.course_page_tabbed_content_holder ul.tabs li:hover {
	background-color: transparent;
	color: #141535;
}
section.tabbed_content_holder.course_page_tabbed_content_holder ul.tabs li:hover:after {
	width: 100%;
}
section.tabbed_content_holder.course_page_tabbed_content_holder .tab_content_holder .content {
	display: flex;
	background-color: #f8f8f8;
	border: solid 1px #D8D8D8;
	border-width: 1px 1px 1px 1px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding-top: 30px;
	padding-bottom: 30px;
}
section.tabbed_content_holder.course_page_tabbed_content_holder .tab_content_holder .single_content {
	background-color: #f8f8f8;
	border: solid 1px #D8D8D8;
	border-width: 1px 1px 1px 1px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: 30px;
}
section.tabbed_content_holder.course_page_tabbed_content_holder .tab_content_holder .left {
	width: 100%;
	padding-left: 30px;
}
section.tabbed_content_holder.course_page_tabbed_content_holder .tab_content_holder .right {
	padding-right: 30px;
}
section.tabbed_content_holder.course_page_tabbed_content_holder .tab_content_holder .right .course_features_pullout {
	border: solid 1px #D8D8D8;
	background-color: #FFF;
	border-radius: 3px;
	padding: 15px;
}
section.tabbed_content_holder.course_page_tabbed_content_holder .tab_content_holder .right .course_features_pullout .course_features_inline {
	/* border-bottom: dotted 1px #D8D8D8; */
  padding-top: 5px;
}
section.tabbed_content_holder.course_page_tabbed_content_holder .tab_content_holder .right .course_features_pullout .course_features_inline:last-child {
	border-bottom: none;
}
section.tabbed_content_holder.course_page_tabbed_content_holder .tab_content_holder .right .course_features_pullout .course_features_inline .left_flex {
	width: 35%;
  font-weight: bold;
}
section.tabbed_content_holder.course_page_tabbed_content_holder .tab_content_holder .right .course_features_pullout .course_features_inline .right_flex {
	flex-shrink: 0;
  width: 65%;
  text-align: right;
}
section.tabbed_content_holder.course_page_tabbed_content_holder .tab_content_holder .right .course_features_pullout .course_features_inline .full_flex {
	width: 100%;
  text-align: right;
}
section.tabbed_content_holder.course_page_tabbed_content_holder.use_flexbox_layout .content {
  display: block;
}
section.tabbed_content_holder.course_page_tabbed_content_holder.use_flexbox_layout .tab_content_holder .content {
	display: flex;
}
section.tabbed_content_holder.course_page_tabbed_content_holder.use_flexbox_layout .tab_content_holder .tab_content {
	position: relative;
	display: none;
}
section.tabbed_content_holder.course_page_tabbed_content_holder.use_flexbox_layout .tab_content_holder .tab_content.current {
	display: block;
}
section.tabbed_content_holder.course_page_tabbed_content_holder.use_flexbox_layout .tab_content_holder .content .left {
	display: unset;
	width: 60%;
}
section.tabbed_content_holder.course_page_tabbed_content_holder.use_flexbox_layout .tab_content_holder .content .right {
	display: unset;
	width: 40%;
	min-width: 370px;
}
section.hexagon_buttons {
  position: relative;
  text-align: center;
}
section.hexagon_buttons .hexagons_holder {
  display: inline-block;
  width: auto;
  text-align: left;
  white-space: nowrap;
}
section.hexagon_buttons .hexagons_2 {
  margin-left: 17%;
  margin-top: -9%;
}
section.hexagon_buttons .hexagons_2:first-of-type {
  margin-top: 0;
}
section.hexagon_buttons .hexagons_3 {
  margin-top: -7%;
}
section.hexagon_buttons .hexagons_3:first-of-type {
  margin-top: 0;
  margin-bottom: -7%;
}
section.hexagon_buttons .hexagons_3_middle {
  padding-left: 15%;
}
section.hexagon_buttons .hexagon {
  position: relative;
  background: url(images/smartsite/smartsite_hexagon.svg) no-repeat center center transparent;
  width: 151px;
  height: 175px;
  display: inline-block;
  margin: 0 5px;
  border: none;
}
section.hexagon_buttons .hexagon.green {
  background: url(images/smartsite/smartsite_hexagon_2.svg) no-repeat center center transparent;
}
section.hexagon_buttons .hexagon.green .text_holder h1 {
  color: #0154a0;
}
section.hexagon_buttons .hexagon.red {
  background: url(images/smartsite/smartsite_hexagon_3.svg) no-repeat center center transparent;
}
section.hexagon_buttons .hexagon.red .text_holder h1 {
  color: #0154a0;
}
section.hexagon_buttons .hexagon.light_green {
  background: url(images/smartsite/smartsite_hexagon_4.svg) no-repeat center center transparent;
}
section.hexagon_buttons .hexagon.light_green .text_holder h1 {
  color: #0154a0;
}
section.hexagon_buttons .hexagon.yellow {
  background: url(images/smartsite/smartsite_hexagon_5.svg) no-repeat center center transparent;
}
section.hexagon_buttons .hexagon.yellow .text_holder h1 {
  color: #0154a0;
}
section.hexagon_buttons .hexagon.purple {
  background: url(images/smartsite/smartsite_hexagon_6.svg) no-repeat center center transparent;
}
section.hexagon_buttons .hexagon.purple .text_holder h1 {
  color: #0154a0;
}
section.hexagon_buttons .hexagon.light_blue {
  background: url(images/smartsite/smartsite_hexagon_7.svg) no-repeat center center transparent;
}
section.hexagon_buttons .hexagon.light_blue .text_holder h1 {
  color: #0154a0;
}
section.hexagon_buttons .hexagon.orange {
  background: url(images/smartsite/smartsite_hexagon_8.svg) no-repeat center center transparent;
}
section.hexagon_buttons .hexagon.orange .text_holder h1 {
  color: #0154a0;
}
section.hexagon_buttons .hexagon.grey {
  background: url(images/smartsite/smartsite_hexagon_grey.svg) no-repeat center center transparent;
}
section.hexagon_buttons .hexagon.grey .text_holder h1 {
  color: #0154a0;
}
section.hexagon_buttons .hexagon .icon_holder {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 75px;
  max-height: 75px;
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  display: none;
}
section.hexagon_buttons .hexagon .icon_holder img {
  max-width: 75px;
}
section.hexagon_buttons .hexagon .text_holder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1, 1) translate(-50%, -50%);
  transform-origin: center;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  text-align: center;
}
section.hexagon_buttons .hexagon .text_holder h1 {
  color: #fff;
  font-size: 0.95em;
  line-height: 1em;
  margin: 0;
  padding: 0;
}
section.hexagon_buttons .hexagon:hover {
  border: none;
}
section.hexagon_buttons .hexagon:hover .icon_holder {
  transform: scale(0.5, 0.5) translate(-100%, -100%);
  opacity: 0;
}
section.hexagon_buttons .hexagon:hover .text_holder {
  transform: scale(1.05, 1.05) translate(-50%, -50%);
}
section.video_slice {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
section.video_slice .left {
  float: left;
  width: calc(100% - 525px);
  text-align: left;
  padding: 0 30px 0 0;
}
section.video_slice .right {
  position: relative;
  float: right;
  margin: -7% 0;
  width: 525px;
  cursor: pointer;
  z-index: 1;
}
section.video_slice .right:hover .play_icon {
  background-color: #000000;
}
section.video_slice .right .play_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 145px;
  height: 145px;
  background: url(images/icons/play_icon.png) no-repeat center center rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border: none;
}
section.video_slice .right .video_lightbox_anchor_image {
  border: none;
}
body.page-template-case-studies #page article > header.entry-header {
  margin-top: 75px;
}
body.page-template-case-studies #page .pt-cv-wrapper .pt-cv-view .pt-cv-page .pt-cv-ifield a.pt-cv-href-thumbnail,
body.page-template-case-studies #page .pt-cv-wrapper .pt-cv-view .pt-cv-page .pt-cv-ifield a.pt-cv-thumb-default {
  border: none;
}
body.page-template-case-studies #page .pt-cv-wrapper .pt-cv-view .pt-cv-page .pt-cv-ifield .pt-cv-title a {
  color: #DC0043;
}
body.page-template-case-studies #page .pt-cv-wrapper .pt-cv-view .pt-cv-page .pt-cv-ifield .pt-cv-title a:hover {
  color: #2c2c2e;
}
body.page-template-case-studies #page .pt-cv-wrapper .pt-cv-view .pt-cv-page .pt-cv-ifield .pt-cv-content a.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: initial;
  padding: 6px 12px;
}
body.page-template-case-studies #page .pt-cv-wrapper .pt-cv-view .pt-cv-page .pt-cv-ifield .pt-cv-content a.btn.pt-cv-readmore {
  border: solid 1px transparent !important;
  background-color: #DC0043 !important;
  color: #fff !important;
}
body.page-template-case-studies #page .pt-cv-wrapper .pt-cv-view .pt-cv-page .pt-cv-ifield .pt-cv-content a.btn.pt-cv-readmore:hover {
  background-color: transparent !important;
  color: #DC0043 !important;
  border-color: #DC0043 !important;
}
body.single-post #primary article {
  background-color: #fff;
  margin-bottom: 0;
}
body.single-post #primary article header {
  position: relative;
  margin: 0;
}
body.single-post #primary article header.post_has_banner_image .entry-title {
  position: absolute;
  bottom: -35px;
}
body.single-post #primary article header .entry-title {
  position: relative;
  max-width: 75%;
  background-color: #fff;
  margin: 0;
  padding: 15px 25px;
  text-align: left;
}
body.single-post #primary article header .entry-title .post_date {
  display: block;
  color: #999;
  font-size: 0.5em;
  font-family: 'FrutigerNextW01-Regular', 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding-top: 10px;
}
body.single-post #primary article header .entry-title .post_date a {
  color: #DC0043;
}
body.single-post #primary article header .entry-title .post_date a:hover {
  color: #2c2c2e;
}
body.single-post #primary article .content {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
body.single-post #primary article .post_title_margin-top {
  margin-top: 35px;
}
body.single-post #primary article .post_title_margin-top .post-thumbnail {
  display: none;
  margin: 0;
}
body.single-post #primary article .entry-header,
body.single-post #primary article .entry-summary,
body.single-post #primary article .entry-content,
/*body.single-post #primary article .entry-footer,*/
body.single-post #primary article .page-content {
  margin: 0;
}
body.single-post #primary article .entry-content {
  float: right;
  width: calc(100% - 100px);
  margin: 0 0 0 25px;
}
body.single-post #primary article .entry-content.a_product_post {
  float: none;
  width: 100%;
  margin: 0;
}
body.single-post #primary article .entry-content h3:first-child {
  margin-top: 30px;
}
body.single-post #primary article .entry-content h3 {
  margin-bottom: 5px;
}
body.single-post #primary article .entry-content p img {
  margin: 0;
  max-width: 100%;
}
body.single-post #primary article .entry-content a {
  box-shadow: none;
}
body.single-post #primary article .entry-content ul {
  padding-left: 40px;
}
/*body.single-post #primary article .entry-footer {
  float: left;
  width: 75px;
}
body.single-post #primary article .entry-footer .avatar {
  width: auto;
  height: auto;
  margin: 0;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  display: none;
}
body.single-post #primary article .entry-footer .shareaholic-canvas {
  clear: none;
}
*/
body.single-post.posts-sidebar .with_sidebar_container {
  width: calc(70% - 5px);
  margin-right: 5%;
  display: inline-block;
  vertical-align: top;
}
body.single-post.posts-sidebar #posts_sidebar {
  float: none;
  width: 25%;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
body.tag div#primary .page-header,
body.category div#primary .page-header {
  text-align: center;
  padding: 95px 15px;
  background-color: #f5f5f7;
  border: none;
}
body.tag div#primary .page-header h1,
body.category div#primary .page-header h1 {
  font-family: "Calvert MT W01", 'Roboto Slab', Arial, Helvetica, sans-serif;
  font-size: 3em;
  line-height: 1.2em;
}
body.tag div#primary a.tag_archive_holder,
body.category div#primary a.tag_archive_holder {
  display: table;
  table-layout: fixed;
  width: 100%;
  border: none;
}
body.tag div#primary a.tag_archive_holder:hover,
body.category div#primary a.tag_archive_holder:hover {
  background-color: #f5f5f7;
}
body.tag div#primary .tag_archive_holder,
body.category div#primary .tag_archive_holder {
  position: relative;
}
body.tag div#primary .tag_archive_holder .image_cell,
body.category div#primary .tag_archive_holder .image_cell {
  width: 45%;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
body.tag div#primary .tag_archive_holder .image_cell .image_holder,
body.category div#primary .tag_archive_holder .image_cell .image_holder {
  padding: 0;
}
body.tag div#primary .tag_archive_holder .image_cell .image_holder img,
body.category div#primary .tag_archive_holder .image_cell .image_holder img {
  min-height: 100%;
  max-width: none;
}
body.tag div#primary .tag_archive_holder .image_cell .image_holder a,
body.category div#primary .tag_archive_holder .image_cell .image_holder a {
  margin-bottom: 0;
}
body.tag div#primary .tag_archive_holder .text_holder,
body.category div#primary .tag_archive_holder .text_holder {
  display: table-cell;
  width: 55%;
  vertical-align: middle;
  border-bottom: solid 1px #dfdfdf;
}
body.tag div#primary .tag_archive_holder .text_holder .tag_archive_padding,
body.category div#primary .tag_archive_holder .text_holder .tag_archive_padding {
  padding: 35px 15px;
}
body.tag div#primary .tag_archive_holder .text_holder .tag_archive_padding h4,
body.category div#primary .tag_archive_holder .text_holder .tag_archive_padding h4 {
  margin: 0;
  color: #9a9a9a;
  font-size: 1em;
}
body.tag div#primary .tag_archive_holder .text_holder_full,
body.category div#primary .tag_archive_holder .text_holder_full {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  border-bottom: solid 1px #dfdfdf;
  padding: 15px;
}
body.tag div#primary .content article,
body.category div#primary .content article {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
section .perfect-pullquote {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  display: block;
  width: inherit;
  padding: inherit;
  margin: inherit;
}
section .perfect-pullquote.pullquote-align-left,
section .perfect-pullquote.pullquote-align-right {
  text-align: inherit;
  margin: inherit;
  padding-left: inherit;
  float: none;
  border-right: none;
  border-left: none;
}
section .perfect-pullquote.pullquote-align-full {
  text-align: inherit;
  float: none;
  border: none;
  width: 100%;
}
section .perfect-pullquote blockquote {
  position: relative !important;
  margin: 0 !important;
  padding: 70px 30% !important;
  border-top: solid 1px #dfdfdf !important;
  border-bottom: solid 1px #dfdfdf !important;
  border-left: 0 !important;
  text-align: center !important;
  color: #2c2c2e !important;
  quotes: "“" "”" "‘" "’" !important;
  font-style: normal !important;
}
section .perfect-pullquote blockquote p {
  font-size: 1.188em !important;
}
section .perfect-pullquote blockquote:before,
section .perfect-pullquote blockquote:after {
  font-family: Arial !important;
  position: absolute !important;
  color: #dfdfdf !important;
  display: block;
}
section .perfect-pullquote blockquote:before {
  content: open-quote !important;
  top: -30px !important;
  left: 20% !important;
  float: left !important;
}
section .perfect-pullquote blockquote:after {
  content: close-quote !important;
  bottom: -130px !important;
  right: 20% !important;
  float: right !important;
}
section .perfect-pullquote blockquote footer:before {
  content: none !important;
}
section .perfect-pullquote blockquote footer cite:before {
  content: none;
}
blockquote {
  position: relative;
  margin: 0 !important;
  padding: 70px 30%;
  border-top: solid 1px #dfdfdf;
  border-bottom: solid 1px #dfdfdf;
  border-left: 0;
  text-align: center;
  color: #2c2c2e;
  quotes: "“" "”" "‘" "’";
  font-style: normal;
}
blockquote:before,
blockquote:after {
  font-family: Arial;
  font-size: 9.5em;
  position: absolute;
  color: #dfdfdf;
}
blockquote:before {
  content: open-quote;
  top: -30px;
  left: 20%;
  float: left;
}
blockquote:after {
  content: close-quote;
  bottom: -130px;
  right: 20%;
  float: right;
}
nav.post-navigation {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  border-top: solid 1px #dfdfdf;
  border-bottom: solid 1px #dfdfdf;
  background-color: #fcfafb;
  margin: 0;
}
nav.post-navigation div + div {
  border: none;
}
nav.post-navigation .nav-links {
  position: relative;
  overflow: hidden;
}
nav.post-navigation .nav-links .nav-previous,
nav.post-navigation .nav-links .nav-next {
  position: relative;
  width: 45%;
}
nav.post-navigation .nav-links .nav-previous {
  float: left;
  padding-left: 35px;
  border-right: solid 3px #DC0043;
}
nav.post-navigation .nav-links .nav-previous:before {
  content: ' ';
  background: url(images/icons/previous_next_nav_icons.png) no-repeat top left transparent;
  width: 16px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
nav.post-navigation .nav-links .nav-next {
  float: right;
  text-align: right;
  padding-right: 35px;
  border-left: solid 3px #DC0043;
}
nav.post-navigation .nav-links .nav-next:after {
  content: ' ';
  background: url(images/icons/previous_next_nav_icons.png) no-repeat bottom right transparent;
  width: 16px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
nav.post-navigation .nav-links .meta-nav {
  font-size: 0.95em;
  text-transform: capitalize;
  color: #999;
}
nav.post-navigation .nav-links .post-title {
  font-size: 1.2em;
  color: inherit;
  font-family: 'FrutigerNextW01-Regular', 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
nav.post-navigation .nav-links .nav-next a,
nav.post-navigation .nav-links .nav-previous a {
  padding: 1em 0;
  color: #2c2c2e;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border: none;
}
nav.post-navigation .nav-links .nav-next a .post-title:hover,
nav.post-navigation .nav-links .nav-previous a .post-title:hover {
  color: #19819A;
}
nav.post-navigation .nav-links .nav-next a:visited,
nav.post-navigation .nav-links .nav-previous a:visited {
  color: #2c2c2e;
}
nav.post-navigation .nav-links .nav-next a:hover,
nav.post-navigation .nav-links .nav-previous a:hover {
  color: #19819A;
  border: none;
}
nav.bre_post_navigation {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  border-top: solid 1px #dfdfdf;
  border-bottom: solid 1px #dfdfdf;
  background-color: #fcfafb;
  margin: 0;
}
nav.bre_post_navigation div + div {
  border: none;
}
nav.bre_post_navigation .nav-links {
  position: relative;
  overflow: hidden;
}
nav.bre_post_navigation .nav-links .nav-previous,
nav.bre_post_navigation .nav-links .nav-next {
  position: relative;
  width: 45%;
}
nav.bre_post_navigation .nav-links .nav-previous.full_width_nav,
nav.bre_post_navigation .nav-links .nav-next.full_width_nav {
  width: 100%;
}
nav.bre_post_navigation .nav-links .nav-previous.hide_nav,
nav.bre_post_navigation .nav-links .nav-next.hide_nav {
  display: none;
}
nav.bre_post_navigation .nav-links .nav-previous a,
nav.bre_post_navigation .nav-links .nav-next a {
  display: inline-block;
  padding: 1em 0;
  color: #2c2c2e;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  font-size: 1.25em;
  border: none;
}
nav.bre_post_navigation .nav-links .nav-previous a .post-title:hover,
nav.bre_post_navigation .nav-links .nav-next a .post-title:hover {
  color: #19819A;
}
nav.bre_post_navigation .nav-links .nav-previous a:visited,
nav.bre_post_navigation .nav-links .nav-next a:visited {
  color: #2c2c2e;
}
nav.bre_post_navigation .nav-links .nav-previous a:hover,
nav.bre_post_navigation .nav-links .nav-next a:hover {
  color: #19819A;
  border: none;
}
nav.bre_post_navigation .nav-links .nav-previous {
  float: left;
  padding-left: 35px;
  border-right: solid 3px #DC0043;
}
nav.bre_post_navigation .nav-links .nav-previous:before {
  content: ' ';
  background: url(images/icons/previous_next_nav_icons.png) no-repeat top left transparent;
  width: 16px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
nav.bre_post_navigation .nav-links .nav-next {
  float: right;
  text-align: right;
  padding-right: 35px;
  border-left: solid 3px #DC0043;
}
nav.bre_post_navigation .nav-links .nav-next:after {
  content: ' ';
  background: url(images/icons/previous_next_nav_icons.png) no-repeat bottom right transparent;
  width: 16px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
nav.bre_post_navigation .nav-links .meta-nav {
  font-size: 0.9em;
  text-transform: capitalize;
  color: #999;
  display: block;
}
nav.bre_post_navigation .nav-links .post-title {
  font-size: 1.2em;
  color: inherit;
  font-family: 'FrutigerNextW01-Regular', 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
body.page-template-case-studies {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
body.page-template-case-studies .no_hero_banner {
  margin-top: 110px;
}
body.page-template-case-studies .pt-cv-content-item .pt-cv-title a {
  text-decoration: none;
  text-transform: none;
  border: none;
  box-shadow: none;
  letter-spacing: normal;
}
body.page-template-case-studies .pt-cv-content-item .pt-cv-content a.btn-success {
  background-color: #DC0043;
  border: none;
  padding: 15px 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
article.category-case-studies {
  background-color: #fff;
  margin-bottom: 0;
}
article.category-case-studies .entry-header .post_hero_image {
  max-height: 740px;
  overflow: hidden;
}
.entry-header .post_hero_image {
  max-height: 740px;
  overflow: hidden;
}
section.get_all_training .center_elements {
  clear: both;
  padding-top: 30px;
}
section.get_all_training .cta_button {
  display: inline-block;
}
section.get_all_training .left,
section.get_all_training .right,
section.get_all_training .middle {
  padding: 0;
}
.course_dates_holder {
  position: relative;
  border-right: solid 1px #dfdfdf;
  border-bottom: solid 1px #dfdfdf;
  background-color: #f9f9f9;
  padding-bottom: 15px;
}
.course_dates_holder:nth-child(3n) {
  border-right: none;
  border-bottom: solid 1px #dfdfdf;
}
.course_dates_holder .course_date {
  text-align: center;
  padding: 15px;
  border-bottom: solid 1px #dfdfdf;
  color: #9a9a9a;
  background-color: #fff;
}
.course_dates_holder .course_title {
  background-color: #f9f9f9;
}
.course_dates_holder .course_title h3 {
  margin: 0 0 0 30px;
  padding: 20px 20px 80px 0;
  color: #2c2c2e;
  text-align: center;
}
.course_dates_holder a.course_book_now {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  padding: 10px 20px;
  background-color: #DC0043;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-top: solid 1px #dfdfdf;
  border-bottom: solid 1px #dfdfdf;
  cursor: pointer;
  font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.course_dates_holder a.course_book_now:hover {
  background-color: #fff;
  border-color: #DC0043;
  color: #DC0043;
}
section.single_training .course_dates_holder {
  width: 33.33%;
  float: left;
}
section.single_training .center_elements {
  clear: both;
  padding-top: 30px;
}
section.single_training .cta_button {
  display: inline-block;
}
section.single_training.vertical_listing .course_dates_holder {
  width: 100%;
  float: none;
  border-left: solid 1px #dfdfdf;
}
section.single_training.list_view_listing .month_holder {
  margin-bottom: 45px;
}
section.single_training.list_view_listing .month_holder:last-of-type {
  margin-bottom: 0;
}
section.single_training.list_view_listing .events_div_table_wrap {
  display: table;
  width: 100%;
}
section.single_training.list_view_listing .cell_heading {
  display: table-cell;
  text-align: left;
  font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  padding-top: 5px;
}
section.single_training.list_view_listing .course_dates_list_view {
  display: table-row;
}
section.single_training.list_view_listing .course_dates_list_view div {
  padding: 10px 30px 10px 0;
  display: table-cell;
  text-align: left;
  border-bottom: solid 1px #dfdfdf;
}
section.single_training.list_view_listing .course_dates_list_view div.table_row {
  display: table-row;
}
section.single_training.list_view_listing .course_dates_list_view div.course_day {
  color: #00b5b5;
  font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
}
section.single_training.list_view_listing .month_title {
  display: table-cell;
  border-bottom: solid 2px #00b5b5;
  font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-align: left;
  font-size: 1.125em;
}
div.single_training.manual_call .course_dates_holder {
  border-left: solid 1px #dfdfdf;
}
.has_popup_form .trigger_form {
  cursor: pointer;
}
.has_popup_form .nf-form-cont {
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  background-color: #fff;
  padding: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
}
.has_popup_form .nf-form-cont .close_icon {
  position: absolute;
  top: 20px;
  right: 5px;
  content: ' ';
  width: 35px;
  height: 35px;
  padding: 10px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url(images/icons/close_icon.svg) no-repeat center center #ffffff;
  background-size: 50%;
  display: block;
  border: solid 2px #dfdfdf;
  cursor: pointer;
}
.nf-form-cont input[type="button"] {
  background-color: #DC0043;
  font-size: initial;
  text-transform: none;
  font-weight: normal;
  font-family: 'FrutigerNextW01-Regular', 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#bre_page_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
	background-color: rgba(255, 255, 255, 0.75);
  z-index: 9998;
  display: none;
}
body.bre-academy #bre_page_overlay {
  background-color: rgba(223, 223, 223, 0.85);
}
footer {
  background: #000;
  padding: 56px 0 135px 0;
  text-align: center;
  width: 100%;
}
footer .global_width_wrap {
  position: relative;
  text-align: left;
}
.global_width_wrap {
  width: 1024px;
  display: inline-block;
}

#footer_logo {
  /* position: absolute;
  top: 0;
  left: -105px; */
  float: left;
}
.footer_left {
  float: left;
  padding-left: 10%;
  /* width: 50%; */
}
.footer_right {
  float: right;
  /* width: 41%; */
}
footer .list_items {
  display: inline-block;
  vertical-align: top;
  min-width: 185px;
  margin-right: 10px;
  margin-left: -15px;
}
footer .list_items a:hover {
  text-decoration: underline;
  border-bottom: none;
}
footer .list_items_title {
  /*font-family: 'Neue Haas Grotesk Display Pro 35 Thin';*/
  width: 145px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.8px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #fff;
}
footer .list_items ul {
  margin:0;
  padding:0;
  list-style-type: none;
}
footer .list_items ul li {

}
footer .list_items ul li a {
 /* font-family: 'Neue Haas Grotesk Display Pro 35 Thin';*/
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  letter-spacing: 1.8px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding-bottom: 8px;
}
footer .list_items ul li a svg {
  width: 18px;
  margin-right: 18px;
}
@media screen and (max-width: 1023px) and (min-width: 1px) {
  .global_width_wrap {
    width: auto;
    display: block;
    padding: 0 25px;
  }
  #footer_logo {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 60px;
    width: 100%;
    height: 50px;
  }
  .footer_left {
    float: none;
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
  .footer_right {
    float: none;
    width: 100%;
    text-align: center;
  }
  footer .list_items {
    display: inline-block;
    vertical-align: top;
    min-width: auto;
    margin-right: 5%;
    width: 44%;
    padding-bottom: 26px;
    text-align: left;
  }
}
#main > section:first-child {
	padding-top: 60px;
}
/*
#main section .pt-cv-wrapper .cvp-live-filter.cvp-checkbox .cvp-label {
  display: block;
}
#main section .pt-cv-wrapper .cvp-live-filter.cvp-checkbox .checkbox {
  display: inline-block;
  vertical-align: top;
  margin: 5px 15px 5px 0;
}
#main section .pt-cv-wrapper .btn-group.pt-cv-filter-bar.pull-left {
  float: none;
  text-align: center;
  width: 100%;
}
#main section .pt-cv-wrapper .btn-group.pt-cv-filter-bar.pull-left .pt-cv-filter-option {
  float: none;
  border: solid 1px #DC0043 !important;
  background-color: transparent !important;
  color: #2c2c2e;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
#main section .pt-cv-wrapper .btn-group.pt-cv-filter-bar.pull-left .pt-cv-filter-option:hover {
  border: none;
  background-color: #DC0043 !important;
  color: #fff;
  border-color: transparent !important;
}
#main section .pt-cv-wrapper .btn-group.pt-cv-filter-bar.pull-left .pt-cv-filter-option.active {
  border: none;
  background-color: #DC0043 !important;
  color: #fff;
  border-color: transparent !important;
}
#main section .pt-cv-wrapper .text-left.pt-cv-pagination-wrapper {
  text-align: center;
}
#main section .pt-cv-wrapper .btn-success {
  border: solid 1px transparent !important;
  background-color: #DC0043 !important;
  color: #fff !important;
}
#main section .pt-cv-wrapper .btn-success:hover {
  border-color: #DC0043 !important;
  background-color: #fff !important;
  color: #DC0043 !important;
}
#main section .pt-cv-wrapper .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: initial;
}
#main section .pt-cv-wrapper .btn.pt-cv-readmore {
  border: solid 1px transparent !important;
  background-color: #DC0043 !important;
  color: #fff !important;
}
#main section .pt-cv-wrapper .btn.pt-cv-readmore:hover {
  border-color: #DC0043 !important;
  background-color: #fff !important;
  color: #DC0043 !important;
}
#main section .pt-cv-wrapper .pt-cv-collapsible .panel-group .pt-cv-content-item .panel-heading a {
  padding: 10px 30px 10px 10px;
  color: #DC0043;
}
#main .pt-cv-wrapper .btn-group.pt-cv-filter-bar.pull-left {
  float: none;
  text-align: center;
  width: 100%;
}
#main .pt-cv-wrapper .btn-group.pt-cv-filter-bar.pull-left .pt-cv-filter-option {
  float: none;
  border: solid 1px #DC0043 !important;
  background-color: transparent !important;
  color: #2c2c2e;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
#main .pt-cv-wrapper .btn-group.pt-cv-filter-bar.pull-left .pt-cv-filter-option:hover {
  border: none;
  background-color: #DC0043 !important;
  color: #fff;
  border-color: transparent !important;
}
#main .pt-cv-wrapper .btn-group.pt-cv-filter-bar.pull-left .pt-cv-filter-option.active {
  border: none;
  background-color: #DC0043 !important;
  color: #fff;
  border-color: transparent !important;
}
#main .pt-cv-wrapper .text-left.pt-cv-pagination-wrapper {
  text-align: center;
}
#main .pt-cv-wrapper .btn-success {
  border: solid 1px transparent !important;
  background-color: #DC0043 !important;
  color: #fff !important;
}
#main .pt-cv-wrapper .btn-success:hover {
  border-color: #DC0043 !important;
  background-color: #fff !important;
  color: #DC0043 !important;
}
#main .pt-cv-wrapper .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: initial;
}
#main .pt-cv-wrapper .btn.pt-cv-readmore {
  border: solid 1px transparent !important;
  background-color: #DC0043 !important;
  color: #fff !important;
}
#main .pt-cv-wrapper .btn.pt-cv-readmore:hover {
  border-color: #DC0043 !important;
  background-color: #fff !important;
  color: #DC0043 !important;
}
#main .pt-cv-wrapper .pt-cv-collapsible .panel-group .pt-cv-content-item .panel-heading a {
  padding: 10px 30px 10px 10px;
  color: #DC0043;
}
*/
.footer_tweets {
  background-color: #f3f1ed;
  padding: 30px 0;
}
.footer_tweets .content h1 {
  position: relative;
  text-align: center;
  z-index: 1;
}
.footer_tweets .footer_watermark {
  position: absolute;
  top: -10px;
  left: -120px;
  background-image: url(images/logos/social/twitter_bg_overlay.png);
  background-repeat: no-repeat;
  width: 274px;
  height: 223px;
  display: block;
}
.footer_tweets #ctf {
  position: relative;
  padding: 0 15px;
  /* Hide override
		.fa-reply {
			background: url(images/icons/tweet_icons.svg) no-repeat center 0 transparent;
			width: 18px;
			height: 18px;
			font-size: 0;
			background-size: cover;
			
			&:before {
				content: '';
			}
		}
		
		.fa-retweet {
			background: url(images/icons/tweet_icons.svg) no-repeat center -29px transparent;
			width: 18px;
			height: 18px;
			font-size: 0;
			background-size: cover;
			
			&:before {
				content: '';
			}
		}
		
		.fa-heart {
			background: url(images/icons/tweet_icons.svg) no-repeat center -57px transparent;
			width: 18px;
			height: 18px;
			font-size: 0;
			background-size: cover;
			
			&:before {
				content: '';
			}
		}
		*/
}
.footer_tweets #ctf .ctf-item {
  width: 33.33%;
  border: 0;
  border-right: solid 1px #dfdfdf;
  background-color: #fff;
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
  padding: 15px;
}
.footer_tweets #ctf .ctf-item:last-of-type {
  border-right: 0;
}
.footer_tweets .center_elements {
  margin-top: 30px;
}
.footer_tweets .center_elements .twitter_button {
  background-color: #1da1f2;
}
.footer_tweets .center_elements .twitter_button:hover {
  color: #1da1f2;
  background-color: #fff;
  border: solid 1px #1da1f2;
}
.footer_logo_holder {
  position: relative;
  background-color: #faf8f6;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer_logo_holder .strip {
  text-align: center;
}
.footer_logo_holder .strip .footer_logo {
  display: inline-block;
  padding: 20px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.footer_logo_holder .strip .footer_logo:hover {
  transform: translateY(-10px);
}
.footer_logo_holder .strip .footer_logo a {
  border-bottom: 0;
}
#bre_breadcrumbs {
  background-color: #f3f1ed;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  list-style-type: none;
  margin: 0 auto;
  max-width: 1366px;
}
#bre_breadcrumbs li {
  position: relative;
  display: inline-block;
  padding: 0.3em 3em 0.3em 0;
  vertical-align: top;
  overflow: visible;
  margin-left: -1em;
}
#bre_breadcrumbs li:first-child {
  overflow: hidden;
  padding-left: 1em;
  margin-left: 0;
}
#bre_breadcrumbs li:first-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f3f1ed;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
}
#bre_breadcrumbs li:last-child {
  padding-right: 1em;
  padding-left: 3em;
  overflow: hidden;
  margin-left: -3.31em;
  color: #fff;
}
#bre_breadcrumbs li:last-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #DC0043;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
}
#bre_breadcrumbs li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e6e4e1;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
}
#bre_breadcrumbs li a,
#bre_breadcrumbs li span,
#bre_breadcrumbs li strong {
  position: relative;
  z-index: 1;
}
.breadcrumbs {
  background-color: #f3f1ed;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.breadcrumbs span[property="itemListElement"] {
  /*
		position: relative;
		padding: 0 35px 0 15px;
		display: inline-block;
		*/
  position: relative;
  display: inline-block;
  padding: 0.3em 3em 0.3em 0;
  vertical-align: top;
  overflow: visible;
  margin-left: -1em;
  /*
		&:after {
			background: url(images/icons/breadcrumb.png) no-repeat center center transparent;
			display: inline-block;
			content: "";
			position: absolute;
			top: 0;
			right: 0;
			width: 25px;
			height: 28px;
		}//after
		*/
}
.breadcrumbs span[property="itemListElement"]:first-child {
  overflow: hidden;
  padding-left: 1em;
  margin-left: 0;
}
.breadcrumbs span[property="itemListElement"]:first-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f3f1ed;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
}
.breadcrumbs span[property="itemListElement"]:last-child {
  padding-right: 1em;
  padding-left: 3em;
  overflow: hidden;
  margin-left: -3.31em;
  color: #fff;
}
.breadcrumbs span[property="itemListElement"]:last-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #DC0043;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
}
.breadcrumbs span[property="itemListElement"]:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e6e4e1;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
}
.breadcrumbs span[property="itemListElement"] a,
.breadcrumbs span[property="itemListElement"] span[property="name"] {
  position: relative;
  z-index: 1;
}
#main .modernteammembers .entry-content {
  float: none;
  width: 100%;
}
.feedzy-rss li {
  text-align: left;
}
.feedzy-rss .rss_item .rss_image span {
  left: 0;
}
.feedzy-rss a {
  color: #19819A;
}
.feedzy-rss a:hover {
  color: #19819A;
  border-color: #19819A;
}
section.core_tiles {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 0;
  padding-bottom: 75px;
}
section.core_tiles .content {
  text-align: center;
}
section.core_tiles .content .tile {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  min-width: 147px;
  background-color: #DC0043;
  position: relative;
  text-align: center;
  margin-right: -4px;
  border: none;
}
section.core_tiles .content .tile:hover {
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.1);
  transition: all 200ms ease-in;
  transform: scale(1.1);
}
section.core_tiles .content .tile .icon_holder {
  width: auto;
  padding: 20% 5px;
}
section.core_tiles .content .tile .icon_holder .icon {
  width: 95px;
  height: 95px;
  margin: 0 auto;
}
section.core_tiles .content .tile .icon_holder .icon img {
  max-height: 95px;
  max-width: 95px;
}
section.core_tiles .content .tile .icon_holder .label {
  color: #fff;
}
section.core_tiles .content .tile .icon_holder .label h3 {
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 1em;
}
section.core_tiles .content .tile:nth-child(1) {
  background-color: #23b684;
}
section.core_tiles .content .tile:nth-child(2) {
  background-color: #22a578;
}
section.core_tiles .content .tile:nth-child(3) {
  background-color: #0f595e;
}
section.core_tiles .content .tile:nth-child(4) {
  background-color: #043d5d;
}
section.core_tiles .content .tile:nth-child(5) {
  background-color: #01579b;
}
section.core_tiles .content .tile:nth-child(6) {
  background-color: #988F84;
}
section.core_tiles .content .tile:nth-child(7) {
  background-color: #00B8BA;
}
section.core_tiles .content .tile:nth-child(8) {
  background-color: #4BBBEB;
}
section.core_tiles .content .tile:nth-child(9) {
  background-color: #A9DEE6;
}
section.core_tiles .content .tile:nth-child(10) {
  background-color: #B63092;
}
.core_tile {
  display: inline-block;
  width: 100%;
  min-width: 147px;
  background-color: #DC0043;
  position: relative;
  text-align: center;
  margin-right: -4px;
  border: none;
}
.core_tile:hover {
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.1);
  transition: all 200ms ease-in;
  transform: scale(1.1);
  border: none;
}
.core_tile .icon_holder {
  width: auto;
  padding: 20% 0;
}
.core_tile .icon_holder .icon {
  width: 95px;
  height: 95px;
  margin: 0 auto;
}
.core_tile .icon_holder .icon img {
  max-height: 95px;
  max-width: 95px;
}
.core_tile .icon_holder .label {
  color: #fff;
}
.core_tile .icon_holder .label h3 {
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 1em;
}
.core_tile:nth-child(1) {
  background-color: #23b684;
}
.core_tile:nth-child(2) {
  background-color: #22a578;
}
.core_tile:nth-child(3) {
  background-color: #0f595e;
}
.core_tile:nth-child(4) {
  background-color: #043d5d;
}
.core_tile:nth-child(5) {
  background-color: #01579b;
}
.core_tile:nth-child(6) {
  background-color: #988F84;
}
.core_tile:nth-child(7) {
  background-color: #00B8BA;
}
.core_tile:nth-child(8) {
  background-color: #4BBBEB;
}
.core_tile:nth-child(9) {
  background-color: #A9DEE6;
}
.core_tile:nth-child(10) {
  background-color: #B63092;
}
#content_sidebar_holder {
  display: inline-block;
  background-color: #435061;
  width: 275px;
  position: relative;
  vertical-align: top;
}
#content_sidebar_holder #sidebar_section_tile {
  text-align: center;
  color: #fff;
  background-color: #686f79;
}
#content_sidebar_holder #sidebar_section_tile.services {
  background-color: #23b684;
}
#content_sidebar_holder #sidebar_section_tile .icon_holder {
  padding: 75px 15px;
}
#content_sidebar_holder #sidebar_section_tile .icon_holder .icon {
  width: 65px;
  height: 65px;
  display: block;
  margin: 0 auto 15px;
}
#content_sidebar_holder #sidebar_section_tile .icon_holder .icon.services {
  background: url(images/core_section_tiles/services_icon.png) no-repeat center center transparent;
}
#content_sidebar {
  padding: 30px 0 75px;
  position: relative;
  overflow-y: overlay;
}
#content_sidebar .dropdown_sections_title {
  position: relative;
  width: 100%;
  display: none;
}
#content_sidebar .dropdown_sections_title h2 {
  color: #fff;
  margin: 0;
}
#content_sidebar .dropdown_sections_title .dropdown_arrow {
  position: absolute;
  top: 50%;
  right: 0;
  background: url(images/icons/down-arrow-white.svg) no-repeat center right transparent;
  display: block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-color: #435061;
  transform: translateY(-50%);
}
#content_sidebar ul {
  list-style: none;
  margin: 0;
}
#content_sidebar ul li {
  padding: 0;
  margin: 0 30px;
  font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.938em;
}
#content_sidebar ul li.current_parent_content_page a,
#content_sidebar ul li.current_page_item a {
  color: #fff;
}
#content_sidebar ul li.page_item_has_children {
  position: relative;
  border-bottom: solid 2px #7c8591;
  border-left: solid 2px #7c8591;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#content_sidebar ul li.page_item_has_children span.expand_sidebar_menu {
  cursor: pointer;
  width: 13px;
  height: 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #7c8591;
  color: #fff;
  position: absolute;
  top: 6px;
  left: -7px;
  display: block;
  line-height: 13px;
  text-align: center;
}
#content_sidebar ul li.page_item_has_children span.expand_sidebar_menu:before {
  content: '+';
}
#content_sidebar ul li.page_item_has_children:after {
  content: ' ';
  width: 2px;
  height: 6px;
  position: absolute;
  top: 0;
  left: -2px;
  background-color: #435061;
}
#content_sidebar ul li.page_item_has_children.expanded span.expand_sidebar_menu:before {
  content: '-';
}
#content_sidebar ul li.page_item_has_children.current_page_ancestor > a,
#content_sidebar ul li.page_item_has_children.current_page_parent > a {
  color: #fff;
}
#content_sidebar ul li a {
  color: #7c8591;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  line-height: 1.4em;
  padding-left: 15px;
  border-bottom: none;
  margin-bottom: 8px;
  display: block;
}
#content_sidebar ul li a:hover {
  color: #fff;
}
#content_sidebar ul li ul.children {
  display: none;
}
#content_sidebar ul li ul.children li {
  position: relative;
  padding: 0;
  margin: 0 0 8px;
  /*
					&:last-child {
						&:after {
							content: ' ';
							width: 2px;
							height: 100%;
							background-color: #435061;
							position: absolute;
							top: 11px;
							left: -2px;
						}//after
					}//last-child
					*/
}
#content_sidebar ul li ul.children li:before {
  content: ' ';
  width: 25px;
  height: 15px;
  border-bottom: solid 2px #7c8591;
  position: absolute;
  top: -4px;
  left: 0;
}
#content_sidebar ul li ul.children li a {
  color: #7c8591;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}
#content_sidebar ul li ul.children li.current_page_item a {
  color: #fff;
}
#content_with_sidebar {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 395px);
  background-color: transparent;
  padding-right:100px;
}
#content_with_sidebar .search-filter-results {
  padding-top: 15px;
}
#content_with_sidebar .search-filter-results .search_result_tile {
  display: inline-block;
  background-color: #f8f8f8;
  border-radius: 3px;
  text-align: left;
  width: calc(33.33% - 16px);
  margin: 10px 16px 10px 0;
  /*padding-bottom: 65px;*/
  box-sizing: border-box;
  position: relative;
  vertical-align: top;
  border: solid 1px #f8f8f8;
}
#content_with_sidebar .search-filter-results .search_result_tile:nth-of-type(3n) {
  margin-right: 0;
}
#content_with_sidebar .search-filter-results .search_result_tile .search_tile_top {
  position: relative;
}
#content_with_sidebar .search-filter-results .search_result_tile .search_tile_top .search_result_tile_image {
  position: relative;
  max-height: 145px;
  overflow: hidden;
}
#content_with_sidebar .search-filter-results .search_result_tile .search_tile_top .search_result_tile_image a {
  position: relative;
  display: block;
  max-height: 145px;
}
#content_with_sidebar .search-filter-results .search_result_tile .search_tile_top .search_result_tile_image a span.price {
  position: absolute;
  left: 15px;
  bottom: 15px;
  padding: 0 5px;
  background-color: #141535;
  color: #fff;
  margin: 0 !important;
}
#content_with_sidebar .search-filter-results .search_result_tile .search_tile_top .search_result_tile_image a span.price .amount {
  color: #fff;
}
#content_with_sidebar .search-filter-results .search_result_tile .search_tile_top .search_result_tile_image a span.price .woocommerce-price-suffix {
	color: #fff;
}
#content_with_sidebar .search-filter-results .search_result_tile .search_tile_top .tile_certification_holder {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-left: 1px solid #dfdfdf;
  padding-left: 15px;
}
#content_with_sidebar .search-filter-results .search_result_tile .search_tile_top .tile_certification_holder .certification_icon {
  display: block;
  margin-right: 0;
  margin-bottom: 5px;
  width: 36px;
  height: 36px;
}
#content_with_sidebar .search-filter-results .search_result_tile .search_tile_top .tile_certification_holder .certification_icon:first-of-type {
  padding-top: 15px;
}
#content_with_sidebar .search-filter-results .search_result_tile .search_result_tile_image {
  min-width: 140px;
  height: auto;
  text-align: center;
}
#content_with_sidebar .search-filter-results .search_result_tile h1 {
  margin-top: 0;
  font-size: 1.5em;
  line-height: 1.2em;
}
#content_with_sidebar .search-filter-results .search_result_tile h5 {
  margin: 0;
  color: #828282;
}
#content_with_sidebar .search-filter-results .search_result_tile p {
  font-size: 1em;
}
#content_with_sidebar .search-filter-results .search_result_tile p.product_details {
  margin: 0;
  line-height: 1em;
}
#content_with_sidebar .search-filter-results .search_result_tile .tile_body {
  padding: 15px;
}
#content_with_sidebar .search-filter-results .search_result_tile .tile_body h2 {
  font-size: 1.125em;
  line-height: 1.5em;
}
#content_with_sidebar .search-filter-results .search_result_tile .tile_body p {
  line-height: 1.375em;
  margin-bottom: 0;
}
#content_with_sidebar .search-filter-results .search_result_tile .tile_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 30px);
  padding: 15px 0;
  margin: 0 15px;
  border-top: solid 1px #dfdfdf;
}
#content_with_sidebar .search-filter-results .search_result_tile .tile_bottom a.add_to_cart_icon {
  background: url(images/icons/icon_set.svg) no-repeat center -96px transparent;
}
#content_with_sidebar .search-filter-results .search_result_tile .tile_bottom a.show_options_icon {
  background: url(images/icons/icon_set.svg) no-repeat center -64px transparent;
}
#content_with_sidebar .search-filter-results .search_result_tile .tile_bottom a.add_to_cart_icon,
#content_with_sidebar .search-filter-results .search_result_tile .tile_bottom a.show_options_icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 15px;
  text-indent: -9999px;
  border: none;
  vertical-align: top;
}
#content_with_sidebar .search-filter-results .search_result_tile .tile_bottom a.add_to_cart_icon:hover,
#content_with_sidebar .search-filter-results .search_result_tile .tile_bottom a.show_options_icon:hover {
  border: none;
}
#content_with_sidebar .search-filter-results .search_result_tile .tile_bottom span.course_type_text {
  width: calc(100% - 94px);
  display: inline-block;
  text-align: right;
  color: #828282;
}
#content_with_sidebar .search-filter-results .search_result_tile .tile_bottom span.quickview_icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 15px;
  text-indent: -9999px;
  border: none;
  background: url(images/icons/icon_set.svg) no-repeat center -128px transparent;
  vertical-align: top;
  cursor: pointer;
}
#content_with_sidebar .search-filter-results .search_result_tile .tile_bottom span.quickview_icon:hover {
  border: none;
}
#content_with_sidebar .search-filter-results .search_result_tile .product_details_holder .product_details {
  display: inline-block;
  border-right: solid 1px #dfdfdf;
  padding-right: 15px;
  margin-right: 15px;
  color: #828282;
}
#content_with_sidebar .search-filter-results .search_result_tile .product_details_holder .product_details:last-child {
  border-right: none;
}
#content_with_sidebar .search-filter-results .search_result_tile.text_only {
  padding: 10px;
}
#content_with_sidebar .search-filter-results .search_result_tile.text_only h1 {
  border-bottom: solid 1px #dfdfdf;
  margin-bottom: 0.2em;
  padding-bottom: 5px;
}
#content_with_sidebar .search-filter-results .search_result_tile.text_only h1 a {
  color: #e5231b;
}
#content_with_sidebar .search-filter-results .search_result_tile.text_only h1 a:hover {
  color: #e5231b;
}
#content_with_sidebar .search-filter-results .search_result_tile.text_only .link_block {
  display: inline-block;
}
#content_with_sidebar .search-filter-results .pagination {
  border: none;
  min-height: auto;
}
#content_with_sidebar .search-filter-results .pagination:first-of-type {
  display: none;
}
#content_with_sidebar .search-filter-results .pagination:before {
  content: none;
}
#content_with_sidebar .search-filter-results .pagination:after {
  content: none;
}
#content_with_sidebar .search-filter-results .pagination .nav-previous {
  display: none;
}
#content_with_sidebar .search-filter-results .pagination .nav-next {
  display: none;
}
#content_with_sidebar .search-filter-results .pagination .wp-pagenavi {
  text-align: center;
}
#content_with_sidebar .search-filter-results .pagination .wp-pagenavi span.pages {
  display: block;
  padding-bottom: 10px;
  font-size: 0.8em;
}
#content_with_sidebar .search-filter-results .pagination .wp-pagenavi span.current {
  background-color: #19819A;
  border: solid 1px #19819A;
  border-radius: 3px;
  color: #828282;
  padding: 5px 10px;
  margin: 0 3px;
  vertical-align: top;
  color: #fff;
  line-height: 1em;
}
#content_with_sidebar .search-filter-results .pagination .wp-pagenavi a.page {
  background-color: transparent;
  border: solid 1px #dfdfdf;
  border-radius: 3px;
  color: #828282;
  padding: 5px 10px;
  margin: 0 3px;
  vertical-align: top;
  line-height: 1em;
  display: inline-block;
}
#content_with_sidebar .search-filter-results .pagination .wp-pagenavi span.extend {
  margin: 0 5px;
}
#content_with_sidebar .search-filter-results .pagination .wp-pagenavi a.nextpostslink {
  display: inline-block;
  position: relative;
  right: auto;
  width: auto;
  height: auto;
  text-indent: -9999px;
  background-color: #a3c3cd;
  font-size: 0;
  padding: 6px 10px;
}
#content_with_sidebar .search-filter-results .pagination .wp-pagenavi a.nextpostslink:before {
  content: '';
  background: url(images/icons/prev_next_white.svg) no-repeat right center #a3c3cd;
  width: 10px;
  height: 19px;
  position: relative;
  display: block;
  margin: 0 auto;
  background-size: 20px;
  line-height: 0;
  left: auto;
  top: auto;
  visibility: visible;
  transform: scaleX(1);
}
#content_with_sidebar .search-filter-results .pagination .wp-pagenavi a.previouspostslink {
  display: inline-block;
  position: relative;
  right: auto;
  width: auto;
  height: auto;
  text-indent: -9999px;
  background-color: #a3c3cd;
  font-size: 0;
  padding: 6px 10px;
}
#content_with_sidebar .search-filter-results .pagination .wp-pagenavi a.previouspostslink:before {
  content: '';
  background: url(images/icons/prev_next_white.svg) no-repeat left center #a3c3cd;
  width: 10px;
  height: 19px;
  position: relative;
  display: block;
  margin: 0 auto;
  background-size: 20px;
  line-height: 0;
  left: auto;
  top: auto;
  visibility: visible;
  transform: scaleX(1);
}
#content_with_sidebar .search-filter-results .pagination .wp-pagenavi a.first,
#content_with_sidebar .search-filter-results .pagination .wp-pagenavi a.last {
  margin: 0 5px;
}
#content_with_sidebar .search-filter-results .results_found {
  border-bottom: solid 1px #dfdfdf;
  margin-bottom: 25px;
  font-size: 1.2em;
  font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
}
section.grid_tiles {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
section.grid_tiles.transparent_bg .grid_tile {
  background-color: transparent;
}
section.grid_tiles.transparent_bg .grid_tile:nth-child(even) {
  background-color: transparent;
}
section.grid_tiles.two .grid_tile {
  width: 50%;
  background-color: #fff;
}
section.grid_tiles.two .grid_tile:nth-of-type(4n+2),
section.grid_tiles.two .grid_tile:nth-of-type(4n+3) {
  background-color: #f5f5f7;
}
section.grid_tiles.three .grid_tile {
  width: 33.33%;
  background-color: #fff;
}
section.grid_tiles.three .grid_tile:nth-child(even) {
  background-color: #f5f5f7;
}
section.grid_tiles.four .grid_tile {
  width: 25%;
  background-color: #fff;
}
section.grid_tiles.four .grid_tile:nth-child(8n+1),
section.grid_tiles.four .grid_tile:nth-child(8n+3),
section.grid_tiles.four .grid_tile:nth-child(8n+6),
section.grid_tiles.four .grid_tile:nth-child(8n+8) {
  background-color: #f5f5f7;
}
section.grid_tiles.five .grid_tile {
  width: 20%;
  background-color: #fff;
}
section.grid_tiles.five .grid_tile:nth-child(even) {
  background-color: #f5f5f7;
}
section.grid_tiles .grid_tile {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
}
section.grid_tiles .grid_tile .image_holder {
  display: inline-block;
}
section.grid_tiles .grid_tile .image_holder img {
  width: 100%;
}
#content #primary #main .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-tabsArea {
  border: none;
}
#content #primary #main .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-tabsArea .gsc-tabHeader {
  padding: 6px 12px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border-bottom: solid 1px #dfdfdf;
}
#content #primary #main .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-tabsArea .gsc-tabHeader:hover {
  background-color: #DC0043;
  color: #fff;
}
#content #primary #main .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-tabsArea .gsc-tabhActive {
  color: #fff;
}
#content #primary #main .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-above-wrapper-area {
  word-wrap: normal;
}
#content #primary #main .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsRoot .gsc-results .gsc-result {
  border: none;
}
#content #primary #main .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsRoot .gsc-results .gsc-result .gs-result {
  border: none;
}
#content #primary #main .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsRoot .gsc-results .gsc-result .gs-result .gsc-table-result {
  border: none;
}
#content #primary #main .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsRoot .gsc-results .gsc-result .gs-result .gsc-table-result .gsc-table-cell-snippet-close,
#content #primary #main .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsRoot .gsc-results .gsc-result .gs-result .gsc-table-result .gs-promotion-text-cell {
  border: none;
}
#content #primary #main .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsRoot .gsc-results .gsc-expansionArea .gsc-cursor-box {
  text-align: center;
}
#content #primary #main .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsRoot .gsc-results .gsc-expansionArea .gsc-cursor-box .gsc-cursor .gsc-cursor-page {
  padding: 5px;
  text-decoration: none;
  border: solid 1px #dfdfdf;
}
#content #primary #main .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsRoot .gsc-results .gsc-expansionArea .gsc-cursor-box .gsc-cursor .gsc-cursor-page.gsc-cursor-current-page {
  color: #fff;
}
#content #primary #main .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsRoot .gsc-results .gsc-webResult a.gs-title {
  color: #DC0043;
  text-decoration: none;
}
#content #primary #main .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsRoot .gsc-results .gsc-webResult a.gs-title:hover {
  color: #2c2c2e;
}
#content #primary #main article.forum {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
#content #primary #main article.forum .entry-content {
  float: none;
  width: 100%;
}
#content #primary #main #bbpress-forums {
  font-size: inherit;
}
#content #primary #main #bbpress-forums ul.bbp-forums {
  margin-top: 15px;
  font-size: inherit;
}
#content #primary #main #bbpress-forums ul.bbp-forums .bbp-forums-list li {
  font-size: inherit;
}
#content #primary #main #bbpress-forums ul.bbp-forums a {
  box-shadow: none;
}
#content #primary #main .pt-cv-wrapper .pt-cv-view .pt-cv-page .pt-cv-ifield a.pt-cv-href-thumbnail,
#content #primary #main .pt-cv-wrapper .pt-cv-view .pt-cv-page .pt-cv-ifield a.pt-cv-thumb-default {
  border: none;
}
#content #primary #main .pt-cv-wrapper .pt-cv-view .pt-cv-page .pt-cv-ifield .pt-cv-title a {
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1.25em;
}
#content #primary #main .pt-cv-wrapper .pt-cv-view .pt-cv-page .pt-cv-ifield .pt-cv-title a.pt-cv-href-thumbnail {
  border: none;
}
#content #primary #main .pt-cv-wrapper .pt-cv-view .pt-cv-page .pt-cv-ifield .pt-cv-meta-fields {
  font-size: 0.875em;
}
#content #primary #main .entry-content a {
  box-shadow: none;
}
#content #primary #main .entry-content ul {
  padding-left: 40px;
}
section.follow_us {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
section.follow_us .follow_icon_holder {
  display: inline-block;
  width: 95px;
  height: 95px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 30px;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  opacity: 0.75;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border: none;
}
section.follow_us .follow_icon_holder:hover {
  -webkit-filter: grayscale(0);
  -webkit-filter: grayscale(0%);
  filter: initial;
  filter: grayscale(0%);
  opacity: 1;
}
section.follow_us .follow_icon_holder.facebook {
  background-image: url(images/logos/social/FB-f-Logo__blue_512.png);
}
section.follow_us .follow_icon_holder.twitter {
  background-image: url(images/logos/social/Twitter_Social_Icon_Blue-512.png);
}
section.follow_us .follow_icon_holder.linkedin {
  background-image: url(images/logos/social/In-2C-512.png);
}
section.follow_us .follow_icon_holder.instagram {
  background-image: url(images/logos/social/instagram.png);
}
section.follow_us .follow_icon_holder.flickr {
  background-image: url(images/logos/social/flickr_512.png);
}
section.downloads_section {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  margin-bottom: -25px;
}
section.downloads_section .content .downloads_holder {
  float: left;
  width: 45%;
  margin-left: 5%;
  text-align: left;
  margin-bottom: 25px;
}
section.downloads_section .content .downloads_holder:nth-child(even) {
  margin-left: 0;
  margin-right: 5%;
}
section.downloads_section .content .downloads_holder .downloads_image {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
}
section.downloads_section .content .downloads_holder .downloads_content {
  width: calc(100% - 185px);
  display: inline-block;
  vertical-align: top;
  padding: 0 15px 15px;
}
section.downloads_section .content .downloads_holder .downloads_content h4 {
  margin-bottom: 25px;
}
#content section.related_posts {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
#content section.related_posts .content #jp-relatedposts {
  text-align: center;
}
#content section.related_posts .content #jp-relatedposts.jp-relatedposts:after {
  height: 0;
}
#content section.related_posts .content #jp-relatedposts.jp-relatedposts:before {
  top: 55px;
}
#content section.related_posts .content #jp-relatedposts h3.jp-relatedposts-headline {
  position: relative;
  float: none;
  text-align: center;
  font-size: 1.4375em;
  font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  padding: 0 10px;
  z-index: 1;
  background-color: #fff;
}
#content section.related_posts .content #jp-relatedposts h3.jp-relatedposts-headline:before {
  border: none;
}
#content section.related_posts .content #jp-relatedposts h3.jp-relatedposts-headline em:before {
  border: none;
}
#content section.related_posts .content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
#content section.related_posts .content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-img {
  margin: 0 auto 1em;
}
#content section.related_posts .content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post a {
  text-decoration: none;
  border: none;
}
#content section.related_posts .content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post a:hover {
  text-decoration: none !important;
}
#content section.related_posts .content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post h4 {
  font-size: 1.25em;
  line-height: inherit;
}
#content section.related_posts .content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post h4 a {
  border-bottom: solid 1px transparent;
}
#content section.related_posts .content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post h4 a:hover {
  text-decoration: none;
  border-bottom: solid 1px #19819A;
}
#content section.related_posts .content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post p {
  font-size: 1.188em;
  line-height: 1.737em;
}
#content section.related_posts .content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post p.jp-relatedposts-post-context {
  font-size: 1em;
  color: #999;
  font-family: 'Frutiger Next W01 Light', 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 300;
  opacity: 1;
}
.widget-area ul {
  font-size: 100%;
}
.widget-area li {
  list-style-type: none;
  font-size: 1.09em;
  margin-bottom: 5px;
  border-bottom: solid 1px #dfdfdf;
  padding-bottom: 5px;
}
.widget-area li.widget_recent_entries {
  border: none;
}
.widget-area .widget {
  border-top: 0;
}
.widget-area .widget ul {
  list-style-type: none;
  margin: 0;
}
.su-button,
.su-button[style] {
  padding: 10px 20px;
  background-color: #DC0043 !important;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border: solid 1px transparent !important;
  font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 15px 0;
}
.su-button span,
.su-button[style] span {
  color: #fff !important;
  padding: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
  border: none !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  border-top-width: 0;
  border-bottom-width: 0;
  border-top-style: none;
  border-bottom-style: none;
}
.su-button:hover,
.su-button[style]:hover {
  color: #DC0043 !important;
  background-color: #fff !important;
  border: solid 1px #DC0043 !important;
}
.su-button:hover span,
.su-button[style]:hover span {
  color: #DC0043 !important;
}
.interactive_map_holder {
  width: 100%;
  text-align: center;
}
#watford_interactive_map,
.interactive_map {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  max-height: 848px;
}
ul.pager {
  display: none;
}
.full_width_padding {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.full_width_padding .entry-header,
.full_width_padding .entry-summary,
.full_width_padding .entry-content,
/*.full_width_padding .entry-footer,*/
.full_width_padding .page-content {
  margin: 0;
}
.full_width_padding .no_title {
  margin-top: 1em;
}
section.pull_out_slice_section {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  border-top: solid 1px #dfdfdf;
  border-bottom: solid 1px #dfdfdf;
}
section.pull_out_slice_section .pullout_slice_holder h1,
section.pull_out_slice_section .pullout_slice_holder h2,
section.pull_out_slice_section .pullout_slice_holder h3,
section.pull_out_slice_section .pullout_slice_holder h4,
section.pull_out_slice_section .pullout_slice_holder h5,
section.pull_out_slice_section .pullout_slice_holder h6,
section.pull_out_slice_section .pullout_slice_holder p {
  font-family: 'FrutigerNextW01-Regular', 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
section.pull_out_slice_section .pullout_slice_holder :last-child {
  margin-bottom: 0;
}
.tags_holder {
  position: relative;
  text-align: center;
}
.tags_holder h3 {
  position: relative;
  padding: 0 10px;
  z-index: 1;
  background-color: #fff;
  display: inline-block;
}
.tags_holder:before {
  background-color: currentColor;
  content: "";
  height: 1px;
  opacity: 0.2;
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
}
.tags_holder .tag_button_holder {
  text-align: left;
}
.sector_icon {
  width: 155px;
  padding: 15px;
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: top;
}
section.nav_tiles {
  text-align: center;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
section.nav_tiles h1,
section.nav_tiles h2 {
  margin-top: 0;
  margin-bottom: 15px;
}
section.nav_tiles:nth-child(odd) .nav_tile_holder .nav_tile_title {
  background-color: #f5f5f7;
}
section.nav_tiles .nav_tile_holder {
  width: calc(25% - 4px);
  min-width: 200px;
  margin-bottom: 5px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  color: #2c2c2e;
  border-bottom: 0;
}
section.nav_tiles .nav_tile_holder:hover .nav_tile_title {
  background-color: #bdc3c7;
}
section.nav_tiles .nav_tile_holder.portfolio_image .nav_tile_image .responsive_image {
  width: auto;
  max-width: none;
  height: 100%;
}
section.nav_tiles .nav_tile_holder .nav_tile_image {
  background-color: #fff;
  overflow: hidden;
  height: 195px;
}
section.nav_tiles .nav_tile_holder .nav_tile_image.tile_icon img {
  padding: 45px 0;
}
section.nav_tiles .nav_tile_holder .nav_tile_title {
  background-color: #fff;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
section.nav_tiles .nav_tile_holder .nav_tile_title h1,
section.nav_tiles .nav_tile_holder .nav_tile_title h2,
section.nav_tiles .nav_tile_holder .nav_tile_title h3 {
  margin: 0;
  padding: 5px;
  color: #2c2c2e;
}
section.nav_tiles .nav_tile_holder .nav_tile_title h5 {
  margin: 0;
  padding: 0 5px 5px;
  color: #2c2c2e;
}
section.nav_tiles .nav_tile_holder .nav_tile_title h5 p {
  margin: 0;
}
section.nav_tiles .tile {
  padding: 45px 0;
  background-color: #cfdde6;
  display: block;
  border-bottom: 0;
}
section.nav_tiles .tile:hover {
  background-color: #bdc3c7;
}
section.nav_tiles .tile h1 {
  display: block;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.5em;
  padding: 0 5px;
}
section.nav_tiles.three_tiles .nav_tile_holder {
  width: calc(33.33% - 4px);
}
section.nav_tiles.five_tiles .nav_tile_holder {
  width: calc(20% - 4px);
}
section.nav_tiles.five_tiles .nav_tile_image img {
  width: auto;
  height: 100%;
}
.wmts_container .wmts_members .wph_element .wmts_image_centering .wmts_image {
  top: 0 !important;
}
.hide_read_more {
  display: none;
}
p.read_more_trigger {
  cursor: pointer;
  color: #19819A;
}
div.select_tool {
  text-align: center;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  background: url(images/breeam/bg_images/breeam_registered_sssessments_apr.svg) no-repeat center center transparent;
}
div.select_tool:nth-child(even) {
  background-color: #f3f1ed;
}
div.select_tool h1 {
  margin: 0 0 35px;
}
div.select_tool .desktop_tool,
div.select_tool .mobile_tool {
  text-align: left;
}
div.select_tool .mobile_tool {
  display: none;
}
div.select_tool .select_column {
  width: 25%;
  max-height: 585px;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
  vertical-align: top;
  opacity: 0;
}
div.select_tool .select_column:first-child {
  margin-left: 0;
  display: inline-block;
  opacity: 1;
}
div.select_tool .select_column:nth-child(4) .select_option {
  background-color: #56b146;
  color: #fff;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
div.select_tool .select_column:nth-child(4) .select_option a {
  color: #fff;
  border: none;
}
div.select_tool .select_column:nth-child(4) .select_option:hover {
  background-color: #3d6864;
}
div.select_tool .select_column.show_column {
  display: inline-block;
}
div.select_tool .select_column.has_selected_filter .select_option {
  background-color: #f3f1ed;
}
div.select_tool .select_column.has_selected_filter:nth-child(4) .select_option {
  background-color: #56b146;
  color: #fff;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
div.select_tool .select_column.has_selected_filter:nth-child(4) .select_option a {
  color: #fff;
  border: none;
}
div.select_tool .select_column.has_selected_filter:nth-child(4) .select_option:hover {
  background-color: #3d6864;
}
div.select_tool .select_column .column_title {
  background-color: #f5f5f7;
  padding: 15px;
}
div.select_tool .select_column .column_title h1 {
  margin: 0;
  font-size: 1.3125em;
}
div.select_tool .select_column .select_option {
  width: calc(100% - 30px);
  height: 35px;
  padding: 15px;
  border-top: solid 1px #dfdfdf;
  border-right: solid 1px #dfdfdf;
  border-left: solid 1px #dfdfdf;
  background-color: #fff;
  font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: table;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
div.select_tool .select_column .select_option:hover {
  background-color: #d5e5c4;
}
div.select_tool .select_column .select_option.active_option {
  background-color: #fff;
}
div.select_tool .select_column .select_option.recommended_option {
  background-color: #56b146;
  color: #fff;
}
div.select_tool .select_column .select_option:last-child {
  border-bottom: solid 1px #dfdfdf;
}
div.select_tool .mobile_tool select {
  margin: 15px 15px 0 0;
}
div.select_tool .mobile_tool span {
  display: block;
  padding: 25px 20px;
  background-color: #56b146;
  color: #fff;
  margin-top: 15px;
}
div.select_tool .mobile_tool span a {
  color: #fff;
}
.partner_logos_holder {
  text-align: center;
}
.partner_logos_holder .partner_logos {
  width: 120px;
  height: 120px;
  display: inline-block;
  margin: 0 15px 15px;
  vertical-align: top;
}
.partner_logos_holder .partner_logos a {
  border-bottom: 0;
}
.partner_logos_holder .breeam_awards_logos {
  width: 150px;
  height: auto;
  text-align: center;
}
.partner_logos_holder .breeam_awards_logos img {
  max-width: 125px;
  padding: 15px;
  background-color: #fff;
}
.partner_logos_holder .breeam_awards_logos h4 {
  margin: 10px 0 0;
}
section.tile_accordion {
  text-align: center;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
section.tile_accordion .content {
  background-color: #fff;
}
section.tile_accordion .tile_accordion_holder {
  border-top: solid 1px #dfdfdf;
}
section.tile_accordion .tile_accordion_holder:last-child {
  border-bottom: solid 1px #dfdfdf;
}
section.tile_accordion .accordion_title {
  position: relative;
  background-color: #fff;
  text-align: left;
  padding: 10px 15px;
  cursor: pointer;
}
section.tile_accordion .accordion_title h3 {
  margin: 0;
  padding-right: 25px;
}
section.tile_accordion .accordion_title:after {
  content: '+';
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  display: block;
  cursor: pointer;
  font-size: 2em;
  line-height: 1.66em;
  color: #19819A;
}
section.tile_accordion .accordion_title.expanded:after {
  content: '-';
}
section.tile_accordion .accordion_hidden {
  display: none;
  text-align: left;
  padding: 0 15px;
}
section.tile_accordion .accordion_hidden p:last-child {
  margin-bottom: 15px;
}
section.pannellum_slice .pannellum_image_holder {
  width: 100%;
  height: 500px;
}
section.pull_out_number_slice {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
section.pull_out_number_slice.has_bg_image {
  background-repeat: no-repeat;
  background-size: cover;
}
section.pull_out_number_slice.has_bg_image .pull_out_number_holder.white h1,
section.pull_out_number_slice.has_bg_image .pull_out_number_holder.white p {
  color: #fff;
}
section.pull_out_number_slice.has_bg_image .pull_out_number_holder.black h1,

section.pull_out_number_slice.has_bg_image .pull_out_number_holder.black p {
  color: #000;
}
section.pull_out_number_slice.has_bg_image .pull_out_number_holder.bre h1,
section.pull_out_number_slice.has_bg_image .pull_out_number_holder.breeam h1,
section.pull_out_number_slice.has_bg_image .pull_out_number_holder.redbook h1,
section.pull_out_number_slice.has_bg_image .pull_out_number_holder.academy h1,
section.pull_out_number_slice.has_bg_image .pull_out_number_holder.smartwaste h1,
section.pull_out_number_slice.has_bg_image .pull_out_number_holder.sitesmart h1,
section.pull_out_number_slice.has_bg_image .pull_out_number_holder.bre p,
section.pull_out_number_slice.has_bg_image .pull_out_number_holder.breeam p,
section.pull_out_number_slice.has_bg_image .pull_out_number_holder.redbook p,
section.pull_out_number_slice.has_bg_image .pull_out_number_holder.academy p,
section.pull_out_number_slice.has_bg_image .pull_out_number_holder.smartwaste p,
section.pull_out_number_slice.has_bg_image .pull_out_number_holder.sitesmart p {
  color: #fff;
}
section.pull_out_number_slice .pull_out_number_holder {
  padding: 0 30px;
  border-right: solid 1px #afafaf;
  display: inline-block;
  vertical-align: middle;
}
section.pull_out_number_slice .pull_out_number_holder:last-of-type {
  border-right: 0;
}
section.pull_out_number_slice .pull_out_number_holder.bre h1 {
  color: #A0C33D;
}
section.pull_out_number_slice .pull_out_number_holder.breeam h1 {
  color: #56b146;
}
section.pull_out_number_slice .pull_out_number_holder.redbook h1 {
  color: #f40000;
}
section.pull_out_number_slice .pull_out_number_holder.academy h1 {
  color: #3abfdf;
}
section.pull_out_number_slice .pull_out_number_holder.smartwaste h1 {
  color: #00b3b8;
}
section.pull_out_number_slice .pull_out_number_holder.sitesmart h1 {
  color: #0154a0;
}
section.pull_out_number_slice .pull_out_number_holder.white h1 {
  color: #fff;
}
section.pull_out_number_slice .pull_out_number_holder.black h1 {
  color: #000;
}
section.pull_out_number_slice .pull_out_number_holder .pull_out_number_company_logo {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  max-width: 180px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
}
section.pull_out_number_slice .pull_out_number_holder .pull_out_number h1 {
  font-size: 3em;
  line-height: 1em;
  margin: 0 0 5px;
}
section.pull_out_number_slice .pull_out_number_holder .pull_out_text p {
  margin: 0;
  text-transform: uppercase;
  font-size: 1em;
}
section.pull_out_number_slice.bre_academy {
  margin-bottom: -30px;
}
section.pull_out_number_slice.bre_academy .pull_out_number_holder {
  border-top: solid 3px #3abfdf;
  border-right: solid 3px #3abfdf;
  border-bottom: solid 3px #3abfdf;
  padding: 20px;
  margin: 0 30px 30px;
  text-align: left;
  position: relative;
  width: 210px;
}
section.pull_out_number_slice.bre_academy .pull_out_number_holder:before {
  content: '';
  width: 3px;
  height: 18px;
  background-color: #3abfdf;
  position: absolute;
  top: 0;
  left: 0;
}
section.pull_out_number_slice.bre_academy .pull_out_number_holder:after {
  content: '';
  width: 3px;
  height: 18px;
  background-color: #3abfdf;
  position: absolute;
  bottom: 0;
  left: 0;
}
section.pull_out_number_slice.bre_academy .pull_out_number_holder .pull_out_number {
  margin-left: -45px;
}
section.pull_out_number_slice.bre_academy .pull_out_number_holder .pull_out_text {
  margin-left: -45px;
}
#letters ul.az-links {
  list-style-type: none;
}
#letters ul.az-links li {
  display: inline-block;
  padding: 5px 10px;
  border: solid 1px #dfdfdf;
  line-height: 1em;
  background-color: #f0f0f0;
  color: #19819A;
  margin: 5px;
}
#az-slider .letter-section {
  float: left;
  width: 33.33%;
  border: solid 1px #dfdfdf;
  border-top: none;
  padding: 15px;
}
#az-slider .letter-section ul {
  list-style-type: none;
  margin: 0;
}
div.features_section {
  position: relative;
}
div.features_section .left {
  width: calc(40% - 5px);
  display: inline-block;
  vertical-align: middle;
}
div.features_section .left .feature_holder {
  width: 220px;
  padding: 15px;
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
div.features_section .left .feature_holder .feature_icon {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
div.features_section .left .feature_holder .feature_icon img {
  width: 100%;
  height: 100%;
}
div.features_section .left .feature_holder h3 {
  margin-top: 1em;
}
div.features_section .right {
  display: inline-block;
  position: relative;
  width: 60%;
  vertical-align: middle;
}
div.features_section .right .mac_screen {
  max-width: 755px;
}
div.features_section .right .tablet_screen {
  position: absolute;
  right: 15px;
  bottom: 0;
  max-width: 270px;
}
section.three_equal .key_feature_holder {
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
}
section.three_equal:nth-child(even) .key_feature_holder:nth-child(even) {
  background-color: #f3f1ed;
}
a.hide_from_a_z {
  display: none;
}
section.pull_out_text_panel {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
section:nth-child(odd).large_image_pull_out .large_image_pull_out_text_holder {
  background-color: #f5f5f7;
}
section.large_image_pull_out {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
section.large_image_pull_out .large_image_pull_out_image_holder {
  background-color: #bbd373;
  display: inline-block;
}
section.large_image_pull_out .large_image_pull_out_image_holder img {
  opacity: 0.35;
}
section.large_image_pull_out .large_image_pull_out_text_holder {
  background-color: #fff;
  padding: 5%;
  width: calc(70% - 10%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
}
section.large_image_pull_out .large_image_pull_out_text_holder h1 {
  margin-left: -40%;
  font-size: 4em;
  margin-bottom: 0.1em;
  line-height: 1.4em;
}
section.client_partner_logos {
  text-align: center;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
section.client_partner_logos.seven .client_partner_logo {
  width: 14%;
}
section.client_partner_logos.six .client_partner_logo {
  width: 16.5%;
}
section.client_partner_logos.five .client_partner_logo {
  width: 20%;
}
section.client_partner_logos.four .client_partner_logo {
  width: 25%;
}
section.client_partner_logos.three .client_partner_logo {
  width: 33.33%;
}
section.client_partner_logos.two .client_partner_logo {
  width: 50%;
}
section.client_partner_logos.one .client_partner_logo {
  width: 100%;
}
section.client_partner_logos h1 {
  margin: 0 0 35px;
}
section.client_partner_logos .client_partner_logo {
  display: inline-block;
  min-width: 200px;
  padding: 25px;
  margin-right: -4px;
  vertical-align: middle;
}
section.client_partner_logos .client_partner_logo:first-of-type {
  margin-left: 0;
}
section.client_partner_logos .client_partner_logo a {
  border: none;
}
section.client_partner_logos .client_partner_logo a:hover {
  border: none;
}
section.button_reveal_content {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
section.button_reveal_content .button_reveal_holder .button_reveal {
  display: inline-block;
  border: solid 1px #dfdfdf;
  cursor: pointer;
  border-left: none;
  -webkit-transition: color 300ms linear;
  -moz-transition: color 300ms linear;
  -o-transition: color 300ms linear;
  transition: color 300ms linear;
}
section.button_reveal_content .button_reveal_holder .button_reveal:hover,
section.button_reveal_content .button_reveal_holder .button_reveal.active_button_reveal {
  background-color: #19819A;
  color: #fff;
}
section.button_reveal_content .button_reveal_holder .button_reveal:first-of-type {
  border-left: solid 1px #dfdfdf;
}
section.button_reveal_content .button_reveal_holder .button_reveal h2 {
  margin: 0;
  padding: 25px;
}
section.button_reveal_content .button_reveal_content {
  display: none;
  margin-top: 25px;
}
/*
.bre_share_container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.bre_share_container .bre_share_link {
  display: inline-block;
  line-height: 0;
  font-size: 0;
  color: transparent;
  width: 36px;
  height: 36px;
  margin: 0 5px;
  border: none;
}
.bre_share_container .bre_share_link:hover {
  border-bottom: none;
  transform: translateY(-10px);
  color: transparent;
}
.bre_share_container .bre_share_link.bre_share_facebook {
  background: url(images/logos/social/facebook.svg) no-repeat center center transparent;
}
.bre_share_container .bre_share_link.bre_share_google_plus {
  background: url(images/logos/social/google_plus.svg) no-repeat center center transparent;
}
.bre_share_container .bre_share_link.bre_share_linked_in {
  background: url(images/logos/social/linked_in.svg) no-repeat center center transparent;
}
.bre_share_container .bre_share_link.bre_share_twitter {
  background: url(images/logos/social/twitter.svg) no-repeat center center transparent;
}
.bre_share_container.share_page_float_left,
.bre_share_container.share_page_float_right {
  position: fixed;
  top: 50%;
  left: 5px;
  width: auto;
  padding: 0;
  z-index: 9999;
}
.bre_share_container.share_page_float_left .bre_share_link,
.bre_share_container.share_page_float_right .bre_share_link {
  display: block;
  margin: 0 0 5px;
  width: 26px;
  height: 26px;
}
.bre_share_container.share_page_float_left .bre_share_link:hover,
.bre_share_container.share_page_float_right .bre_share_link:hover {
  transform: translateY(0);
  transform: translateX(10px);
  color: transparent;
}
.bre_share_container.share_page_float_right {
  left: auto;
  right: 5px;
}
.bre_share_container.share_page_float_right .bre_share_link:hover {
  transform: translateX(-10px);
}
*/
section.api_image_text {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
section.api_image_text .api_image_text_holder {
  padding: 0 30px;
  display: inline-block;
  vertical-align: middle;
}
section.api_image_text .api_image_text_holder .api_image_text_image {
  padding: 10px;
  max-width: 180px;
  margin-bottom: 5px;
}
section.api_image_text .api_image_text_holder .api_image_text_number h1 {
  font-size: 3em;
  line-height: 1em;
  margin: 0 0 5px;
}
section.api_image_text .api_image_text_holder .api_image_text_title p {
  margin: 0;
  text-transform: uppercase;
  font-size: 1em;
}
section.video_tiles_slice {
  text-align: center;
}
section.video_tiles_slice .video_tile_holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 15px;
}
section.video_tiles_slice .video_tile_holder:hover .play_icon {
  background-color: #000000;
}
section.video_tiles_slice .video_tile_holder .play_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 105px;
  height: 105px;
  background: url(images/icons/play_icon.png) no-repeat center center rgba(0, 0, 0, 0.6);
  background-size: 30%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border: none;
}
section.video_tiles_slice .video_tile_holder .video_lightbox_anchor_image {
  border: none;
  display: block;
  margin-bottom: 15px;
}
.custom_post_meta {
  position: relative;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 25px;
}
.custom_post_meta .gradient_top,
.custom_post_meta .gradient_bottom {
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #dfdfdf 50%, #ffffff 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ffffff), color-stop(50%, #dfdfdf), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left, #ffffff 0%, #dfdfdf 50%, #ffffff 100%);
  background: -o-linear-gradient(left, #ffffff 0%, #dfdfdf 50%, #ffffff 100%);
  background: -ms-linear-gradient(left, #ffffff 0%, #dfdfdf 50%, #ffffff 100%);
  background: linear-gradient(to right, #ffffff 0%, #dfdfdf 50%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}
.custom_post_meta .gradient_top {
  top: 0;
}
.custom_post_meta .gradient_bottom {
  bottom: 0;
}
.custom_post_meta .custom_post_meta_holder {
  display: inline-block;
  width: 33.33%;
  vertical-align: top;
  padding-right: 15px;
}
.custom_post_meta .custom_post_meta_holder .post_meta_label {
  font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  display: block;
}
.custom_posts_tiles_holder .filter_custom_posts_holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 275px;
  margin-right: 20px;
  padding:20px 0 0 30px;
  text-align: left;
  border-right: solid 1px #dfdfdf;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #F8F8F8;
}
.custom_posts_tiles_holder .filter_custom_posts_holder .filter_container {
  border-bottom: solid 1px #dfdfdf;
  padding: 15px 0;
}
.custom_posts_tiles_holder .filter_custom_posts_holder .filter_custom_posts {
  display: block;
  padding: 10px 15px 10px 0;
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.custom_posts_tiles_holder .filter_custom_posts_holder .filter_custom_posts:hover .css_checkbox {
  -moz-box-shadow: inset 0 0 7px rgba(1, 121, 216, 0.4);
  -webkit-box-shadow: inset 0 0 7px rgba(1, 121, 216, 0.4);
  box-shadow: inset 0 0 7px rgba(1, 121, 216, 0.4);
}
.custom_posts_tiles_holder .filter_custom_posts_holder .filter_custom_posts .css_checkbox {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: solid 1px #dfdfdf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.custom_posts_tiles_holder .filter_custom_posts_holder .filter_custom_posts .css_checkbox.active {
  background: url(images/icons/css_check.svg) no-repeat center center #19819A;
  border-color: #fff;
}
.custom_posts_tiles_holder .custom_post_tile_holder {
  display: inline-block;
  margin-right: -4px;
  padding: 25px;
  width: 25%;
  margin-top: 14px;
  margin-bottom: 14px;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.custom_posts_tiles_holder .custom_post_tile_holder h4 {
  font-family: 'FrutigerNextW01-Regular', 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.custom_posts_tiles_holder .custom_post_tile_holder img {
  max-height: 132px;
  overflow: hidden;
}
.custom_posts_tiles_holder .custom_post_tile_holder a.no_border {
  display: block;
  border: none;
}
.custom_posts_tiles_holder .custom_post_tile_holder a.no_border:hover {
  border: none;
}
.custom_posts_tiles_holder .custom_post_tile_holder .meta_data_holder {
  font-size: 0.85em;
}
.custom_posts_tiles_holder .custom_post_tile_holder .post_meta_label {
  font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.dataTables_wrapper .dataTables_filter input {
  width: auto;
  margin-bottom: 15px;
}
.student_box {
  position: relative;
  border: solid 1px #dfdfdf;
  padding: 15px;
  width: calc(33.33% - 4px);
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 2px 0;
  box-sizing: border-box;
}
.student_box.has_profile_pic .profile_pic_holder {
  float: left;
}
.student_box.has_profile_pic .student_text {
  margin-left: 20px;
  float: left;
  width: calc(100% - 147px);
}
.student_box.cardiff_student {
  background-color: #23b684;
}
.student_box.loughborough_student {
  background-color: #24771c;
}
.student_box.tsinghua_student {
  background-color: #0f595e;
}
.student_box.bath_student {
  background-color: #043d5d;
}
.student_box.brasilia_student {
  background-color: #01579b;
}
.student_box.edinburgh_student {
  background-color: #988F84;
}
.student_box.hertfordshire_student {
  background-color: #00B8BA;
}
.student_box.strathclyde_student {
  background-color: #4BBBEB;
}
.student_box.cardiff_student,
.student_box.loughborough_student,
.student_box.tsinghua_student,
.student_box.bath_student,
.student_box.brasilia_student,
.student_box.edinburgh_student,
.student_box.hertfordshire_student,
.student_box.strathclyde_student {
  color: #fff;
}
.student_box.cardiff_student .student_icon_holder span.student_video_icon,
.student_box.loughborough_student .student_icon_holder span.student_video_icon,
.student_box.tsinghua_student .student_icon_holder span.student_video_icon,
.student_box.bath_student .student_icon_holder span.student_video_icon,
.student_box.brasilia_student .student_icon_holder span.student_video_icon,
.student_box.edinburgh_student .student_icon_holder span.student_video_icon,
.student_box.hertfordshire_student .student_icon_holder span.student_video_icon,
.student_box.strathclyde_student .student_icon_holder span.student_video_icon {
  background: url(images/icons/student_video_player.svg) no-repeat center bottom transparent;
}
.student_box.cardiff_student .student_icon_holder span.student_pdf_icon,
.student_box.loughborough_student .student_icon_holder span.student_pdf_icon,
.student_box.tsinghua_student .student_icon_holder span.student_pdf_icon,
.student_box.bath_student .student_icon_holder span.student_pdf_icon,
.student_box.brasilia_student .student_icon_holder span.student_pdf_icon,
.student_box.edinburgh_student .student_icon_holder span.student_pdf_icon,
.student_box.hertfordshire_student .student_icon_holder span.student_pdf_icon,
.student_box.strathclyde_student .student_icon_holder span.student_pdf_icon {
  background: url(images/icons/pdf_icon.svg) no-repeat center bottom transparent;
}
.student_box p {
  margin: 0;
}
.student_box .student_icon_holder a {
  border: none;
  display: inline-block;
}
.student_box .student_icon_holder a:hover {
  border: none;
}
.student_box .student_icon_holder span.student_video_icon {
  background: url(images/icons/student_video_player.svg) no-repeat center top transparent;
  width: 26px;
  height: 26px;
  background-size: cover;
  display: block;
  margin-right: 10px;
}
.student_box .student_icon_holder span.student_pdf_icon {
  background: url(images/icons/pdf_icon.svg) no-repeat center top transparent;
  width: 26px;
  height: 28px;
  background-size: cover;
  display: block;
  margin-right: 10px;
}
section.media_tiles_slice {
  text-align: center;
}
section.media_tiles_slice .media_tile_image_holder,
section.media_tiles_slice .media_tile_video_holder {
  display: inline-block;
  margin: 0;
  overflow: hidden;
  vertical-align: top;
}
section.media_tiles_slice .media_tile_image_holder img {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
section.media_tiles_slice .media_tile_image_holder img:hover {
  transform: scale(1.1);
}
section.media_tiles_slice .media_tile_video_holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
section.media_tiles_slice .media_tile_video_holder:hover .play_icon {
  background-color: #000000;
}
section.media_tiles_slice .media_tile_video_holder .play_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 105px;
  height: 105px;
  background: url(images/icons/play_icon.png) no-repeat center center rgba(0, 0, 0, 0.6);
  background-size: 30%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border: none;
}
section.media_tiles_slice .media_tile_video_holder .video_lightbox_anchor_image {
  border: none;
  display: block;
}
section.hover_tiles_slice {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
section.hover_tiles_slice .hover_tile_holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  border: none;
}
section.hover_tiles_slice .hover_tile_holder .hover_tile_text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  opacity: 0;
  padding: 10px;
  font-size: 1.2em;
}
section.hover_tiles_slice .hover_tile_holder:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
section.hover_tiles_slice .hover_tile_holder:hover {
  border: none;
}
section.hover_tiles_slice .hover_tile_holder:hover:before {
  opacity: 0.75;
}
section.hover_tiles_slice .hover_tile_holder:hover .hover_tile_text {
  opacity: 1;
}
.trustee_holder {
  width: calc(50% - 25px);
  height: auto;
  float: left;
  margin: 25px 50px 25px 0;
}
.trustee_holder:nth-child(even) {
  margin-right: 0;
}
.trustee_holder .trustee_icon_holder {
  display: inline-block;
  vertical-align: middle;
}
.trustee_holder .trustee_text_holder {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 225px);
  margin-left: 25px;
}
.trustee_holder .trustee_text_holder h1 {
  margin-bottom: 0;
}
body.page-template-sections-page nav.post-navigation {
  margin-right: 0;
  margin-left: 0;
}
.christmas_theme_tree {
  position: fixed;
  right: -60px;
  bottom: -70px;
  z-index: 9;
}
.christmas_theme_tree img {
  height: 300px;
}
ul li.snowflake_list {
  list-style-image: url(images/icons/snowflake.png);
  list-style-position: inside;
}
table.alternate_rows tr:nth-of-type(even) {
  background-color: #f9f9f9;
}
.page-id-84 section.core_tiles .content .tile:nth-child(2) {
  background-color: #24771c;
}
section.popup_tiles {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
section.popup_tiles .popup_tiles_holder {
  position: relative;
}
section.popup_tiles .popup_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  z-index: 2;
}
section.popup_tiles .popup_tile_holder {
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
}
section.popup_tiles .popup_tile_holder .popup_title {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  z-index: 2;
}
section.popup_tiles .popup_tile_holder .popup_title p {
  margin: 0;
  color: #fff;
  text-shadow: 0 0 5px #000;
  padding: 5px 10px;
  font-size: 1.4em;
  line-height: 1.2em;
}
section.popup_tiles .popup_tile_holder img {
  -webkit-filter: blur(1px);
  /* Safari 6.0 - 9.0 */
  filter: blur(1px);
}
section.popup_tiles .popup_tile_holder:hover img {
  -webkit-filter: blur(0px);
  /* Safari 6.0 - 9.0 */
  filter: blur(0px);
}
section.popup_tiles .tile_popup {
  width: 75%;
  max-width: 1040px;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
}
section.popup_tiles .tile_popup .popup_has_image {
  position: relative;
  text-align: left;
  height: 100%;
}
section.popup_tiles .tile_popup .popup_has_image .popup_image_holder {
  display: inline-block;
  position: relative;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
section.popup_tiles .tile_popup .popup_has_image .popop_content_holder {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(100% - 275px);
  transform: translateY(-50%);
  padding: 25px;
  background-color: #fff;
  padding-left: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  max-height: 75%;
  overflow-y: auto;
  overflow-x: hidden;
}
section.popup_tiles .tile_popup .popop_content_holder {
  position: relative;
  top: auto;
  right: auto;
  width: calc(100% - 275px);
  transform: none;
  padding: 25px;
  background-color: #fff;
  padding-left: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  margin: 0 auto;
}
section.popup_tiles .tile_popup .close_icon {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 35px;
  height: 35px;
  padding: 10px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url(images/icons/close_icon.svg) no-repeat center center #ffffff;
  background-size: 50%;
  display: block;
  border: solid 2px #dfdfdf;
  cursor: pointer;
  top: 15px;
  right: 15px;
}
.mfp-content > div {
  width: 100%;
  max-width: 1316px;
  min-width: 300px;
}
.mfp-content > div.wph_element {
  width: max-content;
  max-width: none;
  min-width: unset;
}
section.stat_tiles_slice {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
section.stat_tiles_slice .stat_tile_holder {
  display: inline-block;
  margin: 0 15px 15px;
  vertical-align: top;
  background-color: #fff;
}
section.stat_tiles_slice .stat_tile_holder .stat_tile_title {
  padding: 10px;
  font-size: 1.2em;
  line-height: 1em;
}
section.stat_tiles_slice .stat_tile_holder .stat_tile_count {
  padding: 10px;
  font-size: 2em;
  font-family: "Calvert MT W01", 'Roboto Slab', Arial, Helvetica, sans-serif;
  line-height: 1em;
}
.results_page_search_field_holder {
  position: relative;
  border: solid 1px #dfdfdf;
}
.results_page_search_field_holder .search_field {
  border: none;
  width: 100%;
  height: 100%;
  padding: 15px 60px 15px 15px;
  box-sizing: border-box;
  outline: none;
  font-size: 1em;
  line-height: 1em;
  vertical-align: top;
  background-color: #fff;
}
.results_page_search_field_holder .submit_search {
  display: block;
  width: 52px;
  height: 52px;
  background: url(images/icons/search_icon.png) no-repeat center 12px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  direction: ltr;
  text-indent: -9999px;
}
#addsearch-results .addsearch-result-item-container {
  background-color: #fff;
  margin-bottom: 15px;
}
#addsearch-results .addsearch-result-item-container .addsearch-result-item-sub {
  border-bottom: none;
}
#addsearch-results .addsearch-result-item-container .addsearch-result-item-sub h2 a {
  font-size: 1.2em;
  color: #19819A;
  padding-bottom: 5px;
  font-weight: normal;
}
#addsearch-results .addsearch-result-item-container .addsearch-result-item-sub p {
  font-size: 14px;
}
#addsearch-results .addsearch-result-item-container .addsearch-result-item-sub p .document_url {
  margin-bottom: 0;
}
#addsearch-results .addsearch-result-item-container .addsearch-result-item-sub p span em {
  color: #828282;
  text-transform: capitalize;
}
#addsearch-results #addsearch-results-bottom {
  width: 100%;
  text-align: center;
  background-color: transparent;
}
#addsearch-results #addsearch-results-bottom #addsearch-rp-paging {
  float: none;
  display: inline-block;
}
#addsearch-results #addsearch-results-bottom #addsearch-rp-paging a {
  border-color: #dfdfdf;
}
#addsearch-results #addsearch-results-bottom #addsearch-rp-paging a.currentResultPage {
  background-color: #19819A;
  border-color: #19819A;
  color: #fff;
}
#addsearch-results #addsearch-results-bottom #addsearch-logo {
  display: none;
}
#addsearch-results .sortby_active {
  color: #19819A;
  font-weight: bold;
}
.search_filter_by_holder {
  margin-top: 5px;
}
.search_filter_by_holder span {
  margin-right: 15px;
  font-weight: bold;
}
.search_filter_by_holder label {
  margin-right: 15px;
}
.events_div_table {
  display: table;
  width: 100%;
}
.table_row {
  display: table-row;
}
.download_tile_full_section {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  margin-bottom: -25px;
}
.download_tile_full_section .content .downloads_holder {
  width: 100%;
  text-align: left;
  margin-bottom: 25px;
  background-color: #fff;
  padding: 15px;
}
.download_tile_full_section .content .downloads_holder:nth-child(even) {
  margin-left: 0;
  margin-right: 5%;
}
.download_tile_full_section .content .downloads_holder .downloads_image {
  display: inline-block;
  vertical-align: top;
  width: 145px;
}
.download_tile_full_section .content .downloads_holder .downloads_content {
  width: calc(100% - 160px);
  display: inline-block;
  vertical-align: top;
  padding: 0 15px 15px;
}
.download_tile_full_section .content .downloads_holder .downloads_content h4 {
  margin-bottom: 25px;
}
section.objectives_tiles {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
section.objectives_tiles .content .objective_tile_holder {
  position: relative;
  float: left;
  width: calc(50% - 13px);
  height: auto;
  margin-bottom: 25px;
}
section.objectives_tiles .content .objective_tile_holder:nth-child(odd) {
  margin-right: 25px;
}
section.objectives_tiles .content .objective_tile_holder:nth-child(1) .objective_left {
  background-color: #a0c33d;
}
section.objectives_tiles .content .objective_tile_holder:nth-child(1) .objective_right {
  background-color: #ecf3d8;
}
section.objectives_tiles .content .objective_tile_holder:nth-child(2) .objective_left {
  background-color: #00d4d4;
}
section.objectives_tiles .content .objective_tile_holder:nth-child(2) .objective_right {
  background-color: #bfffff;
}
section.objectives_tiles .content .objective_tile_holder:nth-child(3) .objective_left {
  background-color: #56c9fe;
}
section.objectives_tiles .content .objective_tile_holder:nth-child(3) .objective_right {
  background-color: #bfffff;
}
section.objectives_tiles .content .objective_tile_holder:nth-child(4) .objective_left {
  background-color: #eb00b0;
}
section.objectives_tiles .content .objective_tile_holder:nth-child(4) .objective_right {
  background-color: #ffd6f5;
}
section.objectives_tiles .content .objective_tile_holder .objective_left {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 100%;
  padding: 15px;
}
section.objectives_tiles .content .objective_tile_holder .objective_left h2 {
  line-height: 1.2em;
  margin-bottom: 10px;
}
section.objectives_tiles .content .objective_tile_holder .objective_right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 100%;
  padding: 15px;
}
section.objectives_tiles .content .objective_tile_holder .objective_highlight_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85px;
  height: 85px;
  background-color: #fff;
  border-radius: 50%;
  padding: 0 7px;
  z-index: 2;
  box-sizing: border-box;
  text-align: center;
  /*See this CSS only solution. Set the same value of min-width and min-height for 1 digit number. Use a pseudo element for vertical alignment and to maintain the square shape. With border-radius applies to the container for the circle.*/
  /*
				&:before {
					content: '';
					display: inline-block;
					vertical-align: middle;
					padding-top: 100%;
					height: 0;
				}
				*/
}
section.objectives_tiles .content .objective_tile_holder .objective_highlight_text span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
section.objectives_tiles .content .objective_tile_holder .objective_number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
  font-size: 13em;
  color: #fff;
  font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.job_family_hexagons .reference_point {
  position: relative;
  width: 180px;
  height: 156px;
  padding: 171px 180px;
  box-sizing: content-box;
  margin: 0 auto;
}
.job_family_hexagons .hexagon_holder {
  position: relative;
}
.job_family_hexagons .hexagon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 120px;
  text-align: center;
  color: #fff;
  font-size: 1.3em;
}
.job_family_hexagons .hexagon.top {
  position: absolute;
  top: 0;
}
.job_family_hexagons .hexagon.top_right {
  position: absolute;
  top: 17%;
  right: 5%;
}
.job_family_hexagons .hexagon.top_left {
  position: absolute;
  top: 17%;
  left: 5%;
}
.job_family_hexagons .hexagon.bottom {
  position: absolute;
  bottom: 0;
}
.job_family_hexagons .hexagon.bottom svg {
  vertical-align: bottom;
}
.job_family_hexagons .hexagon.bottom_right {
  position: absolute;
  bottom: 17%;
  right: 5%;
}
.job_family_hexagons .hexagon.bottom_right svg {
  vertical-align: bottom;
}
.job_family_hexagons .hexagon.bottom_left {
  position: absolute;
  bottom: 17%;
  left: 5%;
}
.job_family_hexagons .hexagon.bottom_left svg {
  vertical-align: bottom;
}
.job_family_hexagons .hexagon.grey svg {
  fill: #b7b7b7;
}
.job_family_hexagons .hexagon.purple svg {
  fill: #bc2e90;
}
.job_family_hexagons .hexagon.turquoise svg {
  fill: #00b7b9;
}
.job_family_hexagons .hexagon.light_blue svg {
  fill: #a3dde5;
}
.job_family_hexagons .hexagon.blue svg {
  fill: #2cbae7;
}
.job_family_hexagons .hexagon.green svg {
  fill: #9a9924;
}
.job_family_hexagons .hexagon.orange svg {
  fill: #ff9b36;
}
section.study_method {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
section.study_method.add_padding {
	padding: 30px 0;
}
section.study_method .background_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  overflow-x: hidden;
}
section.study_method .background_image img {
  width: auto;
  max-width: none;
  min-width: 100%;
}
section.study_method .study_methods_holder {
  position: relative;
  text-align: center;
  padding-top: 30px;
}
section.study_method .study_methods_holder h1.slice_title {
  color: #fff;
  margin:0;
}
section.study_method .study_methods_holder h2.slice_text, section.study_method .study_methods_holder h1.slice_text {
  color: #fff;
  margin-bottom: 30px;
}
section.study_method .study_methods_holder .study_method_holder {
  position: relative;
  width: auto;
  max-width: 330px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0 15px 15px;
}
section.study_method .study_methods_holder .study_method_slider .study_method_holder {
	max-width: none;
}
section.study_method .study_methods_holder .study_method_holder img {
  border-radius: 3px;
}
section.study_method .study_methods_holder .study_method_holder .text_holder {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: calc(100% - 60px);
  background-color: #f8f8f8;
  padding: 35px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 1;
  border: none;
}
section.study_method .study_methods_holder .study_method_holder .text_holder:hover {
  border: none;
}
section.study_method .study_methods_holder .study_method_holder .text_holder h1 {
  font-size: 1.5em;
  margin-bottom: 0;
  line-height: 1.2em;
}
section.study_method .study_methods_holder .study_method_holder .text_holder p {
  line-height: 1.4em;
  color: #000;
}
section.study_method .study_methods_holder .study_method_holder .text_holder .bestfor {
  color: #19819A;
}
section.study_method .study_methods_holder .study_method_holder .study_course_subject {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
section.study_method .study_methods_holder .study_method_holder .study_course_subject.digital_learning svg.angled_banner polygon {
  fill: #3ebfdf;
}
section.study_method .study_methods_holder .study_method_holder .study_course_subject.corporate_training svg.angled_banner polygon {
  fill: #318b94;
}
section.study_method .study_methods_holder .study_method_holder .study_course_subject.courses_on_campus svg.angled_banner polygon {
  fill: #47c5d1;
}
section.study_method svg.angled_banner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5vw;
  /* set height to pixels if you want angle to change with screen width */
}
section.study_method .study_methods_holder.images_added_as_bg .study_method_holder {
	background-size: contain;
}
section.study_method_holder.slick-slide {
  background-size: unset;
  background-repeat: no-repeat;
}
section.study_method .study_methods_holder.images_added_as_bg .text_holder {
	display: block;
	position: relative;
	bottom: unset;
	left: unset;
	height: auto;
	margin-bottom: 30px;
	margin-top: 120px;
}
.equal_height_container_fade .equal_height {
  opacity: 0;
}
section.subject_tiles {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
section.subject_tiles .subject_tile_holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  border: none;
  margin: 0 15px 15px;
}
section.subject_tiles .subject_tile_holder .subject_tile_text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  padding: 10px;
  font-size: 1.4em;
  color: #fff;
}
section.subject_tiles .subject_tile_holder .image_overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #55a3dd;
  background-blend-mode: multiply;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
section.subject_tiles .course_tile_holder:hover .image_overlay {
  background-color: #318b94;
}
section.new_course {
  width: 100%;
  text-align: center;
}
section.new_course_title {
  padding-bottom:0;
}
section.new_course_content {
  margin-bottom:60px;
  height:120px;
}
section.new_course .course_tile_holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  border: none;
  margin: 0 15px;
}
section.new_course .course_tile_holder img {
  width: 100%;
  max-width: 250px;
  max-height: 133px;
}
section.new_course .course_tile_holder .new_course_tile_text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  background-color:rgba(85, 163, 221, 0.6);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  font-size: 1.1em;
  font-weight:bold;
  color: #fff;
}
section.new_course .course_tile_holder .new_course_tile_text_no_image {
  font-size: 1.1em;
  font-weight:bold;
  color: #fff;
}
section.new_course .course_tile_holder .new_course_tile_text_no_image .small {
  font-size: 0.8em;
}
section.new_course .course_tile_holder:hover .new_course_tile_text {
  background-color:rgba(85, 163, 221, 0.9);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
section.new_course .course_tile_holder:hover .new_course_tile_text_no_image {
  color: rgba(85, 163, 221, 1.0);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
section.new_course .course_tile_holder .image_overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 133px;
  background-color: #55a3dd;
  background-blend-mode: multiply;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
section.new_course .course_tile_holder:hover .image_overlay {
  background-color: rgba(85, 163, 221, 1.0);
}
.has_float_label {
  position: relative;

}
.has_float_label input {
  padding-top: 17px;
  padding-bottom: 17px;
  color: #2c2c2e;
}
.has_float_label label {
  position: absolute;
  top: 1px;
  left: 10px;
  color: #2c2c2e;
  font-size: 0.875em;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.has_float_label input::placeholder {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.has_float_label input:placeholder-shown:not(:focus)::-webkit-input-placeholder,
.has_float_label input:placeholder-shown:not(:focus)::-moz-placeholder,
.has_float_label input:placeholder-shown:not(:focus):-ms-input-placeholder,
.has_float_label input:placeholder-shown:not(:focus)::-ms-input-placeholder {
  opacity: 0;
}
.has_float_label input:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.has_float_label input:placeholder-shown:not(:focus) + * {
  top: 0.722em;
  font-size: 1.125em;
}
@media screen and (max-width: 850px) {
    section.new_course_content {
    margin-bottom:60px;
    height:225px;
  }
    section.new_course .course_tile_holder {
    margin: 0 20%;
  }
    section.new_course .course_tile_holder .new_course_tile_text_no_image {
    font-size: 1.0em;
  }
}
.benefit_icon {
  text-align: center;
  margin-bottom: 5px;
}
section.reviews {
  padding-bottom: 0;
  display: none;
}
section.reviews .content {
  margin: 0;
  padding: 0;
  max-width: 1440px;
}
section.reviews .reviews_holder {
  position: relative;
  background-color: #3abfdf;
  padding-top: 5vw;
}
section.product_footer .product_footer_holder svg.angled_footer_banner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 5vw;
  /* set height to pixels if you want angle to change with screen width */
  -webkit-filter: drop-shadow(15px 13px 7px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(15px 13px 7px rgba(0, 0, 0, 0.2));
  display: none;
}
section.product_footer {
    padding: 0 10px;
    position: relative;
}
section.product_footer .product_footer_holder {
    position: relative;
    background-color: #141535;
}
section.product_footer .product_footer_holder .why_bre_holder {
  padding: 30px 10% 30px;
  color:#fff;
  font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
}
section.product_footer .product_footer_holder .why_bre_holder h3 {
  font-size: 1.5em;
}
section.reviews .reviews_holder svg.angled_reviews_banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5vw;
  /* set height to pixels if you want angle to change with screen width */
  -webkit-filter: drop-shadow(15px 13px 7px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(15px 13px 7px rgba(0, 0, 0, 0.2));
}

section.reviews .reviews_holder .slick-slide div {
  width: 75%;
  margin: 0 auto;
  padding: 30px 0;
}
section.reviews .reviews_holder .slick-slide div .review-text {
  font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  color: #fff;
  display: block;
  line-height: 1.4em;
}
section.reviews .reviews_holder .slick-slide div .review-name {
  color: #fff;
  display: block;
}
section.reviews .reviews_holder .slick-slide div .review-coursename {
  color: #fff;
  font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
}
section.reviews .reviews_holder ul.slick-dots {
  background-color: #3abfdf;
}
section.reviews .reviews_holder ul.slick-dots li {
  height: 25px;
}
section.reviews .reviews_holder ul.slick-dots li button:before {
  color: #fff;
  font-size: 14px;
}
section.reviews .reviews_holder ul.slick-dots li.slick-active button:before {
  opacity: 1;
}
section.reviews .reviews_holder .slick-dotted.slick-slider {
  margin-bottom: 25px;
}
section.reviews .reviews_holder .slick-dotted.slick-slider button.slick-prev {
  left: 25px;
}
section.reviews .reviews_holder .slick-dotted.slick-slider button.slick-next {
  right: 25px;
}
.product_tile {
  /* border: solid 1px #dfdfdf;
	box-shadow: 0 10px 12px rgba(174, 174, 174, 0.75);
	-webkit-box-shadow: 0 10px 12px rgba(174, 174, 174, 0.75);
	-moz-box-shadow: 0 10px 12px rgba(174, 174, 174, 0.75); */
	margin-bottom: 30px;
  border-radius: 0px;
  background-color: #f8f8f8;
}
.product_tile p {
  font-size: 0.9em;
}
.product_tile.flex_container {
	flex-direction: column;
}
.product_tile .tile_top {
  position: relative;
	width: 100%;
}
.product_tile .tile_top .product_image {
  position: relative;
  max-height: 145px;
  overflow: hidden;
}
.product_tile .tile_top .product_image a {
  position: relative;
  display: block;
  max-height: 145px;
}
.product_tile .tile_top .product_image a img {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
.product_tile .tile_top span.price {
  position: absolute;
  left: 15px;
  bottom: 15px;
  padding: 0 5px;
  background-color: #141535;
  color: #fff;
  margin: 0 !important;
}
.product_tile .tile_top span.price .amount {
  color: #fff;
}
.product_tile .tile_body {
  padding: 15px;
}
.product_tile .tile_body h2 {
  font-size: 1.125em;
  line-height: 1.5em;
}
.product_tile .tile_body p {
  line-height: 1.375em;
}
.product_tile .tile_bottom {
  padding: 15px 0;
  margin: 0 15px;
  border-top: solid 1px #dfdfdf;
}
.product_tile .tile_bottom span.course_type_text {
  width: calc(100% - 94px);
  display: inline-block;
  text-align: right;
  color: #828282;
}
.product_tile a.add_to_cart_icon {
  background: url(images/icons/icon_set.svg) no-repeat center -96px transparent;
}
.product_tile a.show_options_icon {
  background: url(images/icons/icon_set.svg) no-repeat center -64px transparent;
}
.product_tile a.add_to_cart_icon,
.product_tile a.show_options_icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 15px;
  text-indent: -9999px;
  border: none;
  vertical-align: top;
}
.product_tile a.add_to_cart_icon:hover,
.product_tile a.show_options_icon:hover {
  border: none;
}
.product_tile span.quickview_icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 15px;
  text-indent: -9999px;
  border: none;
  background: url(images/icons/icon_set.svg) no-repeat center -128px transparent;
  vertical-align: top;
  cursor: pointer;
}
.product_tile span.quickview_icon:hover {
  border: none;
}
.tile_quickview_holder {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.product_tile .step_footer {
	width: 100%;
	background-color: #F5F5F5;
	padding: 8px 15px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	align-items: center;
	justify-content: center;
	align-self: flex-end;
	flex-wrap: nowrap;
}
.product_tile .step_footer_text {
	width: 100%;
	color: #535353;
	font-size: 0.875em;
	font-weight: bold;
}
.product_tile .step_footer .step_footer_link {
	white-space: nowrap;
}
.product_tile .step_footer .step_footer_link a {
	white-space: nowrap;
	border: solid 1px #19819A;
	color: #19819A;
	padding: 8px;
	border-radius: 5px;
	display: block;
	font-size: 1.125em;
	line-height: 1em;
}
.product_tile .step_footer .step_footer_link a:hover {
	background-color: #19819A;
	color: #fff;
}
.tile_quickview_holder .course_type_holder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 60px;
  background-color: #3abfdf;
  width: calc(100% - 120px);
  color: #fff;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.tile_quickview_holder .course_type_holder span {
  padding: 0 10px;
}
.tile_quickview_holder .course_type_holder span.close_icon {
  position: absolute;
  right: 0;
  cursor: pointer;
}
.tile_quickview_holder .tile_quickview {
  position: relative;
  padding: 30px;
}
.tile_quickview_holder .tile_quickview .quickview_thumbnail_text_holder {
  position: relative;
  z-index: 3;
  background-color: #fff;
  width: 100%;
  padding: 30px;
}
.tile_quickview_holder .tile_quickview .quickview_thumbnail {
  float: left;
  width: 30%;
  max-width: 260px;
}
.tile_quickview_holder .tile_quickview .quickview_thumbnail img {
  max-width: 260px;
  max-height: 145px;
  width: 100%;
  overflow: hidden;
}
.tile_quickview_holder .tile_quickview .quickview_thumbnail .quickview_icons_holder {
  margin-top: 15px;
}
.tile_quickview_holder .tile_quickview .quickview_thumbnail .quickview_icons_holder img {
  max-width: 55px;
  max-height: 55px;
}
.tile_quickview_holder .tile_quickview .quickview_text {
  float: left;
  width: 70%;
  padding-left: 30px;
}
.tile_quickview_holder .tile_quickview .quickview_text a.quickview_ghost_button {
  position: relative;
  padding: 5px 10px;
  text-align: center;
  color: #34abc8;
  text-decoration: none;
  border: solid 2px;
  font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  border-image: linear-gradient(to left, #3abfdf 0%, #3abfdf 65%, #49d1f1 100%);
  border-image-slice: 1;
  border-radius: 3px;
  margin-top: 15px;
  margin-right: 15px;
}
.tile_quickview_holder .tile_quickview .quickview_text a.quickview_ghost_button:hover {
  color: #016a9c;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3abfdf+0,3abfdf+65,49d1f1+100 */
  background: #3abfdf;
  /* Old browsers */
}
.tile_quickview_holder .tile_quickview .quickview_text a.add_to_cart_link {
  position: relative;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border: solid 1px #34abc8;
  font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  margin-top: 15px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3abfdf+0,3abfdf+65,49d1f1+100 */
  background: #3abfdf;
  /* Old browsers */
  background: -moz-linear-gradient(left, #3abfdf 0%, #3abfdf 65%, #49d1f1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #3abfdf 0%, #3abfdf 65%, #49d1f1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #3abfdf 0%, #3abfdf 65%, #49d1f1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3abfdf', endColorstr='#49d1f1', GradientType=1);
  /* IE6-9 */
}
.tile_quickview_holder .tile_quickview .quickview_text a.add_to_cart_link:hover {
  color: #016a9c;
}
body.single-product #main {
  margin: 0;
}
body.single-product #main #info .product_banner {
  position: relative;
}
body.single-product #main #info .product_banner .product_banner_gradient {
  overflow: hidden;
  /*based on banner text as relative*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #141535;
  height: 0px;
}
body.single-product #main #info .product_banner.online_course, body.single-product #main #info .product_banner.exam {
  background-color: #3abfdf;
}
body.single-product #main #info .product_banner.webinar {
  background-color: #3abfdf;
}
body.single-product #main #info .product_banner.membership {
  background-color: #01579b;
}
body.single-product #main #info .product_banner.classroom_course {
  background-color: #21c5d0;
}
body.single-product #main #info .product_banner.classroom_course .product_banner_gradient {
  overflow: hidden;
}
body.single-product #main #info .product_banner.classroom_course .product_banner_gradient svg stop {
  stop-color: #47d6df !important;
}
body.single-product #main #info .product_banner span.course_type_text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.05);
  font-size: 10em;
  line-height: 1em;
}
body.single-product #main #info .product_banner .banner_text {
  /* based on banner_gradient being relative */
  /*
					position: absolute;
					top: 50%;
					left: 50%;
					transform: translate(-50%, -25%);
					max-width: 1230px;
					width: 100%;
					text-align: center;
					z-index: 3;
					padding: 0 15px;
					*/
  position: relative;
  margin: 0 auto;
  padding: 40px 0px 0;
  width: 100%;
  max-width: 1230px;
  text-align: center;
  z-index: 3;
}
body.single-product #main #info .product_banner .banner_text h1 {
  color: #141535;
}
body.single-product #main #info .product_banner .banner_text .image_icons_holder {
  text-align: center;
}
body.single-product #main #info .product_banner .banner_text .image_icons_holder .product_image {
  padding: 10px;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: 0px 5px 13px -2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 13px -2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 13px -2px rgba(0, 0, 0, 0.25);
  margin-right: 90px;
}
body.single-product #main #info .product_banner .banner_text .image_icons_holder .product_image img {
  width: 100%;
  max-width: 360px;
  max-height: 240px;
}
body.single-product #main #info .product_banner .banner_text .image_icons_holder .product_banner_icons_holder {
  display: inline-block;
  vertical-align: top;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
body.single-product #main #info .product_banner .banner_text .image_icons_holder .product_banner_icons_holder .product_banner_icon {
  background-color: #fff;
  border-radius: 50%;
  padding: 15px;
  width: 86px;
  height: 86px;
  display: inline-block;
  vertical-align: top;
  margin-right: 11px;
}
body.single-product #main #info .product_banner .banner_text .image_icons_holder .product_banner_icons_holder .product_banner_icon img {
  width: 56px;
  height: 56px;
}
body.single-product #main #info .product_banner .banner_text .image_icons_holder .product_banner_icons_holder .product_banner_icon.with_text {
  text-align: center;
}
body.single-product #main #info .product_banner .banner_text .image_icons_holder .product_banner_icons_holder .product_banner_icon.with_text img {
  width: 36px;
  height: 36px;
}
body.single-product #main #info .product_banner .banner_text .image_icons_holder .product_banner_icons_holder .product_banner_icon.with_text span {
  color: #828282;
  display: block;
  font-size: 0.750em;
  line-height: 1em;
  margin-top: 5px;
}
body.single-product #main #info .product_banner .banner_text .image_icons_holder .product_banner_icons_holder .product_banner_icon.with_text .hours_icon {
  background: url(images/icons/stopwatch.svg) no-repeat center top #ffffff;
  width: 36px;
  height: 36px;
  margin: 0 auto;
}
body.single-product #main #info .product_banner .banner_text .image_icons_holder .product_banner_icons_holder .product_banner_icon.with_text .hours_icon.hours_icon_12 {
  background-position: center -36px;
}
body.single-product #main #info .product_banner .banner_text .image_icons_holder .product_banner_icons_holder .product_banner_icon.with_text .hours_icon.hours_icon_11 {
  background-position: center -72px;
}
body.single-product #main #info .product_banner .banner_text .image_icons_holder .product_banner_icons_holder .product_banner_icon.with_text .hours_icon.hours_icon_10 {
  background-position: center -108px;
}
body.single-product #main #info .product_banner .banner_text .image_icons_holder .product_banner_icons_holder .product_banner_icon.with_text .hours_icon.hours_icon_9 {
  background-position: center -144px;
}
body.single-product #main #info .product_banner .banner_text .image_icons_holder .product_banner_icons_holder .product_banner_icon.with_text .hours_icon.hours_icon_8 {
  background-position: center -180px;
}
body.single-product #main #info .product_banner .banner_text .image_icons_holder .product_banner_icons_holder .product_banner_icon.with_text .hours_icon.hours_icon_7 {
  background-position: center -216px;
}
body.single-product #main #info .product_banner .banner_text .image_icons_holder .product_banner_icons_holder .product_banner_icon.with_text .hours_icon.hours_icon_6 {
  background-position: center -252px;
}
body.single-product #main #info .product_banner .banner_text .image_icons_holder .product_banner_icons_holder .product_banner_icon.with_text .hours_icon.hours_icon_5 {
  background-position: center -288px;
}
body.single-product #main #info .product_banner .banner_text .image_icons_holder .product_banner_icons_holder .product_banner_icon.with_text .hours_icon.hours_icon_4 {
  background-position: center -324px;
}
body.single-product #main #info .product_banner .banner_text .image_icons_holder .product_banner_icons_holder .product_banner_icon.with_text .hours_icon.hours_icon_3 {
  background-position: center -360px;
}
body.single-product #main #info .product_banner .banner_text .image_icons_holder .product_banner_icons_holder .product_banner_icon.with_text .hours_icon.hours_icon_2 {
  background-position: center -396px;
}
body.single-product #main #info .product_banner .banner_text .image_icons_holder .product_banner_icons_holder .product_banner_icon.with_text .hours_icon.hours_icon_1 {
  background-position: center -432px;
}
body.single-product #main #info .product_banner .banner_text .image_icons_holder .product_banner_icons_holder .product_banner_icon.with_text .modules_icon {
  background: url(images/icons/stopwatch.svg) no-repeat center -468px #ffffff;
  width: 36px;
  height: 36px;
  margin: 0 auto;
}
body.single-product #main #info .product_banner .banner_text .image_icons_holder .product_banner_icons_holder .product_banner_icon.with_text .virtual_icon {
  background: url(images/icons/virtual_class_icon.png) no-repeat center -25px #ffffff;
  width: 36px;
  height: 37px;
  margin: 0 auto;
}
body.single-product #main #info .product_banner .banner_text .image_icons_holder .product_banner_icons_holder .product_banner_icon.with_text .exam_icon {
  background: url(images/icons/exam_icon.png) no-repeat center -25px #ffffff;
  width: 36px;
  height: 37px;
  margin: 0 auto;
}
body.single-product #main #info .product_banner svg.angled_banner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5vw;
  /* set height to pixels if you want angle to change with screen width */
}
/*change product list style to ticks*/
.product .text_left_image_right .content .text_panel ul {
  list-style: none;
}

.product .text_left_image_right .content .text_panel ul li:before {
  color: #a1c33b;
  content:"\2714\0020";
  padding-right:5px;
}
.alt_format_holder .content ul {
  list-style: none;
  padding:10px 0 0;
  margin:0px;
}
.alt_format_holder .content p {
  padding:0px;
  margin:0px;
}
.alt_format_holder, .alt_format_holder h2.alt_format {
  /*background-color: #D5F1FF!important;*/
}
.author_holder, .related_holder, .alt_format_holder, .in_house_holder, .admin_post_view_holder {
  position: relative;
  border-radius: 3px;
  border: solid 1px #dfdfdf;
  text-align: center;
  padding: 0 15px 15px;
  margin-top: 30px;
}
.author_holder:first-of-type{
  margin-top: 30px;
}
.author_holder:last-of-type{
  margin-bottom: 90px;
}
.author_holder h2.course_author, .alt_format_holder h2.alt_format, .in_house_holder h2, .related_holder .content h2.related_title, .admin_post_view_holder .content h2  {
  position: absolute;
  top: -21px;
  left: 50%;
  color: #828282;
  background-color: #fff;
  padding: 0 15px;
  transform: translateX(-50%);
  white-space: nowrap;
  font-family: 'Frutiger Next W01 Light', 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.author_holder .author_name_holder, .alt_format_holder .content, .in_house_holder .content, .admin_post_view_holder .content  {
  padding-top: 15px;
}
.author_holder .author_name_holder h4 {
  font-family: 'Frutiger Next W01 Light', 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1.75em;
}
.author_holder .author_name_holder h5 {
  color: #828282;
}
.author_holder p {
  text-align: left;
}
.author_holder .author_pic_holder {
  border: solid 1px #dfdfdf;
  border-radius: 50%;
  width: 97px;
  height: 97px;
  position: absolute;
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%);
}
.author_holder .author_pic_holder img {
  border-radius: 50%;
  border: solid 2px #fff;
  width: 95px;
  height: 95px;
}
.alt_format_holder .content p {
  padding-top:15px;
}
.gallery_image_holder .content {
  text-align: center;
}
/*Related Theme */

.related_holder a {
  text-align: center;
  display: block;
}
.related_holder a:hover {
   text-decoration: underline;
}
.related_row:first-of-type {
   padding-top: 15px;
}
.related_theme_holder {
  width: calc(25% - 21px);
  padding: 0 15px 0 0;
  display: inline-block;
  vertical-align: top;
  margin-right: 21px;
}
.related_theme_holder a {
  display: block;
  border-right: solid 2px #dfdfdf;
  margin-bottom: 15px;
  padding: 5px 5px 5px 0;
}
.related_theme_holder h3 {
  position: relative;
}
.related_theme_holder h3 span {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-right: 15px;
}
.related_theme_holder h3:after {
  position: absolute;
  top: 51%;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 1px;
  content: '\a0';
}
.related_theme_holder.product .related_theme_title h3 {
  color: #ffa41f;
}
.related_theme_holder.product .related_theme_title h3:after {
  background-color: #ffa41f;
}
.related_theme_holder.product a {
  border-right-color: #ffa41f;
}
/*Related Theme - End */
.woocommerce div.product span.price {
  font-size: 1em;
}
.buy_now_holder {
  /* border: solid 1px #dfdfdf; */
  /* border-radius: 3px; */
  padding: 15px;
}
.buy_now_holder .price {
  text-align: center;
  margin-bottom: 15px;
  font-size: 2.250em;
  color: #77a464;
}
.buy_now_holder .price del {
  font-size: 1.7em; line-height: 1.2;
}
.buy_now_holder .price ins {
  font-size: 1.0em; line-height: 1.2;
}
.buy_now_holder .price .inc_vat {
  font-size: 0.5em;
}
.buy_now_holder .product-price-cart .product-price-value {
  text-align: center;
  margin-bottom: 15px;
}
.buy_now_holder .product-price-cart .product-price-value .woocommerce-Price-amount {
  font-size: 2.2em;
  color: #141535;
}
.buy_now_holder .product-price-cart .product-price-value .woocommerce-Price-amount span.inc_vat {
  color: #2c2c2e;
  font-size: 16px;
}
.buy_now_holder .woocommerce-variation {
  display: none !important;
}
.buy_now_holder .buy_button_holder {
  text-align: center;
  margin: 15px;
  padding: 30px 15px 15px;
  border-top: solid 1px #dfdfdf;
}
.buy_now_holder .multiple_purchase_holder, .buy_button_holder .multiple_purchase_holder {
  text-align: center;
  margin: 30px;
  padding: 30px 15px 15px;
  border-top: solid 1px #dfdfdf;
}
.buy_now_holder .multiple_purchase_holder .multiple_purchase_icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.buy_now_holder .multiple_purchase_holder .multiple_purchase_icon img {
  width: 100%;
}
.buy_now_holder .multiple_purchase_holder .multiple_purchase_text {
  display: inline-block;
  vertical-align: middle;
  /*width: calc(100% - 35px);
  padding-left: 15px;*/
}
.buy_now_holder .multiple_purchase_holder .multiple_purchase_text p {
  font-size: 0.9em;
  line-height: 1.2em;
}
.buy_now_holder .multiple_purchase_holder .multiple_purchase_text button, .buy_now_holder .buy_button_text button, .woocommerce-table__line-item button {
  float: none;
  padding: 10px 15px;
  text-align: center;
  color: #141535;
  text-decoration: none;
  border: solid 1px #141535;
  font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  background-color: #141535 !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3abfdf+0,3abfdf+65,49d1f1+100 */
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fff 0%, #fff 65%, #fff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fff 0%, #fff 65%, #fff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fff 0%, #fff 65%, #fff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#141535', endColorstr='#141535', GradientType=1);
  /* IE6-9 */
}
.buy_now_holder .multiple_purchase_holder .multiple_purchase_text button, .woocommerce-table__line-item button {
  font-weight: normal;
  padding: 7px 10px;
}
.buy_now_holder .multiple_purchase_holder .multiple_purchase_text button:hover, .buy_now_holder .buy_button_text button:hover, .woocommerce-table__line-item button:hover {
  color: #141535;
  border-color: #141535;
  background-color: #141535;
}
.buy_now_holder .woocommerce-variation {
    display: none !important;
}
.woocommerce-variation
.woocommerce div.product form.cart {
  margin-bottom: 0;
}
.woocommerce div.product form.cart .wc-cc-submit-row {
  margin-top: 10px;
  text-align: center;
}
.woocommerce div.product form.cart .wc-cc-submit-row button {
  float: none;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  /* border: solid 1px #34abc8; */
  font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  background-color: #141535 !important;
  background: #141535;
}
.woocommerce div.product form.cart .wc-cc-submit-row button:hover {
  color: #141535 !important;
  border-color: #141535;
  background-color: #fff !important;
}
.woocommerce div.product form.cart .wc-cc-submit-row button:disabled:hover {
  text-transform: none;
}
.woocommerce div.product form.cart div.quantity {
  float: none;
}
.woocommerce div.product form.cart .single_variation_wrap {
  padding-bottom: 30px;
  line-height: 1;
}
.pa-add-to-cart button {
  border-radius: 3px;
}
.variations_holder .view_options {
  position: relative;
  border-top: solid 1px #dfdfdf;
  margin: 15px 15px 0;
  padding: 15px 15px 0;
  cursor: pointer;
}
/*.variations_holder .view_options.expanded:after {
  transform: rotate(90deg);
}
.variations_holder .view_options:after {
  content: '';
  width: 14px;
  height: 24px;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url(images/icons/view_options_icon.png) no-repeat center center transparent;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}*/
.variations_holder .inupt_radio_holder {
  font-size:94%;
  margin: 0 0 15px;
  padding: 0 0 15px;
}
section.full_width .woocommerce ul.products {
  text-align: left;
}
section.full_width .woocommerce ul.products li.product {
  float: none;
  margin: 0 15px 30px;
  width: calc(25% - 30px);
  min-width: 250px;
  max-width: 300px !important;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.flex_content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.div_table {
  display: table;
  width: 100%;
}
.div_table.alternate_rows_bg .div_table_row {
  background-color: #f5f5f7;
}
.div_table.alternate_rows_bg .div_table_row:nth-child(even) {
  background-color: #fff;
}
.div_table.no_borders .div_table_cell,
.div_table.no_borders .div_table_head {
  border: none;
}
.div_table_row {
  display: table-row;
}
.div_table_heading {
  background-color: #EEE;
  display: table-header-group;
}
.div_table_cell,
.div_table_head {
  border: 1px solid #999999;
  display: table-cell;
  padding: 3px 10px;
  white-space: nowrap;
}
.div_table_cell.take_up_slack,
.div_table_head.take_up_slack {
  width: 100%;
  white-space: normal;
}
.div_table_heading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}
.div_table_foot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}
.div_table_body {
  display: table-row-group;
}
.grow_cell {
  width: 100%;
}
.woocommerce_cart_page_holder {
  padding-bottom: 65px;
}
.woocommerce_cart_page_holder .left {
  float: left;
  width: calc(60% - 90px);
  margin-right: 90px;
}
.woocommerce_cart_page_holder .left .div_table_row .div_table_cell {
  padding: 30px 30px 30px 0;
  border-bottom: solid 1px #dfdfdf;
  vertical-align: middle;
}
.woocommerce_cart_page_holder .left .div_table_row .div_table_cell:last-of-type {
  padding-right: 0;
}
.woocommerce_cart_page_holder .left .div_table_row .div_table_cell.product_course_title {
  white-space: normal;
}
.woocommerce_cart_page_holder .left .cart_actions {
  text-align: right;
  margin-top: 30px;
}
.woocommerce_cart_page_holder .left .cart_actions .coupon {
  float: left;
  text-align: left;
}
.woocommerce_cart_page_holder .left .cart_actions .coupon label {
  display: none;
}
.woocommerce_cart_page_holder .left .cart_actions .coupon input.input-text {
  width: auto;
  margin-right: 15px;
  background-color: #fff;
  border-radius: 3px;
}
.woocommerce_cart_page_holder .left .cart_actions .coupon button {
  color: #828282;
  font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  border-radius: 3px;
  border: solid 1px #828282;
  padding: 10px 15px;
  background-color: transparent;
  font-weight: normal;
}
.woocommerce_cart_page_holder .left .cart_actions .coupon button:hover {
  background-color: #828282;
  color: #fff;
}
.woocommerce_cart_page_holder .left .cart_actions button[name="update_cart"] {
  font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #141535;
  opacity: 1;
  padding: 10px 15px;
  border-radius: 3px;
  font-weight: normal;
  background-color: transparent;
  border: solid 1px #141535;
}
.woocommerce_cart_page_holder .left .cart_actions button[name="update_cart"]:hover {
  text-transform: none;
  background-color: #141535;
  color: #fff;
}
.woocommerce_cart_page_holder .left .cart_actions button[name="update_cart"]:disabled {
  background-color: #dfdfdf;
  border: solid 1px #dfdfdf;
}
.woocommerce_cart_page_holder .left .cart_actions button[name="update_cart"]:disabled:hover {
  background-color: #dfdfdf;
  color: #828282;
}
.woocommerce_cart_page_holder .right {
  float: left;
  width: 40%;
  margin-top: 0;
}
.woocommerce_cart_page_holder .right .basket_details_holder {
  border-radius: 3px;
  background-color: #141535;
  text-align: center;
  padding: 30px;
  color: #fff;
}
.woocommerce_cart_page_holder .right .basket_details_holder h2 {
  color: #fff;
}
.woocommerce_cart_page_holder .right .basket_details_holder .totals_key {
  float: left;
  width: 70%;
  text-align: left;
}
.woocommerce_cart_page_holder .right .basket_details_holder .totals_key .basket_detail {
  padding-right: 30px;
}
.woocommerce_cart_page_holder .right .basket_details_holder .totals_value {
  float: left;
  width: 30%;
  text-align: left;
}
.woocommerce_cart_page_holder .right .basket_details_holder .basket_detail {
  /* border-bottom: solid 1px #01355e; */
  padding: 15px 0;
  font-size: 1.125em;
}
.woocommerce_cart_page_holder .right .basket_details_holder .basket_detail.total_price {
  font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.woocommerce_cart_page_holder .right .basket_details_holder .basket_detail:first-of-type {
  padding-top: 0;
}
.woocommerce_cart_page_holder .right .basket_details_holder .basket_detail:last-of-type {
  border-bottom: none;
}
.woocommerce_cart_page_holder .right .basket_details_holder .wc-proceed-to-checkout {
  padding: 20px 0 0;
}
.woocommerce_cart_page_holder .right .basket_details_holder .wc-proceed-to-checkout a.checkout-button {
  margin: 0;
  font-size: 1em;
}
.woocommerce_cart_page_holder .product_image {
  width: 120px;
}
.woocommerce-message {
  background-color: #fff;
  border-radius: 3px;
  border: solid 1px #dfdfdf;
  -webkit-box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.1);
}
header.on_cart_page {
  padding-top: 30px;
}
#customer_details {
  float: left;
  width: calc(60% - 90px);
  padding-right: 90px;
}
#customer_details h3 {
  margin-bottom: 0;
}
#customer_details #invoice {
  margin: 30px 0;
}
#order_review {
  float: left;
  width: 40%;
}
#order_review table.shop_table {
  margin: 0 0 30px;
  border-radius: 3px;
  border-color: #dfdfdf;
}
#order_review table.shop_table th,
#order_review table.shop_table td {
  border-color: #dfdfdf;
}
#order_review table.shop_table thead th {
  border: solid 1px #dfdfdf;
  border-width: 0 1px 1px 0;
}
#order_review table.shop_table thead th:last-of-type {
  border-right-width: 0;
}
#order_review table.shop_table td {
  border-width: 0 1px 1px 0;
}
#order_review table.shop_table td:last-of-type {
  border-right-width: 0;
}
#order_review table.shop_table tfoot tr:last-of-type th {
  border-bottom: none;
}
#order_review table.shop_table tfoot tr:last-of-type td {
  border-bottom: none;
}
#order_review table.shop_table tfoot th {
  border-width: 0 1px 1px 0;
}
.eb_join_button {
    margin: 10px 10px 0 0!important;
    float: left;
}
.eb-user-profile {
  padding: 0;
}
.eb-user-courses {
  background-color: transparent;
  border: none;
}
.eb-user-courses .eb-course-data {
  padding: 0;
}
.eb-user-courses .eb-course-data .archive-header {
  position: relative;
  margin-bottom: 30px;
}
.eb-user-courses .eb-course-data .archive-header:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #dfdfdf;
  transform: translateY(-50%);
  z-index: 0;
}
.eb-user-courses .eb-course-data .archive-header h2 {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 0;
  padding-right: 15px;
  background-color: #fcfafb;
  font-family: 'FrutigerNextW01-Regular', 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.eb-user-courses .eb-course-data .col-sm-4:last-of-type .custom_my_courses_holder:last-of-type {
  margin-bottom: 0;
}
.eb-user-courses .eb-course-data .custom_my_courses_holder {
  width: 75%;
  margin: 0 auto 30px;
}
.eb-user-courses .eb-course-data .custom_my_courses_holder .cover {
  float: left;
  width: calc(30% - 30px);
  margin-right: 30px;
}
.eb-user-courses .eb-course-data .custom_my_courses_holder .text_holder {
  float: left;
  width: 70%;
}
.eb-user-courses .eb-course-data .custom_my_courses_holder .text_holder h4 {
  font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: none;
  font-family: 'FrutigerNextW01-Regular', 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.eb-user-courses .eb-course-data .custom_my_courses_holder .eb_join_button > a {
  padding: 10px 15px;
}
.eb-user-courses .eb-course-data .custom_my_courses_holder .eb_join_button a.cta_button {
  text-transform: none;
  font-size: 1em;
}
body.page-template-default header.entry-header, body.page-template-calendar header.entry-header {
  padding-top: 30px;
}
.woocommerce .woocommerce-order .woocommerce-order-overview {
  border: solid 1px #dfdfdf;
  border-radius: 3px;
  padding: 15px;
  -webkit-box-shadow: 0px 10px 24px -9px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 24px -9px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 24px -9px rgba(0, 0, 0, 0.2);
}
.woocommerce section.woocommerce-order-downloads {
  background-color: transparent;
}
.woocommerce section.woocommerce-order-downloads .woocommerce-table tr th:last-of-type {
  border-right: 0;
}
.woocommerce section.woocommerce-order-downloads .woocommerce-table tr td {
  border-width: 0 1px 1px 0;
}
.woocommerce section.woocommerce-order-downloads .woocommerce-table tr td:last-of-type {
  border-right: 0;
}
.woocommerce section.woocommerce-order-downloads .woocommerce-table tr:last-of-type td {
  border-bottom: 0;
}
.woocommerce section.woocommerce-order-details {
  background-color: transparent;
}
.woocommerce section.woocommerce-order-details .woocommerce-table thead tr th:last-of-type {
  border-right: 0;
}
.woocommerce section.woocommerce-order-details .woocommerce-table tbody tr td {
  border-width: 0 1px 1px 0;
}
.woocommerce section.woocommerce-order-details .woocommerce-table tbody tr td:last-of-type {
  border-right: 0;
}
.woocommerce section.woocommerce-order-details .woocommerce-table tbody tr:last-of-type th {
  border-bottom: 0;
}
.woocommerce section.woocommerce-order-details .woocommerce-table tfoot th {
  border-top: none;
}
.woocommerce section.woocommerce-order-details .woocommerce-table tfoot td {
  border-width: 0 0 1px 0;
}
.woocommerce section.woocommerce-order-details .woocommerce-table tfoot tr:last-of-type th {
  border-bottom: none;
}
.woocommerce section.woocommerce-order-details .woocommerce-table tfoot tr:last-of-type td {
  border-bottom: none;
}
.woocommerce section.woocommerce-customer-details {
  background-color: transparent;
}
p.standfirst {
  color: #bfb800;
  margin-bottom: 1em;
}
.callout_panel {
  margin: 0 0 20px;
  padding: 10px;
  background-color: #f5f5f7;
  border-top: 2px solid #bfb800;
  text-align: left;
}
.rounded-tl {
  border-top-left-radius: 15px;
}
.rounded-tr {
  border-top-right-radius: 15px;
}
.html_table {
  display: table;
  width: 100%;
}
.html_table .table_row {
  display: table-row;
}
.html_table .table_row:last-of-type .basket_detail {
  /*border-bottom: none;*/
}
.html_table .basket_detail {
  display: table-cell;
  text-align: left;
}
.html_table .basket_detail:last-of-type {
  /* border-bottom: solid 1px #01355e !important; */
}
.woocommerce_related_products_slider {
	margin-top: 25px;
  max-width: none;
}
.woocommerce_related_products_slider  .woocommerce-price-suffix, .product_tile .woocommerce-price-suffix {
  color: #fff;
}
/* Checkout page processing spinner */
.woocommerce-checkout.processing .blockUI.blockOverlay {
	background-image:url(images/icons/Spinner-1s-200px.gif) !important;
	background-position: center 50% !important;
	background-repeat: no-repeat !important;
	position: fixed !important;
}
#cart_popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #FCFAFB;
	border-radius: 100%;
	max-width: 70vw;
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
	border: solid 1px #D8D8D8;
	z-index: 9999;
	display: none;
}
#cart_popup.content_loaded_successfully {
	border-radius: 3px;
}
#cart_popup.content_loaded_successfully .close_cart_popup {
	display: block;
}
#cart_popup.content_loaded_successfully .loading_spinner {
	display: none;
}
.loading_spinner {
	display: block;
	width: 75px;
	height: 75px;
	padding: 5px;
	background: url(images/icons/Spinner-1s-200px.gif) no-repeat center center transparent;
	background-size: contain;
	margin: 0 auto;
}
.loaded_content {
	padding: 65px 30px 30px;
	display: none;
}
#cart_popup .close_cart_popup,
#payment_popup .close_cart_popup {
	position: absolute;
	width: 30px;
	height: 30px;
	display: none;
}
#cart_popup .close_cart_popup:after,
#payment_popup .close_cart_popup:after {
    font-family: 'dashicons';
    content: "\f335";
    font-size: 30px;
    line-height: 1;
}
#payment_popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #FCFAFB;
	padding: 30px 0;
	border-radius: 3px;
	width: 70vw;
	max-width: 480px;
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
	border: solid 1px #D8D8D8;
	z-index: 9999;
	display: none;
}
#payment_popup .close_cart_popup {
	display: block;
	top: 0;
	right: 30px;
}
#payment_popup .payment_popup_title {
	position: relative;
	padding: 0 35px 30px 30px;
	border-bottom: solid 1px #D8D8D8;
}
#payment_popup .payment_popup_title h3 {
	margin: 0;
}
#payment_popup #customer_details {
	float: none;
	width: 100%;
	padding: 0 30px;
}
#payment_popup #customer_details h3 {
	display: none;
}
#payment_popup #order_review {
	float: none;
	width: 100%;
	padding: 0 30px;
}
input[type="text"] {
	border-color: #a5a3af;
	background-color: #fff;
	border-radius: 0px;
	padding: 15px;
	color: #2C2C2E;
	font-size: 1em;
}
.payment_popup_scroll {
	height: 50vh;
	overflow-y: scroll;
}
.payment_popup_scroll .flex_container.column_layout {
	flex-direction: column;
}
#payment_popup p.form-row {
	position: relative;
	padding: 0;
	margin-bottom: 15px;
}
#payment_popup #customer_details p.form-row label {
	position: absolute;
    top: 18px;
    left: 50px;
    line-height: 1em;
    margin: 0;
    text-transform: none;
    color: #535353;
    font-size: unset;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
#payment_popup #customer_details p.form-row.filled label {
    top: 2px;
    font-size: 0.7777777777777778em;
    color: #afafaf;
}
#payment_popup p.form-row span.woocommerce-input-wrapper {
	display: block;
}
#payment_popup #customer_details p.form-row input {
	padding-left: 50px;
}
#payment_popup #payment {
	background: transparent;
	border-radius: 0;
}
#payment_popup #payment .form-row.place-order {
	padding: 0;
}
#payment_popup .checkout_coupon.woocommerce-form-coupon {
	margin: 0;
	padding: 30px 30px 0;
	border: none;
}
#payment_popup .checkout_coupon.woocommerce-form-coupon p {
	margin-bottom: 0;
}
#payment_popup .checkout_coupon.woocommerce-form-coupon input {
	color: #535353;
}
#payment_popup .checkout_coupon.woocommerce-form-coupon input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #535353;
}
#payment_popup .checkout_coupon.woocommerce-form-coupon input::-moz-placeholder { /* Firefox 19+ */
	color: #535353;
}
#payment_popup .checkout_coupon.woocommerce-form-coupon input:-ms-input-placeholder { /* IE 10+ */
	color: #535353;
}
#payment_popup .checkout_coupon.woocommerce-form-coupon input:-moz-placeholder { /* Firefox 18- */
	color: #535353;
}
.flex_container.contains_number_of_seats {
	padding: 30px;
}
.number_of_seats_container {
	width: 160px;
	flex-shrink: 0;
}
.number_of_seats_container p {
	margin: 0 0 5px;
}
.number_of_seats_container .minus_quantity,
.number_of_seats_container .add_quantity {
	/* don't grow, don't shrink, stay fixed at 50px */
	flex: 0 0 50px;
	height: 50px;
	background-color: #19819a;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.number_of_seats_container .minus_quantity {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.number_of_seats_container .add_quantity {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.number_of_seats_container .minus_quantity.disabled,
.number_of_seats_container .add_quantity.disabled {
	background-color: #d8d8d8;
	color: #969696;
}
.quantity_holder .display_quantity {
	width: 100%;
	height: 50px;
}
.quantity_holder .display_quantity input {
	height: 100%;
	text-align: center;
}
/* Chrome, Safari, Edge, Opera */
.quantity_holder .display_quantity input::-webkit-outer-spin-button,
.quantity_holder .display_quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.quantity_holder .display_quantity input[type=number] {
  -moz-appearance: textfield;
}
.payment_popup_price {
	width: 100%;
	text-align: right;
	align-self: center;
}
.order_accordion .order_accordion_title {
	padding: 30px 30px 15px;
	position: relative;
}
.order_accordion .order_accordion_title h4 {
	cursor: pointer;
}
.order_accordion .order_accordion_title .order_accordion_icon {
	position: absolute;
	top: 50%;
	right: 30px;
	width: 26px;
	height: 26px;
	background: url("images/icons/accordion_icon.png") no-repeat center center transparent;
	transform: translateY(-50%);
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
	cursor: pointer;
}
.order_accordion .order_accordion_title.expanded .order_accordion_icon {
	transform: translateY(-50%) rotate(180deg);
}
.order_accordion .opc_order_review {
	display: none;
}
.flex_container.cart_buttons_inline {
	padding: 30px 30px 0;
	align-items: center;
}
.flex_container.cart_buttons_inline .go_to_checkout_holder {
	padding-left: 15px;
}
.flex_container.cart_buttons_inline .go_to_checkout_holder p {
	margin: 0;
}
.contact_green_button {
  background: #141535;
  border: none;
  /* border-radius: 3px; */
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 120%;
  padding: 12px 20px;
  text-decoration: none;
  min-width: 0px;
  margin-top: 5px;
  display: inline-block;
}
.contact_green_button:hover {
  border: 1px solid #141535;
  color: #141535;
  background: #fff;
}
@media screen and (max-width: 1404px) {
	.step_tile_repeater .flex_container {
		justify-content: flex-start;
	}
}
@media screen and (max-width: 1365px) {
  div.features_section {
    text-align: center;
  }
  div.features_section .left {
    width: 100%;
    display: block;
    vertical-align: auto;
  }
  div.features_section .right {
    display: block;
    position: relative;
    width: 100%;
    vertical-align: auto;
  }
  div.features_section .right .tablet_screen {
    max-width: 50%;
  }
  .tile_quickview_holder {
    width: 75%;
  }
}
@media screen and (max-width: 1024px) {
  #content_sidebar_holder {
    width: 100%;
  }
  #content_sidebar_holder #sidebar_section_tile .icon_holder {
    padding: 15px;
  }
  #content_sidebar {
    display: block;
    padding: 15px 25px;
    width: 100%;
  }
  #content_sidebar .dropdown_sections_title {
    cursor: pointer;
    display: block;
  }
  #content_sidebar ul {
    list-style: none;
    margin: 0;
    display: none;
  }
  #content_sidebar ul li {
    padding: 5px 15px;
    margin: 0;
  }
  #content_sidebar ul li.current_parent_content_page,
  #content_sidebar ul li.current_page_item {
    background-color: #fff;
  }
  #content_sidebar ul li.current_parent_content_page a,
  #content_sidebar ul li.current_page_item a {
    color: #2c2c2e;
    display: block;
  }
  #content_sidebar ul li.current_parent_content_page a:hover,
  #content_sidebar ul li.current_page_item a:hover {
    color: #2c2c2e;
  }
  #content_sidebar ul li a {
    color: #7c8591;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  #content_sidebar ul li a:hover {
    color: #fff;
  }
  #content_with_sidebar {
    display: block;
    width: 100%;
  }
  .custom_posts_tiles_holder .custom_post_tile_holder {
    width: 33.33%;
  }
  section.popup_tiles .popup_tile_holder {
    width: 25%;
  }
  body.bre-group #content_sidebar ul li.current_parent_content_page,
  body.bre-group #content_sidebar ul li.current_page_item {
    background-color: inherit;
  }
  .woocommerce_cart_page_holder .left {
    float: none;
    width: 100%;
  }
  .woocommerce_cart_page_holder .right {
    float: none;
    width: 100%;
    margin-top: 60px;
  }
  section.study_method .study_methods_holder .study_method_holder {
    max-width: 330px;
  }
	section.text_left_image_right.contains_quotes .text_panel {
		float: none;
		width: 100%;
		padding: 0 0 30px;
	}
	section.text_left_image_right.contains_quotes .content .text_panel {
		padding: 0 0 30px;
	}
	section.text_left_image_right.contains_quotes .content .text_panel .flex_container {
		flex-direction: column;
	}
	section.text_left_image_right.contains_quotes .content .text_panel .flex_container div image {
		margin-bottom: 15px;
		max-width: 95px;
	}
	section.text_left_image_right.contains_quotes .content .image_panel {
		position: relative;
		float: none;
		width: 100%;
		padding: 0;
		text-align: center;
		margin-bottom: 15px;
	}
	section.text_left_image_right.contains_quotes .content .image_panel p {
		text-align: left;
	}
	section.text_left_image_right.contains_quotes .content .image_panel .small_quotes_holder {
		text-align: left;
	}
	section.text_left_image_right.section.text_left_image_right .content .text_panel .image_panel {
		float: none;
		width: 100%;
		padding: 0;
	}
	.flex_container.contains_course_price {
		flex-direction: column;
	}
	.flex_container.contains_course_price .steps_course_repeater .content.flex_container {
		flex-direction: column;
	}
	.flex_container.contains_course_price .steps_course_repeater .content.flex_container .course_page_individual_course_step {
		width: 100%;
		border-bottom-left-radius: 0;
		padding: 15px;
		border-width: 1px 1px 0 1px;
	}
	.flex_container.contains_course_price .steps_course_repeater .content.flex_container .course_page_individual_course_step:first-of-type {
		border-top-right-radius: 3px;
	}
	.flex_container.contains_course_price .steps_course_repeater .content.flex_container .course_page_individual_course_step:last-child {
		border-bottom-width: 1px;
		border-bottom-left-radius: 5px;
    border-left:solid 1px #DFDFDF;
    border-top-right-radius: 0;
	}
	.flex_container.contains_course_price .steps_course_repeater .content.flex_container .course_page_individual_course_step:after {
		top: unset;
		bottom: 0;
		right: 50%;
		transform: translate(50%, 50%) rotate(90deg);
	}
	.flex_container.contains_course_price .steps_course_repeater .content.flex_container .course_page_individual_course_step.attended {
		border-width: 2px;
	}
	.flex_container.contains_course_price .steps_course_repeater .content.flex_container .course_page_individual_course_step.attended:after {
		transform: translate(50%, 50%) rotate(0);
	}
	.flex_container.contains_course_price .steps_course_repeater .content.flex_container .course_page_individual_course_step.current_course {
		border-width: 2px;
	}
	.course_page_right.contains_price {
		max-width: 100%;
    margin-left: 0px;
	}
  .mobile_cost_holder {
		display: block;
	}
}
/* 1024 */
@media screen and (max-width: 980px) {

  section.news_feed_holder .horizontal_scroll_overflow,
  section.rss_news_feed_holder .horizontal_scroll_overflow,
  div.rss_news_feed_holder .horizontal_scroll_overflow,
  body.category div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow {
    white-space: nowrap;
  }
  section.news_feed_holder .horizontal_scroll_overflow .filter_type,
  section.rss_news_feed_holder .horizontal_scroll_overflow .filter_type,
  div.rss_news_feed_holder .horizontal_scroll_overflow .filter_type,
  body.category div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow .filter_type {
    margin-bottom: 4px;
  }
  section.news_feed_holder .news_pod_quarter,
  section.rss_news_feed_holder .news_pod_quarter,
  div.rss_news_feed_holder .news_pod_quarter,
  body.category div#primary .content div.blogs_feed_holder .news_pod_quarter {
    width: calc(50% - 15px);
  }
  section.tabbed_content_holder .tab_content.tabs_3 .even_tc {
    width: 50%;
  }
  section.tabbed_content_holder .tab_content.tabs_4 .even_tc {
    width: 50%;
  }
  section.tabbed_content_holder .tab_content.tabs_5 .even_tc {
    width: 33.33%;
  }
  section.downloads_section {
    margin-bottom: 0;
  }
  section.downloads_section .content .downloads_holder {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  section.downloads_section .content .downloads_holder:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }
  section.downloads_section .content .downloads_holder:last-child {
    margin-bottom: 0;
  }
  .custom_posts_tiles_holder .custom_post_tile_holder {
    width: 50%;
  }
  .trustee_holder {
    width: 100%;
    float: none;
    margin: 25px 0;
    text-align: center;
  }
  .trustee_holder .trustee_icon_holder {
    display: block;
    vertical-align: top;
  }
  .trustee_holder .trustee_text_holder {
    vertical-align: top;
    width: 100%;
    margin: 0;
  }
  .custom_posts_tiles_holder.flex_content {
    display: block;
  }
  .custom_posts_tiles_holder .filter_custom_posts_holder {
    display: block;
    width: 100%;
    padding: 15px;
  }
  .custom_posts_tiles_holder .filter_custom_posts_holder .sidebar_title {
    position: relative;
  }
  .custom_posts_tiles_holder .filter_custom_posts_holder .sidebar_title:after {
    display: block;
  }
  .custom_posts_tiles_holder .filter_custom_posts_holder .collapse_filters {
    display: none;
  }
  .custom_posts_tiles_holder .filter_custom_posts_holder form ul li ul li {
    width: 50%;
    display: inline-block;
  }
  .custom_posts_tiles_holder #content_with_sidebar {
    width: 100%;
    margin: 20px 0 0;
    padding: 0 15px;
    text-align: center;
  }
  .custom_posts_tiles_holder #content_with_sidebar .search_results_for {
    text-align: left;
  }
  .custom_posts_tiles_holder #content_with_sidebar .search_results_tile_holder .search_result_tile {
    margin: 10px 8px;
  }
  section.objectives_tiles {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  section.objectives_tiles .content .objective_tile_holder {
    float: none;
    width: 100%;
  }
  body.single-product #main #info .product_banner .product_banner_gradient {
    display: none;
  }
  body.single-product #main #info .product_banner .banner_text {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding-top: 30px;
  }
  body.single-product #main #info .product_banner .banner_text .image_icons_holder {
    text-align: center;
  }
  body.single-product #main #info .product_banner .banner_text .image_icons_holder .product_image {
    margin: 0 0 15px;
  }
  body.single-product #main #info .product_banner .banner_text .image_icons_holder .product_banner_icons_holder .product_banner_icon {
    -webkit-box-shadow: 0px 5px 13px -2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 5px 13px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 13px -2px rgba(0, 0, 0, 0.25);
  }
  #customer_details {
    float: none;
    width: 100%;
    padding: 0;
  }
  #order_review {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
  section.study_method .study_methods_holder .study_method_holder {
    max-width: 295px;
  }
  #page .metaslider .flexslider ol.flex-control-nav {
    bottom: 15px;
  }
  #page .metaslider .flexslider .caption-wrap {
    width: 60%;
  }
  footer.bre_footer .footer_links_holder {
    width: 70%;
    margin-bottom: 60px;
  }
  footer.bre_footer .footer_connect_with_us {
    width: 30%;
    margin-right: 0;
  }
	section.section_image_section .section_image .image_as_bg .slide_content_holder {
		width: 80%;
	}
	section.tabbed_content_holder.course_page_tabbed_content_holder.use_flexbox_layout .tab_content_holder .content {
		flex-direction: column-reverse;
	}
	section.tabbed_content_holder.course_page_tabbed_content_holder.use_flexbox_layout .tab_content_holder .content .left {
		width: 100%;
		padding: 0 30px;
	}
	section.tabbed_content_holder.course_page_tabbed_content_holder.use_flexbox_layout .tab_content_holder .content .right {
		width: 100%;
		padding: 0 30px 30px;
    min-width: auto;
	}
	section.tabbed_content_holder.course_page_tabbed_content_holder.use_flexbox_layout .tab_content_holder .content .right .course_features_pullout {
		margin: 0 auto;
    padding: 15px;
    width: auto;
	}
  section.tabbed_content_holder.course_page_tabbed_content_holder.use_flexbox_layout .tab_content_holder .content .right .course_features_pullout .course_features_inline .left_flex {
    font-weight: 700;
  }
	.site {
		padding: 0;
	}
	.banner_contains_icons {
		margin-bottom: 30px;
	}
	.banner_contains_icons .product_banner_icons_holder {
		top: unset;
		bottom: 25px;
		left: 0;
		text-align: center;
		background-color: transparent;
		padding: 0;
		transform: translateY(50%);
	}
	.banner_contains_icons .product_banner_icons_holder .product_banner_icon {
		border: solid 1px #D8D8D8;
    margin: 0 5px;
	}
	.banner_contains_icons .product_banner_icons_holder .metaslider .flexslider {
		overflow-y: visible;
	}
	.banner_contains_icons .metaslider .flexslider ul.slides li {
		overflow: visible;
		max-height: none;
		display: flex;
		flex-direction: column;
	}
	#page .banner_contains_icons .metaslider .flexslider ul.slides li .caption-wrap {
		width: calc(100% - 60px);
		left: unset;
		margin: 0 auto 25px;
		transform: none;
		margin-left: 30px;
		position: relative;
		z-index: 1;
		top: unset;
		margin-top: -50vh;
		-webkit-box-shadow: 0 10px 12px rgb(174 174 174 / 75%);
		-moz-box-shadow: 0 10px 12px rgba(174, 174, 174, 0.75);
		box-shadow: 0 10px 12px rgb(174 174 174 / 75%);
		padding-bottom: 75px;
		border-bottom-right-radius: 0;
		border-top-left-radius: 3px;
	}
	#primary {
		padding: 0 30px;
	}
  .flex_container {
    flex-direction: column;
  }
  .flex_container.flex_sidebar .slices_left {
    order: 2;
  }
  .flex_container.flex_sidebar .slices_sidebar {
    order: 1;
  }
  .flex_container .slices_left {
    margin-right: 0;
    width: 100%;
  }
  .flex_container .slices_sidebar {
    width: 100%;
  }
  .flex_container .slices_sidebar .sticky_holder {
    position: relative;
    top: unset;
  }
  .flex_container .slices_sidebar .sticky_holder.course_stick {
    position: inherit;
    top: 0;
    left: 0;
    z-index: 9999;
    padding-top: 0;
  }
  .flex_container .slices_sidebar .sticky_holder .contact_breeam_specialist_holder {
    background-color: white;
    box-shadow: 0 10px 12px rgb(174 174 174 / 75%);
    -webkit-box-shadow: 0 10px 12px rgb(174 174 174 / 75%);
    -moz-box-shadow: 0 10px 12px rgba(174, 174, 174, 0.75);
    padding: 5px 15px;
  }
  .flex_container .slices_sidebar .sticky_holder .contact_breeam_specialist_holder br {
    display: none;
  }
  .flex_container .slices_sidebar .sticky_holder .courses_nav_holder {
    background-color: #f7f7f7;
    color: #141535;
    padding: 0;
    margin: 0;
  }
  .flex_container .slices_sidebar .sticky_holder .courses_nav_holder br {
    display: none;
  }
  .flex_container .slices_sidebar .sticky_holder .courses_nav_holder p.sticky_course_link_holder {
    background-color: #F7F7F7;
    max-height: 60vh;
    overflow: auto;
  }
  .flex_container .slices_sidebar .sticky_holder .courses_nav_holder.expanded {
    background-color: white;
  }
  .flex_container .slices_sidebar .sticky_holder .courses_nav_holder.expanded h4 {
    color: #2c3e50;
  }
  .flex_container .slices_sidebar .sticky_holder .courses_nav_holder.expanded h4 .course_categories_dropdown {
    background-image: url(images/icons/arrow_grey.svg);
    transform: translateY(-50%) rotate(-180deg);
  }
  .flex_container .slices_sidebar .sticky_holder .courses_nav_holder h4 {
    padding: 5px 15px;
    position: relative;
    margin: 0;
    font-size: 1.2em;
  }
  .flex_container .slices_sidebar .sticky_holder .courses_nav_holder h4 span.course_categories_dropdown {
    background-image: url(images/icons/arrow_white.svg);
    width: 21px;
    height: 21px;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .flex_container .slices_sidebar .sticky_holder .courses_nav_holder a.sticky_course_link {
    border: solid 1px #19819A;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
  }
  .flex_container .slices_sidebar .sticky_holder .courses_nav_holder a.sticky_course_link.active_category {
    display: block;
  }
  .left_on_mobile {
    text-align: left;
  }
  .flex_container.course_features_inline {
    flex-direction: row;
    width: auto;
  }
}
/* 980 */
@media screen and (max-width: 768px) {
  .hero_image_bg .metaslider ul.slides li .caption-wrap {
    background: #56b146;
    position: relative;
  }
  section.text_left_image_right .content .image_panel {
    position: relative;
    float: none;
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 15px;
  }
  section.text_left_image_right .content .text_panel {
    position: relative;
    float: none;
    width: 100%;
    padding: 0 15px;
  }
  section.section_image_section .slide_content_holder {
    position: relative;
  }
  section.section_image_section .slide_content_holder .caption_holder {
    width: 85%;
  }
  section.section_image_section p img.alignleft {
    float: none;
    display: block;
    margin-bottom: 15px;
  }
  section.two_equal .left,
  section.two_equal .right {
    float: none;
    width: 100%;
    padding: 35px 0 0;
  }
  section.two_equal .left {
    padding-top: 0;
  }
  section.three_equal .left,
  section.three_equal .middle,
  section.three_equal .right {
    float: none;
    width: 100%;
    text-align: left;
    padding: 35px 0 0;
  }
  section.three_equal .left {
    padding-top: 0;
  }
  section.four_equal .first,
  section.four_equal .second,
  section.four_equal .third,
  section.four_equal .fourth {
    float: none;
    width: 100%;
    padding: 35px 0 0;
  }
  section.four_equal .first {
    padding-top: 0;
  }
  section.five_equal .first,
  section.five_equal .second,
  section.five_equal .third,
  section.five_equal .fourth,
  section.five_equal .fifth {
    float: none;
    width: 100%;
    padding: 35px 0 0;
  }
  section.five_equal .first {
    padding-top: 0;
  }
  section.video_slice .left {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }
  section.video_slice .right {
    position: relative;
    float: none;
    margin: 0;
    width: auto;
    cursor: pointer;
    width: 100%;
    text-align: center;
  }
  section.single_training .course_dates_holder {
    width: 100%;
    float: none;
  }
  section.section_image_section .content .slide_content_holder {
    padding: 15px 75px;
    width: 85%;
  }
  section.section_image_section.course_section_image {
    margin-bottom: 30px;
  }
  section.section_image_section.course_section_image .slide_content_holder {
    opacity: 1
  }
  section.section_image_section .content .slide_content_holder .caption_holder {
    padding: 0 0 20px;
  }
  section.section_image_section .content a {
    margin-top: 0;
  }
  .footer_tweets #ctf .ctf-item {
    width: 100%;
    border-right: 0;
    border-bottom: solid 1px #dfdfdf;
  }
  .footer_tweets #ctf .ctf-item p.ctf-tweet-text {
    font-size: 1em;
    line-height: 1.5em;
  }
  .footer_tweets #ctf .ctf-item:last-of-type {
    border-bottom: 0;
  }
  footer.bre_footer .footer_left,
  footer.bre_footer .footer_right {
    float: none;
  }
  footer.bre_footer .footer_left {
    width: auto;
  }
  footer.bre_footer .footer_right {
    width: 100%;
    margin-top: 35px;
  }
  footer.bre_footer ul {
    list-style: none;
    margin: 0;
  }
  footer.bre_footer ul > li {
    margin: 0 10% 5% 0;
	  width: 100%;
  }
  section.grid_tiles.three .grid_tile {
    width: 50%;
    background-color: #fff;
  }
  section.grid_tiles.three .grid_tile:nth-child(even) {
    background-color: transparent;
  }
  section.grid_tiles.three .grid_tile:nth-child(4n),
  section.grid_tiles.three .grid_tile:nth-child(4n+1) {
    background-color: #f5f5f7;
  }
  section.grid_tiles.four .grid_tile {
    width: 33.33%;
  }
  section.grid_tiles.four .grid_tile:nth-child(8n+1),
  section.grid_tiles.four .grid_tile:nth-child(8n+3),
  section.grid_tiles.four .grid_tile:nth-child(8n+6),
  section.grid_tiles.four .grid_tile:nth-child(8n+8) {
    background-color: inherit;
  }
  section.grid_tiles.four .grid_tile:nth-child(even) {
    background-color: #f5f5f7;
  }
  section.grid_tiles.four .grid_tile:nth-child(odd) {
    background-color: #fff;
  }
  section.grid_tiles.five .grid_tile {
    width: 33.33%;
  }
  section.grid_tiles.five .grid_tile:nth-child(8n+1),
  section.grid_tiles.five .grid_tile:nth-child(8n+3),
  section.grid_tiles.five .grid_tile:nth-child(8n+6),
  section.grid_tiles.five .grid_tile:nth-child(8n+8) {
    background-color: inherit;
  }
  section.grid_tiles.five .grid_tile:nth-child(even) {
    background-color: #f5f5f7;
  }
  section.grid_tiles.five .grid_tile:nth-child(odd) {
    background-color: #fff;
  }
  body.single-post #primary article header .entry-title {
    max-width: 95%;
  }
  body.single-post #primary article .content {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  body.single-post #primary article .post_title_margin-top {
    margin-top: 35px;
  }
  body.single-post #primary article .post_title_margin-top .post-thumbnail {
    display: none;
    margin: 0;
  }
  body.single-post #primary article .entry-header,
  body.single-post #primary article .entry-summary,
  body.single-post #primary article .entry-content,
  /*body.single-post #primary article .entry-footer,*/
  body.single-post #primary article .page-content {
    margin: 0;
  }
  body.single-post #primary article .entry-content {
    float: right;
    width: calc(100% - 100px);
    margin: 0 0 0 25px;
  }
  body.single-post #primary article .entry-content h3:first-child {
    margin-top: 30px;
  }
  body.single-post #primary article .entry-content h3 {
    margin-bottom: 5px;
  }
  body.single-post #primary article .entry-content p img {
    margin: 0;
    max-width: 100%;
  }
  /*
  body.single-post #primary article .entry-footer {
    width: 75px;
  }
  body.single-post #primary article .entry-footer .avatar {
    width: auto;
    height: auto;
    margin: 0;
  }
  body.single-post #primary article .entry-footer .shareaholic-canvas {
    clear: none;
  }
  */
  body.single-post.posts-sidebar .with_sidebar_container {
    width: 100%;
    margin-right: 0;
    display: block;
  }
  body.single-post.posts-sidebar #posts_sidebar {
    width: 100%;
    display: block;
    margin-top: 30px;
  }
  section.tabbed_content_holder .tab_content.tabs_5 .even_tc {
    width: 50%;
  }
  section .perfect-pullquote blockquote {
    padding: 70px 15px !important;
  }
  section .perfect-pullquote blockquote p {
    font-size: 1.188em !important;
  }
  section .perfect-pullquote blockquote:before,
  section .perfect-pullquote blockquote:after {
    display: none;
  }
  blockquote {
    padding: 70px 15px !important;
  }
  blockquote p {
    font-size: 1.188em !important;
  }
  blockquote:before,
  blockquote:after {
    display: none;
  }
  div.select_tool .mobile_tool {
    display: block;
  }
  div.select_tool .desktop_tool {
    display: none;
  }
  #az-slider .letter-section {
    width: 50%;
  }
  section.popup_tiles .popup_tile_holder {
    width: 33.33%;
  }
  section.popup_tiles .tile_popup .popup_has_image {
    text-align: center;
    position: relative;
  }
  section.popup_tiles .tile_popup .popup_has_image .popup_image_holder {
    display: block;
  }
  section.popup_tiles .tile_popup .popup_has_image .popop_content_holder {
    position: relative;
    top: -25px;
    right: auto;
    width: 100%;
    transform: none;
    padding-top: 50px;
    padding-left: 25px;
  }
  .job_family_hexagons .hexagon.top_right {
    top: auto;
    right: auto;
    bottom: -17%;
    left: 5%;
  }
  .job_family_hexagons .hexagon.bottom_right {
    bottom: -34.5%;
    right: 33.5%;
  }
  ul.products > li {
    width: calc(50% - 30px);
    min-width: unset;
  }
  #content_with_sidebar .search-filter-results .search_result_tile {
    width: calc(50% - 20px);
  }
  .eb-user-courses .eb-course-data .custom_my_courses_holder {
    width: 100%;
  }
  .woocommerce ul.products[class*=columns-] li.product:nth-child(2n) {
    float: none;
  }
  #page .metaslider .flexslider .caption-wrap {
    width: 50%;
  }
  #page #content {
    margin-top: 0;
  }
  #page .footer_tweets #ctf .ctf-tweets .ctf-item {
    width: calc(45% - 4px);
    margin: 0 1% 15px;
  }
  .site-inner .metaslider .caption-wrap .caption h1 {
    font-size: 1.75em;
  }
  .site-inner .metaslider .caption-wrap .caption h2 {
    font-size: 1em;
  }
  .step_tile_repeater .flex_container {
    flex-direction: column;
  }
	.step_tile_repeater .individual_course_step {
		margin: 30px auto;
		box-shadow: none;
		background-color: transparent;
	}
	.step_tile_repeater .individual_course_step img {
		width: 275px;
		margin: 0 auto;
		box-shadow: 0 10px 12px rgb(174 174 174 / 75%);
		-webkit-box-shadow: 0 10px 12px rgb(174 174 174 / 75%);
		-moz-box-shadow: 0 10px 12px rgba(174, 174, 174, 0.75);
	}
	.step_tile_repeater .individual_course_step .step_content_holder {
		width: 275px;
		background-color: #fff;
		margin: 0 auto;
		box-shadow: 0 10px 12px rgb(174 174 174 / 75%);
		-webkit-box-shadow: 0 10px 12px rgb(174 174 174 / 75%);
		-moz-box-shadow: 0 10px 12px rgba(174, 174, 174, 0.75);
	}
  .step_tile_repeater .individual_course_step .step_content_holder img {
    width: auto;
    margin: 5px auto;
    box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
  }
	.step_tile_repeater .individual_course_step.bundle_course {
		background-color: transparent;
	}
	.step_tile_repeater .individual_course_step.bundle_course .step_content_holder {
		background-color: #342f4a;
	}
	.step_tile_repeater .next_step_icon {
		transform: rotate(90deg);
		display: none;
	}
	.step_tile_repeater .individual_course_step .step_footer {
		width: 275px;
		margin: 0 auto;
		flex-direction: row;
		box-shadow: 0 10px 12px rgb(174 174 174 / 75%);
		-webkit-box-shadow: 0 10px 12px rgb(174 174 174 / 75%);
		-moz-box-shadow: 0 10px 12px rgba(174, 174, 174, 0.75);
	}
	section.text_left_image_right .content .text_panel.step_tile_repeater .individual_course_step .step_footer {
		align-items: self-start;
	}
	section.section_image_section .section_image .image_as_bg {
		padding-top: 10%;
		padding-bottom: 0;
	}
	section.section_image_section .section_image .image_as_bg .slide_content_holder {
		margin-top: 15%;
		margin-right: auto;
		margin-left: auto;
		width: 85%;
	}
	.flex_container.course_page_flex {
		flex-direction: column;
	}
	.flex_container.course_page_flex .course_page_right {
		margin: 0 0 30px;
		width: 100%;
	}
	.flex_container.course_page_flex 
	.desktop_share_holder_inline {
		display: none;
	}
	.product_inline_share {
		display: block;
    margin-bottom: 30px;
	}
	.product_inline_share .share_holder_inline {
		text-align: center;
	}
  section.text_left_image_right.contains_quotes .content .text_panel .course_quick_stats_holder div.flex_container.course_quick_stats_child {
    flex-direction: row;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
  }
  .course_quick_stats_holder div.flex_container.course_quick_stats_child .icon_holder {
    margin-right: 15px;
    margin-bottom: 0;
  }
}
/* 768 */
@media screen and (max-width: 600px) {
  section.news_feed_holder .news_pod_half,
  section.rss_news_feed_holder .news_pod_half,
  div.rss_news_feed_holder .news_pod_half,
  body.category div#primary .content div.blogs_feed_holder .news_pod_half {
    width: calc(100% - 15px);
  }
  section.news_feed_holder .news_pod_quarter,
  section.rss_news_feed_holder .news_pod_quarter,
  div.rss_news_feed_holder .news_pod_quarter,
  body.category div#primary .content div.blogs_feed_holder .news_pod_quarter {
    width: calc(100% - 15px);
  }
  div.rss_news_feed_holder body.tag div#primary .page-header,
  body.category div#primary .page-header {
    margin-left: 0;
    margin-right: 0;
  }
  div.rss_news_feed_holder body.tag div#primary a.tag_archive_holder,
  body.category div#primary a.tag_archive_holder {
    display: block;
    table-layout: auto;
  }
  div.rss_news_feed_holder body.tag div#primary .tag_archive_holder,
  body.category div#primary .tag_archive_holder {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: solid 1px #dfdfdf;
  }
  div.rss_news_feed_holder body.tag div#primary .tag_archive_holder .image_cell,
  body.category div#primary .tag_archive_holder .image_cell {
    width: 100%;
    display: block;
  }
  div.rss_news_feed_holder body.tag div#primary .tag_archive_holder .image_cell .image_holder img,
  body.category div#primary .tag_archive_holder .image_cell .image_holder img {
    min-height: inherit;
    max-width: 100%;
    width: 100%;
  }
  div.rss_news_feed_holder body.tag div#primary .tag_archive_holder .text_holder,
  body.category div#primary .tag_archive_holder .text_holder {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  div.rss_news_feed_holder body.tag div#primary .tag_archive_holder .text_holder .tag_archive_padding,
  body.category div#primary .tag_archive_holder .text_holder .tag_archive_padding {
    padding-bottom: 0;
  }
  section.hexagon_buttons .hexagons_holder {
    width: 100%;
    text-align: center;
    white-space: normal;
  }
  section.hexagon_buttons .hexagons_2 {
    width: 100%;
    margin: -7% 0 0;
  }
  section.hexagon_buttons .hexagons_2:first-of-type {
    margin-top: 0;
  }
  section.hexagon_buttons .hexagons_3 {
    width: 327px;
    margin: 0 auto;
    text-align: center;
  }
  section.hexagon_buttons .hexagons_3 .hexagon:nth-child(3) {
    margin-top: -12%;
  }
  section.hexagon_buttons .hexagons_3_middle {
    width: 327px;
    margin: -7% auto;
    text-align: center;
    padding-left: 0;
  }
  section.hexagon_buttons .hexagons_3_middle .hexagon:nth-child(3) {
    margin-top: -12%;
  }
  section.tabbed_content_holder ul.tabs.tabs_1 li {
    width: auto;
  }
  section.tabbed_content_holder ul.tabs.tabs_2 li {
    width: auto;
  }
  section.tabbed_content_holder ul.tabs.tabs_3 li {
    width: auto;
  }
  section.tabbed_content_holder ul.tabs.tabs_4 li {
    width: auto;
  }
  section.tabbed_content_holder ul.tabs.tabs_5 li {
    width: auto;
  }
  section.tabbed_content_holder ul.tabs.tabs_6 li {
    width: auto;
  }
  section.tabbed_content_holder ul.tabs.tabs_7 li {
    width: auto;
  }
  section.tabbed_content_holder .tab_content .left {
    margin-bottom: 15px;
  }
  section.tabbed_content_holder .tab_content .left,
  section.tabbed_content_holder .tab_content .right {
    width: 100%;
    padding: 0;
    display: block;
  }
  section.tabbed_content_holder .tab_content .seventy_thirty_left,
  section.tabbed_content_holder .tab_content .thirty_seventy_right {
    width: 100%;
  }
  section.tabbed_content_holder .tab_content .thirty_seventy_left,
  section.tabbed_content_holder .tab_content .seventy_thirty_right {
    width: 100%;
  }
  section.tabbed_content_holder .tab_content .seventy_thirty_left,
  section.tabbed_content_holder .tab_content .thirty_seventy_left {
    padding-bottom: 25px;
  }
  body.single-post #primary article .entry-content {
    width: 100%;
    margin-left: 0;
  }
  /*body.single-post #primary article .entry-footer {
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }
  body.single-post #primary article .entry-footer .avatar {
    float: left;
  }
  body.single-post #primary article .entry-footer .shareaholic-canvas {
    clear: none;
  }
  body.single-post #primary article .entry-footer .shareaholic-canvas .shareaholic-share-buttons-container .shareaholic-share-buttons-wrapper ul li {
    float: left !important;
  }
  */
  #content section.related_posts .content #jp-relatedposts.jp-relatedposts:before,
  #content section.related_posts .content #jp-relatedposts.jp-relatedposts:after {
    height: 0;
  }
  #content section.related_posts .content #jp-relatedposts h3:before {
    border: none;
  }
  #content section.related_posts .content #jp-relatedposts h3 em:before {
    border: none;
  }
  #content section.related_posts .content #jp-relatedposts .jp-relatedposts-items {
    margin: 0;
  }
  #content section.related_posts .content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    width: 100%;
    padding: 0 0 1em;
    border-bottom: solid 1px #dfdfdf;
  }
  #content section.related_posts .content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:last-child {
    border-bottom: none;
  }
  section.large_image_pull_out .large_image_pull_out_image_holder img {
    opacity: 1;
  }
  section.large_image_pull_out .large_image_pull_out_text_holder {
    background-color: #fff;
    width: 100%;
    position: relative;
    top: auto;
    transform: translateY(0);
    right: auto;
  }
  section.large_image_pull_out .large_image_pull_out_text_holder h1 {
    margin-left: 0;
    font-size: 2em;
    margin-bottom: 1em;
  }
  .custom_post_meta .custom_post_meta_holder {
    width: 50%;
  }
  section.popup_tiles .popup_tile_holder {
    width: 50%;
  }
  .tile_quickview_holder .tile_quickview .quickview_thumbnail {
    float: none;
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
  }
  .tile_quickview_holder .tile_quickview .quickview_text {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .woocommerce_cart_page_holder .left .cart_actions {
    text-align: left;
  }
  .woocommerce_cart_page_holder .left .cart_actions .coupon {
    float: none;
    margin-bottom: 15px;
  }
  .woocommerce_cart_page_holder .left .cart_actions .coupon .input-text {
    margin-bottom: 15px;
  }
}
/* 600 */
@media screen and (max-width: 568px) {
  h1,
  h1.entry-title {
    font-size: 1.5em;
  }
  h2 {
    font-size: 1.5em;
  }
  section.section_image_section .content .slide_content_holder {
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
  }
  .site-inner .metaslider .caption-wrap {
    padding-right: 35px;
    padding-left: 35px;
  }
  .site-inner .metaslider .caption-wrap .caption h1 {
    font-size: 1.5em;
  }
  .nf-form-cont {
    width: 95%;
  }
  nav.post-navigation .nav-links .nav-previous,
  nav.post-navigation .nav-links .nav-next {
    position: relative;
    width: 100%;
  }
  nav.post-navigation .nav-links .nav-previous {
    float: none;
    padding-left: 35px;
    border-right: solid 3px #DC0043;
  }
  nav.post-navigation .nav-links .nav-previous:before {
    content: ' ';
    background: url(images/icons/previous_next_nav_icons.png) no-repeat top left transparent;
    width: 16px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  nav.post-navigation .nav-links .nav-next {
    float: none;
    text-align: right;
    padding-right: 35px;
    border-left: solid 3px #DC0043;
  }
  nav.post-navigation .nav-links .nav-next:after {
    content: ' ';
    background: url(images/icons/previous_next_nav_icons.png) no-repeat bottom right transparent;
    width: 16px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  nav.bre_post_navigation .nav-links .nav-previous,
  nav.bre_post_navigation .nav-links .nav-next {
    position: relative;
    width: 100%;
  }
  nav.bre_post_navigation .nav-links .nav-previous {
    float: none;
    padding-left: 35px;
    border-right: solid 3px #DC0043;
  }
  nav.bre_post_navigation .nav-links .nav-previous:before {
    content: ' ';
    background: url(images/icons/previous_next_nav_icons.png) no-repeat top left transparent;
    width: 16px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  nav.bre_post_navigation .nav-links .nav-next {
    float: none;
    text-align: right;
    padding-right: 35px;
    border-left: solid 3px #DC0043;
  }
  nav.bre_post_navigation .nav-links .nav-next:after {
    content: ' ';
    background: url(images/icons/previous_next_nav_icons.png) no-repeat bottom right transparent;
    width: 16px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  section.grid_tiles.four .grid_tile {
    width: 50%;
  }
  section.grid_tiles.four .grid_tile:nth-child(8n+1),
  section.grid_tiles.four .grid_tile:nth-child(8n+3),
  section.grid_tiles.four .grid_tile:nth-child(8n+6),
  section.grid_tiles.four .grid_tile:nth-child(8n+8) {
    background-color: transparent;
  }
  section.grid_tiles.four .grid_tile:nth-child(even) {
    background-color: #fff;
  }
  section.grid_tiles.four .grid_tile:nth-child(odd) {
    background-color: #fff;
  }
  section.grid_tiles.four .grid_tile:nth-child(4n),
  section.grid_tiles.four .grid_tile:nth-child(4n+1) {
    background-color: #f5f5f7;
  }
  .interactive_map_holder {
    width: calc(90%);
    padding: 15px 5px;
  }
  .custom_posts_tiles_holder .custom_post_tile_holder {
    width: 100%;
  }
  section.pull_out_number_slice .pull_out_number_holder {
    width: 100%;
    display: block;
    border-right: none;
    border-bottom: solid 1px #dfdfdf;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  section.pull_out_number_slice .pull_out_number_holder:first-of-type {
    padding-top: 0;
  }
  section.objectives_tiles .content .objective_tile_holder {
    margin-bottom: 25px;
  }
  section.objectives_tiles .content .objective_tile_holder .objective_left {
    display: block;
    width: 100%;
    height: auto;
  }
  section.objectives_tiles .content .objective_tile_holder .objective_right {
    display: block;
    vertical-align: top;
    width: 100%;
    height: auto;
    padding: 15px;
  }
  section.objectives_tiles .content .objective_tile_holder .objective_highlight_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 50%;
    padding: 0 7px;
    z-index: 2;
    box-sizing: border-box;
    /*See this CSS only solution. Set the same value of min-width and min-height for 1 digit number. Use a pseudo element for vertical alignment and to maintain the square shape. With border-radius applies to the container for the circle.*/
  }
  section.objectives_tiles .content .objective_tile_holder .objective_highlight_text:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    padding-top: 100%;
    height: 0;
  }
  section.objectives_tiles .content .objective_tile_holder .objective_number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.2;
    font-size: 10em;
    color: #fff;
    font-family: "Frutiger Next W01 Bold", 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  }
  .woocommerce ul.products[class*=columns-] {
    text-align: center;
  }
  .woocommerce ul.products[class*=columns-] li.product {
    float: none;
    width: calc(100% - 30px);
    min-width: unset;
    margin: 0 15px 30px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .search_filter_results .filter_custom_posts_holder form ul li ul li {
    width: 100%;
    display: block;
  }
  #content_with_sidebar .search-filter-results .search_result_tile {
    width: calc(100% - 16px);
  }
  .eb-user-courses .eb-course-data .custom_my_courses_holder {
    width: 100%;
  }
  .eb-user-courses .eb-course-data .custom_my_courses_holder .cover {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .eb-user-courses .eb-course-data .custom_my_courses_holder .text_holder {
    float: none;
    width: 100%;
  }
}
/* 568 */
/* Custom CSS for mobile view by Zensar - Rahul Shirode start */
@media screen and (max-width: 480px) {
  ul.slides li img{
    min-height: 310px !important;
  }
  .slick-prev, .slick-next {
    width: 60px !important;
  }
  .woocommerce-price-suffix {
    font-size: 0.8em;
  }
  header nav ul li.menu-item-has-children .dropdown {
    background-color: #141535;
  }
  header nav ul {
    margin: 5px 0 0;
    border-top: 1px solid #ffffff08;
  }
  header nav ul li {
    border-bottom: none;
  }
  header nav ul li a{
    color: #fff;
  }
  header nav ul li a:hover{
    font-weight: bold;
  }
  .clearfix.parent_nav li a span {
    text-transform: uppercase;
    font-weight: 200;
  }
  .dropdown ul li a {
    color: #fff !important;
    font-size: 14px;
    padding-left: 25px;
  }
  .dropdown ul li a {
    text-transform: lowercase;
  }
  .menu-item.brelogin a {
    text-transform: uppercase;
    font-weight: 200;
  }
  .dropdown .multi_column_nav li a span {
    text-transform: none;
  }
  section.section_image_section .section_image .image_as_bg {
    padding-top: 1%;
    padding-bottom: 10%;
    padding-right: 10%;
  }
  section.section_image_section .section_image .image_as_bg .slide_content_holder {
    width: 100%;
  }
  .course_quick_stats_holder > div {
    width: 100%;
  }
  .login-modal-box .modal-content{
    border-radius: 0px;
    max-width: 100%;
    padding: 40px 15px 10px;
  }
  .login-modal-box .modal-content .login-username label, .login-modal-box .modal-content .login-password label{
    left: 10px;
  }
  #login, #registerform, #lostpasswordform {
    width: 100%;
  }
  .login-modal-box form .login-username input#user_login, .login-modal-box form .login-password input#user_pass{
    padding-left: 10px;
  }
  .login-modal-box .modal-content, .register-modal-box .modal-content, .lost-password-modal-box .modal-content {
    max-width: 100%;
  }
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100% !important;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content{
    width: 100% !important;
  }
  .woocommerce-MyAccount-navigation ul {
    list-style: none;
  }
  .acp-shortcuts.acp-shortcut-large .acp-shortcut {
    width: 100% !important;
  }
}  
/* Custom CSS for mobile view by Zensar - Rahul Shirode end */

/* SRART: Custom CSS for Tablet view by Zensar - Rahul Shirode */
@media only screen and (min-width: 768px) and (max-width: 960px){
  .multi_column_nav{
    margin-left: 0px !important;
  }
  header nav {
    padding: 10px 50px;
  }
  header nav ul li a{
    color: #fff;
    font-weight: 400;
  }
  header nav ul li{
    border-bottom: none;
  }
  .clearfix.parent_nav li a{
    text-transform: uppercase;
  }
  .login-modal-box .modal-content, .register-modal-box .modal-content, .lost-password-modal-box .modal-content {
    max-width: 70vw;
  }
  .woocommerce-MyAccount-navigation ul li {
    list-style: none;
  }
  .acp-body{
    margin:10px auto;
  }
  .acp-shortcuts.acp-shortcut-large{
    padding: 10px;
  }
  header nav ul li.menu-item-has-children .dropdown ul {
    background-color: #141535;
  }
  .dropdown ul li a {
    color: #fff !important;
    text-transform: none !important;
    font-weight: 100;
    padding-left: 35px;
  }
  .site-main{
    padding: 0 0.5em;
  }
  section.three_equal{
    padding-right: 5px;
    padding-left: 5px;
  }
  .site-inner .metaslider .flexslider ul.slides .caption-wrap, .site-inner .metaslider.ms-theme-disjoint .flexslider ul.slides .caption-wrap {
    width: 80% !important;
  }
  footer{
    padding:56px 0 450px 0;
  }
  .footer_right{
    float: right;
    width: 50%;
  }
  .footer_left{
    float: left;
    width: 50%;
  }
  h1, h1.entry-title {
    font-size: 1.2em;
    margin-bottom: 0.5em;
  }
  p, section ul li, .entry-content ul li, section ol li, .entry-content ol li {
    font-size: 1.09em;
  }

}
/* END: Custom CSS for Tablet view by Zensar - Rahul Shirode */
@media screen and (max-width: 480px) {
  
  #main > section:first-child {
    padding-top: 0px;
  }
  .slices_sidebar .sticky_holder {
    position: inherit;
  }
  .site-main {
    padding: 0px;
  }
  #primary {
    padding: 0 10px;
  }
  h2 {
    font-size: 1.3em;
    padding-bottom: 10px;
    font-weight: 400;
  }
  section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  section .content > h1 {
    margin-bottom: 10px;
  }
  body.page-template-case-studies article > header.entry-header {
    margin-top: 35px;
  }
  footer.bre_footer .site-info {
    padding: 15px 0;
  }
  footer.bre_footer .site-info .left {
    float: none;
  }
  footer.bre_footer .site-info .right {
    float: none;
    margin-top: 20px;
  }
  article.category-case-studies .entry-header .post_hero_image {
    min-height: 375px;
  }
  article.category-case-studies .entry-header .post_hero_image img {
    width: auto;
    max-width: none;
  }
  .entry-header .post_hero_image {
    min-height: 375px;
  }
  .entry-header .post_hero_image img {
    width: auto;
    max-width: none;
  }
  section.tabbed_content_holder .tab_content.tabs_2 .even_tc {
    width: 100%;
  }
  section.tabbed_content_holder .tab_content.tabs_3 .even_tc {
    width: 100%;
  }
  section.tabbed_content_holder .tab_content.tabs_4 .even_tc {
    width: 100%;
  }
  section.tabbed_content_holder .tab_content.tabs_5 .even_tc {
    width: 100%;
  }
  section.nav_tiles .nav_tile_holder {
    width: calc(25% - 4px);
    min-width: 200px;
    margin-bottom: 5px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    color: #2c2c2e;
    border-bottom: 0;
  }
  section.nav_tiles .nav_tile_holder .nav_tile_image {
    background-color: #fff;
    overflow: hidden;
    height: 195px;
  }
  section.nav_tiles .nav_tile_holder .nav_tile_image .responsive_image {
    width: auto;
    height: 100%;
  }
  #az-slider .letter-section {
    width: 100%;
  }
  .site-inner .metaslider .caption-wrap  {
    padding: 15px!important;
  }
  .site-inner .metaslider .caption-wrap .caption h1 {
    font-size: 1.4em !important;
  }
  .site-inner .metaslider .caption-wrap .caption h2 {
    font-size: 1em;
  }
  a.custom-logo-link img {
    width: 180px;
    padding: 10px;
  }
  .metaslider .flexslider .slides p{
    font-size: 1em !important;
  }
}
/* 480 */
@media screen and (max-width: 320px) {
  section.grid_tiles.two .grid_tile {
    width: 100%;
    background-color: #fff;
  }
  section.grid_tiles.two .grid_tile:nth-of-type(4n+2),
  section.grid_tiles.two .grid_tile:nth-of-type(4n+3) {
    background-color: transparent;
  }
  section.grid_tiles.two .grid_tile:nth-child(even) {
    background-color: #f5f5f7;
  }
  section.grid_tiles.three .grid_tile {
    width: 100%;
    background-color: #fff;
  }
  section.grid_tiles.three .grid_tile:nth-child(even) {
    background-color: #f5f5f7;
  }
  section.grid_tiles.three .grid_tile:nth-child(4n),
  section.grid_tiles.three .grid_tile:nth-child(4n+1) {
    background-color: transparent;
  }
  section.grid_tiles.four .grid_tile {
    width: 100%;
  }
  section.grid_tiles.four .grid_tile:nth-child(4n),
  section.grid_tiles.four .grid_tile:nth-child(4n+1) {
    background-color: transparent;
  }
  section.grid_tiles.four .grid_tile:nth-child(even) {
    background-color: #fff;
  }
  section.grid_tiles.four .grid_tile:nth-child(odd) {
    background-color: #f5f5f7;
  }
  section.grid_tiles.five .grid_tile {
    width: 100%;
  }
  section.grid_tiles.five .grid_tile:nth-child(8n+1),
  section.grid_tiles.five .grid_tile:nth-child(8n+3),
  section.grid_tiles.five .grid_tile:nth-child(8n+6),
  section.grid_tiles.five .grid_tile:nth-child(8n+8) {
    background-color: transparent;
  }
  section.grid_tiles.five .grid_tile:nth-child(even) {
    background-color: #fff;
  }
  section.grid_tiles.five .grid_tile:nth-child(odd) {
    background-color: #f5f5f7;
  }
  section.nav_tiles.three_tiles .nav_tile_holder,
  section.nav_tiles.five_tiles .nav_tile_holder {
    width: 100%;
  }
}
/* 320 */
@media (min-width: 600px) {
  .standfirst {
    font-size: 1.125em;
  }
}
@media (min-width: 900px) {
  .standfirst {
    font-size: 1.5em;
  }
}
@media (min-width: 1000px) {
  .standfirst {
    font-size: 1.75em;
  }
}
/*
***************************************************************************************************************************************
Height of screen
*
*/
@media screen and (max-height: 768px) {
  .site-inner .metaslider .flexslider ul.slides li {
    max-height: 420px;
  }
  .site-inner .metaslider.mobile_header_metaslider .flexslider ul.slides li {
    max-height: none;
  }
  article.category-case-studies {
    background-color: #fff;
    margin-bottom: 0;
  }
  article.category-case-studies .entry-header .post_hero_image {
    max-height: 420px;
  }
  .entry-header .post_hero_image {
    max-height: 420px;
  }
  div.select_tool {
    background-size: 40%;
  }
  div.select_tool .select_column {
    max-height: 320px;
  }
}
/*
* {
	background: #000 !important;
	color: #0f0 !important;
	outline: solid #f00 1px !important;
}
*/
.courseEnquiry input[type="text"] {
    padding-top: .3em;
}

.courseEnquiry {
    max-width: 800px;
    margin: auto;
}
.courseEnquiry li {
    float: left;
}
.courseEnquiry .textarea-wrap textarea {
    height: 100px;
}

.currency-switcher-classroom {
  margin: -20px 0 40px;
}
.currency-switcher-online {
  margin: 20px;
}


/* ===== Team Member Single Layout by rahul@zensar ===== */

.team-member-single {
    max-width: 1240px;
    margin: 0 20px !important;
    padding: 60px 20px;
}

.team-member-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* LEFT COLUMN – 40% */
.team-member-left {
    flex: 0 0 40%;
}

.team-member-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
}

/* RIGHT COLUMN – 60% */
.team-member-right {
    flex: 0 0 60%;
}

.team-member-name {
    font-size: 32px;
    margin: 0 0 8px;
}

.team-member-designation {
    font-size: 18px;
    color: #555;
    margin-bottom: 24px;
}

/* Content spacing */
.team-member-content p {
    margin-bottom: 16px;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .team-member-layout {
        flex-direction: column;
    }

    .team-member-left,
    .team-member-right {
        flex: 100%;
    }
}
/* Divider between designation and social icons */
.team-member-divider {
    border: none;
    border-top: 1px solid #ddd;
    margin: 20px 0 16px;
    width: 60px;
}

/* Social icons container */
.team-member-social {
    display: flex;
    gap: 14px;
    margin-bottom: 30px;
}

/* Social icon links */
.team-member-social a {
    font-size: 18px;
    color: #1a1a1a;
    transition: color 0.3s ease;
}

.team-member-social a:hover {
    color: #0056b3; /* adjust to BRE brand colour */
}


/* Blog layout CSS (blogs only)
 * Added by rahul.shirode@zensar.com
 */
@media (min-width: 61.5625em) {
  /* Disable Twenty Sixteen float layout for blog posts */
  body.single-post.category-blogs article.post .entry-content {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 820px;
    margin-inline: auto;
  }
}
/* =========================================================
   Entry Header spacing (space above title)
   ========================================================= */

body.single-post.category-blogs .entry-header {
  margin-top: 48px;
  margin-bottom: 32px;
}

body.single-post.category-blogs h1.entry-title {
    margin-top: 30px !important;
}

/* =========================================================
   Entry meta styling (date + author)
   ========================================================= */

body.single-post.category-blogs .entry-meta {
  margin-top: 8px;
  font-size: 0.9rem;
  color: #666;
}



/* =========================================================
   Author page styles (author archive only)
   ========================================================= */

.author-hero {
  display: flex;
  gap: 32px;
  padding: 48px 0px 10px;
  border-bottom: 1px solid #e5e5e5;
}

.author-hero__avatar img {
  border-radius: 50%;
}

.author-post {
  margin-bottom: 20px;
}

/* blog Overview page */
h4.pt-cv-title > a {
    color: #141535 !important;
}

.pt-cv-taxoterm.below_title > a {
    color: #141535 !important;
    font-weight: 800;
}


/* ================================
   Single BLOG ONLY Page
================================ */

.entry-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.author-profile-info {
  display: flex;
  flex-direction: column;
}

.author-name {
  font-weight: 600;
  line-height: 1.2;
}

.author-job-title {
  font-size: 14px;
  opacity: 0.75;
  line-height: 1.2;
}


.entry-content.blog-entry-content {
    margin-left: 15% !important;
    width: 70% !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

header.entry-header.blog-entry-header {
    margin-top: 50px !important;
}

/* ===== Team Member Single Layout ===== */

.team-member-single {
    max-width: 1240px;
    margin: 0 20px !important;
    padding: 60px 20px;
}

.team-member-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* LEFT COLUMN – 40% */
.team-member-left {
    flex: 0 0 40%;
}

.team-member-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
}

/* RIGHT COLUMN – 60% */
.team-member-right {
    flex: 0 0 60%;
}

.team-member-name {
    font-size: 32px;
    margin: 0 0 8px;
}

.team-member-designation {
    font-size: 18px;
    color: #555;
    margin-bottom: 24px;
}

/* Content spacing */
.team-member-content p {
    margin-bottom: 16px;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .team-member-layout {
        flex-direction: column;
    }

    .team-member-left,
    .team-member-right {
        flex: 100%;
    }
}
/* Divider between designation and social icons */
.team-member-divider {
    border: none;
    border-top: 1px solid #ddd;
    margin: 20px 0 16px;
    width: 60px;
}

/* Social icons container */
.team-member-social {
    display: flex;
    gap: 14px;
    margin-bottom: 30px;
}

/* Social icon links */
.team-member-social a {
    font-size: 18px;
    color: #1a1a1a;
    transition: color 0.3s ease;
}

.team-member-social a:hover {
    color: #0056b3; 
}

/* ===============================
   BLOG OVERVIEW – METASLIDER
   =============================== */

/* Force override plugin caption background */
.metaslider.blog-MS .flexslider .caption-wrap {
  background: transparent !important;
  padding: 0 !important;
  opacity: 1 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 35px !important;
}

/* White title text */
.metaslider.blog-MS .caption h1 {
  color: #ffffff !important;
}

/* Align MetaSlider caption text with blog content container */
.blog-MS .caption-wrap {
  max-width: 100%;
}

.blog-MS .caption {
  padding-left: 4em !important;
  box-sizing: border-box;
}

/* Desktop-only alignment (match your site-main breakpoint) */
@media (max-width: 61.5625em) {
  .blog-MS .caption {
    padding-left: 2em !important;
  }
}


/* needs to change it when moves to PROD */

/* Blog overview – keep original title casing */
#pt-cv-view-2bf6ecamx3 .pt-cv-title,
#pt-cv-view-2bf6ecamx3 .pt-cv-title a {
  text-transform: none !important;
}

/* Blog – Share section layout */
.blog-share {
  margin: 20px 0;
}

/* Heading on its own line */
.blog-share h4 {
  margin: 0 0 12px;
}

/* Icon row */
.blog-share .share-icon {
  display: inline-block;
  margin-right: 12px;
}

/* Icon styling */
.blog-share .share-icon img {
  display: block;
  opacity: 0.75;
  transition: opacity 0.2s ease;
}

.blog-share .share-icon:hover img {
  opacity: 1;
}


/* Blog single – author left, date right */
body.single-post .entry-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px auto 24px;
}

/* Left side: author */
body.single-post .entry-meta .entry-author {
  font-weight: 500;
}

/* Right side: date */
body.single-post .entry-meta time {
  white-space: nowrap;
  color: #555;
}

/* Hide the dot separator (not needed with flex) */
body.single-post .entry-meta .meta-separator {
  display: none;
}

/* Hide the Metaslider on Auther page */
body.author .metaslider,
body.author .ml-slider,
body.author .metaslider-container,
body.author .flexslider {
  display: none !important;
}

.entry-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.author-avatar {
    border-radius: 50%;
    object-fit: cover;
    outline: 1px solid #c7cbd6;
    outline-offset: 5px;
}

.entry-date {
  white-space: nowrap;
}

/* Remove Twenty Sixteen 15% margins for BLOG single pages only */
@media screen and (min-width: 56.875em) {

  body.single-post.category-blogs.no-sidebar .entry-header,
  body.single-post.category-blogs.no-sidebar .entry-content,
  body.single-post.category-blogs.no-sidebar .entry-footer {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

}

/* Hide default entry title on Blog single posts only */
body.single-post.category-blogs h1.entry-title {
  display: none !important;
}

/* Remove extra spacing above content for blog posts */
body.single-post
#primary
article.category-blogs
.post_title_margin-top {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Hide default entry header ONLY for blog category posts */
body.single-post
#primary.blog-content-area
article.category-blogs
> header.entry-header {
    display: none !important;
}

/* Remove inner content padding */
body.single-post
article.category-blogs
.content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.blog-share > a {
    padding-right: 10px !important;
}
/* Desktop */

main.site-main.blog-main {
    padding: 0 6em !important;
}

/* Mobile */
@media (max-width: 768px) {
main.site-main.blog-main {
    padding: 0 1em !important;
}

.author-avatar {
  width: 52px !important;
  outline-offset: 2px !important;
}

.author-name {
  font-size: 18px !important;
  margin-bottom: 4px !important;
}

}  

/* CSS for share link in single blog page */

.blog-share {
  position: relative;
}

.copy-confirmation {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  color: #0a8754;
  font-weight: 500;
  animation: fadeInOut 2s ease forwards;
}

@keyframes fadeInOut {
  0% { opacity: 0; transform: translateY(5px); }
  10% { opacity: 1; transform: translateY(0); }
  90% { opacity: 1; }
  100% { opacity: 0; }
}



/* ==============================
   Author Page – Blog Cards
================================ */

.author-hero,
.author-posts {
  padding-left: 6em;
  padding-right: 6em;
}

.author-posts {
  margin: 48px auto;
}

.author-posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 32px;
}

/* Card */
.author-post-card {
  background: #fff;
}

/* Link reset */
.author-post-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.author-post-card__image {
  width: 100%;
  aspect-ratio: 4 / 3;     /* change to 16/9 if needed */
  overflow: hidden;
  background: #f2f2f2;
}

.author-post-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;       /* KEY: crops instead of stretching */
  display: block;
}

/* Content */
.author-post-card__content {
  padding-top: 12px;
}

.author-post-card__title {
  font-size: 1.1875rem;
  margin: 0 0 6px;
  text-transform: none;
}

.author-post-card__date {
  font-size: 14px;
  color: #555;
}

.entry-author > a {
  color: #141535 !important;
  font-size: larger;
  font-weight: 400;
}

.entry-author > a:hover {
  text-decoration: underline;
}

/* Author page only Mobile CSS*/

@media (max-width: 56.874em) {

    body.author .author-hero {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px 16px !important;
        gap: 16px;
    }

    body.author .author-hero__avatar {
        margin: 0 auto;
        max-width: 96px;
    }

    body.author .author-hero__content {
        padding: 0 !important;
    }

    body.author .author-hero__content h1 {
        font-size: 1.4rem;
        line-height: 1.3;
    }

    body.author .author-posts {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

}

/* Hide theme default author box everywhere */
.author-info,
.entry-footer .author-info,
.single-post .author-info,
.blog .author-info {
  display: none !important;
}

/* Single Author Profile CSS */

.author-profile-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

.author-profile-image img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	max-width: 420px;
}

.author-profile-image {
    align-items: center;
    display: flex;
    justify-content: center;
}

.author-name {
	font-size: 28px;
	margin-bottom: 10px;
  color: #141535;
}

.author-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.author-bio {
	font-size: 16px;
	line-height: 1.6;
}

@media (max-width: 768px) {
	.author-profile-grid {
		grid-template-columns: 1fr;
		text-align: center;
	}
}

.single-author-profile .post-thumbnail {
    display: none !important;
}

/* Desktop */
section.author-profile-hero {
    padding: 2em 6em 1em 6em;
}

section.author-profile-slices {
    padding: 1em 6em 2em 6em;
}

/* Mobile */
@media (max-width: 768px) {
    section.author-profile-hero {
        padding: 1.5em 1.5em 1em 1.5em;
    }

    section.author-profile-slices {
        padding: 1em 1.5em 1.5em 1.5em;
    }
}