/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */


/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */

@import url('//fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

/* BCX_Energy_May_2017-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
    max-width: 100%;
    height: auto;
}

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
    padding: 0; 
}

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

/* Vertical Menu
   ========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #FBFBFB;
  color: #333;
  font-family: "Arial", "Sans-Serif";
  font-size: 12px;
  line-height: 1.7;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 960px;
  margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #39f;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #39f;
  text-shadow: none;
}


/* =============== Typography =============== */

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin: 15px 0 2px;
    padding-bottom: 2px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-family: roboto;
    font-size: 50px;
    font-weight: 300;
    text-align: center;
    color: #62B347;
}
h2 {
    font-family: roboto;
    font-size: 35px;
    font-weight: 300;
    text-align: center;
    color: #62B347;
}
h3 {
    line-height: 30px;
    font-family: roboto;
    color: #808080;
    font-size: 20px;
    font-weight: 200;
    text-align: center;
}
h4 {
    font-size: 15px;
    font-weight: 300;
    color: #24282d;
    line-height: 25px;
    font-family: roboto;
}
h5 {
    font-size: 13px;
}
h6 {
    font-size: 11px;
}

/* Anchor Links */
a {     
    color: #FE5E08;
    text-decoration: none;
}
a:hover, a:focus { color: #333; }

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
   3. COS STRUCTURE                                            
   ========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

.custom-logo a {
    /*background: transparent url(//cdn2.hubspot.net/hubfs/3308110/BCX%20Energy%20May%202017/Images/BCX_Logo_Without_Tagline_small.png) no-repeat 0 100%;
    width: 262px;
    height: 100px;
    display: block;
    text-indent: -5000px;
    overflow: hidden;
    outline: 0;*/
}

.custom-logo {
    padding: 1px 20px 0;
}

.custom-header-group {
    padding: 5px 0 0;
}

.custom-menu-container {
    text-align: right;
    padding-right: 19px;
}

.custom-contact-header a {
    background-color: #62B347;
    color: white;
    padding: 8px 50.5px;
    font-size: 20px;
    font-weight: normal;
    display: inline-block;
    line-height: 22px;
}

.custom-contact-header p {
    font-size: 22px;
    font-weight: normal;
    padding: 0 74px 0 0;
    margin: 0;
    line-height: 33px;
}

.custom-js-import, .custom-js-import .row-fluid [class*="span"]{
    min-height:0 !important;
}


/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.body-container .page-center{
    padding:24px 20px 40px;
}


/************** About LAyout **************/


.body-container hr {
    background: #ebebeb;
    margin: 36px 0 50px;
}

.custom-team-group {
    overflow: hidden;
    padding: 33px 0 10px;
    margin-left: -15px;
    margin-right: -15px;
}

.custom-team-image-inner {
    width: 33.33333333%;
    padding: 100px 15px 0;
    float: left;
    text-align: center;
}

.custom-team-content-inner {
    width: 66.66666667%;
    float: left;
    padding: 0 15px;
}

.custom-team-group h3 {
    text-align: left;
}

.custom-team-image-inner img {
    border-radius: 50%;
}
/*************** contact **************/

.hs-full-width-form-row1-group p {
    font-size: 15px;
    text-align: center;
    margin: 7px 0 0;
}

.hs-full-width-form-row1-group p span {
    color: #5cb148;
    font-size: 17px;
    font-weight: bold;
}

.custom-full-width-form form {
    padding: 21px 0;
    text-align: center;
    width: 50%;
    margin: 0 auto;
}
.custom-full-width-form form .hs-button{
    padding:12px 80px 8px;
}

.hs-richtext code {
    color: #ff0000;
}
body ul.hs-error-msgs label {
    font-size: 12px;
    font-family: Arial;
    color: #ff0000;
}

/**************** Air Quality *****************/


.custom-banner {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    min-height: 23vw !important;
    margin-top: 24px;
    margin-bottom: 11px;
}

.custom-banner h1 {
    color: rgb(255, 255, 255);
    font-size: 90px;
    transition: all 0s ease 0s;
}

.custom-banner .page-center {
    padding: 79px 20px 77px;
}

.hs-air-quality-group h1, .hs-air-quality-group h2 {
    color: #0087B1;
}

.hs-air-quality-row1-group .hs_cos_wrapper_type_rich_text:first-of-type h3 {
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
}

.hs-air-quality-group .body-container hr {
    margin: 34px 0 50px;
}

blockquote {
    margin: 0;
}

blockquote h2 {
    font-size: 25px;
}

blockquote h4 {
    text-align: right;
    color: #808080;
    margin-top: 12px;
}

.custom-two-col-image-content-group {
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
}

.custom-two-col-image-content-inner.left .custom-two-col-image-inner {
    max-width: 33.33333333%;
    float: left;
}

.custom-two-col-image-content-inner.left .custom-two-col-content-inner {
    max-width: 66.66666667%;
    float: left;
}

.hs-air-quality-row2-group .page-center {
    padding-top: 0;
    padding-bottom: 0;
}
.hs-air-quality-group .body-container .hs-air-quality-row2-group hr {
    margin: 56px 0 0;
}
.hs-air-quality-row1-group .page-center {
    padding-bottom: 8px;
}
.hs-solar-home-layout .body-container .custom-get-free-consultation-group .page-center {
    padding-top: 0;
}

.hs-solar-home-layout .custom-get-free-consultation-group h1 {
    margin-top: 15px;
}
.hs-air-quality-row3-group .page-center {
    padding-top: 10px;
}
.custom-two-col-image-inner {
    padding: 75px 15px 0;
}

.custom-two-col-content-inner {
    text-align: center;
    padding: 0 15px;
    overflow:hidden;
}
.custom-two-col-image-content-inner{
    overflow:hidden;
}
.custom-two-col-image-content-inner.right .custom-two-col-image-inner {
    float: right;
    max-width: 33.33333%;
}

.custom-two-col-image-content-inner.right .custom-two-col-content-inner {
    float: left;
    max-width: 66.6666%;
}

.custom-two-col-image-content-inner.right .custom-two-col-image-inner {
    padding-top: 125px;
}

.custom-two-col-image-content-inner.right {
    padding: 83px 0 0;
}



.custom-get-free-consultation-group p {
    font-size: 15px;
    margin: 7px 0 0;
    text-align: center;
}

.custom-get-free-consultation-group p span {
    font-size: 17px;
    font-weight: bold;
    color: #5cb148;
}

.hs-air-quality-group .body-container .hs-air-quality-row3-group hr {
    margin-bottom: 35px;
}

.hs-air-quality-group .custom-contact-header a {
    background-color: #0087B1;
}

.hs-air-quality-group .custom-footer-content h3 {
    color: #0087B1;
}

.hs-air-quality-group .custom-footer-content a {
    color: #fff;
}

.hs-air-quality-group .custom-footer-content a:hover {
    color: #0087B1;
}

.hs-industry-air-quality-layout .custom-banner ,
.hs-home-air-quality-layout .custom-banner{
    min-height: 48vw !important;
}
.hs-industry-air-quality-layout .body-container h1 {
    margin-bottom: 35px;
}

.hs-industry-air-quality-layout .hs-air-quality-row1-group .hs_cos_wrapper_type_rich_text:first-of-type h3 {
    max-width: 100%;
}

.hs-industry-air-quality-layout blockquote h2 {
    font-size: 20px;
}

.hs-industry-air-quality-layout blockquote {
    margin: 0 0 30px;
}

.hs-industry-air-quality-layout blockquote:last-child {
    margin: 0;
}

.hs-air-quality-group.hs-industry-air-quality-layout .body-container .hs-air-quality-row2-group hr {
    margin: 22px 0 50px;
}
.hs-air-quality-row2-group .hs_cos_wrapper_type_rich_text img {
    opacity: 0.9;
    margin: 0 auto 49px !important;
}
.custom-banner-content h1 {
    color: #fff;
}

/************** Solar Utility ***************/

.custom-three-col-image-content-group {
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
    padding: 30px 0 0;
}

.custom-three-col-image-content-inner {
    width: 33.3%;
    float: left;
    padding: 0 15px;
}

.custom-three-col-image-inner img {
    border-radius: 50%;
}

.custom-three-col-image-inner {
    padding: 0 0 20px;
}

.custom-three-col-content-inner {
    text-align: center;
}

.custom-three-col-content-inner h4 {
    line-height: 30px;
    font-family: roboto;
    color: grey;
    font-size: 20px;
    font-weight: 200;
}

.custom-three-col-content-inner p {
    font-size: 15px;
    font-weight: 300;
    color: #24282d;
    line-height: 25px;
    font-family: roboto;
}

.body-container .hs-solar-utility-row2-group .page-center {
    padding-bottom: 0;
    padding-top:0;
}
.hs-solar-utility-row2-middle-group h3 {
    font-size: 40px;
    text-align: left;
}
.custom-green-group {
    background: #62B347;
}

.body-container .custom-green-group .page-center {
    padding: 10px;
}

.custom-green-group p {
    color: #fff;
    text-align: center;
    font-weight: 400;
    line-height: 50px;
    font-size: 20px;
    font-family: serif;
    margin: 0;
}
.hs-solar-utility-row2-middle-group p {
    font-size: 15px;
    font-weight: 300;
    color: #24282d;
    line-height: 25px;
    font-family: roboto;
    min-height: 75px;
    margin: 15px 0 55px;
}

.hs-solar-utility-row2-middle-group img {
    border-radius: 4px;
}

.hs-solar-utility-row2-bottom-group {
    padding: 30px 0 0;
}
.hs-solar-utility-row1-group h1 {
    margin: 26px 0 35px;
}

.hs-solar-utility-row1-middle-group {
    padding: 35px 0 0;
}

.hs-solar-utility-row1-middle-group img {
    border-radius: 4px;
}
.hs-solar-utility-row2-middle-inner {
    width: 33.3%;
    float: left;
    padding: 0 15px;
}
.hs-solar-utility-row2-middle-inner.col2  {
    border-left: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
}

.hs-solar-utility-row2-middle-group {
    padding: 30px 0 0;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
}
.custom-solar-slider-group .hs_cos_gallery_slide.slick-slide {
    min-height: 429px;
    background-size: cover;
    background-position: center top;
}
.custom-solar-slider-group .hs_cos_gallery_main {
    padding: 0;
    margin:0;
}

.custom-solar-slider-group {
    margin: 25px 0 0;
}
.custom-solar-slider-group .hs_cos_gallery_main .slick-dots {
    display: none !important;
}

.custom-solar-slider-group .hs_cos_gallery_main h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 63px;
}

