/* ==========================================================================
   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'); */

/* HubSpot_Boilerplate-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; }
@font-face {
    font-family: TitilliumRegular;
    src: url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/TitilliumRegular/TitilliumRegular.eot);
    src: url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/TitilliumRegular/TitilliumRegular.eot) format("embedded-opentype"),
      url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/TitilliumRegular/TitilliumRegular.woff2) format("woff2"), 
      url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/TitilliumRegular/TitilliumRegular.woff) format("woff"),
      url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/TitilliumRegular/TitilliumRegular.ttf) format("truetype"),
      url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/TitilliumRegular/TitilliumRegular.svg) format("svg")
}
@font-face {
    font-family: TitilliumBold;
    src: url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/TitilliumBold/TitilliumBold.eot);
    src: url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/TitilliumBold/TitilliumBold.eot) format("embedded-opentype"), 
      url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/TitilliumBold/TitilliumBold.woff2) format("woff2"),
      url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/TitilliumBold/TitilliumBold.woff) format("woff"),
      url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/TitilliumBold/TitilliumBold.ttf) format("truetype"),
      url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/TitilliumBold/TitilliumBold.svg) format("svg")
}

@font-face {
    font-family: OpenSansRegular;
    src: url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/OpenSansRegular/OpenSansRegular.eot);
    src: url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/OpenSansRegular/OpenSansRegular.eot) format("embedded-opentype"), 
      url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/OpenSansRegular/OpenSansRegular.woff2) format("woff2"),
      url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/OpenSansRegular/OpenSansRegular.woff) format("woff"), 
      url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/OpenSansRegular/OpenSansRegular.ttf) format("truetype"), 
      url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/OpenSansRegular/OpenSansRegular.svg) format("svg")
}

@font-face {
    font-family: OpenSansBold;
    src: url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/OpenSansBold/OpenSansBold.eot);
    src: url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/OpenSansBold/OpenSansBold.eot) format("embedded-opentype"), 
      url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/OpenSansBold/OpenSansBold.woff) format("woff2"), 
      url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/OpenSansBold/OpenSansBold.woff) format("woff"), 
      url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/OpenSansBold/OpenSansBold.ttf) format("truetype"),
      url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/OpenSansBold/OpenSansBold.svg) format("svg")
}

@font-face {
    src: url('//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/anton-regular/anton-regular.woff');
    font-family: anton-regular;
}

@font-face {
    font-family: OpenSansSemibold;
    src: url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/OpenSansSemibold/OpenSansSemibold.eot);
    src: url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/OpenSansSemibold/OpenSansSemibold.eot) format("embedded-opentype"), 
      url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/OpenSansSemibold/OpenSansSemibold.woff2) format("woff2"), 
      url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/OpenSansSemibold/OpenSansSemibold.woff) format("woff"),
      url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/OpenSansSemibold/OpenSansSemibold.ttf) format("truetype"), 
      url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/OpenSansSemibold/OpenSansSemibold.svg) format("svg")
}


/*
@font-face {
    font-family: OpenSansSemiboldItalic;
    src: url(../fonts/OpenSansSemiboldItalic.eot);
    src: url(../fonts/OpenSansSemiboldItalic.eot) format("embedded-opentype"), url(../fonts/OpenSansSemiboldItalic.woff2) format("woff2"), url(../fonts/OpenSansSemiboldItalic.woff) format("woff"), url(../fonts/OpenSansSemiboldItalic.ttf) format("truetype"), url(../fonts/OpenSansSemiboldItalic.svg#OpenSansSemiboldItalic) format("svg")
}

@font-face {
    font-family: OpenSansItalic;
    src: url(../fonts/OpenSansItalic.eot);
    src: url(../fonts/OpenSansItalic.eot) format("embedded-opentype"), url(../fonts/OpenSansItalic.woff2) format("woff2"), url(../fonts/OpenSansItalic.woff) format("woff"), url(../fonts/OpenSansItalic.ttf) format("truetype"), url(../fonts/OpenSansItalic.svg#OpenSansItalic) format("svg")
}
@font-face {
    font-family: OpenSansLight;
    src: url(../fonts/OpenSansLight.eot);
    src: url(../fonts/OpenSansLight.eot) format("embedded-opentype"), url(../fonts/OpenSansLight.woff2) format("woff2"), url(../fonts/OpenSansLight.woff) format("woff"), url(../fonts/OpenSansLight.ttf) format("truetype"), url(../fonts/OpenSansLight.svg#OpenSansLight) format("svg")
}
@font-face {
    font-family: helveticaneuecondensed;
    src: url(../fonts/helveticaneuecondensed.eot);
    src: url(../fonts/helveticaneuecondensed.eot) format("embedded-opentype"), url(../fonts/helveticaneuecondensed.woff2) format("woff2"), url(../fonts/helveticaneuecondensed.woff) format("woff"), url(../fonts/helveticaneuecondensed.ttf) format("truetype"), url(../fonts/helveticaneuecondensed.svg#helveticaneuecondensed) format("svg")
}
@font-face {
    font-family: HelveticaNeueCondensedBold;
    src: url(../fonts/HelveticaNeueCondensedBold.eot);
    src: url(../fonts/HelveticaNeueCondensedBold.eot) format("embedded-opentype"), url(../fonts/HelveticaNeueCondensedBold.woff2) format("woff2"), url(../fonts/HelveticaNeueCondensedBold.woff) format("woff"), url(../fonts/HelveticaNeueCondensedBold.ttf) format("truetype"), url(../fonts/HelveticaNeueCondensedBold.svg#HelveticaNeueCondensedBold) format("svg")
}
*/

