.warning {
  color: red;
}
.shadow {
  box-shadow: 0 8px 8px -6px #333333;
}
.light-font {
  font-family: 'Frutiger Next W01 Light', Arial, Helvetica, sans-serif;
}
.medium-font {
  font-family: "FrutigerNextW01-Medium", Arial, Helvetica, sans-serif;
}
.regular-font {
  font-family: 'FrutigerNextW01-Regular', Arial, Helvetica, sans-serif;
}
:-webkit-input-placeholder {
  font-family: 'Frutiger Next W01 Light', Arial, Helvetica, sans-serif;
  color: #c9c9c9;
}
:-ms-input-placeholder {
  font-family: 'Frutiger Next W01 Light', Arial, Helvetica, sans-serif;
  color: #c9c9c9;
}
:-moz-placeholder {
  font-family: 'Frutiger Next W01 Light', Arial, Helvetica, sans-serif;
  color: #c9c9c9;
}
::-moz-placeholder {
  font-family: 'Frutiger Next W01 Light', Arial, Helvetica, sans-serif;
  color: #c9c9c9;
}
.transition-all {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.transition-bg-color {
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.transition-color {
  -webkit-transition: color 300ms linear;
  -moz-transition: color 300ms linear;
  -o-transition: color 300ms linear;
  transition: color 300ms linear;
}
.transition-padding {
  -webkit-transition: padding 500ms ease-out;
  -moz-transition: padding 500ms ease-out;
  -o-transition: padding 500ms ease-out;
  transition: padding 500ms ease-out;
}
.transition-box-shadow {
  -webkit-transition: box-shadow 500ms ease-out;
  -moz-transition: box-shadow 500ms ease-out;
  -o-transition: box-shadow 500ms ease-out;
  transition: box-shadow 500ms ease-out;
}
.transition-transform {
  -webkit-transition: transform 500ms ease-out;
  -moz-transition: transform 500ms ease-out;
  -o-transition: transform 500ms ease-out;
  transition: transform 500ms ease-out;
}
.transition-opacity {
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
.transition-border {
  -webkit-transition: border 300ms ease-out;
  -moz-transition: border 300ms ease-out;
  -o-transition: border 300ms ease-out;
  transition: border 300ms ease-out;
}
.transition-bg-position {
  -webkit-transition: background-position 300ms ease-out;
  -moz-transition: background-position 300ms ease-out;
  -o-transition: background-position 300ms ease-out;
  transition: background-position 300ms ease-out;
}
.transition-none {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.no-blur {
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -o-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
  webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none;
  font-family: "Frutiger Next W01 Bold", Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
  font-weight: normal;
}
h1,
h1.entry-title {
  font-size: 2em;
  text-transform: none;
  font-family: "Calvert MT W01", Arial, Helvetica, sans-serif;
  color: #2c2c2e;
  margin-bottom: 1em;
}
h1.lead_question {
  text-align: center;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.5em;
  margin-bottom: 5px;
  text-transform: inherit;
  line-height: 1.4em;
  font-family: "FrutigerNextW01-Medium", Arial, Helvetica, sans-serif;
}
h4 {
  font-size: 1.25em;
  margin-bottom: 5px;
  text-transform: inherit;
}
h5 {
  font-size: 1em;
  margin-bottom: 5px;
  text-transform: inherit;
}
h3 p {
  font-size: inherit;
}
section ul {
  margin-top: 0;
}
section p:last-child {
  margin-bottom: 0;
}
p,
section ul li {
  font-size: 1.188em;
  line-height: 1.737em;
}
.bold-font,
strong,
b {
  font-family: "Frutiger Next W01 Bold", Arial, Helvetica, sans-serif;
}
.responsive_image {
  width: 100%;
}
.image_holder {
  box-sizing: content-box;
  padding: 25px;
}
.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;
  border-radius: 3px;
}
.cta_button:hover {
  color: #7a942e;
  background-color: #fff;
  border: solid 1px #7a942e;
}
a.green_button,
a.grey_button {
  width: auto;
  padding: 15px 20px;
  background-color: #b4c727;
  text-align: center;
  color: #fff;
  display: inline-block;
  border: solid 1px transparent;
  text-decoration: none;
  text-transform: uppercase;
}
a.green_button:hover,
a.grey_button:hover {
  background-color: #fff;
  color: #b4c727;
  border: solid 1px #b4c727;
}
a.grey_button {
  background-color: #ccc;
  display: block;
  margin-bottom: 15px;
}
a.grey_button:hover {
  background-color: #fff;
  color: #2c3e50;
  border: solid 1px #ccc;
}
.ghost_button {
  width: auto;
  padding: 15px 20px;
  background-color: transparent;
  text-align: center;
  color: #fff;
  display: inline-block;
  border: solid 1px #fff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.ghost_button:hover {
  background-color: rgba(255, 255, 255, 0.45);
  color: #34495e;
}
.table_ghost_button {
  width: auto;
  padding: 5px 10px;
  background-color: transparent;
  text-align: center;
  color: #828282;
  display: inline-block;
  border: solid 1px #828282;
  text-decoration: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.table_ghost_button:hover {
  background-color: #828282;
  border-color: #828282;
  border-width: 1px;
  color: #fff;
}
.table_ghost_button_blue {
  width: auto;
  padding: 5px 10px;
  background-color: #218DF0;
  text-align: center;
  color: #FFF;
  display: inline-block;
  border: none;
  text-decoration: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.table_ghost_button_blue:hover {
  background-color: #076ECB;
  color: #fff;
  border-width: 0px;
}
a.forgotten_password {
  font-size: 0.85em;
  text-decoration: none;
  color: #2c3e50;
  display: inline-block;
  border-bottom: solid 1px transparent;
  padding-bottom: 5px;
}
a.forgotten_password:hover {
  border-bottom: solid 1px #2c3e50;
}
.view_all_button {
  padding: 35px;
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
  clear: both;
  font-family: "Frutiger Next W01 Bold", Arial, Helvetica, sans-serif;
  border: none;
}
.highlight_link {
  background-color: #b4c727;
  color: #fff;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.highlight_link a {
  color: #fff;
}
.highlight_link:hover {
  background-color: #3c6864;
}
.highlight_link:hover > a {
  background-color: #3c6864;
}
.arrow_button,
.download_button {
  position: relative;
  max-width: 180px;
  min-width: 115px;
  height: 35px;
  background: url(../../images/icons/arrow_button_icon.png) no-repeat right 0 transparent;
  clear: both;
  padding: 10px 10px 10px 0;
  display: block;
  border: none;
  font-family: "Frutiger Next W01 Bold", Arial, Helvetica, sans-serif;
}
.float_holder {
  position: relative;
  overflow: hidden;
}
.full-width-padding {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.padding_25 {
  padding: 25px;
}
.padding_15 {
  padding: 15px;
}
.margin_25_top {
  margin-top: 25px;
}
.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;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
textarea {
  display: block;
}
.center_elements {
  text-align: center;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #2c3e50;
  background-color: #f5f5f7;
  font-family: 'FrutigerNextW01-Regular', Arial, Helvetica, sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.75;
}
html a,
body a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  text-decoration: none;
  color: #0179d8;
  border-bottom: solid 1px transparent;
}
html a:hover,
body a:hover {
  color: #0179d8;
  border-bottom: solid 1px #0179d8;
}
html a.tag_button,
body a.tag_button {
  text-transform: none;
  display: inline-block;
  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%;
}
body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
  display: none;
}
#background_image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/404/404_bg_image.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.images/404/404_bg_image.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/404/404_bg_image.jpg', sizingMethod='scale')";
}
.site-main {
  margin-bottom: 0;
}
a img {
  border: none;
  outline: none;
}
button {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.content {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}
.content.error_page {
  position: relative;
}
.content.error_page h1 {
  color: #fff;
}
.content.error_page section.not-found {
  background-color: transparent;
}
.content.error_page section.not-found .gsc-search-box {
  margin: 0;
}
.content.error_page section.not-found .gsc-search-box .gsc-input {
  border: none;
}
.content.error_page section.not-found .gsc-search-box .gsc-input .gsc-input {
  border: solid 1px #dfdfdf;
  display: inline-block;
  border-width: 0px 0px 1px 0px;
  width: 100%;
  background-color: transparent;
  font-family: 'Frutiger Next W01 Light', Arial, Helvetica, sans-serif;
  padding: 15px;
}
.content.error_page section.not-found .gsc-search-box .gsc-input .gsc-input input {
  width: 100%;
  color: #2c2c2e;
  padding: 10px;
  font-size: 1.25em;
}
.content.error_page section.not-found .gsc-search-box td.gsc-search-button {
  width: 40px;
  padding: 5px;
  border: none;
}
.content.error_page section.not-found .gsc-search-box td.gsc-search-button input.gsc-search-button {
  background: url(../../images/icons/search_icon_white.png) no-repeat center center transparent;
  width: 32px;
  min-width: auto;
  height: 32px;
  text-indent: -9999px;
  padding: 0;
  border: none;
}
.content.error_page section.not-found .gsc-search-box td.gsc-clear-button {
  border: none;
  padding: 0;
  width: 25px;
  color: #fff;
}
.content.error_page section.not-found .gsc-search-box td.gsc-clear-button div.gsc-clear-button {
  width: 14px;
  height: 14px;
  display: block;
  background-image: url(../../images/icons/clear_icon.svg);
}
body.error404 .footer_tweets {
  background-color: transparent;
}
body.error404 .footer_tweets h1 {
  color: #fff;
}
body.error404 .breadcrumbs {
  background-color: rgba(0, 0, 0, 0.35);
}
body.error404 .breadcrumbs .content {
  color: #fff;
}
body.error404 .breadcrumbs a {
  color: #fff;
}
body.error404 .breadcrumbs span {
  color: #fff;
}
section {
  width: 100%;
  padding: 75px 0;
  background-color: #fff;
  box-sizing: border-box;
}
section .slice_title {
  text-align: center;
}
.thumb_image_hover_holder {
  width: 280px;
  height: 185px;
  overflow: hidden;
}
.thumb_image_hover_holder a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.thumb_image_hover_holder a img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
body.single_section_colour section,
body.single_section_colour section:nth-child(even) {
  background-color: #f5f5f7;
}
section:nth-child(even) {
  background-color: #f5f5f7;
}
section:nth-child(even) section {
  background-color: #f5f5f7;
}
section.full_width {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
section.full_width .feedzy-rss ul li.rss_item {
  float: left;
  width: 33.33%;
  padding: 0 15px 25px !important;
  border-bottom: none;
}
section.full_width .feedzy-rss ul li.rss_item .rss_content p {
  font-size: inherit;
}
section.full_width .content > h1 {
  text-align: center;
}
section.text_left_image_right {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
section.text_left_image_right.has_popup_form {
  position: static;
}
section.text_left_image_right .text_panel {
  float: left;
  width: calc(70% - 60px);
  padding: 0 45px 0 15px;
}
section.text_left_image_right .text_panel:first-child {
  margin-top: 0;
}
section.text_left_image_right .text_panel h1 + p {
  margin-top: 0;
}
section.text_left_image_right .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.yellowjacket_strip {
  background-color: #ffee00;
  color: #000;
}
section.image_left_text_right {
  position: relative;
  overflow: hidden;
}
section.image_left_text_right .text_panel {
  float: right;
  width: calc(70% - 60px);
  padding: 0 15px 0 45px;
}
section.image_left_text_right .text_panel:first-child {
  margin-top: 0;
}
section.image_left_text_right .text_panel,
section.image_left_text_right .image_panel {
  float: left;
  width: calc(30% - 15px);
  padding-left: 15px;
}
section.image_left_text_right .image_panel .bottom_left_image {
  margin-right: 10px;
}
section.image_left_text_right .image_panel .bottom_left_image,
section.image_left_text_right .image_panel .bottom_right_image {
  width: calc(50% - 5px);
  max-width: 290px;
  max-height: 205px;
  float: left;
  position: relative;
  line-height: 0;
  margin-top: 6px;
  margin-bottom: 10px;
  overflow: hidden;
}
section.image_left_text_right .image_panel a {
  border-bottom: none;
}
section.image_left_text_right .image_panel a.cta_button {
  border-bottom: solid 1px transparent;
}
section.image_left_text_right .image_panel a.cta_button:hover {
  border-color: #7a942e;
}
section.image_left_text_right .image_panel img {
  margin-bottom: 15px;
}
html .site-inner {
  max-width: inherit;
}
.site-content {
  padding: 0;
}
.site {
  margin: 0;
  background-color: transparent;
}
#page #primary {
  float: none;
  margin-right: 0;
  width: 100%;
}
#page #secondary {
  display: none;
}
#site-header-menu {
  margin: 0;
}
section.how_breeam_works_icons {
  text-align: center;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
section.how_breeam_works_icons h1 {
  margin-top: 0;
  margin-bottom: 35px;
}
section.how_breeam_works_icons .interactive_feature {
  width: 155px;
  padding: 15px;
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: top;
}
section.how_breeam_works_icons .interactive_feature h3 {
  margin-top: 5px;
}
section.section_image_section {
  overflow: hidden;
  padding: 0;
}
section.section_image_section .content {
  position: relative;
  max-width: none;
}
section.section_image_section .content .slide_content_holder {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: initial;
  transform: translate(-50%, -50%);
  width: auto;
  background-color: rgba(255, 255, 255, 0.65);
  padding: 25px 125px;
  opacity: 1;
  text-align: center;
}
section.section_image_section .content .slide_content_holder .caption_holder {
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px 20px 50px;
}
section.section_image_section .content .slide_content_holder .caption_holder h1,
section.section_image_section .content .slide_content_holder .caption_holder h2,
section.section_image_section .content .slide_content_holder .caption_holder h3,
section.section_image_section .content .slide_content_holder .caption_holder h4,
section.section_image_section .content .slide_content_holder .caption_holder h5,
section.section_image_section .content .slide_content_holder .caption_holder h6,
section.section_image_section .content .slide_content_holder .caption_holder p {
  color: #2c2c2e;
}
section.section_image_section .content a {
  padding: 10px 20px;
  margin-top: 0;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  background-color: rgba(255, 255, 255, 0.25);
  color: #2c2c2e;
  display: inline-block;
  font-family: "FrutigerNextW01-Medium", Arial, Helvetica, sans-serif;
}
section.section_image_section .content a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
header#masthead {
  padding: 0;
  margin: 0;
}
header #navigation_holder {
  width: 100%;
}
header #navigation_holder .main_nav_holder {
  position: relative;
}
header #global_nav {
  position: relative;
  width: 100%;
  padding: 0 15px;
  background-color: #f3f1ed;
  border-bottom: solid 1px #ccc;
  /*
		&.desktop_menu {
			#global_nav_links {

				ul {
					
					li {
						&.global_mobile_dropdown {
							display:block;
						}//global_mobile_dropdown
					}//li

				}//ul			
			}//global_nav_links
		}//global_nav.desktop_menu
		*/
}
header #global_nav #global_nav_links {
  float: left;
}
header #global_nav #global_nav_links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header #global_nav #global_nav_links ul li {
  float: left;
  border-right: solid 1px #dfdfdf;
  line-height: 1em;
  font-size: 0.938em;
}
header #global_nav #global_nav_links ul li:first-of-type {
  border-left: solid 1px #dfdfdf;
}
header #global_nav #global_nav_links ul li.global_mobile_dropdown {
  display: none;
}
header #global_nav #global_nav_links ul li.mobile_dropdown_title {
  padding: 13px 15px;
  color: #2c2c2e;
  display: block;
  font-family: "FrutigerNextW01-Medium", Arial, Helvetica, sans-serif;
  border: none;
  cursor: pointer;
  display: none;
}
header #global_nav #global_nav_links ul li.mobile_dropdown_title:hover {
  background-color: #dfdfdf;
}
header #global_nav #global_nav_links ul li a {
  padding: 13px 15px;
  color: #2c2c2e;
  display: block;
  font-family: "FrutigerNextW01-Medium", Arial, Helvetica, sans-serif;
  border: none;
}
header #global_nav #global_nav_links ul li a:hover {
  background-color: #dfdfdf;
}
header #global_nav #global_nav_links ul li.bre_company_logo a {
  padding: 7px 15px;
}
header #global_nav.mobile_menu #global_nav_links.global_mobile_dropdown_container ul li {
  display: block;
  margin: 0;
  border-right: none;
}
header #global_nav.mobile_menu #global_nav_links.global_mobile_dropdown_container ul li.global_mobile_dropdown {
  display: block;
}
header #global_nav.mobile_menu #global_nav_links.global_mobile_dropdown_container ul li .mobile_dropdown_title {
  display: block;
}
header #global_nav.mobile_menu #global_nav_links.global_mobile_dropdown_container ul li.global_mobile_dropdown {
  display: none;
  border-bottom: solid 1px #dfdfdf;
}
header #global_nav.mobile_menu #global_nav_links.global_mobile_dropdown_container ul li:last-child {
  border-bottom: none;
}
header #global_nav.mobile_menu #global_nav_links ul li {
  float: none;
  display: inline-block;
  margin-right: -4px;
}
header #global_nav.mobile_menu #global_nav_links ul li:first-of-type {
  margin-left: 0;
}
header #social_buttons_holder {
  float: right;
}
header #social_buttons_holder .social_icon {
  height: 40px;
  opacity: 0.45;
  display: inline-block;
  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: 0px;
  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 .custom-logo-link img {
    /*
    width: 95px;
    padding: 15px;
    */
    height: 69px;
}
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: 0px 0px 1px 0px;
  width: 100%;
  background-color: transparent;
  font-family: 'Frutiger Next W01 Light', Arial, Helvetica, sans-serif;
}
header nav ul li.search_icon .mobile_nav_search_field_holder .gsc-search-box .gsc-input .gsc-input input {
  width: 100%;
  color: #2c2c2e;
  padding: 10px;
  font-size: 1.25em;
}
header nav ul li.search_icon .mobile_nav_search_field_holder .gsc-search-box td.gsc-search-button {
  width: 40px;
  padding: 5px;
  border: none;
}
header nav ul li.search_icon .mobile_nav_search_field_holder .gsc-search-box td.gsc-search-button input.gsc-search-button {
  background: url(../../images/icons/search_icon.png) no-repeat center center transparent;
  width: 32px;
  min-width: auto;
  height: 32px;
  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: 0px 0px 1px 0px;
  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;
  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 #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;
  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;
/* removed at request of Academy */
/*
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
*/
  box-sizing: border-box;
  background-color: #FFF;
}
header nav.desktop_menu.nav_fade {
/* removed at request of Academy */
/*
  opacity: 0.7;
*/
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
}
header nav.desktop_menu:hover {
  opacity: 1;
}
header nav.desktop_menu #mobile_nav_toggle {
  display: none;
}
header nav.desktop_menu .search_holder {
  display: none;
}
header nav.desktop_menu.banner_nav ul li {
  border-bottom: none;
}
header nav.desktop_menu.banner_nav ul li.menu-item-has-children {
  background: url(../../images/icons/down-arrow.svg) no-repeat center right transparent;
}
header nav.desktop_menu.banner_nav ul li.menu-item-has-children .dropdown {
  background-color: #fff;
}
header nav.desktop_menu ul {
  float: right;
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  opacity: 0;
  white-space: nowrap;
  /*
				&.multi_column_nav {
					-moz-column-count: 2;
					-webkit-column-count: 2;
					column-count: 2;
				}//multi_column_nav
				*/
}
header nav.desktop_menu ul li {
  float: left;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  box-sizing: content-box;
  font-size: 0.938em;
  vertical-align: top;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border-bottom: none;
}
header nav.desktop_menu ul li.search_icon {
  background: url(../../images/icons/search_icon.png) no-repeat center center transparent;
  padding: 30px 0;
  width: 32px;
  display: inline-block;
}
header nav.desktop_menu ul li.search_icon:hover {
  border-bottom: none;
  cursor: pointer;
}
header nav.desktop_menu ul li a {
  position: relative;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  box-sizing: border-box;
  color: #2c2c2e;
  padding: 20px 15px;
  display: block;
  border-bottom: solid 3px transparent;
}
header nav.desktop_menu ul li a.nav_trigger {
  background-color: #7a942e;
  color: #fff;
}
header nav.desktop_menu ul li a.nav_trigger:hover {
  background-color: transparent;
  color: #2c2c2e;
  border-color: #7a942e;
}
header nav.desktop_menu ul li a:hover {
  border-bottom-color: #7a942e;
  color: #2c2c2e;
}
header nav.desktop_menu ul li.menu-item-has-children {
  background: url(../../images/icons/down-arrow.svg) no-repeat center right transparent;
  padding-right: 5px;
}
header nav.desktop_menu ul li.menu-item-has-children .mobile_dropdown_icon {
  display: none;
}
header nav.desktop_menu ul li.menu-item-has-children.children_1 .dropdown {
  width: auto;
}
header nav.desktop_menu ul li.menu-item-has-children .dropdown {
  float: none;
  position: absolute;
  top: 100%;
  left: 0;
  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;
  /* 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 .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: 0px 0px 1px 0px;
  width: 100%;
  background-color: transparent;
  font-family: 'Frutiger Next W01 Light', Arial, Helvetica, sans-serif;
}
header nav.desktop_menu .nav_search_field_holder .gsc-search-box .gsc-input .gsc-input input {
  width: 100%;
  color: #2c2c2e;
  padding: 10px;
  font-size: 1.25em;
}
header nav.desktop_menu .nav_search_field_holder .gsc-search-box td.gsc-search-button {
  width: 40px;
  padding: 5px;
  border: none;
}
header nav.desktop_menu .nav_search_field_holder .gsc-search-box td.gsc-search-button input.gsc-search-button {
  background: url(../../images/icons/search_icon.png) no-repeat center center transparent;
  width: 32px;
  min-width: auto;
  height: 32px;
  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: 0px 0px 1px 0px;
  width: calc(100% - 90px);
  background-color: transparent;
}
header nav.desktop_menu .nav_search_field_holder #nav_search_button {
  display: inline-block;
  background: url(../../images/icons/search_icon.png) no-repeat center center transparent;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  padding: 5px;
}
header nav.desktop_menu .nav_search_field_holder span.close_form_icon {
  background: url(../../images/icons/close_icon.svg) no-repeat center center #ffffff;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 30px;
  cursor: pointer;
}
.site-inner .metaslider .flexslider {
  margin: 0;
  overflow: hidden;
}
.site-inner .metaslider .flexslider ul.slides li {
  max-height: 550px;
  overflow: hidden;
}
.site-inner .metaslider .flexslider ol.flex-control-nav {
  bottom: 10px;
  z-index: 9998;
}
.site-inner .metaslider .flexslider ol.flex-control-nav li a {
  width: 25px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.25);
  border: solid 1px #fff;
  border: none;
}
.site-inner .metaslider .flexslider ol.flex-control-nav li a.flex-active {
  background-color: #7a942e;
  border-color: #7a942e;
}
.site-inner .metaslider .flexslider ul.flex-direction-nav li a {
  border: none;
}
.site-inner .metaslider .caption-wrap {
  top: 50%;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  width: auto;
  min-width: 75%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px 95px;
  opacity: 1;
  text-align: center;
}
.site-inner .metaslider .caption-wrap .caption h1 {
  font-size: 3em;
  line-height: 1.2em;
  color: #fff;
}
.site-inner .metaslider .caption-wrap .caption h2 {
  color: #fff;
  text-transform: none;
  line-height: 1.2em;
}
.site-inner .metaslider .caption-wrap .caption a {
  padding: 10px 20px;
  margin-top: 40px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  display: inline-block;
}
.site-inner .metaslider .caption-wrap .caption a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
header #global_nav #global_nav_links ul li .click_nav {
  position: absolute;
  background-color: #f3f1ed;
  border: solid 1px #dfdfdf;
  z-index: 9999;
  display: none;
}
header #global_nav #global_nav_links ul li .click_nav.mobile_nav {
  left: 0;
  width: calc(100% - 100px);
}
header #global_nav #global_nav_links ul li .click_nav ul li {
  float: none;
  display: block;
  border-right: none;
  border-bottom: solid 1px #dfdfdf;
}
header #global_nav .global_buttons {
  float: right;
}
header #global_nav .global_buttons .global_icons {
  float: left;
  position: relative;
  width: 40px;
  height: 40px;
  text-align: center;
  border-left: solid 1px #dfdfdf;
}
header #global_nav .global_buttons #login_global_nav {
  background: url(../../images/icons/user_icon.png) no-repeat center center transparent;
  float: left;
  width: 40px;
  height: 40px;
}
header #global_nav .global_buttons #login_global_nav:hover {
  background-color: #dfdfdf;
}
header #global_nav .global_buttons #contact_global_nav {
  background: url(../../images/icons/contact_icon.png) no-repeat center center transparent;
  float: left;
  width: 40px;
  height: 40px;
}
header #global_nav .global_buttons #contact_global_nav:hover {
  background-color: #dfdfdf;
}
header #nav_dropdown {
  background-color: #f5f5f5;
}
header #nav_dropdown .login_dropdown,
header #nav_dropdown .contact_dropdown {
  display: none;
}
header #nav_dropdown h2 {
  font-size: 2em;
  margin-top: 0;
}
header #nav_dropdown .login_dropdown .left {
  float: left;
  width: 60%;
  text-align: left;
}
header #nav_dropdown .login_dropdown .right {
  float: right;
  width: 40%;
  text-align: center;
}
header #nav_dropdown .login_dropdown .right .highlight_box {
  background-color: #ededed;
}
header #nav_dropdown .login_dropdown .right .highlight_box h2 {
  text-align: left;
}
header #nav_dropdown .contact_dropdown a {
  text-decoration: none;
  color: #2c3e50;
  display: inline-block;
  border-bottom: solid 1px transparent;
}
header #nav_dropdown .contact_dropdown a:hover {
  border-bottom: solid 1px #2c3e50;
}
header #nav_dropdown .contact_dropdown .three_pod {
  width: calc(33.33% - 4px);
  display: inline-block;
  vertical-align: top;
}
header #nav_dropdown .contact_dropdown .three_pod p {
  margin-bottom: 0;
}
header #nav_dropdown .contact_dropdown .three_pod .social_icons_holder {
  position: relative;
  width: auto;
  height: auto;
  overflow: hidden;
}
header #nav_dropdown .contact_dropdown .three_pod .social_icons_holder .social_icon {
  width: 50px;
  padding: 10px 0;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  border: none;
}
header #nav_dropdown .contact_dropdown .three_pod .social_icons_holder .social_icon:hover {
  background-color: #fff;
  border: none;
}
header #nav_dropdown .contact_dropdown .three_pod .social_icons_holder .social_icons {
  width: 30px;
  height: 30px;
  float: left;
  text-align: center;
}
header #nav_dropdown .contact_dropdown .three_pod .social_icons_holder .social_icons img {
  margin: 5px auto;
}
header #branding {
  position: relative;
  width: 100%;
  padding: 0 15px;
  border-bottom: solid 1px #dfdfdf;
  background-color: #fcfafb;
}
header #branding #mobile_nav_icon {
  display: none;
}
header #branding a {
  display: inline-block;
}
header #branding a img {
  padding: 20px 15px 20px 0;
}
header #branding .search_holder {
  float: right;
  position: relative;
  padding-right: 40px;
  border-left: solid 1px #dfdfdf;
}
header #branding .search_holder input[type="text"] {
  border: none;
  padding: 34px 15px;
  font-size: 1em;
  background-color: transparent;
}
header #branding .search_holder .search_icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  margin-top: -14px;
}
header #branding .search_holder .search_icon input[type="submit"] {
  background: url(../../images/icons/search_icon.png) no-repeat center center transparent;
  border: none;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
header #branding.mobile_nav .search_holder {
  display: none;
}
header #branding.mobile_nav #mobile_nav_icon {
  position: absolute;
  top: 23px;
  right: 15px;
  width: 45px;
  height: 45px;
  background: url(../../images/icons/mobile_menu_icon.png) no-repeat center center transparent;
  display: block;
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
header #branding.mobile_nav #mobile_nav_icon.mobile_active {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari */
  transform: rotate(180deg);
}
#custom_cart_location {
  float: right;
  margin-right: 15px;
}
#custom_cart_location li {
  list-style: none;
}
.hide_this {
  display: none;
}
div.at_a_glance {
  text-align: center;
  width: calc(100% - 30px);
  padding-right: 15px;
  padding-left: 15px;
}
div.at_a_glance h1 {
  margin-top: 0;
  margin-bottom: 35px;
}
div.at_a_glance .fact_holder {
  width: 350px;
  display: inline-block;
  vertical-align: top;
  margin: 0 30px 30px;
}
div.at_a_glance .fact_holder .image_holder {
  width: 75px;
  margin: 0 auto;
}
div.at_a_glance .fact_holder h2 {
  font-size: 1em;
  margin-top: 0;
}
div.at_a_glance .fact_holder span.pullout_word {
  display: block;
  font-size: 1.75em;
}
section.news_feed_holder {
  text-align: center;
  width: calc(100% - 30px);
  padding-right: 15px;
  padding-left: 15px;
}
section.news_feed_holder .horizontal_scroll_overflow {
  text-align: center;
  float: none;
  width: 100%;
}
section.news_feed_holder .horizontal_scroll_overflow.filter_type_holder {
  margin-bottom: 50px;
}
section.news_feed_holder .horizontal_scroll_overflow .hide_filters {
  display: none;
}
section.news_feed_holder .horizontal_scroll_overflow .feed_type {
  font-family: "Calvert MT W01", Arial, Helvetica, sans-serif;
  color: #56b146;
  display: inline-block;
  padding: 25px 35px 5px;
  margin-bottom: 20px;
  font-size: 2em;
  -webkit-transition: color 300ms linear;
  -moz-transition: color 300ms linear;
  -o-transition: color 300ms linear;
  transition: color 300ms linear;
  cursor: pointer;
  border-bottom: solid 3px transparent;
}
section.news_feed_holder .horizontal_scroll_overflow .feed_type:hover {
  color: #2c3e50;
}
section.news_feed_holder .horizontal_scroll_overflow .feed_type.feed_active {
  color: #2c3e50;
  border-bottom-color: #2c3e50;
}
section.news_feed_holder .horizontal_scroll_overflow .filter_type {
  display: inline-block;
  padding: 10px 15px;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  cursor: pointer;
  vertical-align: middle;
}
section.news_feed_holder .horizontal_scroll_overflow .filter_type:hover {
  background-color: #dfdfdf;
}
section.news_feed_holder .horizontal_scroll_overflow .filter_type.filter_active {
  background-color: #56b146;
  color: #fff;
}
section.news_feed_holder .horizontal_scroll_overflow .filter_type img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
section.news_feed_holder .horizontal_scroll_overflow .filter_type .filter_type_text {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
section.news_feed_holder .horizontal_scroll_overflow .filter_type .filter_type_text span {
  display: block;
  font-size: 12px;
}
section.news_feed_holder .news_pod_half {
  position: relative;
  width: calc(50% - 15px);
  display: inline-block;
  background-color: #fff;
  vertical-align: top;
  margin: 0 7.5px 15px;
  padding-bottom: 30px;
}
section.news_feed_holder .news_pod_half .top_half_holder {
  position: relative;
}
section.news_feed_holder .news_pod_half .top_half_holder .image_holder {
  overflow: hidden;
}
section.news_feed_holder .news_pod_half .top_half_holder .image_holder img {
  min-width: 100%;
  width: auto;
  height: 390px;
  overflow: hidden;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
section.news_feed_holder .news_pod_half .top_half_holder .image_holder img:hover {
  transform: scale(1.1);
}
section.news_feed_holder .news_pod_half .top_half_holder .news_date_holder {
  position: absolute;
  top: 50px;
  right: -4px;
  width: 140px;
  text-align: center;
  color: #fff;
  padding: 5px;
  background-color: rgba(86, 177, 70, 0.7);
}
section.news_feed_holder .news_pod_half .top_half_holder .news_date_holder .triangle_shade {
  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 {
  position: relative;
  width: calc(25% - 15px);
  display: inline-block;
  background-color: #fff;
  vertical-align: top;
  margin: 0 7.5px 15px;
  padding-bottom: 30px;
}
section.news_feed_holder .news_pod_quarter .top_half_holder {
  position: relative;
}
section.news_feed_holder .news_pod_quarter .top_half_holder .image_holder {
  overflow: hidden;
}
section.news_feed_holder .news_pod_quarter .top_half_holder .image_holder img {
  min-width: 100%;
  width: auto;
  height: 210px;
  overflow: hidden;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
section.news_feed_holder .news_pod_quarter .top_half_holder .image_holder img:hover {
  transform: scale(1.1);
}
section.news_feed_holder .news_pod_quarter .top_half_holder .news_date_holder {
  position: absolute;
  top: 50px;
  right: -4px;
  width: 140px;
  text-align: center;
  color: #fff;
  padding: 5px;
  background-color: rgba(86, 177, 70, 0.7);
}
section.news_feed_holder .news_pod_quarter .top_half_holder .news_date_holder .triangle_shade {
  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 {
  position: relative;
  padding: 0;
}
section.news_feed_holder .news_text_holder {
  padding: 15px;
  text-align: left;
}
section.news_feed_holder .news_text_holder h2 {
  margin-top: 0;
  color: #56b146;
  text-transform: inherit;
}
section.news_feed_holder .news_text_holder h2 a {
  color: #56b146;
  border-bottom: none;
}
section.news_feed_holder .news_text_holder h2 a:hover {
  color: #2c3e50;
  text-decoration: none;
  border-bottom: none;
}
section.news_feed_holder .news_text_holder p img {
  display: none !important;
}
section.news_feed_holder .news_text_holder .tag {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  border-top: solid 1px #dfdfdf;
  padding-top: 10px;
}
section.news_feed_holder .news_text_holder .tag img {
  width: 25px;
  margin-right: 4px;
}
section.news_feed_holder .buzz_button {
  margin-top: 15px;
}
section.news_feed_holder .buzz_button a {
  display: inline-block;
}
section.two_equal {
  text-align: center;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
section.two_equal .left {
  float: left;
  width: 50%;
  text-align: left;
  padding: 0 30px 0 0;
}
section.two_equal .right {
  float: left;
  width: 50%;
  text-align: left;
  padding: 0 0 0 30px;
}
section.three_equal {
  text-align: center;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
section.three_equal .left {
  float: left;
  width: 33.33%;
  text-align: left;
  padding: 0 15px;
}
section.three_equal .middle {
  float: left;
  width: 33.33%;
  text-align: left;
  padding: 0 15px;
}
section.three_equal .right {
  float: left;
  width: 33.33%;
  text-align: left;
  padding: 0 15px;
}
section.four_equal {
  text-align: center;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
section.four_equal .first {
  float: left;
  width: 25%;
  text-align: left;
  padding: 0 15px;
  padding: 0 30px 0 0;
}
section.four_equal .second {
  float: left;
  width: 25%;
  text-align: left;
  padding: 0 30px;
}
section.four_equal .third {
  float: left;
  width: 25%;
  text-align: left;
  padding: 0 30px;
}
section.four_equal .fourth {
  float: left;
  width: 25%;
  text-align: left;
  padding: 0 0 0 30px;
}
section.five_equal {
  text-align: center;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
section.five_equal .first {
  float: left;
  width: 20%;
  text-align: left;
  padding: 0 15px;
  padding: 0 30px 0 0;
}
section.five_equal .second {
  float: left;
  width: 20%;
  text-align: left;
  padding: 0 30px;
}
section.five_equal .third {
  float: left;
  width: 20%;
  text-align: left;
  padding: 0 30px;
}
section.five_equal .fourth {
  float: left;
  width: 20%;
  text-align: left;
  padding: 0 30px;
}
section.five_equal .fifth {
  float: left;
  width: 20%;
  text-align: left;
  padding: 0 0 0 30px;
}
section.tabbed_content_holder {
  text-align: center;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
section.tabbed_content_holder .content {
  display: table;
  overflow: hidden;
}
section.tabbed_content_holder .content_no_table {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  display: block;
}
section.tabbed_content_holder.remove_animation .tab_content {
  transform: translate(0px, 0px);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
section.tabbed_content_holder.remove_animation .tab_content.previous_current {
  transform: translate(0px, 0px);
}
section.tabbed_content_holder ul.tabs {
  margin: 0 0 40px;
  padding: 0;
  list-style-type: none;
}
section.tabbed_content_holder ul.tabs li {
  background-color: #fff;
  border-left: solid 1px #dfdfdf;
  border-bottom: solid 1px #dfdfdf;
  color: #7a942e;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  padding: 15px;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
section.tabbed_content_holder ul.tabs li:first-of-type {
  border-left: none;
}
section.tabbed_content_holder ul.tabs li.current {
  background: url(../../images/svg/tab_border_bre.svg) repeat-x bottom center #ffffff;
  cursor: auto;
}
section.tabbed_content_holder ul.tabs li.current:hover {
  color: #7a942e;
  background-color: #fff;
}
section.tabbed_content_holder ul.tabs li:hover {
  background-color: #7a942e;
  color: #fff;
}
section.tabbed_content_holder ul.tabs.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 .tab_content_holder {
  position: relative;
  text-align: left;
}
section.tabbed_content_holder .tab_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  transform: translate(50px, 0px);
  -webkit-transition: transform 500ms ease-out;
  -moz-transition: transform 500ms ease-out;
  -o-transition: transform 500ms ease-out;
  transition: transform 500ms ease-out;
}
section.tabbed_content_holder .tab_content.previous_current {
  transform: translate(-50px, 0px);
}
section.tabbed_content_holder .tab_content.current {
  visibility: visible;
  transform: translate(0px, 0px);
}
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 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;
  text-indent: -9999px;
  border: none;
  -webkit-transition: background-position 300ms ease-out;
  -moz-transition: background-position 300ms ease-out;
  -o-transition: background-position 300ms ease-out;
  transition: background-position 300ms ease-out;
}
section.tabbed_content_holder .tab_content a.google_marker:hover {
  background-position: center -50px;
}
section.tabbed_content_holder .tab_content a.contact_social_link {
  display: inline-block;
  width: 33px;
  height: 50px;
  text-indent: -9999px;
}
section.tabbed_content_holder .tab_content a.contact_social_link.contact_twitter_link {
  background: url(../../images/icons/contact_icons.png) no-repeat center -100px transparent;
}
section.tabbed_content_holder .tab_content a.contact_social_link.contact_twitter_link:hover {
  background-position: center -150px;
}
section.tabbed_content_holder .tab_content a.contact_social_link.contact_linkedin_link {
  background: url(../../images/icons/contact_icons.png) no-repeat center -200px transparent;
}
section.tabbed_content_holder .tab_content a.contact_social_link.contact_linkedin_link:hover {
  background-position: center -250px;
}
section.tabbed_content_holder .tab_content a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transition: border 300ms ease-out;
  -moz-transition: border 300ms ease-out;
  -o-transition: border 300ms ease-out;
  transition: border 300ms ease-out;
}
section.hexagon_buttons {
  position: relative;
  text-align: center;
}
section.hexagon_buttons .hexagons_holder {
  display: inline-block;
  width: auto;
  text-align: left;
  white-space: nowrap;
}
section.hexagon_buttons .hexagons_2 {
  margin-left: 17%;
  margin-top: -9%;
}
section.hexagon_buttons .hexagons_2:first-of-type {
  margin-top: 0;
}
section.hexagon_buttons .hexagons_3 {
  margin-top: -7%;
}
section.hexagon_buttons .hexagons_3:first-of-type {
  margin-top: 0;
  margin-bottom: -7%;
}
section.hexagon_buttons .hexagons_3_middle {
  padding-left: 15%;
}
section.hexagon_buttons .hexagon {
  position: relative;
  background: url(../../images/smartsite/smartsite_hexagon.svg) no-repeat center center transparent;
  width: 151px;
  height: 175px;
  display: inline-block;
  margin: 0 5px;
}
section.hexagon_buttons .hexagon.green {
  background: url(../../images/smartsite/smartsite_hexagon_2.svg) no-repeat center center transparent;
}
section.hexagon_buttons .hexagon.green .text_holder h1 {
  color: #0154a0;
}
section.hexagon_buttons .hexagon.red {
  background: url(../../images/smartsite/smartsite_hexagon_3.svg) no-repeat center center transparent;
}
section.hexagon_buttons .hexagon.red .text_holder h1 {
  color: #0154a0;
}
section.hexagon_buttons .hexagon.light_green {
  background: url(../../images/smartsite/smartsite_hexagon_4.svg) no-repeat center center transparent;
}
section.hexagon_buttons .hexagon.light_green .text_holder h1 {
  color: #0154a0;
}
section.hexagon_buttons .hexagon.yellow {
  background: url(../../images/smartsite/smartsite_hexagon_5.svg) no-repeat center center transparent;
}
section.hexagon_buttons .hexagon.yellow .text_holder h1 {
  color: #0154a0;
}
section.hexagon_buttons .hexagon.purple {
  background: url(../../images/smartsite/smartsite_hexagon_6.svg) no-repeat center center transparent;
}
section.hexagon_buttons .hexagon.purple .text_holder h1 {
  color: #0154a0;
}
section.hexagon_buttons .hexagon.light_blue {
  background: url(../../images/smartsite/smartsite_hexagon_7.svg) no-repeat center center transparent;
}
section.hexagon_buttons .hexagon.light_blue .text_holder h1 {
  color: #0154a0;
}
section.hexagon_buttons .hexagon.orange {
  background: url(../../images/smartsite/smartsite_hexagon_8.svg) no-repeat center center transparent;
}
section.hexagon_buttons .hexagon.orange .text_holder h1 {
  color: #0154a0;
}
section.hexagon_buttons .hexagon.grey {
  background: url(../../images/smartsite/smartsite_hexagon_grey.svg) no-repeat center center transparent;
}
section.hexagon_buttons .hexagon.grey .text_holder h1 {
  color: #0154a0;
}
section.hexagon_buttons .hexagon .icon_holder {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 75px;
  max-height: 75px;
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  display: none;
}
section.hexagon_buttons .hexagon .icon_holder img {
  max-width: 75px;
}
section.hexagon_buttons .hexagon .text_holder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1, 1) translate(-50%, -50%);
  transform-origin: center;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  text-align: center;
}
section.hexagon_buttons .hexagon .text_holder h1 {
  color: #fff;
  font-size: 0.95em;
  line-height: 1em;
  margin: 0;
  padding: 0;
}
section.hexagon_buttons .hexagon:hover .icon_holder {
  transform: scale(0.5, 0.5) translate(-100%, -100%);
  opacity: 0;
}
section.hexagon_buttons .hexagon:hover .text_holder {
  transform: scale(1.05, 1.05) translate(-50%, -50%);
}
section.video_slice {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
section.video_slice .left {
  float: left;
  width: calc(100% - 525px);
  text-align: left;
  padding: 0 30px 0 0;
}
section.video_slice .right {
  position: relative;
  float: right;
  margin: -7% 0;
  width: 525px;
  cursor: pointer;
  z-index: 1;
}
section.video_slice .right:hover .play_icon {
  background-color: #000000;
}
section.video_slice .right .play_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 145px;
  height: 145px;
  background: url(../../images/icons/play_icon.png) no-repeat center center rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
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;
}
body.single-post #primary article header .entry-title .post_date {
  display: block;
  color: #999;
  font-size: 0.5em;
  font-family: 'FrutigerNextW01-Regular', Arial, Helvetica, sans-serif;
  padding-top: 10px;
}
body.single-post #primary article header .entry-title .post_date a {
  color: #7a942e;
}
body.single-post #primary article header .entry-title .post_date a:hover {
  color: #2c2c2e;
}
body.single-post #primary article .content {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
body.single-post #primary article .post_title_margin-top {
  margin-top: 35px;
}
body.single-post #primary article .post_title_margin-top .post-thumbnail {
  display: none;
  margin: 0;
}
body.single-post #primary article .entry-header,
body.single-post #primary article .entry-summary,
body.single-post #primary article .entry-content,
body.single-post #primary article .entry-footer,
body.single-post #primary article .page-content {
  margin: 0;
}
body.single-post #primary article .entry-content {
  float: right;
  width: calc(100% - 100px);
  margin: 0 0 0 25px;
}
body.single-post #primary article .entry-content h3:first-child {
  margin-top: 30px;
}
body.single-post #primary article .entry-content h3 {
  margin-bottom: 5px;
}
body.single-post #primary article .entry-content p img {
  margin: 0;
  max-width: 100%;
}
body.single-post #primary article .entry-content a {
  box-shadow: none;
}
body.single-post #primary article .entry-content ul {
  padding-left: 40px;
}
body.single-post #primary article .entry-footer {
  float: left;
  width: 75px;
}
body.single-post #primary article .entry-footer .avatar {
  width: auto;
  height: auto;
  margin: 0;
  border-radius: inherit;
}
body.single-post #primary article .entry-footer .shareaholic-canvas {
  clear: none;
}
body.single-post.posts-sidebar .with_sidebar_container {
  width: calc(70% - 5px);
  margin-right: 5%;
  display: inline-block;
  vertical-align: top;
}
body.single-post.posts-sidebar #posts_sidebar {
  float: none;
  width: 25%;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