.custom-solar-slider-group .hs_cos_gallery_main a {
    color: #fff;
    font-size: 30px;
    line-height: 60px;
    font-weight: 400;
    text-decoration: underline;
    font-family: serif;
}

.custom-solar-slider-group .caption {
    text-align: center !important;
    position: relative;
}
.custom-solar-slider-group .hs_cos_gallery_slide.slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-solar-slider-group .hs_cos_gallery_main .slick-arrow{
    display:none !important;
}

/********************* Home air Quality ***************/

.hs-home-air-quality-layout .custom-banner {
    background-position: right top;
}
.custom-four-column-inner img {
    border-radius: 4px;
}
.hs-home-air-quality-layout .custom-banner h1 {
    font-size: 50px;
    color:#fff !important;
    font-weight:400;
}
.hs-home-air-quality-layout .custom-contact-header a {
    background-color: #0087B1;
}

.hs-home-air-quality-layout .custom-banner .page-center {
    padding: 190px 20px 0;
}

.hs-home-air-quality-layout
 .body-container h1 {
    color: #0087B1;
    margin-bottom: 36px;
}

.custom-four-column-group {
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
    padding: 32px 0 0;
}

.custom-four-column-inner {
    width: 25%;
    float: left;
    padding: 0 15px;
}

.body-container .hs-home-air-quality-row2-group .page-center {
    padding-top: 0;
    padding-bottom:0;
}

