@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?57514654');
  src: url('font/fontello.eot?57514654#iefix') format('embedded-opentype'),
       url('font/fontello.woff?57514654') format('woff'),
       url('font/fontello.ttf?57514654') format('truetype'),
       url('font/fontello.svg?57514654#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
a,b,body,div,h1,h2,h3,h4,h5,h6,html,i,img,li,ol,p,span,table,tbody,td,tfoot,th,thead,tr,u,ul{border: 0;margin: 0;padding: 0;}
html,body{ height:100%;}
body{
  width:100%;
  max-width: 1400px;
  margin: 0 auto;
  background-color: #ebebeb;
  color:#373737;
  font-family: "freight-sans-pro", Sans-Serif;
  font-size:16px;
  font-weight:500;
}
/* 
 "freight-sans-pro" 
 weights are: 
 light / 300 (headlines only)
 medium / 500 (default body text)
 bold / 700 (only when they click the BOLD button in the cms editor).
*/
p, ul:not(.nav) li, figcaption {
  margin-top: 1em;
  margin-bottom: 1.4em;
  line-height: 1.75em;
}
figure {
  margin: 1em 0;
}
figure img {
  max-width: 100%;
}
ul{
  margin-left: 50px;
}
strong {
  font-weight: 700;
}
/* headers */
h1, h2, h3 {
  margin-bottom: 0.5em;
	line-height: 120%;
	font-weight: 300;
  -webkit-font-smoothing: antialiased;	
}
h1 {font-size:2em;}
h2 {font-size:1.5em;}
h3 {font-size:1.2em;}
h4 {font-size:1.1em;}

/* HELPERS */
.hide {
  display: none;
}

/* admin fixes */
#bizango_sidepanel,
.bizango_preview {
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
}
.cke_widget_wrapper {
  max-width: 100%;
}

/* clearfix */
* {
  box-sizing: border-box;
}
.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.clear{ clear:both; }

.responsive-wrap {
	position: relative;
	padding-bottom: 56.2%;
	height: 0;
}
.responsive-wrap > *:first-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* tables */
.table-wrapper {
  overflow-x: scroll;
}
table {
  border-collapse: collapse;
}
.relative {
  position: relative;
}

/* required by CMS */
.help{
  padding:10px;background-color:#444;color:#eee;border:1px dotted #999;
}
.help p a{
  color:#ddd;text-decoration:underline;
}

/* links */
a{ 
  color: #144c85;
  text-decoration:none;
}
a:hover,
a:active,
a:focus {
    text-decoration:underline;
}

.button,
.button-container a,
.button-bottom a:last-child,
.button-bottom-col .col a:last-child,
.block-big_quote .block-big_quote__detail .bizango_content_prose a{
  display: inline-block;
  padding: 0.2em 1em;
  background-color: #93c846;
  border-radius: 8px;
  color: #ffffff;
  text-decoration:none;
}
.button-video {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.73); 
}
.button-video:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto 0.5em;
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #fff;
}
.button:hover,
.button:active,
.button:focus,
.button-container a:hover,
.button-container a:active,
.button-container a:focus,
.button-bottom a:last-child:hover,
.button-bottom a:last-child:active,
.button-bottom a:last-child:focus,
.button-bottom-col .col a:last-child:hover,
.button-bottom-col .col a:last-child:active,
.button-bottom-col .col a:last-child:focus {
  text-decoration: none;
}

.js .js-lightbox-slideshow {
  position: relative;
}
.js .js-lightbox-slideshow:after {
  content: '';
  position: absolute;
  bottom: 13px;
  right: 9px;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-image: url('/images/sites/boe/zoom.png');
}

/* images */
figure {
  margin: 1em 0;
}
img {
  max-width: 100%;
}

/* icons */
.icon {
  position: relative;
}
.icon:before {
  content: '';
  position: absolute;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-rss:before { content: '\e800'; } /* '' */
.icon-gplus:before { content: '\e801'; } /* '' */
.icon-linkedin:before { content: '\e802'; } /* '' */
.icon-twitter:before { content: '\e803'; } /* '' */
.icon-facebook:before { content: '\e804'; } /* '' */

/* superform */
#bizango_superform h4 {
  margin-bottom: 20px;
}
#bizango_superform .superform_field {
  width: 100%;
  margin-bottom: 10px;
  padding: 6px;
  border: 1px solid transparent;
  font-family: "freight-sans-pro", Sans-Serif;
  font-size: 16px;
  line-height: 18px;
  color: #222;
}
#bizango_superform #superform_submit {
  float: right;
  padding: 10px 20px;
  border: 1px solid transparent;
  font-size: 1em;
  cursor: pointer;
}
#bizango_superform label.error {  
  display: block;
  color: red; 
  margin-bottom: 20px;
  padding-left: .5em; 
  vertical-align: top;
}
#bizango_superform td {
  padding-bottom: 10px;
  vertical-align: top;
}
#bizango_superform tr td:first-child {
  padding-right: 10px;
}
#bizango_superform tr td:last-child {
  padding-right: 0;
}