@font-face{
    font-family:'Glyphicons Halflings';
    src:url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/Glyphicons%20Halflings/glyphicons-halflings-regular.eot);
    src:url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/Glyphicons%20Halflings/glyphicons-halflings-regular.eot) format('embedded-opentype'),
      url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/Glyphicons%20Halflings/glyphicons-halflings-regular.woff2) format('woff2'),
      url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/Glyphicons%20Halflings/glyphicons-halflings-regular.woff) format('woff'),
      url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/Glyphicons%20Halflings/glyphicons-halflings-regular.ttf) format('truetype'),
      url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/Glyphicons%20Halflings/glyphicons-halflings-regular.svg) format('svg');
}
.glyphicon{
    position:relative;
    top:1px;
    display:inline-block;
    font-family:'Glyphicons Halflings';
    font-style:normal;
    font-weight:400;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.glyphicon-asterisk:before{
    content:"\2a"
}
.glyphicon-plus:before{
    content:"\2b"
}
.glyphicon-eur:before,.glyphicon-euro:before{
    content:"\20ac"
}
.glyphicon-minus:before{
    content:"\2212"
}
.glyphicon-cloud:before{
    content:"\2601"
}
.glyphicon-envelope:before{
    content:"\2709"
}
.glyphicon-pencil:before{
    content:"\270f"
}
.glyphicon-glass:before{
    content:"\e001"
}
.glyphicon-music:before{
    content:"\e002"
}
.glyphicon-search:before{
    content:"\e003"
}
.glyphicon-heart:before{
    content:"\e005"
}
.glyphicon-star:before{
    content:"\e006"
}
.glyphicon-star-empty:before{
    content:"\e007"
}
.glyphicon-user:before{
    content:"\e008"
}
.glyphicon-film:before{
    content:"\e009"
}
.glyphicon-th-large:before{
    content:"\e010"
}
.glyphicon-th:before{
    content:"\e011"
}
.glyphicon-th-list:before{
    content:"\e012"
}
.glyphicon-ok:before{
    content:"\e013"
}
.glyphicon-remove:before{
    content:"\e014"
}
.glyphicon-zoom-in:before{
    content:"\e015"
}
.glyphicon-zoom-out:before{
    content:"\e016"
}
.glyphicon-off:before{
    content:"\e017"
}
.glyphicon-signal:before{
    content:"\e018"
}
.glyphicon-cog:before{
    content:"\e019"
}
.glyphicon-trash:before{
    content:"\e020"
}
.glyphicon-home:before{
    content:"\e021"
}
.glyphicon-file:before{
    content:"\e022"
}
.glyphicon-time:before{
    content:"\e023"
}
.glyphicon-road:before{
    content:"\e024"
}
.glyphicon-download-alt:before{
    content:"\e025"
}
.glyphicon-download:before{
    content:"\e026"
}
.glyphicon-upload:before{
    content:"\e027"
}
.glyphicon-inbox:before{
    content:"\e028"
}
.glyphicon-play-circle:before{
    content:"\e029"
}
.glyphicon-repeat:before{
    content:"\e030"
}
.glyphicon-refresh:before{
    content:"\e031"
}
.glyphicon-list-alt:before{
    content:"\e032"
}
.glyphicon-lock:before{
    content:"\e033"
}
.glyphicon-flag:before{
    content:"\e034"
}
.glyphicon-headphones:before{
    content:"\e035"
}
.glyphicon-volume-off:before{
    content:"\e036"
}
.glyphicon-volume-down:before{
    content:"\e037"
}
.glyphicon-volume-up:before{
    content:"\e038"
}
.glyphicon-qrcode:before{
    content:"\e039"
}
.glyphicon-barcode:before{
    content:"\e040"
}
.glyphicon-tag:before{
    content:"\e041"
}
.glyphicon-tags:before{
    content:"\e042"
}
.glyphicon-book:before{
    content:"\e043"
}
.glyphicon-bookmark:before{
    content:"\e044"
}
.glyphicon-print:before{
    content:"\e045"
}
.glyphicon-camera:before{
    content:"\e046"
}
.glyphicon-font:before{
    content:"\e047"
}
.glyphicon-bold:before{
    content:"\e048"
}
.glyphicon-italic:before{
    content:"\e049"
}
.glyphicon-text-height:before{
    content:"\e050"
}
.glyphicon-text-width:before{
    content:"\e051"
}
.glyphicon-align-left:before{
    content:"\e052"
}
.glyphicon-align-center:before{
    content:"\e053"
}
.glyphicon-align-right:before{
    content:"\e054"
}
.glyphicon-align-justify:before{
    content:"\e055"
}
.glyphicon-list:before{
    content:"\e056"
}
.glyphicon-indent-left:before{
    content:"\e057"
}
.glyphicon-indent-right:before{
    content:"\e058"
}
.glyphicon-facetime-video:before{
    content:"\e059"
}
.glyphicon-picture:before{
    content:"\e060"
}
.glyphicon-map-marker:before{
    content:"\e062"
}
.glyphicon-adjust:before{
    content:"\e063"
}
.glyphicon-tint:before{
    content:"\e064"
}
.glyphicon-edit:before{
    content:"\e065"
}
.glyphicon-share:before{
    content:"\e066"
}
.glyphicon-check:before{
    content:"\e067"
}
.glyphicon-move:before{
    content:"\e068"
}
.glyphicon-step-backward:before{
    content:"\e069"
}
.glyphicon-fast-backward:before{
    content:"\e070"
}
.glyphicon-backward:before{
    content:"\e071"
}
.glyphicon-play:before{
    content:"\e072"
}
.glyphicon-pause:before{
    content:"\e073"
}
.glyphicon-stop:before{
    content:"\e074"
}
.glyphicon-forward:before{
    content:"\e075"
}
.glyphicon-fast-forward:before{
    content:"\e076"
}
.glyphicon-step-forward:before{
    content:"\e077"
}
.glyphicon-eject:before{
    content:"\e078"
}
.glyphicon-chevron-left:before{
    content:"\e079"
}
.glyphicon-chevron-right:before{
    content:"\e080"
}
.glyphicon-plus-sign:before{
    content:"\e081"
}
.glyphicon-minus-sign:before{
    content:"\e082"
}
.glyphicon-remove-sign:before{
    content:"\e083"
}
.glyphicon-ok-sign:before{
    content:"\e084"
}
.glyphicon-question-sign:before{
    content:"\e085"
}
.glyphicon-info-sign:before{
    content:"\e086"
}
.glyphicon-screenshot:before{
    content:"\e087"
}
.glyphicon-remove-circle:before{
    content:"\e088"
}
.glyphicon-ok-circle:before{
    content:"\e089"
}
.glyphicon-ban-circle:before{
    content:"\e090"
}
.glyphicon-arrow-left:before{
    content:"\e091"
}
.glyphicon-arrow-right:before{
    content:"\e092"
}
.glyphicon-arrow-up:before{
    content:"\e093"
}
.glyphicon-arrow-down:before{
    content:"\e094"
}
.glyphicon-share-alt:before{
    content:"\e095"
}
.glyphicon-resize-full:before{
    content:"\e096"
}
.glyphicon-resize-small:before{
    content:"\e097"
}
.glyphicon-exclamation-sign:before{
    content:"\e101"
}
.glyphicon-gift:before{
    content:"\e102"
}
.glyphicon-leaf:before{
    content:"\e103"
}
.glyphicon-fire:before{
    content:"\e104"
}
.glyphicon-eye-open:before{
    content:"\e105"
}
.glyphicon-eye-close:before{
    content:"\e106"
}
.glyphicon-warning-sign:before{
    content:"\e107"
}
.glyphicon-plane:before{
    content:"\e108"
}
.glyphicon-calendar:before{
    content:"\e109"
}
.glyphicon-random:before{
    content:"\e110"
}
.glyphicon-comment:before{
    content:"\e111"
}
.glyphicon-magnet:before{
    content:"\e112"
}
.glyphicon-chevron-up:before{
    content:"\e113"
}
.glyphicon-chevron-down:before{
    content:"\e114"
}
.glyphicon-retweet:before{
    content:"\e115"
}
.glyphicon-shopping-cart:before{
    content:"\e116"
}
.glyphicon-folder-close:before{
    content:"\e117"
}
.glyphicon-folder-open:before{
    content:"\e118"
}
.glyphicon-resize-vertical:before{
    content:"\e119"
}
.glyphicon-resize-horizontal:before{
    content:"\e120"
}
.glyphicon-hdd:before{
    content:"\e121"
}
.glyphicon-bullhorn:before{
    content:"\e122"
}
.glyphicon-bell:before{
    content:"\e123"
}
.glyphicon-certificate:before{
    content:"\e124"
}
.glyphicon-thumbs-up:before{
    content:"\e125"
}
.glyphicon-thumbs-down:before{
    content:"\e126"
}
.glyphicon-hand-right:before{
    content:"\e127"
}
.glyphicon-hand-left:before{
    content:"\e128"
}
.glyphicon-hand-up:before{
    content:"\e129"
}
.glyphicon-hand-down:before{
    content:"\e130"
}
.glyphicon-circle-arrow-right:before{
    content:"\e131"
}
.glyphicon-circle-arrow-left:before{
    content:"\e132"
}
.glyphicon-circle-arrow-up:before{
    content:"\e133"
}
.glyphicon-circle-arrow-down:before{
    content:"\e134"
}
.glyphicon-globe:before{
    content:"\e135"
}
.glyphicon-wrench:before{
    content:"\e136"
}
.glyphicon-tasks:before{
    content:"\e137"
}
.glyphicon-filter:before{
    content:"\e138"
}
.glyphicon-briefcase:before{
    content:"\e139"
}
.glyphicon-fullscreen:before{
    content:"\e140"
}
.glyphicon-dashboard:before{
    content:"\e141"
}
.glyphicon-paperclip:before{
    content:"\e142"
}
.glyphicon-heart-empty:before{
    content:"\e143"
}
.glyphicon-link:before{
    content:"\e144"
}
.glyphicon-phone:before{
    content:"\e145"
}
.glyphicon-pushpin:before{
    content:"\e146"
}
.glyphicon-usd:before{
    content:"\e148"
}
.glyphicon-gbp:before{
    content:"\e149"
}
.glyphicon-sort:before{
    content:"\e150"
}
.glyphicon-sort-by-alphabet:before{
    content:"\e151"
}
.glyphicon-sort-by-alphabet-alt:before{
    content:"\e152"
}
.glyphicon-sort-by-order:before{
    content:"\e153"
}
.glyphicon-sort-by-order-alt:before{
    content:"\e154"
}
.glyphicon-sort-by-attributes:before{
    content:"\e155"
}
.glyphicon-sort-by-attributes-alt:before{
    content:"\e156"
}
.glyphicon-unchecked:before{
    content:"\e157"
}
.glyphicon-expand:before{
    content:"\e158"
}
.glyphicon-collapse-down:before{
    content:"\e159"
}
.glyphicon-collapse-up:before{
    content:"\e160"
}
.glyphicon-log-in:before{
    content:"\e161"
}
.glyphicon-flash:before{
    content:"\e162"
}
.glyphicon-log-out:before{
    content:"\e163"
}
.glyphicon-new-window:before{
    content:"\e164"
}
.glyphicon-record:before{
    content:"\e165"
}
.glyphicon-save:before{
    content:"\e166"
}
.glyphicon-open:before{
    content:"\e167"
}
.glyphicon-saved:before{
    content:"\e168"
}
.glyphicon-import:before{
    content:"\e169"
}
.glyphicon-export:before{
    content:"\e170"
}
.glyphicon-send:before{
    content:"\e171"
}
.glyphicon-floppy-disk:before{
    content:"\e172"
}
.glyphicon-floppy-saved:before{
    content:"\e173"
}
.glyphicon-floppy-remove:before{
    content:"\e174"
}
.glyphicon-floppy-save:before{
    content:"\e175"
}
.glyphicon-floppy-open:before{
    content:"\e176"
}
.glyphicon-credit-card:before{
    content:"\e177"
}
.glyphicon-transfer:before{
    content:"\e178"
}
.glyphicon-cutlery:before{
    content:"\e179"
}
.glyphicon-header:before{
    content:"\e180"
}
.glyphicon-compressed:before{
    content:"\e181"
}
.glyphicon-earphone:before{
    content:"\e182"
}
.glyphicon-phone-alt:before{
    content:"\e183"
}
.glyphicon-tower:before{
    content:"\e184"
}
.glyphicon-stats:before{
    content:"\e185"
}
.glyphicon-sd-video:before{
    content:"\e186"
}
.glyphicon-hd-video:before{
    content:"\e187"
}
.glyphicon-subtitles:before{
    content:"\e188"
}
.glyphicon-sound-stereo:before{
    content:"\e189"
}
.glyphicon-sound-dolby:before{
    content:"\e190"
}
.glyphicon-sound-5-1:before{
    content:"\e191"
}
.glyphicon-sound-6-1:before{
    content:"\e192"
}
.glyphicon-sound-7-1:before{
    content:"\e193"
}
.glyphicon-copyright-mark:before{
    content:"\e194"
}
.glyphicon-registration-mark:before{
    content:"\e195"
}
.glyphicon-cloud-download:before{
    content:"\e197"
}
.glyphicon-cloud-upload:before{
    content:"\e198"
}
.glyphicon-tree-conifer:before{
    content:"\e199"
}
.glyphicon-tree-deciduous:before{
    content:"\e200"
}
.glyphicon-cd:before{
    content:"\e201"
}
.glyphicon-save-file:before{
    content:"\e202"
}
.glyphicon-open-file:before{
    content:"\e203"
}
.glyphicon-level-up:before{
    content:"\e204"
}
.glyphicon-copy:before{
    content:"\e205"
}
.glyphicon-paste:before{
    content:"\e206"
}
.glyphicon-alert:before{
    content:"\e209"
}
.glyphicon-equalizer:before{
    content:"\e210"
}
.glyphicon-king:before{
    content:"\e211"
}
.glyphicon-queen:before{
    content:"\e212"
}
.glyphicon-pawn:before{
    content:"\e213"
}
.glyphicon-bishop:before{
    content:"\e214"
}
.glyphicon-knight:before{
    content:"\e215"
}
.glyphicon-baby-formula:before{
    content:"\e216"
}
.glyphicon-tent:before{
    content:"\26fa"
}
.glyphicon-blackboard:before{
    content:"\e218"
}
.glyphicon-bed:before{
    content:"\e219"
}
.glyphicon-apple:before{
    content:"\f8ff"
}
.glyphicon-erase:before{
    content:"\e221"
}
.glyphicon-hourglass:before{
    content:"\231b"
}
.glyphicon-lamp:before{
    content:"\e223"
}
.glyphicon-duplicate:before{
    content:"\e224"
}
.glyphicon-piggy-bank:before{
    content:"\e225"
}
.glyphicon-scissors:before{
    content:"\e226"
}
.glyphicon-bitcoin:before{
    content:"\e227"
}
.glyphicon-yen:before{
    content:"\00a5"
}
.glyphicon-ruble:before{
    content:"\20bd"
}
.glyphicon-scale:before{
    content:"\e230"
}
.glyphicon-ice-lolly:before{
    content:"\e231"
}
.glyphicon-ice-lolly-tasted:before{
    content:"\e232"
}
.glyphicon-education:before{
    content:"\e233"
}
.glyphicon-option-horizontal:before{
    content:"\e234"
}
.glyphicon-option-vertical:before{
    content:"\e235"
}
.glyphicon-menu-hamburger:before{
    content:"\e236"
}
.glyphicon-modal-window:before{
    content:"\e237"
}
.glyphicon-oil:before{
    content:"\e238"
}
.glyphicon-grain:before{
    content:"\e239"
}
.glyphicon-sunglasses:before{
    content:"\e240"
}
.glyphicon-text-size:before{
    content:"\e241"
}
.glyphicon-text-color:before{
    content:"\e242"
}
.glyphicon-text-background:before{
    content:"\e243"
}
.glyphicon-object-align-top:before{
    content:"\e244"
}
.glyphicon-object-align-bottom:before{
    content:"\e245"
}
.glyphicon-object-align-horizontal:before{
    content:"\e246"
}
.glyphicon-object-align-left:before{
    content:"\e247"
}
.glyphicon-object-align-vertical:before{
    content:"\e248"
}
.glyphicon-object-align-right:before{
    content:"\e249"
}
.glyphicon-triangle-right:before{
    content:"\e250"
}
.glyphicon-triangle-left:before{
    content:"\e251"
}
.glyphicon-triangle-bottom:before{
    content:"\e252"
}
.glyphicon-triangle-top:before{
    content:"\e253"
}
.glyphicon-console:before{
    content:"\e254"
}
.glyphicon-superscript:before{
    content:"\e255"
}
.glyphicon-subscript:before{
    content:"\e256"
}
.glyphicon-menu-left:before{
    content:"\e257"
}
.glyphicon-menu-right:before{
    content:"\e258"
}
.glyphicon-menu-down:before{
    content:"\e259"
}
.glyphicon-menu-up:before{
    content:"\e260"
}




@font-face{
	font-family:vc_grid_v1;
  src:url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/vc_grid_v/vc_grid_v1.eot);
  src:url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/vc_grid_v/vc_grid_v1.eot) format('embedded-opentype'),
      url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/vc_grid_v/vc_grid_v1.woff) format('woff'),
      url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/vc_grid_v/vc_grid_v1.ttf) format('truetype'),
      url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Fonts/vc_grid_v/vc_grid_v1.svg) format('svg');
  font-weight:400;
  font-style:normal;
}


