/*
 Theme Name:     twentysixteen Child Theme
 Theme URI:      http://hyperlinkcode.com/blog/?p=1021
 Description:    A bare-bones child theme for use with twentysixteen Theme from <a href="https://wordpress.org/">Wordpress</a>. To use this Child Theme, you must have <a href="https://wordpress.org/themes/twentysixteen/">twentysixteen</a> parent theme installed.
 Author:         Edward Zivkovic
 Author URI:     http://hyperlinkcode.com/
 Template:       twentysixteen
 Version:        1.0.0
*/
/* Add Custom CSS after this line */
/*
	font-family:'Calvert MT W01 Light';
	font-family:'Calvert MT W01';
	font-family:'Calvert MT W01 Bold';
	font-family:'Frutiger Next W01 Light';
	font-family:'FrutigerNextW01-Regular';
	font-family:'FrutigerNextW01-Medium';
	font-family:'Frutiger Next W01 Bold';
*/
/* 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', Arial, Helvetica, sans-serif;
}
.medium-font {
  font-family: "FrutigerNextW01-Medium", Arial, Helvetica, sans-serif;
}
.regular-font {
  font-family: 'FrutigerNextW01-Regular', Arial, Helvetica, sans-serif;
}
:-webkit-input-placeholder {
  font-family: 'Frutiger Next W01 Light', Arial, Helvetica, sans-serif;
  color: #c9c9c9;
}
:-ms-input-placeholder {
  font-family: 'Frutiger Next W01 Light', Arial, Helvetica, sans-serif;
  color: #c9c9c9;
}
:-moz-placeholder {
  font-family: 'Frutiger Next W01 Light', Arial, Helvetica, sans-serif;
  color: #c9c9c9;
}
::-moz-placeholder {
  font-family: 'Frutiger Next W01 Light', Arial, Helvetica, sans-serif;
  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", Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
  font-weight: normal;
}
h1,
h1.entry-title {
  font-size: 2em;
  text-transform: none;
  font-family: "Calvert MT W01", Arial, Helvetica, sans-serif;
  color: #2c2c2e;
  margin-bottom: 1em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.25em;
  margin-bottom: 5px;
  text-transform: inherit;
  line-height: 1.4em;
  font-family: "FrutigerNextW01-Medium", Arial, Helvetica, sans-serif;
}
h4 {
  font-size: 1.25em;
  margin-bottom: 5px;
  text-transform: inherit;
}
h5 {
  font-size: 1em;
  margin-bottom: 5px;
  text-transform: inherit;
}
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: 1em;
  line-height: 1.737em;
}
.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;
}
.bold-font,
strong,
b {
  font-family: "Frutiger Next W01 Bold", Arial, Helvetica, sans-serif;
}
.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;
}
.cta_button {
  padding: 10px 20px;
  background-color: #7a942e;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border: solid 1px transparent;
  font-family: "FrutigerNextW01-Medium", Arial, Helvetica, sans-serif;
  cursor: pointer;
  display: inline-block;
}
.cta_button:hover {
  color: #7a942e;
  background-color: #fff;
  border: solid 1px #7a942e;
}
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 {
  width: auto;
  padding: 15px 20px;
  background-color: transparent;
  text-align: center;
  color: #fff;
  display: inline-block;
  border: solid 1px #fff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.ghost_button:hover {
  background-color: rgbargba(255, 255, 255, 0.45);
  color: #34495e;
}
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", Arial, Helvetica, sans-serif;
  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", Arial, Helvetica, sans-serif;
}
.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;
}
/* ************************************************************************************************************************
Sector colours
************************************************************************************************************************ */
/* ************************************************* SITESMART STYLING ************************************************* */
body.sitesmart h1 {
  color: #0154a0;
}
body.sitesmart header nav.desktop_menu ul li.menu-item-has-children .dropdown {
  background-color: #fff;
}
body.sitesmart header nav.desktop_menu ul li.menu-item-has-children .dropdown ul li a:hover {
  background-color: #0154a0;
}
body.sitesmart header nav.desktop_menu ul li a:hover {
  border-color: #0154a0;
  color: #2c2c2e;
}
body.sitesmart header nav.desktop_menu ul li a.nav_trigger {
  background-color: #0154a0;
  border-color: #0154a0;
}
body.sitesmart header nav.desktop_menu ul li a.nav_trigger:hover {
  background-color: transparent;
  border-color: #0154a0;
}
body.sitesmart header nav ul li.menu-item-has-children.dropdown_open {
  border-left-color: #0154a0;
}
body.sitesmart header nav ul li.menu-item-has-children .dropdown {
  background-color: #5bb6fe;
}
body.sitesmart header nav ul li.menu-item-has-children .dropdown ul li a:hover {
  color: #fff;
}
body.sitesmart header nav ul li.menu-item-has-children .mobile_dropdown_icon {
  background-color: rgba(1, 84, 160, 0.85);
}
body.sitesmart header nav ul li a:hover {
  color: #0154a0;
}
body.sitesmart .site-inner .metaslider .flexslider ol.flex-control-nav li a.flex-active {
  background-color: #0154a0;
  border-color: #0154a0;
}
body.sitesmart .cta_button {
  background-color: #0154a0;
}
body.sitesmart .cta_button:hover {
  color: #0154a0;
  background-color: #fff;
  border: solid 1px #0154a0;
}
body.sitesmart section.tabbed_content_holder ul.tabs li {
  color: #0154a0;
}
body.sitesmart section.tabbed_content_holder ul.tabs li:hover {
  background-color: #0154a0;
  color: #fff;
}
body.sitesmart section.tabbed_content_holder ul.tabs li.current {
  background: url(images/svg/tab_border_smartsite.svg) repeat-x bottom center #ffffff;
  color: #0154a0;
}
body.sitesmart #main section .pt-cv-wrapper .pt-cv-collapsible .panel-group .pt-cv-content-item .panel-heading a {
  color: #0154a0;
}
body.sitesmart #content #primary #main section .pt-cv-wrapper .pt-cv-view .pt-cv-page .panel-group .pt-cv-content-item .panel-collapse .panel-body .pt-cv-content .btn.pt-cv-readmore {
  border: solid 1px transparent !important;
  background: #0154a0 !important;
}
body.sitesmart #content #primary #main section .pt-cv-wrapper .pt-cv-view .pt-cv-page .panel-group .pt-cv-content-item .panel-collapse .panel-body .pt-cv-content .btn.pt-cv-readmore:hover {
  border-color: #0154a0 !important;
  color: #0154a0 !important;
  background: #fff !important;
}
body.sitesmart .nf-form-cont input[type="button"] {
  background-color: #0154a0;
}
body.sitesmart .feedzy-rss a {
  color: #0154a0;
}
body.sitesmart .feedzy-rss a:hover {
  color: #2c2c2e;
}
body.sitesmart footer.bre_footer ul > li a:hover {
  color: #5bb6fe;
}
body.sitesmart.page-template-case-studies #page .pt-cv-wrapper .pt-cv-view .pt-cv-page .pt-cv-ifield a.pt-cv-href-thumbnail,
body.sitesmart.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.sitesmart.page-template-case-studies #page .pt-cv-wrapper .pt-cv-view .pt-cv-page .pt-cv-ifield .pt-cv-title a {
  color: #0154a0;
}
body.sitesmart.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.sitesmart.page-template-case-studies #page .pt-cv-wrapper .pt-cv-view .pt-cv-page .pt-cv-ifield .pt-cv-title a.pt-cv-href-thumbnail {
  border: none;
}
body.sitesmart.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.sitesmart.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: #0154a0 !important;
  color: #fff !important;
}
body.sitesmart.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: #0154a0 !important;
  border-color: #0154a0 !important;
}
body.sitesmart .course_dates_holder .course_title a {
  color: #0154a0;
}
body.sitesmart .course_dates_holder a.course_book_now {
  background-color: #0154a0;
  color: #fff;
}
body.sitesmart .course_dates_holder a.course_book_now:hover {
  background-color: #fff;
  border-color: #0154a0;
  color: #0154a0;
}
body.sitesmart section.text_left_image_right .image_panel a.cta_button:hover {
  border-color: #0154a0;
}
body.sitesmart header #navigation_holder .main_nav_holder nav ul li.search_icon {
  display: none;
}
/* ********************************************** END OF SITESMART STYLING ********************************************** */
/* ************************************************* HQM STYLING ************************************************* */
body.home-quality-mark header nav ul li a:hover {
  color: #005996;
}
body.home-quality-mark header nav ul li.menu-item-has-children.dropdown_open {
  border-left: solid 3px #005996;
}
body.home-quality-mark header nav ul li.menu-item-has-children .dropdown ul li {
  border-bottom-color: rgba(0, 89, 150, 0.85);
}
body.home-quality-mark header nav ul li.menu-item-has-children .mobile_dropdown_icon {
  background-color: rgba(0, 89, 150, 0.85);
}
body.home-quality-mark header nav.desktop_menu ul li a.nav_trigger {
  background-color: #005996;
}
body.home-quality-mark header nav.desktop_menu ul li a.nav_trigger:hover {
  border-color: #005996;
}
body.home-quality-mark header nav.desktop_menu ul li a:hover {
  border-bottom-color: #005996;
}
body.home-quality-mark header nav.desktop_menu ul li.menu-item-has-children .dropdown ul li:hover {
  background-color: #005996;
}
body.home-quality-mark header nav.desktop_menu ul li.menu-item-has-children:hover .dropdown {
  border-bottom: solid 3px #005996;
  /* this removes the transition delay so the menu will be visible while the other styles transition */
}
/* ********************************************** END OF HQM STYLING ********************************************** */
/* ************************************************* redbook-live STYLING ************************************************* */
body.redbook-live header nav ul li a:hover {
  color: #cc0001;
}
body.redbook-live header nav ul li.menu-item-has-children.dropdown_open {
  border-left: solid 3px #cc0001;
}
body.redbook-live header nav ul li.menu-item-has-children .dropdown ul li {
  border-bottom-color: rgba(204, 0, 1, 0.85);
}
body.redbook-live header nav ul li.menu-item-has-children .mobile_dropdown_icon {
  background-color: rgba(204, 0, 1, 0.85);
}
body.redbook-live header nav.desktop_menu ul li a.nav_trigger {
  background-color: #cc0001;
}
body.redbook-live header nav.desktop_menu ul li a.nav_trigger:hover {
  border-color: #cc0001;
}
body.redbook-live header nav.desktop_menu ul li a:hover {
  border-bottom-color: #cc0001;
}
body.redbook-live header nav.desktop_menu ul li.menu-item-has-children .dropdown ul li:hover {
  background-color: #cc0001;
}
body.redbook-live header nav.desktop_menu ul li.menu-item-has-children:hover .dropdown {
  border-bottom: solid 3px #cc0001;
  /* this removes the transition delay so the menu will be visible while the other styles transition */
}
body.redbook-live section.tabbed_content_holder ul.tabs li {
  color: #cc0001;
}
body.redbook-live section.tabbed_content_holder ul.tabs li.current {
  background: url(images/svg/tab_border_redbook.svg) repeat-x bottom center #ffffff;
}
body.redbook-live section.tabbed_content_holder ul.tabs li.current:hover {
  color: #cc0001;
  color: #fff;
}
body.redbook-live section.tabbed_content_holder ul.tabs li:hover {
  background-color: #cc0001;
  color: #fff;
}
body.redbook-live .course_dates_holder .course_title a {
  color: #cc0001;
}
body.redbook-live .course_dates_holder a.course_book_now {
  background-color: #cc0001;
  color: #fff;
}
body.redbook-live .course_dates_holder a.course_book_now:hover {
  background-color: #fff;
  border-color: #cc0001;
  color: #cc0001;
}
/* ********************************************** END OF redbook-live STYLING ********************************************** */
/* ********************************************** BREEAM STYLING ********************************************** */
.graphic_stats {
  text-align: center;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.graphic_stats h1 {
  margin-top: 0;
  margin-bottom: 35px;
}
.graphic_stats .explore-sections {
  width: calc(33.33% - 5px);
  min-width: 300px;
  min-height: 300px;
  display: inline-block;
}
.graphic_stats .explore-sections.folder-bg {
  background: url('images/breeam/graphic_stats/folder_bg.png') no-repeat 0 0 #97d38b;
}
.graphic_stats .explore-sections.building-bg {
  background: url('images/breeam/graphic_stats/building_bg.png') no-repeat center center #3e6964;
}
.graphic_stats .explore-sections.country-bg {
  background: url('images/breeam/graphic_stats/country_bg.png') no-repeat center bottom #59af4c;
}
.graphic_stats .explore-sections .counter-number {
  font-size: 4.5em;
  color: #ffffff;
  font-family: 'Calvert MT W01 Light';
  text-align: center;
  display: block;
  margin-top: 30%;
  padding: 5px;
  line-height: initial;
}
.graphic_stats .explore-sections .counter-text {
  font-size: 1.75em;
  color: #ffffff;
  font-family: 'FrutigerNextW01-Regular';
  text-align: center;
  display: block;
  padding: 5px;
}
section .breeam_logos {
  width: 200px;
  display: inline-block;
  margin: 0 7.5px 15px;
  vertical-align: top;
}
/* ********************************************** END OF BREEAM STYLING ********************************************** */
/* ************************************************* constructing-excellence STYLING ************************************************* */
body.constructing-excellence {
  /* Making mailpoet sign up form display horizontal rather than vertical as well as cleaning up spacing - should be irrelevant when dotmailer comes in */
}
body.constructing-excellence header nav ul li a:hover {
  color: #005996;
}
body.constructing-excellence header nav ul li.menu-item-has-children.dropdown_open {
  border-left: solid 3px #005996;
}
body.constructing-excellence header nav ul li.menu-item-has-children .dropdown ul li {
  border-bottom-color: rgba(0, 89, 150, 0.85);
}
body.constructing-excellence header nav ul li.menu-item-has-children .mobile_dropdown_icon {
  background-color: rgba(0, 89, 150, 0.85);
}
body.constructing-excellence header nav.desktop_menu ul li a.nav_trigger {
  background-color: #005996;
}
body.constructing-excellence header nav.desktop_menu ul li a.nav_trigger:hover {
  border-color: #005996;
}
body.constructing-excellence header nav.desktop_menu ul li a:hover {
  border-bottom-color: #005996;
}
body.constructing-excellence header nav.desktop_menu ul li.menu-item-has-children .dropdown ul li:hover {
  background-color: #005996;
}
body.constructing-excellence header nav.desktop_menu ul li.menu-item-has-children:hover .dropdown {
  border-bottom: solid 3px #005996;
  /* this removes the transition delay so the menu will be visible while the other styles transition */
}
body.constructing-excellence .site-inner .metaslider .flexslider ol.flex-control-nav li a.flex-active {
  background-color: #0154a0;
  border-color: #0154a0;
}
body.constructing-excellence section.core_tiles .content .tile:nth-child(6) {
  background-color: #988F84;
}
body.constructing-excellence section.core_tiles .content .tile:nth-child(7) {
  background-color: #00B8BA;
}
body.constructing-excellence section.core_tiles .content .tile:nth-child(8) {
  background-color: #4BBBEB;
}
body.constructing-excellence section.core_tiles .content .tile:nth-child(9) {
  background-color: #A9DEE6;
}
body.constructing-excellence section.core_tiles .content .tile:nth-child(10) {
  background-color: #B63092;
}
body.constructing-excellence .widget_wysija .wysija-submit,
body.constructing-excellence .widget_wysija .wysija-paragraph {
  display: inline-block;
}
body.constructing-excellence .widget_wysija .wysija-checkbox-paragraph {
  display: inline-block;
  padding: 5px;
}
body.constructing-excellence .widget_wysija .wysija-checkbox {
  margin: 0 0 0 0;
}
body.constructing-excellence .widget_wysija input[type="text"] {
  width: auto;
}
body.constructing-excellence section.tabbed_content_holder ul.tabs li {
  color: #01579b;
}
body.constructing-excellence section.tabbed_content_holder ul.tabs li.current {
  background: url(images/svg/tab_border_smartsite.svg) repeat-x bottom center #ffffff;
  cursor: auto;
}
body.constructing-excellence section.tabbed_content_holder ul.tabs li.current:hover {
  color: #01579b;
  background-color: #fff;
}
body.constructing-excellence section.tabbed_content_holder ul.tabs li:hover {
  background-color: #01579b;
  color: #fff;
}
/* ********************************************** END OF constructing-excellence STYLING ********************************************** */
/* ************************************************* SABRE STYLING ************************************************* */
body.sabre header nav ul li a:hover {
  color: #eb4848;
}
body.sabre header nav ul li.menu-item-has-children.dropdown_open {
  border-left: solid 3px #eb4848;
}
body.sabre header nav ul li.menu-item-has-children .dropdown ul li {
  border-bottom-color: rgba(235, 72, 72, 0.85);
}
body.sabre header nav ul li.menu-item-has-children .mobile_dropdown_icon {
  background-color: rgba(235, 72, 72, 0.85);
}
body.sabre header nav.desktop_menu ul li a.nav_trigger {
  background-color: #eb4848;
}
body.sabre header nav.desktop_menu ul li a.nav_trigger:hover {
  border-color: #eb4848;
}
body.sabre header nav.desktop_menu ul li a:hover {
  border-bottom-color: #eb4848;
}
body.sabre header nav.desktop_menu ul li.menu-item-has-children .dropdown ul li:hover {
  background-color: #eb4848;
}
body.sabre header nav.desktop_menu ul li.menu-item-has-children:hover .dropdown {
  border-bottom: solid 3px #eb4848;
  /* this removes the transition delay so the menu will be visible while the other styles transition */
}
body.sabre .site-inner .metaslider .flexslider ol.flex-control-nav li a.flex-active {
  background-color: #eb4848;
  border-color: #eb4848;
}
body.sabre section.tabbed_content_holder ul.tabs li {
  color: #01579b;
}
body.sabre section.tabbed_content_holder ul.tabs li.current {
  background: url(images/svg/tab_border_redbook.svg) repeat-x bottom center #ffffff;
  cursor: auto;
}
body.sabre section.tabbed_content_holder ul.tabs li.current:hover {
  color: #d52b1e;
  background-color: #fff;
}
body.sabre section.tabbed_content_holder ul.tabs li:hover {
  background-color: #d52b1e;
  color: #fff;
}
/* ********************************************** END OF SABRE STYLING ********************************************** */
/* ************************************************* BRE Group STYLING ************************************************* */
body.bre-group section {
  padding-top: 60px;
  padding-bottom: 60px;
}
body.bre-group .cvp-live-filter.cvp-button input[type=radio]:checked + div {
  background-color: #0179d8;
}
body.bre-group #main section .pt-cv-wrapper .btn {
  color: #0179d8;
}
body.bre-group .cta_button {
  background-color: #bfb800;
}
body.bre-group .cta_button:active,
body.bre-group .cta_button:focus {
  color: #ffffff !important;
}
body.bre-group .cta_button:hover {
  color: #bfb800 !important;
  border: 1px solid #bfb800 !important;
  background-color: #ffffff;
}
body.bre-group #bre_breadcrumbs {
  max-width: 1100px;
}
body.bre-group #bre_breadcrumbs li:last-child:after {
  background: #bfb800;
}
body.bre-group section.video_slice .right .play_icon {
  background-size: 20%;
  width: 50px;
  height: 50px;
}
body.bre-group ul.section_menu {
  list-style: none;
  margin: 0 0 20px;
  padding: 10px;
  background-color: #f5f5f7;
  border-top: 2px solid #bfb800;
  text-align: left;
}
body.bre-group ul.section_menu li a {
  transition: all 300ms linear;
  text-decoration: none;
  color: #0179d8;
  border-bottom: solid 1px transparent !important;
}
body.bre-group ul.section_menu li a:hover {
  color: #0179d8;
  border-bottom: solid 1px #0179d8 !important;
}
body.bre-group header nav.desktop_menu ul li a:hover {
  border-bottom-color: #bfb800;
}
body.bre-group header nav.desktop_menu ul li.menu-item-has-children .dropdown ul li:hover {
  background-color: #bfb800;
}
body.bre-group header nav ul li.menu-item-has-children .dropdown ul li {
  border-bottom-color: #bfb800;
}
body.bre-group header nav.desktop_menu ul li.menu-item-has-children:hover .dropdown {
  border-bottom-color: #bfb800;
}
body.bre-group strong,
body.bre-group b {
  font-weight: normal;
}
body.bre-group .reversed {
  color: #fff;
}
body.bre-group h1 {
  margin: 0 0 .5em;
}
body.bre-group h2,
body.bre-group h3 {
  margin: 0;
}
body.bre-group p,
body.bre-group h1,
body.bre-group h2,
body.bre-group h3,
body.bre-group section ul li {
  line-height: 1.4;
  font-weight: normal;
}
body.bre-group h1 {
  font-size: 1.75em;
}
body.bre-group h2 {
  font-size: 1.125em;
}
body.bre-group h2.wmts_name {
  font-size: 1em !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.bre-group h3 {
  font-size: 1.125em;
}
body.bre-group h3.wmts_job_title {
  font-size: 1em !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.bre-group section.two_equal h1,
body.bre-group section.three_equal h1 {
  font-size: 1.5em;
  margin: 0;
}
body.bre-group section.two_equal .slice_title h1 {
  font-size: 1.75em;
  margin: 0 0 1em;
}
body.bre-group .pull_out_text p {
  text-transform: none !important;
}
body.bre-group .large_image_pull_out_text_holder h1 {
  line-height: 1em !important;
}
body.bre-group p {
  font-size: 1em;
  margin: 0 0 1em;
}
body.bre-group section.tabbed_content_holder .tab_content.tabs_2 .even_tc {
  padding: 0 20px 0 0;
}
body.bre-group section.tabbed_content_holder ul.tabs li.tab-link-icon,
body.bre-group section.tabbed_content_holder ul.tabs li.tab-link-icon.current {
  background-color: inherit;
}
body.bre-group section.tabbed_content_holder ul.tabs {
  margin: 40px 0;
}
body.bre-group section ul li {
  font-size: 1em;
}
body.bre-group .standfirst {
  color: #bfb800;
  font-size: 1em;
}
body.bre-group section.large_image_pull_out {
  padding-top: 0;
  padding-bottom: 0;
}
body.bre-group .two_equal .content,
body.bre-group .three_equal .content,
body.bre-group .text_left_image_right .content,
body.bre-group .tabbed_content_holder .content,
body.bre-group .video_slice .content,
body.bre-group .grid_tiles .content,
body.bre-group .four_equal .content,
body.bre-group .pull_out_text_panel .content {
  max-width: 1100px;
}
body.bre-group section.large_image_pull_out .large_image_pull_out_image_holder img {
  opacity: .7;
}
body.bre-group section.text_left_image_right .text_panel {
  padding: 0;
}
body.bre-group #content_sidebar ul li {
  font-size: 1em;
}
body.bre-group #content_sidebar ul li ul.children li:before {
  border-bottom: none;
}
body.bre-group #content_sidebar ul li ul.children li {
  margin: 0;
}
body.bre-group #content_sidebar ul li.page_item_has_children {
  border-left: none;
  border-bottom: none;
}
body.bre-group section.two_equal .slice_title h1:empty {
  display: none;
}
body.bre-group .space-top {
  margin-top: 20px;
}
body.bre-group .space-below {
  margin-bottom: 20px;
}
body.bre-group .no-space-below {
  margin-bottom: 0;
}
body.bre-group .rounded-tr {
  border-top-right-radius: 15px;
}
body.bre-group .rounded-tl {
  border-top-left-radius: 15px;
}
body.bre-group .slice_title h1 {
  margin: 0 0 1em !important;
}
body.bre-group .callout_panel {
  margin: 0 0 20px;
  padding: 10px;
  background-color: #f5f5f7;
  border-top: 2px solid #bfb800;
  text-align: left;
}
body.bre-group .callout_panel--reversed {
  margin: 0 0 20px;
  padding: 10px;
  background-color: #ffffff;
  border-top: 2px solid #bfb800;
  text-align: left;
}
body.bre-group .space-below {
  margin-bottom: 1em !important;
}
body.bre-group section:nth-child(odd).large_image_pull_out .large_image_pull_out_text_holder {
  background-color: rgba(245, 245, 247, 0.9);
}
/* ************************************************* End of BRE Group STYLING ************************************************* */
/* ************************************************************************************************************************
End of Sector colours
************************************************************************************************************************ */
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #2c3e50;
  background-color: #fcfafb;
  font-family: 'FrutigerNextW01-Regular', Arial, Helvetica, sans-serif;
  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: #0179d8;
  border-bottom: solid 1px transparent;
}
html a:hover,
body a:hover {
  color: #0179d8;
  border-bottom: solid 1px #0179d8;
}
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', Arial, Helvetica, sans-serif;
  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: #7a942e;
}
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;
}
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%;
  max-width: 1366px;
  margin: 0 auto;
}
.content.error_page {
  position: relative;
}
.content.error_page h1 {
  color: #fff;
}
.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', Arial, Helvetica, sans-serif;
  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: 75px 0;
  background-color: #fff;
}
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:nth-child(even) {
  background-color: #f5f5f7;
}
section:nth-child(even) section {
  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(70% - 60px);
  padding: 0 45px 0 15px;
}
section.text_left_image_right .text_panel:first-child {
  margin-top: 0;
}
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(30% - 15px);
  padding-right: 15px;
}
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;
}
section.text_left_image_right .image_panel a.cta_button:hover {
  border-color: #7a942e;
}
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: #7a942e;
}
section.image_left_text_right .image_panel img {
  margin-bottom: 15px;
}
html .site-inner {
  max-width: inherit;
}
.site-content {
  padding: 0;
}
.site {
  margin: 0;
  background-color: transparent;
}
#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;
  padding: 0;
}
section.section_image_section .content {
  position: relative;
  max-width: none;
}
section.section_image_section .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 .content .slide_content_holder .caption_holder {
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px 20px 50px;
}
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: #2c2c2e;
}
section.section_image_section .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: "FrutigerNextW01-Medium", Arial, Helvetica, sans-serif;
}
section.section_image_section .content a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
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 15px;
  background-color: #f3f1ed;
  border-bottom: solid 1px #ccc;
  /*
		&.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: solid 1px #dfdfdf;
  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: "FrutigerNextW01-Medium", Arial, Helvetica, sans-serif;
  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: #2c2c2e;
  display: block;
  font-family: "FrutigerNextW01-Medium", Arial, Helvetica, sans-serif;
  border: none;
}
header #global_nav #global_nav_links ul li a:hover {
  background-color: #dfdfdf;
}
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: rgba(255, 255, 255, 0.95);
  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: 15px 0 15px 15px;
  display: block;
  color: #2c2c2e;
  font-family: "FrutigerNextW01-Medium", Arial, Helvetica, sans-serif;
  border: none;
}
header nav ul li a:hover {
  color: #7a942e;
  border: none;
}
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 #8dab35;
}
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: rgba(160, 195, 61, 0.85);
}
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: rgba(160, 195, 61, 0.85);
  display: block;
}
header nav ul li.menu-item-has-children .mobile_dropdown_icon img {
  width: 25px;
  height: 100%;
  max-height: 60px;
}
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;
}
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', Arial, Helvetica, sans-serif;
}
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 #mobile_nav_toggle {
  position: absolute;
  top: 20px;
  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: 5px;
  width: 35px;
  background: #2c2c2e;
  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: 0 15px;
  -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: 0.7;
  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.svg) no-repeat center right transparent;
}
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;
  padding: 0;
  list-style-type: none;
  opacity: 0;
  white-space: nowrap;
  /*
				&.multi_column_nav {
					-moz-column-count: 2;
					-webkit-column-count: 2;
					column-count: 2;
				}//multi_column_nav
				*/
}
header nav.desktop_menu ul li {
  float: left;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  box-sizing: content-box;
  font-size: 0.938em;
  vertical-align: top;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border-bottom: none;
}
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;
}
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: #2c2c2e;
  padding: 20px 15px;
  display: block;
  border-bottom: solid 3px transparent;
}
header nav.desktop_menu ul li a.nav_trigger {
  background-color: #7a942e;
  color: #fff;
}
header nav.desktop_menu ul li a.nav_trigger:hover {
  background-color: transparent;
  color: #2c2c2e;
  border-color: #7a942e;
}
header nav.desktop_menu ul li a:hover {
  border-bottom-color: #7a942e;
  color: #2c2c2e;
}
header nav.desktop_menu ul li.menu-item-has-children {
  background: url(images/icons/down-arrow.svg) no-repeat center right transparent;
  padding-right: 5px;
}
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: 500px;
  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: 50%;
  min-width: 150px;
  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 span {
  white-space: nowrap;
}
header nav.desktop_menu ul li.menu-item-has-children .dropdown ul li:hover {
  border-bottom: none;
  background-color: #7a942e;
  color: #fff;
}
header nav.desktop_menu ul li.menu-item-has-children .dropdown ul li:hover a {
  color: #fff;
}
header nav.desktop_menu ul li.menu-item-has-children .dropdown ul li a {
  padding: 10px 15px;
}
header nav.desktop_menu ul li.menu-item-has-children .dropdown ul li a:hover {
  color: #fff;
}
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 #7a942e;
  /* 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 #mobile_nav_toggle {
  display: none;
}
header nav.desktop_menu .nav_search_field_holder {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
  width: 50%;
  z-index: 9999;
}
header nav.desktop_menu .nav_search_field_holder .gsc-search-box {
  margin: 0;
}
header nav.desktop_menu .nav_search_field_holder .gsc-search-box .gsc-input {
  border: none;
}
header nav.desktop_menu .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', Arial, Helvetica, sans-serif;
}
header nav.desktop_menu .nav_search_field_holder .gsc-search-box .gsc-input .gsc-input input {
  width: 100%;
  color: #2c2c2e;
  padding: 10px;
  font-size: 1.25em;
}
header nav.desktop_menu .nav_search_field_holder .gsc-search-box td.gsc-search-button {
  width: 40px;
  padding: 5px;
  border: none;
}
header nav.desktop_menu .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.desktop_menu .nav_search_field_holder .gsc-search-box td.gsc-clear-button {
  border: none;
  padding: 0;
}
header nav.desktop_menu .nav_search_field_holder .gsc-search-box td.gsc-clear-button div.gsc-clear-button {
  width: 14px;
  height: 14px;
  display: block;
}
header nav.desktop_menu .nav_search_field_holder .nav_search_field {
  display: inline-block;
  border-width: 0 0 1px 0;
  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;
  direction: ltr;
  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 .header_search_field {
  width: calc(100% - 40px);
  background-color: transparent;
  border-bottom: solid #dfdfdf;
  border-width: 0 0 1px 0;
}
header nav.desktop_menu .nav_search_field_holder .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.desktop_menu .nav_search_field_holder .close_search_field {
  content: 'X';
  line-height: 1em;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 15px;
  right: -20px;
  font-weight: bold;
  cursor: pointer;
}
.site-inner .metaslider.align_slider_top ul.slides li {
  display: flex !important;
  align-items: flex-end;
}
.site-inner .metaslider .flexslider {
  margin: 0;
  overflow: hidden;
  line-height: 0;
}
.site-inner .metaslider .flexslider .flex-viewport ul.slides {
  max-width: none;
}
.site-inner .metaslider .flexslider ul.slides {
  max-width: 100%;
  width: 100%;
}
.site-inner .metaslider .flexslider ul.slides li {
  max-height: 550px;
  overflow: hidden;
}
.site-inner .metaslider .flexslider ol.flex-control-nav {
  position: absolute;
  width: 100%;
  height: auto;
  padding: 0;
  bottom: 10px;
  z-index: 9998;
}
.site-inner .metaslider .flexslider ol.flex-control-nav li a {
  width: 25px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.45);
  border: solid 1px #fff;
  border: none;
}
.site-inner .metaslider .flexslider ol.flex-control-nav li a.flex-active {
  background-color: #7a942e;
  border-color: #7a942e;
}
.site-inner .metaslider .flexslider ul.flex-direction-nav li a {
  border: none;
}
.site-inner .metaslider .caption-wrap {
  top: 50%;
  left: 50%;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  min-width: 75%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px 95px;
  opacity: 1;
  text-align: center;
}
.site-inner .metaslider .caption-wrap .caption h1 {
  font-size: 3em;
  line-height: 1.2em;
  color: #fff;
}
.site-inner .metaslider .caption-wrap .caption h2 {
  color: #fff;
  text-transform: none;
  line-height: 1.2em;
}
.site-inner .metaslider .caption-wrap .caption a {
  padding: 10px 20px;
  margin-top: 40px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  display: inline-block;
}
.site-inner .metaslider .caption-wrap .caption a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
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 {
  text-align: center;
  width: calc(100% - 30px);
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
section.news_feed_holder .horizontal_scroll_overflow,
section.rss_news_feed_holder .horizontal_scroll_overflow,
div.rss_news_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 {
  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 {
  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 {
  font-family: "Calvert MT W01", 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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  display: inline-block;
}
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.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: #7a942e;
  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: #7a942e;
  background-color: #fff;
}
section.tabbed_content_holder ul.tabs li:hover {
  background-color: #7a942e;
  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: #7a942e;
}
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 50px;
  vertical-align: middle;
}
section.tabbed_content_holder .tab_content .left img,
section.tabbed_content_holder .tab_content .right img {
  width: 100%;
}
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.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: #7a942e;
}
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: #7a942e !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: #7a942e !important;
  border-color: #7a942e !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', Arial, Helvetica, sans-serif;
  padding-top: 10px;
}
body.single-post #primary article header .entry-title .post_date a {
  color: #7a942e;
}
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", 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 #7a942e;
}
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 #7a942e;
}
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', Arial, Helvetica, sans-serif;
}
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: #0179d8;
}
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: #0179d8;
  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: #0179d8;
}
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: #0179d8;
  border: none;
}
nav.bre_post_navigation .nav-links .nav-previous {
  float: left;
  padding-left: 35px;
  border-right: solid 3px #7a942e;
}
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 #7a942e;
}
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', Arial, Helvetica, sans-serif;
}
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: #7a942e;
  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: #7a942e;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-top: solid 1px #dfdfdf;
  border-bottom: solid 1px #dfdfdf;
  cursor: pointer;
  font-family: "FrutigerNextW01-Medium", Arial, Helvetica, sans-serif;
}
.course_dates_holder a.course_book_now:hover {
  background-color: #fff;
  border-color: #7a942e;
  color: #7a942e;
}
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", Arial, Helvetica, sans-serif;
  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", Arial, Helvetica, sans-serif;
}
section.single_training.list_view_listing .month_title {
  display: table-cell;
  border-bottom: solid 2px #00b5b5;
  font-family: "Frutiger Next W01 Bold", Arial, Helvetica, sans-serif;
  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: #7a942e;
  font-size: initial;
  text-transform: none;
  font-weight: normal;
  font-family: 'FrutigerNextW01-Regular', Arial, Helvetica, sans-serif;
  -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(0, 0, 0, 0.75);
  z-index: 9998;
  display: none;
}
.affiliate_site footer.bre_footer {
  padding: 50px 15px;
}
footer.bre_footer {
  position: relative;
  background-color: #363636;
  padding: 50px 15px 0;
}
footer.bre_footer .footer_left,
footer.bre_footer .footer_right {
  float: left;
}
footer.bre_footer .footer_left {
  width: 285px;
}
footer.bre_footer .footer_right {
  width: calc(100% - 285px);
}
footer.bre_footer #footer_logo {
  margin-bottom: 30px;
}
footer.bre_footer h1 {
  color: #fff;
}
footer.bre_footer ul {
  list-style: none;
  margin: 0;
}
footer.bre_footer ul > li {
  display: inline-block;
  vertical-align: top;
  font-size: 1.5em;
  margin: 0 0 0 10%;
}
footer.bre_footer ul > li a {
  color: #fff;
}
footer.bre_footer ul > li a:hover {
  color: #fff;
  border-color: #fff;
}
footer.bre_footer ul > li ul {
  margin: 0;
}
footer.bre_footer ul > li ul li {
  margin: 0;
  display: block;
  color: #f9f9f9;
  font-size: 0.7em;
}
footer.bre_footer #footer_social_buttons_holder .social_icon {
  width: 66px;
  height: 40px;
  display: inline-block;
  direction: ltr;
  text-indent: -9999px;
  border: none;
}
footer.bre_footer #footer_social_buttons_holder .social_icon.twitter_icon_white {
  background: url(images/icons/social_icons.svg) no-repeat center -120px transparent;
}
footer.bre_footer #footer_social_buttons_holder .social_icon.linkedin_icon_white {
  background: url(images/icons/social_icons.svg) no-repeat center -200px transparent;
}
footer.bre_footer #footer_social_buttons_holder .social_icon.buzz_icon_white {
  background: url(images/icons/social_icons.svg) no-repeat center -160px transparent;
}
footer.bre_footer #footer_social_buttons_holder .social_icon.email_icon_white {
  background: url(images/icons/social_icons.svg) no-repeat center -240px transparent;
}
footer.bre_footer #footer_social_buttons_holder .social_icon:hover {
  transform: translateY(-10px);
}
footer.bre_footer .site-info {
  border-top: solid 1px #292929;
  margin-top: 25px;
  margin-bottom: 0;
  padding: 10px 0;
}
footer.bre_footer .site-info .left {
  float: left;
}
footer.bre_footer .site-info .right {
  float: right;
  color: #b8b8b8;
}
footer.bre_footer .site-info .right a {
  color: #b8b8b8;
}
footer.bre_footer .site-info .right a:hover {
  color: #fff;
  border-color: #fff;
  box-shadow: none;
}
footer.bre_footer .site-info .center_elements {
  color: #b8b8b8;
}
footer.bre_footer .site-info .center_elements a {
  color: #b8b8b8;
}
footer.bre_footer .site-info .center_elements a:hover {
  color: #fff;
  border-color: #fff;
  box-shadow: none;
}
#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 #7a942e !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: #7a942e !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: #7a942e !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: #7a942e !important;
  color: #fff !important;
}
#main section .pt-cv-wrapper .btn-success:hover {
  border-color: #7a942e !important;
  background-color: #fff !important;
  color: #7a942e !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: #7a942e !important;
  color: #fff !important;
}
#main section .pt-cv-wrapper .btn.pt-cv-readmore:hover {
  border-color: #7a942e !important;
  background-color: #fff !important;
  color: #7a942e !important;
}
#main section .pt-cv-wrapper .pt-cv-collapsible .panel-group .pt-cv-content-item .panel-heading a {
  padding: 10px 30px 10px 10px;
  color: #7a942e;
}
#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 #7a942e !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: #7a942e !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: #7a942e !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: #7a942e !important;
  color: #fff !important;
}
#main .pt-cv-wrapper .btn-success:hover {
  border-color: #7a942e !important;
  background-color: #fff !important;
  color: #7a942e !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: #7a942e !important;
  color: #fff !important;
}
#main .pt-cv-wrapper .btn.pt-cv-readmore:hover {
  border-color: #7a942e !important;
  background-color: #fff !important;
  color: #7a942e !important;
}
#main .pt-cv-wrapper .pt-cv-collapsible .panel-group .pt-cv-content-item .panel-heading a {
  padding: 10px 30px 10px 10px;
  color: #7a942e;
}
.footer_tweets {
  background-color: #f3f1ed;
  padding: 30px 0;
}
.footer_tweets .content {
  position: relative;
}
.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: #7a942e;
  -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: #7a942e;
  -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: #0179d8;
}
.feedzy-rss a:hover {
  color: #0179d8;
  border-color: #0179d8;
}
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: #7a942e;
  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: #7a942e;
  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: "FrutigerNextW01-Medium", Arial, Helvetica, sans-serif;
  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% - 280px);
  background-color: transparent;
}
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;
}
#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: #7a942e;
  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: #7a942e;
  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: "FrutigerNextW01-Medium", Arial, Helvetica, sans-serif;
  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 #0179d8;
}
#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', Arial, Helvetica, sans-serif;
  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: #7a942e !important;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border: solid 1px transparent !important;
  font-family: "FrutigerNextW01-Medium", Arial, Helvetica, sans-serif;
  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: #7a942e !important;
  background-color: #fff !important;
  border: solid 1px #7a942e !important;
}
.su-button:hover span,
.su-button[style]:hover span {
  color: #7a942e !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', Arial, Helvetica, sans-serif;
}
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: #0179d8;
}
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", Arial, Helvetica, sans-serif;
  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: #0179d8;
}
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;
}
#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: #0179d8;
  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: #0179d8;
  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", Arial, Helvetica, sans-serif;
  display: block;
}
.custom_posts_tiles_holder .filter_custom_posts_holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 275px;
  text-align: left;
}
.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 #0179d8;
  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', Arial, Helvetica, sans-serif;
}
.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", Arial, Helvetica, sans-serif;
}
.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", 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: #0179d8;
  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: #0179d8;
  border-color: #0179d8;
  color: #fff;
}
#addsearch-results #addsearch-results-bottom #addsearch-logo {
  display: none;
}
#addsearch-results .sortby_active {
  color: #0179d8;
  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: "FrutigerNextW01-Medium", Arial, Helvetica, sans-serif;
}
.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;
}
@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%;
  }
}
@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;
  }
}
/* 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 {
    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 {
    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 {
    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;
  }
  section.objectives_tiles {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  section.objectives_tiles .content .objective_tile_holder {
    float: none;
    width: 100%;
  }
}
/* 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;
  }
  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.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 .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;
  }
  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%;
  }
}
/* 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 {
    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 {
    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%;
  }
}
/* 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: 2em;
  }
  .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 #7a942e;
  }
  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 #7a942e;
  }
  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 #7a942e;
  }
  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 #7a942e;
  }
  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: "FrutigerNextW01-Medium", Arial, Helvetica, sans-serif;
  }
}
/* 568 */
@media screen and (max-width: 480px) {
  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%;
  }
}
/* 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) {
  body.bre-group .standfirst {
    font-size: 1.125em;
  }
}
@media (min-width: 900px) {
  body.bre-group .standfirst {
    font-size: 1.5em;
  }
}
@media (min-width: 1000px) {
  body.bre-group .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;
}
*/