body.tag div#primary .page-header,
body.category div#primary .page-header {
  text-align: center;
  padding: 95px 15px;
  background-color: #f5f5f7;
  border: none;
}
body.tag div#primary .page-header h1,
body.category div#primary .page-header h1 {
  font-family: "Calvert MT W01", Arial, Helvetica, sans-serif;
  font-size: 3em;
  line-height: 1.2em;
}
body.tag div#primary a.tag_archive_holder,
body.category div#primary a.tag_archive_holder {
  display: table;
  table-layout: fixed;
  width: 100%;
  border: none;
}
body.tag div#primary a.tag_archive_holder:hover,
body.category div#primary a.tag_archive_holder:hover {
  background-color: #f5f5f7;
}
body.tag div#primary .tag_archive_holder,
body.category div#primary .tag_archive_holder {
  position: relative;
}
body.tag div#primary .tag_archive_holder .image_cell,
body.category div#primary .tag_archive_holder .image_cell {
  width: 45%;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
body.tag div#primary .tag_archive_holder .image_cell .image_holder,
body.category div#primary .tag_archive_holder .image_cell .image_holder {
  padding: 0;
}
body.tag div#primary .tag_archive_holder .image_cell .image_holder img,
body.category div#primary .tag_archive_holder .image_cell .image_holder img {
  min-height: 100%;
  max-width: none;
}
body.tag div#primary .tag_archive_holder .image_cell .image_holder a,
body.category div#primary .tag_archive_holder .image_cell .image_holder a {
  margin-bottom: 0;
}
body.tag div#primary .tag_archive_holder .text_holder,
body.category div#primary .tag_archive_holder .text_holder {
  display: table-cell;
  width: 55%;
  vertical-align: middle;
  border-bottom: solid 1px #dfdfdf;
}
body.tag div#primary .tag_archive_holder .text_holder .tag_archive_padding,
body.category div#primary .tag_archive_holder .text_holder .tag_archive_padding {
  padding: 35px 15px;
}
body.tag div#primary .tag_archive_holder .text_holder .tag_archive_padding h4,
body.category div#primary .tag_archive_holder .text_holder .tag_archive_padding h4 {
  margin: 0;
  color: #9a9a9a;
  font-size: 1em;
}
body.tag div#primary .tag_archive_holder .text_holder_full,
body.category div#primary .tag_archive_holder .text_holder_full {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  border-bottom: solid 1px #dfdfdf;
  padding: 15px;
}
body.tag div#primary .content article,
body.category div#primary .content article {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
section .perfect-pullquote {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  display: block;
  width: inherit;
  padding: inherit;
  margin: inherit;
}
section .perfect-pullquote.pullquote-align-left {
  text-align: inherit;
  margin: inherit;
  padding-left: inherit;
  float: none;
  border-right: none;
}
section .perfect-pullquote.pullquote-align-full {
  text-align: inherit;
  float: none;
  border: none;
}
section .perfect-pullquote blockquote {
  position: relative !important;
  margin: 0 !important;
  padding: 70px 30% !important;
  border-top: solid 1px #dfdfdf !important;
  border-bottom: solid 1px #dfdfdf !important;
  border-left: 0 !important;
  text-align: center !important;
  color: #7a942e !important;
  quotes: "“" "”" "‘" "’" !important;
  font-style: normal !important;
  font-size: 1.188em !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;
  font-size: 9.5em !important;
  position: absolute !important;
  color: #dfdfdf !important;
}
section .perfect-pullquote blockquote:before {
  content: open-quote !important;
  top: -30px !important;
  left: 20% !important;
  float: left !important;
}
section .perfect-pullquote blockquote:after {
  content: close-quote !important;
  bottom: -130px !important;
  right: 20% !important;
  float: right !important;
}
blockquote {
  position: relative;
  margin: 0 !important;
  padding: 70px 30%;
  border-top: solid 1px #dfdfdf;
  border-bottom: solid 1px #dfdfdf;
  border-left: 0;
  text-align: center;
  color: #7a942e;
  quotes: "“" "”" "‘" "’";
  font-style: normal;
}
blockquote:before,
blockquote:after {
  font-family: Arial;
  font-size: 9.5em;
  position: absolute;
  color: #dfdfdf;
}
blockquote:before {
  content: open-quote;
  top: -30px;
  left: 20%;
  float: left;
}
blockquote:after {
  content: close-quote;
  bottom: -130px;
  right: 20%;
  float: right;
}
nav.post-navigation {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  border-top: solid 1px #dfdfdf;
  border-bottom: solid 1px #dfdfdf;
  background-color: #fcfafb;
  margin: 0;
}
nav.post-navigation div + div {
  border: none;
}
nav.post-navigation .nav-links {
  position: relative;
  overflow: hidden;
}
nav.post-navigation .nav-links .nav-previous,
nav.post-navigation .nav-links .nav-next {
  position: relative;
  width: 45%;
}
nav.post-navigation .nav-links .nav-previous {
  float: left;
  padding-left: 35px;
  border-right: solid 3px #7a942e;
}
nav.post-navigation .nav-links .nav-previous:before {
  content: ' ';
  background: url(../../images/icons/previous_next_nav_icons.png) no-repeat top left transparent;
  width: 16px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
nav.post-navigation .nav-links .nav-next {
  float: right;
  text-align: right;
  padding-right: 35px;
  border-left: solid 3px #7a942e;
}
nav.post-navigation .nav-links .nav-next:after {
  content: ' ';
  background: url(../../images/icons/previous_next_nav_icons.png) no-repeat bottom right transparent;
  width: 16px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
nav.post-navigation .nav-links .meta-nav {
  font-size: 0.95em;
  text-transform: capitalize;
  color: #999;
}
nav.post-navigation .nav-links .post-title {
  font-size: 1.2em;
  color: inherit;
  font-family: 'FrutigerNextW01-Regular', Arial, Helvetica, sans-serif;
}
nav.post-navigation .nav-links .nav-next a,
nav.post-navigation .nav-links .nav-previous a {
  padding: 1em 0;
  color: #2c2c2e;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border: none;
}
nav.post-navigation .nav-links .nav-next a .post-title:hover,
nav.post-navigation .nav-links .nav-previous a .post-title:hover {
  color: #0179d8;
}
nav.post-navigation .nav-links .nav-next a:visited,
nav.post-navigation .nav-links .nav-previous a:visited {
  color: #2c2c2e;
}
nav.post-navigation .nav-links .nav-next a:hover,
nav.post-navigation .nav-links .nav-previous a:hover {
  color: #0179d8;
  border: none;
}
nav.bre_post_navigation {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  border-top: solid 1px #dfdfdf;
  border-bottom: solid 1px #dfdfdf;
  background-color: #fcfafb;
  margin: 0;
}
nav.bre_post_navigation div + div {
  border: none;
}
nav.bre_post_navigation .nav-links {
  position: relative;
  overflow: hidden;
}
nav.bre_post_navigation .nav-links .nav-previous,
nav.bre_post_navigation .nav-links .nav-next {
  position: relative;
  width: 45%;
}
nav.bre_post_navigation .nav-links .nav-previous.full_width_nav,
nav.bre_post_navigation .nav-links .nav-next.full_width_nav {
  width: 100%;
}
nav.bre_post_navigation .nav-links .nav-previous.hide_nav,
nav.bre_post_navigation .nav-links .nav-next.hide_nav {
  display: none;
}
nav.bre_post_navigation .nav-links .nav-previous a,
nav.bre_post_navigation .nav-links .nav-next a {
  display: inline-block;
  padding: 1em 0;
  color: #2c2c2e;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  font-size: 1.25em;
  border: none;
}
nav.bre_post_navigation .nav-links .nav-previous a .post-title:hover,
nav.bre_post_navigation .nav-links .nav-next a .post-title:hover {
  color: #0179d8;
}
nav.bre_post_navigation .nav-links .nav-previous a:visited,
nav.bre_post_navigation .nav-links .nav-next a:visited {
  color: #2c2c2e;
}
nav.bre_post_navigation .nav-links .nav-previous a:hover,
nav.bre_post_navigation .nav-links .nav-next a:hover {
  color: #0179d8;
  border: none;
}
nav.bre_post_navigation .nav-links .nav-previous {
  float: left;
  padding-left: 35px;
  border-right: solid 3px #7a942e;
}
nav.bre_post_navigation .nav-links .nav-previous:before {
  content: ' ';
  background: url(../../images/icons/previous_next_nav_icons.png) no-repeat top left transparent;
  width: 16px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
nav.bre_post_navigation .nav-links .nav-next {
  float: right;
  text-align: right;
  padding-right: 35px;
  border-left: solid 3px #7a942e;
}
nav.bre_post_navigation .nav-links .nav-next:after {
  content: ' ';
  background: url(../../images/icons/previous_next_nav_icons.png) no-repeat bottom right transparent;
  width: 16px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
nav.bre_post_navigation .nav-links .meta-nav {
  font-size: 0.9em;
  text-transform: capitalize;
  color: #999;
  display: block;
}
nav.bre_post_navigation .nav-links .post-title {
  font-size: 1.2em;
  color: inherit;
  font-family: 'FrutigerNextW01-Regular', Arial, Helvetica, sans-serif;
}
body.page-template-case-studies {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
body.page-template-case-studies .no_hero_banner {
  margin-top: 110px;
}
body.page-template-case-studies .pt-cv-content-item .pt-cv-title a {
  text-decoration: none;
  text-transform: none;
  border: none;
  box-shadow: none;
  letter-spacing: normal;
}
body.page-template-case-studies .pt-cv-content-item .pt-cv-content a.btn-success {
  background-color: #7a942e;
  border: none;
  padding: 15px 25px;
  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;
}
div.single_training.manual_call .course_dates_holder {
  border-left: solid 1px #dfdfdf;
}
.has_popup_form .trigger_form {
  cursor: pointer;
}
.has_popup_form .nf-form-cont {
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  background-color: #fff;
  padding: 25px;
  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: 50px 15px 0;
}
footer.bre_footer .footer_left,
footer.bre_footer .footer_right {
  float: left;
}
footer.bre_footer .footer_left {
  width: 275px;
}
footer.bre_footer .footer_right {
  width: calc(100% - 275px);
}
footer.bre_footer #footer_logo {
  margin-bottom: 30px;
}
footer.bre_footer h1 {
  color: #fff;
}
footer.bre_footer ul {
  list-style: none;
  margin: 0;
  padding: 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;
  text-indent: -9999px;
  border: none;
}
footer.bre_footer #footer_social_buttons_holder .social_icon.twitter_icon_white {
  background: url(../../images/icons/social_icons.svg) no-repeat center -120px transparent;
}
footer.bre_footer #footer_social_buttons_holder .social_icon.linkedin_icon_white {
  background: url(../../images/icons/social_icons.svg) no-repeat center -200px transparent;
}
footer.bre_footer #footer_social_buttons_holder .social_icon.buzz_icon_white {
  background: url(../../images/icons/social_icons.svg) no-repeat center -160px transparent;
}
footer.bre_footer #footer_social_buttons_holder .social_icon.email_icon_white {
  background: url(../../images/icons/social_icons.svg) no-repeat center -240px transparent
}
footer.bre_footer #footer_social_buttons_holder .social_icon:hover {
  transform: translateY(-10px);
}
footer.bre_footer .site-info {
  border-top: solid 1px #292929;
  margin-top: 25px;
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 0.813em;
}
footer.bre_footer .site-info p {
  font-size: 1em;
}
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 .btn-group.pt-cv-filter-bar.pull-left {
  float: none;
  text-align: center;
  width: 100%;
}
#main section .pt-cv-wrapper .btn-group.pt-cv-filter-bar.pull-left .pt-cv-filter-option {
  float: none;
  border: solid 1px #7a942e !important;
  background-color: transparent !important;
  color: #2c2c2e;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
