/*
 Theme Name:     BRE Group Theme 2021 Edition
 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.1
*/
/* 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 !important;
  color: #828282 !important;
  font-style: italic !important;
}
::-ms-input-placeholder {
  font-family: 'Frutiger Next W01 Light', Arial, Helvetica, sans-serif !important;
  color: #828282 !important;
  font-style: italic !important;
}
::-moz-placeholder {
  font-family: 'Frutiger Next W01 Light', Arial, Helvetica, sans-serif !important;
  color: #828282 !important;
  font-style: italic !important;
  opacity: 1 !important;
}

#header_search_form input::-webkit-input-placeholder {
  font-family: 'Neue Haas Grotesk Display Pro 55 Roman' !important;
  color: #fff !important;
  font-style: normal !important;
}

#header_search_form input::-moz-placeholder {
  font-family: 'Neue Haas Grotesk Display Pro 55 Roman' !important;
  color: #fff !important;
  font-style: normal !important;
}

#header_search_form input:-ms-input-placeholder {
  font-family: 'Neue Haas Grotesk Display Pro 55 Roman' !important;
  color: #fff !important;
  font-style: normal !important;
}

#header_search_form input::placeholder {
  font-family: 'Neue Haas Grotesk Display Pro 55 Roman' !important;
  color: #fff !important;
  font-style: normal !important;
}
#header_search_form input::-webkit-input-placeholder {
  font-family: 'Neue Haas Grotesk Display Pro 55 Roman' !important;
  color: #fff !important;
  font-style: normal !important;
}
#header_search_form input::-ms-input-placeholder {
  font-family: 'Neue Haas Grotesk Display Pro 55 Roman' !important;
  color: #fff !important;
  font-style: normal !important;
}
#header_search_form input::-moz-placeholder {
  font-family: 'Neue Haas Grotesk Display Pro 55 Roman' !important;
  color: #fff !important;
  font-style: normal !important;
}

.transition-all {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.transition-bg-color {
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.transition-color {
  -webkit-transition: color 300ms linear;
  transition: color 300ms linear;
}
.transition-padding {
  -webkit-transition: padding 500ms ease-out;
  transition: padding 500ms ease-out;
}
.transition-box-shadow {
  -webkit-transition: box-shadow 500ms ease-out;
  transition: box-shadow 500ms ease-out;
}
.transition-transform {
  -webkit-transition: transform 500ms ease-out;
  -webkit-transition: -webkit-transform 500ms ease-out;
  transition: -webkit-transform 500ms ease-out;
  transition: transform 500ms ease-out;
  transition: transform 500ms ease-out, -webkit-transform 500ms ease-out;
}
.transition-opacity {
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
.transition-border {
  -webkit-transition: border 300ms ease-out;
  transition: border 300ms ease-out;
}
.transition-bg-position {
  -webkit-transition: background-position 300ms ease-out;
  transition: background-position 300ms ease-out;
}
.transition-none {
  -webkit-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: 1.75em;
  text-transform: none;
  font-family: "Calvert MT W01", Arial, Helvetica, sans-serif;
  color: #2c2c2e;
  margin: 0 0 0.5em;
}
h2 {
    font-size: 1.1rem;
    margin: 0;
    font-family: "FrutigerNextW01-Medium", Arial, Helvetica, sans-serif;
    color: black;
}
h2.wmts_name {
  font-size: 1em !important;
  margin: 0 !important;
  padding: 0 !important;
}
h3 {
  font-size: 1.313em;
  margin: 0;
  text-transform: inherit;
  line-height: 1.4em;
  font-family: "FrutigerNextW01-Medium", Arial, Helvetica, sans-serif;
}
h3.wmts_job_title {
  font-size: 1em !important;
  margin: 0 !important;
  padding: 0 !important;
}
h4 {
  font-size: 1.25em;
  margin-bottom: 5px;
  text-transform: inherit;
  font-family: "FrutigerNextW01-Medium", Arial, Helvetica, sans-serif;
}
h5 {
  font-size: 1.063em;
  margin-bottom: 5px;
  text-transform: inherit;
}
h6 {
  font-size: 1em;
}
p {
  font-size: 1em;
  margin: 0 0 1em;
}
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;
}
.reversed {
  color: #fff;
}
.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;
  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;
  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: 30px;
  padding-left: 30px;
}
.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;
}
.rounded-tr {
  border-top-right-radius: 15px;
}
.rounded-tl {
  border-top-left-radius: 15px;
}
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;
  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:visited,
body a:visited {
  color: #88689f;
}
html a:visited:hover,
body a:visited:hover {
  border-color: #88689f;
}
html a.cta_button:visited,
body a.cta_button:visited {
  border-color: #88689f;
  color: #fff;
}
html a[rel="noopener"],
body a[rel="noopener"] {
  position: relative;

}
html a[rel="noopener"]:after,
body a[rel="noopener"]:after {
  content: '';

  width: 14px;
  height: 14px;
  position: relative;
  display: inline-block;
  margin-left: 5px;
}
html a[href^="tel:"]:after,
body a[href^="tel:"]:after {
  content: '';
  background: url(images/icons/link_sprite.png) no-repeat 0 -28px transparent;
  width: 14px;
  height: 14px;
  position: relative;
  display: inline-block;
  margin-left: 5px;
}
html a[href^="mailto:"]:after,
body a[href^="mailto:"]:after {
  content: '';

  width: 14px;
  height: 14px;
  position: relative;
  display: inline-block;
  margin-left: 5px;
}
html a.tag_button,
body a.tag_button {
  text-transform: none;
  display: inline-block;
  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%;
  -ms-overflow-style: scrollbar;
}
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;
  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;
  transition: all 300ms linear;
}
.content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.content.error_page {
  position: relative;
}
.content.error_page h1 {
  color: #2c2c2e;
}
.content.error_page section.not-found {
  background-color: transparent;
  /*
			.gsc-search-box {
				margin: 0;

				.gsc-input {
					border: none;

					.gsc-input {
						border: solid 1px @border-color;
						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;

						input {
							width: 100%;
							color: @text-color;
							padding: 10px;
							font-size: 1.25em;
						}
					}//gsc-input
				}//gsc-input

				td.gsc-search-button {
					width: 40px;
					padding: 5px;
					border: none;

					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;
					}//gsc-search-button
				}//td.gsc-search-button

				td.gsc-clear-button {
					border: none;
					padding: 0;
					width: 25px;
					color: #fff;

					div.gsc-clear-button {
						width: 14px;
						height: 14px;
						display: block;
						background-image: url(images/icons/clear_icon.svg);
					}//gsc-clear-button
				}//td.gsc-clear-button
			}//gsc-search-box
			*/
}
body.error404 #content.banner_nav {
  margin-top: 0;
}
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;
}
#page section {
  width: 100%;
  padding: 60px 30px;
  background-color: #fff;
}
#page section:nth-child(even) {
  background-color: #f5f5f7;
}
#page section:nth-child(even) .related_theme_holder h3 span {
  background-color: #f5f5f7;
}
#page section .slice_title {
  text-align: center;
}
#page section .pt-cv-pinterest .pt-cv-page {
  opacity: 1;
}
#page section.section_image_section {
  padding: 0;
}
#page section.section_image_section .content {
  max-width: none;
}
#page section.pannellum_slice {
  padding: 0;
}
#page section.pannellum_slice .content {
  max-width: none;
}
#page section.large_image_pull_out {
  padding: 0;
}
#page section.large_image_pull_out .content {
  max-width: none;
}
#page section.project_team_details {
  background-color: #353b3e;
}
#page section.project_team_details .content h1 {
  color: #fff;
}
#page section.project_team_details .content .project_team_detail {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 60px;
  color: #fff;
}
#page section.project_team_details .content .project_team_detail.five {
  width: calc(20% - 4px);
}
.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: 30px;
  padding-left: 30px;
}
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: 30px;
  padding-left: 30px;
  box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
      margin: 0 auto;
  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;
  margin: 0 auto;
  position: relative;
}
.site-content {
  padding: 0;
}
.site {
  max-width: 1440px;
  margin: 0 auto;
  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;
  -webkit-transform: translate(-50%, -50%);
          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);
}
section.section_image_section .section_image.parallax {
  /* Set a specific height */
  height: 550px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.section_image_section .section_image.parallax .content {
  position: relative;
  max-width: none;
  height: 100%;
}
section.section_image_section .section_image.parallax .content .slide_content_holder {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: initial;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  background-color: rgba(255, 255, 255, 0.65);
  padding: 25px 125px;
  opacity: 1;
  text-align: center;
}
section.section_image_section .section_image.parallax .content .slide_content_holder .caption_holder {
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px 20px 50px;
}
section.section_image_section .section_image.parallax .content .slide_content_holder .caption_holder h1,
section.section_image_section .section_image.parallax .content .slide_content_holder .caption_holder h2,
section.section_image_section .section_image.parallax .content .slide_content_holder .caption_holder h3,
section.section_image_section .section_image.parallax .content .slide_content_holder .caption_holder h4,
section.section_image_section .section_image.parallax .content .slide_content_holder .caption_holder h5,
section.section_image_section .section_image.parallax .content .slide_content_holder .caption_holder h6,
section.section_image_section .section_image.parallax .content .slide_content_holder .caption_holder p {
  color: #2c2c2e;
}
section.section_image_section .section_image.parallax .content a {
  padding: 10px 20px;
  margin-top: 0;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  background-color: rgba(255, 255, 255, 0.25);
  color: #2c2c2e;
  display: inline-block;
  font-family: "FrutigerNextW01-Medium", Arial, Helvetica, sans-serif;
}
section.section_image_section .section_image.parallax .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 #navigation_holder .main_nav_holder .content {
  max-width: 1366px;
}
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 .content {
  max-width: 1366px;
}
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;
  transition: all 300ms linear;
}
header nav .content {
  position: relative;
  min-height: 69px;
}
header nav .custom-logo {
  max-width: none;
}
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: 0;
  white-space: normal;
}
header nav ul li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #d0e19e;
}
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 .dropdown {
  background-color: #d0e19e;
}
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%;
}
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: #bbd373;
  padding-left: 15px;
}
header nav ul li.menu-item-has-children .mobile_dropdown_icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  text-align: center;
  background-color: #fff;
  display: block;
  background: url(images/icons/icons_sprite.svg) no-repeat center -202px #ffffff;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  border-left: solid 1px #d0e19e;
}
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 .mobile_dropdown_icon.expanded {
  background: url(images/icons/icons_sprite.svg) no-repeat center -278px #d0e19e;
}
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;
  /*
						.gsc-search-box {
							margin: 0;

							.gsc-input {
								border: none;

								.gsc-input {
									border: solid 1px @border-color;
									display: inline-block;
									border-width: 0 0 1px 0;
									width: 100%;
									background-color: transparent;
									font-family: 'Frutiger Next W01 Light', Arial, Helvetica, sans-serif;

									input {
										width: 100%;
										color: @text-color;
										padding: 10px;
										font-size: 1.25em;
									}
								}//gsc-input
							}//gsc-input

							td.gsc-search-button {
								width: 40px;
								padding: 5px;
								border: none;

								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;
								}//gsc-search-button
							}//td.gsc-search-button

							td.gsc-clear-button {
								border: none;
								padding: 0;
								width: 25px;

								div.gsc-clear-button {
									width: 14px;
									height: 14px;
									display: block;
								}//gsc-clear-button
							}//td.gsc-clear-button
						}//gsc-search-box
						*/
}
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 .mobile_nav_search_field_holder form {
  margin-top: 5px;
}
header nav ul li.search_icon .mobile_nav_search_field_holder form .header_search_field {
  border-bottom: none;
}
header nav ul li.search_icon .mobile_nav_search_field_holder form.searchandfilter ul {
  padding: 15px;
}
header nav ul li.search_icon .mobile_nav_search_field_holder form.searchandfilter ul li.sf-field-search {
  display: inline-block;
  width: calc(100% - 47px);
  margin-right: 15px;
  border-bottom: none;
}
header nav ul li.search_icon .mobile_nav_search_field_holder form.searchandfilter ul li.sf-field-search label {
  width: 100%;
}
header nav ul li.search_icon .mobile_nav_search_field_holder form.searchandfilter ul li.sf-field-search label input {
  background-color: #fff;
  border-radius: 3px;
}
header nav ul li.search_icon .mobile_nav_search_field_holder form.searchandfilter ul li.sf-field-submit {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: top;
}
header nav ul li.search_icon .mobile_nav_search_field_holder form.searchandfilter ul li.sf-field-submit input {
  background: url(images/icons/search_icon.png) no-repeat center center transparent;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  padding: 0;
  border: none;
}
header nav ul li.search_icon .header_search_field {
  width: calc(100% - 50px);
  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;
  width: 36px;
  height: 36px;
  background: url(images/icons/icons_sprite.svg) no-repeat 0 -144px transparent;
  direction: ltr;
  text-indent: -9999px;
  padding: 5px;
}
header nav #mobile_nav_toggle {
  position: absolute;
  top: 32px;
  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;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #2c2c2e;
  position: absolute;
  display: block;
  content: '';
  -webkit-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;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header nav #mobile_nav_toggle.active span:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header nav.desktop_menu {
  padding: 0 15px;
  -webkit-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;
  transition: all 300ms linear;
  border-bottom: none;
}
header nav.desktop_menu ul li.search_icon {
  background: url(images/icons/icons_sprite.svg) no-repeat 0 -144px transparent;
  width: 36px;
  height: 36px;
  margin: 15px 0 0;
  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;
  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;
  -webkit-transition: max-height 0.15s ease-out;
  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;
  -webkit-transition: max-height 0.5s ease-in;
  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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
  z-index: 9999;
  /*
				.gsc-search-box {
					margin: 0;

					.gsc-input {
						border: none;

						.gsc-input {
							border: solid 1px @border-color;
							display: inline-block;
							border-width: 0 0 1px 0;
							width: 100%;
							background-color: transparent;
							font-family: 'Frutiger Next W01 Light', Arial, Helvetica, sans-serif;

							input {
								width: 100%;
								color: @text-color;
								padding: 10px;
								font-size: 1.25em;
							}
						}//gsc-input
					}//gsc-input

					td.gsc-search-button {
						width: 40px;
						padding: 5px;
						border: none;

						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;
						}//gsc-search-button
					}//td.gsc-search-button

					td.gsc-clear-button {
						border: none;
						padding: 0;

						div.gsc-clear-button {
							width: 14px;
							height: 14px;
							display: block;
						}//gsc-clear-button
					}//td.gsc-clear-button
				}//gsc-search-box
				*/
}
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;
}
header nav.desktop_menu .nav_search_field_holder .sfs_close_icon {
  position: absolute;
  top: 20px;
  right: 15px;
  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 form.searchandfilter ul {
  margin: 0;
  float: none;
  opacity: 1;
}
header nav.desktop_menu form.searchandfilter ul li {
  display: none;
  padding: 0;
  float: none;
}
header nav.desktop_menu form.searchandfilter ul li.sf-field-search {
  display: block;
  padding: 0;
  margin: 0;
}
header nav.desktop_menu form.searchandfilter ul li.sf-field-search label {
  display: block;
  height: 55px;
}
header nav.desktop_menu form.searchandfilter ul li.sf-field-search label input {
  border: none;
  border-radius: 0;
  height: 100%;
  padding: 10px 75px 10px 10px;
  box-sizing: border-box;
  background-color: #f5f5f7;
  border: solid 1px #dfdfdf;
  border-radius: 3px;
}
header nav.desktop_menu form.searchandfilter ul li.sf-field-submit {
  display: block;
  position: static;
}
header nav.desktop_menu form.searchandfilter ul li.sf-field-submit input[type="submit"] {
  position: absolute;
  top: 10px;
  right: 45px;
  width: 40px;
  padding: 5px;
  background: url(images/icons/search_icon.png) no-repeat center center transparent;
  width: 32px;
  min-width: auto;
  height: 32px;
  text-indent: -9999px;
  padding: 0;
  border: none;
}
.site-inner .metaslider.align_slider_top ul.slides li,
.site-inner .metaslider.ms-theme-disjoint.align_slider_top ul.slides li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.site-inner .metaslider .flexslider,
.site-inner .metaslider.ms-theme-disjoint .flexslider {
  margin: 0;
  overflow: hidden;
  line-height: 0;
  border-radius: 0;
}
.site-inner .metaslider .flexslider .flex-viewport ul.slides,
.site-inner .metaslider.ms-theme-disjoint .flexslider .flex-viewport ul.slides {
  max-width: none;
}
.site-inner .metaslider .flexslider ul.slides,
.site-inner .metaslider.ms-theme-disjoint .flexslider ul.slides {
  max-width: 100%;
  width: 100%;
}
.site-inner .metaslider .flexslider ul.slides li,
.site-inner .metaslider.ms-theme-disjoint .flexslider ul.slides li {
  max-height: 550px;
  overflow: hidden;
}
.site-inner .metaslider .flexslider ul.slides .caption-wrap,
.site-inner .metaslider.ms-theme-disjoint .flexslider ul.slides .caption-wrap {
  top: 50%;
  left: 0;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 40%;
  min-width: auto;
  background-color: #f9f9f9;
  padding: 35px;
  opacity: 1;
  text-align: center;
}
.site-inner .metaslider .flexslider ul.slides .caption-wrap .caption,
.site-inner .metaslider.ms-theme-disjoint .flexslider ul.slides .caption-wrap .caption {
  text-align: left;
}
.site-inner .metaslider .flexslider ul.slides .caption-wrap .caption h1,
.site-inner .metaslider.ms-theme-disjoint .flexslider ul.slides .caption-wrap .caption h1 {
  font-size: 2em;
  line-height: 1.2em;
  color: #2c2c2e;
}
.site-inner .metaslider .flexslider ul.slides .caption-wrap .caption h2,
.site-inner .metaslider.ms-theme-disjoint .flexslider ul.slides .caption-wrap .caption h2 {
  color: #2c2c2e;
  text-transform: none;
  line-height: 1.2em;
}
.site-inner .metaslider .flexslider ul.slides .caption-wrap .caption h3,
.site-inner .metaslider.ms-theme-disjoint .flexslider ul.slides .caption-wrap .caption h3,
.site-inner .metaslider .flexslider ul.slides .caption-wrap .caption h4,
.site-inner .metaslider.ms-theme-disjoint .flexslider ul.slides .caption-wrap .caption h4,
.site-inner .metaslider .flexslider ul.slides .caption-wrap .caption h5,
.site-inner .metaslider.ms-theme-disjoint .flexslider ul.slides .caption-wrap .caption h5,
.site-inner .metaslider .flexslider ul.slides .caption-wrap .caption h6,
.site-inner .metaslider.ms-theme-disjoint .flexslider ul.slides .caption-wrap .caption h6,
.site-inner .metaslider .flexslider ul.slides .caption-wrap .caption p,
.site-inner .metaslider.ms-theme-disjoint .flexslider ul.slides .caption-wrap .caption p {
  color: #2c2c2e;
}
.site-inner .metaslider .flexslider ul.slides .caption-wrap .caption a,
.site-inner .metaslider.ms-theme-disjoint .flexslider ul.slides .caption-wrap .caption a {
  margin-top: 40px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  background-color: rgba(0, 0, 0, 0.25);
  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;
}
.site-inner .metaslider .flexslider ul.slides .caption-wrap .caption a:hover,
.site-inner .metaslider.ms-theme-disjoint .flexslider ul.slides .caption-wrap .caption a:hover {
  color: #7a942e;
  background-color: #fff;
  border: solid 1px #7a942e;
}
.site-inner .metaslider .flexslider ol.flex-control-nav,
.site-inner .metaslider.ms-theme-disjoint .flexslider ol.flex-control-nav {
  position: absolute;
  width: 100%;
  height: auto;
  padding: 0;
  bottom: 105px;
  z-index: 9998;
}
.site-inner .metaslider .flexslider ol.flex-control-nav li a,
.site-inner .metaslider.ms-theme-disjoint .flexslider ol.flex-control-nav li a {
  width: 25px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.45);
  border: solid 1px #fff;
  border: none;
}
.site-inner .metaslider .flexslider ol.flex-control-nav li a.flex-active,
.site-inner .metaslider.ms-theme-disjoint .flexslider ol.flex-control-nav li a.flex-active {
  background-color: #7a942e;
  border-color: #7a942e;
}
.site-inner .metaslider .flexslider ul.flex-direction-nav li a,
.site-inner .metaslider.ms-theme-disjoint .flexslider ul.flex-direction-nav li a {
  border: none;
}
header #global_nav #global_nav_links ul li .click_nav {
  position: absolute;
  background-color: #f3f1ed;
  border: solid 1px #dfdfdf;
  z-index: 9999;
  display: none;
}
header #global_nav #global_nav_links ul li .click_nav.mobile_nav {
  left: 0;
  width: calc(100% - 100px);
}
header #global_nav #global_nav_links ul li .click_nav ul li {
  float: none;
  display: block;
  border-right: none;
  border-bottom: solid 1px #dfdfdf;
}
header #global_nav .global_buttons {
  float: right;
}
header #global_nav .global_buttons .global_icons {
  float: left;
  position: relative;
  width: 40px;
  height: 40px;
  text-align: center;
  border-left: solid 1px #dfdfdf;
}
header #global_nav .global_buttons #login_global_nav {
  background: url(images/icons/user_icon.png) no-repeat center center transparent;
  float: left;
  width: 40px;
  height: 40px;
}
header #global_nav .global_buttons #login_global_nav:hover {
  background-color: #dfdfdf;
}
header #global_nav .global_buttons #contact_global_nav {
  background: url(images/icons/contact_icon.png) no-repeat center center transparent;
  float: left;
  width: 40px;
  height: 40px;
}
header #global_nav .global_buttons #contact_global_nav:hover {
  background-color: #dfdfdf;
}
header #nav_dropdown {
  background-color: #f5f5f5;
}
header #nav_dropdown .login_dropdown,
header #nav_dropdown .contact_dropdown {
  display: none;
}
header #nav_dropdown h2 {
  font-size: 2em;
  margin-top: 0;
}
header #nav_dropdown .login_dropdown .left {
  float: left;
  width: 60%;
  text-align: left;
}
header #nav_dropdown .login_dropdown .right {
  float: right;
  width: 40%;
  text-align: center;
}
header #nav_dropdown .login_dropdown .right .highlight_box {
  background-color: #ededed;
}
header #nav_dropdown .login_dropdown .right .highlight_box h2 {
  text-align: left;
}
header #nav_dropdown .contact_dropdown a {
  text-decoration: none;
  color: #2c3e50;
  display: inline-block;
  border-bottom: solid 1px transparent;
}
header #nav_dropdown .contact_dropdown a:hover {
  border-bottom: solid 1px #2c3e50;
}
header #nav_dropdown .contact_dropdown .three_pod {
  width: calc(33.33% - 4px);
  display: inline-block;
  vertical-align: top;
}
header #nav_dropdown .contact_dropdown .three_pod p {
  margin-bottom: 0;
}
header #nav_dropdown .contact_dropdown .three_pod .social_icons_holder {
  position: relative;
  width: auto;
  height: auto;
  overflow: hidden;
}
header #nav_dropdown .contact_dropdown .three_pod .social_icons_holder .social_icon {
  width: 50px;
  padding: 10px 0;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  border: none;
}
header #nav_dropdown .contact_dropdown .three_pod .social_icons_holder .social_icon:hover {
  background-color: #fff;
  border: none;
}
header #nav_dropdown .contact_dropdown .three_pod .social_icons_holder .social_icons {
  width: 30px;
  height: 30px;
  float: left;
  text-align: center;
}
header #nav_dropdown .contact_dropdown .three_pod .social_icons_holder .social_icons img {
  margin: 5px auto;
}
header #branding {
  position: relative;
  width: 100%;
  padding: 0 15px;
  border-bottom: solid 1px #dfdfdf;
  background-color: #fcfafb;
}
header #branding #mobile_nav_icon {
  display: none;
}
header #branding a {
  display: inline-block;
}
header #branding a img {
  padding: 20px 15px 20px 0;
}
header #branding .search_holder {
  float: right;
  position: relative;
  padding-right: 40px;
  border-left: solid 1px #dfdfdf;
}
header #branding .search_holder input[type="text"] {
  border: none;
  padding: 34px 15px;
  font-size: 1em;
  background-color: transparent;
}
header #branding .search_holder .search_icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  margin-top: -14px;
}
header #branding .search_holder .search_icon input[type="submit"] {
  background: url(images/icons/search_icon.png) no-repeat center center transparent;
  border: none;
  direction: ltr;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