/* hero & background image defaults */
.hero_frame {
  position: relative;
  overflow: hidden;
}
.bg-img,
.block-hero_video__page_video_screen {
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  width: 100%;  
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

/* BLOCKS -- SITE SPECIFIC OVERRIDES ARE ELSEWHERE IN THIS FILE */
.block {
  position: relative;
  padding: 2em 0;
}
.block.bind-below {
  padding-bottom: 1em;
}
.block.bind-above {
  padding-top: 1em;
}
.block .col {
  margin-bottom: 2em;
}
.block .col:last-child {
  margin-bottom: 0;
}
.block p:last-child,
.block .col p:last-child {
  margin-bottom: 0;
}
.block.content-two-col .bizango_cms_content {
  -webkit-columns: 2 250px;
  -moz-columns: 2 250px;
  columns: 2 250px;
}
.block.content-two-col .bizango_cms_content > *:first-child {
  margin-top: 0;
}

.block-hero_video__page_video_screen {
  display: none;
  z-index: 100;
  background-color: #000;
}
.block-hero_video__button-close-video {
  position: absolute;
  z-index: 20;
  opacity: 1;
  bottom: 0;
  color: #fff;
  text-align: center;
  width: 100%;
  cursor: pointer;
}

/* BIZANGO PAGE LAYOUT STRUCTURE */
.page_body{
  position: relative;
}
.page_frame{
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 5%;
}

/* MAIN NAV */
.nav_frame .page_frame {
  padding: 0;
}
.nav {
  list-style-type: none;
  margin-left: 0;
}
.main-nav li {
  margin: 0;
  background:#144c85; /* #254984; */
}
.main-nav li:hover a {
  text-decoration: none;
}
.nav .dropdown-nav li {
  background-color: #fff; /* #ebebeb; */
}
.nav-wrapper {
  position: absolute;
  width: 100%;
  z-index: 100;
}
.nav-wrapper li.nav_home {
  position: relative;
}
.nav_home img {
  max-height: 17px;
}
.nav-wrapper li .icon-hamburger {
  position: absolute;
  top: 7px;
  right: 7px;
  padding: 0 0.3em;
  color: #fff;
  cursor: pointer;
}
.nav-wrapper li:not(.nav_home) {
  text-align: center;
  border-top: 1px solid #fff;
}
.js .nav-wrapper li:not(.nav_home) {
  display: none;
}
.nav-wrapper li a {
  display: block;
  padding: 0.5em 1em;
}
.main-nav > li > a {
  color: #ffffff;
}
.sub-nav > li > a,
.dropdown-nav > li > a {
  color: #254984;
}

/* SUB NAV */
.subnav_frame {
  background-color: #ebebeb;
  text-align: right;
}
.subnav_frame li {
  display: inline-block;
}
.subnav_frame li a {
  display: inline-block;
  padding: 0.7em 20px;  
}
.subnav_frame li a.current,
.subnav_frame li a:hover,
.subnav_frame li a:active,
.subnav_frame li a:focus {
  background-color: #fff;
  text-decoration: none;
}

/* ANCHOR NAV */
.anchor-nav {
  background-color: #d5eeff;
  box-shadow: 1px 2px 0px 0px rgba(34, 34, 34, 0.2);
}
.anchor-nav .page_frame {
  padding: 0;
}
.anchor-nav ul {
  margin-left: 0;
  list-style-type: none;
}
.anchor-nav ul li {
  margin: 0;
}
.anchor-nav ul li a {
  display: block;
  padding: 1em 5%;
}
.anchor-nav ul li:first-child a,
.anchor-nav ul li a:hover,
.anchor-nav ul li a:active,
.anchor-nav ul li a:focus {
  background-color: #93c846;
  color: #fff;
  text-decoration: none;
}

/* SERVICES NAV */
.services-nav {
  padding: 1em 0;
  background-color: #f9f9f9;
  text-align: right;
}

/* FOOTER */
#bizango{ width:180px;height:12px;padding-bottom:30px;font-size:10px;display:block;margin:2em auto 25px;    background-image:url("/images/sites/bizangowhite.png");background-repeat:no-repeat;background-position:center bottom; opacity:0.6;
}
.footer-nav {
  margin: 1em 0;
  text-align: center;
}
.footer-nav li {
  margin-bottom: 0.5em;
}
.social-nav {
  margin: 30px 0;
  text-align: center;
}
.social-nav li {
  display: inline-block;
  margin-right: 12px;
}
.social-nav li:last-child {
  margin-right: 0;
}
.social-nav a {
  padding: 5px;
  background-color: #fff;
  border-radius: 15px;
  font-size: 15px;
  color: #144c85;
}
.social-nav a:hover,
.social-nav a:active,
.social-nav a:focus {
  text-decoration: none;
  box-shadow: inset 0 0 5px 0px #144c85;
}

/* SITE-SPECIFIC BLOCK & MOD. CLASSES OVERRIDES */
.block h2 {
  font-size: 2em;
}
.block h4 {
  font-size: 1.2em;
  font-weight: 500; 
}
.block.half-width .bizango_cms_content {
  max-width: 596px;
  margin: 0 auto;
}
.block.three-quarters-width .bizango_cms_content {
  max-width: 763px;
  margin: 0 auto;
}
.block.push-left h1, 
.block.push-left h2, 
.block.push-left h3, 
.block.push-left h4 {
  max-width: 537px;
  line-height: 1em;
}
.block.push-left h3 { 
  font-size: 1.5em;
}
.block-hero_video__content {
  max-width: 476px;
}
.block-hero_video__button-video-container {
  margin: 1em 0 0;
}
.block-big_quote {
  background-color: #373737;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-image: url('/images/sites/boe/quote-blue@50.jpg');
  color: #ffffff;
}
.block-big_quote__the_quote,
.block-big_quote__attribution {
  max-width: 600px;
}
.block-big_quote.west-antelope {
  background-image: url('/images/sites/boe/quote-bg-antelope@50.jpg');
}
.block-big_quote.rei {
  background-image: url('/images/sites/boe/quote-bg-rei@50.jpg');
}
.block-big_quote.atlas {
  background-image: url('/images/sites/boe/quote-bg-atlas@50.jpg');
}
.block-big_quote.engineering {
  background-image: url('/images/sites/boe/quote-engineering@50.jpg');
}
.block-big_quote__the_quote h3,
.block-big_quote__the_quote h4,
.block-big_quote__the_quote p {
  margin: 0;
}
.block-big_quote__the_quote h3 {
  font-size: 2em;
}
.block-big_quote__the_quote h4 {
  font-size: 1.5em;
}
.block-big_quote__the_quote p,
.block-big_quote__attribution p {
  font-size: 1.2em;
}
.block-big_quote__attribution p {
  line-height: 1.125em;
}
.block-big_quote.west-antelope .block-big_quote__attribution .bizango_cms_content {
  max-width: 522px;
  padding-bottom: 32px;
  background-image: url('/images/sites/boe/canadian-solar.png');
  background-repeat: no-repeat;
  background-position: bottom right;
}
.block-big_quote.rei .block-big_quote__the_quote {
  max-width: none;
}
.block-big_quote.rei .block-big_quote__attribution {
  max-width: 933px;
}
.block-big_quote.rei .block-big_quote__attribution .bizango_cms_content {
  padding-top: 9px;
}
.block-big_quote.atlas .block-big_quote__the_quote {
  max-width: 515px;
}
.block-big_quote.atlas .block-big_quote__attribution {
  max-width: 525px;
  margin-top: 47px;
  text-align: right;
}
.block-big_quote__detail {
  margin-top: 20px;
  font-size: 1.125em;
}
.block-big_quote.west-antelope .block-big_quote__detail {
  margin-top: 28px;
}
.block-big_quote__detail .bizango_cms_content {
  float: right;
  padding-top: 20px;
  border-top: 1px solid #fff;
  font-size: 0;
}
.block-big_quote__detail .bizango_cms_content > * {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  font-size: 18px;
  
}
.block-big_quote__detail .bizango_cms_content > *:first-child:not(.bizango_chrome) {
  padding-right: 15%;
}
.block-big_quote__detail .bizango_cms_content > *:last-child {
  margin-top: 5px;
}
.block.with-graphics .col {
  padding-top: 147px;
  background-repeat: no-repeat;
  background-position: top center;  
  text-align: center;
}
.block.with-graphics .col-1 {
  background-image: url('/images/sites/boe/home-graphic-1.png');
}
.block.with-graphics .col-2 {
  padding-top: 167px;
  background-image: url('/images/sites/boe/home-graphic-2.png');
}
.block.with-graphics .col-3 {
  background-image: url('/images/sites/boe/home-graphic-3.png');
}
.block.with-graphics .col p:first-child {
  margin: 7px 0 0 0;
  line-height: 1.45em
}
.block.with-graphics .col p:last-child {
  margin-top: 5px;
}