/* ==========================================================================
   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;
  overflow-x: hidden;
} 

body {
  background-color: #f2f2f2;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  font-family: OpenSansRegular,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width:1160px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

@media (min-width: 992px) and (max-width:1199px) {
  .container-fluid .row-fluid .page-center {max-width: 970px;}
  .footer-container .row-fluid .page-center {max-width:100%;}
  
  
} 

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


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

.row-fluid .span12 {width: 100%;}
@-webkit-viewport {width:device-width;}
@-moz-viewport {Sitewidth:device-width;}
@-ms-viewport {width:device-width;}
@-o-viewport {width:device-width;}

 


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

/* Basic text */
p {margin: 0 0 10px;} 
small {}
b, strong {
    font-weight: 700;
}
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 {
  font-weight: 500;
  line-height: 1.1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}
h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 {font-size: 36px;}
h2 {
  color: #555;
  font-size: 36px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 3px;
  position: relative;
  font-family: TitilliumRegular;
}

h2:after {
  content:"";
  display:block;
  background-image: url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Layout/border.png);
  display: block;
  height: 7px;
  margin: 4px auto 20px;
  width: 224px;
}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}

.widget-type-header h1 {
  color: #4b4b4b;
  font-family: OpenSansBold;
  font-size: 40px;
  margin-bottom: 35px;
  text-align: center;
}


