/* ************************************************************************************************************************
Sector colours
************************************************************************************************************************ */
header {
	background-color: #ffffff;
}
header nav.desktop_menu ul li a:hover {
  border-bottom-color: #bfb800;
}
header nav.desktop_menu ul li.menu-item-has-children .dropdown ul li:hover {
  background-color: #bfb800;
}
header nav ul li.menu-item-has-children .dropdown ul li {
  border-bottom-color: #bfb800;
}
header nav.desktop_menu ul li.menu-item-has-children:hover .dropdown {
  border-bottom-color: #bfb800;
}
/* ************************************************* End of BRE Group STYLING ************************************************* */
/* ************************************************************************************************************************
End of Sector colours
************************************************************************************************************************ */

header #navigation_holder {
  width: 100%;
}
header a {
	text-decoration: none;
}
header #navigation_holder .main_nav_holder {
  position: relative;
}
header #global_nav {
  position: relative;
  width: 100%;
  padding: 0 15px;
  background-color: #f3f1ed;
  border-bottom: solid 1px #ccc;
  /*
		&.desktop_menu {
			#global_nav_links {

				ul {
					
					li {
						&.global_mobile_dropdown {
							display:block;
						}//global_mobile_dropdown
					}//li

				}//ul			
			}//global_nav_links
		}//global_nav.desktop_menu
		*/
}
header #global_nav #global_nav_links {
  float: left;
}
header #global_nav #global_nav_links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header #global_nav #global_nav_links ul li {
  float: left;
  border-right: solid 1px #dfdfdf;
  line-height: 1em;
  font-size: 0.938em;
}
header #global_nav #global_nav_links ul li:first-of-type {
  border-left: solid 1px #dfdfdf;
}
header #global_nav #global_nav_links ul li.global_mobile_dropdown {
  display: none;
}
header #global_nav #global_nav_links ul li.mobile_dropdown_title {
  padding: 13px 15px;
  color: #2c2c2e;
  display: block;
  font-family: "FrutigerNextW01-Medium", Arial, Helvetica, sans-serif;
  border: none;
  cursor: pointer;
  display: none;
}
header #global_nav #global_nav_links ul li.mobile_dropdown_title:hover {
  background-color: #dfdfdf;
}
header #global_nav #global_nav_links ul li a {
  padding: 13px 15px;
  color: #2c2c2e;
  display: block;
  font-family: "FrutigerNextW01-Medium", Arial, Helvetica, sans-serif;
  border: none;
}
header #global_nav #global_nav_links ul li a:hover {
  background-color: #dfdfdf;
}
header #global_nav #global_nav_links ul li.bre_company_logo a {
  padding: 7px 15px;
}
header #global_nav.mobile_menu #global_nav_links.global_mobile_dropdown_container ul li {
  display: block;
  margin: 0;
  border-right: none;
}
header #global_nav.mobile_menu #global_nav_links.global_mobile_dropdown_container ul li.global_mobile_dropdown {
  display: block;
}
header #global_nav.mobile_menu #global_nav_links.global_mobile_dropdown_container ul li .mobile_dropdown_title {
  display: block;
}
header #global_nav.mobile_menu #global_nav_links.global_mobile_dropdown_container ul li.global_mobile_dropdown {
  display: none;
  border-bottom: solid 1px #dfdfdf;
}
header #global_nav.mobile_menu #global_nav_links.global_mobile_dropdown_container ul li:last-child {
  border-bottom: none;
}
header #global_nav.mobile_menu #global_nav_links ul li {
  float: none;
  display: inline-block;
  margin-right: -4px;
}
header #global_nav.mobile_menu #global_nav_links ul li:first-of-type {
  margin-left: 0;
}
header #social_buttons_holder {
  float: right;
}
header #social_buttons_holder .social_icon {
  height: 40px;
  opacity: 0.45;
  display: inline-block;
  direction: ltr;
  text-indent: -9999px;
  padding: 0 10px;
  border: none;
}
header #social_buttons_holder .social_icon.twitter_icon {
  background: url(../assets/img/social_icons.svg) no-repeat center top transparent;
  width: 52px;
}
header #social_buttons_holder .social_icon.linkedin_icon {
  background: url(../assets/img/social_icons.svg) no-repeat center -80px transparent;
  width: 45px;
}
header #social_buttons_holder .social_icon.buzz_icon {
  background: url(../assets/img/social_icons.svg) no-repeat center -40px transparent;
  width: 80px;
}
header #social_buttons_holder .social_icon:hover {
  opacity: 1;
}
header {
	position: relative;
	font-family: "FrutigerNextW01-Regular", Arial, Helvetica, sans-serif;
}
header nav {
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  min-height: 67px;
  padding: 0;
  z-index: 9999;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
header nav .content {
  position: relative;
  min-height: 69px;
}
header nav .nav_search_field_holder {
  display: none;
}
header nav .custom-logo-link {
  display: inline-block;
  border: none;
}
header nav ul {
  display: none;
  float: none;
  margin: 25px 0 0;
  white-space: normal;
}
header nav ul li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #dfdfdf;
}
header nav ul li:last-of-type {
  border-bottom: none;
}
header nav ul li a {
  padding: 15px 0 15px 15px;
  display: block;
  color: #2c2c2e;
  font-family: "FrutigerNextW01-Medium", Arial, Helvetica, sans-serif;
  border: none;
}
header nav ul li a:hover {
  color: #7a942e;
  border: none;
}
header nav ul li.menu-item-has-children {
  background: none;
  margin-right: 0;
  /*&:after {
						position: absolute;
						top: -1px;
						right: -15px;
						background: url(images/icons/down-arrow-white.svg) no-repeat center center rgba(255, 255, 255, 0.1);
						width: 50px;
						height: 100%;
						content: ' ';
						border-top: solid 1px #fff;
						border-bottom: solid 1px #fff;
						border-left: solid 1px #fff;
					}*/
}
header nav ul li.menu-item-has-children.dropdown_open {
  border-left: solid 3px #8dab35;
}
header nav ul li.menu-item-has-children a {
  width: calc(100% - 70px);
  margin-right: 0;
}
header nav ul li.menu-item-has-children .dropdown {
  position: relative;
  width: 100%;
  background-color: #fff;
}
header nav ul li.menu-item-has-children .dropdown ul {
  margin: 0;
  white-space: normal;
}
header nav ul li.menu-item-has-children .dropdown ul li {
  border-bottom-color: rgba(160, 195, 61, 0.85);
}
header nav ul li.menu-item-has-children .mobile_dropdown_icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  text-align: center;
  border-left: solid 1px #fff;
  background-color: rgba(160, 195, 61, 0.85);
  display: block;
}
header nav ul li.menu-item-has-children .mobile_dropdown_icon img {
  width: 25px;
  height: 100%;
  max-height: 60px;
}
header nav ul li.menu-item-has-children:hover ul {
  display: none;
}
header nav ul li.search_icon .mobile_nav_search_field_holder {
  display: block;
}
header nav ul li.search_icon .mobile_nav_search_field_holder .gsc-search-box {
  margin: 0;
}
header nav ul li.search_icon .mobile_nav_search_field_holder .gsc-search-box .gsc-input {
  border: none;
}
header nav ul li.search_icon .mobile_nav_search_field_holder .gsc-search-box .gsc-input .gsc-input {
  border: solid 1px #dfdfdf;
  display: inline-block;
  border-width: 0 0 1px 0;
  width: 100%;
  background-color: transparent;
  font-family: 'Frutiger Next W01 Light', Arial, Helvetica, sans-serif;
}
header nav ul li.search_icon .mobile_nav_search_field_holder .gsc-search-box .gsc-input .gsc-input input {
  width: 100%;
  color: #2c2c2e;
  padding: 10px;
  font-size: 1.25em;
}
header nav ul li.search_icon .mobile_nav_search_field_holder .gsc-search-box td.gsc-search-button {
  width: 40px;
  padding: 5px;
  border: none;
}
header nav ul li.search_icon .mobile_nav_search_field_holder .gsc-search-box td.gsc-search-button input.gsc-search-button {
  background: url(../assets/img/search_icon.png) no-repeat center center transparent;
  width: 32px;
  min-width: auto;
  height: 32px;
  direction: ltr;
  text-indent: -9999px;
  padding: 0;
  border: none;
}
header nav ul li.search_icon .mobile_nav_search_field_holder .gsc-search-box td.gsc-clear-button {
  border: none;
  padding: 0;
  width: 25px;
}
header nav ul li.search_icon .mobile_nav_search_field_holder .gsc-search-box td.gsc-clear-button div.gsc-clear-button {
  width: 14px;
  height: 14px;
  display: block;
}
header nav ul li.search_icon .mobile_nav_search_field_holder .nav_search_field {
  display: inline-block;
  border-width: 0 0 1px 0;
  width: calc(100% - 50px);
  background-color: transparent;
  padding: 15px 0 15px 15px;
  color: #2c2c2e;
}
header nav ul li.search_icon .mobile_nav_search_field_holder #mobile_nav_search_button {
  display: inline-block;
  background: url(../assets/img/search_icon.png) no-repeat center center transparent;
  width: 32px;
  height: 32px;
  direction: ltr;
  text-indent: -9999px;
  padding: 5px;
}
header nav ul li.search_icon .mobile_nav_search_field_holder span.close_form_icon {
  background: url(images/icons/close_icon.svg) no-repeat center center #ffffff;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 30px;
  cursor: pointer;
}
header nav ul li.search_icon .header_search_field {
  width: calc(100% - 40px);
  background-color: transparent;
  border-bottom: solid #dfdfdf;
  border-width: 0 0 1px 0;
  padding-left: 15px;
  margin-bottom: 15px;
}
header nav ul li.search_icon .header_search_field_button {
  display: inline-block;
  background: url(../assets/img/search_icon.png) no-repeat center center transparent;
  width: 32px;
  height: 32px;
  direction: ltr;
  text-indent: -9999px;
  padding: 5px;
}
header nav #mobile_nav_toggle {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 35px;
  height: 15px;
  display: block;
  cursor: pointer;
  display: none;
  border: none;
}
header nav #mobile_nav_toggle:hover {
  border: none;
}
header nav #mobile_nav_toggle span,
header nav #mobile_nav_toggle span:before,
header nav #mobile_nav_toggle span:after {
  cursor: pointer;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #2c2c2e;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