header #branding.mobile_nav .search_holder {
  display: none;
}
header #branding.mobile_nav #mobile_nav_icon {
  position: absolute;
  top: 23px;
  right: 15px;
  width: 45px;
  height: 45px;
  background: url(images/icons/mobile_menu_icon.png) no-repeat center center transparent;
  display: block;
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
header #branding.mobile_nav #mobile_nav_icon.mobile_active {
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari */
  transform: rotate(180deg);
}
#custom_cart_location {
  float: right;
  margin-right: 15px;
}
#custom_cart_location li {
  list-style: none;
}
.hide_this {
  display: none;
}
div.at_a_glance {
  text-align: center;
  width: calc(100% - 30px);
  padding-right: 15px;
  padding-left: 15px;
}
div.at_a_glance h1 {
  margin-top: 0;
  margin-bottom: 35px;
}
div.at_a_glance .fact_holder {
  width: 350px;
  display: inline-block;
  vertical-align: top;
  margin: 0 30px 30px;
}
div.at_a_glance .fact_holder .image_holder {
  width: 75px;
  margin: 0 auto;
}
div.at_a_glance .fact_holder h2 {
  font-size: 1em;
  margin-top: 0;
}
div.at_a_glance .fact_holder span.pullout_word {
  display: block;
  font-size: 1.75em;
}
section.news_feed_holder,
section.rss_news_feed_holder,
div.rss_news_feed_holder,
body.category div#primary .content div.blogs_feed_holder,
body.tag div#primary .content div.blogs_feed_holder {
  text-align: center;
  width: calc(100% - 30px);
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  /*
	&.blog_pod_holder {
		article {
			width: auto;
			padding: 0;


		}//article
	}//blog_pod_holder
	*/
}
section.news_feed_holder .horizontal_scroll_overflow,
section.rss_news_feed_holder .horizontal_scroll_overflow,
div.rss_news_feed_holder .horizontal_scroll_overflow,
body.category div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow,
body.tag div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow {
  text-align: center;
  float: none;
  width: 100%;
}
section.news_feed_holder .horizontal_scroll_overflow.filter_type_holder,
section.rss_news_feed_holder .horizontal_scroll_overflow.filter_type_holder,
div.rss_news_feed_holder .horizontal_scroll_overflow.filter_type_holder,
body.category div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow.filter_type_holder,
body.tag div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow.filter_type_holder {
  margin-bottom: 50px;
}
section.news_feed_holder .horizontal_scroll_overflow .hide_filters,
section.rss_news_feed_holder .horizontal_scroll_overflow .hide_filters,
div.rss_news_feed_holder .horizontal_scroll_overflow .hide_filters,
body.category div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow .hide_filters,
body.tag div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow .hide_filters {
  display: none;
}
section.news_feed_holder .horizontal_scroll_overflow .feed_type,
section.rss_news_feed_holder .horizontal_scroll_overflow .feed_type,
div.rss_news_feed_holder .horizontal_scroll_overflow .feed_type,
body.category div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow .feed_type,
body.tag div#primary .content div.blogs_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;
  transition: color 300ms linear;
  cursor: pointer;
  border-bottom: solid 3px transparent;
}
section.news_feed_holder .horizontal_scroll_overflow .feed_type.feed_active,
section.rss_news_feed_holder .horizontal_scroll_overflow .feed_type.feed_active,
div.rss_news_feed_holder .horizontal_scroll_overflow .feed_type.feed_active,
body.category div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow .feed_type.feed_active,
body.tag div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow .feed_type.feed_active {
  color: #2c3e50;
  border-bottom-color: #2c3e50;
}
section.news_feed_holder .horizontal_scroll_overflow .feed_type:hover,
section.rss_news_feed_holder .horizontal_scroll_overflow .feed_type:hover,
div.rss_news_feed_holder .horizontal_scroll_overflow .feed_type:hover,
body.category div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow .feed_type:hover,
body.tag div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow .feed_type:hover {
  color: #2c3e50;
}
section.news_feed_holder .horizontal_scroll_overflow .filter_type,
section.rss_news_feed_holder .horizontal_scroll_overflow .filter_type,
div.rss_news_feed_holder .horizontal_scroll_overflow .filter_type,
body.category div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow .filter_type,
body.tag div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow .filter_type {
  display: inline-block;
  padding: 10px 15px;
  -webkit-transition: color 300ms linear;
  transition: color 300ms linear;
  cursor: pointer;
  vertical-align: middle;
}
section.news_feed_holder .horizontal_scroll_overflow .filter_type.filter_active,
section.rss_news_feed_holder .horizontal_scroll_overflow .filter_type.filter_active,
div.rss_news_feed_holder .horizontal_scroll_overflow .filter_type.filter_active,
body.category div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow .filter_type.filter_active,
body.tag div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow .filter_type.filter_active {
  background-color: #56b146;
  color: #fff;
}
section.news_feed_holder .horizontal_scroll_overflow .filter_type:hover,
section.rss_news_feed_holder .horizontal_scroll_overflow .filter_type:hover,
div.rss_news_feed_holder .horizontal_scroll_overflow .filter_type:hover,
body.category div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow .filter_type:hover,
body.tag div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow .filter_type:hover {
  background-color: #dfdfdf;
}
section.news_feed_holder .horizontal_scroll_overflow .filter_type img,
section.rss_news_feed_holder .horizontal_scroll_overflow .filter_type img,
div.rss_news_feed_holder .horizontal_scroll_overflow .filter_type img,
body.category div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow .filter_type img,
body.tag div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow .filter_type img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
section.news_feed_holder .horizontal_scroll_overflow .filter_type .filter_type_text,
section.rss_news_feed_holder .horizontal_scroll_overflow .filter_type .filter_type_text,
div.rss_news_feed_holder .horizontal_scroll_overflow .filter_type .filter_type_text,
body.category div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow .filter_type .filter_type_text,
body.tag div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow .filter_type .filter_type_text {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
section.news_feed_holder .horizontal_scroll_overflow .filter_type .filter_type_text span,
section.rss_news_feed_holder .horizontal_scroll_overflow .filter_type .filter_type_text span,
div.rss_news_feed_holder .horizontal_scroll_overflow .filter_type .filter_type_text span,
body.category div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow .filter_type .filter_type_text span,
body.tag div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow .filter_type .filter_type_text span {
  display: block;
  font-size: 12px;
}
section.news_feed_holder .news_pod_half,
section.rss_news_feed_holder .news_pod_half,
div.rss_news_feed_holder .news_pod_half,
body.category div#primary .content div.blogs_feed_holder .news_pod_half,
body.tag div#primary .content div.blogs_feed_holder .news_pod_half {
  position: relative;
  width: calc(50% - 15px);
  display: inline-block;
  background-color: #fff;
  vertical-align: top;
  margin: 0 7.5px 15px;
  padding-bottom: 30px;
}
section.news_feed_holder .news_pod_half .top_half_holder,
section.rss_news_feed_holder .news_pod_half .top_half_holder,
div.rss_news_feed_holder .news_pod_half .top_half_holder,
body.category div#primary .content div.blogs_feed_holder .news_pod_half .top_half_holder,
body.tag div#primary .content div.blogs_feed_holder .news_pod_half .top_half_holder {
  position: relative;
}
section.news_feed_holder .news_pod_half .top_half_holder .image_holder,
section.rss_news_feed_holder .news_pod_half .top_half_holder .image_holder,
div.rss_news_feed_holder .news_pod_half .top_half_holder .image_holder,
body.category div#primary .content div.blogs_feed_holder .news_pod_half .top_half_holder .image_holder,
body.tag div#primary .content div.blogs_feed_holder .news_pod_half .top_half_holder .image_holder {
  overflow: hidden;
}
section.news_feed_holder .news_pod_half .top_half_holder .image_holder a,
section.rss_news_feed_holder .news_pod_half .top_half_holder .image_holder a,
div.rss_news_feed_holder .news_pod_half .top_half_holder .image_holder a,
body.category div#primary .content div.blogs_feed_holder .news_pod_half .top_half_holder .image_holder a,
body.tag div#primary .content div.blogs_feed_holder .news_pod_half .top_half_holder .image_holder a {
  border: none;
}
section.news_feed_holder .news_pod_half .top_half_holder .image_holder a:hover,
section.rss_news_feed_holder .news_pod_half .top_half_holder .image_holder a:hover,
div.rss_news_feed_holder .news_pod_half .top_half_holder .image_holder a:hover,
body.category div#primary .content div.blogs_feed_holder .news_pod_half .top_half_holder .image_holder a:hover,
body.tag div#primary .content div.blogs_feed_holder .news_pod_half .top_half_holder .image_holder a:hover {
  border: none;
}
section.news_feed_holder .news_pod_half .top_half_holder .image_holder img,
section.rss_news_feed_holder .news_pod_half .top_half_holder .image_holder img,
div.rss_news_feed_holder .news_pod_half .top_half_holder .image_holder img,
body.category div#primary .content div.blogs_feed_holder .news_pod_half .top_half_holder .image_holder img,
body.tag div#primary .content div.blogs_feed_holder .news_pod_half .top_half_holder .image_holder img {
  min-width: 100%;
  width: auto;
  height: 390px;
  overflow: hidden;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