#main section .pt-cv-wrapper .btn-group.pt-cv-filter-bar.pull-left .pt-cv-filter-option:hover {
  border: none;
  background-color: #7a942e !important;
  color: #fff;
  border-color: transparent !important;
}
#main section .pt-cv-wrapper .btn-group.pt-cv-filter-bar.pull-left .pt-cv-filter-option.active {
  border: none;
  background-color: #7a942e !important;
  color: #fff;
  border-color: transparent !important;
}
#main section .pt-cv-wrapper .text-left.pt-cv-pagination-wrapper {
  text-align: center;
}
#main section .pt-cv-wrapper .btn-success {
  border: solid 1px transparent !important;
  background-color: #7a942e !important;
  color: #fff !important;
}
#main section .pt-cv-wrapper .btn-success:hover {
  border-color: #7a942e !important;
  background-color: #fff !important;
  color: #7a942e !important;
}
#main section .pt-cv-wrapper .btn {
  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;
}
.footer_tweets {
  background-color: #f3f1ed;
  padding: 30px 0;
}
.footer_tweets .content {
  position: relative;
}
.footer_tweets .content h1 {
  position: relative;
  text-align: center;
  z-index: 1;
}
.footer_tweets .footer_watermark {
  position: absolute;
  top: -10px;
  left: -120px;
  background-image: url(../../images/logos/social/twitter_bg_overlay.png);
  background-repeat: no-repeat;
  width: 274px;
  height: 223px;
  display: block;
}
.footer_tweets #ctf {
  position: relative;
  padding: 0 15px;
}
.footer_tweets #ctf .ctf-item {
  width: 33.33%;
  border: 0;
  border-right: solid 1px #dfdfdf;
  background-color: #fff;
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
  padding: 15px;
  box-sizing: border-box;
  margin-right: -4px;
}
.footer_tweets #ctf .ctf-item:last-of-type {
  border-right: 0;
}
.footer_tweets .center_elements {
  margin-top: 30px;
}
.footer_tweets .center_elements .twitter_button {
  background-color: #1da1f2;
}
.footer_tweets .center_elements .twitter_button:hover {
  color: #1da1f2;
  background-color: #fff;
  border: solid 1px #1da1f2;
}
.footer_logo_holder {
  position: relative;
  background-color: #faf8f6;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer_logo_holder .strip {
  text-align: center;
}
.footer_logo_holder .strip .footer_logo {
  display: inline-block;
  padding: 20px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.footer_logo_holder .strip .footer_logo:hover {
  transform: translateY(-10px);
}
.footer_logo_holder .strip .footer_logo a {
  border-bottom: 0;
}
.breadcrumbs {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.breadcrumbs span[property="itemListElement"] {
  position: relative;
  padding: 0 35px 0 15px;
  display: inline-block;
}
.breadcrumbs span[property="itemListElement"]:last-child:after {
  content: none;
}
.breadcrumbs span[property="itemListElement"]: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;
}
#main .modernteammembers .entry-content {
  float: none;
  width: 100%;
}
.feedzy-rss li {
  text-align: left;
}
.feedzy-rss .rss_item .rss_image span {
  left: 0;
}
.feedzy-rss a {
  color: #0179d8;
}
.feedzy-rss a:hover {
  color: #0179d8;
  border-color: #0179d8;
}
section.core_tiles {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
section.core_tiles .content {
  text-align: center;
}
section.core_tiles .content .core_tile_holder {
  display: inline-block;
  width: 20%;
  min-width: 320px;
  position: relative;
  text-align: left;
  margin-right: -4px;
  padding: 0 25px 25px;
  vertical-align: top;
}
section.core_tiles .content .tile {
  position: relative;
  padding: 25px;
  display: block;
  background-color: #7a942e;
  border: none;
  text-align: center;
}
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.training_history {
  background: url(../../images/training_history_bg.jpg) no-repeat center center transparent;
  background-size: cover;
}
section.core_tiles .content .tile.notification_history {
  background: url(../../images/notification_history_bg.jpg) no-repeat center center transparent;
  background-size: cover;
}
section.core_tiles .content .tile.membership_cpd {
  background: url(../../images/membership_cpd_bg.jpg) no-repeat center center transparent;
  background-size: cover;
}
section.core_tiles .content .tile .icon_holder {
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
}
section.core_tiles .content .tile .icon_holder .icon {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
section.core_tiles .content .tile .icon_holder .icon img {
  max-width: 40px;
}
section.core_tiles .content .tile .label {
  color: #fff;
}
section.core_tiles .content .tile .label h3 {
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 1.5em;
}
section.core_tiles .content .tile .number_alerts h3 {
  margin: 0;
  font-size: 4.5em;
  color: #fff;
}
section.core_tiles .content .links_column {
  display: inline-block;
  width: 100%;
  min-width: 147px;
  vertical-align: top;
  margin-top: 10px;
}
section.core_tiles .content .links_column ul {
  list-style-type: none;
  margin: 0;
  padding: 0 15px 0 0;
  text-align: left;
}
section.core_tiles .content .links_column ul a {
  color: #2c2c2e;
}
section.core_tiles .content .links_column ul a:hover li {
  background-color: #efeeee;
}
section.core_tiles .content .links_column ul a:last-child li {
  border: none;
}
section.core_tiles .content .links_column ul li {
  border-bottom: solid 1px #dfdfdf;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  padding: 5px 0 5px 5px;
  font-size: 1em;
}
section.core_tiles .content .links_column ul li.view_all_links {
  background: url(../../images/view_more_link_icon.png) no-repeat center left transparent;
  padding-left: 15px;
}
#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;
}
#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 30px 75px;
  position: relative;
}
#content_sidebar .dropdown_sections_title {
  position: relative;
  width: 100%;
  display: none;
}
#content_sidebar .dropdown_sections_title h2 {
  color: #fff;
  margin: 0;
}
#content_sidebar .dropdown_sections_title .dropdown_arrow {
  position: absolute;
  top: 50%;
  right: 0;
  background: url(../../images/icons/down-arrow-white.svg) no-repeat center right transparent;
  display: block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-color: #435061;
  transform: translateY(-50%);
}
#content_sidebar ul {
  list-style: none;
  margin: 0;
}
#content_sidebar ul li {
  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 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: inline-block;
  vertical-align: top;
  width: calc(100% - 280px);
  background-color: transparent;
}
section.grid_tiles {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
section.grid_tiles.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 .grid_tile {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
}
section.grid_tiles .grid_tile .image_holder {
  display: inline-block;
}
#content #primary #main .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-tabsArea {
  border: none;
}
#content #primary #main .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-tabsArea .gsc-tabHeader {
  padding: 6px 12px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border-bottom: solid 1px #dfdfdf;
}
#content #primary #main .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-tabsArea .gsc-tabHeader:hover {
  background-color: #7a942e;
  color: #fff;
}
#content #primary #main .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-tabsArea .gsc-tabhActive {
  color: #fff;
}
#content #primary #main .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-above-wrapper-area {
  word-wrap: normal;
}
#content #primary #main .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsRoot .gsc-results .gsc-result {
  border: none;
}
#content #primary #main .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsRoot .gsc-results .gsc-result .gs-result {
  border: none;
}
#content #primary #main .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsRoot .gsc-results .gsc-result .gs-result .gsc-table-result {
  border: none;
}
#content #primary #main .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsRoot .gsc-results .gsc-result .gs-result .gsc-table-result .gsc-table-cell-snippet-close,
#content #primary #main .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsRoot .gsc-results .gsc-result .gs-result .gsc-table-result .gs-promotion-text-cell {
  border: none;
}
#content #primary #main .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsRoot .gsc-results .gsc-expansionArea .gsc-cursor-box {
  text-align: center;
}
#content #primary #main .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsRoot .gsc-results .gsc-expansionArea .gsc-cursor-box .gsc-cursor .gsc-cursor-page {
  padding: 5px;
  text-decoration: none;
  border: solid 1px #dfdfdf;
}
#content #primary #main .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsRoot .gsc-results .gsc-expansionArea .gsc-cursor-box .gsc-cursor .gsc-cursor-page.gsc-cursor-current-page {
  color: #fff;
}
#content #primary #main .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsRoot .gsc-results .gsc-webResult a.gs-title {
  color: #7a942e;
  text-decoration: none;
}
#content #primary #main .gsc-control-cse .gsc-control-wrapper-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gsc-resultsRoot .gsc-results .gsc-webResult a.gs-title:hover {
  color: #2c2c2e;
}
#content #primary #main article.forum {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
#content #primary #main article.forum .entry-content {
  float: none;
  width: 100%;
}
#content #primary #main #bbpress-forums {
  font-size: inherit;
}
#content #primary #main #bbpress-forums ul.bbp-forums {
  margin-top: 15px;
  font-size: inherit;
}
#content #primary #main #bbpress-forums ul.bbp-forums .bbp-forums-list li {
  font-size: inherit;
}
#content #primary #main #bbpress-forums ul.bbp-forums a {
  box-shadow: none;
}
#content #primary #main .pt-cv-wrapper .pt-cv-view .pt-cv-page .pt-cv-ifield a.pt-cv-href-thumbnail,
#content #primary #main .pt-cv-wrapper .pt-cv-view .pt-cv-page .pt-cv-ifield a.pt-cv-thumb-default {
  border: none;
}
#content #primary #main .pt-cv-wrapper .pt-cv-view .pt-cv-page .pt-cv-ifield .pt-cv-title a {
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1.25em;
}
#content #primary #main .pt-cv-wrapper .pt-cv-view .pt-cv-page .pt-cv-ifield .pt-cv-title a.pt-cv-href-thumbnail {
  border: none;
}
#content #primary #main .pt-cv-wrapper .pt-cv-view .pt-cv-page .pt-cv-ifield .pt-cv-meta-fields {
  font-size: 0.875em;
}
#content #primary #main .entry-content a {
  box-shadow: none;
}
#content #primary #main .entry-content ul {
  padding-left: 40px;
}
section.follow_us {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
section.follow_us .follow_icon_holder {
  display: inline-block;
  width: 95px;
  height: 95px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 30px;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  opacity: 0.75;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border: none;
}
section.follow_us .follow_icon_holder:hover {
  -webkit-filter: grayscale(0);
  -webkit-filter: grayscale(0%);
  filter: initial;
  filter: grayscale(0%);
  opacity: 1;
}
section.follow_us .follow_icon_holder.facebook {
  background-image: url(../../images/logos/social/FB-f-Logo__blue_512.png);
}
section.follow_us .follow_icon_holder.twitter {
  background-image: url(../../images/logos/social/Twitter_Social_Icon_Blue-512.png);
}
section.follow_us .follow_icon_holder.linkedin {
  background-image: url(../../images/logos/social/In-2C-512.png);
}
section.follow_us .follow_icon_holder.instagram {
  background-image: url(../../images/logos/social/instagram.png);
}
section.follow_us .follow_icon_holder.flickr {
  background-image: url(../../images/logos/social/flickr_512.png);
}
section.downloads_section {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  margin-bottom: -25px;
}
section.downloads_section .content .downloads_holder {
  float: left;
  width: 45%;
  margin-left: 5%;
  text-align: left;
  margin-bottom: 25px;
}
section.downloads_section .content .downloads_holder:nth-child(even) {
  margin-left: 0;
  margin-right: 5%;
}
section.downloads_section .content .downloads_holder .downloads_image {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
}
section.downloads_section .content .downloads_holder .downloads_content {
  width: calc(100% - 185px);
  display: inline-block;
  vertical-align: top;
  padding: 0 15px 15px;
}
section.downloads_section .content .downloads_holder .downloads_content h4 {
  margin-bottom: 25px;
}
#content section.related_posts {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
#content section.related_posts .content #jp-relatedposts {
  text-align: center;
}
#content section.related_posts .content #jp-relatedposts.jp-relatedposts:before,
#content section.related_posts .content #jp-relatedposts.jp-relatedposts:after {
  height: 0;
}
#content section.related_posts .content #jp-relatedposts h3.jp-relatedposts-headline {
  float: none;
  text-align: center;
  font-size: 1.4375em;
  font-family: "FrutigerNextW01-Medium", Arial, Helvetica, sans-serif;
}
#content section.related_posts .content #jp-relatedposts h3.jp-relatedposts-headline:before {
  border: none;
}
#content section.related_posts .content #jp-relatedposts h3.jp-relatedposts-headline em:before {
  border: none;
}
#content section.related_posts .content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
#content section.related_posts .content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-img {
  margin: 0 auto 1em;
}
#content section.related_posts .content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post a {
  text-decoration: none;
  border: none;
}
#content section.related_posts .content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post a:hover {
  text-decoration: none !important;
}
#content section.related_posts .content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post h4 {
  font-size: 1.25em;
  line-height: inherit;
}
#content section.related_posts .content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post h4 a {
  border-bottom: solid 1px transparent;
}
#content section.related_posts .content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post h4 a:hover {
  text-decoration: none;
  border-bottom: solid 1px #0179d8;
}
#content section.related_posts .content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post p {
  font-size: 1.188em;
  line-height: 1.737em;
}
#content section.related_posts .content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post p.jp-relatedposts-post-context {
  font-size: 1em;
  color: #999;
  font-family: 'Frutiger Next W01 Light', Arial, Helvetica, sans-serif;
  opacity: 1;
}
.widget-area ul {
  font-size: 100%;
}
.widget-area li {
  list-style-type: none;
  font-size: 1.09em;
  margin-bottom: 5px;
  border-bottom: solid 1px #dfdfdf;
  padding-bottom: 5px;
}
.widget-area li.widget_recent_entries {
  border: none;
}
.widget-area .widget {
  border-top: 0;
}
.widget-area .widget ul {
  list-style-type: none;
  margin: 0;
}
.su-button,
.su-button[style] {
  padding: 10px 20px;
  background-color: #7a942e !important;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border: solid 1px transparent !important;
  font-family: "FrutigerNextW01-Medium", Arial, Helvetica, sans-serif;
  cursor: pointer;
  display: inline-block;
  border-radius: 0;
  -webkit-border-radius: 0 !important;
  margin: 15px 0;
}
.su-button span,
.su-button[style] span {
  color: #fff !important;
  padding: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
  border: none !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-top-width: 0;
  border-bottom-width: 0;
  border-top-style: none;
  border-bottom-style: none;
}
.su-button:hover,
.su-button[style]:hover {
  color: #7a942e !important;
  background-color: #fff !important;
  border: solid 1px #7a942e !important;
}
.su-button:hover span,
.su-button[style]:hover span {
  color: #7a942e !important;
}
.interactive_map_holder {
  width: 100%;
  text-align: center;
}
#watford_interactive_map,
.interactive_map {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  max-height: 848px;
}
ul.pager {
  display: none;
}
.full_width_padding {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.full_width_padding .entry-header,
.full_width_padding .entry-summary,
.full_width_padding .entry-content,
.full_width_padding .entry-footer,
.full_width_padding .page-content {
  margin: 0;
}
section.pull_out_slice_section {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  border-top: solid 1px #dfdfdf;
  border-bottom: solid 1px #dfdfdf;
}
section.pull_out_slice_section .pullout_slice_holder h1,
section.pull_out_slice_section .pullout_slice_holder h2,
section.pull_out_slice_section .pullout_slice_holder h3,
section.pull_out_slice_section .pullout_slice_holder h4,
section.pull_out_slice_section .pullout_slice_holder h5,
section.pull_out_slice_section .pullout_slice_holder h6,
section.pull_out_slice_section .pullout_slice_holder p {
  font-family: 'FrutigerNextW01-Regular', Arial, Helvetica, sans-serif;
}
section.pull_out_slice_section .pullout_slice_holder :last-child {
  margin-bottom: 0;
}
.horizontal-track4 {
  width: 10px;
  height: 5px;
  background-clip: padding-box;
  background: #fff;
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  border-left-width: 1px;
}
.horizontal-track4.dragging,
.horizontal-track4:hover {
  background: #f2f2f2;
  /* No RGBA support */
  background: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
}
.horizontal-track4:active {
  background: #f2f2f2;
  /* No RGBA support */
  background: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14), inset -1px -1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14), inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}