/* Anchor Links */
a { 
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {color: #ffc224;}

/* 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 {
  position: relative;
  min-height: 50px;
  background-color: #000;
  padding:10px 0px 0px 0px;
}
.header-container .row-fluid .page-center {padding:0;}

#custom_header .custom_left-col {
  width: 16.66666667%;
  float:left;
}

#custom_header .custom_right-col {
  width:83.33333333%;
  float:left;
  margin:0;
}

#custom_header .custom_right-col > div:first-child {
  margin-right: -15px;
  margin-left: -15px;
}

#custom_header .custom_call {
  float:left;
  width:25%;
  margin:0;
  padding-right: 15px;
  padding-left: 15px;
}
#custom_header .custom_cart {
  width: 41.66666667%;
  color:#fff;
  margin:0;
  text-align: right;
  padding-right: 15px;
  padding-left: 15px;
}
#custom_header .custom_empty-col {
  float:left;
  width: 33.33333333%;
  margin:0;
}

/* custom logo */
.header-container .widget-type-logo a img {
  vertical-align: middle;
  max-width: 125px;
}

/* custom cart */
#custom_header .custom_cart p {
  margin:0;
  font-size: 14px;
  line-height: 1.42857143;
}
.custom_cart * {
  color: #fff;
  font-size: 12px;
}
.custom_cart a:hover {color: #ffc224;}
.custom_cart img {vertical-align: middle;margin-right: 3px;}
.custom_cart .sep {font-size:14px;}

/* call-for-quote */
.custom_call .call-for-quote {
  background-color: #ffc225;
  border-radius: 5px;
  padding: 10px 15px;
  border: 1px solid #b98600;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  font-family: anton-regular;
  font-size: 17px;
}
.custom_call .call-for-quote a {
  color: #333;
  font-size: 17px;
  font-family: anton-regular;
}

.custom_call .clear {font-size:0;}

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

.body-container-wrapper {padding-bottom:71px;}
.body-container {}

.content-wrapper {padding-top:32px;}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.sidebar h3:first-child {
  font-size: 30px;
  margin: 0 0 39px;
  text-transform: uppercase;
  line-height: 30px;
  color: #4b4b4b;
  font-family: OpenSansBold;
}

html body .page-header p span {background:none!important;}


.sidebar .widget-type-rich_text,  /* Rich Text */
.sidebar .widget-type-text, /* One Line Of Text */
.sidebar .widget-type-page_footer, /*  Global Footer */
.sidebar .widget-type-logo, /* Global Logo */
.sidebar .widget-type-linked_image, /* Image */
.sidebar .widget-type-image_slider, /* Slider */
.sidebar .widget-type-header, /* Header */
.sidebar .widget-type-section_header,  /* Section Header */
.sidebar .widget-type-form, /* Form */
.sidebar .widget-type-social_sharing, /* Social Sharing */
.sidebar .widget-type-follow_me, /* Follow Me */
.sidebar .widget-type-post_listing, /* Post Listing */
.sidebar .widget-type-post_filter, /* Post Filter */
.sidebar .widget-type-blog_subscribe, /* Blog Subscribe */
.sidebar .widget-type-cta, /* CTA */
.sidebar .widget-type-menu, /* Vertical & Horizontal Menu */
.sidebar .widget-type-simple_menu, /* Simple Menu */
.sidebar .widget-type-raw_html, /* Custom HTML */
.sidebar .widget-type-raw_jinja, /* HubL Template (custom jinja) */
.sidebar .widget-type-google_search, /* Google Search */
.sidebar .widget-type-space, /* Horizontal Spacer */
.sidebar .widget-type-rss_listing,  /* RSS */ 
.sidebar .widget-type-password_prompt,  /* Password Prompt */
.sidebar .widget-type-email_simple_subscription, /*Backup Unsubscribe */
.sidebar .widget-type-email_subscriptions,  /*Subscription Preferences */
.sidebar .widget-type-email_subscriptions_confirmation,  /*Subscriptions Update Confirmation*/
.sidebar .widget-type-blog_content, /* Blog */
.sidebar .widget-type-blog_comments /* Comments */ {
  border-top: 1px solid #ffc224;
  background-color: #fff;
  padding: 25px 25px 34px;
  margin-bottom: 16px;
  display:block;
}

/* Modules that stay in Flexible */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_rich_text,/* Rich Text */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_text,/* One Line Of Text */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_page_footer,/*  Global Footer */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_logo,/* Global Logo */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_linked_image,/* Image */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_image_slider,/* Slider */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_header,/* Header */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_simple_menu,/* Simple Menu */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_section_header, /* Section Header */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_form, /* Form */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_social_sharing,/* Social Sharing */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_follow_me,/* Follow Me */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_post_listing,/* Post Listing */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_post_filter,/* Post Filter */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_blog_subscribe,/* Blog Subscribe */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_cta, /* CTA */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_raw_html, /* Custom HTML */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_google_search,/* Google Search */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_space,/* Horizontal Spacer */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_rss_listing /* RSS */  {
  border-top: 1px solid #ffc224;
  background-color: #fff;
  padding: 25px 25px 34px;
  margin-bottom: 16px;
  display:block;
}


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

.footer-container-wrapper {}
.footer-container {   border-top: 15px solid #ffc225;}
.footer-container .row-fluid .page-center {padding:0;}

/* ==========================================================================
   Footer Top                                        
========================================================================== */
#custom_footer-top {
  background-color: #000;
  padding: 30px 0 25px;
}
#custom_footer-top .custom_footer-col {
  width: 25%;
  float:left;
  margin:0;
}

#custom_footer-top h3:first-child {
  color: #b3b3b3;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 23px;
  font-family: OpenSansSemibold;
  font-weight: bold;
}
#custom_footer-top .custom_footer-col.four {text-align: center;}
 