section.news_feed_holder .news_pod_half .top_half_holder .image_holder img:hover,
section.rss_news_feed_holder .news_pod_half .top_half_holder .image_holder img:hover,
div.rss_news_feed_holder .news_pod_half .top_half_holder .image_holder img:hover,
body.category div#primary .content div.blogs_feed_holder .news_pod_half .top_half_holder .image_holder img:hover,
body.tag div#primary .content div.blogs_feed_holder .news_pod_half .top_half_holder .image_holder img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
section.news_feed_holder .news_pod_half .top_half_holder .news_date_holder,
section.rss_news_feed_holder .news_pod_half .top_half_holder .news_date_holder,
div.rss_news_feed_holder .news_pod_half .top_half_holder .news_date_holder,
body.category div#primary .content div.blogs_feed_holder .news_pod_half .top_half_holder .news_date_holder,
body.tag div#primary .content div.blogs_feed_holder .news_pod_half .top_half_holder .news_date_holder {
  position: absolute;
  top: 50px;
  right: -4px;
  width: 140px;
  text-align: center;
  color: #fff;
  padding: 5px;
  background-color: rgba(86, 177, 70, 0.7);
}
section.news_feed_holder .news_pod_half .top_half_holder .news_date_holder .triangle_shade,
section.rss_news_feed_holder .news_pod_half .top_half_holder .news_date_holder .triangle_shade,
div.rss_news_feed_holder .news_pod_half .top_half_holder .news_date_holder .triangle_shade,
body.category div#primary .content div.blogs_feed_holder .news_pod_half .top_half_holder .news_date_holder .triangle_shade,
body.tag div#primary .content div.blogs_feed_holder .news_pod_half .top_half_holder .news_date_holder .triangle_shade {
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 0;
  border-color: #418235 transparent transparent transparent;
}
section.news_feed_holder .news_pod_quarter,
section.rss_news_feed_holder .news_pod_quarter,
div.rss_news_feed_holder .news_pod_quarter,
body.category div#primary .content div.blogs_feed_holder .news_pod_quarter,
body.tag div#primary .content div.blogs_feed_holder .news_pod_quarter {
  position: relative;
  width: calc(25% - 20px);
  display: inline-block;
  background-color: #fff;
  vertical-align: top;
  margin: 0 7.5px 15px;
  padding-bottom: 30px;
}
section.news_feed_holder .news_pod_quarter .top_half_holder,
section.rss_news_feed_holder .news_pod_quarter .top_half_holder,
div.rss_news_feed_holder .news_pod_quarter .top_half_holder,
body.category div#primary .content div.blogs_feed_holder .news_pod_quarter .top_half_holder,
body.tag div#primary .content div.blogs_feed_holder .news_pod_quarter .top_half_holder {
  position: relative;
}
section.news_feed_holder .news_pod_quarter .top_half_holder .image_holder,
section.rss_news_feed_holder .news_pod_quarter .top_half_holder .image_holder,
div.rss_news_feed_holder .news_pod_quarter .top_half_holder .image_holder,
body.category div#primary .content div.blogs_feed_holder .news_pod_quarter .top_half_holder .image_holder,
body.tag div#primary .content div.blogs_feed_holder .news_pod_quarter .top_half_holder .image_holder {
  overflow: hidden;
}
section.news_feed_holder .news_pod_quarter .top_half_holder .image_holder img,
section.rss_news_feed_holder .news_pod_quarter .top_half_holder .image_holder img,
div.rss_news_feed_holder .news_pod_quarter .top_half_holder .image_holder img,
body.category div#primary .content div.blogs_feed_holder .news_pod_quarter .top_half_holder .image_holder img,
body.tag div#primary .content div.blogs_feed_holder .news_pod_quarter .top_half_holder .image_holder img {
  min-width: 100%;
  width: auto;
  height: 210px;
  overflow: hidden;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
section.news_feed_holder .news_pod_quarter .top_half_holder .image_holder img:hover,
section.rss_news_feed_holder .news_pod_quarter .top_half_holder .image_holder img:hover,
div.rss_news_feed_holder .news_pod_quarter .top_half_holder .image_holder img:hover,
body.category div#primary .content div.blogs_feed_holder .news_pod_quarter .top_half_holder .image_holder img:hover,
body.tag div#primary .content div.blogs_feed_holder .news_pod_quarter .top_half_holder .image_holder img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
section.news_feed_holder .news_pod_quarter .top_half_holder .news_date_holder,
section.rss_news_feed_holder .news_pod_quarter .top_half_holder .news_date_holder,
div.rss_news_feed_holder .news_pod_quarter .top_half_holder .news_date_holder,
body.category div#primary .content div.blogs_feed_holder .news_pod_quarter .top_half_holder .news_date_holder,
body.tag div#primary .content div.blogs_feed_holder .news_pod_quarter .top_half_holder .news_date_holder {
  position: absolute;
  top: 50px;
  right: -4px;
  width: 140px;
  text-align: center;
  color: #fff;
  padding: 5px;
  background-color: rgba(86, 177, 70, 0.7);
}
section.news_feed_holder .news_pod_quarter .top_half_holder .news_date_holder .triangle_shade,
section.rss_news_feed_holder .news_pod_quarter .top_half_holder .news_date_holder .triangle_shade,
div.rss_news_feed_holder .news_pod_quarter .top_half_holder .news_date_holder .triangle_shade,
body.category div#primary .content div.blogs_feed_holder .news_pod_quarter .top_half_holder .news_date_holder .triangle_shade,
body.tag div#primary .content div.blogs_feed_holder .news_pod_quarter .top_half_holder .news_date_holder .triangle_shade {
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 0;
  border-color: #418235 transparent transparent transparent;
}
section.news_feed_holder .image_holder,
section.rss_news_feed_holder .image_holder,
div.rss_news_feed_holder .image_holder,
body.category div#primary .content div.blogs_feed_holder .image_holder,
body.tag div#primary .content div.blogs_feed_holder .image_holder {
  position: relative;
  padding: 0;
}
section.news_feed_holder .news_text_holder,
section.rss_news_feed_holder .news_text_holder,
div.rss_news_feed_holder .news_text_holder,
body.category div#primary .content div.blogs_feed_holder .news_text_holder,
body.tag div#primary .content div.blogs_feed_holder .news_text_holder {
  padding: 15px;
  text-align: left;
}
section.news_feed_holder .news_text_holder h2,
section.rss_news_feed_holder .news_text_holder h2,
div.rss_news_feed_holder .news_text_holder h2,
body.category div#primary .content div.blogs_feed_holder .news_text_holder h2,
body.tag div#primary .content div.blogs_feed_holder .news_text_holder h2 {
  margin-top: 0;
  color: #56b146;
  text-transform: inherit;
}
section.news_feed_holder .news_text_holder h2 a,
section.rss_news_feed_holder .news_text_holder h2 a,
div.rss_news_feed_holder .news_text_holder h2 a,
body.category div#primary .content div.blogs_feed_holder .news_text_holder h2 a,
body.tag div#primary .content div.blogs_feed_holder .news_text_holder h2 a {
  color: #56b146;
  border-bottom: none;
}
section.news_feed_holder .news_text_holder h2 a:hover,
section.rss_news_feed_holder .news_text_holder h2 a:hover,
div.rss_news_feed_holder .news_text_holder h2 a:hover,
body.category div#primary .content div.blogs_feed_holder .news_text_holder h2 a:hover,
body.tag div#primary .content div.blogs_feed_holder .news_text_holder h2 a:hover {
  color: #2c3e50;
  text-decoration: none;
  border-bottom: none;
}
section.news_feed_holder .news_text_holder p img,
section.rss_news_feed_holder .news_text_holder p img,
div.rss_news_feed_holder .news_text_holder p img,
body.category div#primary .content div.blogs_feed_holder .news_text_holder p img,
body.tag div#primary .content div.blogs_feed_holder .news_text_holder p img {
  display: none !important;
}
section.news_feed_holder .news_text_holder .tag,
section.rss_news_feed_holder .news_text_holder .tag,
div.rss_news_feed_holder .news_text_holder .tag,
body.category div#primary .content div.blogs_feed_holder .news_text_holder .tag,
body.tag div#primary .content div.blogs_feed_holder .news_text_holder .tag {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  border-top: solid 1px #dfdfdf;
  padding-top: 10px;
}
section.news_feed_holder .news_text_holder .tag img,
section.rss_news_feed_holder .news_text_holder .tag img,
div.rss_news_feed_holder .news_text_holder .tag img,
body.category div#primary .content div.blogs_feed_holder .news_text_holder .tag img,
body.tag div#primary .content div.blogs_feed_holder .news_text_holder .tag img {
  width: 25px;
  margin-right: 4px;
}
section.news_feed_holder .buzz_button,
section.rss_news_feed_holder .buzz_button,
div.rss_news_feed_holder .buzz_button,
body.category div#primary .content div.blogs_feed_holder .buzz_button,
body.tag div#primary .content div.blogs_feed_holder .buzz_button {
  margin-top: 15px;
}
section.news_feed_holder .buzz_button a,
section.rss_news_feed_holder .buzz_button a,
div.rss_news_feed_holder .buzz_button a,
body.category div#primary .content div.blogs_feed_holder .buzz_button a,
body.tag div#primary .content div.blogs_feed_holder .buzz_button a {
  display: inline-block;
}
section.news_feed_holder .blog_pod_holder article,
section.rss_news_feed_holder .blog_pod_holder article,
div.rss_news_feed_holder .blog_pod_holder article,
body.category div#primary .content div.blogs_feed_holder .blog_pod_holder article,
body.tag div#primary .content div.blogs_feed_holder .blog_pod_holder article {
  padding: 0 0 60px;
}
section.news_feed_holder .blog_pod_holder article a.more-link,
section.rss_news_feed_holder .blog_pod_holder article a.more-link,
div.rss_news_feed_holder .blog_pod_holder article a.more-link,
body.category div#primary .content div.blogs_feed_holder .blog_pod_holder article a.more-link,
body.tag div#primary .content div.blogs_feed_holder .blog_pod_holder article a.more-link {
  background-color: #bfb800;
  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;
  margin: 5px auto 0;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
section.news_feed_holder .blog_pod_holder article a.more-link:hover,
section.rss_news_feed_holder .blog_pod_holder article a.more-link:hover,
div.rss_news_feed_holder .blog_pod_holder article a.more-link:hover,
body.category div#primary .content div.blogs_feed_holder .blog_pod_holder article a.more-link:hover,
body.tag div#primary .content div.blogs_feed_holder .blog_pod_holder article a.more-link:hover {
  color: #7a942e;
  background-color: #fff;
  border: solid 1px #7a942e;
}
section.two_equal,
div.two_equal {
  text-align: center;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}
section.two_equal .slice_title,
div.two_equal .slice_title {
  margin: 0 0 1em;
}
section.two_equal .left,
div.two_equal .left {
  float: left;
  width: 50%;
  text-align: left;
  padding: 0 30px 0 0;
}
section.two_equal .right,
div.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: 30px;
  padding-left: 30px;
}
section.three_equal div.full_width {
  margin-bottom: 1em;
}
section.three_equal .left {
  float: left;
  width: 33.33%;
  text-align: left;
  padding: 0 15px;
}
section.three_equal .middle {
  float: left;
  width: 33.33%;
  text-align: left;
  padding: 0 15px;
}
section.three_equal .right {
  float: left;
  width: 33.33%;
  text-align: left;
  padding: 0 15px;
}
section.three_equal h1 {
  font-size: 1.5em;
  margin: 0;
}
section.four_equal {
  text-align: center;
  padding: 30px 0;
}
section.four_equal .first {
  float: left;
  width: 25%;
  text-align: left;
  padding: 0 15px;
  padding: 0 30px;
}
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 30px;
}
section.five_equal {
  text-align: center;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}
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.two_equal blockquote,
section.three_equal blockquote,
section.four_equal section.five_equal blockquote {
  padding-right: 0;
}
section.two_equal blockquote:after,
section.three_equal blockquote:after,
section.four_equal section.five_equal blockquote:after {
  visibility: hidden;
  content: close-quote;
}
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: 30px;
  padding-left: 30px;
}
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 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-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 {
  -webkit-transform: translate(0, 0);
          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;
  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;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
  -webkit-transition: transform 500ms ease-out;
  -webkit-transition: -webkit-transform 500ms ease-out;
  transition: -webkit-transform 500ms ease-out;
  transition: transform 500ms ease-out;
  transition: transform 500ms ease-out, -webkit-transform 500ms ease-out;
}
section.tabbed_content_holder .tab_content.previous_current {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}
section.tabbed_content_holder .tab_content.current {
  visibility: visible;
  -webkit-transform: translate(0px, 0);
          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;
  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;
  transition: none;
  -webkit-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;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-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%;
  -webkit-transform: scale(1, 1) translate(-50%, -50%);
          transform: scale(1, 1) translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-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 {
  -webkit-transform: scale(0.5, 0.5) translate(-100%, -100%);
          transform: scale(0.5, 0.5) translate(-100%, -100%);
  opacity: 0;
}
section.hexagon_buttons .hexagon:hover .text_holder {
  -webkit-transform: scale(1.05, 1.05) translate(-50%, -50%);
          transform: scale(1.05, 1.05) translate(-50%, -50%);
}
section.video_slice {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  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%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: url(images/icons/icons_sprite.svg) no-repeat center -50px rgba(0, 0, 0, 0.6);
  background-size: 60%;
  border-radius: 50%;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  border: none;
}
section.video_slice .right .video_lightbox_anchor_image {
  border: none;
}
section.video_slice .right a[rel="wp-video-lightbox"] {
  display: inline-block;
}
section.video_slice .right a[rel="wp-video-lightbox"]:hover:before {
  background-color: #000000;
}
section.video_slice .right a[rel="wp-video-lightbox"]:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: url(images/icons/icons_sprite.svg) no-repeat center -50px rgba(0, 0, 0, 0.6);
  background-size: 60%;
  border-radius: 50%;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  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 {
  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;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}
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: 30px;
  padding-left: 30px;
}
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: none;
  width: 100%;
  margin: 0;
  background-color: transparent;
  text-align: left;
}
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: none;
  width: auto;
  margin: 30px auto 0;
  background-color: transparent;
}
body.single-post #primary article .entry-footer .avatar {
  width: auto;
  height: auto;
  margin: 0;
  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: 30px;
  padding-left: 30px;
}
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 !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: 0 !important;
  float: left !important;
}
section .perfect-pullquote blockquote:after {
  content: close-quote !important;
  bottom: -130px !important;
  right: 0 !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;
  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: 0;
  float: left;
}
blockquote:after {
  content: close-quote;
  bottom: -130px;
  right: 0;
  float: right;
}
nav.post-navigation {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  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;
  -webkit-transform: translateY(-50%);
          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;
  -webkit-transform: translateY(-50%);
          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;
  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: 30px;
  padding-left: 30px;
  border-top: solid 1px #dfdfdf;
  border-bottom: solid 1px #dfdfdf;
  background-color: #fcfafb;
  margin: 0;
  display: none;
}
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;
  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;
  -webkit-transform: translateY(-50%);
          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;
  -webkit-transform: translateY(-50%);
          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: 30px;
  padding-left: 30px;
}
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;
  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%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  background-color: #fff;
  padding: 25px;
  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;
  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;
  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;
}
footer.bre_footer {
  position: relative;
  background-color: #363636;
  padding: 130px 15px 0;
  margin-top: -90px;
}
footer.bre_footer .content {
  max-width: 1366px;
}
footer.bre_footer .footer_left,
footer.bre_footer .footer_right {
  float: left;
}
footer.bre_footer .footer_left {
  width: 285px;
}
footer.bre_footer .footer_left form {
  margin-top: 30px;
}
footer.bre_footer .footer_left form input[type="text"] {
  background: #282828;
  border-color: #9d9d9d;
}
footer.bre_footer .footer_left form input[type="submit"] {
  background-color: #363636;
  border: solid 1px #9d9d9d;
}
footer.bre_footer .footer_left form input[type="submit"]:hover {
  background-color: #0179d8;
  border-color: #0179d8;
}
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.facebook_icon_white {
  background: url(images/icons/social_icons.svg) no-repeat center -320px transparent;
}
footer.bre_footer #footer_social_buttons_holder .social_icon.instagram_icon_white {
  background: url(images/icons/social_icons.svg) no-repeat center -400px 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 {
  -webkit-transform: translateY(-10px);
          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;
  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 {
  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;
  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 {
  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 {
  position: relative;
  background-color: #1da1f2;
  max-width: 1230px;
  margin: 0 auto;
  z-index: 10;
  padding: 30px 0;
}
.footer_tweets .content {
  position: relative;
}
.footer_tweets .content h1 {
  position: relative;
  text-align: center;
  z-index: 1;
  color: #fff;
}
.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: none;
}
.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 {
  position: relative;
  width: calc(30% - 4px);
  margin: 0 1%;
  border-radius: 3px;
  box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.3);
  border: 0;
  background-color: #fff;
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
  padding: 15px 15px 70px;
}
.footer_tweets #ctf .ctf-item:last-of-type {
  border-right: 0;
}
.footer_tweets #ctf .ctf-item .ctf-tweet-content {
  text-align: left;
  margin: 0;
}
.footer_tweets #ctf .ctf-item .ctf-tweet-actions {
  margin: 0;
}
.footer_tweets #ctf .ctf-item .ctf-tweet-media {
  width: auto;
  float: none;
  text-align: center;
  margin: 15px 0;
}
.footer_tweets #ctf .ctf-item .ctf-tweet-media a {
  float: none;
  width: auto;
  display: inline-block;
}
.footer_tweets #ctf .ctf-item .ctf-tweet-media a img {
  float: none;
  max-height: 90px;
}
.footer_tweets #ctf .ctf-item .ctf-author-box {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f9f9f9;
  width: 100%;
  padding: 15px;
  margin: 0;
  text-align: left;
}
.footer_tweets #ctf .ctf-item .ctf-author-box .ctf-author-box-link .ctf-author-avatar {
  float: none;
  margin: 0 15px 0 0;
}
.footer_tweets .center_elements {
  margin-top: 30px;
}
.footer_tweets .center_elements .twitter_button {
  background-color: transparent;
  border: solid 1px #fff;
}
.footer_tweets .center_elements .twitter_button:hover {
  background-color: #fff !important;
  color: #1da1f2 !important;
  border-color: #fff !important;
}
.footer_logo_holder {
  position: relative;
  background-color: #faf8f6;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}
.footer_logo_holder .strip {
  text-align: center;
}
.footer_logo_holder .strip .footer_logo {
  display: inline-block;
  padding: 20px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.footer_logo_holder .strip .footer_logo:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.footer_logo_holder .strip .footer_logo a {
  border-bottom: 0;
}
#bre_breadcrumbs {
  background-color: #f3f1ed;
  padding-left: 15px;
  padding-right: 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;
  transform-origin: 100% 0;
  -webkit-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: #949300;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-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;
  transform-origin: 100% 0;
  -webkit-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: 30px;
  padding-left: 30px;
}
.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;
  transform-origin: 100% 0;
  -webkit-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: #949300;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-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;
  transform-origin: 100% 0;
  -webkit-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%;
  margin-right: 0;
  margin-left: 0;
}
#main .modernteammembers .entry-footer {
  margin: 0;
  width: auto;
}
.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: 30px;
  padding-left: 30px;
  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: auto;
  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;
  -webkit-transform: translateY(-50%);
          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;
  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: #000;
  font-weight: bold;
}
#content_sidebar ul li a {
  color: #7c8591;
  -webkit-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;
  padding-top: 20px;
}
#content_with_sidebar .search_field_holder {
  width: 100%;
  height: 55px;
  background-color: #fff;
  border: solid 1px #dfdfdf;
  border-radius: 3px;
  box-sizing: border-box;
  margin-right: 10px;
  position: relative;
}
#content_with_sidebar .search_field_holder .search-field,
#content_with_sidebar .search_field_holder .sf-input-text {
  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;
}
#content_with_sidebar .search_field_holder p.search_results_for {
  font-size: 0.85em;
}
#content_with_sidebar .search_results_tile_holder nav .nav-links:before {
  right: 0;
}
#content_with_sidebar .gsc-clear-button {
  display: none;
}
#content_with_sidebar .search-submit,
#content_with_sidebar .sf-field-submit input[type="submit"] {
  display: block;
  width: 52px;
  height: 52px;
  background: url(images/icons/search_icon.png) no-repeat center 12px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