.horizontal-handle4 {
  width: 10px;
  height: 5px;
  background-clip: padding-box;
  background: #ccc;
  /* No RGBA support */
  background: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
.horizontal-handle4:hover {
  background: #999;
  /* No RGBA support */
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.horizontal-dragging .handle4,
.horizontal-handle4:active {
  background: gray;
  /* No RGBA support */
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}
#tab_padding {
  position: relative;
}
#microsite_with_sidebar .content {
  position: relative;
  overflow: hidden;
  max-width: none;
}
#microsite_with_sidebar.hide_sidebar #microsite_sidebar {
  left: -256px;
}
#microsite_with_sidebar.hide_sidebar #microsite_content {
  padding-left: 65px;
}
#microsite_with_sidebar.small_screen #microsite_sidebar {
  left: -256px;
}
#microsite_with_sidebar.small_screen #microsite_content {
  padding-left: 65px;
}
#microsite_with_sidebar.small_screen.overlay_sidebar #microsite_sidebar {
  left: 0;
  -webkit-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
#microsite_with_sidebar #microsite_menu_button {
  background: url('../../images/microsite_menu_icon.png') no-repeat center center #dfdfdf;
  position: absolute;
  top: 0;
  right: -45px;
  width: 25px;
  height: 25px;
  display: block;
  padding: 10px;
  cursor: pointer;
}
#microsite_with_sidebar #microsite_tabs {
  position: relative;
  background-color: #fff;
  border-top: solid 1px #dfdfdf;
  border-bottom: solid 1px #dfdfdf;
}
#microsite_with_sidebar #microsite_tabs.scrollbox {
  overflow: auto;
  width: 100%;
}
#microsite_with_sidebar #microsite_tabs ul {
  list-style-type: none;
  margin: 0;
  padding: 0 15px;
  white-space: nowrap;
}
#microsite_with_sidebar #microsite_tabs ul li {
  display: inline-block;
  margin: 0 30px 0 0;
  padding: 15px 0;
}
#microsite_with_sidebar #microsite_tabs ul li.active_tab {
  border-top: solid 3px #0179d8;
  background: url('../../images/tab_active.png') no-repeat center top transparent;
}
#microsite_with_sidebar #microsite_sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 245px;
  border-right: solid 1px #dfdfdf;
  background-color: #fff;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  z-index: 9998;
}
#microsite_with_sidebar #microsite_sidebar h2 {
  margin-top: 0;
  padding-top: 0.83em;
  padding-left: 13px;
}
#microsite_with_sidebar #microsite_sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#microsite_with_sidebar #microsite_sidebar ul li {
  padding: 15px 0 15px 10px;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  cursor: pointer;
  border-top: solid 1px transparent;
  border-bottom: solid 1px transparent;
  border-left: solid 3px transparent;
}
#microsite_with_sidebar #microsite_sidebar ul li:hover {
  background-color: #f3f1ed;
}
#microsite_with_sidebar #microsite_sidebar ul li.active_filter {
  position: relative;
  background-color: #f3f1ed;
  border-top-color: #dfdfdf;
  border-bottom-color: #dfdfdf;
  border-left-color: #0179d8;
  background: -moz-linear-gradient(left, #f5fafd 0%, rgba(255, 255, 255, 0.2) 80%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f5fafd 0%, rgba(255, 255, 255, 0.2) 80%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f5fafd 0%, rgba(255, 255, 255, 0.2) 80%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5fafd', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
}
#microsite_with_sidebar #microsite_sidebar ul li.active_filter:after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
#microsite_with_sidebar #microsite_sidebar ul li.show_more {
  position: relative;
  border: none;
}
#microsite_with_sidebar #microsite_sidebar ul li.show_more:after {
  content: '+';
  position: absolute;
  top: 0;
  right: 15px;
  width: 20px;
  display: block;
  cursor: pointer;
  font-size: 2em;
  line-height: 1.5em;
  color: #0179d8;
}
#microsite_with_sidebar #microsite_sidebar ul li.show_more.expanded:after {
  content: '-';
}
#microsite_with_sidebar #microsite_sidebar ul li.clear_filters {
  font-size: 0.75em;
  border: none;
}
#microsite_with_sidebar #second_sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 255px;
  background-color: #fff;
  border-right: solid 1px #dfdfdf;
}
#microsite_with_sidebar #second_sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#microsite_with_sidebar #second_sidebar ul li {
  padding: 15px 10px 15px 75px;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  cursor: pointer;
  position: relative;
}
#microsite_with_sidebar #second_sidebar ul li:hover {
  background-color: #f3f1ed;
}
#microsite_with_sidebar #second_sidebar ul li.active_question {
  background-color: #fcfcfc;
  border-top: solid 1px #dfdfdf;
  border-bottom: solid 1px #dfdfdf;
}
#microsite_with_sidebar #second_sidebar ul li.active_question:after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background-color: #fcfcfc;
}
#microsite_with_sidebar #second_sidebar ul li.show_more {
  position: relative;
  border: none;
}
#microsite_with_sidebar #second_sidebar ul li.show_more:after {
  content: '+';
  position: absolute;
  top: 0;
  right: 15px;
  width: 20px;
  display: block;
  cursor: pointer;
  font-size: 2em;
  line-height: 1.5em;
  color: #0179d8;
}
#microsite_with_sidebar #second_sidebar ul li.show_more.expanded:after {
  content: '-';
}
#microsite_with_sidebar #second_sidebar ul li.clear_filters {
  font-size: 0.75em;
  border: none;
}
#microsite_with_sidebar #second_sidebar ul li span.question_number {
  position: absolute;
  top: 0;
  left: 15px;
  font-size: 3em;
  letter-spacing: -5px;
  color: #dfdfdf;
}
#microsite_with_sidebar #microsite_content {
  padding-right: 255px;
  padding-left: 290px;
}
.microsite_holder section {
  box-sizing: border-box;
}
.microsite_holder #microsite_content {
  -webkit-transition: padding 500ms ease-out;
  -moz-transition: padding 500ms ease-out;
  -o-transition: padding 500ms ease-out;
  transition: padding 500ms ease-out;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 75px;
  box-sizing: border-box;
}
.microsite_holder #microsite_content #page_navigation {
  background-color: #f5f5f7;
  border-bottom: solid 1px #dfdfdf;
  padding: 10px 0;
}
.microsite_holder #microsite_content #page_navigation a {
  display: inline-block;
  border: none;
}
.microsite_holder #microsite_content #page_navigation a:hover {
  border: none;
}
.microsite_holder #microsite_content #page_navigation a.cta_button {
  border: solid 1px;
}
.microsite_holder #microsite_content #page_navigation a.cta_button:hover {
  border: solid 1px;
}
.microsite_holder #microsite_content #page_navigation a.return_to_page {
  background: url(../../images/page_navigation_return.png) no-repeat center left transparent;
  padding-left: 35px;
  color: #2c2c2e;
}
.microsite_holder #microsite_content #page_navigation a.return_to_page:hover {
  color: #0179d8;
}
.microsite_holder #microsite_content #page_navigation .cta_button {
  padding: 5px 20px;
}
.microsite_holder #microsite_content #page_navigation .right_buttons {
  float: right;
}
.microsite_holder #microsite_content .full_width_pod_expandable {
  background-color: #fff;
  border: solid 1px #dfdfdf;
  padding: 15px 0;
  border-radius: 3px;
  /* Elements with the class that come after the first one, using the general sibling combinator ~ in an overriding rule */
}
.microsite_holder #microsite_content .full_width_pod_expandable ~ .full_width_pod_expandable {
  margin-top: 15px;
}
.microsite_holder #microsite_content .full_width_pod_expandable h2 {
  position: relative;
  margin: 0;
  padding: 0 15px;
  font-size: 1.2em;
}
.microsite_holder #microsite_content .full_width_pod_expandable h2:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 15px;
  width: 30px;
  height: 16px;
  background: url(../../images/expand_icon.svg) no-repeat center bottom transparent;
  display: block;
}
.microsite_holder #microsite_content .full_width_pod_expandable .full_width_pod_expandable_content {
  position: relative;
  padding: 15px 15px 0;
  margin-top: 15px;
  display: none;
  border-top: solid 1px #dfdfdf;
}
.microsite_holder #microsite_content .full_width_pod_expandable.show_expandable_content h2:after {
  background-position: center top;
}
.microsite_holder #microsite_content .filters {
  margin-bottom: 15px;
}
.microsite_holder #microsite_content .filters button {
  border-radius: 20px;
  background-color: #fff;
  border: solid 1px #828282;
  padding: 10px 20px;
  font-size: 1em;
  color: #828282;
  margin: 0 10px 15px 0;
}
.microsite_holder #microsite_content .filters button:hover {
  background-color: #efeeee;
  cursor: pointer;
}
.microsite_holder #microsite_content .filters button.active_filter {
  background-color: #3abfdf;
  color: #fff;
  border-color: #3abfdf;
}
.microsite_holder #microsite_content .bre_table {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.microsite_holder #microsite_content .bre_table .bre_table_heading {
  display: table-header-group;
  color: #5d5c5c;
}
.microsite_holder #microsite_content .bre_table .bre_table_foot {
  display: table-footer-group;
}
.microsite_holder #microsite_content .bre_table .bre_table_body {
  display: table-row-group;
}
.microsite_holder #microsite_content .bre_table .bre_table_row {
  display: table-row;
}
.microsite_holder #microsite_content .bre_table .bre_table_row .bre_table_cell,
.microsite_holder #microsite_content .bre_table .bre_table_row .bre_table_head {
  display: table-cell;
}
.microsite_holder #microsite_content .bre_table .bre_table_row .bre_table_cell {
  background-color: #f7f7f7;
  vertical-align: middle;
  padding: 15px;
}
.microsite_holder #microsite_content .bre_table .bre_table_row .width_100 {
  width: 100px;
}
.microsite_holder #microsite_content .bre_table .bre_table_row .width_150 {
  width: 150px;
}
.microsite_holder #microsite_content .bre_table .bre_table_row .width_200 {
  width: 200px;
}
.microsite_holder #microsite_content .bre_table .bre_table_row .width_250 {
  width: 250px;
}
.microsite_holder #microsite_content .bre_table .bre_table_row .width_10_percent {
  width: 10%;
}
.microsite_holder #microsite_content .bre_table .bre_table_row .width_15_percent {
  width: 15%;
}
.microsite_holder #microsite_content .bre_table .bre_table_row .width_20_percent {
  width: 20%;
}
.microsite_holder #microsite_content .bre_table .bre_table_row .width_25_percent {
  width: 25%;
}
.microsite_holder #microsite_content .bre_table .bre_table_row .width_30_percent {
  width: 30%;
}
.microsite_holder #microsite_content .bre_table .bre_table_row .width_35_percent {
  width: 35%;
}
.microsite_holder #microsite_content .bre_table .bre_table_row .width_40_percent {
  width: 40%;
}
.microsite_holder #microsite_content .bre_table .bre_table_row .bre_table_cell:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.microsite_holder #microsite_content .bre_table .bre_table_row .bre_table_cell:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.microsite_holder #microsite_content .bre_table .bre_table_row .no_underline {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  text-decoration: none;
  border: none;
}
.microsite_holder #microsite_content .bre_table .bre_table_row span.delete_icon {
  background-image: url(../../images/delete_icon.png);
  display: block;
  width: 27px;
  height: 27px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.microsite_holder #microsite_content .bre_table .bre_table_row span.delete_icon:hover {
  cursor: pointer;
  transform: rotate(90deg);
}
.microsite_holder #microsite_content .input_container_last {
  width: 75%;
  margin: 0 auto;
}
.microsite_holder #microsite_content .input_container_last .input_container:last-of-type {
  border-bottom: 0;
}
.microsite_holder #microsite_content .input_container {
  padding: 30px 0;
  border-bottom: solid 1px #dfdfdf;
}
.microsite_holder #microsite_content .input_container .input_holder {
  width: 40%;
  display: inline-block;
  vertical-align: top;
}
.microsite_holder #microsite_content .input_container .input_holder_large {
  width: 60%;
  display: inline-block;
  vertical-align: top;
}
.microsite_holder #microsite_content .input_container .input_holder_checkbox {
  width: calc(80% - 5px);
  display: inline-block;
  vertical-align: top;
}
.microsite_holder #microsite_content .input_container .label_holder {
  width: 20%;
  display: inline-block;
  box-sizing: border-box;
}
.microsite_holder #microsite_content .input_container label {
  font-family: "Frutiger Next W01 Bold", Arial, Helvetica, sans-serif;
  font-size: 1.188em;
  line-height: 1.737em;
}
.microsite_holder #microsite_content .input_container input[type=text],
.microsite_holder #microsite_content .input_container input[data-toggle="datepicker"],
.microsite_holder #microsite_content .input_container input[type=number] {
  border: solid 1px #dfdfdf;
  padding: 8px;
  width: 100%;
}
.microsite_holder #microsite_content .input_container textarea {
  width: 100%;
  resize: vertical;
  border-color: #dfdfdf;
}
.microsite_holder #microsite_content .input_container input,
.microsite_holder #microsite_content .input_container textarea {
  font-size: 1em;
}
.microsite_holder #microsite_content .input_container .prettycheckbox {
  margin-bottom: 30px;
  width: calc(33.33% - 25px);
  vertical-align: top;
}
.microsite_holder #microsite_content .input_container .prettycheckbox label {
  float: none;
  line-height: 1.2em;
  padding-right: 15px;
}
.microsite_holder #microsite_content .ghost_button {
  border-color: #dfdfdf;
  color: #828282;
  text-transform: none;
  background-color: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
}
.microsite_holder #microsite_content .ghost_button:hover {
  background-color: #fff;
}
.microsite_holder #microsite_content #submit_question_form {
  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;
  border-radius: 3px;
  margin: 40px;
}
.microsite_holder #microsite_content #submit_question_form:hover {
  color: #7a942e;
  background-color: #fff;
  border: solid 1px #7a942e;
}
.microsite_holder #microsite_content h1:first-child {
  margin-top: 0;
  padding-top: 0.83em;
}
.microsite_holder .content_pod {
  background-color: #fff;
  border: solid 1px #dfdfdf;
  border-radius: 3px;
  margin-bottom: 25px;
  padding: 30px;
}
.microsite_holder .full_width_pod {
  width: 100%;
  box-sizing: border-box;
}
.microsite_holder .half_width_pod {
  width: calc(50% - 15px);
  float: left;
  box-sizing: border-box;
}
.microsite_holder .half_width_pod:nth-child(odd) {
  margin-right: 25px;
}
.microsite_holder .info_circles_holder {
  text-align: center;
  margin-bottom: 25px;
}
.microsite_holder .circle_container {
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
}
.microsite_holder .circle_container .circle_title {
  position: relative;
  padding: 0 25px;
}
.microsite_holder .circle_container .circle_title h5 {
  position: relative;
  background-color: #fcfcfc;
  padding: 5px 10px;
  display: inline-block;
  margin-top: 0;
  z-index: 1;
}
.microsite_holder .circle_container .circle_title:before {
  content: '';
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  height: 7px;
  border-top: solid 1px #dfdfdf;
  border-right: solid 1px #dfdfdf;
  border-left: solid 1px #dfdfdf;
  display: block;
}
.microsite_holder .outer_circle {
  position: relative;
  min-width: 95px;
  width: 145px;
  min-height: 95px;
  height: 145px;
  background-color: #ff9853;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin: 0 12.5px;
}
.microsite_holder .outer_circle.default_circle {
  background-color: #f0f0f0;
}
.microsite_holder .outer_circle.default_circle .middle_circle {
  background-color: #dadada;
}
.microsite_holder .outer_circle.default_circle .middle_circle .info_circle h2 {
  color: #898989;
}
.microsite_holder .outer_circle.default_circle .middle_circle .info_percent {
  background-color: transparent;
}
.microsite_holder .middle_circle {
  position: absolute;
  top: 5px;
  left: 5px;
  min-width: 90px;
  width: 135px;
  min-height: 90px;
  height: 135px;
  background-color: #ff8635;
  -webkit-box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}