.special-subitem .bizango_cms_content {
  min-height: 147px; /* size of bg img */
  padding-left: 90px;
}

.block.block-portfolio_archive {
  padding: 0;
}

.block-portfolio_item {
  padding-top: 3.7em;
  background-color: #fdfdfd;
}
.block-portfolio_item:nth-child(even) {
  background-color: #f9f9f9;
}
.block-portfolio_item .button-bottom {
  text-align: right;
}
.block-portfolio_item__iconized-list {
  margin: 0;
  list-style-type: none;
}
ul.block-portfolio_item__iconized-list li {
  display: inline-block;
  margin: 0.5em 32px 0.5em 0;
  padding-left: 24px;
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 14px 21px;
}
.block-portfolio_item__iconized-list li:last-child {
  margin-right: 0;
}
.block-portfolio_item__iconized-list li.biz-icon-location {
  background-image: url('/images/sites/boe/icon-biz-location.png');
}
.block-portfolio_item__iconized-list li.biz-icon-energy {
  background-image: url('/images/sites/boe/icon-biz-energy.png');
}
.block-portfolio_item__iconized-list li.biz-icon-utility {
  background-image: url('/images/sites/boe/icon-biz-utility.png');
}
.block-portfolio_item .js-lightbox-slideshow .portfolio_item_image {
  margin: 30px 0;
}
.block-portfolio_item .js-lightbox-slideshow:first-child .portfolio_item_image {
  margin: 0;
}