.body-container .hs-home-air-quality-row1-group .page-center {
    padding-bottom: 32px;
}

.hs-home-air-quality-row2-group blockquote h2 {
    color: #0087B1;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 15px;
}

.hs-home-air-quality-layout .body-container hr {
    margin: 31px 0 36px;
}

.hs-home-air-quality-row2-group blockquote h4 {
    margin-top: 10px;
    text-align: right;
}

.hs-home-air-quality-row2-group h2 {
    color: #0087B1;
    margin-top: 50px;
}

.hs-home-air-quality-row2-group h4 {
    text-align: center;
    color: #808080;
}

.hs-home-air-quality-row2-group h4 {
    margin-top: 10px;
}

.hs-home-air-quality-layout .custom-three-col-image-content-group {
    padding: 10px 0 0;
}

.hs-home-air-quality-layout .custom-three-col-image-inner img {
    border-radius: 0;
}
.hs-home-air-quality-layout .body-container .custom-get-free-consultation-group h1 {
    margin-bottom: 2px;
}

.hs-home-air-quality-layout .custom-get-free-consultation-group p span {
    color: #0087B1;
}

.hs-home-air-quality-layout .custom-get-free-consultation-group form .hs-button {
    border-color: #0087B1;
    color: #0087B1;
}

.hs-home-air-quality-layout .custom-get-free-consultation-group form .hs-button:hover {
    background: #0087B1;
    color: #fff;
}
.hs-home-air-quality-row2-middle-group {
    padding: 23px 0 30px;
}

.hs-home-air-quality-row2-middle-group ul {
    padding-left: 32px;
}

.hs-home-air-quality-layout .custom-three-col-image-inner {
    min-height: 285px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hs-home-air-quality-layout .custom-three-col-image-inner img {
    vertical-align: middle;
}

.hs-home-air-quality-layout .custom-footer-content h3 ,
.hs-home-air-quality-layout .custom-footer-content a:hover {
    color: #0087B1;
}

.hs-home-air-quality-layout .custom-footer-content a {
    color: #fff;
}

/******************* Home Page ****************/

.hs-home-slider .hs_cos_gallery_slide.slick-slide {
   min-height: 500px;
}
.hs-home-row1-group {
    background: #fff;
    text-align: center;
}

.hs-home-page .custom-menu-primary .hs-menu-wrapper > ul {
    margin-bottom: -8px !important;
}

.body-container .hs-home-row1-group .page-center {
    padding: 30px 15px 35px;
}

.hs-home-slider .hs_cos_gallery_main {
    padding: 0;
    margin-bottom: 20px;
}
.hs-home-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper {
    display: block;
    margin: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
}

.hs-home-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
}
.custom-home-top-slider .hs_cos_gallery_slide.slick-slide {
    background-position: center bottom;
    background-size: cover;
}

.hs-home-slider .hs_cos_gallery_slide h1 {
    color: #fff;
    font-size: 80px;
    margin-top: 184px;
}

.custom-home-bottom-slider .hs_cos_gallery_slide.slick-slide {
    background-position: center bottom;
    background-size:cover;
}

/*************** solar Home Layout ***************/


.hs-solar-home-layout .custom-banner {
    min-height: 26.7vw !important;
}

.hs-solar-home-layout .custom-banner .page-center {
    padding: 186px 0 182px;
}

.hs-solar-home-layout .body-container .hs-solar-home-row1-group h1:first-of-type {
    margin-bottom: 35px;
}

.hs-solar-home-layout blockquote h2 {
    font-size: 20px;
    margin-top: 0;
}
.hs-solar-home-layout .custom-two-col-image-content-inner.right .custom-two-col-image-inner {
    max-width: 50%;
    padding-top: 10px;
}

.hs-solar-home-layout blockquote h4 {
    text-align: center;
    margin-top: 10px;
}
.body-container .hs-solar-home-row1-group .page-center {
    padding-bottom: 0;
}

.body-container .hs-solar-home-row2-group .page-center {
    padding-top: 0;
    padding-bottom:0;
}
.hs-solar-home-row2-group h1 {
    margin-bottom: 30px;
}
.caption h2 {
    color: #fff;
    text-align:right;
    padding-right:10px;
}
.custom-slider-group .hs_cos_gallery_main .slick-prev, .custom-slider-group .hs_cos_gallery_main .slick-next {
    opacity: 0;
}

.custom-slider-group .hs_cos_gallery_main:hover .slick-prev, .custom-slider-group .hs_cos_gallery_main:hover .slick-next {
    opacity: 1;
}
.custom-slider-group .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.custom-slider-group .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper{
    display:block;
}
.caption.below .custom-slider-1 {
    position: absolute;
    left: 10px;
    bottom: 0;
}
.caption.below .custom-slider-2 {
    position: absolute;
    right: 10px;
    bottom: 0;
}
.hs-solar-home-layout .custom-two-col-content-inner {
    text-align: left;
}
.hs-solar-home-layout .body-container hr {
    margin: 36px 0;
}
.hs-solar-home-layout  .custom-two-col-image-content-inner.right {
    padding-top: 22px;
    padding-bottom:30px;
}