header nav #mobile_nav_toggle span:before {
  top: -10px;
}
header nav #mobile_nav_toggle span:after {
  bottom: -10px;
}
header nav #mobile_nav_toggle.active span {
  background-color: transparent;
}
header nav #mobile_nav_toggle.active span:before {
  top: 0;
  transform: rotate(45deg);
}
header nav #mobile_nav_toggle.active span:after {
  top: 0;
  transform: rotate(-45deg);
}
header nav.desktop_menu {
  padding: 0 15px;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
header nav.desktop_menu.nav_fade {
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
}
header nav.desktop_menu:hover {
  opacity: 1;
}
header nav.desktop_menu #mobile_nav_toggle {
  display: none;
}
header nav.desktop_menu .search_holder {
  display: none;
}
header nav.desktop_menu.banner_nav ul li {
  border-bottom: none;
}
header nav.desktop_menu.banner_nav ul li.menu-item-has-children {
  background: url(../assets/img/down-arrow.svg) no-repeat center right transparent;
}
header nav.desktop_menu.banner_nav ul li.menu-item-has-children .dropdown {
  background-color: #fff;
}
header nav.desktop_menu ul {
  float: right;
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  opacity: 0;
  white-space: nowrap;
  /*
				&.multi_column_nav {
					-moz-column-count: 2;
					-webkit-column-count: 2;
					column-count: 2;
				}//multi_column_nav
				*/
}
header nav.desktop_menu ul li {
  float: left;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  box-sizing: content-box;
  font-size: 0.938em;
  vertical-align: top;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border-bottom: none;
}
header nav.desktop_menu ul li.search_icon {
  background: url(../assets/img/search_icon.png) no-repeat center center transparent;
  padding: 30px 0;
  width: 32px;
  display: inline-block;
}
header nav.desktop_menu ul li.search_icon:hover {
  border-bottom: none;
  cursor: pointer;
}
header nav.desktop_menu ul li a {
  position: relative;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  box-sizing: border-box;
  color: #2c2c2e;
  padding: 20px 15px;
  display: block;
  border-bottom: solid 3px transparent;
}
header nav.desktop_menu ul li a.nav_trigger {
  background-color: #7a942e;
  color: #fff;
}
header nav.desktop_menu ul li a.nav_trigger:hover {
  background-color: transparent;
  color: #2c2c2e;
  border-color: #7a942e;
}
header nav.desktop_menu ul li a:hover {
  border-bottom-color: #7a942e;
  color: #2c2c2e;
}
header nav.desktop_menu ul li.menu-item-has-children {
  background: url(images/icons/down-arrow.svg) no-repeat center right transparent;
  padding-right: 5px;
}
header nav.desktop_menu ul li.menu-item-has-children .mobile_dropdown_icon {
  display: none;
}
header nav.desktop_menu ul li.menu-item-has-children.children_1 .dropdown {
  width: auto;
}
header nav.desktop_menu ul li.menu-item-has-children .dropdown {
  float: none;
  position: absolute;
  top: 100%;
  /* IE Overflow fix */
  left: -9999px;
  max-height: 0;
  width: 500px;
  background-color: #fff;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}
header nav.desktop_menu ul li.menu-item-has-children .dropdown ul {
  display: block;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 1;
}
header nav.desktop_menu ul li.menu-item-has-children .dropdown ul li {
  width: 50%;
  min-width: 150px;
  border-bottom: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
header nav.desktop_menu ul li.menu-item-has-children .dropdown ul li:only-child {
  width: 100%;
}
header nav.desktop_menu ul li.menu-item-has-children .dropdown ul li span {
  white-space: nowrap;
}
header nav.desktop_menu ul li.menu-item-has-children .dropdown ul li:hover {
  border-bottom: none;
  background-color: #7a942e;
  color: #fff;
}
header nav.desktop_menu ul li.menu-item-has-children .dropdown ul li:hover a {
  color: #fff;
}
header nav.desktop_menu ul li.menu-item-has-children .dropdown ul li a {
  padding: 10px 15px;
}
header nav.desktop_menu ul li.menu-item-has-children .dropdown ul li a:hover {
  color: #fff;
}
header nav.desktop_menu ul li.menu-item-has-children:hover .dropdown {
  max-height: 500px;
  transition: max-height 0.5s ease-in;
  border-bottom: solid 3px #7a942e;
  /* IE Overflow fix */
  left: 0;
  /* this removes the transition delay so the menu will be visible while the other styles transition */
}
header nav.desktop_menu ul li.menu-item-has-children.edge {
  /* IE Overflow fix */
}
header nav.desktop_menu ul li.menu-item-has-children.edge .dropdown {
  right: 0;
  left: auto;
}
header nav.desktop_menu ul li.menu-item-has-children.edge:hover .dropdown {
  right: 0;
  left: auto;
}
header nav.desktop_menu ul li.search_icon .mobile_nav_search_field_holder {
  display: none;

}
header nav.desktop_menu ul #mobile_nav_toggle {
  display: none;
}
header nav.desktop_menu .nav_search_field_holder {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
  width: 50%;
  z-index: 9999;
}
header nav.desktop_menu .nav_search_field_holder .gsc-search-box {
  margin: 0;
}
header nav.desktop_menu .nav_search_field_holder .gsc-search-box .gsc-input {
  border: none;
}
header nav.desktop_menu .nav_search_field_holder .gsc-search-box .gsc-input .gsc-input {
  border: solid 1px #dfdfdf;
  display: inline-block;
  border-width: 0 0 1px 0;
  width: 100%;
  background-color: transparent;
  font-family: 'Frutiger Next W01 Light', Arial, Helvetica, sans-serif;
}
header nav.desktop_menu .nav_search_field_holder .gsc-search-box .gsc-input .gsc-input input {
  width: 100%;
  color: #2c2c2e;
  padding: 10px;
  font-size: 1.25em;
}
header nav.desktop_menu .nav_search_field_holder .gsc-search-box td.gsc-search-button {
  width: 40px;
  padding: 5px;
  border: none;
}
header nav.desktop_menu .nav_search_field_holder .gsc-search-box td.gsc-search-button input.gsc-search-button {
  background: url(../assets/img/search_icon.png) no-repeat center center transparent;
  width: 32px;
  min-width: auto;
  height: 32px;
  direction: ltr;
  text-indent: -9999px;
  padding: 0;
  border: none;
}
header nav.desktop_menu .nav_search_field_holder .gsc-search-box td.gsc-clear-button {
  border: none;
  padding: 0;
}
header nav.desktop_menu .nav_search_field_holder .gsc-search-box td.gsc-clear-button div.gsc-clear-button {
  width: 14px;
  height: 14px;
  display: block;
}
header nav.desktop_menu .nav_search_field_holder .nav_search_field {
  display: inline-block;
  border-width: 0 0 1px 0;
  width: calc(100% - 90px);
  background-color: transparent;
}
header nav.desktop_menu .nav_search_field_holder #nav_search_button {
  display: inline-block;
  background: url(../assets/img/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(../assets/img/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;
}


#bre_breadcrumbs {
  background-color: #f3f1ed;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  list-style-type: none;
  margin: 0 auto;
  max-width: 1366px;
}
#bre_breadcrumbs li {
  position: relative;
  display: inline-block;
  padding: 0.3em 3em 0.3em 0;
  vertical-align: top;
  overflow: visible;
  margin-left: -1em;
}
#bre_breadcrumbs li:first-child {
  overflow: hidden;
  padding-left: 1em;
  margin-left: 0;
}
#bre_breadcrumbs li:first-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f3f1ed;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
}
#bre_breadcrumbs li:last-child {
  padding-right: 1em;
  padding-left: 3em;
  overflow: hidden;
  margin-left: -3.31em;
  color: #fff;
}
#bre_breadcrumbs li:last-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #7a942e;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
}
#bre_breadcrumbs li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e6e4e1;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
}
#bre_breadcrumbs li a,
#bre_breadcrumbs li span,
#bre_breadcrumbs li strong {
  position: relative;
  z-index: 1;
}
.breadcrumbs {
  background-color: #f3f1ed;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.breadcrumbs span[property="itemListElement"] {
  /*
		position: relative;
		padding: 0 35px 0 15px;
		display: inline-block;
		*/
  position: relative;
  display: inline-block;
  padding: 0.3em 3em 0.3em 0;
  vertical-align: top;
  overflow: visible;
  margin-left: -1em;
  /*
		&:after {
			background: url(images/icons/breadcrumb.png) no-repeat center center transparent;
			display: inline-block;
			content: "";
			position: absolute;
			top: 0;
			right: 0;
			width: 25px;
			height: 28px;
		}//after
		*/
}
.breadcrumbs span[property="itemListElement"]:first-child {
  overflow: hidden;
  padding-left: 1em;
  margin-left: 0;
}
.breadcrumbs span[property="itemListElement"]:first-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f3f1ed;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
}
.breadcrumbs span[property="itemListElement"]:last-child {
  padding-right: 1em;
  padding-left: 3em;
  overflow: hidden;
  margin-left: -3.31em;
  color: #fff;
}
.breadcrumbs span[property="itemListElement"]:last-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #7a942e;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
}
.breadcrumbs span[property="itemListElement"]:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e6e4e1;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
}
.breadcrumbs span[property="itemListElement"] a,
.breadcrumbs span[property="itemListElement"] span[property="name"] {
  position: relative;
  z-index: 1;
}
#bre_breadcrumbs {
  max-width: 1140px;
	width: calc(84%);
}
#bre_breadcrumbs li:last-child:after {
  background: #bfb800;
}