#content_with_sidebar .search-submit:before,
#content_with_sidebar .sf-field-submit input[type="submit"]:before {
  content: none;
}
#content_with_sidebar .search_result_tile {
  display: inline-block;
  background-color: #fff;
  border-radius: 3px;
  text-align: left;
  width: calc(33.33% - 20px);
  padding: 0;
  margin: 10px 8px;
  box-sizing: border-box;
  position: relative;
  vertical-align: top;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}
#content_with_sidebar .search_result_tile:nth-of-type(4n) {
  margin-right: 0;
}
#content_with_sidebar .search_result_tile .search_tile_top {
  position: relative;
}
#content_with_sidebar .search_result_tile .search_tile_top .search_result_tile_image {
  width: 100%;
}
#content_with_sidebar .search_result_tile .search_result_tile_image {
  min-width: 140px;
  height: auto;
  max-height: 170px;
  text-align: center;
  padding: 0;
  overflow: hidden;
}
#content_with_sidebar .search_result_tile .search_result_tile_text {
  padding: 15px;
}
#content_with_sidebar .search_result_tile h1 {
  margin-top: 0;
  font-size: 1.5em;
  line-height: 1.2em;
}
#content_with_sidebar .search_result_tile h5 {
  margin: 0;
  color: #828282;
}
#content_with_sidebar .search_result_tile p {
  font-size: 1em;
}
#content_with_sidebar .search_result_tile.list_view_results {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  padding-top: 82px;
}
#content_with_sidebar .search_result_tile.list_view_results .search_tile_top {
  position: static;
}
#content_with_sidebar .search_result_tile.list_view_results .search_tile_top .tile_certification_holder {
  top: 15px;
  left: 0;
  border-left: 0;
  border-bottom: solid 1px #dfdfdf;
  height: auto;
}
#content_with_sidebar .search_result_tile.list_view_results .search_tile_top .tile_certification_holder .certification_icon {
  padding: 0 0 15px;
  margin-right: 11px;
  margin-bottom: 0;
  display: inline-block;
}
#content_with_sidebar .search_result_tile.list_view_results .search_result_tile_image {
  float: left;
  padding-right: 15px;
  width: 140px;
}
#content_with_sidebar .search_result_tile.list_view_results .search_result_tile_text {
  margin-left: 155px;
}
#content_with_sidebar .search_result_tile.text_only {
  padding: 10px;
  border-radius: 3px;
  background-color: #f9f9f9;
  border: solid 1px #dfdfdf;
}
#content_with_sidebar .search_result_tile.text_only h1,
#content_with_sidebar .search_result_tile.text_only h5 {
  border-bottom: solid 1px #dfdfdf;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
#content_with_sidebar .search_result_tile.text_only h1 a,
#content_with_sidebar .search_result_tile.text_only h5 a {
  color: #e5231b;
}
#content_with_sidebar .search_result_tile.text_only h1 a:hover,
#content_with_sidebar .search_result_tile.text_only h5 a:hover {
  color: #e5231b;
}
#content_with_sidebar .search_result_tile.text_only .link_block {
  display: inline-block;
  margin-top: 5px;
}
#content_with_sidebar .pagination {
  border: none;
  min-height: auto;
}
#content_with_sidebar .pagination:first-of-type {
  display: none;
}
#content_with_sidebar .pagination:before {
  content: none;
}
#content_with_sidebar .pagination:after {
  content: none;
}
#content_with_sidebar .pagination .nav-previous {
  display: none;
}
#content_with_sidebar .pagination .nav-next {
  display: none;
}
#content_with_sidebar .pagination .wp-pagenavi {
  text-align: center;
}
#content_with_sidebar .pagination .wp-pagenavi span.pages {
  display: block;
  padding-bottom: 10px;
  font-size: 0.8em;
}
#content_with_sidebar .pagination .wp-pagenavi span.current {
  background-color: #0179d8;
  border: solid 1px #0179d8;
  border-radius: 3px;
  color: #828282;
  padding: 5px 10px;
  margin: 0 3px;
  vertical-align: top;
  color: #fff;
  line-height: 1em;
}
#content_with_sidebar .pagination .wp-pagenavi a.page {
  background-color: transparent;
  border: solid 1px #dfdfdf;
  border-radius: 3px;
  color: #828282;
  padding: 5px 10px;
  margin: 0 3px;
  vertical-align: top;
  line-height: 1em;
  display: inline-block;
}
#content_with_sidebar .pagination .wp-pagenavi span.extend {
  margin: 0 5px;
}
#content_with_sidebar .pagination .wp-pagenavi a.nextpostslink {
  display: inline-block;
  position: relative;
  right: auto;
  width: auto;
  height: auto;
  text-indent: -9999px;
  background-color: #a3c3cd;
  font-size: 0;
  padding: 6px 10px;
}
#content_with_sidebar .pagination .wp-pagenavi a.nextpostslink:before {
  content: '';
  background: url(images/icons/prev_next_white.svg) no-repeat right center #a3c3cd;
  width: 10px;
  height: 19px;
  position: relative;
  display: block;
  margin: 0 auto;
  background-size: 20px;
  line-height: 0;
  left: auto;
  top: auto;
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#content_with_sidebar .pagination .wp-pagenavi a.previouspostslink {
  display: inline-block;
  position: relative;
  right: auto;
  width: auto;
  height: auto;
  text-indent: -9999px;
  background-color: #a3c3cd;
  font-size: 0;
  padding: 6px 10px;
}
#content_with_sidebar .pagination .wp-pagenavi a.previouspostslink:before {
  content: '';
  background: url(images/icons/prev_next_white.svg) no-repeat left center #a3c3cd;
  width: 10px;
  height: 19px;
  position: relative;
  display: block;
  margin: 0 auto;
  background-size: 20px;
  line-height: 0;
  left: auto;
  top: auto;
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#content_with_sidebar .pagination .wp-pagenavi a.first,
#content_with_sidebar .pagination .wp-pagenavi a.last {
  margin: 0 5px;
}
section.grid_tiles {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}
section.grid_tiles.transparent_bg .grid_tile {
  background-color: transparent;
}
section.grid_tiles.transparent_bg .grid_tile:nth-child(even) {
  background-color: transparent;
}
section.grid_tiles.two .grid_tile {
  width: 50%;
  background-color: #fff;
}
section.grid_tiles.two .grid_tile:nth-of-type(4n+2),
section.grid_tiles.two .grid_tile:nth-of-type(4n+3) {
  background-color: #f5f5f7;
}
section.grid_tiles.three .grid_tile {
  width: 33.33%;
  background-color: #fff;
}
section.grid_tiles.three .grid_tile:nth-child(even) {
  background-color: #f5f5f7;
}
section.grid_tiles.four .grid_tile {
  width: 25%;
  background-color: #fff;
}
section.grid_tiles.four .grid_tile:nth-child(8n+1),
section.grid_tiles.four .grid_tile:nth-child(8n+3),
section.grid_tiles.four .grid_tile:nth-child(8n+6),
section.grid_tiles.four .grid_tile:nth-child(8n+8) {
  background-color: #f5f5f7;
}
section.grid_tiles.five .grid_tile {
  width: 20%;
  background-color: #fff;
}
section.grid_tiles.five .grid_tile:nth-child(even) {
  background-color: #f5f5f7;
}
section.grid_tiles .grid_tile {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
}
section.grid_tiles .grid_tile .image_holder {
  display: inline-block;
}
section.grid_tiles .grid_tile .image_holder img {
  width: 100%;
}
section.grid_tiles .grid_tile .grid_tile_title {
  padding: 0 15px 15px;
}
#content #primary #main {
  /*
			.gsc-control-cse {
				.gsc-control-wrapper-cse {
					.gsc-results-wrapper-nooverlay {

						.gsc-tabsArea {
							border: none;

							.gsc-tabHeader {
								padding: 6px 12px;
								.transition-all;
								border-bottom: solid 1px @border-color;

								&:hover {
									background-color: @bre-green;
									color: #fff;
								}
							}//.gsc-tabHeader

							.gsc-tabhActive {
								color: #fff;
							}
						}//gsc-tabsArea

						.gsc-above-wrapper-area {
							word-wrap: normal;
						}//gsc-above-wrapper-area

						.gsc-wrapper {
							.gsc-resultsRoot {
								.gsc-results {
									.gsc-result {
										border: none;

										.gs-result {
											border: none;

											.gsc-table-result {
												border: none;

												.gsc-table-cell-snippet-close,
												.gs-promotion-text-cell {
													border: none;
												}//.gsc-table-cell-snippet-close, .gs-promotion-text-cell
											}//gsc-table-result

										}//gs-result
									}//gsc-result

									.gsc-expansionArea {
										.gsc-cursor-box {
											text-align: center;

											.gsc-cursor {
												.gsc-cursor-page {
													padding: 5px;
													text-decoration: none;
													border: solid 1px @border-color;

													&.gsc-cursor-current-page {
														color: #fff;
													}//gsc-cursor-current-page
												}//gsc-cursor-page
											}//gsc-cursor
										}//gsc-cursor-box
									}//gsc-expansionArea

									.gsc-webResult {
										a.gs-title {
											color: @bre-green;
											text-decoration: none;

											&:hover {
												color: @text-color;
											}
										}//a.gs-title
									}//gsc-webResult

								}//gsc-results
							}//gsc-resultsRoot

						}//gsc-wrapper
					}//gsc-results-wrapper-nooverlay
				}//gsc-control-wrapper-cse
			}//gsc-control-cse
			*/
}
#content #primary #main article.forum {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}
#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: 30px;
  padding-left: 30px;
  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;
  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: 30px;
  padding-left: 30px;
  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;
  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 {
  position: relative;
  max-width: 1230px;
  margin: 0 auto;
  background-color: #fff;
  z-index: 10;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
#content.banner_nav {
  margin: -90px auto 0;
}
#content section.related_posts {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}
#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;
  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;
  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;
  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: 30px;
  padding-left: 30px;
}
.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: 30px;
  padding-left: 30px;
  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: 30px;
  padding-left: 30px;
}
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;
  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: 30px;
  padding-left: 30px;
  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%;
  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;
  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;
  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;
  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: 30px;
  padding-left: 30px;
}
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: 30px;
  padding-left: 30px;
  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;
  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: none;
  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: 30px;
  padding-left: 30px;
  /* when there was lots of content the image didnt cover the div */
}
section.pull_out_text_panel.smartsite_notjust_bg {
  text-align: center;
  color: #fff;
  background-color: #6ac5d5 !important;
  -webkit-animation: backgroundcolour 3s steps(1) infinite both;
  animation: backgroundcolour 3s steps(1) infinite both;
}
section.pull_out_text_panel.smartsite_notjust_bg h1 {
  margin: 0;
  line-height: 1em;
  font-size: 9em;
  color: #2c2c2e;
  padding: 0.5em 0;
  white-space: nowrap;
}
section.pull_out_text_panel.smartsite_notjust_bg h1 a {
  color: #2c2c2e;
}
section.pull_out_text_panel.has_bg_image {
  background-size: cover;
}
@-webkit-keyframes backgroundcolour {
  50% {
    background-color: #ffe90e;
  }
}
@keyframes backgroundcolour {
  50% {
    background-color: #ffe90e;
  }
}
/*
@-moz-keyframes backgroundcolour {
	50%   {background-color: #ffe90e;}
}

@-webkit-keyframes backgroundcolour {
	50%  {background:#ffe90e;}
}
*/
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: 30px;
  padding-left: 30px;
  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%;
  -webkit-transform: translateY(-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: 30px;
  padding-left: 30px;
}
section.client_partner_logos.seven .client_partner_logo {
  width: 14%;
  min-width: inherit;
}
section.client_partner_logos.six .client_partner_logo {
  width: 16.5%;
  min-width: inherit;
}
section.client_partner_logos.five .client_partner_logo {
  width: 20%;
  min-width: inherit;
}
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: 30px;
  padding-left: 30px;
}
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;
  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: 30px;
  padding-left: 30px;
  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;
  -webkit-transform: translateY(-10px);
          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 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transform: translateX(10px);
          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 {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
section.api_image_text {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  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%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: url(images/icons/icons_sprite.svg) no-repeat center -50px rgba(0, 0, 0, 0.6);
  background-size: 60%;
  border-radius: 50%;
  -webkit-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: -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: 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;
  transition: all 300ms linear;
}
.custom_posts_tiles_holder .filter_custom_posts_holder .filter_custom_posts:hover .css_checkbox {
  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;
  border-radius: 3px;
  background-color: #fff;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-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 .filter_custom_posts_holder input[type="submit"] {
  text-transform: capitalize;
  font-family: 'Frutiger Next W01 Light', Arial, Helvetica, sans-serif;
  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;
  font-weight: normal;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  border-radius: 0;
}
.custom_posts_tiles_holder .filter_custom_posts_holder input[type="submit"]:hover {
  color: #7a942e;
  background-color: #fff;
  border: solid 1px #7a942e;
}
.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;
  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;
  transition: all 300ms linear;
}
section.media_tiles_slice .media_tile_image_holder img:hover {
  -webkit-transform: scale(1.1);
          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%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: url(images/icons/icons_sprite.svg) no-repeat center -50px rgba(0, 0, 0, 0.6);
  background-size: 60%;
  border-radius: 50%;
  -webkit-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: 30px;
  padding-left: 30px;
  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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: auto;
  -webkit-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;
  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 {
  display: none;
}
.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: 30px;
  padding-left: 30px;
  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%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  z-index: 9;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          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%;
  -webkit-transform: translateY(-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);
  -webkit-transform: translateY(-50%);
          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);
  -webkit-transform: none;
          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;
  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: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: none;
  min-width: unset;
}
section.stat_tiles_slice {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  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: 36px;
  height: 36px;
  background: url(images/icons/icons_sprite.svg) no-repeat 0 -144px transparent;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  direction: ltr;
  text-indent: -9999px;
  padding: 0;
  margin: 7px 10px 7px 0;
}
#addsearch-results {
  min-height: auto !important;
  min-height: unset !important;
}
#addsearch-results .addsearch-result-item-container {
  background-color: #fff;
  margin-bottom: 15px;
  background-image: none !important;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  padding: 15px;
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
#addsearch-results .addsearch-result-item-container:hover {
  background-color: #efefef;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
}
#addsearch-results .addsearch-result-item-container a {
  -webkit-transition: none;
  transition: none;
}
#addsearch-results .addsearch-result-item-container .addsearch-result-item-sub {
  border-bottom: none;
  background-image: none !important;
  min-height: unset;
  min-height: auto;
}
#addsearch-results .addsearch-result-item-container .addsearch-result-item-sub.addsearch-result-item-sub-active {
  background-color: transparent;
}
#addsearch-results .addsearch-result-item-container .addsearch-result-item-sub div {
  padding-left: 0;
  min-height: unset;
  min-height: auto;
}
#addsearch-results .addsearch-result-item-container .addsearch-result-item-sub h2 a {
  font-size: 1.2em;
  color: #0179d8;
  padding-bottom: 5px;
  font-weight: normal;
  padding-top: 0;
}
#addsearch-results .addsearch-result-item-container .addsearch-result-item-sub p {
  font-size: 16px;
  color: #2c2c2e;
  font-family: 'FrutigerNextW01-Regular', Arial, Helvetica, sans-serif;
}
#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 {
  padding-bottom: 0;
}
#addsearch-results .addsearch-result-item-container .addsearch-result-item-sub p span.document_url {
  padding-bottom: 15px;
}
#addsearch-results .addsearch-result-item-container .addsearch-result-item-sub p span em {
  color: #828282;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 14px;
}
#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: 30px;
  padding-left: 30px;
  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: 30px;
  padding-left: 30px;
}
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%;
  -webkit-transform: translate(-50%, -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%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}