c .custom-two-col-image-content-inner.right .custom-two-col-image-inner {
    max-width: 50%;
    padding-top:20px;
}

.hs-solar-home-layout .custom-two-col-image-content-inner.right .custom-two-col-content-inner {
    max-width: 46%;
    padding-top: 70px;
}

/********************** Solar LAyout **********************/

.hs-solar-layout .custom-banner {
    min-height: 43.9vw !important;
}

.hs-solar-row1-group .hs_cos_wrapper_type_rich_text {
    max-width: 821px;
    margin: 0 auto;
}

ul li {
    line-height: 30px;
    font-family: roboto;
    color: #808080;
    font-size: 20px;
    font-weight: 200;
}

.hs-solar-row1-group ul {
    max-width: 638px;
    margin: 0 auto;
}

.hs-solar-layout .body-container hr {
    margin: 36px 0;
}

.body-container .hs-solar-row1-group .page-center {
    padding-bottom: 0;
}

.hs-solar-layout .custom-two-col-image-content-inner.right .custom-two-col-image-inner {
    padding-top: 15px;
}

.hs-solar-layout  .custom-two-col-image-content-inner.right {
    padding: 83px 0 23px;
}

.body-container .hs-solar-row2-group .page-center {
    padding-bottom: 0;
}

.hs-solar-layout .body-container .custom-get-free-consultation-group .page-center {
    padding-top: 0;
}

.hs-solar-layout .custom-get-free-consultation-group h1 {
    margin-top: 0;
}

.custom-slider-group .hs_cos_gallery_slide.slick-slide{
   min-height: 460px;
   background-size: cover;
   background-position: center center;
}
.custom-slider-group .hs_cos_gallery_main {
    padding: 0;
}

.custom-slider-group .hs_cos_gallery_main .slick-next {
    background: url('//cdn2.hubspot.net/hubfs/3308110/BCX%20Energy%20May%202017/Images/large_right.png');
    width: 40px;
    height: 40px;
    right:20px;
}
.custom-slider-group .hs_cos_gallery_main .slick-prev  {
    background: url('//cdn2.hubspot.net/hubfs/3308110/BCX%20Energy%20May%202017/Images/large_left.png');
    width: 40px;
    height: 40px;
    z-index:999;
    left:20px;
}
.custom-slider-group .hs_cos_gallery_main .slick-prev, 
.custom-slider-group .hs_cos_gallery_main .slick-next{
    top:45%;
}
.custom-slider-group .hs_cos_gallery_main .slick-arrow:before{
    content: none;
}

.custom-slider-group .hs_cos_gallery_main .slick-next:hover {
    background-position: bottom left;
}
.custom-slider-group .hs_cos_gallery_main .slick-prev:hover {
    background-position: bottom right;
}
.custom-slider-group .hs_cos_gallery_main .slick-dots {
    display: none !important;
}
.hs-air-quality-group.hs-industry-air-quality-layout .body-container .hs-air-quality-row2-group .hs_cos_wrapper_type_rich_text:last-child hr {
    margin-bottom: 0;
}
.hs-industry-air-quality-layout .body-container .custom-get-free-consultation-group h1 {
    margin-bottom: 2px;
}
/*********** ends ***************/

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}
.custom-footer-bottom-group {
    background-color: #EAEAEA;
}

.custom-copyright p {
    margin: 14px 10px 12px;
    color: #797979;
    font-size: 11px;
    line-height: 18px;
}
.custom-copyright p span{
    font-weight: bold;
}
.back-to-top a {
    margin-top: 12px;
    text-decoration: underline;
    color: #636363;
    display: inline-block;
    padding-right: 10px;
}

.back-to-top {
    text-align: right;
}
.hs-home-page .back-to-top a:hover {
    text-decoration: none;
}
.custom-footer-top-group {
    background-color: #23282D;
    padding-bottom: 23px;
    padding-top: 21px;
}

.custom-footer-content {
    padding: 0 15px;
    color: #fff;
}