.metaslider.align_slider_top ul.slides li {
  display: flex !important;
  align-items: flex-end;
}
.metaslider .flexslider {
  margin: 0;
  overflow: hidden;
  line-height: 0;
}
.metaslider .flexslider .flex-viewport ul.slides {
  max-width: none;
}
.metaslider .flexslider ul.slides {
  max-width: 100%;
  width: 100%;
}
.metaslider .flexslider ul.slides li {
  max-height: 550px;
  overflow: hidden;
}
.metaslider .flexslider ol.flex-control-nav {
  position: absolute;
  width: 100%;
  height: auto;
  padding: 0;
  bottom: 10px;
  z-index: 9998;
}
.metaslider .flexslider ol.flex-control-nav li a {
  width: 25px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.45);
  border: solid 1px #fff;
  border: none;
}
.metaslider .flexslider ol.flex-control-nav li a.flex-active {
  background-color: #7a942e;
  border-color: #7a942e;
}
.metaslider .flexslider ul.flex-direction-nav li a {
  border: none;
}
.metaslider .caption-wrap {

    position: absolute;
    bottom: 0;
    left: 0;
    background: black;
        background-color: black;
    color: white;
    opacity: 0.7;
    margin: 0;
    display: block;
    width: 100%;
    line-height: 1.4em;
}