.microsite_holder .info_circle {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  min-width: 80px;
  width: 115px;
  min-height: 80px;
  height: 115px;
}
.microsite_holder .info_circle h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
}
.microsite_holder .info_circle .info_pertcent_holder {
  position: relative;
  min-width: 80px;
  width: 115px;
  min-height: 80px;
  height: 115px;
  border-radius: 50%;
  overflow: hidden;
}
.microsite_holder .info_circle .info_pertcent_holder .info_percent {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.microsite_holder #info_bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  background-color: #ebebef;
  border-left: solid 1px #dfdfdf;
  padding: 15px 0;
  color: #828282;
}
.microsite_holder #info_bar h2 {
  font-size: 1.2em;
  padding: 0 15px;
}
.microsite_holder #info_bar h2:first-of-type {
  margin-top: 0;
}
.microsite_holder #info_bar .info_title {
  position: relative;
  background-color: #f6f5f7;
  padding: 10px 15px;
  border-top: solid 1px #dfdfdf;
}
.microsite_holder #info_bar .info_title.last {
  border-bottom: solid 1px #dfdfdf;
}
.microsite_holder #info_bar .info_title:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}ti
.microsite_holder #info_bar .info_title h3 {
  font-size: 1em;
  margin: 0;
}
.microsite_holder #info_bar .info_text {
  padding: 0 15px;
  font-size: 0.85em;
  display: none;
}
footer.tool_footer {
  background-color: #363636;
  padding: 15px;
}
footer.tool_footer .footer_info {
  display: inline-block;
  border-left: solid 3px transparent;
  padding-left: 15px;
  margin-right: 60px;
}
footer.tool_footer .footer_info.questions_answered {
  border-color: #33a828;
}
footer.tool_footer .footer_info.questions_incomplete {
  border-color: #ffa41f;
}
footer.tool_footer .footer_info.questions_unanswered {
  border-color: #d50000;
}
footer.tool_footer .footer_info .footer_info_highlight {
  font-size: 3em;
  line-height: 1em;
  color: #fff;
  display: block;
}
footer.tool_footer .footer_info .footer_info_text {
  font-size: 0.9em;
  color: #828282;
}
.has-pretty-child a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  border: none;
}
.has-pretty-child a:hover {
  border: none;
}
.div_table {
  display: table;
  width: 100%;
  border: none;
}
.div_table_row {
  display: table-row;
}
.div_table_heading {
  display: table-header-group;
}
.div_table_head {
  color: #828282;
  border-bottom: solid 2px #dfdfdf;
  font-family: "Frutiger Next W01 Bold", Arial, Helvetica, sans-serif;
  font-size: 1.3em;
}
.div_table_cell,
.div_table_head {
  display: table-cell;
  padding: 5px 10px;
}
.div_table_cell {
  border-bottom: solid 1px #dfdfdf;
}
.div_table_foot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}
.div_table_body {
  display: table-row-group;
}
span.complete_icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../../images/icons/complete.svg) no-repeat center center transparent;
  background-size: contain;
  vertical-align: middle;
}
span.pdf_icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../../images/icons/pdf.svg) no-repeat center center transparent;
  background-size: contain;
  vertical-align: middle;
}
span.info {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../../images/icons/info.svg) no-repeat center center transparent;
  background-size: contain;
  vertical-align: middle;
}
span.notes_icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../images/icons/more.svg) no-repeat top center transparent;
  background-size: cover;
  vertical-align: middle;
  cursor: pointer;
}
span.notes_icon.minus {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../images/icons/more.svg) no-repeat bottom center transparent;
  background-size: cover;
  vertical-align: middle;
}