.custom-footer-content h3 {
    margin-bottom: 0;
    padding-bottom: 10px;
    color: #62B347;
    font-size: 1.21em;
    background: transparent url(//cdn2.hubspot.net/hubfs/3308110/BCX%20Energy%20May%202017/Images/heading_underline.png) repeat-x scroll 0 100%;
    margin-top:10px;
}

.custom-footer-content a {
    color: #62B347;
}

.custom-footer-contact ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.custom-footer-contact ul li {
    display: inline-block;
    margin: 0 6px 10px 0;
}

.custom-footer-contact p {
    margin: 6px 0 0;
}

.custom-footer-accredation img {
    margin: 7px 0;
}

.custom-footer-menu ul {
    padding: 8px 0 0;
}

.custom-footer-menu ul li a {
    line-height: 30px;
    font-family: roboto;
    color: #F5F5F5;
    font-size: 20px;
    font-weight: 200;
    text-align: left;
    position: relative;
    background: transparent url(//cdn2.hubspot.net/hubfs/3308110/BCX%20Energy%20May%202017/Images/heading_underline.png) repeat-x scroll 0 100%;
    padding: 8px 0 10px 3px;
    line-height: 30px;
}

.custom-footer-menu ul li a:before {
    content: "";
    background-image: url(//cdn2.hubspot.net/hubfs/3308110/BCX%20Energy%20May%202017/Images/double-arrow.png);
    display: inline-block;
    width: 10px;
    height: 8px;
    margin-right: 6px;
    vertical-align: baseline;
}
.custom-footer-menu ul li a:hover {
    color: #62B347;
}
.custom-footer-menu ul ul li a {
    padding-left: 15px;
}

.custom-footer-menu ul ul {
    padding: 0;
}



/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display: block;
    padding: 10px 0 10px 20px;
    color: #333;
    line-height: 22px;
    font-weight: 200;
    font-family: roboto;
    font-size: 20px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: #777;
}

.custom-menu-primary {
    padding: 4px 0 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
    padding-right: 17px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    padding-right: 1px;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
}


/* ==========================================================================
   Mobile Menu - TinyNav Select Menu
   ========================================================================== */


.tinynav { display: none; }
 

/* Menu Styles on Mobile Devices
   ========================================================================== */  

@media (max-width: 767px) {

     .tinynav { 
     	display: block; 
     }
     .header-container .custom-menu-primary .hs-menu-flow-horizontal > ul {
          display: none !important; 
     }

}

/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */


/* =============== General Blog Styles =============== */



.hs-blog-header {
    padding-bottom: 15px;
}


.blog .body-container-wrapper {
    background-color: #fff;
}

.blog .body-container-wrapper, .blog .body-container-wrapper p, .blog .body-container-wrapper li {
    line-height: 25px! important;
    font-family: roboto !important;
    color: #808080 !important;
    font-size: 16px !important;
    font-weight: 300 !important;
}

.blog .body-container-wrapper a {
    color: #62b347; 
}

.blog .body-container-wrapper .section.post-footer #comment-form {
    border: none !important;
    margin: 15px 0;
    background-color: #fbfbfb !important;
}

.blog .body-container-wrapper a:hover { color: #000;}

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a { font-size: 30px; color: #62b347;}
.post-header h2 a:hover { font-size: 30px; color: #000;}

/* Blog Author and Avatar */

#hubspot-author_data {
    font-style: italic;
    margin: 0 0 10px;
    padding: 0;
    font-family: roboto !important;
    color: #808080 !important;
    font-size: 14px !important;
    font-weight: 300 !important;
}

#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */

.section.post-header h1 {
    font-size: 30px !important;
}

.blog .body-container h2{
    font-size: 30px !important;
}

.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {padding-left: 25px;}

.blog .blog-sidebar h3 {
    font-family: roboto;
    font-weight: 300;
    color: #000;
}

.blog .blog-sidebar label {
    margin-bottom: 5px;
    display: block;
    font-family: roboto;
    color: #808080;
    font-size: 16px;
    font-weight: 300;
}

.hs-button.primary, input[type="submit"] {
    font-size: 14px !important;
}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

body .custom-full-width-form label{
    text-align: center;
}
body .custom-full-width-form .hs-error-msgs{
    margin:0;
}
body .custom-full-width-form .hs-error-msgs label{
    text-align: left;
    margin:0;
}
body label{
    margin-bottom: 5px;
    display:block;
    font-family: roboto;
    color: #808080;
    font-size: 20px;
    font-weight: 300 ;
}
.hs-form-required{
    color:#ff0000;
    font-weight: bold;
    margin-left: 5px;
}
/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
    line-height:24px;
    max-width:500px;
    width:100% !important;
    display:block;
    outline:none;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
    outline:none;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */

select {
-webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-image: url(https://cdn2.hubspot.net/hubfs/3308110/arrow.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
   background-position: 97% 0px;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   margin: 0px;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    border: 3px solid #62B347;
    font-family: roboto;
    font-size: 20px;
    color: #62B347;
    background-color: #fff;
    padding: 12px 20px;
    display: inline-block;
    margin: 15px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align:center;
    font-weight: 700;
    box-shadow:none;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    white-space:normal !important;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    color: #fff;
    background: #62B347;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}

h3.form-title{
    font-family: roboto;
    font-size: 50px;
    font-weight: 300;
    text-align: center;
    color: #62B347;
    line-height:50px;
}
/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
.subscription-template .body-container h1, 
.subscription-template .body-container h2, 
.subscription-template .body-container label, 
.subscription-template h3 {
    text-align: left;
}


/************ Blog Styling *****************/

#comments-listing.no-comments {
    border: 0;
    margin: 0;
}
.section.post-footer .new-comments .comment.depth-0{
    border-bottom: 1px solid #000;
    border-top:0;
    padding-top:0;
}
.section.post-footer #comment-form{
    border: 1px solid #001943;
    padding: 34px;
    margin: 15px 0;
}
.section.post-footer .new-comments .hs-button.primary{
    margin-top:10px;
    width:auto;
}
.section.post-footer {
    border-top: 1px solid #ccc;
    margin-top:20px;
}
.blog-listing-wrapper .post-listing .post-item {
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px 0;
    padding: 0 0 30px 0;
}
.section.post-footer .hs_submit .actions{
    text-align:center;
}
.comment-date {
  font-size: 12px!important;
  color: #666;
  display: block!important;
  text-align: left!important;
}
#hubspot-author_data {
    font-style: italic;
    margin: 0 0 10px;
    padding: 0;
}

#hubspot-topic_data {
    color: #888;
    font-weight: bold;
    margin: 4px 0;
}

.post-header h2{
  margin: 10px 0 0;
}

.blog-pagination a.all-posts-link {
    display:block;
}
.blog .body-container h1,
.blog .body-container h2,
.blog .body-container h3{
    text-align:left;
}
.custom_listing_comments{
    padding:15px;
    border:1px solid #e2e2e2;
    margin-bottom:15px;
}
a.more-link {
    margin: 10px 0;
    display: block;
}
a.previous-posts-link{
    float:left;
}
a.next-posts-link{
    float:right;
}
#hubspot-author_data .hs-author-avatar {
    max-width: 70px;
    padding: 10px 10px 10px 0;
}
 