/* footer menu */
#custom_footer-top .custom_footer-menu .hs-menu-wrapper > ul {
  display:block;
  margin-bottom:10px;
}
#custom_footer-top .custom_footer-menu .hs-menu-wrapper > ul ul {display:none!important;}

.custom_footer-menu .hs-menu-wrapper ul li {}
.custom_footer-menu .hs-menu-wrapper ul li a {
  color: #b3b3b3;
  font-size: 13px;
  line-height: 22px;
  transition: all .2s ease .2s;
  display:inline-block;
}
.custom_footer-menu .hs-menu-wrapper ul li a:hover {color: #fff;}

/* footer social */
.custom_footer-social ul {
  padding: 0;
  list-style: none;
  display: inline-block;
  overflow: hidden;
  width: 230px;
  margin: 0 auto 10px;
}
.custom_footer-social ul li {
  float: left;
  margin-left: 8px;
}
.custom_footer-social ul li a {
  background-position: -1px 0;
  background-image: url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Images/social-icons.jpg);
  height: 36px;
  width: 36px;
  display: block;
  background-size: auto 36px;
}

.custom_footer-social ul li a.icon2 {background-position: -43px 0;}
.custom_footer-social ul li a.icon3 {background-position: -85px 0;}
.custom_footer-social ul li a.icon4 {background-position: -129px 0;}
.custom_footer-social ul li a.icon5 {background-position: -169px 0;}

/* footer logo */
#custom_footer-top .widget-type-linked_image img {
  max-width: 120px;
  height: auto;
}


/* ==========================================================================
   Footer middle                                       
========================================================================== */
#custom_footer-middle {
  background-color: #4d4d4d;
  padding: 7px 0;
}

/* copyright */
.custom_footer-copyright p { 
  color: #b3b3b3;
  font-size: 14px;
  font-family: OpenSansRegular;
  margin-bottom: 0;
  line-height: 26px;
}

/* ==========================================================================
   Footer bototm                                   
========================================================================== */
#custom_footer-bottom {
  background-color: #ffc225;
  padding: 13px 0;
}

/* footer logos */
.custom_footer-logos ul {
	margin:0;
  padding:0;
  list-style:none;
}
.custom_footer-logos ul li {
  float: left;
  margin-right: 59px;
  line-height: 7;
}

.custom_footer-logos ul li:last-child {margin: 0;}
.custom_footer-logos ul li .one {height: 85px;}
.custom_footer-logos ul li .two {height: 75px;}
.custom_footer-logos ul li img {width:auto!important;vertical-align: middle;}

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


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