.info_holder {
  margin: 15px 0;
}
.info_holder .info_header {
  float: left;
  width: 12%;
  font-family: "Frutiger Next W01 Bold", Arial, Helvetica, sans-serif;
  font-size: 1.2em;
}
.info_holder .info_details {
  float: left;
  width: 88%;
}
@media screen and (max-width: 1024px) {
  #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;
  }
  #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 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%;
  }
}
/* 1024 */
@media screen and (max-width: 980px) {
  section.news_feed_holder .horizontal_scroll_overflow {
    white-space: nowrap;
  }
  section.news_feed_holder .horizontal_scroll_overflow .filter_type {
    margin-bottom: 4px;
  }
  section.news_feed_holder .news_pod_quarter {
    width: calc(50% - 15px);
  }
  section.tabbed_content_holder .tab_content.tabs_3 .even_tc {
    width: 50%;
  }
  section.tabbed_content_holder .tab_content.tabs_4 .even_tc {
    width: 50%;
  }
  section.tabbed_content_holder .tab_content.tabs_5 .even_tc {
    width: 33.33%;
  }
  section.downloads_section {
    margin-bottom: 0;
  }
  section.downloads_section .content .downloads_holder {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  section.downloads_section .content .downloads_holder:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }
  section.downloads_section .content .downloads_holder:last-child {
    margin-bottom: 0;
  }
  .microsite_holder #microsite_content .input_container .input_holder {
    width: 100%;
  }
  .microsite_holder #microsite_content .input_container .input_holder_checkbox {
    width: 100%;
  }
  .microsite_holder #microsite_content .input_container .label_holder {
    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: 0px;
  }
  .footer_tweets #ctf .ctf-item {
    width: 100%;
    border-right: 0;
    border-bottom: solid 1px #dfdfdf;
  }
  .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;
  }
  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;
  }
}
/* 768 */
@media screen and (max-width: 600px) {
  section.news_feed_holder .news_pod_half {
    width: calc(100% - 15px);
  }
  section.news_feed_holder .news_pod_quarter {
    width: calc(100% - 15px);
  }
  body.tag div#primary .page-header,
  body.category div#primary .page-header {
    margin-left: 0;
    margin-right: 0;
  }
  body.tag div#primary a.tag_archive_holder,
  body.category div#primary a.tag_archive_holder {
    display: block;
    table-layout: auto;
  }
  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;
  }
  body.tag div#primary .tag_archive_holder .image_cell,
  body.category div#primary .tag_archive_holder .image_cell {
    width: 100%;
    display: block;
  }
  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%;
  }
  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;
  }
  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 .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;
  }
  .microsite_holder #microsite_content .half_width_pod {
    width: 100%;
    float: none;
  }
  .microsite_holder #microsite_content .half_width_pod:nth-child(odd) {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