section.objectives_tiles .content .objective_tile_holder .objective_number {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.2;
  font-size: 13em;
  color: #fff;
  font-family: "FrutigerNextW01-Medium", Arial, Helvetica, sans-serif;
}
.job_family_hexagons .hexagon {
  border: none;
}
.job_family_hexagons .hexagon:hover {
  border: none;
}
.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%;
  -webkit-transform: translate(-50%, -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;
}
.all_news_pt_cv .cvp-live-filter .cvp-label {
  color: #828282;
}
.all_news_pt_cv .cvp-live-filter .btn label div {
  padding: 10px 20px;
  cursor: pointer;
  border: solid 1px #828282;
  border-radius: 20px;
  margin-right: 15px;
  color: #828282;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.all_news_pt_cv .cvp-live-filter .btn label div:hover {
  background-color: #0179d8;
  color: #fff;
  border-color: #0179d8;
}
.all_news_pt_cv .cvp-live-filter .btn label input[type=radio]:checked + div {
  border-color: #0179d8;
}
.all_news_pt_cv .pt-cv-ifield {
  text-align: center;
  box-shadow: 0px 9px 20px -10px rgba(0, 0, 0, 0.5);
}
.all_news_pt_cv .pt-cv-ifield .pt-cv-href-thumbnail {
  max-height: 190px;
}
.all_news_pt_cv .pt-cv-ifield h4.pt-cv-title {
  font-family: "Calvert MT W01", Arial, Helvetica, sans-serif;
  padding: 0 30px;
}
.all_news_pt_cv .pt-cv-ifield h4.pt-cv-title a {
  font-family: "Calvert MT W01", Arial, Helvetica, sans-serif;
  font-size: 18px !important;
  line-height: 1.3 !important;
}
.all_news_pt_cv .pt-cv-ifield .pt-cv-meta-fields {
  padding: 0 30px;
}
.all_news_pt_cv .pt-cv-ifield .pt-cv-content {
  padding: 0 30px 30px;
  margin-bottom: 0;
}
body.infographic_climate_change_act section:nth-child(even) {
  background-color: #fff;
}
body.infographic_climate_change_act #page section.pull_out_text_panel {
  background-color: #00b5b5;
  border-top-left-radius: 15px;
  max-width: 1100px;
  margin: 0 auto;
}
body.infographic_climate_change_act section.pull_out_text_panel h1,
body.infographic_climate_change_act section.pull_out_text_panel h2,
body.infographic_climate_change_act section.pull_out_text_panel h3,
body.infographic_climate_change_act section.pull_out_text_panel h4,
body.infographic_climate_change_act section.pull_out_text_panel h5,
body.infographic_climate_change_act section.pull_out_text_panel h6,
body.infographic_climate_change_act section.pull_out_text_panel p {
  color: #fff;
}
body.infographic_climate_change_act section.two_equal.infographic_climate_change_act_section {
  display: table;
}
body.infographic_climate_change_act section.two_equal.infographic_climate_change_act_section.infographic_green_left .left {
  background-color: #00b7ba;
  border-top-left-radius: 15px;
  padding: 30px;
}
body.infographic_climate_change_act section.two_equal.infographic_climate_change_act_section.infographic_green_right .right {
  background-color: #00b7ba;
  border-top-left-radius: 15px;
  padding: 30px;
}
body.infographic_climate_change_act section.two_equal.infographic_climate_change_act_section h1 {
  font-size: 1.75em;
}
body.infographic_climate_change_act section.two_equal.infographic_climate_change_act_section .left {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  float: none;
}
body.infographic_climate_change_act section.two_equal.infographic_climate_change_act_section .left h1,
body.infographic_climate_change_act section.two_equal.infographic_climate_change_act_section .left h2,
body.infographic_climate_change_act section.two_equal.infographic_climate_change_act_section .left h3,
body.infographic_climate_change_act section.two_equal.infographic_climate_change_act_section .left h4,
body.infographic_climate_change_act section.two_equal.infographic_climate_change_act_section .left h5,
body.infographic_climate_change_act section.two_equal.infographic_climate_change_act_section .left h6,
body.infographic_climate_change_act section.two_equal.infographic_climate_change_act_section .left p {
  color: #fff;
}
body.infographic_climate_change_act section.two_equal.infographic_climate_change_act_section .right {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  float: none;
  color: #fff;
}
body.infographic_climate_change_act section.two_equal.infographic_climate_change_act_section .right h1,
body.infographic_climate_change_act section.two_equal.infographic_climate_change_act_section .right h2,
body.infographic_climate_change_act section.two_equal.infographic_climate_change_act_section .right h3,
body.infographic_climate_change_act section.two_equal.infographic_climate_change_act_section .right h4,
body.infographic_climate_change_act section.two_equal.infographic_climate_change_act_section .right h5,
body.infographic_climate_change_act section.two_equal.infographic_climate_change_act_section .right h6,
body.infographic_climate_change_act section.two_equal.infographic_climate_change_act_section .right p {
  color: #fff;
}
body.infographic_climate_change_act section.two_equal.infographic_climate_change_act_section .info_pullout_word {
  font-size: 7em;
}
body.infographic_climate_change_act section.two_equal.infographic_climate_change_act_section .cloud_one {
  position: absolute;
  top: 0;
  right: 20%;
  width: 30%;
  -webkit-animation: slightfadeinout 4s infinite;
  animation: slightfadeinout 4s infinite;
}
body.infographic_climate_change_act section.two_equal.infographic_climate_change_act_section .cloud_two {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  text-align: center;
  -webkit-animation: slightfadeinout 6s infinite;
  animation: slightfadeinout 6s infinite;
}
body.infographic_climate_change_act section.two_equal.infographic_climate_change_act_section .cloud_three {
  position: absolute;
  top: 36%;
  right: 31%;
  width: 35%;
  text-align: center;
  -webkit-animation: slightfadeinout 8s infinite;
  animation: slightfadeinout 8s infinite;
}
body.infographic_climate_change_act section.two_equal.infographic_climate_change_act_section .infographic_text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
body.infographic_climate_change_act section.two_equal.infographic_climate_change_act_section .wheel {
  background: url("https://bregroup.com/wp-content/uploads/2018/11/wheel.svg") no-repeat center center transparent;
  background-size: contain;
  width: 50%;
  height: 80%;
  position: absolute;
  top: 0;
  left: 42%;
  -webkit-animation: rotation 10s infinite linear;
}
body.infographic_climate_change_act section.two_equal.infographic_climate_change_act_section .wembley_stadium {
  width: 50%;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes slightfadeinout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slightfadeinout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
body.ceo_page {
  background: url(https://bregroup.com/wp-content/uploads/2019/01/ceo_home_bg.jpg) no-repeat center center fixed;
  background-size: cover;
}
body.ceo_page #bre_breadcrumbs {
  display: none;
}
body.ceo_page header nav {
  background-color: transparent;
}
body.ceo_page #content {
  background-color: transparent;
  box-shadow: none;
}
body.ceo_page section {
  background-color: transparent;
}
body.ceo_page .intro_text {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.15);
  border: solid 1px #00b5b5;
  margin-bottom: 30px;
}
body.ceo_page .intro_text p:last-of-type {
  margin-bottom: 0;
}
body.ceo_page .two_equal .left {
  float: left;
  width: 50%;
  text-align: left;
  padding: 0 15px 0 0;
}
body.ceo_page .two_equal .right {
  float: left;
  width: 50%;
  text-align: left;
  padding: 0 0 0 15px;
}
body.ceo_page .tile {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 13px);
  background-color: rgba(0, 181, 181, 0.15);
  text-align: center;
  margin: 0 5px 15px;
  border: none;
}
body.ceo_page .tile:hover {
  background-color: rgba(0, 181, 181, 0.35);
  border: none;
}
body.ceo_page .tile:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
body.ceo_page .tile:nth-child(n+3) {
  margin-bottom: 0;
}
body.ceo_page .tile .tile_content_holder {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30px;
  color: #fff;
}
body.ceo_page .tile .tile_content_holder .icon_holder {
  margin-bottom: 15px;
}
body.ceo_page .schedule_holder {
  height: 100%;
  padding: 30px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00b5b5+0,00b5b5+100&1+0,0.15+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #00b5b5 0%, rgba(0, 181, 181, 0.15) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #00b5b5 0%, rgba(0, 181, 181, 0.15) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b5b5', endColorstr='#2600b5b5', GradientType=0);
  /* IE6-9 */
}
body.ceo_page .schedule_holder h1 {
  text-align: center;
  color: #fff;
}
body.ceo_page .schedule_holder table.ceo_schedule {
  table-layout: auto;
  border: none;
}
body.ceo_page .schedule_holder table.ceo_schedule tr td {
  border-bottom: solid 1px #009696;
  border-width: 0 0 1px 0;
  color: #fff;
  line-height: 1.2em;
}
body.ceo_page .schedule_holder table.ceo_schedule tr:last-of-type td {
  border-bottom: 0;
}
body.ceo_page .footer_tweets {
  background-color: rgba(255, 255, 255, 0.15);
}
body.ceo_page .footer_tweets h1 {
  color: #2c2c2e;
}
.fourty_sixty .content {
  padding: 0;
}
.fourty_sixty .left {
  float: left;
  width: 40%;
  padding-right: 45px;
}
.fourty_sixty .right {
  float: left;
  width: 60%;
  padding-left: 45px;
}
.fourty_sixty .right .allow_overlap {
  position: relative;
  margin-top: -35%;
}
section.image_background {
  padding: 0 !important;
  position: relative;
}
section.image_background .content {
  padding: 0 !important;
}
section.image_background .content_holder {
  padding-top: 500px;
  width: calc(100% - 90px);
}
section.image_background .content_holder section {
  background-color: #fff;
}
section.image_background .content_holder section.text_comment h1 span.wrap_title {
  float: left;
  margin-right: 25px;
  clear: both;
}
section.image_background .content_holder section.fourty_sixty {
  padding-right: 0 !important;
}
section.image_background .content_holder section.image_fact {
  padding: 0 !important;
}
section.image_background .content_holder section:last-of-type {
  padding-bottom: 0 !important;
}
section.full_width.image_fact {
  padding: 0 !important;
}
section.full_width.image_fact .content {
  padding: 0 !important;
}
section.full_width.image_fact .content .left {
  float: left;
  width: 60%;
  overflow: hidden;
}
section.full_width.image_fact .content .left img {
  min-width: 100%;
  width: auto;
  max-width: none;
}
section.full_width.image_fact .content .right {
  float: left;
  width: 40%;
  background-color: #292a2c;
}
section.full_width.image_fact .content .right .fact_holder {
  color: #fff;
  padding: 60px;
}
section.full_width.image_fact .content .right .fact_holder h1 {
  color: #fff;
}
section.full_width.image_fact .content .right .fact_holder .fact_pullout {
  position: relative;
  left: -95%;
  background-color: #292a2c;
  padding: 30px;
}
section.full_width.image_fact .content .right .fact_holder .fact_pullout p {
  white-space: nowrap;
}
section.full_width.image_fact .content .right .fact_holder .fact_pullout span.highlight {
  font-size: 1.625em;
  font-family: "Calvert MT W01", Arial, Helvetica, sans-serif;
}
section.image_text_composition {
  background-color: #fff;
}
section.image_text_composition .content .left {
  float: left;
  padding: 0 30px 30px 0;
}
section.image_text_composition .content .left .small_image {
  margin-bottom: 30px;
}
section.image_text_composition .content .image_holder {
  display: inline-block;
  padding: 0;
}
section.image_text_composition .content h1 {
  display: inline-block;
}
section.full_width.featured_slider_holder {
  padding: 0 !important;
  background-color: transparent;
  margin-top: -60px;
}
section.full_width.featured_slider_holder .metaslider .flexslider .flex-control-nav.flex-control-paging {
  bottom: 30px !important;
}
ul.section_menu {
  list-style: none;
  margin: 0 0 20px;
  padding: 10px;
  background-color: #f5f5f7;
  border-top: 2px solid #949300;
  text-align: left;
}
body.category div#primary .content div.blogs_feed_holder .news_pod_quarter,
body.tag div#primary .content div.blogs_feed_holder .news_pod_quarter {
  box-shadow: 0px 9px 20px -10px rgba(0, 0, 0, 0.5);
}
body.category div#primary .content div.blogs_feed_holder .news_pod_quarter .news_text_holder,
body.tag div#primary .content div.blogs_feed_holder .news_pod_quarter .news_text_holder {
  text-align: center;
}
body.category div#primary .content div.blogs_feed_holder .news_pod_quarter .news_text_holder span.entry-date,
body.tag div#primary .content div.blogs_feed_holder .news_pod_quarter .news_text_holder span.entry-date {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.6);
  margin-bottom: 10px;
}
body.category div#primary .content div.blogs_feed_holder .news_pod_quarter .news_text_holder h4,
body.tag div#primary .content div.blogs_feed_holder .news_pod_quarter .news_text_holder h4 {
  font-size: 1.125em;
  line-height: 1.3em;
  font-family: "Calvert MT W01", Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
}
body.category div#primary .content div.blogs_feed_holder .news_pod_quarter .news_text_holder p,
body.tag div#primary .content div.blogs_feed_holder .news_pod_quarter .news_text_holder p {
  color: #828282;
}
/*
body.category div#primary .content div.blogs_feed_holder,
body.tag div#primary .content div.blogs_feed_holder
*/
#page section.study_method {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
#page section.study_method .background_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  overflow-x: hidden;
}
#page section.study_method .background_image img {
  width: auto;
  max-width: none;
  min-width: 100%;
}
#page section.study_method .study_methods_holder {
  position: relative;
  text-align: center;
  padding: 60px 0;
}
#page section.study_method .study_methods_holder h1.slice_title {
  color: #fff;
  padding: 0 15px;
}
#page section.study_method .study_methods_holder .study_method_holder {
  position: relative;
  width: auto;
  max-width: 330px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0 15px 15px;
}
#page section.study_method .study_methods_holder .study_method_holder img {
  border-radius: 3px;
}
#page section.study_method .study_methods_holder .study_method_holder .text_holder {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: calc(100% - 60px);
  background-color: #fff;
  padding: 30px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 1;
  border: none;
}
#page section.study_method .study_methods_holder .study_method_holder .text_holder:hover {
  border: none;
}
#page section.study_method .study_methods_holder .study_method_holder .text_holder h1 {
  font-size: 1.5em;
  margin-bottom: 0;
  line-height: 1.2em;
}
#page section.study_method .study_methods_holder .study_method_holder .text_holder p {
  line-height: 1.4em;
}
#page section.study_method .study_methods_holder .study_method_holder .study_course_subject {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#page section.study_method .study_methods_holder .study_method_holder .study_course_subject.digital_learning svg.angled_banner polygon {
  fill: #3ebfdf;
}
#page section.study_method .study_methods_holder .study_method_holder .study_course_subject.corporate_training svg.angled_banner polygon {
  fill: #318b94;
}
#page section.study_method .study_methods_holder .study_method_holder .study_course_subject.courses_on_campus svg.angled_banner polygon {
  fill: #47c5d1;
}
#page section.study_method .study_methods_holder .study_method_holder .study_course_subject.knowledgehub_library_category svg.angled_banner polygon {
  fill: #977bab;
}
#page section.study_method .study_methods_holder .study_method_holder:nth-child(2n) .study_course_subject.knowledgehub_library_category svg.angled_banner polygon {
  fill: #88689f;
}
#page section.study_method .study_methods_holder .study_method_holder:nth-child(3n) .study_course_subject.knowledgehub_library_category svg.angled_banner polygon {
  fill: #795b8e;
}
#page section.study_method svg.angled_banner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5vw;
  /* set height to pixels if you want angle to change with screen width */
}
.related_theme_holder {
  width: calc(25% - 21px);
  min-width: 235px;
  padding: 0 15px 0 0;
  display: inline-block;
  vertical-align: top;
  margin-right: 21px;
}
.related_theme_holder a {
  display: block;
  border-right: solid 2px #dfdfdf;
  margin-bottom: 15px;
  padding: 5px 5px 5px 0;
}
.related_theme_holder.news .related_theme_title h3 {
  color: #a49f00;
}
.related_theme_holder.news .related_theme_title h3:after {
  background-color: #a49f00;
}
.related_theme_holder.news a {
  border-right-color: #a49f00;
}
.related_theme_holder.product .related_theme_title h3 {
  color: #ffa41f;
}
.related_theme_holder.product .related_theme_title h3:after {
  background-color: #ffa41f;
}
.related_theme_holder.product a {
  border-right-color: #ffa41f;
}
.related_theme_holder.publications .related_theme_title h3 {
  color: #977bab;
}
.related_theme_holder.publications .related_theme_title h3:after {
  background-color: #977bab;
}
.related_theme_holder.publications a {
  border-right-color: #977bab;
}
.related_theme_holder.training .related_theme_title h3 {
  color: #3abfdf;
}
.related_theme_holder.training .related_theme_title h3:after {
  background-color: #3abfdf;
}
.related_theme_holder.training a {
  border-right-color: #3abfdf;
}
.related_theme_holder h3 {
  position: relative;
}
.related_theme_holder h3 span {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-right: 15px;
}
.related_theme_holder h3:after {
  position: absolute;
  top: 51%;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 1px;
  content: '\a0';
}
#page .entry-content section.full_width.with_related_slice {
  padding-right: 0;
  padding-left: 0;
  background-color: #fff;
}
#page .entry-content section.full_width.with_related_slice .content {
  padding: 0;
}
.callout_panel {
  margin: 0 0 20px;
  padding: 10px;
  background-color: #f5f5f7;
  border-top: 2px solid #bfb800;
  text-align: left;
}
.callout_panel--reversed {
  margin: 0 0 20px;
  padding: 10px;
  background-color: #ffffff;
  border-top: 2px solid #bfb800;
  text-align: left;
}
.standfirst {
  color: #bfb800;
  font-size: 1em;
}
#nohits_related_links {
  display: none;
}
#nohits_related_links .nohits_related_link {
  width: 180px;
  height: 180px;
  margin-right: 11px;
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.25);
  border: none;
}
#nohits_related_links .nohits_related_link:hover {
  border: none;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.5);
}
#nohits_related_links .nohits_related_link .related_link_logo {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 155px;
  height: 75px;
}
#nohits_related_links .nohits_related_link .related_link_logo.breeam_logo {
  background: url("images/logos/nohits_related_links_sprite.jpg") no-repeat 0 0 transparent;
}
#nohits_related_links .nohits_related_link .related_link_logo.bre_academy_logo {
  background: url("images/logos/nohits_related_links_sprite.jpg") no-repeat 0 -75px transparent;
}
#nohits_related_links .nohits_related_link .related_link_logo.ceequal_logo {
  background: url("images/logos/nohits_related_links_sprite.jpg") no-repeat 0 -150px transparent;
}
#nohits_related_links .nohits_related_link .related_link_logo.hqm_logo {
  background: url("images/logos/nohits_related_links_sprite.jpg") no-repeat 0 -225px transparent;
}
#nohits_related_links .nohits_related_link .related_link_logo.lpcb_logo {
  background: url("images/logos/nohits_related_links_sprite.jpg") no-repeat 0 -300px transparent;
}
#nohits_related_links .nohits_related_link .related_link_logo.sabre_logo {
  background: url("images/logos/nohits_related_links_sprite.jpg") no-repeat 0 -375px transparent;
}
#nohits_related_links .nohits_related_link .related_link_logo.smartsite_logo {
  background: url("images/logos/nohits_related_links_sprite.jpg") no-repeat 0 -450px transparent;
}
#nohits_related_links .nohits_related_link .related_link_logo.greenbook_live_logo {
  background: url("images/logos/nohits_related_links_sprite.jpg") no-repeat 0 -525px transparent;
}
#nohits_related_links .nohits_related_link .related_link_logo.bre_bookshop_logo {
  background: url("images/logos/nohits_related_links_sprite.jpg") no-repeat 0 -600px transparent;
}
body.page-template-sections-page .related_theme_holder {
  min-width: 285px;
  text-align: left;
}
.tag_column {
  padding: 60px 30px;
  display: inline-block;
  vertical-align: top;
}
.tag_column ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tag_column ul li a {
  text-transform: capitalize;
}
.search_field_holder.full_width_search h1 {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 0;
}
.search_field_holder.full_width_search h2 {
  text-align: center;
}
.search_field_holder.full_width_search .searchandfilter label {
  display: block;
}
.search_field_holder.full_width_search .searchandfilter ul {
  margin: 0;
  position: relative;
  width: 75%;
  margin: 0 auto;
}
.search_field_holder.full_width_search .searchandfilter ul li .sf-input-text {
  padding: 15px 55px 15px 15px;
  background-color: #fff;
}
.search_field_holder.full_width_search .searchandfilter ul li.sf-field-submit {
  position: absolute;
  top: 18px;
  right: 10px;
  padding: 0;
}
.search_field_holder.full_width_search .searchandfilter ul li.sf-field-submit input[type="submit"] {
  padding: 5px;
  background: url(images/icons/search_icon.png) no-repeat center center transparent;
  width: 32px;
  min-width: auto;
  height: 32px;
  text-indent: -9999px;
  padding: 0;
  border: none;
}
section.bre_info_tiles .bre_info_tiles_holder {
  padding: 0 15px;
  text-align: center;
}
section.bre_info_tiles .bre_info_tiles_holder a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(20% - 12px);
  min-width: 160px;
  height: 165px;
  margin: 0 10px 15px;
}
section.bre_info_tiles .bre_info_tiles_holder a .info_tile_text {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 10px 15px;
  text-align: left;
}
section.bre_info_tiles .bre_info_tiles_holder a .info_tile_text h2 {
  line-height: 1em;
  color: #fff;
}
section.bre_info_tiles .bre_info_tiles_holder a .info_tile_text p {
  color: #fff;
  font-size: 1em;
  line-height: 1em;
}
section.casestudy_categories .casestudy_category {
  margin-bottom: 25px;
}
section.casestudy_categories .cc_icon {
  width: 150px;
  height: 150px;
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}
section.casestudy_categories .cc_icon.energy {
  background: url(images/icons/breeam_casestudy_sprite.jpg) no-repeat center 0 transparent;
}
section.casestudy_categories .cc_icon.health_and_wellbeing {
  background: url(images/icons/breeam_casestudy_sprite.jpg) no-repeat center -150px transparent;
}
section.casestudy_categories .cc_icon.innovation {
  background: url(images/icons/breeam_casestudy_sprite.jpg) no-repeat center -300px transparent;
}
section.casestudy_categories .cc_icon.land_use {
  background: url(images/icons/breeam_casestudy_sprite.jpg) no-repeat center -450px transparent;
}
section.casestudy_categories .cc_icon.materials {
  background: url(images/icons/breeam_casestudy_sprite.jpg) no-repeat center -600px transparent;
}
section.casestudy_categories .cc_icon.management {
  background: url(images/icons/breeam_casestudy_sprite.jpg) no-repeat center -750px transparent;
}
section.casestudy_categories .cc_icon.pollution {
  background: url(images/icons/breeam_casestudy_sprite.jpg) no-repeat center -900px transparent;
}
section.casestudy_categories .cc_icon.transport {
  background: url(images/icons/breeam_casestudy_sprite.jpg) no-repeat center -1050px transparent;
}
section.casestudy_categories .cc_icon.waste {
  background: url(images/icons/breeam_casestudy_sprite.jpg) no-repeat center -1350px transparent;
}
section.casestudy_categories .cc_icon.water {
  background: url(images/icons/breeam_casestudy_sprite.jpg) no-repeat center -1200px transparent;
}
input[type="submit"] {
  background-color: #0179d8;
  font-weight: normal;
  font-family: "FrutigerNextW01-Medium", Arial, Helvetica, sans-serif;
  padding: 10px 20px;
  text-transform: none;
  border-radius: 0;
  margin-top: 1em;
  border: solid 1px transparent;
}
input[type="submit"]:hover {
  background-color: #fff;
  border-color: #0179d8;
  color: #0179d8;
}
.flex_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sdg_icon_holder {
  -ms-flex-preferred-size: 420px;
      flex-basis: 420px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sdg_icon_holder .sdg_icon {
  float: left;
  cursor: pointer;
}
.sdg_scheme_name_title {
  display: none;
}
.sdg_icon_text_holder {
  margin-left: 30px;
}
.sdg_icon_text_holder .sdg_individual_goal_holder {
  display: none;
}
.sdg_icon_text_holder .view_indicators_holder {
  margin-bottom: 15px;
}
.sdg_icon_text_holder .view_indicators_holder .view_indicators_link {
  position: relative;
  color: #828282;
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: solid 1px #dfdfdf;
  -webkit-transition: transform 500ms ease-out;
  -webkit-transition: -webkit-transform 500ms ease-out;
  transition: -webkit-transform 500ms ease-out;
  transition: transform 500ms ease-out;
  transition: transform 500ms ease-out, -webkit-transform 500ms ease-out;
  cursor: pointer;
}
.sdg_icon_text_holder .view_indicators_holder .view_indicators_link.expanded span.sdg_expand_icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.sdg_icon_text_holder .view_indicators_holder span.sdg_expand_icon {
  position: absolute;
  top: 6px;
  right: 0;
  width: 7px;
  height: 12px;
  background: url(images/icons/sdg_expand_icon.png) no-repeat center center transparent;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sdg_icon_text_holder .view_indicators_holder .hide_indicator_text {
  display: none;
  padding: 10px;
  background-color: #f9f9f9;
}
.sdg_icon_text_holder .view_indicators_holder .hide_indicator_text .sdg_criteria_link {
  color: #0179d8;
  border-bottom: solid 1px #0179d8;
  cursor: pointer;
}
.breeam_criteria_holder {
  display: none;
}
.breeam_criteria_holder .breeam_criteria {
  display: none;
}
.two_column_count {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.company_update {
  background-color: #c9ecf8;
  padding: 5px;
}
.company_update h3 {
  margin: 0;
}
#mc_embed_signup .mc-field-group input[type="text"] {
  width: 100%;
  padding: 10px;
  border: solid 1px #dfdfdf;
  border-radius: 0;
}
#mc_embed_signup .mc-field-group input[type="email"] {
  width: 100%;
  padding: 10px;
  border: solid 1px #dfdfdf;
  border-radius: 0;
}
#mc_embed_signup .mc-field-group input:focus {
  border-radius: 0;
}
#mc_embed_signup input.button {
  background-color: #0179d8;
  font-weight: normal;
  font-family: "FrutigerNextW01-Medium", Arial, Helvetica, sans-serif;
  padding: 10px 20px;
  text-transform: none;
  border-radius: 0;
  border: solid 1px transparent;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  font-size: inherit;
  height: auto;
  line-height: inherit;
  margin: 1em 0 0;
  text-indent: 0;
}
#mc_embed_signup input.button:hover {
  background-color: #fff;
  border-color: #0179d8;
  color: #0179d8;
}
.page-template-microsite #bre_breadcrumbs {
  display: none;
}
#microsite_nav {
  width: 100%;
  margin-top: 65px;
}
#microsite_nav.nav_fixed {
  position: fixed;
  top: 0;
  left: 50%;
  max-width: 1230px;
  transform: translateX(-50%);
  z-index: 9;
}
#microsite_nav ul.content_nav {
  list-style-type: none;
  margin: 0;
  background-color: #435061;
  opacity: 0;
}
#microsite_nav ul.content_nav li {
  float: left;
}
#microsite_nav ul.content_nav li.current_parent_content_page a,
#microsite_nav ul.content_nav li.current_page_item a {
  background-color: #fff;
  color: #435061;
  border-bottom-color: #bfb800;
}
#microsite_nav ul.content_nav li.page_item_has_children > a {
  position: relative;
  padding-right: 45px;
}
#microsite_nav ul.content_nav li.page_item_has_children > a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 12px;
  height: 6px;
  background: url(images/icons/nav_dropdown_sprite.png) no-repeat 0 -6px transparent;
  -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;
}
#microsite_nav ul.content_nav li.page_item_has_children > a:hover:after {
  background-position: 0 -12px;
}
#microsite_nav ul.content_nav li.page_item_has_children:hover ul {
  display: block;
}
#microsite_nav ul.content_nav li.page_item_has_children ul {
  display: none;
  position: absolute;
  z-index: 10;
  background-color: #435061;
  border: solid 1px #435061;
}
#microsite_nav ul.content_nav li.page_item_has_children ul li {
  float: none;
  display: block;
}
#microsite_nav ul.content_nav li a {
  color: #fff;
  padding: 15px 20px;
  margin: 0;
  border-bottom: solid 3px transparent;
  display: block;
}
#microsite_nav ul.content_nav li a:hover {
  background-color: #fff;
  color: #435061;
}
#microsite_nav #mobile_microsite_nav_toggle {
  display: none;
}
#microsite_nav.microsite_mobile_menu #mobile_microsite_nav_toggle {
  display: block;
  padding: 15px 20px 15px 75px;
  color: #fff;
  background-color: #435061;
  cursor: pointer;
}
#microsite_nav.microsite_mobile_menu #mobile_microsite_nav_toggle:hover {
  background-color: #353f4c;
}
#microsite_nav.microsite_mobile_menu #mobile_microsite_nav_toggle:before {
  content: '';
  width: 45px;
  height: 25px;
  position: absolute;
  top: 12px;
  left: 20px;
  background: url(images/icons/microsite_mobile_menu.png) no-repeat 0 0 transparent;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