/* Parent List */
@media (min-width:768px) {
.custom-menu-primary .hs-menu-wrapper > ul{
  float:right;
  width:auto;
  display:block;
  padding-top:15px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  position: relative;
  margin-right: 26px;
}
.custom-menu-primary .hs-menu-wrapper > ul li:last-child {margin-right: 0;}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color: #e5e5e5;
  font-family: OpenSansRegular;
  font-size: 14px;
  position: relative;
  padding: 15px 0 5px;
  line-height: 20px;
  display:block;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:before,
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:before {
  background-color: #ffc224;
  bottom: 0;
  content: " ";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #555;
  width: 230px;
  z-index: 1;
  left: -60px!important;
  transition:none!important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  display: block;
  padding: 10px;
  color: #e5e5e5;
  font-family: OpenSansRegular;
  font-size: 14px;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  background-color: #FFC224;
  text-decoration: none;
  color: #000;
}

} 
 
  
/* 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 Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }
.landing-page .mobile-trigger {display:none!important;}


@media (max-width: 767px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 70px;
    right: 30px;
    width: auto;
    height: auto;
    padding: 9px 10px;
    border: 1px solid #ddd;
    font-size: 16px;
    line-height: 14px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
  }

  .mobile-trigger:hover,
  .mobile-trigger:focus {background-color: #ddd;}
      

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -5px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #888; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{}

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 36px !important;
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
  .custom-menu-primary.js-enabled{}

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 15px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #000;
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */  
  .custom-menu-primary .hs-menu-wrapper > ul {
    border-top: 1px solid #e7e7e7;
    margin-top:15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    padding-right:10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 12px;
    padding: 8px 3px;
    color: #e5e5e5;
    position:relative;
    font-family: OpenSansRegular;
    line-height: 20px;
  }
  
   .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:before, 
   .custom-menu-primary .hs-menu-wrapper > ul > li.active > a:before, 
   .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:before {
     background-color: #ffc224;
     bottom: 0;
     content: " ";
     display: block;
     height: 4px;
     left: 0;
     position: absolute;
     width: 100%;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    text-indent: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    padding: 10px;
    text-indent: 20px;
    line-height: 17px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    background-color: #FFC224;
    text-decoration: none;
    color: #000;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


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


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

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

/* Blog Post */
.hs-blog-post .hs-blog-header h1 {display:none;}

.hs-blog-post .body-container .row-fluid .page-center {padding-top:43px;}
.hs-blog-post .content-wrapper > div {
  margin-left:-15px;
  margin-right:-15px;
}

.hs-blog-post .span8.blog-content {width: 66.66666667%;}
.hs-blog-post .span4.blog-sidebar {
  width: 33.33333333%;
  margin: 0;
  padding: 0 15px;
}

.hs-blog-post .related-posts,
.hs-blog-post .widget-type-blog_comments,
.hs-blog-post .blog-post-wrapper,
.hs-blog-post .blog-detail {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  margin-bottom: 4px;
  padding: 23px 23px 39px 42px;
}

/* Post detail */
.hs-blog-post .blog-detail {
  padding: 17px 15px;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  margin-bottom: 4px;
}
.hs-blog-post .blog-detail  > span {
  color: #767676;
  font-family: OpenSansSemibold;
  font-size: 11.41px;
  margin-right: 10px;
  padding-left: 24px;
  position: relative;
}

.blog-detail span:before {
  background: url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Images/category-list.png) no-repeat;
  content: "";
  display: inline-block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  width: 17px;
}
.blog-detail span.blog-date:before {background-position: -17px 0;}
.blog-detail span.blog-comment:before {
  background-position: -34px 0;
  width: 18px;
}
.blog-detail span.blog-post:before {background-position: -53px 0;}

/* custom post RSS */
.hs-blog-post .related-posts {
  padding: 9px 34px 28px;
  position: relative;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  margin-bottom: 4px;
}
.related-posts .related-title h3 {
  margin: 0 0 17px;
  color: #ffc124;
  font-size: 16px;
  font-family: OpenSansBold;
  line-height: 23px;
  background: url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Images/edit-list.png) left 0 no-repeat;
  padding: 1px 0 0 27px;
}
.related-posts .related-post-item:after {
	content:"";
  display:table;
  clear:both;
}
.related-posts .related-post-item {
  margin: 0 12px 0 0;
  float:left;
  width:33.33%;
}

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

.hs-blog-listing .body-container .row-fluid .page-center {
  max-width:100%;
  padding-left:50px;
  padding-right:50px;
}

.hs-blog-listing .span8.blog-content {width: 75%;}
.hs-blog-listing .span4.blog-sidebar {
  width: 25%;
  margin:0;
  padding-left: 15px;
  padding-right: 15px;
}

.hs-blog-listing .span8.blog-content > div {
  padding-left: 15px;
  padding-right: 15px;
}
.hs-blog-listing .span8.blog-content > div > div {margin-right:-30px;width:auto;}
.hs-blog-listing .custom_search-box {display:none;}

.hs-blog-listing .content-wrapper .widget-type-menu ul:empty {display:none;}


/* 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 {
  color: #4b4b4b;
  font-family: OpenSansBold;
  font-size: 40px;
  margin-bottom: 35px;
}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h1 { 
  font-size: 20px;
  margin-bottom: 23px;
  margin-top: 0;
  color: #4b4b4b;
  font-family: OpenSansBold;
  margin-top: 17px;
}
.post-header h2 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: none;
  display: block;
  font-weight: 500;
  line-height: 1.1;
  font-family: OpenSansRegular;
  position:static;
}
.post-header h2:after {display:none;}
.post-header h2 a {}

/* Blog Author and Avatar */
#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%;
}