.metaslider .caption-wrap {
  top: 50%;
  left: 50%;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  min-width: 75%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px 95px;
  opacity: 1;
  text-align: center;
}
.metaslider .caption-wrap .caption h1 {
  font-size: 3em;
  line-height: 1.2em;
  color: #fff;
}
.metaslider .caption-wrap .caption h2 {
  color: #fff;
  text-transform: none;
  line-height: 1.2em;
}
.metaslider .caption-wrap .caption a {
  padding: 10px 20px;
  margin-top: 40px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  display: inline-block;
}
.metaslider .caption-wrap .caption a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.metaslider ul { 
	margin: 0;
	padding: 0;
}

.button {
    transition: background .3s ease-in-out;
    font-family: FrutigerNextW01-Medium;
    color: #fff;
    padding: 1rem 2rem;
    background: orange;
    border: none;
		text-decoration: none;
		display: inline-block;
}
a {
	color: #006dc3;
}
table.alternate_rows tr:nth-of-type(even) {
  background-color: #f3f1ed;
}

h2 {
	font-size: 1.5rem;
}

.event-content h2 {
	margin-top: .75rem;
}

.callout_panel {
    margin: 0 0 20px;
    padding: 10px;
    background-color: #f5f5f7;
    border-top: 2px solid #bfb800;
    text-align: left;
}

.table thead tr {
	border-bottom: 1px solid #bfb800;
}

.scrollable_table { overflow-x: auto; }

#content_sidebar_holder {
  display: inline-block;
  background-color: #435061;
  width: 275px;
  position: relative;
  vertical-align: top;
}
#content_sidebar_holder #sidebar_section_tile {
  text-align: center;
  color: #fff;
  background-color: #686f79;
}
#content_sidebar_holder #sidebar_section_tile.services {
  background-color: #23b684;
}
#content_sidebar_holder #sidebar_section_tile .icon_holder {
  padding: 75px 15px;
}
#content_sidebar_holder #sidebar_section_tile .icon_holder .icon {
  width: 65px;
  height: 65px;
  display: block;
  margin: 0 auto 15px;
}
#content_sidebar_holder #sidebar_section_tile .icon_holder .icon.services {
  background: url(images/core_section_tiles/services_icon.png) no-repeat center center transparent;
}
#content_sidebar {
  padding: 30px 0 75px;
  position: relative;
  overflow-y: overlay;
}
#content_sidebar a {
	text-decoration: none;
}
#content_sidebar .dropdown_sections_title {
  position: relative;
  width: 100%;
  display: none;
}
#content_sidebar .dropdown_sections_title h2 {
  color: #fff;
  margin: 0;
}
#content_sidebar .dropdown_sections_title .dropdown_arrow {
  position: absolute;
  top: 50%;
  right: 0;
  /*background: url(images/icons/down-arrow-white.svg) no-repeat center right transparent;*/
  display: block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-color: #435061;
  transform: translateY(-50%);
}
#content_sidebar ul {
  list-style: none;
  margin: 0;
	padding: 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;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#content_sidebar ul li.page_item_has_children span.expand_sidebar_menu {
  cursor: pointer;
  width: 13px;
  height: 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #7c8591;
  color: #fff;
  position: absolute;
  top: 6px;
  left: -7px;
  display: block;
  line-height: 13px;
  text-align: center;
}
#content_sidebar ul li.page_item_has_children span.expand_sidebar_menu:before {
  content: '+';
}
#content_sidebar ul li.page_item_has_children:after {
  content: ' ';
  width: 2px;
  height: 6px;
  position: absolute;
  top: 0;
  left: -2px;
  background-color: #435061;
}
#content_sidebar ul li.page_item_has_children.expanded span.expand_sidebar_menu:before {
  content: '-';
}
#content_sidebar ul li.page_item_has_children.current_page_ancestor > a,
#content_sidebar ul li.page_item_has_children.current_page_parent > a {
  color: #fff;
}
#content_sidebar ul li a {
  color: #7c8591;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  line-height: 1.4em;
  padding-left: 15px;
  border-bottom: none;
  margin-bottom: 8px;
  display: block;
}
#content_sidebar ul li a:hover {
  color: #fff;
}
#content_sidebar ul li ul.children {
  display: none;
}
#content_sidebar ul li ul.children li {
  position: relative;
  padding: 0;
  margin: 0 0 8px;
  /*
					&:last-child {
						&:after {
							content: ' ';
							width: 2px;
							height: 100%;
							background-color: #435061;
							position: absolute;
							top: 11px;
							left: -2px;
						}//after
					}//last-child
					*/
}

#content_sidebar ul li ul.children li 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;
}

#content_sidebar ul li ul.children li {
   margin: 0;
}

section {

    margin-top: 60px;
    margin-bottom: 60px;

}
section.text_left_image_right {

    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;

}

 .two_equal .content,  .three_equal .content,  .text_left_image_right .content,  .tabbed_content_holder .content,  .video_slice .content,  .grid_tiles .content,  .four_equal .content,  .pull_out_text_panel .content {

    max-width: 1100px;

}
.content {

    width: 100%;
    max-width: 1366px;
    margin: 0 auto;

}

section.text_left_image_right .text_panel {

    padding: 0;

}
section.text_left_image_right .text_panel:first-child {

    margin-top: 0;

}
section.text_left_image_right .text_panel {

    float: left;
    width: calc(70% - 60px);
    padding: 0 45px 0 15px;

}

section.text_left_image_right .image_panel {

    float: right;
    width: calc(30% - 15px);
    padding-right: 15px;

}