#microsite_nav.microsite_mobile_menu ul.content_nav li {
  float: none;
  position: relative;
  border-bottom: 1px solid #353f4c;
}
#microsite_nav.microsite_mobile_menu ul.content_nav li.page_item_has_children a:after {
  content: none;
}
#microsite_nav.microsite_mobile_menu ul.content_nav li.page_item_has_children .mobile_dropdown_icon {
  width: 36px;
  height: 100%;
  background: url(images/icons/icons_sprite.svg) no-repeat center -385px #435061;
  border-left: solid 1px #353f4c;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
#microsite_nav.microsite_mobile_menu ul.content_nav li.page_item_has_children .mobile_dropdown_icon img {
  width: 25px;
  height: 100%;
  max-height: 60px;
}
#microsite_nav.microsite_mobile_menu ul.content_nav li.page_item_has_children .mobile_dropdown_icon:hover {
  background-color: #353f4c;
}
#microsite_nav.microsite_mobile_menu ul.content_nav li.page_item_has_children .mobile_dropdown_icon.expanded {
  background: url(images/icons/icons_sprite.svg) no-repeat center -278px #353f4c;
}
#microsite_nav.microsite_mobile_menu ul.content_nav li.page_item_has_children:hover ul {
  display: none;
}
#microsite_nav.microsite_mobile_menu ul.content_nav li.page_item_has_children ul {
  background-color: #353f4c;
  position: relative;
  border: none;
}
.care_home_steps_holder.flex_container {
  flex-wrap: wrap;
  width: 100%;
  background-color: transparent;
}
.care_home_steps_holder .care_home_step_individual_holder {
  width: 20%;
  min-width: 220px;
  flex-direction: column;
  text-align: center;
  padding: 15px 25px;
}
.care_home_steps_holder .care_home_step_individual_holder.flex_container {
  background-color: transparent;
}
.care_home_steps_holder .care_home_step_individual_holder .care_home_step_title {
  color: #535353;
}
.care_home_steps_holder .care_home_step_individual_holder .care_home_text p {
  padding: 10px 0 0;
  margin: 0;
  color: #535353;
}
.page-template-microsite section.five_equal {
  padding: 60px 30px;
}
.page-template-microsite section.text_left_image_right {
  box-shadow: none;
}
@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: 1230px) {
  #page #content.banner_nav {
    margin-top: 0;
  }
}
@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;
    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;
  }
  body.ceo_page .tile {
    width: calc(50% - 13px);
  }
  body.ceo_page .tile:nth-child(n+3) {
    margin-bottom: 15px;
  }
  body.ceo_page .tile:nth-child(n+5) {
    margin-bottom: 0;
  }
  section.study_method .study_methods_holder .study_method_holder {
    max-width: 330px;
  }
}
/* 1024 */
@media screen and (max-width: 980px) {
  section.news_feed_holder .horizontal_scroll_overflow,
  section.rss_news_feed_holder .horizontal_scroll_overflow,
  div.rss_news_feed_holder .horizontal_scroll_overflow,
  body.category div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow,
  body.tag div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow {
    white-space: nowrap;
  }
  section.news_feed_holder .horizontal_scroll_overflow .filter_type,
  section.rss_news_feed_holder .horizontal_scroll_overflow .filter_type,
  div.rss_news_feed_holder .horizontal_scroll_overflow .filter_type,
  body.category div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow .filter_type,
  body.tag div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow .filter_type {
    margin-bottom: 4px;
  }
  section.news_feed_holder .news_pod_quarter,
  section.rss_news_feed_holder .news_pod_quarter,
  div.rss_news_feed_holder .news_pod_quarter,
  body.category div#primary .content div.blogs_feed_holder .news_pod_quarter,
  body.tag div#primary .content div.blogs_feed_holder .news_pod_quarter {
    width: calc(50% - 15px);
  }
  section.tabbed_content_holder .tab_content.tabs_3 .even_tc {
    width: 50%;
  }
  section.tabbed_content_holder .tab_content.tabs_4 .even_tc {
    width: 50%;
  }
  section.tabbed_content_holder .tab_content.tabs_5 .even_tc {
    width: 33.33%;
  }
  section.downloads_section {
    margin-bottom: 0;
  }
  section.downloads_section .content .downloads_holder {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  section.downloads_section .content .downloads_holder:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }
  section.downloads_section .content .downloads_holder:last-child {
    margin-bottom: 0;
  }
  .custom_posts_tiles_holder .custom_post_tile_holder {
    width: 50%;
  }
  .trustee_holder {
    width: 100%;
    float: none;
    margin: 25px 0;
    text-align: center;
  }
  .trustee_holder .trustee_icon_holder {
    display: block;
    vertical-align: top;
  }
  .trustee_holder .trustee_text_holder {
    vertical-align: top;
    width: 100%;
    margin: 0;
  }
  section.objectives_tiles {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  section.objectives_tiles .content .objective_tile_holder {
    float: none;
    width: 100%;
  }
  #page .metaslider .flexslider ol.flex-control-nav {
    bottom: 15px;
  }
  #page .metaslider .flexslider .caption-wrap {
    width: 60%;
  }
  #content {
    margin-top: 0;
  }
  body.ceo_page .two_equal .left {
    float: none;
    width: 100%;
    padding: 0;
  }
  body.ceo_page .two_equal .right {
    float: none;
    width: 100%;
    padding: 0;
  }
  body.ceo_page .tile {
    width: calc(33.33% - 13px);
  }
  body.ceo_page .tile:nth-child(n+3) {
    margin-bottom: 15px;
  }
  body.ceo_page .tile:nth-child(n+5) {
    margin-bottom: 15px;
  }
  body.ceo_page .tile .tile_content_holder {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: auto;
  }
  section.study_method .study_methods_holder .study_method_holder {
    max-width: 295px;
  }
}
/* 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,
  div.two_equal .left,
  section.two_equal .right,
  div.two_equal .right {
    float: none;
    width: 100%;
    padding: 35px 0 0;
  }
  section.two_equal .left,
  div.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: 30px;
    padding-left: 30px;
  }
  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%;
    -webkit-transform: none;
            transform: none;
    padding-top: 50px;
    padding-left: 25px;
  }
  body.breeam section.popup_tiles .popup_tile_holder {
    width: 33.33%;
  }
  body.breeam section.popup_tiles .tile_popup .popup_has_image .popup_image_holder {
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
  body.breeam section.popup_tiles .tile_popup .popup_has_image .popop_content_holder {
    top: 0;
  }
  .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%;
  }
  body.infographic_climate_change_act section.two_equal.infographic_climate_change_act_section .left,
  body.infographic_climate_change_act section.two_equal.infographic_climate_change_act_section .right {
    display: block;
  }
  body.infographic_climate_change_act section.pull_out_text_panel {
    margin-right: 15px;
    margin-left: 15px;
    width: calc(100% - 30px);
  }
  #page .metaslider .flexslider .caption-wrap {
    width: 85%;
  }
  #page #content {
    margin-top: 0;
  }
  #page .footer_tweets #ctf .ctf-tweets .ctf-item {
    width: calc(45% - 4px);
    margin: 0 1% 15px;
  }
  .site-inner .metaslider .caption-wrap .caption h1 {
    font-size: 1.75em;
  }
  .site-inner .metaslider .caption-wrap .caption h2 {
    font-size: 1em;
  }
  section.pull_out_text_panel {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  section.pull_out_text_panel.smartsite_notjust_bg h1 {
    font-size: 7em;
  }
}
/* 768 */
@media screen and (max-width: 600px) {
  section.news_feed_holder .news_pod_half,
  section.rss_news_feed_holder .news_pod_half,
  div.rss_news_feed_holder .news_pod_half,
  body.category div#primary .content div.blogs_feed_holder .news_pod_half,
  body.tag div#primary .content div.blogs_feed_holder .news_pod_half {
    width: calc(100% - 15px);
  }
  section.news_feed_holder .news_pod_quarter,
  section.rss_news_feed_holder .news_pod_quarter,
  div.rss_news_feed_holder .news_pod_quarter,
  body.category div#primary .content div.blogs_feed_holder .news_pod_quarter,
  body.tag div#primary .content div.blogs_feed_holder .news_pod_quarter {
    width: calc(100% - 15px);
  }
  div.rss_news_feed_holder body.tag div#primary .page-header,
  body.category div#primary .page-header {
    margin-left: 0;
    margin-right: 0;
  }
  div.rss_news_feed_holder body.tag div#primary a.tag_archive_holder,
  body.category div#primary a.tag_archive_holder {
    display: block;
    table-layout: auto;
  }
  div.rss_news_feed_holder body.tag div#primary .tag_archive_holder,
  body.category div#primary .tag_archive_holder {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: solid 1px #dfdfdf;
  }
  div.rss_news_feed_holder body.tag div#primary .tag_archive_holder .image_cell,
  body.category div#primary .tag_archive_holder .image_cell {
    width: 100%;
    display: block;
  }
  div.rss_news_feed_holder body.tag div#primary .tag_archive_holder .image_cell .image_holder img,
  body.category div#primary .tag_archive_holder .image_cell .image_holder img {
    min-height: inherit;
    max-width: 100%;
    width: 100%;
  }
  div.rss_news_feed_holder body.tag div#primary .tag_archive_holder .text_holder,
  body.category div#primary .tag_archive_holder .text_holder {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  div.rss_news_feed_holder body.tag div#primary .tag_archive_holder .text_holder .tag_archive_padding,
  body.category div#primary .tag_archive_holder .text_holder .tag_archive_padding {
    padding-bottom: 0;
  }
  section.hexagon_buttons .hexagons_holder {
    width: 100%;
    text-align: center;
    white-space: normal;
  }
  section.hexagon_buttons .hexagons_2 {
    width: 100%;
    margin: -7% 0 0;
  }
  section.hexagon_buttons .hexagons_2:first-of-type {
    margin-top: 0;
  }
  section.hexagon_buttons .hexagons_3 {
    width: 327px;
    margin: 0 auto;
    text-align: center;
  }
  section.hexagon_buttons .hexagons_3 .hexagon:nth-child(3) {
    margin-top: -12%;
  }
  section.hexagon_buttons .hexagons_3_middle {
    width: 327px;
    margin: -7% auto;
    text-align: center;
    padding-left: 0;
  }
  section.hexagon_buttons .hexagons_3_middle .hexagon:nth-child(3) {
    margin-top: -12%;
  }
  section.tabbed_content_holder ul.tabs.tabs_1 li {
    width: auto;
  }
  section.tabbed_content_holder ul.tabs.tabs_2 li {
    width: auto;
  }
  section.tabbed_content_holder ul.tabs.tabs_3 li {
    width: auto;
  }
  section.tabbed_content_holder ul.tabs.tabs_4 li {
    width: auto;
  }
  section.tabbed_content_holder ul.tabs.tabs_5 li {
    width: auto;
  }
  section.tabbed_content_holder ul.tabs.tabs_6 li {
    width: auto;
  }
  section.tabbed_content_holder ul.tabs.tabs_7 li {
    width: auto;
  }
  section.tabbed_content_holder .tab_content .left {
    margin-bottom: 15px;
  }
  section.tabbed_content_holder .tab_content .left,
  section.tabbed_content_holder .tab_content .right {
    width: 100%;
    padding: 0;
    display: block;
  }
  section.tabbed_content_holder .tab_content .seventy_thirty_left,
  section.tabbed_content_holder .tab_content .thirty_seventy_right {
    width: 100%;
  }
  section.tabbed_content_holder .tab_content .thirty_seventy_left,
  section.tabbed_content_holder .tab_content .seventy_thirty_right {
    width: 100%;
  }
  section.tabbed_content_holder .tab_content .seventy_thirty_left,
  section.tabbed_content_holder .tab_content .thirty_seventy_left {
    padding-bottom: 25px;
  }
  body.single-post #primary article .entry-content {
    width: 100%;
    margin-left: 0;
  }
  body.single-post #primary article .entry-footer {
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }
  body.single-post #primary article .entry-footer .avatar {
    float: left;
  }
  body.single-post #primary article .entry-footer .shareaholic-canvas {
    clear: none;
  }
  body.single-post #primary article .entry-footer .shareaholic-canvas .shareaholic-share-buttons-container .shareaholic-share-buttons-wrapper ul li {
    float: left !important;
  }
  #content section.related_posts .content #jp-relatedposts.jp-relatedposts:before,
  #content section.related_posts .content #jp-relatedposts.jp-relatedposts:after {
    height: 0;
  }
  #content section.related_posts .content #jp-relatedposts h3:before {
    border: none;
  }
  #content section.related_posts .content #jp-relatedposts h3 em:before {
    border: none;
  }
  #content section.related_posts .content #jp-relatedposts .jp-relatedposts-items {
    margin: 0;
  }
  #content section.related_posts .content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    width: 100%;
    padding: 0 0 1em;
    border-bottom: solid 1px #dfdfdf;
  }
  #content section.related_posts .content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:last-child {
    border-bottom: none;
  }
  section.large_image_pull_out .large_image_pull_out_image_holder img {
    opacity: 1;
  }
  section.large_image_pull_out .large_image_pull_out_text_holder {
    background-color: #fff;
    width: 100%;
    position: relative;
    top: auto;
    -webkit-transform: translateY(0);
            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%;
  }
  body.ceo_page .tile {
    width: calc(50% - 13px);
  }
  .mfp-content > div.wph_element {
    max-width: 100%;
  }
  section.pull_out_text_panel {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  section.pull_out_text_panel.smartsite_notjust_bg h1 {
    font-size: 4em;
  }
}
/* 600 */
@media screen and (max-width: 568px) {
  h1,
  h1.entry-title {
    font-size: 1.5em;
  }
  h2 {
    font-size: 1.5em;
  }
  section.section_image_section .content .slide_content_holder {
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
  }
  .site-inner .metaslider .caption-wrap {
    padding-right: 35px;
    padding-left: 35px;
  }
  .site-inner .metaslider .caption-wrap .caption h1 {
    font-size: 1.5em;
  }
  .nf-form-cont {
    width: 95%;
  }
  nav.post-navigation .nav-links .nav-previous,
  nav.post-navigation .nav-links .nav-next {
    position: relative;
    width: 100%;
  }
  nav.post-navigation .nav-links .nav-previous {
    float: none;
    padding-left: 35px;
    border-right: solid 3px #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;
    -webkit-transform: translateY(-50%);
            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;
    -webkit-transform: translateY(-50%);
            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;
    -webkit-transform: translateY(-50%);
            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;
    -webkit-transform: translateY(-50%);
            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%;
    -webkit-transform: translate(-50%, -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%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0.2;
    font-size: 10em;
    color: #fff;
    font-family: "FrutigerNextW01-Medium", Arial, Helvetica, sans-serif;
  }
  body.infographic_climate_change_act section.two_equal.infographic_climate_change_act_section .info_pullout_word {
    font-size: 32vw;
  }
  #page .footer_tweets #ctf .ctf-tweets .ctf-item {
    width: 100%;
    margin: 0 0 15px;
  }
}
/* 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%;
  }
  .site-inner .metaslider .caption-wrap .caption h1 {
    font-size: 1.5em;
  }
  .site-inner .metaslider .caption-wrap .caption h2 {
    font-size: 1em;
  }
}
/* 480 */
@media screen and (max-width: 320px) {
  section.grid_tiles.two .grid_tile {
    width: 100%;
    background-color: #fff;
  }
  section.grid_tiles.two .grid_tile:nth-of-type(4n+2),
  section.grid_tiles.two .grid_tile:nth-of-type(4n+3) {
    background-color: transparent;
  }
  section.grid_tiles.two .grid_tile:nth-child(even) {
    background-color: #f5f5f7;
  }
  section.grid_tiles.three .grid_tile {
    width: 100%;
    background-color: #fff;
  }
  section.grid_tiles.three .grid_tile:nth-child(even) {
    background-color: #f5f5f7;
  }
  section.grid_tiles.three .grid_tile:nth-child(4n),
  section.grid_tiles.three .grid_tile:nth-child(4n+1) {
    background-color: transparent;
  }
  section.grid_tiles.four .grid_tile {
    width: 100%;
  }
  section.grid_tiles.four .grid_tile:nth-child(4n),
  section.grid_tiles.four .grid_tile:nth-child(4n+1) {
    background-color: transparent;
  }
  section.grid_tiles.four .grid_tile:nth-child(even) {
    background-color: #fff;
  }
  section.grid_tiles.four .grid_tile:nth-child(odd) {
    background-color: #f5f5f7;
  }
  section.grid_tiles.five .grid_tile {
    width: 100%;
  }
  section.grid_tiles.five .grid_tile:nth-child(8n+1),
  section.grid_tiles.five .grid_tile:nth-child(8n+3),
  section.grid_tiles.five .grid_tile:nth-child(8n+6),
  section.grid_tiles.five .grid_tile:nth-child(8n+8) {
    background-color: transparent;
  }
  section.grid_tiles.five .grid_tile:nth-child(even) {
    background-color: #fff;
  }
  section.grid_tiles.five .grid_tile:nth-child(odd) {
    background-color: #f5f5f7;
  }
  section.nav_tiles.three_tiles .nav_tile_holder,
  section.nav_tiles.five_tiles .nav_tile_holder {
    width: 100%;
  }
}
/* 320 */
@media (min-width: 600px) {
  .standfirst {
    font-size: 1.125em;
  }
}
@media (min-width: 900px) {
  .standfirst {
    font-size: 1.5em;
  }
}
@media (min-width: 1000px) {
  .standfirst {
    font-size: 1.75em;
  }
}
/*
***************************************************************************************************************************************
Height of screen
*
*/
@media screen and (max-height: 768px) {
  .site-inner .metaslider .flexslider ul.slides li {
    max-height: 420px;
  }
  .site-inner .metaslider.mobile_header_metaslider .flexslider ul.slides li {
    max-height: none;
  }
  article.category-case-studies {
    background-color: #fff;
    margin-bottom: 0;
  }
  article.category-case-studies .entry-header .post_hero_image {
    max-height: 420px;
  }
  .entry-header .post_hero_image {
    max-height: 420px;
  }
  div.select_tool {
    background-size: 40%;
  }
  div.select_tool .select_column {
    max-height: 320px;
  }
}
/*
* {
	background: #000 !important;
	color: #0f0 !important;
	outline: solid #f00 1px !important;
}
*/
/* ************************************************************************************************************************
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 {
  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;
}
body.sitesmart .sspage {
  background-color: #dcf0ff;
  border-top: 1px solid #00b3b8;
}
body.sitesmart.group-blog div#primary .page-header {
  padding: 0;
  background-color: transparent;
}
body.smartsite .sspage {
  background-color: #dcf0ff;
  border-top: 1px solid #00b3b8;
}
body.smartsite.group-blog div#primary .page-header {
  padding: 0;
  background-color: transparent;
}
/* ********************************************** 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 */
}
body.home-quality-mark header .site-inner .metaslider .flexslider ol.flex-control-nav li a.flex-active {
  background-color: #00375a;
  border-color: #00375a;
}
body.home-quality-mark a.cta_button {
  background-color: #00375a;
}
body.home-quality-mark a.cta_button:hover {
  border-color: #00375a;
  color: #00375a;
}
body.home-quality-mark #bre_breadcrumbs li:last-child:after {
  background: #00375a;
}
/* ********************************************** 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: 30px;
  padding-left: 30px;
}
.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;
}
#setting_frame {
  position: relative;
  background: #01355e;
  background: -webkit-linear-gradient(top, #01355e 0%, #4a6a93 50%, #fff6ce 100%);
  background: linear-gradient(to bottom, #01355e 0%, #4a6a93 50%, #fff6ce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01355e', endColorstr='#fff6ce', GradientType=0);
  /* Wobble Bottom */
}
#setting_frame .tree {
  position: relative;
  text-align: center;
}
#setting_frame .tree_container {
  position: relative;
  padding-top: 145px;
  display: inline-block;
  z-index: 10;
}
#setting_frame .tree_container > img {
  position: relative;
  z-index: 3;
  margin: 0 auto;
}
#setting_frame .bottom_scene {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
#setting_frame .frame_top {
  background: url("https://bregroup.com/brebreeam/wp-content/uploads/sites/3/2018/11/frame.svg") no-repeat center center transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
}
#setting_frame .frame_right {
  background: url("https://bregroup.com/brebreeam/wp-content/uploads/sites/3/2018/11/frame_side.svg") repeat-x center center transparent;
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 100%;
  z-index: 3;
}
#setting_frame .frame_bottom {
  background: url("https://bregroup.com/brebreeam/wp-content/uploads/sites/3/2018/11/frame.svg") no-repeat center center transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#setting_frame .frame_left {
  background: url("https://bregroup.com/brebreeam/wp-content/uploads/sites/3/2018/11/frame_side.svg") repeat-x center center transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 100%;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  z-index: 3;
}
#setting_frame .star {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#setting_frame .star img {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}
#setting_frame .star:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#setting_frame .baubel {
  position: absolute;
  width: 61px;
  height: 75px;
  z-index: 4;
}
#setting_frame .baubel_one {
  top: 34%;
  left: 44%;
}
#setting_frame .baubel_two {
  top: 41%;
  left: 33%;
}
#setting_frame .baubel_three {
  top: 50%;
  left: 54%;
}
#setting_frame .baubel_four {
  top: 59%;
  left: 15%;
}
#setting_frame .baubel_five {
  top: 57%;
  left: 29%;
}
#setting_frame .baubel_six {
  top: 57%;
  left: 77%;
}
#setting_frame .baubel_seven {
  top: 69%;
  left: 14%;
}
#setting_frame .baubel_eight {
  top: 67%;
  left: 44%;
}
#setting_frame .baubel_nine {
  top: 73%;
  left: 53%;
}
#setting_frame .baubel_ten {
  top: 66%;
  left: 68%;
}
#setting_frame .baubel_eleven {
  top: 80%;
  left: 24%;
}
#setting_frame .baubel_twelve {
  top: 81%;
  left: 76%;
}
#setting_frame .snow {
  background: url("https://bregroup.com/brebreeam/wp-content/uploads/sites/3/2018/11/snow.svg") repeat center center transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-animation: fadeinout 7s infinite;
  animation: fadeinout 7s infinite;
}
@keyframes fadeinout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeinout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
#setting_frame .hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
#setting_frame .hvr-wobble-bottom:hover,
#setting_frame .hvr-wobble-bottom:focus,
#setting_frame .hvr-wobble-bottom:active {
  -webkit-animation-name: hvr-wobble-bottom;
  animation-name: hvr-wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