.block-portfolio_item__tags {
  margin: 0;
  list-style-type: none;
  text-align: right;
}
.block-portfolio_item .block-portfolio_item__tags li {
  display: inline-block;
  margin: 10px 15px 0 0;
}
.block-portfolio_item__tags li:first-child:before {
  content: "See More:";
  margin-right: 17px;
}
.block-portfolio_item__tags li:last-child {
  margin-right: 0;
}
.block-portfolio_item__tags .button {
  padding: 0 1.7em;
  background-color: #ebebeb;
  border-radius: 16px;
  color: #144c85;
}
.block.case-study {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.block-assets {
  background-color: #6e96bd;
  text-align: center;
}
.block-assets li {
  display: inline-block;
  margin-right: 36px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center left;
  list-style-type: none;
}
.block-assets li {
  background-image: url('/images/sites/boe/pdf-boe-soq.png');  
}
.block-assets li:first-child {
  background-image: url('/images/sites/boe/pdf-boe-overview.png');  
}
.block-assets li:last-child {
  margin-right: 0;
}
.block-assets li a {
  display: inline-block;
  padding: 28px 0 28px 83px;
  color: #fff;
}
.block-assets-alt__title {
  margin-right: 10px;
}
.block-related {
  background-image: url('/images/sites/boe/bg-related@50.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: #fff;
}
.block-related h2 {
  text-align: center;
}
.block-related h2:after {
  content: '...';
}
.block-related .col-1 {
  float: left;
  width: 45%;
  margin-right: 5%;
  text-align: right;
}
.block-related .circlefied {
  width: 112px;
  height: 112px;
  border-radius: 56px;
  background-repeat: no-repeat;
  background-size: cover;  
}
.block-related .block-related__item-blog_name {
  font-size: 1.125em;
  text-transform: uppercase;
}
.block-related__item-read_more_link {
  margin-top: 0;
  text-align: right;
}
.block-related__item-read_more_link a {
  color: #93c846;
}
.block-personnel .bizango_content_rich1 p {
  margin-top: 0;
}
.block-personnel .circlefied {
  width: 147px;
  height: 147px;
  border-radius: 74px;
}

.block-two-column-one-image .col-1 {
  float: left;
}
.block-two-column-one-image .circlefied {
  width: 74px;
  height: 74px;
  border-radius: 37px;
  background-repeat: no-repeat;
  background-size: cover;
}

.block-hero__salesperson {
  max-width: 300px;
}
.block-hero__salesperson .relative {
  min-height: 106px;
  margin-top: 10px;
  margin-left: 53px;
  padding: 0 10px 0 63px;
  background-color: #fff;
}
.block-hero__salesperson .salesperson-image {
  position: absolute;
  left: -53px;
}
.block-hero__salesperson .circlefied {
  width: 106px;
  height: 106px;
  border-radius: 53px;
  border: 4px solid #fff;
}
.block-hero__salesperson .bizango_content_data1 {
  padding: 8px 0 6px;
  font-size: 1.1em;
  line-height: 1;
  color: #0f4b87 !important;
}
.block-hero__salesperson .bizango_content_data2 {
  padding-bottom: 2px;
  color: #3e3e3e !important;
}
.block-hero__salesperson .-icon-phone {
  display: inline-block;
  max-width: 13px;
  margin-right: 6px;
}
.block-hero__salesperson .bizango_content_data3 {
  display: inline-block;
  font-weight: 300;
  color: #373737 !important;
}
.block-hero__salesperson .bizango_image_controls {
  display: block;
}

.block-footer {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-image: url('/images/sites/boe/footer-bg@50.jpg');
  color: #ffffff;
}
.block-footer h1,
.block-footer h2,
.block-footer h3,
.block-footer h4 {
  font-family: "freight-sans-pro", Sans-Serif;
  font-weight: 500;
}
.block-footer h1 {font-size:2em;}
.block-footer h2 {font-size:1.5em;}
.block-footer h3 {font-size:1.2em;}
.block-footer h4 {font-size:1.1em;}

.logo-first-col .col-1 {
  padding-left: 29.46593002%;
  background-image: url('/images/sites/boe/logo-circle-transparent.png');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 26.33517495%;
}
.block:not(.block-footer).button-bottom p:last-child,
.block:not(.block-footer).button-bottom-col .col p:last-child {
  text-align: right;
}
.block-footer.button-bottom p:last-child,
.block-footer.button-bottom-col .col p:last-child {
  text-align: center;
}
/* SITE-SPECIFIC STYLES */
.hero_frame .page_frame {
  padding-top: 20px;
}
.button-video-words {
  font-size: .922em;  
}
.footer {
  background-color: #144c85;
  color: #ffffff;
}
.footer-nav a,
.plug a {
  color: #ffffff;
}
.copyright,
.plug {
  text-align: center;
}
.plug {
  padding-bottom: 1em;
}

/* PAGE- & TEMPLATE-SPECIFIC BLOCK OVERRIDES */
.body_home .block-1 .bizango_cms_content > *:first-child:not(.bizango_chrome) {
  margin-right: 28px;
}
.template_services .block-hero__content,
.body_services .block-hero__content,
.body_company .block-hero__content {
  max-width: 515px;
}
/* 
.template_services .block.half-width .bizango_cms_content {
  max-width: 596px;
  margin: 0 auto;
}
.template_services .block.three-quarters-width .bizango_cms_content {
  max-width: 763px;
  margin: 0 auto;
}
.template_services .block.lighter-gray,
.template_services .block.lighter-gray {
  background-color: #f9f9f9;
}
.template_services .block.push-left h1, 
.template_services .block.push-left h2, 
.template_services .block.push-left h3, 
.template_services .block.push-left h4 {
  max-width: 537px;
  line-height: 1em;
}
.template_services .block.push-left h3 { 
  font-size: 1.5em;
}
 */
.block.title {
  background-color: #f9f9f9;
  text-align: center;
  color: #373737;
}
.block.title h1, 
.block.title h2, 
.block.title h3, 
.block.title h4 {
  margin: 0;
}
.block.introduction {
  padding: 2.4em 0 2.8em;
  background-color: #fff;
}
.block.introduction a {
  color: #89bb41;
}

.block.lighter-gray,
.block.lighter-gray {
  background-color: #f9f9f9;
}
.block.darker-gray,
.block.darker-gray {
  background-color: #ebebeb;
}
.block.white,
.block.white {
  background-color: #ffffff;
}




.block.long-island {
  background-image: url('/images/sites/boe/case-study-bg-long-island@50.jpg');
}
.block.long-island .bizango_cms_content {
  color: #fff;
}
.block.long-island .bizango_cms_content > * {
  max-width: 500px;
}
.block.long-island .bizango_cms_content > *:last-child {
  max-width: none;
  margin-top: 2.2em;
}
.body_portfolio .block-hero__content,
.template_portfolio .block-hero__content {
  margin-top: 70px;
  color: #fff;
}
.template_portfolio .block-hero__content {
  max-width: 700px;
}
.template_portfolio-main .block-hero__content a,
.template_portfolio .block-hero__content a {
  color: #fff;
}
.template_portfolio-main .bind-below {
  padding-bottom: 2.2em;
}
.template_portfolio-main .block-1 {
  padding-top: 3.5em;
}
.body_portfolio .block-hero__content {
  max-width: 840px;
}
.body_nothome .block-footer {
  text-align: center;
}
.body_nothome .block-footer .bizango_content_prose {
  margin-top: 87px;
}
.body_nothome .block-footer .button-container {
  margin: 20px 0 10px;
}
.body_nothome .block-footer .button-container a {
  padding: 0.6em 3.1em;
  font-size: 1.5em;
}
.body_nothome .block-footer .bizango_cms_content > * {
  margin: 0;
}
.body_nothome .block-footer .bizango_content_prose p {
  font-size: 1.3em;
}
.body_nothome .block-footer .bizango_content_rich2 p {
  font-size: 1.2em;
}
.body_nothome .block-footer .bizango_content_rich2 a {
  color: #fff;
}
.body_nothome .block-footer .logo-circle-and-type {
  margin: 46px 0 35px;
}
.body_nothome .block-footer .logo-circle,
.body_nothome .block-footer .logo-type {
  vertical-align: middle;
}
.body_nothome .block-footer .logo-circle {
  max-width: 109px;
  margin-right: 29px;
}
.body_nothome .block-footer .logo-type {
  max-width: 307px;
}

/* PAGE-SPECIFIC STYLES */
.hero_frame p {
  margin: 7px 0 0 0;
}
.body_home .hero_frame .bg-img {
  background-image: url('/images/sites/boe/hero-home@50.jpg');
  background-position: top left;
}
.body_home .block-footer .logo-and-text {
  padding-left: 30.0304878%;
  background-image: url('/images/sites/boe/logo-circle.png');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 24.69512195%;
}
.template_services .hero_frame .bg-img {
  background-color: #373737;
}
.template_services .hero_frame .bizango_cms_content,
.body_services .hero_frame .bizango_cms_content,
.body_company .hero_frame .bizango_cms_content, 
.body_press .hero_frame .bizango_cms_content, 
.body_industries .hero_frame .bizango_cms_content, 
.body_contact .hero_frame .bizango_cms_content, 
.body_careers .hero_frame .bizango_cms_content {
  color: #fff;
}
.body_press .hero_frame .bizango_cms_content{
	padding-top:250px;
}
.template_services .hero_frame p,
.body_company .hero_frame p {
  margin: 1em 0 1.4em;
  font-size: 1.1em;
}
.body_design .hero_frame p {
  color: #373737;
}
.body_portfolio .hero_frame .bg-img {
  background-image: url('/images/sites/boe/hero-portfolio-main@50.jpg');
  background-position: bottom left;
}
.body_portfolio .hero_frame .case-studies-individual .bg-img {
  background-image: url('/images/sites/boe/hero-casestudy-individual@50.jpg');  
}
.body_public-sector .hero_frame .bg-img {
  background-image: url('/images/sites/boe/hero-portfolio-publicsector@50.jpg');
  background-position: bottom center;
}
.body_carports .hero_frame .bg-img {
  background-image: url('/images/sites/boe/hero-portfolio-carports@50.jpg');
  background-position: bottom center;
}
.body_commercial .hero_frame .bg-img {
  background-image: url('/images/sites/boe/hero-portfolio-commercial@50.jpg');
  background-position: bottom center;
}
.body_ground .hero_frame .bg-img {
  background-image: url('/images/sites/boe/hero-portfolio-groundmount@50.jpg');
  background-position: bottom center;
}
.body_rooftop .hero_frame .bg-img {
  background-image: url('/images/sites/boe/hero-portfolio-rooftop@50.jpg');
  background-position: bottom center;
}
.body_utility .hero_frame .bg-img {
  background-image: url('/images/sites/boe/hero-portfolio-utilityscale@50.jpg');
  background-position: bottom center;
}
.body_design .hero_frame .bg-img {
  background-image: url('/images/sites/boe/hero-services-design@50.jpg');
  background-position: top left;
}
.body_build .hero_frame .bg-img {
  background-image: url('/images/sites/boe/hero-services-build@50.jpg');
  background-position: bottom center;
}
.body_maintain .hero_frame .bg-img {
  background-image: url('/images/sites/boe/hero-maintain@50.jpg');
  background-position: bottom center;
}
.body_engineering .hero_frame .bg-img {
  background-image: url('/images/sites/boe/hero-services-engineering@50.jpg');
  background-position: bottom center;
}
.body_company .hero_frame .bg-img {
  background-image: url('/images/sites/boe/hero-company.jpg');
  background-position: bottom center;
}
.body_contact .hero_frame .bg-img {
  background-image: url('/images/sites/boe/hero-rainbow.jpg');
  background-position: bottom center;
}
.body_careers .hero_frame .bg-img {
  background-image: url('/images/sites/boe/hero-careers.jpg');
  background-position: bottom center;
}
.body_services .hero_frame .bg-img {
  background-image: url('/images/sites/boe/hero-services@50.jpg');
  background-position: bottom center;
}
.body_case-studies .hero_frame .bg-img {
  background-image: url('/images/sites/boe/hero-casestudies@50.jpg');
  background-position: bottom center;
}
.body_blog .hero_frame .bg-img {
  background-image: url('/images/sites/boe/hero-insights@50.jpg');
  background-position: bottom center;
}
.body_industries .hero_frame .bg-img {
  background-image: url('/images/sites/boe/hero-portfolio-industries@50.jpg');
  background-position: bottom center;
}
.body_agriculture .hero_frame .bg-img {
  background-image: url('/images/sites/boe/hero-portfolio-agriculture@50.jpg');
  background-position: bottom center;
}
.body_industrial .hero_frame .bg-img {
  background-image: url('/images/sites/boe/hero-portfolio-industrial@50.jpg');
  background-position: bottom center;
}
.body_water .hero_frame .bg-img {
  background-image: url('/images/sites/boe/hero-portfolio-watertreatment@50.jpg');
  background-position: bottom center;
}
/* HERO HEIGHT */
.body_company .hero_frame .block{min-height:270px}
.body_contact .hero_frame .block{padding-top:300px}

/* blog */
.blog_title.blog_title.blog_title h1 {
  font-size: 2em;
  font-weight: 300;
}
.blog_content p,
.blog_post_content.blog_post_content p {
  font-size: inherit;
}
.blog_post_content img {
  margin: 10px;
}
.blog_post_content .alignleft,
.blog_post_content .alignright {
  width: 33.3%;
  margin: 20px;
}
.blog_post_content .alignleft {
  float: left;
  margin-left: 0;
}
.blog_post_content .alignright {
  float: right;
  margin-right: 0;
}
.blog_post_content .caption a {
  display: block;
}
.blog_post_content li {
  font-size: 1.1666666667em;
}
.blog_post_content img {
  height: auto;
}
.icon-angle-circled-right:before {
  font-family: "fontello-blog";
}

@media only screen and (min-width: 600px){

	/* BIG QUOTE */
  .block-big_quote {
    background-image: url('/images/sites/boe/quote-blue.jpg');
  }
  .block-big_quote.west-antelope {
    padding-top: 81px;
    background-image: url('/images/sites/boe/quote-bg-antelope.jpg');
  }
  .block-big_quote.blue2 {
    padding-top: 81px;
    background-image: url('/images/sites/boe/quote-blue2.jpg');
  }
  .block-big_quote.rei {
    background-image: url('/images/sites/boe/quote-bg-rei.jpg');
  }
  .block-big_quote.engineering {
    background-image: url('/images/sites/boe/quote-engineering.jpg');
  }  
  .block-big_quote.rei .block-big_quote__detail {
    margin-top: 272px;
  }
  .block-big_quote.atlas {
    padding-top: 3.8em;
    background-image: url('/images/sites/boe/quote-bg-atlas.jpg');
  }  
  
  
	.block-big_quote.companyquote_construction {
	  background-image: url('/images/sites/boe/quote-construction.jpg');
	  min-height:700px;
	}
	.block-big_quote.companyquote_construction .the_quote{
		margin-left:300px;max-width:700px;
	}
	/* Hide all extra fields, this is a simplequote. */
	.block-big_quote.companyquote_construction .detail{
		display:none;
	}
	
	
	.block-big_quote.quote_firstsolar {
	  background-image: url('/images/sites/boe/quote-fortinet.jpg');
	  min-height:700px;
	}
	.block-big_quote.quote_firstsolar .the_quote{
		margin-top:100px;max-width:500px;
	}
	/* Hide just the case studies link */
	.block-big_quote.quote_firstsolar .block-big_quote__detail{
	}
	/* move case studies left */
	.block-big_quote.quote_firstsolar .block-big_quote__detail .bizango_cms_content{
		float:none;border:none;
	}
	
	
  .block-big_quote.fields {
    background-image: url('/images/sites/boe/quote-fields.jpg');
    padding-bottom:300px;
  }  
	.block-big_quote.fields .the_quote{
		max-width:800px;
	}

	
	
	.block-big_quote.quote_rei2 {
	  background-image: url('/images/sites/boe/quote-rei.jpg');
	  min-height:700px;
	}
	.block-big_quote.quote_rei2 .the_quote{
		max-width:400px;
	}
	/* Hide just the case studies link */
	.block-big_quote.quote_rei2 .block-big_quote__detail{
	}
	/* move case studies left */
	.block-big_quote.quote_rei2 .block-big_quote__detail .bizango_cms_content{
		float:none;border:none;
	}
	
	
	
	
	
  .block-footer {
    background-image: url('/images/sites/boe/footer-bg.jpg');
  } 
  
  .block.long-island {
    padding: 3.6em 0 5em;
    background-image: url('/images/sites/boe/case-study-bg-long-island.jpg');
  }
/* 
  .body_portfolio .block-hero__content,
  .template_portfolio .block-hero__content {
    margin-top: 226px;
  }
 */
  .body_portfolio .case-studies-individual .block-hero__content {
    margin-top: 70px;
  }  
  .hero_frame .bg-img.bg-img.bg-img {
    background-position: bottom center;
  }
  .body_home .hero_frame .bg-img {
    background-image: url('/images/sites/boe/hero-home.jpg');
  }
  .body_portfolio .hero_frame .bg-img {
    background-image: url('/images/sites/boe/hero-portfolio-main.jpg');
  }
  .body_portfolio .hero_frame .case-studies-individual .bg-img {
    background-image: url('/images/sites/boe/hero-casestudy-individual.jpg');  
  }
  .body_public-sector .hero_frame .bg-img {
    background-image: url('/images/sites/boe/hero-portfolio-publicsector.jpg');
  }
  .body_carports .hero_frame .bg-img {
    background-image: url('/images/sites/boe/hero-portfolio-carports.jpg');
  }
  .body_commercial .hero_frame .bg-img {
    background-image: url('/images/sites/boe/hero-portfolio-commercial.jpg');
  }
  .body_ground .hero_frame .bg-img {
    background-image: url('/images/sites/boe/hero-portfolio-groundmount.jpg');
  }
  .body_rooftop .hero_frame .bg-img {
    background-image: url('/images/sites/boe/hero-portfolio-rooftop.jpg');
  }
  .body_utility .hero_frame .bg-img {
    background-image: url('/images/sites/boe/hero-portfolio-utilityscale.jpg');
  }
  .body_design .hero_frame .bg-img {
    background-image: url('/images/sites/boe/hero-services-design.jpg');
  }
  .body_build .hero_frame .bg-img {
    background-image: url('/images/sites/boe/hero-services-build.jpg');
  }
  .body_maintain .hero_frame .bg-img {
    background-image: url('/images/sites/boe/hero-maintain.jpg');
    background-position: 70% center !important;
  }  
  .body_engineering .hero_frame .bg-img {
    background-image: url('/images/sites/boe/hero-services-engineering.jpg');
  }    
  .body_company .hero_frame .bg-img,
  .body_careers .hero_frame .bg-img {
    background-image: url('/images/sites/boe/hero-company.jpg');
    background-position: bottom center;
  }
.body_press .hero_frame .bg-img{
  background-image: url('/images/sites/boe/hero-press.jpg');
  background-position: bottom center;
}

  .body_careers .hero_frame .bg-img {
    background-image: url('/images/sites/boe/hero-careers.jpg');
    background-position: top center;/* THIS DOES NOTHING!!!!! ZZZ */
  }
  .body_services .hero_frame .bg-img {
    background-image: url('/images/sites/boe/hero-services.jpg');
    background-position: bottom center;
  }
  .body_case-studies .hero_frame .bg-img {
    background-image: url('/images/sites/boe/hero-casestudies.jpg');
    background-position: bottom center;
  }
  .body_blog .hero_frame .bg-img , .body_tech-talks .hero_frame .bg-img {
    background-image: url('/images/sites/boe/hero-insights.jpg');
    background-position: bottom center;
  }
  .body_industries .hero_frame .bg-img{
    background-image: url('/images/sites/boe/hero-industries.jpg');
    background-position: 50% 50% !important; /* zzz */
  }
  .body_industrial .hero_frame .bg-img, .body_industrial .hero_frame .bg-img.bg-img.bg-img{
    background-image: url('/images/sites/boe/hero-portfolio-industrial.jpg');
    background-position: 50% 50% !important; /* zzz */
  }
  .body_agriculture .hero_frame .bg-img {
    background-image: url('/images/sites/boe/hero-portfolio-agriculture.jpg');
    background-position: bottom center;
  }
  .body_industrial .hero_frame .bg-img {
    background-image: url('/images/sites/boe/hero-portfolio-industrial.jpg');
    background-position: bottom center;
  }
  .body_water .hero_frame .bg-img {
    background-image: url('/images/sites/boe/hero-portfolio-watertreatment.jpg');
    background-position: bottom center;
  }
  .body_company .hero_frame .block{min-height:540px}

  
  .block-related__item {
    max-width: 668px;
    margin: 30px auto 0;
  }
  .block-related .col-1,
  .block-related .col-2,
  .block-related .col-3 {
    float: left;
  }
  .block-related .col-1 {
    width: 16.5%;
    margin-right: 5%;
  }
  .block-related .col-2 {
    width: 18.5%;
  }
  .block-related .col-3 {
    width: 55%;
    margin-left: 5%;
  }
  
  .block-personnel .col-1,
  .block-personnel .col-2 {
    display: inline-block;
    vertical-align: top;
  }
  .block-personnel .col-1 {
    margin-right: 20px;
  }
  .block-personnel .col-2 {
    width: 68%;
  }
  
  .block-superform .col-1,
  .block-superform .col-2 {
    float: left;
  }
  .block-superform .col {
    width: 48.5%;
    margin-left: 3%;
  }
  .block-superform form .col:first-child {
    margin-left: 0;
  }
    
}
  
@media only screen and (min-width: 700px){

  .mobile-only {
    display: none;
  }
  .page_frame {
    padding: 0 2%;
  }
  .hero_frame .page_frame {
    padding: 0 2%;
  }
  .bg-img.js-parallax {
    top: -14%; /* assumes bg postion bottom */
    height: 114%;
  }
  .button-video {
    position: relative;
    width: 116px;
    height: 78px;
    padding: 26px 0;
    margin-bottom: 22px;
  }
  .button-video-words {
    position: absolute;
    bottom: -22px;
    left: 0;
    white-space: nowrap;
  }
  
  .block {
    padding: 3em 0;
  }
  .block-two_column .col,
  .block.two_column .col,
  .block-three_column .col,
  .block.three_column .col {
    float: left;
  }
  .block-two_column .col,
  .block.two_column .col {
    width: 47.5%;
    margin-right: 5%;
  }
  .block-three_column .col,
  .block.three_column .col {
    width: 30%;
    margin-right: 3.3%;
  }
  .block-two_column .col:last-child,
  .block.two_column .col:last-child,
  .block-three_column .col:last-child,
  .block.three_column .col:last-child {
    margin-right: 0;
  }
  .block.inline-elements .bizango_cms_content > * {
    display: inline-block;
  }
  
  .nav_frame {
    background: #144c85;
  }
  .nav-wrapper {
    position: static;
    width: 96%;
    margin: 0 auto;
  }
  .js .nav-wrapper.nav-wrapper li {
    position: relative;
    display: inline-block;
  }
  .nav-wrapper.nav-wrapper li {
    border: none;
  }
  .nav li {
    background: transparent;
  }
  .nav-wrapper .main-nav {
    text-align: right;
  }
  
  .nav-wrapper .main-nav li a,
  .nav-wrapper .sub-nav li a {
    padding: 1em 9px;
  }
  .nav-wrapper .main-nav .dropdown-nav li a {
    padding: 0.4em 18px;
  }
  .nav-wrapper .main-nav > li:last-child a {
    padding-right: 1px;
  }
  .nav-wrapper .main-nav li.nav_home {
    float: left;
  }
  .nav-wrapper .main-nav li.nav_home a {
    padding: 1em 1em 1em 0;
  }
  .dropdown-nav {
    position: absolute;
    left: -9999px;
    z-index: 100;
    min-width: 100px;
    background: #000; 
  }
  .dropdown-nav:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
  }
  .js .nav-wrapper.nav-wrapper .dropdown-nav li {
    display: block;
    padding-top: 1px;
    text-align: left;
  }
  .dropdown-nav li a {
    white-space: nowrap;
  }
  .main-nav li:hover .dropdown-nav {
    left: 0;
  }
  .main-nav li:hover .dropdown-nav a { 
    text-decoration: none;
  }
  .main-nav li:hover .dropdown-nav li a:hover {
    background: #144c85;
    color: #ebebeb;
  }    
  .main-nav .triangle {
    position: relative;
  }
  .main-nav .triangle:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ebebeb transparent;
  }
  .block h1 {
    font-size: 4em;
  }
  .block h2 {
    font-size: 3em;
  }
  .block h4 {
    font-size: 1.5em;
    font-weight: 500; 
  }

  .block-hero_video__button-video-container {
    margin-top: 45px;
  }

  .logo-first-col .col-1 {
    float: left;
    width: 55%;
    margin-right: 0;
    padding-left: 18%;
  }
  .logo-first-col .col-2 {
    float: right;
    width: 41.5%
  }
    
  .block-big_quote__the_quote h3 {
    font-size: 3em;
  }
  .block-big_quote__the_quote h4 {
    font-size: 2em;
  }
  .block-big_quote__the_quote p,
  .block-big_quote__attribution p {
    font-size: 1.6em;
  }
  .block-big_quote__detail .bizango_cms_content {
    white-space: nowrap;
  }
  
  .block.with-graphics .col {
    padding-top: 167px;
  }
  .block.with-graphics .col-1,
  .block.with-graphics .col-3 {
    background-position-y: 20px;
  }
  
  .special-subitem .bizango_cms_content {
    padding-left: 185px;
    background-size: auto;
  }
  .special-subitem .bizango_cms_content > * {
    width: 59.2%;
  }
  .special-subitem .bizango_cms_content > .bizango_control.bizango_cms_pencil {
    width: 32px;
  }
  .special-subitem .bizango_cms_content > h1,
  .special-subitem .bizango_cms_content > h2,
  .special-subitem .bizango_cms_content > h3,
  .special-subitem .bizango_cms_content > h4 {
    display: block;
    width: 100%;
    margin-top: -5px;
  }
  .special-subitem .bizango_cms_content > p {
    float: left;
    margin-top: 8px;
  }
  .special-subitem .bizango_cms_content > *:last-child {
    float: right;
    width: auto;
    vertical-align: top;
  } 
  
  .block-portfolio_item .col-1 {
    float: right;
    margin-top: -11px;
  }
  .block-portfolio_item .col-2 {
    float: left;
  }
  .block-portfolio_item .col {
    width: 48.5%;
    margin-right: 3%;
  }
  .block-portfolio_item .col:first-child {
    margin-right: 0;
  }
  .block-portfolio_item .bizango_content_prose p {
    margin: 0 0 0.5em;
  }
  
  .block-two-column-one-image .col-1 {
    margin-bottom: 0;
  }
  .block-two-column-one-image .circlefied {
    width: 147px;
    height: 147px;
    border-radius: 74px;
  }  

  .body_home .block-hero_video {
    padding-bottom: 2.5em;
  }
  .body_home .block-1 {
    padding: 2.5em 0 0;
  }
  .body_home .block-2 {
    padding-bottom: 0.7em;
  }
  .body_home .block-2 .col p:first-child {
    margin-top: 7px;
  }
  .body_home .block-4 {
    padding-top: 3.8em;
  }
  .body_home .block-4 .bizango_cms_content {
    max-width: 615px;
    margin: 0 auto;
    text-align: center;
  }
  .body_home .block-4 .bizango_cms_content {
    margin-bottom: 0;
  }
  .body_home .block.with-graphics {
    padding: 2.2em 0 1.4em;
  }
  .body_home .block.with-graphics .page_frame {
    max-width: 760px;
  }
  .body_home .block-6 {
    padding-top: 2.2em;
  }
  .body_home .block.services {
    padding: 2.3em 0 0;
  }
  .body_home .block-footer .logo-and-text {
    max-width: 848px;
    margin: 0 auto;
    padding: 0 19.5%;
    background-size: 16.2%;
  }  
  .body_home .block-footer .logo-and-text p {
    line-height: 1.6em;
  }
  .body_design .block.atlas .block-big_quote__the_quote h3 {
    line-height: 1.1em;
  }
  .body_design .block-4 .bizango_cms_content p {
    margin-bottom: 1.5em;
  }
  
  .template_services .block-hero {
    padding-top: 2.4em;
  }
  .template_portfolio-main .block-hero {
    padding-top: 2.2em;
  }
    
  .body_home .hero_frame .page_frame {
    padding-top: 35px;
  }
  .body_home .hero_frame .bg-img {
    background-position: bottom center;
  }
  .hero_frame h1 {
    margin-bottom: 15px;
    font-size: 3em;
  }
  .template_srvices .hero_frame h1 {
    margin-bottom: 0;
  }

  .footer-nav li {
    display: inline-block;
    margin-right: 20px;
  }
  .footer-nav li:last-child {
    margin-right: 0;
  }
  
}