.wrapper-a {
    background-color: #fff;
    min-height: 60vh;
}

.wrapper-a p, .event-content p {

    font-size: 1em;
    margin: 0 0 1em;

}
#content_sidebar ul li {

    font-size: 1em;

}

#bre_breadcrumbs li:last-child a {
	color: #fff;
}

@media screen and (max-width: 1024px) {
  #content_sidebar_holder {
    width: 100%;
  }
  #content_sidebar_holder #sidebar_section_tile .icon_holder {
    padding: 15px;
  }
  #content_sidebar {
    display: block;
    padding: 15px 25px;
    width: 100%;
  }
  #content_sidebar .dropdown_sections_title {
    cursor: pointer;
    display: block;
  }
  #content_sidebar ul {
    list-style: none;
    margin: 0;
    display: none;
  }
  #content_sidebar ul li {
    padding: 5px 15px;
    margin: 0;
  }
  #content_sidebar ul li.current_parent_content_page,
  #content_sidebar ul li.current_page_item {
    background-color: #fff;
  }
  #content_sidebar ul li.current_parent_content_page a,
  #content_sidebar ul li.current_page_item a {
    color: #2c2c2e;
    display: block;
  }
  #content_sidebar ul li.current_parent_content_page a:hover,
  #content_sidebar ul li.current_page_item a:hover {
    color: #2c2c2e;
  }
  #content_sidebar ul li a {
    color: #7c8591;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  #content_sidebar ul li a:hover {
    color: #fff;
  }
  #content_with_sidebar {
    display: block;
    width: 100%;
  }
  .custom_posts_tiles_holder .custom_post_tile_holder {
    width: 33.33%;
  }
  section.popup_tiles .popup_tile_holder {
    width: 25%;
  }
  body.bre-group #content_sidebar ul li.current_parent_content_page,
  body.bre-group #content_sidebar ul li.current_page_item {
    background-color: inherit;
  }
}
/* 1024 */
@media screen and (max-width: 980px) {
  section.news_feed_holder .horizontal_scroll_overflow,
  section.rss_news_feed_holder .horizontal_scroll_overflow,
  div.rss_news_feed_holder .horizontal_scroll_overflow,
  body.category div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow {
    white-space: nowrap;
  }
  section.news_feed_holder .horizontal_scroll_overflow .filter_type,
  section.rss_news_feed_holder .horizontal_scroll_overflow .filter_type,
  div.rss_news_feed_holder .horizontal_scroll_overflow .filter_type,
  body.category div#primary .content div.blogs_feed_holder .horizontal_scroll_overflow .filter_type {
    margin-bottom: 4px;
  }
  section.news_feed_holder .news_pod_quarter,
  section.rss_news_feed_holder .news_pod_quarter,
  div.rss_news_feed_holder .news_pod_quarter,
  body.category div#primary .content div.blogs_feed_holder .news_pod_quarter {
    width: calc(50% - 15px);
  }
  section.tabbed_content_holder .tab_content.tabs_3 .even_tc {
    width: 50%;
  }
  section.tabbed_content_holder .tab_content.tabs_4 .even_tc {
    width: 50%;
  }
  section.tabbed_content_holder .tab_content.tabs_5 .even_tc {
    width: 33.33%;
  }
  section.downloads_section {
    margin-bottom: 0;
  }
  section.downloads_section .content .downloads_holder {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  section.downloads_section .content .downloads_holder:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }
  section.downloads_section .content .downloads_holder:last-child {
    margin-bottom: 0;
  }
  .custom_posts_tiles_holder .custom_post_tile_holder {
    width: 50%;
  }
  .trustee_holder {
    width: 100%;
    float: none;
    margin: 25px 0;
    text-align: center;
  }
  .trustee_holder .trustee_icon_holder {
    display: block;
    vertical-align: top;
  }
  .trustee_holder .trustee_text_holder {
    vertical-align: top;
    width: 100%;
    margin: 0;
  }
  section.objectives_tiles {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  section.objectives_tiles .content .objective_tile_holder {
    float: none;
    width: 100%;
  }
}
/* 980 */
@media screen and (max-width: 768px) {
  .hero_image_bg .metaslider ul.slides li .caption-wrap {
    background: #56b146;
    position: relative;
  }
  section.text_left_image_right .content .image_panel {
    position: relative;
    float: none;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  section.text_left_image_right .content .text_panel {
    position: relative;
    float: none;
    width: 100%;
    padding: 0 15px;
  }
  section.section_image_section .slide_content_holder {
    position: relative;
  }
  section.section_image_section .slide_content_holder .caption_holder {
    width: 85%;
  }
  section.two_equal .left,
  section.two_equal .right {
    float: none;
    width: 100%;
    padding: 35px 0 0;
  }
  section.two_equal .left {
    padding-top: 0;
  }
  section.three_equal .left,
  section.three_equal .middle,
  section.three_equal .right {
    float: none;
    width: 100%;
    text-align: left;
    padding: 35px 0 0;
  }
  section.three_equal .left {
    padding-top: 0;
  }
  section.four_equal .first,
  section.four_equal .second,
  section.four_equal .third,
  section.four_equal .fourth {
    float: none;
    width: 100%;
    padding: 35px 0 0;
  }
  section.four_equal .first {
    padding-top: 0;
  }
  section.five_equal .first,
  section.five_equal .second,
  section.five_equal .third,
  section.five_equal .fourth,
  section.five_equal .fifth {
    float: none;
    width: 100%;
    padding: 35px 0 0;
  }
  section.five_equal .first {
    padding-top: 0;
  }
  section.video_slice .left {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }
  section.video_slice .right {
    position: relative;
    float: none;
    margin: 0;
    width: auto;
    cursor: pointer;
    width: 100%;
    text-align: center;
  }
  section.single_training .course_dates_holder {
    width: 100%;
    float: none;
  }
  section.section_image_section .content .slide_content_holder {
    padding: 15px 75px;
    width: 85%;
  }
  section.section_image_section .content .slide_content_holder .caption_holder {
    padding: 0 0 20px;
  }
  section.section_image_section .content a {
    margin-top: 0;
  }
  .footer_tweets #ctf .ctf-item {
    width: 100%;
    border-right: 0;
    border-bottom: solid 1px #dfdfdf;
  }
  .footer_tweets #ctf .ctf-item p.ctf-tweet-text {
    font-size: 1em;
    line-height: 1.5em;
  }
  .footer_tweets #ctf .ctf-item:last-of-type {
    border-bottom: 0;
  }
  footer.bre_footer .footer_left,
  footer.bre_footer .footer_right {
    float: none;
  }
  footer.bre_footer .footer_left {
    width: auto;
  }
  footer.bre_footer .footer_right {
    width: 100%;
    margin-top: 35px;
  }
  footer.bre_footer ul {
    list-style: none;
    margin: 0;
  }
  footer.bre_footer ul > li {
    margin: 0 10% 5% 0;
  }
  section.grid_tiles.three .grid_tile {
    width: 50%;
    background-color: #fff;
  }
  section.grid_tiles.three .grid_tile:nth-child(even) {
    background-color: transparent;
  }
  section.grid_tiles.three .grid_tile:nth-child(4n),
  section.grid_tiles.three .grid_tile:nth-child(4n+1) {
    background-color: #f5f5f7;
  }
  section.grid_tiles.four .grid_tile {
    width: 33.33%;
  }
  section.grid_tiles.four .grid_tile:nth-child(8n+1),
  section.grid_tiles.four .grid_tile:nth-child(8n+3),
  section.grid_tiles.four .grid_tile:nth-child(8n+6),
  section.grid_tiles.four .grid_tile:nth-child(8n+8) {
    background-color: inherit;
  }
  section.grid_tiles.four .grid_tile:nth-child(even) {
    background-color: #f5f5f7;
  }
  section.grid_tiles.four .grid_tile:nth-child(odd) {
    background-color: #fff;
  }
  section.grid_tiles.five .grid_tile {
    width: 33.33%;
  }
  section.grid_tiles.five .grid_tile:nth-child(8n+1),
  section.grid_tiles.five .grid_tile:nth-child(8n+3),
  section.grid_tiles.five .grid_tile:nth-child(8n+6),
  section.grid_tiles.five .grid_tile:nth-child(8n+8) {
    background-color: inherit;
  }
  section.grid_tiles.five .grid_tile:nth-child(even) {
    background-color: #f5f5f7;
  }
  section.grid_tiles.five .grid_tile:nth-child(odd) {
    background-color: #fff;
  }
  body.single-post #primary article header .entry-title {
    max-width: 95%;
  }
  body.single-post #primary article .content {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  body.single-post #primary article .post_title_margin-top {
    margin-top: 35px;
  }
  body.single-post #primary article .post_title_margin-top .post-thumbnail {
    display: none;
    margin: 0;
  }
  body.single-post #primary article .entry-header,
  body.single-post #primary article .entry-summary,
  body.single-post #primary article .entry-content,
  body.single-post #primary article .entry-footer,
  body.single-post #primary article .page-content {
    margin: 0;
  }
  body.single-post #primary article .entry-content {
    float: right;
    width: calc(100% - 100px);
    margin: 0 0 0 25px;
  }
  body.single-post #primary article .entry-content h3:first-child {
    margin-top: 30px;
  }
  body.single-post #primary article .entry-content h3 {
    margin-bottom: 5px;
  }
  body.single-post #primary article .entry-content p img {
    margin: 0;
    max-width: 100%;
  }
  body.single-post #primary article .entry-footer {
    width: 75px;
  }
  body.single-post #primary article .entry-footer .avatar {
    width: auto;
    height: auto;
    margin: 0;
  }
  body.single-post #primary article .entry-footer .shareaholic-canvas {
    clear: none;
  }
  body.single-post.posts-sidebar .with_sidebar_container {
    width: 100%;
    margin-right: 0;
    display: block;
  }
  body.single-post.posts-sidebar #posts_sidebar {
    width: 100%;
    display: block;
    margin-top: 30px;
  }
  section.tabbed_content_holder .tab_content.tabs_5 .even_tc {
    width: 50%;
  }
  section .perfect-pullquote blockquote {
    padding: 70px 15px !important;
  }
  section .perfect-pullquote blockquote p {
    font-size: 1.188em !important;
  }
  section .perfect-pullquote blockquote:before,
  section .perfect-pullquote blockquote:after {
    display: none;
  }
  blockquote {
    padding: 70px 15px !important;
  }
  blockquote p {
    font-size: 1.188em !important;
  }
  blockquote:before,
  blockquote:after {
    display: none;
  }
  div.select_tool .mobile_tool {
    display: block;
  }
  div.select_tool .desktop_tool {
    display: none;
  }
  #az-slider .letter-section {
    width: 50%;
  }
  section.popup_tiles .popup_tile_holder {
    width: 33.33%;
  }
  section.popup_tiles .tile_popup .popup_has_image {
    text-align: center;
    position: relative;
  }
  section.popup_tiles .tile_popup .popup_has_image .popup_image_holder {
    display: block;
  }
  section.popup_tiles .tile_popup .popup_has_image .popop_content_holder {
    position: relative;
    top: -25px;
    right: auto;
    width: 100%;
    transform: none;
    padding-top: 50px;
    padding-left: 25px;
  }
  .job_family_hexagons .hexagon.top_right {
    top: auto;
    right: auto;
    bottom: -17%;
    left: 5%;
  }
  .job_family_hexagons .hexagon.bottom_right {
    bottom: -34.5%;
    right: 33.5%;
  }
  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);
  }
}
/* 768 */
@media screen and (max-width: 600px) {
  section.news_feed_holder .news_pod_half,
  section.rss_news_feed_holder .news_pod_half,
  div.rss_news_feed_holder .news_pod_half,
  body.category div#primary .content div.blogs_feed_holder .news_pod_half {
    width: calc(100% - 15px);
  }
  section.news_feed_holder .news_pod_quarter,
  section.rss_news_feed_holder .news_pod_quarter,
  div.rss_news_feed_holder .news_pod_quarter,
  body.category div#primary .content div.blogs_feed_holder .news_pod_quarter {
    width: calc(100% - 15px);
  }
  div.rss_news_feed_holder body.tag div#primary .page-header,
  body.category div#primary .page-header {
    margin-left: 0;
    margin-right: 0;
  }
  div.rss_news_feed_holder body.tag div#primary a.tag_archive_holder,
  body.category div#primary a.tag_archive_holder {
    display: block;
    table-layout: auto;
  }
  div.rss_news_feed_holder body.tag div#primary .tag_archive_holder,
  body.category div#primary .tag_archive_holder {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: solid 1px #dfdfdf;
  }
  div.rss_news_feed_holder body.tag div#primary .tag_archive_holder .image_cell,
  body.category div#primary .tag_archive_holder .image_cell {
    width: 100%;
    display: block;
  }
  div.rss_news_feed_holder body.tag div#primary .tag_archive_holder .image_cell .image_holder img,
  body.category div#primary .tag_archive_holder .image_cell .image_holder img {
    min-height: inherit;
    max-width: 100%;
    width: 100%;
  }
  div.rss_news_feed_holder body.tag div#primary .tag_archive_holder .text_holder,
  body.category div#primary .tag_archive_holder .text_holder {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  div.rss_news_feed_holder body.tag div#primary .tag_archive_holder .text_holder .tag_archive_padding,
  body.category div#primary .tag_archive_holder .text_holder .tag_archive_padding {
    padding-bottom: 0;
  }
  section.hexagon_buttons .hexagons_holder {
    width: 100%;
    text-align: center;
    white-space: normal;
  }
  section.hexagon_buttons .hexagons_2 {
    width: 100%;
    margin: -7% 0 0;
  }
  section.hexagon_buttons .hexagons_2:first-of-type {
    margin-top: 0;
  }
  section.hexagon_buttons .hexagons_3 {
    width: 327px;
    margin: 0 auto;
    text-align: center;
  }
  section.hexagon_buttons .hexagons_3 .hexagon:nth-child(3) {
    margin-top: -12%;
  }
  section.hexagon_buttons .hexagons_3_middle {
    width: 327px;
    margin: -7% auto;
    text-align: center;
    padding-left: 0;
  }
  section.hexagon_buttons .hexagons_3_middle .hexagon:nth-child(3) {
    margin-top: -12%;
  }
  section.tabbed_content_holder ul.tabs.tabs_1 li {
    width: auto;
  }
  section.tabbed_content_holder ul.tabs.tabs_2 li {
    width: auto;
  }
  section.tabbed_content_holder ul.tabs.tabs_3 li {
    width: auto;
  }
  section.tabbed_content_holder ul.tabs.tabs_4 li {
    width: auto;
  }
  section.tabbed_content_holder ul.tabs.tabs_5 li {
    width: auto;
  }
  section.tabbed_content_holder ul.tabs.tabs_6 li {
    width: auto;
  }
  section.tabbed_content_holder ul.tabs.tabs_7 li {
    width: auto;
  }
  section.tabbed_content_holder .tab_content .left {
    margin-bottom: 15px;
  }
  section.tabbed_content_holder .tab_content .left,
  section.tabbed_content_holder .tab_content .right {
    width: 100%;
    padding: 0;
    display: block;
  }
  section.tabbed_content_holder .tab_content .seventy_thirty_left,
  section.tabbed_content_holder .tab_content .thirty_seventy_right {
    width: 100%;
  }
  section.tabbed_content_holder .tab_content .thirty_seventy_left,
  section.tabbed_content_holder .tab_content .seventy_thirty_right {
    width: 100%;
  }
  section.tabbed_content_holder .tab_content .seventy_thirty_left,
  section.tabbed_content_holder .tab_content .thirty_seventy_left {
    padding-bottom: 25px;
  }
  body.single-post #primary article .entry-content {
    width: 100%;
    margin-left: 0;
  }
  body.single-post #primary article .entry-footer {
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }
  body.single-post #primary article .entry-footer .avatar {
    float: left;
  }
  body.single-post #primary article .entry-footer .shareaholic-canvas {
    clear: none;
  }
  body.single-post #primary article .entry-footer .shareaholic-canvas .shareaholic-share-buttons-container .shareaholic-share-buttons-wrapper ul li {
    float: left !important;
  }
  #content section.related_posts .content #jp-relatedposts.jp-relatedposts:before,
  #content section.related_posts .content #jp-relatedposts.jp-relatedposts:after {
    height: 0;
  }
  #content section.related_posts .content #jp-relatedposts h3:before {
    border: none;
  }
  #content section.related_posts .content #jp-relatedposts h3 em:before {
    border: none;
  }
  #content section.related_posts .content #jp-relatedposts .jp-relatedposts-items {
    margin: 0;
  }
  #content section.related_posts .content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    width: 100%;
    padding: 0 0 1em;
    border-bottom: solid 1px #dfdfdf;
  }
  #content section.related_posts .content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:last-child {
    border-bottom: none;
  }
  section.large_image_pull_out .large_image_pull_out_image_holder img {
    opacity: 1;
  }
  section.large_image_pull_out .large_image_pull_out_text_holder {
    background-color: #fff;
    width: 100%;
    position: relative;
    top: auto;
    transform: translateY(0);
    right: auto;
  }
  section.large_image_pull_out .large_image_pull_out_text_holder h1 {
    margin-left: 0;
    font-size: 2em;
    margin-bottom: 1em;
  }
  .custom_post_meta .custom_post_meta_holder {
    width: 50%;
  }
  section.popup_tiles .popup_tile_holder {
    width: 50%;
  }
}
/* 600 */
@media screen and (max-width: 568px) {
  h1,
  h1.entry-title {
    font-size: 1.5em;
  }
  h2 {
    font-size: 1.5em;
  }
  section.section_image_section .content .slide_content_holder {
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
  }
  .site-inner .metaslider .caption-wrap {
    padding-right: 35px;
    padding-left: 35px;
  }
  .site-inner .metaslider .caption-wrap .caption h1 {
    font-size: 2em;
  }
  .nf-form-cont {
    width: 95%;
  }
  nav.post-navigation .nav-links .nav-previous,
  nav.post-navigation .nav-links .nav-next {
    position: relative;
    width: 100%;
  }
  nav.post-navigation .nav-links .nav-previous {
    float: none;
    padding-left: 35px;
    border-right: solid 3px #7a942e;
  }
  nav.post-navigation .nav-links .nav-previous:before {
    content: ' ';
    background: url(images/icons/previous_next_nav_icons.png) no-repeat top left transparent;
    width: 16px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  nav.post-navigation .nav-links .nav-next {
    float: none;
    text-align: right;
    padding-right: 35px;
    border-left: solid 3px #7a942e;
  }
  nav.post-navigation .nav-links .nav-next:after {
    content: ' ';
    background: url(images/icons/previous_next_nav_icons.png) no-repeat bottom right transparent;
    width: 16px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  nav.bre_post_navigation .nav-links .nav-previous,
  nav.bre_post_navigation .nav-links .nav-next {
    position: relative;
    width: 100%;
  }
  nav.bre_post_navigation .nav-links .nav-previous {
    float: none;
    padding-left: 35px;
    border-right: solid 3px #7a942e;
  }
  nav.bre_post_navigation .nav-links .nav-previous:before {
    content: ' ';
    background: url(images/icons/previous_next_nav_icons.png) no-repeat top left transparent;
    width: 16px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  nav.bre_post_navigation .nav-links .nav-next {
    float: none;
    text-align: right;
    padding-right: 35px;
    border-left: solid 3px #7a942e;
  }
  nav.bre_post_navigation .nav-links .nav-next:after {
    content: ' ';
    background: url(images/icons/previous_next_nav_icons.png) no-repeat bottom right transparent;
    width: 16px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  section.grid_tiles.four .grid_tile {
    width: 50%;
  }
  section.grid_tiles.four .grid_tile:nth-child(8n+1),
  section.grid_tiles.four .grid_tile:nth-child(8n+3),
  section.grid_tiles.four .grid_tile:nth-child(8n+6),
  section.grid_tiles.four .grid_tile:nth-child(8n+8) {
    background-color: transparent;
  }
  section.grid_tiles.four .grid_tile:nth-child(even) {
    background-color: #fff;
  }
  section.grid_tiles.four .grid_tile:nth-child(odd) {
    background-color: #fff;
  }
  section.grid_tiles.four .grid_tile:nth-child(4n),
  section.grid_tiles.four .grid_tile:nth-child(4n+1) {
    background-color: #f5f5f7;
  }
  .interactive_map_holder {
    width: calc(90%);
    padding: 15px 5px;
  }
  .custom_posts_tiles_holder .custom_post_tile_holder {
    width: 100%;
  }
  section.pull_out_number_slice .pull_out_number_holder {
    width: 100%;
    display: block;
    border-right: none;
    border-bottom: solid 1px #dfdfdf;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  section.pull_out_number_slice .pull_out_number_holder:first-of-type {
    padding-top: 0;
  }
  section.objectives_tiles .content .objective_tile_holder {
    margin-bottom: 25px;
  }
  section.objectives_tiles .content .objective_tile_holder .objective_left {
    display: block;
    width: 100%;
    height: auto;
  }
  section.objectives_tiles .content .objective_tile_holder .objective_right {
    display: block;
    vertical-align: top;
    width: 100%;
    height: auto;
    padding: 15px;
  }
  section.objectives_tiles .content .objective_tile_holder .objective_highlight_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 50%;
    padding: 0 7px;
    z-index: 2;
    box-sizing: border-box;
    /*See this CSS only solution. Set the same value of min-width and min-height for 1 digit number. Use a pseudo element for vertical alignment and to maintain the square shape. With border-radius applies to the container for the circle.*/
  }
  section.objectives_tiles .content .objective_tile_holder .objective_highlight_text:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    padding-top: 100%;
    height: 0;
  }
  section.objectives_tiles .content .objective_tile_holder .objective_number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.2;
    font-size: 10em;
    color: #fff;
    font-family: "FrutigerNextW01-Medium", Arial, Helvetica, sans-serif;
  }
  section.two_equal.infographic_climate_change_act_section .info_pullout_word {
    font-size: 32vw;
  }
}
/* 568 */
@media screen and (max-width: 480px) {
  section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  section .content > h1 {
    margin-bottom: 10px;
  }
  body.page-template-case-studies article > header.entry-header {
    margin-top: 35px;
  }
  footer.bre_footer .site-info {
    padding: 15px 0;
  }
  footer.bre_footer .site-info .left {
    float: none;
  }
  footer.bre_footer .site-info .right {
    float: none;
    margin-top: 20px;
  }
  article.category-case-studies .entry-header .post_hero_image {
    min-height: 375px;
  }
  article.category-case-studies .entry-header .post_hero_image img {
    width: auto;
    max-width: none;
  }
  .entry-header .post_hero_image {
    min-height: 375px;
  }
  .entry-header .post_hero_image img {
    width: auto;
    max-width: none;
  }
  section.tabbed_content_holder .tab_content.tabs_2 .even_tc {
    width: 100%;
  }
  section.tabbed_content_holder .tab_content.tabs_3 .even_tc {
    width: 100%;
  }
  section.tabbed_content_holder .tab_content.tabs_4 .even_tc {
    width: 100%;
  }
  section.tabbed_content_holder .tab_content.tabs_5 .even_tc {
    width: 100%;
  }
  section.nav_tiles .nav_tile_holder {
    width: calc(25% - 4px);
    min-width: 200px;
    margin-bottom: 5px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    color: #2c2c2e;
    border-bottom: 0;
  }
  section.nav_tiles .nav_tile_holder .nav_tile_image {
    background-color: #fff;
    overflow: hidden;
    height: 195px;
  }
  section.nav_tiles .nav_tile_holder .nav_tile_image .responsive_image {
    width: auto;
    height: 100%;
  }
  #az-slider .letter-section {
    width: 100%;
  }
}
/* 480 */
@media screen and (max-width: 320px) {
  section.grid_tiles.two .grid_tile {
    width: 100%;
    background-color: #fff;
  }
  section.grid_tiles.two .grid_tile:nth-of-type(4n+2),
  section.grid_tiles.two .grid_tile:nth-of-type(4n+3) {
    background-color: transparent;
  }
  section.grid_tiles.two .grid_tile:nth-child(even) {
    background-color: #f5f5f7;
  }
  section.grid_tiles.three .grid_tile {
    width: 100%;
    background-color: #fff;
  }
  section.grid_tiles.three .grid_tile:nth-child(even) {
    background-color: #f5f5f7;
  }
  section.grid_tiles.three .grid_tile:nth-child(4n),
  section.grid_tiles.three .grid_tile:nth-child(4n+1) {
    background-color: transparent;
  }
  section.grid_tiles.four .grid_tile {
    width: 100%;
  }
  section.grid_tiles.four .grid_tile:nth-child(4n),
  section.grid_tiles.four .grid_tile:nth-child(4n+1) {
    background-color: transparent;
  }
  section.grid_tiles.four .grid_tile:nth-child(even) {
    background-color: #fff;
  }
  section.grid_tiles.four .grid_tile:nth-child(odd) {
    background-color: #f5f5f7;
  }
  section.grid_tiles.five .grid_tile {
    width: 100%;
  }
  section.grid_tiles.five .grid_tile:nth-child(8n+1),
  section.grid_tiles.five .grid_tile:nth-child(8n+3),
  section.grid_tiles.five .grid_tile:nth-child(8n+6),
  section.grid_tiles.five .grid_tile:nth-child(8n+8) {
    background-color: transparent;
  }
  section.grid_tiles.five .grid_tile:nth-child(even) {
    background-color: #fff;
  }
  section.grid_tiles.five .grid_tile:nth-child(odd) {
    background-color: #f5f5f7;
  }
  section.nav_tiles.three_tiles .nav_tile_holder,
  section.nav_tiles.five_tiles .nav_tile_holder {
    width: 100%;
  }
}
/* 320 */
@media (min-width: 600px) {
  body.bre-group .standfirst {
    font-size: 1.125em;
  }
}
@media (min-width: 900px) {
  body.bre-group .standfirst {
    font-size: 1.5em;
  }
}
@media (min-width: 1000px) {
  body.bre-group .standfirst {
    font-size: 1.75em;
  }
}
.show {}
.hide { display: none; }

.supplement {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border: 1px solid #d8d8d8;
}

.input-group input {
	border-left-style: none;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