#setting_frame a {
  border-bottom: none;
}
#setting_frame a:hover {
  border-bottom: none;
}
body.single-post #primary article .entry-content p img {
  margin: 0 auto;
}
blockquote {
  padding: 70px;
}
blockquote:before {
  left: 0;
}
/* ********************************************** 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 {
  /*
	.site {
		max-width: 1440px;
		margin: 0 auto;
		background-color: transparent;
	}

	.metaslider {
		.flexslider {
			border-radius: 0;

			ol.flex-control-nav {
				bottom: 105px;
			}//ol.flex-control-nav

			.caption-wrap {
				background-color: #f9f9f9;
				padding: 35px;
				min-width: auto;
				left: 0;
				transform: translate(0, -50%);
				width: 40%;

				.caption {
					text-align: left;

					h1 {
						font-size: 2em;
					}

					h1,
					h2,
					h3,
					h4,
					h5,
					h6,
					p {
						color: @text-color;
					}

					a {
						.cta_button;
					}//a
				}//caption
			}//caption-wrap
		}//flexslider
	}//metaslider
	*/
  /*
	section {
		padding-top: 60px;
		padding-bottom: 60px;
	}//section

	.footer_tweets {
		position: relative;
		background-color: #1da1f2;
		max-width: 1230px;
		margin: 0 auto;
		z-index: 10;

		h1 {
			color: #fff;
		}

		#ctf {

			.ctf-tweets {
				text-align: center;

				.ctf-item {
					width: calc(~'30% - 4px');
					margin: 0 1%;
					border-radius: 3px;
					-webkit-box-shadow: 0px 10px 15px -4px rgba(0,0,0,0.3);
					-moz-box-shadow: 0px 10px 15px -4px rgba(0,0,0,0.3);
					box-shadow: 0px 10px 15px -4px rgba(0,0,0,0.3);
					position: relative;
					padding-bottom: 70px;

					.ctf-tweet-content {
						text-align: left;
						margin: 0;
					}//ctf-tweet-content

					.ctf-tweet-actions {
						margin: 0;
					}//ctf-tweet-actions

					.ctf-tweet-media {
						width: auto;
						float: none;
						text-align: center;
						margin: 15px 0;

						a {
							float: none;
							width: auto;
							display: inline-block;

							img {
								float: none;
								max-height: 90px;
							}//img
						}//a
					}//ctf-tweet-media

					.ctf-author-box {
						position: absolute;
						bottom: 0;
						left: 0;
						background-color: #f9f9f9;
						width: 100%;
						padding: 15px;
						margin: 0;
						text-align: left;

						.ctf-author-box-link {
							.ctf-author-avatar {
								float: none;
								margin: 0 15px 0 0;
							}//ctf-author-avatar
						}//ctf-author-box-link
					}//ctf-author-box
				}//ctf-item
			}//ctf-tweets

		}//ctf

		.center_elements {
			.twitter_button {
				background-color: transparent;
				border: solid 1px #fff;

				&:hover {
					background-color: #fff !important;
					color: #1da1f2 !important;
					border-color: #fff !important;
				}
			}//twitter_button
		}//center_elements

		.footer_watermark {
			display: none;
		}//footer_watermark
	}//footer_tweets
	*/
  /*
	footer.bre_footer {
		margin-top: -90px;
		padding-top: 130px;
	}//bre_footer
	*/
  /*
	section.video_slice .right .play_icon {
		width: 50px;
		height: 50px;
	}
	*/
  /*
	strong,
	b {
		font-weight: normal;
	}

	.reversed {
		color: #fff;
	}

	h1 {
		margin: 0 0 .5em;
	}

	h2,
	h3 {
		margin: 0;
	}

	p,
	h1,
	h2,
	h3,
	section ul li {
		line-height: 1.4;
		font-weight: normal;
	}

	h1 {
		font-size: 1.75em;
	}

	h2 {
		font-size: 1.5em;
		font-family: "FrutigerNextW01-Medium", Arial, Helvetica, sans-serif;
	}

	h2.wmts_name {
		font-size: 1em !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	h3 {
		font-size: 1.313em;
		font-family: "FrutigerNextW01-Medium", Arial, Helvetica, sans-serif;
	}

	h3.wmts_job_title {
		font-size: 1em !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	h4 {
		font-size: 1.25em;
		font-family: "FrutigerNextW01-Medium", Arial, Helvetica, sans-serif;
	}

	h5 {
		font-size: 1.063em;
	}

	h6 {
		font-size: 1em;
	}

	section.two_equal h1,
	section.three_equal h1 {
		font-size: 1.5em;
		margin: 0;
	}

	section.two_equal .slice_title h1 {
		font-size: 1.75em;
		margin: 0 0 1em;
	}

	.pull_out_text p {
		text-transform: none !important;
	}

	.large_image_pull_out_text_holder h1 {
		line-height: 1em !important;
	}

	p {
		font-size: 1em;
		margin: 0 0 1em;
	}
	*/
  /*
	.rounded-tr {
		border-top-right-radius: 15px;
	}

	.rounded-tl {
		border-top-left-radius: 15px;
	}
	*/
}
body.bre-group #content {
  /*
		&.banner_nav {
			margin: -90px auto 0;
		}//banner_nav
		*/
  /*
		position: relative;
		max-width: 1230px;
		margin: 0 auto;
		background-color: #fff;
		z-index: 10;
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
		*/
  /*
		#bre_breadcrumbs {
			max-width: none;
		}//#bre_breadcrumbs
		*/
  /*
		section {
			padding-right: 30px;
			padding-left: 30px;

			&.section_image_section {
				padding: 0;
			}//section_image_section

			&.pannellum_slice {
				padding: 0;
			}//pannellum_slice

			&.large_image_pull_out {
				padding: 0;
			}//large_image_pull_out
		}//section
		*/
}
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 li:last-child:after {
  background: #949300;
}
body.bre-group ul.section_menu {
  list-style: none;
  margin: 0 0 20px;
  padding: 10px;
  background-color: #f5f5f7;
  border-top: 2px solid #949300;
  text-align: left;
}
body.bre-group ul.section_menu li a {
  -webkit-transition: all 300ms linear;
  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.desktop_menu ul li.menu-item-has-children:hover .dropdown {
  border-bottom-color: #bfb800;
}
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 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 .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);
}
body.bre-group .content.error_page h1 {
  color: #2c2c2e;
}
/* ************************************************* End of BRE Group STYLING ************************************************* */
/* ************************************************* BRE China STYLING ************************************************* */
body.bre-china .hwp-floating-btn {
  width: 75px;
  height: 75px;
}
body.bre-china .hwp-floating-btn i {
  top: 17px;
}
body.bre-china .hwp-floating-btn [class*=" icon-"]:before {
  content: '报名';
  font-family: Arial, Helvetica, sans-serif;
  width: auto;
}
body.bre-china #nf-form-2-cont .label-right .checkbox-wrap .nf-field-label {
  width: 100%;
}
body.bre在中国 #nf-form-4-cont .label-right .checkbox-wrap .nf-field-label {
  width: 100%;
}
/* ************************************************* End of BRE China STYLING ************************************************* */
/* ************************************************* BRE Trust STYLING ************************************************* */
body.bre-trust header nav ul li {
  border-bottom-color: #4dbbea;
}
body.bre-trust header nav ul li a:hover {
  color: #01355e;
}
body.bre-trust header nav.desktop_menu ul li a:hover {
  color: #4dbbea;
}
body.bre-trust header nav.desktop_menu ul li a:hover {
  border-bottom-color: #4dbbea;
}
body.bre-trust #bre_breadcrumbs li:last-child:after {
  background-color: #4dbbea;
}
body.bre-trust header nav ul li.menu-item-has-children .dropdown ul li {
  border-bottom-color: #4dbbea;
}
body.bre-trust header nav.desktop_menu ul li.menu-item-has-children:hover .dropdown {
  border-bottom-color: #4dbbea;
}
body.bre-trust header nav.desktop_menu ul li.menu-item-has-children .dropdown ul li:hover {
  background-color: #4dbbea;
}
body.bre-trust header nav ul li.menu-item-has-children .mobile_dropdown_icon {
  background: url(images/icons/icons_sprite.svg) no-repeat center -346px #ffffff;
  border-left-color: #4dbbea;
}
body.bre-trust header nav ul li.menu-item-has-children.dropdown_open .dropdown {
  background-color: #cfdfe5;
}
/*body.bre-trust .cta_button {*/
/*  background-color: #4dbbea;*/
/*}*/
/*body.bre-trust .cta_button:hover {*/
/*  border-color: #4dbbea;*/
/*  color: #4dbbea;*/
/*  background-color: #fff;*/
/*}*/
/* ************************************************* End of BRE Trust STYLING ************************************************* */
/* ************************************************************************************************************************
End of Sector colours
************************************************************************************************************************ */