@media only screen and (min-width: 760px){

  .nav-wrapper .main-nav > li:not(.nav_home) {
    margin-top: 20px;
  }
  .nav-wrapper .main-nav li.nav_home a {
    margin: 5px 0;
  }
  .main-nav .triangle:after {
    bottom: -6px;
  }
  .nav_home img {
    max-width: 263px;
    max-height: none;
  }

}

@media only screen and (min-width: 800px){

  .body_portfolio .block-hero__content, 
  .template_portfolio .block-hero__content {
      margin-top: 226px;
  }  
  .block-hero__salesperson {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .block-hero__salesperson .relative {
    padding-left: 73px;
  }
  .block-hero__content {
    width: calc(100% - 300px);
  }
  
}

@media only screen and (min-width: 900px){

  .anchor-nav ul li {
    display: inline-block;
  }
  .anchor-nav ul li a {
    padding: 1em 1.4em;
  }

  .special-subitem .bizango_cms_content > * {
    width: 72.883435582822%;
  }

  .body_home .block-footer {
    padding-top: 5.2em;
  }
  .body_home .block-footer .logo-and-text {
    background-size: auto;
    font-size: 1.125em;
    line-height: 1.556;
  }
  .body_home .block-footer .logo-and-text img {
    margin: 2.6em 0 1.1em;
  }
  .body_home .block-footer .logo-and-text p:last-child {
    margin: 3em 0 6em;
  }
  .block-footer.button-bottom a:last-child {
    padding: 0.4em 2em;
    background-color: rgba(147, 200, 70, 0.88);
    font-size: 1.526em;
    font-weight: 300;
  }
  
}

@media only screen and (min-width: 1040px){

  .page_frame,
  .hero_frame .page_frame {
    padding: 0;
  }
  .nav-wrapper {
    width: 100%;
  }
}

.hero_frame h4 a{font-weight:300;font-size:21px;}
.hero_frame h4 {font-weight:300;font-size:21px;}
.hero_frame h3{font-size:24px}
.clear{clear:both;}


.block-big_image img.image_big_image{}
.block-big_image .bizango_image_caption{margin-bottom:40px;}
.block-two_column img.two_column_image{margin:20px 0px}

table.assetstable{
	margin-top:20px;
}

table.assetstable p{
	margin-bottom:5px;padding-bottom:0px;margin-top:0px;
}

.block-footer h2{font-weight:300;}
.body_blog .hero_frame h1 a{color:#fff}
.body_tech-talks .hero_frame h1 {color:#fff}
.body_blog #page_body{background-color:#f6f6f6}

.archive-basic .blog_title.blog_title.blog_title h1{padding-bottom:10px;}



td .bizango_asset_title a{
	padding-right:40px;display:block;min-height:38px;background:url("/images/sites/boe/doc.png") 100% 4px no-repeat;
}

#body_rooftop .block-hero__salesperson,#body_carports .block-hero__salesperson{display: none}