#hubspot-author_data .hs-author-avatar img {
    height: auto !important;
    max-width: 100%;
}

.hs-blog-social-share {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    height: auto;
    margin-top: 10px;
    padding: 10px 0 0;
}
ol li{
    font-size: 20px;
    font-weight: 200;
}
#comment-form .hs-input {
    margin-bottom: 15px;
}
.error-main-content ol li{
    font-size: 20px;
    font-weight: 200;
}
.error-main-content {
    background-color: #FEEFB3;
    background: -moz-linear-gradient(center top , #FFFFFF, #FEEFB3);
    background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#FEEFB3));
    background: -o-linear-gradient(top, #FFFFFF 0%,#FEEFB3 99%);
    background: -ms-linear-gradient(top, #FFFFFF 0%,#FEEFB3 99%);
}
.main-content-inner{
    
    display: block;
    padding: 18px 10px 18px 50px;
    background: url(//cdn2.hubspot.net/hubfs/3308110/BCX%20Energy%20May%202017/Images/warning.png) no-repeat scroll 4px 50%;
    color: #9F6000;
    border: 1px solid #E5BC3B;
}
.error-main-content h1 {
    font-size: 20px;
    font-weight: 200;
    color: #9F6000;
}

.error-main-content h2 {
    font-size: 15px;
    font-weight: 400;
    color: #9F6000;
}

.error-main-content ol li {
    font-family: roboto;
    color: grey;
    font-size: 20px;
    font-weight: 200;
}
/******************* Error ****************/

.custom-error-top-group {
    background: #fff;
}

.custom-error-top-group h1 {
    font-size: 1.667em;
    color: #333;
    line-height: 42px;
    margin: 0 20px;
    padding: 18px 0;
}
.blog .body-container h3.form-title{
    font-size:22px;
    line-height:30px;
}
/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */




@media(min-width:1046px){
    .hs-industry-air-quality-layout .custom-banner,
    .hs-home-air-quality-layout .custom-banner{
            min-height: 44vw !important;
    }
}
@media(min-width:1300px){
    .hs-industry-air-quality-layout .custom-banner ,
    .hs-home-air-quality-layout .custom-banner{
        min-height: 36.6vw !important;
    }
    .hs-solar-home-layout .custom-banner{
        min-height:26vw !important;
    }
}
@media(min-width:1400px){
    .hs-solar-layout .custom-banner {
        min-height: 31.3vw !important;
    }
}
@media(min-width:1500px){
    .hs-industry-air-quality-layout .custom-banner ,
    .hs-home-air-quality-layout .custom-banner{
        min-height: 31.3vw !important;
    }
}
@media(min-width:1700px){
    .hs-industry-air-quality-layout .custom-banner,
    .hs-home-air-quality-layout .custom-banner{
        min-height: 26vw !important;
    }
}

@media(max-width:1200px){
    .hs-solar-layout .custom-banner {
        min-height: 61.3vw !important;
    }
}
@media(max-width:965px){
    .custom-logo img {
        max-width: 300px;
    }
    .hs-air-quality-group .custom-menu-primary .hs-menu-wrapper > ul > li {
        padding-right: 0;
    }
    
    .hs-air-quality-group .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        font-size: 16px;
    }
    .custom-banner {
        height: 51.5vw;
        min-height: 100% !important;
    }
}

@media(max-width:990px){
    .custom-solar-slider-group .hs_cos_gallery_slide.slick-slide{
        min-height: 44vw;
    }
    .hs-home-air-quality-layout .custom-banner .page-center {
        padding: 140px 20px 0;
    }
    
}
@media(max-width:980px) and (min-width:915px){
    .hs-home-slider .hs_cos_gallery_slide h1{
        font-size:75px;
    }
}
@media(max-width:959px){
    .custom-footer-top-group {
        padding-bottom: 40px;
    }
    .custom-banner .page-center {
        padding: 65px 20px;
    }
    .hs-home-slider .hs_cos_gallery_slide.slick-slide {
       min-height: 51.4vw !important;
    }
    .hs-home-slider .hs_cos_gallery_slide h1 {
        margin-top: 173px;
    }
    .hs-home-air-quality-layout .custom-menu-primary .hs-menu-wrapper > ul > li {
        padding-right: 0;
    }
    .hs-home-air-quality-layout .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        font-size: 17px;
    }
    
}
@media (max-width: 914px) and (min-width: 768px){
    .hs-home-slider .hs_cos_gallery_slide h1{
        font-size:69px;
        margin-top: 149px;
    }
}
@media (max-width: 959px) and (min-width: 720px){
    .container-fluid .row-fluid .page-center {
        max-width: 720px;
    }
}

@media (max-width: 719px) and (min-width: 480px){
    .container-fluid .row-fluid .page-center{
        max-width: 480px;
    }
}

@media (max-width: 1024px) {}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
    .checkbox-row span.fakelabel span{
        float:none;
    }
    .hs-home-air-quality-layout .custom-footer-content h3{
        text-align:left;
    }
    .custom-solar-slider-group .hs_cos_gallery_main h1{
        font-size:40px;
        line-height:50px;
    }
    .hs-home-slider .hs_cos_gallery_slide h1 {
        margin-top: 95px;
    }
    .hs-solar-utility-row2-middle-inner{
        width:100%;
        float:none;
        padding:0 15px 20px;
    }
    .hs-solar-utility-row2-middle-inner.col2{
        border:none;
    }
    .subscribe-options label {
       margin-left: 0 !important;
       margin-right: 0 !important;
    }
    
    .hs-home-page .custom-header-group {
        padding-bottom: 28px;
    }
    .custom-copyright {
        width: 50% !important;
        float: left !important;
    }
    
    .back-to-top {
        width: 50% !important;
        float: left !important;
    }
    .hs-solar-home-layout .custom-two-col-image-content-inner.right .custom-two-col-image-inner {
        max-width:100%;
        
    }
    .custom-footer-top-group {
        padding-bottom: 24px;
    }
    
    .custom-footer-content {
        padding: 0 21px;
    }
    
    .custom-footer-accredation img {
        margin-bottom: 0;
    }
    
    .custom-footer-contact {
        padding-bottom: 20px;
    }
    
    .custom-footer-site-map {
        padding-bottom: 10px;
    }
    input[type="text"],
    input[type="password"], 
    input[type="datetime"], 
    input[type="datetime-local"], 
    input[type="date"], 
    input[type="month"], 
    input[type="time"], 
    input[type="week"], 
    input[type="number"], 
    input[type="email"], 
    input[type="url"], 
    input[type="search"], 
    input[type="tel"], 
    input[type="color"],
    input[type="file"],
    textarea,
    select {
        max-width:100%;
    }
    .custom-logo img {
        max-width: 393px;
        width: 100%;
    }
    .custom-logo {
        text-align:Center;
    }
    .custom-menu-container {
        text-align: center;
        padding: 0;
    }
    
    .custom-contact-header a {
        padding: 8px 40px;
    }
    
    .custom-contact-header p {
        padding: 0;
    }
    
    .tinynav {
        font-family: arial;
        font-size: 15px;
        color: #717171;
        padding: 6px 7px;
        line-height: 23px;
        max-width: 440px;
        margin: 0 auto;
        margin: 13px auto 0;
    }
    .tinynav option {
        font-size: 12px;
    }
    .custom-footer-menu ul {
        padding: 30px 0 0;
        margin-bottom: 20px !important;
    }
    .custom-footer-menu ul ul{
        margin-bottom: 0px !important;
    }
    .body-container .page-center{
        padding: 59px 20px;
    }
    .hs-solar-home-layout .custom-banner .page-center{
        padding: 148px 0 0;
    }
    .custom-footer-accredation {
        padding-top: 30px;
    }
    .custom-footer-contact ul {
        margin-top: 20px;
    }
    .custom-footer-accredation {
        padding-top: 31px;
    }
    .custom-menu-container {
        margin-top: -1px;
    }
    .body-container .hs-air-quality-row2-group .page-center {
        padding-top: 0;
        padding-bottom: 15px;
    }
    
    .body-container  .hs-air-quality-row1-group .page-center {
        padding-bottom: 8px;
    }
    .body-container  .hs-air-quality-row3-group .page-center {
        padding-top: 10px;
    }
    .custom-two-col-image-inner {
        display: none;
    }
    .custom-two-col-image-content-inner.right .custom-two-col-image-inner,
    .custom-two-col-image-content-inner.right .custom-two-col-content-inner,
    .custom-two-col-image-content-inner.left .custom-two-col-image-inner,
    .custom-two-col-image-content-inner.left .custom-two-col-content-inner,
    .hs-solar-home-layout .custom-two-col-image-content-inner.right .custom-two-col-image-inner ,
    .hs-solar-home-layout .custom-two-col-image-content-inner.right .custom-two-col-content-inner {
        max-width:100%;
        float:none;
    }
    .custom-banner {
        margin-top: 59px;
    }
    .custom-banner {
        height: 50.6vw;
    }
    .hs-air-quality-group .custom-banner h1{
        line-height:80px;
    }
    .hs-solar-row1-group .hs_cos_wrapper_type_rich_text{
        max-width:100%;
    }
    .hs-solar-layout .custom-two-col-image-inner {
        display: block;
        padding: 0 0 15px;
    }
    
    .hs-solar-layout .custom-two-col-image-content-inner.right .custom-two-col-image-inner {
        order: 2;
        padding: 60px 0 0;
    }
    
    .hs-solar-layout .custom-two-col-image-content-inner.right .custom-two-col-content-inner {
        order: 1;
        padding: 0;
    }
    
    .hs-solar-layout  .custom-two-col-image-content-inner.right {
        display: flex;
        flex-flow: row wrap;
    }
    .hs-solar-home-layout .custom-two-col-image-content-inner.right .custom-two-col-content-inner {
        padding-top: 0;
    }
    .custom-slider-group .hs_cos_gallery_slide.slick-slide{
        min-height:43vw;   
    }
    .caption h2 {
        font-size: 28px;
    }
    .custom-green-group p {
        line-height: 27px;
    }
    .custom-solar-slider-group .hs_cos_gallery_main h1{
        margin-bottom:20px;
    }
    .custom-solar-slider-group .hs_cos_gallery_main a{
        font-size:19px;
    }
    .custom-solar-slider-group {
        margin: 60px 0 0;
    }
    .hs-solar-utility-row1-col2 img {
        display: none;
    }
    
    .hs-solar-utility-row2-col2 {
        border: none;
        padding: 20px 0;
    }
    
    .hs-solar-utility-row2-middle-group p {
        min-height: auto;
    }
    
    .custom-three-col-image-content-inner {
        width: 100%;
        float: none;
        text-align: center;
        padding: 0 10px 20px;
    }
    .hs-home-air-quality-layout .custom-banner .page-center {
        padding: 100px 20px 0;
    }
    .custom-four-column-inner {
        width: 100%;
        float: none;
        text-align: center;
        padding: 0 0 10px;
    }
    .hs-home-air-quality-layout .custom-three-col-image-inner {
        min-height: 100%;
        display: block;
    }
    .body-container .custom-get-free-consultation-group .page-center {
        padding-top: 0;
    }
    .custom-error-top-group {
        margin-top: 25px;
    }
    .custom-team-image-inner {
        width: 100%;
        padding: 100px 10px 0;
        float: none;
    }
    .custom-team-content-inner {
        width: 100%;
        float: none;
    }
    .hs-home-slider .hs_cos_gallery_main .page-center {
        padding: 25px 0;
        max-width: 100%;
    }
}  

@media (max-width: 767px) and (min-width: 720px){
    .hs-home-slider .hs_cos_gallery_slide h1 {
        font-size:59px;
        margin-top:126px;
    }
}
@media (max-width: 719px) and (min-width: 672px){
    .hs-home-slider .hs_cos_gallery_slide h1 {
        font-size:57px;
        margin-top: 116px;
        line-height: 55px;
    }
}
@media (max-width: 671px) and (min-width: 530px){
    .hs-home-slider .hs_cos_gallery_slide h1 {
        font-size:45px;
        margin-top: 108px;
    }
}
@media (max-width: 718px){
    h1,
    h3.form-title{
        font-size: 30px;
        line-height:36px;
    }
    .hs-air-quality-group .custom-banner h1{
        line-height:60px;
    }
    .custom-full-width-form form {
        width: 100%;
    }
    .hs-home-air-quality-layout .custom-footer-content h3{
        text-align:center;
    }
}
@media(max-width:600px){
    .body-container .page-center{
        padding: 25px 20px;
    }
    .body-container .hs-full-width-row1-group .page-center {
        padding: 59px 20px;
    }
    .custom-solar-slider-group .hs_cos_gallery_main h1{
        font-size:30px;
        line-height:40px;
    }
    .hs-solar-home-layout .custom-banner .page-center{
        padding:115px 20px 0;
    }
    .hs-home-air-quality-layout .custom-banner .page-center {
        padding: 60px 20px 0;
    }
}
@media(max-width:529px) and (min-width:480px){
    .hs-home-slider .hs_cos_gallery_slide h1 {
        font-size: 40px;
    }
}
@media screen and (max-width: 480px){
    .container-fluid .row-fluid .page-center{
        max-width: 320px;
    }
    .main-content-inner {
        padding: 18px 10px;
        background: none;
    }
    .custom-solar-slider-group .hs_cos_gallery_main h1{
        font-size:20px;
        line-height:30px;
    }
    .custom-footer-content {
        padding: 0 10px 10px;
    }
    .body-container .hs-full-width-row1-group .page-center {
        padding: 55px 20px;
    }
    .caption h2 {
        font-size: 17px;
    }
    .custom-banner {
        margin-top: 55px;
        margin-bottom: 22px;
    }
    .custom-banner {
        height: 49.6vw;
    }
    .custom-copyright,
    .back-to-top {
        width:100% !important;
        float:none !important;
        text-align:center;
    }
    .hs-air-quality-group .custom-banner h1 {
        line-height: 40px;
    }
    .back-to-top a {
        margin-right: 0;
        padding-bottom: 20px;
        margin-top: 0;
    }
    .custom-logo {
        padding: 22px 10px 15px;
    }
    /*.custom-logo a {
        width: 300px;
    }*/
    .custom-menu-container {
        margin-top: -2px;
    }
    .custom-menu-primary {
        padding: 4px 10px;
    }
    .body-container .page-center{
        padding: 35px 20px;
    }
    .hs-solar-home-layout .custom-banner .page-center{
        padding:79px 20px 0;
    }
    .hs-industry-air-quality-layout .custom-banner {
        margin-bottom: 0;
    }
    
    .custom-solar-slider-group .hs_cos_gallery_slide.slick-slide {
        min-height: 50vw;
    }
    .hs-home-air-quality-layout .custom-banner .page-center {
        padding: 58px 20px 0;
    }
    .hs-home-slider .hs_cos_gallery_slide h1{
        margin-top: 61px;
    }
    .custom-footer-accredation.custom-footer-content{
        padding-top: 31px;
    }
    .hs-home-air-quality-layout .body-container h1 {
        line-height: 25px;
    }
}

/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {}

@media(max-width:479px) and (min-width:370px){
    .hs-home-slider .hs_cos_gallery_slide h1 {
        font-size: 35px;
        margin-top: 65px;
    }
}

@media (max-width: 390px) {
    .body-container .page-center{
        padding: 13px 20px;
    }
    
    .hs-solar-home-layout .custom-banner .page-center{
        padding:60px 20px;
    }
    .hs-industry-air-quality-layout .custom-banner {
        margin-bottom: 20px;
    }
    .hs-home-air-quality-layout .custom-banner .page-center {
        padding: 30px 20px 0;
    }
    .body-container .hs-solar-utility-row1-group .page-center {
        padding: 13px 10px;
    }
    .custom-solar-slider-group .hs_cos_gallery_main h1{
        font-size:16px;
        line-height:20px;
    }
}
@media(max-width:369px) and (min-width:340px){
    .hs-home-slider .hs_cos_gallery_slide h1 {
        font-size: 30px;
        margin-top: 54px;
    }
}

@media(max-width:339px){
    .hs-home-slider .hs_cos_gallery_slide h1 {
        margin-top: 46px;
        font-size: 25px;
    }
}