.video_slice .content .left h1 {
    font-size: 1.8rem;
}

#cookie-notice {
  background-color: rgba(0, 0, 0, 0.75) !important;
  top: 0;
  bottom: unset;
  width: 100%;
  height: 100vh !important;
  min-height: 100vh;
  left: 0;
  min-width: auto !important;
  font-family: 'HaasGrot', 'Roboto', Arial, Helvetica, sans-serif !important;
  font-size: unset !important;
}

#cookie-notice.cookie-notice-hidden {
  display: none;
}

#cookie-notice .cookie-notice-container {
  width: 75%;
  max-width: 768px;
  margin: 0 auto;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  background-color: #fff;
  color: #1E1836;
  text-align: center;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

#cookie-notice .cookie-notice-container #cn-notice-text {
  display: block;
  margin-bottom: 1em;
  font-size: 1em;
  color: #1E1836;
}

#cookie-notice .cookie-notice-container #cn-notice-buttons #cn-accept-cookie {
  background-color: #141535 !important;
  font-family: 'HaasGrot', 'Roboto', Arial, Helvetica, sans-serif !important;
  letter-spacing: 1.2px;
  font-weight: 600;
  border: solid 1px transparent;
  border-radius: 0;
}

#cookie-notice .cookie-notice-container #cn-notice-buttons #cn-accept-cookie:hover {
  background-color: #fff !important;
  border-color: #141535;
  color: #141535 !important;
}

#cookie-notice .cookie-notice-container #cn-notice-buttons #cn-refuse-cookie {
  background-color: transparent;
  font-family: 'HaasGrot', 'Roboto', Arial, Helvetica, sans-serif !important;
  letter-spacing: 1.2px;
  font-weight: 600;
  border: solid 1px #141535;
  color: #141535;
  border-radius: 0;
}

#cookie-notice .cookie-notice-container #cn-notice-buttons #cn-refuse-cookie:hover {
  background-color: #141535;
  color: #fff;
  border-color: transparent;
}

#cookie-notice .cookie-notice-container #cn-notice-buttons #cn-more-info {
  background-color: transparent;
  font-family: 'HaasGrot', 'Roboto', Arial, Helvetica, sans-serif !important;
  letter-spacing: 1.2px;
  font-weight: 600;
  border: solid 1px #141535;
  color: #141535;
  border-radius: 0;
}

#cookie-notice .cookie-notice-container #cn-notice-buttons #cn-more-info:hover {
  background-color: #141535;
  color: #fff;
  border-color: transparent;
}

#cookie-notice .cookie-notice-container #cn-close-notice {
  display: none !important;
}