.hs-featured-image {
  float: none;
  margin: 0 0 20px 20px;
  max-width: 100%;
  display: block;
  margin: 0 auto 17px;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing {font-size:0;}
.blog-listing-wrapper .post-listing .post-item {
  padding-right: 30px;
  padding-bottom: 30px;
  display:inline-block;
  vertical-align: top;
  width: 33.33333333%;
  font-size: 14px;
  position:relative;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
  background-color: #f9f9f9;
  padding:10px;
}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
  width: 100% ;
  height: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  box-sizing: border-box;
}
.blog-listing-wrapper .post-listing .post-item a {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.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 */
ul.pagination {
  margin:0;
  padding:0;
  list-style:none;
  display:block;
  text-align:center;
}
ul.pagination li.disabled {display:none;}

ul.pagination li {display:inline-block;}
ul.pagination li a {
  margin-left: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 22px;
  min-width: 22px;
  border:1px solid #F7BE68;
  display: inline-block;
  margin: 0;
  font-size: 18px;
  padding:10px;
  line-height: 1.42857143;
  text-decoration: none;
  opacity: .5;
  -webkit-transition: opacity .3s ease-in 0s;
  -o-transition: opacity .3s ease-in 0s;
  transition: opacity .3s ease-in 0s;
  color:#000;
}
ul.pagination li:first-child > a:before {
  font-family: vc_grid_v1;
  display: inline-block;
  content: "\e61b";
}
ul.pagination li:last-child > a:after {
  font-family: vc_grid_v1;
  display: inline-block;
  content: "\e61a";
}


ul.pagination li.active a,
ul.pagination li a:hover {color:#000;opacity:1;}


/* 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 .widget-span .widget-type-header h3 {
  font-size: 18px;
  margin: 0 0 10px;
  color: #4b4b4b;
  font-family: OpenSansBold;
}

.blog .blog-sidebar h3:first-child {
  color: #4b4b4b;
  font-family: OpenSansBold;
  font-size: 40px;
  margin-bottom: 35px;
}

/* Blog Modules */
.blog .blog-sidebar .custom_search-box, 
.blog .blog-sidebar .widget-span > div {
  background-color: #fff;
  padding: 25px 25px 34px;
  margin-bottom: 16px;
  border-top: 1px solid #ffc224;
}
.blog .blog-sidebar .custom_search-box {padding: 27px 24px 23px 26px;}

.blog .blog-sidebar .widget-span .widget-type-google_search,
.blog .blog-sidebar .custom_search-box > div,
.blog .blog-sidebar .widget-span .widget-type-header {
  margin:0;
  padding:0;
  border:0;
}

/* blog sidebar search */
.blog .blog-sidebar .widget-type-google_search input[type="text"] { background-color: #f5f5f5;border-radius:0;}

/* custom form */
.blog .blog-sidebar .widget-span.custom_form > div {
  background-color: #1972b0;
  background-image: url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Images/building-shadow.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 30px 14px 0;
  margin-bottom: 20px;
  margin-top: 48px;
  height: 100%;
}
.blog.hs-blog-post .blog-sidebar .widget-span.custom_form > div {margin-top:0;}
.blog .blog-sidebar .widget-span.custom_form > div:after {
  content:"";
  display:table;
  clear:both;
}

.blog .blog-sidebar .custom_form form {
  background-color: #1b81c8;
  padding: 18px 12px 17px 10px;
  margin-top: 18px;
}
.blog .blog-sidebar .custom_form form + a {
  background-color: #104971;
  color: #fff;
  display: block;
  font-family: OpenSansRegular;
  font-size: 14px;
  height: 23px;
  line-height: 23px;
  margin: 63px auto 32px;
  text-align: center;
  width: 97px;
}
.blog .blog-sidebar .custom_form form + a:focus {color: #ffc224;} 
.blog .blog-sidebar .custom_form h3.form-title {
  color: #fff;
  font-family: OpenSansSemibold;
  font-size: 20px;
  margin: 0 0 5px;
  font-weight: 400;
  text-align:left;
  text-transform:uppercase;
}
.blog .blog-sidebar .custom_form h3.form-title p {
  font-size: 14px;
  margin: 0;
  color: #fff;
  font-family: OpenSansRegular;
  text-align: center;
  display: block;
  text-transform:none;
  line-height: 1.42857143;
}

.blog .blog-sidebar .custom_form .actions,
.blog .blog-sidebar .hs-form-field {padding: 0 15px;}

.blog .blog-sidebar .custom_form textarea,
.blog .blog-sidebar .custom_form select,
.blog .blog-sidebar .custom_form input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  min-height:47px;
  margin-top: 0;
  margin-bottom: 5px;
}

.blog .blog-sidebar .custom_form .hs-error-msgs {margin-bottom:0;}
.blog .blog-sidebar .custom_form .hs-error-msgs label {color: maroon;}

.blog .blog-sidebar .custom_form .hs_cos_wrapper_type_form .hs-button.primary.large {
  min-height: 37px;
  line-height: 37px;
  margin-top: 18px;
  background-color: #ffc224;
  font-family: OpenSansRegular;
  font-size: 16px;
  border-radius: 4px;
  text-transform: uppercase;
  box-shadow: none;
  color: #fff;
  text-shadow: none;
  border-color: #eea236;
  padding: 0;
  
}

.blog .blog-sidebar .custom_form .hs_cos_wrapper_type_form .hs-button.primary.large:active, 
.blog .blog-sidebar .custom_form .hs_cos_wrapper_type_form .hs-button.primary.large:focus, 
.blog .blog-sidebar .custom_form .hs_cos_wrapper_type_form .hs-button.primary.large:hover {
  color: #fff;
  border-color: #d58512;
}

.blog .blog-sidebar .custom_form .hs_cos_wrapper_type_form .hs-button.primary.large:active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

/* Post Filter & Post Listing Style */
.widget-module ul {
  margin:0;
  padding:0;
  list-style:none;
}
.widget-module ul li:nth-child(2n) {background-color: #f7f7f7;}
.widget-module ul li {}
.widget-module ul li a {
  display: block;
  font-size: 11.41px;
  font-family: OpenSansSemibold;
  color: #767676;
  padding: 9px 21px 9px 13px;
  text-align: left;
}
.widget-module ul li a:after {
  content:"";
  display:table;
  clear:both;
}
.widget-module ul li a .filter-link-count {
  float: right;
  width: auto;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  font-weight: normal;
  font-family: OpenSansRegular;
}

/* tags */
.custom_tags .widget-module ul li:nth-child(2n) {background:none;}
.custom_tags .widget-module ul li {display:inline-block;}
.custom_tags .widget-module ul li a {
  padding: 9px 9px 10px 12px;
  text-align: center;
  color: #aaa;
  margin: 0 0 6px 6px;
  font-size: 8pt;
  background-color: #f7f7f7;
}
.custom_tags .widget-module ul li a:hover { 
  background-color: #ffc224;
  color: #fff;
}
.custom_tags .widget-module ul li a .filter-link-count {
  float: none;
  width: auto;
  font-size: 8pt;
  line-height: 1.42857143;
  color: inherit;
}

/* post form button */
.widget-type-blog_comments .hs-button.primary {
  width: auto;
  margin: 10px 0;
  padding: 0 20px;
}


/* =============== 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                                        
   ========================================================================== */
.fakelabel input { position:relative;top:3px;}
.inputs-list span {vertical-align: top;}
#email-prefs-form .email-edit {min-width:100%!important}

button::-moz-focus-inner, 
input::-moz-focus-inner {
    border: 0 none;
	padding: 0;
}
.hs_error_rollup {display:none;}


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

.widget-type-form,
.widget-type-blog_subscribe {
  padding:20px 35px;
  margin-bottom:20px;
  background-color: #f9f9f9;
  border:1px solid #aaaaaa;
}

.blog-sidebar .widget-type-form {
  margin:0;
  padding:0;
  background:none;
  border:0;
}
label > span:empty + span {display: none;} 

h3.form-title {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 35px;
  margin-top:0;
}


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

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

/* 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 {
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 5px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size:14px;
  outline:0 none;
  font-family: OpenSansRegular;
}

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 {}

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

/* Separate Styles for Drop Downs */
select {}
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 {margin-top:0;}
.hs-error-msgs label{
  color: #cf0000;
  display: block;
  font-size: 12px;
  margin-top: 5px;
  text-align: left;
}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
.blog.hs-blog-post .blog-sidebar .widget-span.custom_form > div :-moz-placeholder {font-style:italic;color:#D7D7D7;opacity:1} /* Firefox 18- */
.blog.hs-blog-post .blog-sidebar .widget-span.custom_form > div ::-moz-placeholder {font-style:italic;color:#D7D7D7;opacity:1} /* 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 {position:relative;}
.widget-type-google_search input[type="text"] {
  background-color: #fff;
  border: none;
  margin:0;
  min-height: 35px;
  padding: 8px 30px 9px 22px;
}
.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;
  display: block;
  font-family: TitilliumBold;
  font-size: 32px;
  min-height: 55px;
  line-height: 50px;
  margin: 5px auto 15px;
  text-shadow: 1px 2px 0 #345b00;
  width: 100%;
  display:block;
  background: #7bd700;
  color: #fff;
  border: 0;
  border-radius: 4px;
  text-align:center;
  outline:0 none;
}

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

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


/* =============== 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 {
  background: url(//cdn2.hubspot.net/hubfs/4146140/SolarMaxTechnology_March2018/Images/sprite.png?t=1522332605871) 0 -491px;
  border: none;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 15px;
  font-size: 0;
  min-height: auto;
  line-height: 0;
  padding: 0;
  margin: 0;
}

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


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
/* Vertical Menu */
.body-container .hs-menu-wrapper.hs-menu-flow-vertical {}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul {}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li {}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a {
  color: #767676;
  padding: 5px 0;
  font-size: 14px;
  font-family: OpenSansSemibold;
  white-space:normal!important;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a:hover {opacity:0.6}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul ul {}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul ul li {}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul ul li a {
  color: #767676;
  padding: 5px 10px;
  font-size: 14px;
  font-family: OpenSansSemibold;
  white-space:normal!important;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul ul li a:hover {opacity:0.6}

@media (min-width:768px) {
	.body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul {
  	background:#fff;
    min-width:200px;
    transition:none!important;
  }

}

/* Breadcrumbs */
.hs-breadcrumb-menu {
  background-color: #ffc124;
  border-radius: 4px;
  padding: 8px 15px;
  margin-bottom:19px;
}
.hs-breadcrumb-menu:after {
  content:"";
  display:table;
  clear:both;
}
.hs-breadcrumb-menu li {
	margin:0;
  padding:0;
}
.hs-breadcrumb-menu li + li:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 10px;
  content: "\e080";
}
.hs-breadcrumb-menu li a {color: #fff;}
.hs-breadcrumb-menu li a:hover {color: #000;}
.hs-breadcrumb-menu .hs-breadcrumb-menu-divider {display:none;}


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */
/* FF */
@-moz-document url-prefix() {
  .custom_footer-logos ul li .one, 
  .custom_footer-logos ul li .two {
      position: relative;
      top: 1px;
  }
  
}





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

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


/* =============== Landscape tablet and smaller devices =============== */
@media (max-width: 1050px) {
  
  /* header */
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {padding: 8px 3px;}
  .custom-menu-primary .hs-menu-wrapper > ul li:last-child > ul {left: auto!important;right: 0!important;}  
  
  /* footer */
  .footer-container .row-fluid .page-center {
    padding: 0 15px;
    max-width: 100%;
  }

  
  /* blog */
  .hs-blog-listing .span4.blog-sidebar {padding-left:0;padding-right:0;}
  .blog .blog-sidebar h3:first-child {font-size:27px;}
  
  
  /* POST */
  .hs-blog-post .span4.blog-sidebar {padding-right:0;}
  
}

@media (max-width:991px) {

  /* fooetr social */
  .custom_footer-social ul {
    overflow: hidden;
    width: auto;
    margin: 0 auto 10px;
  }
  
  /* blog */
  .blog-listing-wrapper .post-listing .post-item {
    width: 100%;
    display: block;
    padding-right: 0;
  }
  
  .hs-blog-listing .span8.blog-content {width: 65%;}
  .hs-blog-listing .span4.blog-sidebar {width:35%;}

  .blog .blog-sidebar .custom_form h3.form-title {text-align:center;}
  .hs-blog-header h1 {font-size:35px;}
  
   .hs-blog-listing .span8.blog-content > div > div {margin:0;}
  
}

@media (min-width:768px) and (max-width:980px) {

	/* header */
  #custom_header .custom_empty-col {width: 26%;}
 
  #custom_header .custom_cart,
  #custom_header .custom_call {width:auto}
  #custom_header .custom_call {float:right;}
  
  .custom-menu-primary .hs-menu-wrapper > ul {float:left;}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a,
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {font-size: 12px;}

  /* content */
  h2:after {
    width: 180px;
    background-position: center;
  }
  
  
}

@media (max-width: 767px) {

	/* header */
  .header-container {padding-bottom:9px;}
  #custom_header .custom_right-col,
  #custom_header .custom_left-col {
      width: 100%;
      float: none;
      padding: 0 15px;
  }

  #custom_header .custom_empty-col {display:none;}
  
  /* header cart */
  #custom_header .custom_cart {
      width: 100%;
      margin-top: 20px;
      text-align: center;
  }
  .custom_cart img {margin-right:4px;}
  
  /* call */
  #custom_header .custom_call {
    float:none;
    width:100%;
    text-align:center;
  }
  .call-for-quote {
      width: 300px;
      margin: 0 auto;
  }

  /* content */
  .main-content,
  .sidebar {padding-bottom:20px;}
  
  
  /* footer */
  #custom_footer-top .custom_footer-col {width:50%;}
  #custom_footer-top .custom_footer-col.three {clear:left;}
  #custom_footer-top .custom_footer-col.four {text-align: left;}
  
  #custom_footer-top .custom_footer-menu .hs-menu-wrapper > ul ul {display:block!important;}
  
  
  /* blog */
  .hs-blog-post .span4.blog-sidebar,
  .hs-blog-post .span8.blog-content,
  .hs-blog-listing .span8.blog-content,
  .hs-blog-listing .span4.blog-sidebar {width:100%;float:none;}
  
  .hs-blog-listing .blog-sidebar {padding-left:15px!important;padding-right:15px!important;}
  .blog .blog-sidebar {padding-top:30px;}
  
  .blog .blog-sidebar .custom_form .hs_cos_wrapper_type_form .hs-button.primary.large {max-width: 140px;}
  .hs-blog-listing .body-container .row-fluid .page-center {
      padding-left: 10px;
      padding-right: 10px;
  }
  
  /* POST */
  .hs-blog-post .content-wrapper > div {margin:0;}
  
  .hs-blog-post .related-posts, 
  .hs-blog-post .widget-type-blog_comments,
  .hs-blog-post .blog-post-wrapper, 
  .hs-blog-post .blog-detail {padding-left:23px;}
  
  .hs-blog-post .span4.blog-sidebar {
      padding-right: 0;
      padding-left: 0;
      padding-top:30px;
  }
  
  .widget-type-blog_comments .hs-button.primary {font-size:25px;}
  
}  

@media (max-width: 580px) {

  
  /* footer */
  #custom_footer-top .custom_footer-col {
    text-align:center;
  	width:100%;
    float:none;
  }
  #custom_footer-top .custom_footer-col.four {text-align:center;}
  
	/* footer logos */
  .custom_footer-logos ul li {
    float: none;
    margin-right: 0;
    width: 100%;
    text-align:center;
  }
  
  /* footer social */
  .custom_footer-social ul li {
      display: inline-block;
      float: none;
      margin-left: 8px;
  }
  
  .content-wrapper .hs-button.primary,
  .content-wrapper input[type="submit"],
  .content-wrapper input[type="button"] {font-size:22px;}
  
  
  
}

@media (max-width: 380px) {

  /* footer */
  .custom_footer-copyright {padding:0 15px;}

}



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

@media (max-width: 360px) {
  /* heder button */
  .call-for-quote {
    width:auto;
    margin:0 15px;
  }
  
}
@media (max-width: 479px) {

  .hs-blog-header h1 {font-size:28px;}

  .hs-blog-post .blog-detail > span {display:inline-block;}
  
}