/* 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;
  }
}
/* 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%;
  }
}
/* 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;
  }
}
/* 320 */
/*
***************************************************************************************************************************************
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;
  }
}
/*
* {
	background: #000 !important;
	color: #0f0 !important;
	outline: solid #f00 1px !important;
}
*/

.tooltip {
    position: relative;
    display: inline-block;
	text-decoration: none;
}

.tooltip:hover {
	text-decoration: none;
}

.tooltip .thin {
	width: 120px;
	margin-left: -60px;
}
.tooltip .medium {
	width: 250px;
	margin-left: -125px;
}
.tooltip .wide {
	width: 400px;
	margin-left: -200px;
}
.tooltip .super_wide {
	width: 600px;
	margin-left: -300px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: #828282;;
    color: #FEFEFF;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
	text-decoration: none;    
    opacity: 0;
    transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
	transition: opacity 1s;
}

.tooltip .tooltiptext ul li {
    text-align: left;
}

span.show-icon { 
  background: url('../image/icons.png') no-repeat 0 0;
  display: block;
  width: 25px;
  height: 25px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
span.show-icon.icon-add {
  background: url('../image/icons.png') no-repeat 0 0;
}
span.show-icon.icon-edit {
  background: url('../image/icons.png') no-repeat 0 -50px;
}
span.show-icon.icon-save {
  background: url('../image/icons.png') no-repeat 0 -75px;
}
span.show-icon.icon-cancel {
  background: url('../image/icons.png') no-repeat 0 -100px;
}
span.show-icon.icon-next {
  background: url('../image/icons.png') no-repeat 0 -125px;
}
span.show-icon.icon-back {
  background: url('../image/icons.png') no-repeat 0 -150px;
}

.input_container .input_holder_checkbox .prettyradio label {
	margin-top: 0px;
}

.input_holder input {
	margin-top: 5px;
}

.badge_container {
		
}
.badge_container .badge_image {
	border: 1px solid #8291B4;
	width: 430px;
	height: 189px;
}
.badge_container .fade_text {
	color: #8291B4;	
}
.badge_container .fade_text:hover {
	border-bottom: 1px solid #8291B4;
	
}


.bre_share_container {
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
}

.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.bre_share_twitter {
    background: url(images/twitter.svg) no-repeat center center transparent;
}

.bre_share_container .bre_share_link.bre_share_facebook {
    background: url(images/facebook.svg) no-repeat center center transparent;
}

.bre_share_container .bre_share_link.bre_share_linked_in {
    background: url(images/linked_in.svg) no-repeat center center transparent;
}

.bre_share_container label {
    vertical-align: bottom;
    line-height: 2.5em;
}
