/* ==========================================================================
   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; }
/* Open Sans
   ========================================================================== */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/OpenSans/Regular/opensans-regular-webfont.eot');
    src: url('//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/OpenSans/Regular/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/OpenSans/Regular/opensans-regular-webfont.woff') format('woff'),
    url('//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/OpenSans/Regular/opensans-regular-webfont.ttf') format('truetype'),
    url('//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/OpenSans/Regular/opensans-regular-webfont.svg#open_sansregular') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/OpenSans/Bold/opensans-bold-webfont.eot');
    src: url('//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/OpenSans/Bold/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/OpenSans/Bold/opensans-bold-webfont.woff') format('woff'),
    url('//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/OpenSans/Bold/opensans-bold-webfont.ttf') format('truetype'),
    url('//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/OpenSans/Bold/opensans-bold-webfont.svg#open_sansregular') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: url('//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/OpenSans/Italic/opensans-italic-webfont.eot');
    src: url('//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/OpenSans/Italic/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/OpenSans/Italic/opensans-italic-webfont.woff') format('woff'),
    url('//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/OpenSans/Italic/opensans-italic-webfont.ttf') format('truetype'),
    url('//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/OpenSans/Italic/opensans-italic-webfont.svg#open_sansregular') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: url('//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/OpenSans/BoldItalic/opensans-bolditalic-webfont.eot');
    src: url('//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/OpenSans/BoldItalic/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/OpenSans/BoldItalic/opensans-bolditalic-webfont.woff') format('woff'),
    url('//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/OpenSans/BoldItalic/opensans-bolditalic-webfont.ttf') format('truetype'),
    url('//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/OpenSans/BoldItalic/opensans-bolditalic-webfont.svg#open_sansregular') format('svg');
}

/* DIN Next
   ========================================================================== */
@font-face {
    font-family: "DIN-Next-W01-Light";
    src: url("//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/DIN/DIN-Next-W01-Light/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot?#iefix");
    src: url("//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/DIN/DIN-Next-W01-Light/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot?#iefix") format("eot"),
	url("//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/DIN/DIN-Next-W01-Light/bc176270-17fa-4c78-a343-9fe52824e501.woff") format("woff"),
	url("//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/DIN/DIN-Next-W01-Light/3516f91d-ac48-42cd-acfe-1be691152cc4.ttf") format("truetype"),
	url("//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/DIN/DIN-Next-W01-Light/d1b1e866-a411-42ba-8f75-72bf28e23694.svg#d1b1e866-a411-42ba-8f75-72bf28e23694") format("svg");
}


@font-face {
    font-family: "DIN-Next-W02-Light";
    src: url("//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/DIN/DIN-Next-W02-Light/48e5a0e1-2d56-46e5-8fc4-3d6d5c973cbf.eot?#iefix");
    src: url("//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/DIN/DIN-Next-W02-Light/48e5a0e1-2d56-46e5-8fc4-3d6d5c973cbf.eot?#iefix") format("eot"),
	url("//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/DIN/DIN-Next-W02-Light/07d62b21-8d7a-4c36-be86-d32ab1089972.woff") format("woff"),
	url("//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/DIN/DIN-Next-W02-Light/c0050890-bbed-44b9-94df-2611d72dbb06.ttf") format("truetype"),
	url("//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/DIN/DIN-Next-W02-Light/9f774d17-c03a-418e-a375-34f3beecbc7a.svg#9f774d17-c03a-418e-a375-34f3beecbc7a") format("svg");
}

@font-face {
    font-family: "DIN-Next-W10-Light";
    src: url("//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/DIN/DIN-Next-W10-Light/3d009cd7-c8fe-40c0-93da-74f4ea8c530b.eot?#iefix");
    src: url("//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/DIN/DIN-Next-W10-Light/3d009cd7-c8fe-40c0-93da-74f4ea8c530b.eot?#iefix") format("eot"),
	url("//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/DIN/DIN-Next-W10-Light/a9e95a29-98a7-404a-90ee-1929ad09c696.woff") format("woff"),
	url("//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/DIN/DIN-Next-W10-Light/0a7663fd-eae8-4e50-a67a-225271f8cceb.ttf") format("truetype"),
	url("//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/DIN/DIN-Next-W10-Light/58ae9be9-5d95-44b6-8b6c-e6da6a46822c.svg#58ae9be9-5d95-44b6-8b6c-e6da6a46822c") format("svg");
}

/* Avenir
   ========================================================================== */
@font-face{
    font-family:"Avenir-LT-W01_35-Light1475496";
    src:url("//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/Avenir/Avenir-LT-W01_35-Light/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot?#iefix");
    src:url("//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/Avenir/Avenir-LT-W01_35-Light/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot?#iefix") format("eot"),
	url("//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/Avenir/Avenir-LT-W01_35-Light/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2") format("woff2"),
	url("//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/Avenir/Avenir-LT-W01_35-Light/908c4810-64db-4b46-bb8e-823eb41f68c0.woff") format("woff"),
	url("//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/Avenir/Avenir-LT-W01_35-Light/4577388c-510f-4366-addb-8b663bcc762a.ttf") format("truetype"),
	url("//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/Avenir/Avenir-LT-W01_35-Light/b0268c31-e450-4159-bfea-e0d20e2b5c0c.svg#b0268c31-e450-4159-bfea-e0d20e2b5c0c") format("svg");
}

@font-face{
    font-family:"Avenir-LT-W01_85-Heavy1475544";
    src:url("//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/Avenir/Avenir-LT-W01_85-Heavy/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot?#iefix");
    src:url("//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/Avenir/Avenir-LT-W01_85-Heavy/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot?#iefix") format("eot"),
	url("//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/Avenir/Avenir-LT-W01_85-Heavy/d513e15e-8f35-4129-ad05-481815e52625.woff2") format("woff2"),
	url("//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/Avenir/Avenir-LT-W01_85-Heavy/61bd362e-7162-46bd-b67e-28f366c4afbe.woff") format("woff"),
	url("//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/Avenir/Avenir-LT-W01_85-Heavy/ccd17c6b-e7ed-4b73-b0d2-76712a4ef46b.ttf") format("truetype"),
	url("//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Fonts/Avenir/Avenir-LT-W01_85-Heavy/20577853-40a7-4ada-a3fb-dd6e9392f401.svg#20577853-40a7-4ada-a3fb-dd6e9392f401") format("svg");
}

/* ==========================================================================
   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;
    font-size: 10px;
    font-family: Arial,Helvetica,sans-serif;
} 

html.no-js {visibility: hidden;}

body {
	background-color: #fff;
	font: normal normal normal 18px/1.4em avenir-lt-w01_35-light1475496,sans-serif ;color:#2F2E2E;
}

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

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

.row-fluid .span12 {width: 100%;}

@-webkit-viewport {width:device-width;}
@-moz-viewport {width:device-width;}
@-ms-viewport {width:device-width;}
@-o-viewport {width:device-width;}


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


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

/* Basic text */
p {margin: 0 0 10px;} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {margin: 0 0 10px;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font: normal normal normal 50px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
	color: #2F2E2E;        
}

h2 {
	font: normal normal normal 40px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
	color: #2F2E2E;        
}

h3 {
    font: normal normal bold 30px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    color:#424242;
}
h4 {font: normal normal normal 22px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;}
h5 {font: normal normal normal 18px/1.4em avenir-lt-w01_35-light1475496,sans-serif ;color:#2F2E2E;}
h6 {
	font: normal normal normal 17px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
	color: #2F2E2E;    
}

.font_0 {font: normal normal normal 50px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;color:#FFFFFF;} 
.font_1 {font: normal normal normal 16px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif ;color:#605E5E;} 
.font_2 {font: normal normal normal 40px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif ;color:#2F2E2E;} 
.font_3 {font: normal normal normal 90px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif ;color:#2F2E2E;} 
.font_4 {font: normal normal bold 30px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif ;color:#424242;} 
.font_5 {font: normal normal normal 24px/1.4em avenir-lt-w01_35-light1475496,sans-serif ;color:#FFFFFF;} 
.font_6 {font: normal normal normal 22px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif ;color:#2F2E2E;} 
.font_7 {font: normal normal normal 22px/1.4em avenir-lt-w01_35-light1475496,sans-serif ;color:#2F2E2E;} 
.font_8 {font: italic normal normal 20px/1.4em avenir-lt-w01_35-light1475496,sans-serif ;color:#2F2E2E;} 
.font_9 {font: normal normal normal 18px/1.4em avenir-lt-w01_35-light1475496,sans-serif ;color:#2F2E2E;} 
.font_10 {font: normal normal normal 12px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif ;color:#605E5E;} 

.hs_cos_wrapper_type_section_header {
    display: block;
    padding-bottom: 28px;
}

.hs_cos_wrapper_type_section_header h1 {
	font: normal normal normal 40px/normal avenir-lt-w01_85-heavy1475544,sans-serif;
	color: #2F2E2E;
	margin: 0;
}

.hs_cos_wrapper_type_section_header p {
	font: normal normal normal 22px/normal avenir-lt-w01_35-light1475496,sans-serif;
	color: #2F2E2E;	
	text-align: justify;
}


/* Anchor Links */
a {	
    text-decoration: none;
    outline: 0;
    color: #3D9BE9;
}

a[name] {
    display: block;
    position: absolute;
    margin-top:-69px;
}

/* Lists */
ul, ol {margin: 0 0 10px;}
ul ul, ul ol, ol ol, ol ul {}
li {}


ul.custom_three-image {
	padding: 31px 0 33px;
	margin: 0;
	list-style: none;
}

ul.custom_three-image li {
	display: inline-block;
	margin-right: 56px;
}

ul.custom_three-image li:nth-child(2) {
	position: relative;
	top: -2px;
	margin-right: 46px;
}

ul.custom_three-image li:last-child {
	position: relative;
	top: -2px;
	margin-right: -30px;
}

ul.custom_three-image li img {object-fit: fill;}
ul.custom_three-image li img[src*="greentechmedia.png"] {
	width: 296px;
	height: 60px;	
}

ul.custom_three-image li img[src*="forbes.png"] {
	width: 179px;
	height: 50px;
}

ul.custom_three-image li img[src*="techcrunch.png"] {
	width: 330px;
	height: 50px;	
}

ul.custom_four-image {
	margin: 42px 0 0 1px;
	padding: 0;
	list-style: none;
}

ul.custom_four-image li {
	float: left;
	margin-right: 101px;
}

ul.custom_four-image li:nth-child(2) {margin-right: 86px;}
ul.custom_four-image li:nth-child(3) {margin-right: 70px;}
ul.custom_four-image li:last-child {margin: 0;}

ul.custom_four-image li img {object-fit: fill;}
ul.custom_four-image li img[src*="obvious-venture.png"] {width: 171px;height: 68px;}
ul.custom_four-image li img[src*="elemental-excelerator.png"] {margin-top: -5px;width: 140px;height: 70px;}
ul.custom_four-image li img[src*="sunshot.png"] {width: 189px;height: 68px;}
ul.custom_four-image li img[src*="california-solar-energy.png"] {width: 130px;height: 70px;margin-top: -5px;}

@media (max-width: 991px) {
    ul.custom_three-image li {
    	width: 30%;
    	margin: 0 0 0 3%!important;
    	position:static!important;
    }
    
    ul.custom_three-image li:first-child {margin-left:0!important}
    
    ul.custom_three-image li img[src*="greentechmedia.png"],
    ul.custom_three-image li img[src*="forbes.png"],
    ul.custom_three-image li img[src*="techcrunch.png"] {
    	width: auto;
    	height: auto;
    }

    ul.custom_four-image li,
    ul.custom_four-image li:nth-child(2),
    ul.custom_four-image li:nth-child(3),
    ul.custom_four-image li:last-child {
    	width: 23%;
    	float: left;
    	margin: 0 0 0 2%;
    }
    
    ul.custom_four-image li:first-child {margin-left: 0}
    
    
    ul.custom_four-image li img[src*="obvious-venture.png"] {width: auto;height: auto;}
    ul.custom_four-image li img[src*="elemental-excelerator.png"] {margin-top: 0;width: auto;height: auto;}
    ul.custom_four-image li img[src*="sunshot.png"] {width: auto;height: auto;}
    ul.custom_four-image li img[src*="california-solar-energy.png"] {width: auto;height: auto;margin-top: 0;}

}

@media (max-width: 767px) {
    ul.custom_three-image li {
    	float: none;
    	width: auto;
    	margin: 0 0 30px!important;
    }
    
    ul.custom_three-image li:last-child {
    	margin-bottom: 0!important;
    }
    
    ul.custom_four-image li, 
    ul.custom_four-image li:nth-child(2), 
    ul.custom_four-image li:nth-child(3), 
    ul.custom_four-image li:last-child {
    	width: 100%;
    	text-align: center;
    	margin: 0 0 30px!important;
    }
    
}

/* 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 {min-height: 69px;}
.header-container {}



/* ==========================================================================
   Custom Header
   ========================================================================== */
#custom_header {
    position: fixed;
    background-color: #000;
    left: 0;
    width: 100%;
    z-index: 100;
    top: 0;
    min-height: 69px;
}

#custom_header .page-center {padding: 8px;}
@media (max-width: 767px) {
    #custom_header {position: absolute;}
}

/* Custom Header Columns
   ========================================================================== */
#custom_header .custom-menu-primary,
#custom_header .custom_logo {
    float: left;
    width: auto!important;
    margin-left: 0;
}

#custom_header .custom_header-links {
    float: right;
    margin-left: 0;
}

/* Custom Header Links
   ========================================================================== */
.custom_header-links .hs-menu-wrapper > ul {float: right;}
.custom_header-links .hs-menu-wrapper > ul li a {
	color: #8F8F8F;
	font: normal normal normal 14px/1.4em 'open sans',sans-serif;
	transition: color 0.4s ease;
	padding: 16px 15px;
}

.custom_header-links .hs-menu-wrapper > ul li a:hover {color: #3B58B8;}

.custom_header-links .hs-menu-wrapper > ul li.custom-demo-btn > a {
	background-color: #3d9be9;
	border-radius: 5px;
	color: #fff;	
	transition: border-color 0.4s ease, background-color 0.4s ease;
	padding: 8px 25px 7px 23px;
	margin-top: 6px;
	font: normal normal normal 16px/1.4em 'open sans',sans-serif;
	margin-right: 2px;
}

.custom_header-links .hs-menu-wrapper > ul li.custom-demo-btn > a:hover {
	background-color: #2B689C;
	color: #fff;
}

@media (max-width: 991px) {
	.custom_header-links .hs-menu-wrapper > ul li.custom-demo-btn > a {
		padding: 5px;
		margin: 10px 0 0;
	}
}

@media (max-width: 767px) {

    #custom_header .page-center {padding: 10px 10px 13px 10px;}
    #custom_header .custom-menu-primary, 
    #custom_header .custom_logo {
    	width: 100%!important;
    	float:  none;
    }
    
    #custom_header .custom_logo {text-align: center;}
    #custom_header .custom_logo img {
        max-width: 138px;
        width: auto!important;
    }
    
    #custom_header .custom_header-links {display: none;}
}

/* Get Demo PopUp
   ========================================================================== */
#getdemo-popup {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(47, 46, 46, 0.45);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 250ms ease, visibility 250ms ease;
	z-index: 2000;
	overflow-y: auto;
}

#getdemo-popup.open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

#getdemo-popup > .shadow-popup {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
}

#getdemo-popup > div.wrap {
	max-width: 630px;
	margin: 0 auto;
	height: 100%;
	position: relative;
	z-index: 20;
}

#getdemo-popup > div.wrap > div.pad {
	background-color: rgb(252, 254, 253);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 7px 73px;
	opacity: 0;
}

#getdemo-popup > div.wrap > div.pad:after {
	clear: both;
	content: "";
	display: table;
}

#getdemo-popup.open > div.wrap > div.pad {
	opacity: 1;
	transition: opacity 1s ease 500ms;
}

/* Get Demo - Close PopUp */
#getdemo-popup .close-popup {
	position: absolute;
	right: 20px;
	top: 24px;
	cursor: pointer;
}

/* Get Demo - Logo */
#getdemo-popup .widget-type-logo {text-align: center;padding-left: 2px;}
#getdemo-popup h5 {
	line-height: normal;
	font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
	margin: 0;
}

/* Get Demo - Form */
#getdemo-popup .widget-type-form {
	position: relative;
	height: 308px;
	margin-bottom: 25px;
	margin-top: 19px;
}

#getdemo-popup .widget-type-form > div {
	height: 308px;
	width: 539px;
	overflow-y: auto;
	position: absolute;
}

#getdemo-popup .widget-type-form h3:empty {display: none;}
#getdemo-popup .widget-type-form > div > span {
	padding: 5px 3px;
	display: block;
}

#getdemo-popup .widget-type-form form {max-width: 500px;}
#getdemo-popup .widget-type-form form .actions {padding-top: 11px;}

@media (max-width: 767px) {
    #getdemo-popup > div.wrap {max-width: 95%;height: 100%;}
    #getdemo-popup > div.wrap > div.pad {padding: 10px;position:  static;transform: none;}
    #getdemo-popup .widget-type-form,
    #getdemo-popup .widget-type-form > div {
    	width: 100%;
    	height: auto;
    	overflow: auto;
    	position:  static;
    }    
}

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

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

.content-wrapper {padding: 56px 36px;}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* ==========================================================================
   Custom Module                                          
   ========================================================================== */


/* Custom Three Open Position Module
   ========================================================================== */
.custom_three-open-position {
	display: flex;
	justify-content: space-around;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	padding: 20px 50px 31px;
	margin-bottom: 26px;
	margin-left: 5px;
}

.custom_three-open-position > div {
	max-width: 220px;
}

.custom_three-open-position .custom_module-title {
	font: normal normal normal 22px/normal avenir-lt-w01_85-heavy1475544,sans-serif;
	color: #2F2E2E;
}

.custom_three-open-position .custom_top-image-inner {
	display: block;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	border: 15px solid rgba(255, 255, 255, 1);
	background-color: rgba(255, 255, 255, 1);
	overflow: hidden;
	width: 70px;
	height: 70px;
	margin:  0 auto;
}

.custom_three-open-position .custom_top-image {margin-bottom: 15px;}

.custom_left-module .custom_module-title {margin-left: -2px;}
.custom_center-module .custom_top-image {margin-left: 4px;}
.custom_right-module .custom_module-inner {
	position: relative;
	left: 7px;
}

/* Custom Leadership Module
   ========================================================================== */
.custom_leadership-wrapper > div:nth-child(even) .custom_left-module,
.custom_leadership-wrapper > div:nth-child(even) .custom_right-module {
	float: right;
}

.custom_leadership-wrapper > div:nth-child(even) .custom_left-module {margin-right: -2px;margin-top: -3px;}
.custom_leadership-wrapper > div:nth-child(even) .custom_right-module {margin: 0 10px 0 0;}

.custom_leadership-wrapper > div:last-child .custom_leadership-module {padding-bottom: 30px;}

.custom_leadership-module {padding-bottom: 58px;}
.custom_leadership-module:after {clear:both;content: "";display: table;}
.custom_leadership-module .custom_left-module img {border-radius: 50%;}
.custom_leadership-module .custom_left-module {
	max-width: 200px;
	float: left;
}

.custom_leadership-module .custom_right-module {
	max-width: 700px;
	float: left;
	margin-left: 10px;
	margin-right: -10px;
}


.custom_leadership-module .custom_leadership-name,
.custom_leadership-module .custom_leadership-title {
	font: normal normal normal 22px/normal avenir-lt-w01_85-heavy1475544,sans-serif;
	color: #2F2E2E;	
	margin: 0;
}

.custom_leadership-module .custom_leadership-title {
	font-size: 17px;
	color: #8F8F8F;
}

.custom_leadership-module p {
	text-align: justify;
	line-height: normal;
}

/* Custom Pricing Module
   ========================================================================== */
.custom_pricing-module-wrapper {
    display: flex;
    padding: 6px 0 31px 8px;
}
.custom_pricing-module-wrapper:after {clear: both;content: "";display: table;}
.custom_pricing-module-wrapper > div {
	float: none;
	width: 220px;
	margin-left: 28px;
}

.custom_pricing-module-wrapper > div:first-child {margin-left: 0;}

.custom_pricing-module {
	background-color: #EDEDED;
	max-width: 220px;
	position: relative;
	height: 100%;
	padding-bottom: 132px;
}

.custom_pricing-module .blue-bar {
	min-height: 26px;
	background-color: #A7D0F2;
}

.custom_pricing-module .blue-bar p {
	font-size:16px;
	line-height: normal;
	font-family:avenir-lt-w01_35-light1475496,sans-serif;
	margin: 0;
	padding: 3px 0 0;
	text-align: center;
	color: #fff;
}

.custom_pricing-module .custom_pricing-subscription {
	text-align: center;
	border-bottom: 3px solid #a7d0f2;
	padding: 10px 0;
}

.custom_pricing-module .custom_pricing-subscription p {
	font: normal normal normal 24px/normal avenir-lt-w01_35-light1475496,sans-serif;
	margin: 0;
}

.custom_pricing-module .custom_pricing-subscription p b,
.custom_pricing-module .custom_pricing-subscription p strong {
	font-family: avenir-lt-w01_85-heavy1475544,sans-serif;	
	font-weight: normal;
}

.custom_pricing-module .custom_pricing-description {
	padding: 16px 11px;
	font: italic 16px/normal avenir-lt-w01_35-light1475496,sans-serif;
}

.custom_pricing-module .custom_pricing-info {
	font: normal normal normal 14px/2em avenir-lt-w01_35-light1475496,sans-serif;
	color: #2F2E2E;
	padding: 7px 5px 7px 11px;
}

.custom_pricing-module .custom_pricing-contact p,
.custom_pricing-module .custom_pricing-info p,
.custom_pricing-module .custom_pricing-description p {margin: 0;}

.custom_pricing-module .custom_pricing-info p b,
.custom_pricing-module .custom_pricing-info p strong {
	font-family: avenir-lt-w01_85-heavy1475544,sans-serif;	
	font-weight: normal;
}

.custom_pricing-module.active-pricing {box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.4);}
.custom_pricing-module.active-pricing .blue-bar {background-color: #3D9BE9;}
.custom_pricing-module.active-pricing .custom_pricing-subscription {
	border-bottom: 3px solid #3D9BE9;
}

.custom_pricing-contact {
	position: absolute;
	bottom: 0;
	font: normal normal normal 14px/2em avenir-lt-w01_35-light1475496,sans-serif;
	color: #2F2E2E;
	padding: 7px 5px 8px 11px;
}

.custom_pricing-contact .custom_pricing-btn {
	margin-top: 10px;
	margin-left: -1px;
}

.custom_pricing-contact .custom_pricing-btn a {
	min-width: 200px;
	min-height: 37px;
	background-color: #3d9be9;
	border-radius: 5px;
	color: #fff;
	font: normal normal normal 16px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
	display: inline-block;
	transition: all 0.4s ease;
	text-align: center;
	padding: 8px 20px 7px;
}

.custom_pricing-contact .custom_pricing-btn a:hover {
	background-color: #2b689c;
}


/* Custom Solar Solution Module
   ========================================================================== */
.custom_solar-solution-wrapper {
	padding: 15px 0;
	width: 100%;
	display: flex;
	justify-content:  center;
}

.custom_solar-solution-wrapper:after {clear: both;content: "";display: table;}
.custom_solar-solution-wrapper > div {
	width: 200px;
	text-align: center;
	margin: 0 52px;
}

.custom_solar-solution-wrapper .custom_ss-button {margin: 14px 0 15px;}
.custom_solar-solution-wrapper .custom_ss-button > * {
	background-color: #3d9be9;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font: normal normal normal 24px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
	transition: border-color 0.4s ease, background-color 0.4s ease, color 0.4s ease;
	padding: 10px 20px;
	width: 100%;
}

.custom_solar-solution-wrapper .custom_ss-button > *:hover {background-color: #2b689c;}

.custom_ss-desc p {
	font: italic normal normal 20px/normal avenir-lt-w01_35-light1475496,sans-serif;
	color: #2F2E2E;	
	margin: 0;
}

@media (max-width: 991px) and (min-width: 768px) {
    .custom_solar-solution-wrapper > div:first-child {margin-left: 0;}
    .custom_solar-solution-wrapper > div:last-child {margin-right: 0;}
}

/* Custom Solar Platform Module
   ========================================================================== */
.custom_solar-platform-wrapper {
	position: relative;
	margin-bottom: 150px;
}

.custom_solar-platform-wrapper:before {
	content: "";
	background-image: url('//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Layout/solar-platform-line.png');
	background-size: 16px auto;
	width: 16px;
	height: 100%;
	display: block;
	position: absolute;
	left: 67px;
	top: -10px;
}

.custom_solar-platform-wrapper:after,
.custom_solar-platform:after {
	clear: both;
	content: "";
	display: table;
}

.custom_solar-platform-item {position: relative;}
.custom_solar-platform-item:first-child:before {
	content: "";
	background-image: url('//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Layout/solar-platform-dot.png');
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	left: 70px;
	top: -15px;
}

.custom_solar-platform-item:last-child:before {
	content: "";
	background-image: url('//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Layout/solar-platform-dot.png');
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	left: 70px;
	bottom: 0;
}

.custom_solar-platform {margin-bottom: 51px;}
.custom_solar-platform-item:last-child .custom_solar-platform {margin-bottom: 0;}
.custom_solar-platform > div {float: left;}
.custom_solar-platform-item:first-child .custom_solar-left-platform {padding-top: 35px;}
.custom_solar-platform .custom_solar-left-platform {
	width: 100%;
	max-width: 12.2969837587%;
	padding-top: 29px;
	margin-left: 23px;
}

.custom_solar-platform .custom_solar-right-platform {
	width: 100%;
	max-width: 83.2599118943%;
	margin-left: 12px;
}

.custom_solar-platform h2 {
	margin: 8px 0 0;
	line-height: normal;
}

.custom_solar-platform p {
	font: normal normal normal 22px/normal avenir-lt-w01_35-light1475496,sans-serif;
	color: #2F2E2E;	
	text-align: justify;
}

.custom_solar-platform p:last-child {margin-bottom: 0;}
.custom_solar-platform p strong {
	font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
	font-weight:  normal;
}


.custom_solar-platform-item img {width: 106px;height: 110px;max-width: none;}

/* Custom Solar Software Module
   ========================================================================== */
.custom_solar-software-module {margin-top: 29px;}
.custom_solar-software-module .custom_solar-left-module {
	float: left;
	width: 20.6%;
	min-height: 1px;
}

.custom_solar-software-module .custom_solar-left-module img {
	margin-left: 20px;
	margin-top: -2px;
}

.custom_solar-software-module .custom_solar-right-module {
	float: left;
	width: 78.2%;
}

.custom_solar-software-module .custom_solar-title {
	position: relative;
	line-height: normal;
	margin: 0;
}

.custom_solar-software-module .custom_solar-title:before {
	content: "";
	background-image: url(//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Layout/blue-border.png);
	background-size: 10px 40px;;
	width: 10px;
	height: 40px;
	display: inline-block;
	position: relative;
	left: -25px;
	top: 2px;
	position: absolute;
}


.custom_solar-software-module p {
	font: normal normal normal 22px/normal avenir-lt-w01_35-light1475496,sans-serif;
	text-align: justify;
	color: #2F2E2E;
	margin-bottom: 27px;
}

/* Custom Banner
   ========================================================================== */
#custom-banner {
	width: 100%;
	height: 700px;
	display: table;
	background-color: #2F2E2E;
	position: relative;
	color: #fff;
}

#custom-banner > div {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 20;
}

/* =============== Custom Banner - Image =============== */
#custom-banner > div.banner-image {
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	opacity: 0.65;
}

/* =============== Custom Banner - Content =============== */
#custom-banner .page-center {padding: 0 36px;}
#custom-banner .banner-wrapper {
	position: relative;
	top: -42px;
}

#custom-banner h1 {
	color: #fff;
	margin: 0;
	line-height: normal;
	padding-right: 20px;
}

#custom-banner ul {
	font: normal normal normal 24px/normal avenir-lt-w01_35-light1475496,sans-serif;
	margin: 0 0 25px;
	padding: 0;
	list-style: none;
}

#custom-banner ul li:before {
	content: "";
	display: inline-block;
	background-image: url('//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Layout/check-list.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 18px;
	margin: 0 4px 0 7px;
}

#custom-banner .custom-getdemo-btn {margin-left: 37px;text-align: left;}

/* =============== Custom Banner - Solar Solution =============== */
body.custom_solutions #custom-banner {height: 454px;}
body.custom_solutions #custom-banner .page-center {padding: 0 59px;}
body.custom_solutions #custom-banner .banner-wrapper {
	top: 0;
	max-width: 584px;
	margin-top: 20px;
}

body.custom_solutions #custom-banner ul li:before {
	margin: 0 6px 0 1px;
	width: 24px;
	height: 20px;
}



/* ==========================================================================
   Global Groups & Global Modules                                                 
   ========================================================================== */

/* Gloabl Gallery
   ========================================================================== */
.custom_home-gallery {margin: 64px 0 85px}

.hs_global_widget .hs_cos_gallery {overflow: hidden;}
.hs_global_widget .hs_cos_gallery .slick-track {min-height: 387px;}
.hs_global_widget .hs_cos_gallery .slick-list {overflow: visible;}
.hs_global_widget .hs_cos_gallery_main {
	padding: 95px 0 52px;
	margin: 0;    
}

.hs_global_widget .hs_cos_gallery_main .slick-slide {margin: 0;position: relative;}
.hs_global_widget .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {display: block;position: static;}
.hs_global_widget .hs_cos_gallery_main img {
	width: auto;
}

/* =============== Gloabl Gallery Caption =============== */
.hs_global_widget .caption h1 {
	color: #000000;
	font-family:avenir-lt-w01_35-light1475496,sans-serif;		
	font-size: 35px;	
	line-height: normal;
	margin: 0 0 21px;
}

.hs_global_widget .caption p {
	font-family: avenir-lt-w01_35-light1475496,sans-serif;
	color: #000;
	font-size: 16px;
	line-height: normal;
	font-style: italic;	
}

/* =============== Gloabl Gallery Custom Image =============== */
.hs_global_widget .hs_cos_gallery_main img[src*="SolarSoftwareGallery-1"] {
	float: left;
	margin-left: 57px;
}

.hs_global_widget .hs_cos_gallery_main img[src*="SolarSoftwareGallery-2"] {
	float: left;
	margin-left: 82px;
	position: relative;
	top: -24px;
}

.hs_global_widget .hs_cos_gallery_main img[src*="SolarSoftwareGallery-3"] {
	width: auto;
	margin: 28px auto 0;
}

.custom_home-gallery .slick-slide img {
    margin: 0 auto;
    display: block;
    outline: 0;
}

/* =============== Gloabl Gallery Custom Caption =============== */
.hs_global_widget .custom_caption-quick-system {
	position: relative;
	left: -80px;
	top: -6px;
}

.hs_global_widget .custom_caption-quick-system p {margin-right: -20px}


.hs_global_widget .custom_caption-flexible-sales {
	position: absolute;
	bottom: 20px;
	right: 42px;
	max-width:  326px;
}

.hs_global_widget .custom_caption-flexible-sales h1 {margin-bottom: 11px;}

.hs_global_widget .custom_caption-preofessional {
	position: absolute;
	top: -61px;
	text-align: center;
	width: 100%;
	padding-right: 19px;
}

.hs_global_widget .custom_caption-preofessional h1 {margin: 0 0 9px;}
.hs_global_widget .custom_caption-preofessional p {
	margin: 0 auto;
}

/* =============== Gloabl Gallery Dots =============== */
.custom_home-gallery .slick-dots,
.hs_global_widget .slick-dots {
	font-size: 0;
	margin: 0;
	line-height: 0;
	position:  relative;
	top: 1px;
}

.custom_home-gallery .slick-dots li,
.hs_global_widget .slick-dots li {
	margin: 0 9.5px;
	width: auto;
	height: auto;
}

.custom_home-gallery .slick-dots li button,
.hs_global_widget .slick-dots li button {
	width: 8px;
	height: 8px;
	padding: 0;
	border-radius: 50%;
	border-radius: 50%;
	background-color: #a0a09f;
}

.custom_home-gallery .slick-dots li.slick-active > button,
.hs_global_widget .slick-dots li.slick-active > button {background-color: #cccccc;}

.custom_home-gallery .slick-dots li button:before,
.hs_global_widget .slick-dots li button:before {display: none;}

/* =============== Gloabl Gallery Custom Arrows =============== */
.custom_home-gallery .slick-arrow,
.hs_cos_gallery_main .slick-arrow, 
.hs_cos_gallery_thumbnails .slick-arrow, 
.hs_cos_gallery_lightbox .slick-arrow {z-index: 20;margin-top: -45px;}

@-moz-document url-prefix() {
    .custom_home-gallery .slick-arrow,
    .hs_cos_gallery_main .slick-arrow, 
    .hs_cos_gallery_thumbnails .slick-arrow, 
    .hs_cos_gallery_lightbox .slick-arrow {width: 25px;}
}

.custom_home-gallery .slick-arrow:before,
.hs_cos_gallery_main .slick-arrow:before, 
.hs_cos_gallery_thumbnails .slick-arrow:before, 
.hs_cos_gallery_lightbox .slick-arrow:before {display: none;}

.custom_home-gallery .slick-arrow:hover,
.hs_cos_gallery_main .slick-arrow:hover, 
.hs_cos_gallery_thumbnails .slick-arrow:hover, 
.hs_cos_gallery_lightbox .slick-arrow:hover {opacity: 0.6;}

.custom_home-gallery .slick-arrow svg,
.hs_cos_gallery_main .slick-arrow svg, 
.hs_cos_gallery_thumbnails .slick-arrow svg, 
.hs_cos_gallery_lightbox .slick-arrow svg {
	fill: rgba(160, 160, 159, 1);
	stroke: rgba(160, 160, 159, 1);
	stroke-width: 1px;
}

.custom_home-gallery .slick-arrow.slick-next svg,
.hs_cos_gallery_main .slick-arrow.slick-next svg, 
.hs_cos_gallery_thumbnails .slick-arrow.slick-next svg, 
.hs_cos_gallery_lightbox .slick-arrow.slick-next svg {
	-webkit-transform: scale(-1);
	transform: scale(-1);
}


.custom_home-gallery .slick-arrow {margin-top: -41px}
.custom_home-gallery .slick-arrow.slick-prev {margin-left: 7px;} 
.custom_home-gallery .slick-arrow.slick-next {margin-right: 7px;} 


/* CUSTOM HOME GALLERY FIX ON WIX */
.custom_home-gallery {margin: 29px 0 85px;}
.custom_home-gallery .slick-arrow {margin-top: -23px;}
.custom_home-gallery .slick-arrow.slick-next {margin-top: -21px;}
.custom_home-gallery .slick-track {
	padding: 35px 0 0;
	margin-bottom: 3px;
}

@-moz-document url-prefix() {
    .custom_home-gallery {margin-bottom: 84px;}
    .custom_home-gallery .slick-arrow {margin-top: -25px;}
    .custom_home-gallery .slick-arrow.slick-prev {
        margin-left: 4px;
        width: 26px;        
        height: 40px;
    }
    
    .custom_home-gallery .slick-arrow.slick-next {
        margin-top: -21px;
        width: 26px;
        height: 40px;
        margin-right: 4px;
    }
    
    .custom_home-gallery .slick-track{margin-bottom: 5px;}
}

.custom_home-gallery .slick-slide {outline: 0!important;}

@media (min-width: 768px) {
.custom_home-gallery .slick-slide img[src*="sunlight-financial.png"] {
	width: 309px;
	height: 50px;
	position: relative;
	left: 26px;
	top: -4px;
	outline: 0;
	max-width: none;
}

.custom_home-gallery .slick-slide img[src*="ygrene.png"] {
	width: 170px;
	height: 60px;
	top: -14px;
	left: 3px;
	position: relative;
}

.custom_home-gallery .slick-slide img[src*="lifestyle.jpg"] {
	width: 135px;
	height: 60px;	
	top: -14px;
	left: -29px;
	position: relative;
}

.custom_home-gallery .slick-slide img[src*="revsolar.jpg"] {
	width: 260px;
	height: 60px;	
	top: -6px;
	left: 24px;
	position: relative;	
}

.custom_home-gallery .slick-slide img[src*="sunus.png"] {
	width: 251px;
	height: 60px;	
	top: -6px;
	left: 32px;
	position: relative;		
}

.custom_home-gallery .slick-slide img[src*="sunkey.png"] {
	width: 159px;
	height: 60px;	
	top: -11px;
	left: 2px;
	position: relative;			
}

.custom_home-gallery .slick-slide img[src*="neutility.png"] {
	width: 191px;
	height: 63px;	
	top: -9px;
	left: 9px;
	position: relative;	
}

.custom_home-gallery .slick-slide img[src*="amsun.png"] {
	width: 251px;
	height: 60px;	
	top: -8px;
	left: -1px;
	position: relative;		
}
.custom_home-gallery .slick-slide img[src*="hci-solar.png"] {
	width: 174px;
	height: 60px;	
	top: -11px;
	left: -6px;
	position: relative;			
}

.custom_home-gallery .slick-slide img[src*="urban-solar.jpeg"] {
	width: 254px;
	height: 60px;	
	top: -6px;
	left: 10px;
	position: relative;		
}

.custom_home-gallery .slick-slide img[src*="divinepower.png"] {
	width: 251px;
	height: 60px;	
	top: -11px;
	left: 12px;
	position: relative;	
}
.custom_home-gallery .slick-slide img[src*="grne-solar.jpeg"] {
	width: 174px;
	height: 60px;	
	top: -11px;
	left: -6px;
	position: relative;		
}
.custom_home-gallery .slick-slide img[src*="raywell-solar.jpeg"] {
	width: 184px;
	height: 60px;	
	top: -5px;
	left: 4px;
	position: relative;		
}
.custom_home-gallery .slick-slide img[src*="mid-state-solar.png"] {
	width: 234px;
	height: 80px;	
	top: -21px;
	left: -5px;
	position: relative;		
}
.custom_home-gallery .slick-slide img[src*="harvest.jpg"] {
	width: 203px;
	height: 80px;	
	top: -11px;
	left: -9px;
	position: relative;		
}
.custom_home-gallery .slick-slide img[src*="smartone.png"] {
	width: 259px;
	height: 52px;	
	top: 6px;
	left: 17px;
	position: relative;		
}
.custom_home-gallery .slick-slide img[src*="sopris-solar.png"] {
	width: 159px;
	height: 80px;	
	top: -33px;
	left: 1px;
	position: relative;		
}
.custom_home-gallery .slick-slide img[src*="osullivan.png"] {
	width: 174px;
	height: 60px;	
	top: -5px;
	left: -33px;
	position: relative;		
}

}

@media (max-width: 991px) {
	.custom_home-gallery .slick-slide img {
		max-width: 100%!important;
		height: auto!important;
		padding: 0 10px;
	}
}

/* END CUSTOM GALLERY FIX ON WIX */

/* ==========================================================================
   Unique Template                                                 
   ========================================================================== */

/* One Column
   ========================================================================== */
body.one-column .main-content .hs_cos_wrapper_type_rich_text p {
	font: normal normal normal 22px/normal avenir-lt-w01_35-light1475496,sans-serif;
	color: #2F2E2E;
	text-align: justify;	
	margin: 0;
}

body.one-column .main-content .hs_cos_wrapper_type_rich_text ul:last-child {margin: 0;}
body.one-column .main-content .hs_cos_wrapper_type_rich_text ul {
	font: normal normal normal 22px/normal avenir-lt-w01_35-light1475496,sans-serif;
	margin: 0 0 20px;;
	padding: 0;
	list-style: none;
}

body.one-column .main-content .hs_cos_wrapper_type_rich_text ul li:before {
	content: "";
	display: inline-block;
	background-image: url('//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Layout/check-list.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 18px;
	margin: 0 4px 0 7px;
}

/* Custom Home
   ========================================================================== */
body.custom_home #custom-banner > div.banner-image {
    opacity: 0.4;
    /*background-size: calc(100% + 1px) auto;
    background-position: -1px 0;    */
    background-position: center top;
}

@media (min-width: 768px) {
    body.custom_home #custom-banner > div.banner-image {
	    width: calc(100% + 1px);
	    margin-left: -1px;
    }
    
    body.custom_home #custom-banner > div.banner-image {
    	background-size: cover;
    	background-position: left center;
    }
}


body.custom_home #custom-banner .banner-wrapper {
	text-align: center;
	top: -28px;
}

body.custom_home #custom-banner h1 {
	font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
	font-weight: normal;
	font-size: 70px;
	margin-bottom: 9px;
	padding-right: 0;
}

body.custom_home #custom-banner h1 span {color:#239935;}
body.custom_home #custom-banner .custom-getdemo-btn {text-align: center;margin-left: 0;margin-bottom: 12px;}
body.custom_home #custom-banner .custom-getdemo-btn a {
	border-radius: 5px;
	transition: all 0.4s ease;
}

@-moz-document url-prefix() {
    body.custom_home #custom-banner .custom-getdemo-btn a {
        height: 53px;
    }
}

body.custom_home #custom-banner .custom-getdemo-btn a:hover {
	background-color: #2b689c;
}

body.custom_home #custom-banner .custom-transparent-btn > a {
	font: normal normal normal 20px/1.4em 'open sans',sans-serif;
	min-height: 53px;
	padding: 10px;
	display: inline-block;
}

/* =============== Custom Home - Section One =============== */
body.custom_home #custom_section-one .page-center {
	padding: 55px 20px 35px;
	text-align: center;
}

body.custom_home #custom_section-one .hs_cos_wrapper_type_linked_image {margin-bottom: 27px;}
body.custom_home #custom_section-one h2 {line-height: normal;margin-bottom: 30px;}
body.custom_home #custom_section-one p {
	font: normal normal normal 22px/normal avenir-lt-w01_35-light1475496,sans-serif;
	line-height: normal;
	margin-bottom: 44px;
}


/* =============== Custom Home - Section Two =============== */
body.custom_home #custom_section-two {
	background-color: #ededed;
	text-align: center;
	padding: 54px 0 10px;
}

body.custom_home #custom_section-two h3 {margin-bottom: 42px;}
body.custom_home #custom_section-two .custom_solar-solution-wrapper .custom_ss-button {margin: 18px 0 15px;}
   
/* Custom Home - Gallery Slider */
body.custom_home #custom_section-two .hs_cos_gallery_main {
	overflow: hidden;
	padding: 103px 0 36px;
	margin: 0 auto;
	max-width: 775px;
}

body.custom_home #custom_section-two .hs_cos_gallery_main .slick-arrow {z-index: 20;}
body.custom_home #custom_section-two .hs_cos_gallery_main .slick-track {min-height: 306px;}
body.custom_home #custom_section-two .hs_cos_gallery_main .slick-list {overflow: visible;}
body.custom_home #custom_section-two .hs_cos_gallery_main .slick-slide {margin: 0;}
body.custom_home #custom_section-two .slick-slide-inner-wrapper {
	position: relative;
}

body.custom_home #custom_section-two .hs_cos_gallery_main .slick-slide:nth-child(odd) .slick-slide-inner-wrapper > img {
	left: auto;
	right: 39px;
}

body.custom_home #custom_section-two .slick-slide-inner-wrapper > img {
	position: absolute;
	width: 74px;
	height: 66px;
	top: -28px;
	left: 52px;
	filter: url(#seaweed-comp-j5lftxq8img);
	object-fit: cover;
	z-index: 20;
}

body.custom_home #custom_section-two .slick-slide-inner-wrapper .caption {
	width: 647px;
	height: 242px;
	background-color: #fff;
	border: 5px solid #EDEDED;
	border-radius: 60px;
	padding: 44px 39px 46px;
	margin: 0 auto;
	text-align: left!important;
	position:  relative;
	left: 3px;
}

body.custom_home #custom_section-two .slick-slide-inner-wrapper .caption p {
	font: normal normal normal 22px/normal avenir-lt-w01_35-light1475496,sans-serif;
	color: #2F2E2E;
	margin-bottom: 22px;
}

body.custom_home #custom_section-two .slick-slide-inner-wrapper .caption h6 {
	font: normal normal normal 18px/normal avenir-lt-w01_35-light1475496,sans-serif;
	color: #2F2E2E;
	margin: 0;
}

body.custom_home #custom_section-two .hs_cos_gallery_main .slick-dots li {
	width: auto;
	height: auto;
	margin: 0;
}

body.custom_home #custom_section-two .hs_cos_gallery_main .slick-dots li button:before {display: none;}
body.custom_home #custom_section-two .hs_cos_gallery_main .slick-dots li button {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #a0a09f;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0 9.5px;
}

body.custom_home #custom_section-two .hs_cos_gallery_main .slick-dots li.slick-active button {background-color: #cccccc;}

body.custom_home #custom_section-two .hs_cos_gallery_main .slick-arrow:before {display: none;}
body.custom_home #custom_section-two .hs_cos_gallery_main .slick-arrow {
	margin-top: -27px;
}

body.custom_home #custom_section-two .hs_cos_gallery_main .slick-arrow svg {
	fill: rgba(160, 160, 159, 1);
	stroke: rgba(160, 160, 159, 1);
	stroke-width: 1px;
}

body.custom_home #custom_section-two .hs_cos_gallery_main .slick-arrow:hover {opacity: 0.6;}
body.custom_home #custom_section-two .hs_cos_gallery_main .slick-arrow.slick-next svg {
	-webkit-transform: scale(-1);
	transform: scale(-1);
}

/* =============== Custom Home - Section Three =============== */
body.custom_home #custom_section-three .page-center {padding: 62px 40px 53px;}
body.custom_home #custom_section-three h3 {
	margin-bottom: 6px;
    font-size: 36px;
    font-weight: normal;
}

body.custom_home #custom_section-three h3 a {color: inherit;}
body.custom_home #custom_section-three .custom_two-modules {padding-bottom: 60px;}
body.custom_home #custom_section-three .custom_two-modules:after {clear: both;content: "";display: table;}
body.custom_home #custom_section-three .custom_two-modules .custom_left-content {width: 46.4444444444%;float: left;}
body.custom_home #custom_section-three .custom_two-modules .custom_right-content {width: 53.3333333333%;float: right;margin-right: -24px;}

body.custom_home #custom_section-three .custom_two-modules h4 {
	line-height:  normal;
	margin-top: -3px;
	margin-bottom: 20px;
}

body.custom_home #custom_section-three .custom_two-modules h4 a {color: inherit;}
body.custom_home #custom_section-three .custom_two-modules p {
	line-height: normal;
	margin-bottom: 22px;
}

body.custom_home #custom_section-three .custom_two-modules p:last-child {margin: 0;}
body.custom_home #custom_section-three .custom_two-modules p b,
body.custom_home #custom_section-three .custom_two-modules p strong {
	font-family:avenir-lt-w01_85-heavy1475544,sans-serif;
	font-weight: normal;
}

/* =============== Custom Home - Section Four =============== */
body.custom_home #custom_section-four {background-color: #ededed;}
body.custom_home #custom_section-four .page-center {padding: 60px 40px;}
body.custom_home #custom_section-four h3 {
	margin-bottom: 6px;
	font-size: 36px;
	font-weight: normal;
}

/* =============== Custom Home - Section Five =============== */
body.custom_home #custom_section-five .page-center {padding: 55px 40px 81px;}
body.custom_home #custom_section-five h3 {font-size: 36px;font-weight: normal;}


/* Custom - Solar Solution
   ========================================================================== */
body.custom_solutions #custom_top-pane .page-center {padding: 46px 10px;}
body.custom_solutions #custom_top-pane .hs_cos_wrapper_type_header h1 {
	font: normal normal normal 40px/normal avenir-lt-w01_85-heavy1475544,sans-serif;
	color: #2F2E2E;	
	margin-bottom: 31px;
	padding-right: 5px;
}

@-moz-document url-prefix() {
    body.custom_solutions #custom_top-pane .hs_cos_wrapper_type_header h1 {padding-right: 4px;}
    body.custom_solutions .custom_solar-solution-wrapper .custom_ss-button > * {height: 53px;}
    body.custom_solutions #custom-banner {
        height: 456px;
    }
    
    body.custom_solutions #custom-banner .banner-wrapper {
        margin-top: 25px;
    }
    
    body.custom_solutions #custom-banner > div.banner-image {
        /*background-size: calc(100% + 2px) auto;
        background-position: -1px 0;*/
    }

    body.custom_solutions #custom-banner ul li:before {
        top: -1px;
        position: relative;
    }
    
    body.custom_solutions #custom-banner ul li:nth-child(2):before {top: -2px;}
    body.custom_solutions #custom-banner ul li:nth-child(3):before {top: -3px;}
    body.custom_solutions #custom-banner ul li:nth-child(4):before {top: -4px;}
    body.custom_solutions #custom-banner ul li:nth-child(5):before {top: -6px;}
    body.custom_solutions #custom-banner ul li:nth-child(6):before {top: -6px;}
    body.custom_solutions #custom-banner ul li:nth-child(7):before {top: -6px;}
    body.custom_solutions #custom-banner ul li:nth-child(8):before {top: -8px;}
    
}

@media (min-width: 768px) {
    body.custom_solutions #custom-banner > div.banner-image {
	    width: calc(100% + 2px);
	    margin-left: -2px;
    }
}


/* =============== Solar Solution - Container =============== */
body.custom_solutions .content-wrapper {
	padding-top: 50px;
	padding-bottom: 24px;
}

body.custom_solutions .content-wrapper > div {padding-left: 15px;}
body.custom_solutions .content-wrapper .hs_cos_wrapper_type_rich_text p {
	font: normal normal normal 22px/normal avenir-lt-w01_35-light1475496,sans-serif;
	color: #2F2E2E;
	margin: 0;
}


body.custom_solutions #custom-banner > div.banner-image {
	/*background-size: calc(100% + 1px) auto;
	background-position: 0 -1.5px;
	*/
}


@media (min-width: 768px) {
    body.custom_solutions #custom-banner > div.banner-image {
	    width: calc(100% + 1px);
	    margin-left: -1px;
    	background-size: cover;
    	background-position: right 27%;
    }
}

body.custom_solutions #custom-banner ul li:first-child:before {margin-right: 0;}
body.custom_solutions #custom-banner ul li:last-child {padding-right: 100px;}


/* Solar Solution - Gallery Slider */
body.custom_solutions .hs_cos_gallery_main {
	overflow: hidden;
	padding: 84px 45px 52px;
	position: relative;
	left: 3px;
	margin: 0;
}

body.custom_solutions .hs_cos_gallery_main .slick-arrow {z-index: 20;}
body.custom_solutions .hs_cos_gallery_main .slick-track {min-height: 301px;}
body.custom_solutions .hs_cos_gallery_main .slick-list {overflow: visible;}
body.custom_solutions .hs_cos_gallery_main .slick-slide {margin: 0;}
body.custom_solutions .slick-slide-inner-wrapper {
	display: block;
	position: relative;
	margin: 0;
}

body.custom_solutions .hs_cos_gallery_main .slick-slide:nth-child(odd) .slick-slide-inner-wrapper > img {
	left: auto;
	right: 45px;
}

body.custom_solutions .slick-slide-inner-wrapper > img {
	position: absolute;
	width: 74px;
	height: 66px;
	top: -32px;
	left: 45px;
	filter: url(#seaweed-comp-j5lftxq8img);
	object-fit: cover;
}

body.custom_solutions .slick-slide-inner-wrapper .caption {
	max-width: 627px;
	border: 5px solid #EDEDED;
	border-radius: 55px;
	padding: 39px 34px 41px;
}

body.custom_solutions .slick-slide-inner-wrapper .caption p {
	font: normal normal normal 22px/normal avenir-lt-w01_35-light1475496,sans-serif;
	color: #2F2E2E;
	margin-bottom: 22px;
}

body.custom_solutions .slick-slide-inner-wrapper .caption h6 {
	font: normal normal normal 18px/normal avenir-lt-w01_35-light1475496,sans-serif;
	color: #2F2E2E;
	margin: 0;
}

body.custom_solutions .hs_cos_gallery_main .slick-dots li {
	width: auto;
	height: auto;
	margin: 0;
}

body.custom_solutions .hs_cos_gallery_main .slick-dots li button:before {display: none;}
body.custom_solutions .hs_cos_gallery_main .slick-dots li button {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #a0a09f;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0 9.5px;
}

body.custom_solutions .hs_cos_gallery_main .slick-dots li.slick-active button {background-color: #cccccc;}

body.custom_solutions .hs_cos_gallery_main .slick-arrow:before {display: none;}
body.custom_solutions .hs_cos_gallery_main .slick-arrow {
	margin-top: -45px;
}

body.custom_solutions .hs_cos_gallery_main .slick-arrow {margin-top: -41px;}
body.custom_solutions .hs_cos_gallery_main .slick-arrow.slick-prev {margin-left: 56px;}
body.custom_solutions .hs_cos_gallery_main .slick-arrow.slick-next {margin-right: 61px;}

body.custom_solutions .hs_cos_gallery_main .slick-arrow svg {
	fill: rgba(160, 160, 159, 1);
	stroke: rgba(160, 160, 159, 1);
	stroke-width: 1px;
}

body.custom_solutions .hs_cos_gallery_main .slick-arrow:hover {opacity: 0.6;}
body.custom_solutions .hs_cos_gallery_main .slick-arrow.slick-next svg {
	-webkit-transform: scale(-1);
	transform: scale(-1);
}


@media (max-width: 991px) {
    body.custom_solutions .hs_cos_gallery_main {padding-left: 0;padding-right: 0;}
}

@media (max-width: 767px) {
    body.custom_solutions .hs_cos_gallery_main .slick-arrow.slick-prev {margin-left: 0;}
    body.custom_solutions .hs_cos_gallery_main .slick-arrow.slick-next {margin-right: 0;}
}



/* Custom - Pricing
   ========================================================================== */
body.custom_pricing #custom_section-one .hs_cos_wrapper_type_section_header {
	text-align: center;
	padding: 31px 0;
}

body.custom_pricing .hs_cos_wrapper_type_section_header h1 {margin-bottom: 22px;}
body.custom_pricing .hs_cos_wrapper_type_section_header p {
	text-align: center;
}

body.custom_pricing .hs_cos_wrapper_type_section_header p b,
body.custom_pricing .hs_cos_wrapper_type_section_header p strong {
	font-family: avenir-lt-w01_85-heavy1475544,sans-serif;	
	font-weight: normal;
}

body.custom_pricing .hs_cos_wrapper_type_section_header p b a {	
    font-weight: bold;
    font-family: avenir-lt-w01_35-light1475496,sans-serif;
}

body.custom_pricing #custom_section-one {padding-bottom: 67px;}

body.custom_pricing #custom_section-one .hs_cos_wrapper_type_rich_text {text-align: center;}
body.custom_pricing #custom_section-one .hs_cos_wrapper_type_rich_text h6 {
	font: normal normal normal 18px/normal avenir-lt-w01_35-light1475496,sans-serif;
}

body.custom_pricing #custom_section-one .hs_cos_wrapper_type_rich_text p {
	font: normal normal normal 22px/normal avenir-lt-w01_35-light1475496,sans-serif;
	color: #2F2E2E;	
	margin: 0 0 27px;
}

body.custom_pricing #custom_section-one .hs_cos_wrapper_type_rich_text p strong,
body.custom_pricing #custom_section-one .hs_cos_wrapper_type_rich_text p b {
	font-family: avenir-lt-w01_85-heavy1475544,sans-serif;	
	font-weight: normal;
}

body.custom_pricing #custom_section-two {
	background-color: #ededed;
	padding: 115px 0 121px;
}

body.custom_pricing #custom_section-two .page-center {
	padding: 0 20px;
}

body.custom_pricing #custom_section-two h6 {
	font: normal normal normal 22px/normal avenir-lt-w01_85-heavy1475544,sans-serif;
	color: #2F2E2E;
	margin-bottom: 25px;
}

/* Custom Referral
   ========================================================================== */
body.custom_referral #custom_section-one {
	padding: 31px 0 0;
	position: relative;
}

body.custom_referral #custom_section-one:before {
	background-image: url(//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Layout/referral-bg.jpg);
	background-size: cover;
	background-position: center center;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0.25;
    width: calc(100% - -1px);
    margin-left: -1px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    body.custom_referral #custom_section-one:before {
        background: url(//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Layout/fb71a2_54ad5801542e498a9418fca639c417c1_mv2-C.png);
        background-size: cover;
        background-repeat: none;
        
    }
}

body.custom_referral #custom_section-one .page-center {
	position: relative;
	z-index: 10;
}

body.custom_referral #custom_section-one .hs_cos_wrapper_type_header {text-align: center;}
body.custom_referral #custom_section-one .hs_cos_wrapper_type_header h1 {
	font: normal normal normal 40px/normal avenir-lt-w01_85-heavy1475544,sans-serif;
	color: #2F2E2E;
	margin: 0 0 22px;
}

body.custom_referral #custom_section-one p {margin-bottom: 27px;}
body.custom_referral #custom_section-one p strong {color: #2F2E2E;}
body.custom_referral #custom_section-one h3 {
	font: normal normal bold 30px/normal avenir-lt-w01_85-heavy1475544,sans-serif;
	text-align: center;
	margin-bottom: 17px;
	position: relative;
	right: 4px;
}

body.custom_referral #custom_section-one h3 span {
	font-weight: normal;
	font-family: avenir-lt-w01_35-light1475496,sans-serif;
}

body.custom_referral #custom_section-one h3 strong,
body.custom_referral #custom_section-one h3 b {
	font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
	font-weight: normal;
}

body.custom_referral #custom_section-one .hs_cos_wrapper_type_header + .hs_cos_wrapper_type_rich_text {margin-bottom: 0;}
body.custom_referral #custom_section-one .hs_cos_wrapper_type_rich_text + .hs_cos_wrapper_type_rich_text {margin-bottom: 69px;}
body.custom_referral #custom_section-one .hs_cos_wrapper_type_rich_text + .hs_cos_wrapper_type_rich_text:last-child {margin-bottom: 65px;}
body.custom_referral #custom_section-one .hs_cos_wrapper_type_rich_text {
	font: normal normal normal 22px/normal avenir-lt-w01_35-light1475496,sans-serif;
	color: #2F2E2E;	
	max-width: 925px;
	margin: 0 auto 63px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    body.custom_referral #custom_section-one .hs_cos_wrapper_type_rich_text + .hs_cos_wrapper_type_rich_text:last-child {margin-bottom: 66px;}
}


body.custom_referral #custom_section-one .hs_cos_wrapper_type_rich_text ul {
	margin: 17px 0 27px;
	position: relative;
	right: 2px;
}

body.custom_referral #custom_section-one .hs_cos_wrapper_type_rich_text b,
body.custom_referral #custom_section-one .hs_cos_wrapper_type_rich_text strong {
	font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
	font-weight: normal;
}

body.custom_referral .custom_svg-badge {position: relative;right: 1px;}
body.custom_referral .custom-getdemo-btn a {
	border-radius: 5px;
	padding: 10px 5px;
	transition: all 0.4s ease;
}

body.custom_referral .custom-getdemo-btn a:hover {background-color: #2b689c;}

body.custom_referral #custom_section-two {
	padding: 66px 0 67px;
	text-align: center;
}

body.custom_referral #custom_section-two .page-center {max-width: 610px;}
body.custom_referral #custom_section-two p {
	font: normal normal normal 22px/normal avenir-lt-w01_35-light1475496,sans-serif;
	color: #2F2E2E;
	margin-bottom: 24px;
}

/* Custom Company
   ========================================================================== */
body.custom_company #custom-banner > div {vertical-align: top;}
body.custom_company #custom-banner > div.banner-image {
    /*background-size: calc(100% + 1px) auto;
    background-position: -1px 0;*/
    opacity: 0.6;
}
@media (min-width: 768px) {
    body.custom_company #custom-banner > div.banner-image {
	    width: calc(100% + 1px);
	    margin-left: -1px;
    	background-position: center center;
    	background-size: cover;
    }
    
    body.custom_company .custom-second-banner #custom-banner > div.banner-image {
    	background-size: cover;
    	background-position: center 100%;
    }
}

body.custom_company #custom-banner .banner-wrapper {
	top: 0;
	max-width: 560px;
	padding: 47px 0;
}

body.custom_company #custom-banner .banner-wrapper p {
	font: normal normal normal 22px/normal avenir-lt-w01_35-light1475496,sans-serif;	
	text-align: justify;
	margin-bottom: 27px;
}

body.custom_company #custom-banner .banner-wrapper a {
	color: #fff;
	font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
	font-weight: normal;
}

body.custom_company .custom-second-banner #custom-banner {height: 485px}
body.custom_company .custom-second-banner #custom-banner > div.banner-image {opacity: 0.8;}
body.custom_company .custom-second-banner #custom-banner .page-center {padding: 0 35px;}
body.custom_company .custom-second-banner #custom-banner .banner-wrapper {padding-top: 22px;}

/* =============== Custom Company - Section One =============== */
body.custom_company #custom_section-one .page-center {
	padding: 21px 36px;
}

body.custom_company #custom_section-one .page-center h2 {margin-bottom: 7px;}

/* =============== Custom Company - Section Two =============== */
body.custom_company #custom_section-two {background-color: #ededed;}
body.custom_company #custom_section-two .page-center {
	padding: 45px 35px 21px;
}

body.custom_company #custom_section-two p {
	font: normal normal normal 22px/normal avenir-lt-w01_35-light1475496,sans-serif;
	color: #2F2E2E;
}

body.custom_company #custom_section-two .custom_two-modules {margin-bottom: 18px;}
body.custom_company #custom_section-two .custom_two-modules:after {
	clear: both;
	content: "";
	display: table;
}

body.custom_company #custom_section-two .custom_two-modules .custom_left-content,
body.custom_company #custom_section-two .custom_two-modules .custom_right-content {
	float: left;
	width: 50%;
	max-width: 450px;
}

body.custom_company #custom_section-two .custom_two-modules .custom_right-content {float: right;}

body.custom_company #custom_section-two .custom_two-modules ul {
	padding-left: 1.3em;
	margin-left: 0.5em;
	font: italic bold 16px/normal avenir-lt-w01_35-light1475496,sans-serif;
	color: #2F2E2E;
}

/* =============== Custom Company - Section Three =============== */
body.custom_company #custom_section-three .page-center {padding: 60px 0 81px 40px;}
body.custom_company #custom_section-three h3 {font-size: 36px;font-weight: 400;}
body.custom_company #custom_section-three ul.custom_four-image {
	margin: 42px 0 0 1px;
	padding: 0;
	list-style: none;
}

body.custom_company #custom_section-three ul.custom_four-image li {
	float: left;
	margin-right: 101px;
}

body.custom_company #custom_section-three ul.custom_four-image li:nth-child(2) {margin-right: 90px;}
body.custom_company #custom_section-three ul.custom_four-image li:nth-child(3) {margin-right: 70px;}
body.custom_company #custom_section-three ul.custom_four-image li:last-child {margin: 0;}

body.custom_company #custom_section-three ul.custom_four-image li img {object-fit: fill;}
body.custom_company #custom_section-three ul.custom_four-image li img[src*="obvious-venture.png"] {width: 171px;height: 68px;}
body.custom_company #custom_section-three ul.custom_four-image li img[src*="elemental-excelerator.png"] {margin-top: -5px;width: 140px;height: 70px;}
body.custom_company #custom_section-three ul.custom_four-image li img[src*="sunshot.png"] {width: 185px;height: 68px;}
body.custom_company #custom_section-three ul.custom_four-image li img[src*="california-solar-energy.png"] {width: 130px;height: 70px;margin-top: -5px;}

/* =============== Custom Company - Section Four =============== */
body.custom_company #custom_section-four {
	background-image: url('//cdn2.hubspot.net/hubfs/2689667/Sighten_Oakland_Location_426.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #A0A09F;
	min-height: 680px;
	background-position: -1px 0;
}

body.custom_company #custom_section-four .widget-type-widget_container {
	max-width: 568px;
	width: 100%;
	float: none;
	margin: 34px auto;
	border: 1px solid transparent;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 2px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
	position: relative;
	left: 5px;
	text-align: center;
	color: #fff;
	padding: 58px 20px;
}

body.custom_company #custom_section-four .widget-type-widget_container h3 {
	margin-bottom: 24px;
	color: #fff;
	padding-right: 4px;
	font-weight: normal;
}


body.custom_company #custom_section-four .widget-type-widget_container p {
	font-size: 22px;
	line-height: normal;
	text-align: center;
	font-family: avenir-lt-w01_35-light1475496,sans-serif;
	margin-bottom: 7px;
}


body.custom_company #custom_section-four .widget-type-widget_container p a {
	color: #fff;
	text-decoration: underline;
}


body.custom_company #custom_section-four .widget-type-widget_container p > span {
	position: relative;
	left: -2px;
}

body.custom_company #custom_section-four .widget-type-widget_container p > br + span {left: 1px;}
body.custom_company #custom_section-four .widget-type-widget_container p > a {
	position: relative;
	left: -2px;
}

body.custom_company .footer-container-wrapper {
	border-top: 1px solid #A0A09F;
}


@-moz-document url-prefix() {
    body.custom_company #custom_section-four .widget-type-widget_container h3 {margin-bottom: 25px;}
    body.custom_company #custom_section-four .widget-type-widget_container p > br + span {
        left: -2px;
    }
}

/* Sollar Installer Softer WIX FIX
   ========================================================================== */
body.custom_solar-installer-software #custom-banner .banner-wrapper {top: -12px}
body.custom_solar-installer-software #custom-banner ul li:before {
	width: 21px;
	height: 19px;
	margin: 0px 3.5px 0 7px;
	position: relative;
	top: 2px;
}

body.custom_solar-installer-software #custom-banner ul li:before {background-size: 21px 19px;}
body.custom_solar-installer-software #custom-banner ul li:nth-child(2):before {
	position: relative;
	top: 4px;
}

body.custom_solar-installer-software #custom-banner ul li:nth-child(3):before {
	position: relative;
	top: 3px;
}


body.custom_solar-installer-software #custom-banner ul {margin-bottom: 24px;}
body.custom_solar-installer-software #custom-banner .custom-getdemo-btn {margin-left: 33px;}

body.custom_solar-installer-software #custom-banner > div.banner-image {
    /*background-position: -1px 0;
    background-size: calc(100% + 1px) auto;*/
}

@media (min-width: 768px) {
    body.custom_solar-installer-software #custom-banner > div.banner-image {
	    width: calc(100% + 1px);
	    margin-left: -1px;
	    background-position: center top;
    }
}


@-moz-document url-prefix() {
    body.custom_solar-installer-software #custom-banner .banner-wrapper {top: -11px;}
    body.custom_solar-installer-software #custom-banner ul li:before {top: 1px;}
    body.custom_solar-installer-software #custom-banner ul li:nth-child(2):before {top: 2px;}
    body.custom_solar-installer-software #custom-banner ul li:nth-child(3):before {top: 0;}
}

@media (max-width: 767px) {
	body.custom_solar-installer-software #custom-banner > div.banner-image {
	/*	background-image: url('//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Layout/fb71a2_e64b5c5efd7f48e59ab9e3a0f0df3754_mv2.png')!important;		*/
	}
	body.custom_solar-installer-software #custom-banner > div.banner-image {background-position: center top;}
	body.custom_solar-installer-software #custom-banner .page-center {padding: 36px 0 24px 26px;}
	body.custom_solar-installer-software #custom-banner .banner-wrapper {top: 0}
	body.custom_solar-installer-software #custom-banner ul {
		font-size: 19px;
		width:  100%;
		margin-bottom: 18px;
	}

	body.custom_solar-installer-software #custom-banner ul li:before {margin-left: 0;height:  18px;top: 5px;}

	body.custom_solar-installer-software #custom-banner .custom-getdemo-btn {margin-left: 24px;}

	body.custom_solar-installer-software .custom-getdemo-btn a {padding: 9px 47px 8px;}

	body.custom_solar-installer-software .hs_cos_wrapper_type_section_header h1 {
		text-align: justify;
		font-size: 24px;
	}
}

/* END Sollar Installer Softer WIX FIX
   ========================================================================== */


/* Sollar Channel Softer WIX FIX
   ========================================================================== */
body.custom_solar-channel-software #custom-banner div.banner-image {
    /*background-size: calc(100% + 1px);
    background-position: -1px 0;*/
}
@media (min-width: 768px) {
    body.custom_solar-channel-software #custom-banner div.banner-image {
	    width: calc(100% + 1px);
	    margin-left: -1px;
	    background-position: center center;
    }
}

@-moz-document url-prefix() {
    body.custom_solar-channel-software #custom-banner .banner-wrapper {top: -41px;}
    body.custom_solar-channel-software .custom-getdemo-btn a {height: 53px;}
}

@media (max-width: 767px) {
	.custom_solar-channel-software #custom-banner > div.banner-image[style*="fb71a2_a2179111531e41d3a61a3d1ea67ee464~mv2.jpeg"] {
	    background-image: url('https://cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Layout/fb71a2_a2179111531e41d3a61a3d1ea67ee464_mv2.png')!important;
	}
	.custom_solar-channel-software #custom-banner .page-center {padding: 0 31px;}
	.custom_solar-channel-software #custom-banner .banner-wrapper {top: 5px;}
	.custom_solar-channel-software #custom-banner ul {
		font-size: 19px;
		margin-bottom: 48px;
	}

	.custom_solar-channel-software #custom-banner ul li:before {
		margin-left: 0;
		margin-right: 5px;
		position: relative;
		left: -2px;
		top: 5px;
	}

	.custom_solar-channel-software #custom-banner .custom-getdemo-btn {margin-left: 19px;}
	.custom_solar-channel-software .custom-getdemo-btn a {
		width: 220px;
		height: 50px;
	}
	
	@-moz-document url-prefix() {
        body.custom_solar-channel-software #custom-banner .banner-wrapper {top: -11px;}
    }

}


    
/* END Sollar Channel Softer WIX FIX
   ========================================================================== */

/*  Sollar Financier Softer WIX FIX
   ========================================================================== */
body.custom_solar-financier-software #custom-banner > div.banner-image {
   /* background-size: calc(100% + 1px) auto;
    background-position: -1px 0;*/
}   

@media (min-width: 768px) {
    body.custom_solar-financier-software #custom-banner div.banner-image {
	    width: calc(100% + 1px);
	    margin-left: -1px;
	    background-position: center;
    }
}

@-moz-document url-prefix() {
    body.custom_solar-financier-software #custom-banner .banner-wrapper {top: -41px;}
    body.custom_solar-financier-software .custom-getdemo-btn a {height: 53px;}
    body.custom_solar-financier-software #custom-banner ul li:before {
        top: -1px;
        position: relative;
    }
    
    body.custom_solar-financier-software #custom-banner ul li:nth-child(3):before {
        top: -3px;
    }
}

@media (max-width: 767px) {
	body.custom_solar-financier-software.one-column #custom-banner {height: 286px;}
	body.custom_solar-financier-software #custom-banner > div.banner-image[style*="fb71a2_64ac76daeff940649aeb01e365efa6a7~mv2.jpeg"] {
		background-image: url(//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Layout/fb71a2_64ac76daeff940649aeb01e365efa6a7_mv2.png)!important;
	}

	body.custom_solar-financier-software #custom-banner .page-center {padding: 0 31px;}
	body.custom_solar-financier-software #custom-banner .banner-wrapper{top: 6px}
	body.custom_solar-financier-software #custom-banner ul {
		font-size: 19px;
		margin-bottom: 43px;
	}

	body.custom_solar-financier-software #custom-banner ul li:before {
		margin-left: 0;
		margin-right: 4.5px;
		width: 20px;
		height: 17px;
		position: relative;
		top: 4px;
	}

	body.custom_solar-financier-software .custom-getdemo-btn a {
		width: 220px;
		height: 50px;
	}

	body.custom_solar-financier-software #custom-banner .custom-getdemo-btn {margin-left: 19px;}

	body.custom_solar-financier-software .hs_cos_wrapper_type_section_header h1 {font-size: 24px;}
}
/* END Sollar Financier Softer WIX FIX
   ========================================================================== */



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

.footer-container-wrapper {}
.footer-container {}

/* ==========================================================================
   Custom Footer                                           
   ========================================================================== */
#custom_footer {
	background-color: #000;
	font: italic normal normal 20px/1.4em avenir-lt-w01_35-light1475496,sans-serif;	
	text-align: center;
	color: #8F8F8F;
	padding: 5px 0 13px;
}

#custom_footer p {margin-bottom: 16px;}

/* =============== Custom Footer Socials =============== */
#custom_footer ul.custom_footer-socials {
	margin: 23px 0 26px;
	padding: 0 0 0 10px;
	list-style: none;
	font-size: 0;
}

#custom_footer ul.custom_footer-socials li {
	margin-right: 30px;
	display: inline-block;
}

#custom_footer ul.custom_footer-socials li:last-child {margin-right: 0;}


@media (max-width: 767px) {
    #custom_footer {font-size: 19px;padding-top:  20px;line-height: normal;padding-bottom: 21px;}
    #custom_footer p {margin-bottom: 0;}
    
    
    #custom_footer ul.custom_footer-socials {padding: 0;margin: 3px 0 19px;}
    #custom_footer ul.custom_footer-socials li {margin-right: 9px;}
    #custom_footer ul.custom_footer-socials li img {
    	max-width: 50px;
    	max-height: 50px;
    }    
}

/* Back to Top */
@media (min-width: 768px) {
    .mobile-toTop {display: none!important;}
}

@media (max-width: 767px) {
.mobile-toTop {
	width: 44px;
	height: 44px;
	right: 0;
	position: fixed;
	bottom: 87px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s .5s, opacity .5s ease 0s;
	transition: visibility 0s .5s, opacity .5s ease 0s;
}

.mobile-toTop.show {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.mobile-toTop svg {
	fill: rgba(0, 0, 0, 0.3);
	pointer-events: none;
	stroke: #fff;	
}

.mobile-toTop svg .s_YsIBackToTopButtonSkin_border {stroke-width: 1;}
.mobile-toTop svg .s_YsIBackToTopButtonSkin_arrow {stroke-width: 1.5;}
}


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

/* =============== Vertical Menu =============== */
.sidebar .hs-menu-wrapper.hs-menu-flow-vertical ul {
	background-color: #000;
	padding: 10px 0;
}

.sidebar .hs-menu-wrapper.hs-menu-flow-vertical li a {
	display: block;
	padding: 5px 15px;
	color: #8F8F8F;
	transition: color 0.4s ease;
}

.sidebar .hs-menu-wrapper.hs-menu-flow-vertical li.active > a,
.sidebar .hs-menu-wrapper.hs-menu-flow-vertical li.active-branch > a,
.sidebar .hs-menu-wrapper.hs-menu-flow-vertical li a:hover {color: #fff;}

.sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul {margin-top: -10px;}

.sidebar .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li a {white-space: normal!important;}
.sidebar .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul ul {padding: 0 0 0 10px;}

@media (max-width: 767px) {
	.sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li a {white-space: normal!important;}
	.sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul {padding: 0 0 0 10px;margin: 0;}
}


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
	font: normal normal normal 16px/1.4em 'open sans',sans-serif;
    display: block;
    padding: 2px 19px 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {padding: 0 13px 0 5px;}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) {padding-right: 11px;}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) {padding-right: 12px;}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
	display: inline-block;
	padding: 0 10px;
	color: #8F8F8F;
	transition: color 0.4s ease;
	line-height: 51px;
}

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

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
	background-color: #000;
	min-width: 107px;
	margin-top: 7px;
	margin-left: -4px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul:before {
	content: "";
	height: 7px;
	position: absolute;
	width: 100%;
	top: -7px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li {
	padding: 0 5px;
	text-align: center;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
	color: #fff;
	padding: 0 0.5em;
	line-height: 31px;
	display: block;
	color: #8f8f8f;
}

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

/* 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;
    }
}


@media (max-width: 991px) and (min-width:768px) {
	.custom-menu-primary .hs-menu-wrapper > ul {padding: 2px 5px;}
	.custom-menu-primary .hs-menu-wrapper > ul > li {padding: 0 5px!important;}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a {padding: 0 5px;}
}

/* =============== Mobile Toggle Menu =============== */

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


@-webkit-keyframes style-j2i8sfsr_tiny-mnu-open-squeeze-1 {
	from {
		-webkit-transform: translateY(0.5px);
		transform: translateY(0.5px);
	}
	50% {
		-webkit-transform: translateY(8.5px);
		transform: translateY(8.5px);
	}
	to {
		-webkit-transform: translateY(8.5px) rotate(45deg);
		transform: translateY(8.5px) rotate(45deg);
	}
}

@-o-keyframes style-j2i8sfsr_tiny-mnu-open-squeeze-1 {
	from {
		-webkit-transform: translateY(0.5px);
		transform: translateY(0.5px);
	}
	50% {
		-webkit-transform: translateY(8.5px);
		transform: translateY(8.5px);
	}
	to {
		-webkit-transform: translateY(8.5px) rotate(45deg);
		transform: translateY(8.5px) rotate(45deg);
	}
}

@keyframes style-j2i8sfsr_tiny-menu-open-squeeze-1 {
	from {
		-webkit-transform: translateY(0.5px);
		transform: translateY(0.5px);
	}
	50% {
		-webkit-transform: translateY(8.5px);
		transform: translateY(8.5px);
	}
	to {
		-webkit-transform: translateY(8.5px) rotate(45deg);
		transform: translateY(8.5px) rotate(45deg);
	}
}

@-webkit-keyframes style-j2i8sfsr_tiny-menu-open-squeeze-1-reverse {
	to {
		-webkit-transform: translateY(0.5px);
		transform: translateY(0.5px);
	}
	50% {
		-webkit-transform: translateY(8.5px);
		transform: translateY(8.5px);
	}
	from {
		-webkit-transform: translateY(8.5px) rotate(45deg);
		transform: translateY(8.5px) rotate(45deg);
	}
}

@-o-keyframes style-j2i8sfsr_tiny-menu-open-squeeze-1-reverse {
	to {
		-webkit-transform: translateY(0.5px);
		transform: translateY(0.5px);
	}
	50% {
		-webkit-transform: translateY(8.5px);
		transform: translateY(8.5px);
	}
	from {
		-webkit-transform: translateY(8.5px) rotate(45deg);
		transform: translateY(8.5px) rotate(45deg);
	}
}

@keyframes style-j2i8sfsr_tiny-menu-open-squeeze-1-reverse {
	to {
		-webkit-transform: translateY(0.5px);
		transform: translateY(0.5px);
	}
	50% {
		-webkit-transform: translateY(8.5px);
		transform: translateY(8.5px);
	}
	from {
		-webkit-transform: translateY(8.5px) rotate(45deg);
		transform: translateY(8.5px) rotate(45deg);
	}
}

@-webkit-keyframes style-j2i8sfsr_tiny-menu-open-squeeze-2 {
	from {
		-webkit-transform: translateY(16.5px);
		transform: translateY(16.5px);
	}
	50% {
		-webkit-transform: translateY(8.5px);
		transform: translateY(8.5px);
	}
	to {
		-webkit-transform: translateY(8.5px) rotate(-45deg);
		transform: translateY(8.5px) rotate(-45deg);
	}
}

@-o-keyframes style-j2i8sfsr_tiny-menu-open-squeeze-2 {
	from {
		-webkit-transform: translateY(16.5px);
		transform: translateY(16.5px);
	}
	50% {
		-webkit-transform: translateY(8.5px);
		transform: translateY(8.5px);
	}
	to {
		-webkit-transform: translateY(8.5px) rotate(-45deg);
		transform: translateY(8.5px) rotate(-45deg);
	}
}

@keyframes style-j2i8sfsr_tiny-menu-open-squeeze-2 {
	from {
		-webkit-transform: translateY(16.5px);
		transform: translateY(16.5px);
	}
	50% {
		-webkit-transform: translateY(8.5px);
		transform: translateY(8.5px);
	}
	to {
		-webkit-transform: translateY(8.5px) rotate(-45deg);
		transform: translateY(8.5px) rotate(-45deg);
	}
}

@-webkit-keyframes style-j2i8sfsr_tiny-menu-open-squeeze-2-reverse {
	to {
		-webkit-transform: translateY(16.5px);
		transform: translateY(16.5px);
	}
	50% {
		-webkit-transform: translateY(8.5px);
		transform: translateY(8.5px);
	}
	from {
		-webkit-transform: translateY(8.5px) rotate(-45deg);
		transform: translateY(8.5px) rotate(-45deg);
	}
}

@-o-keyframes style-j2i8sfsr_tiny-menu-open-squeeze-2-reverse {
	to {
		-webkit-transform: translateY(16.5px);
		transform: translateY(16.5px);
	}
	50% {
		-webkit-transform: translateY(8.5px);
		transform: translateY(8.5px);
	}
	from {
		-webkit-transform: translateY(8.5px) rotate(-45deg);
		transform: translateY(8.5px) rotate(-45deg);
	}
}

@keyframes style-j2i8sfsr_tiny-menu-open-squeeze-2-reverse {
	to {
		-webkit-transform: translateY(16.5px);
		transform: translateY(16.5px);
	}
	50% {
		-webkit-transform: translateY(8.5px);
		transform: translateY(8.5px);
	}
	from {
		-webkit-transform: translateY(8.5px) rotate(-45deg);
		transform: translateY(8.5px) rotate(-45deg);
	}
}

@-webkit-keyframes style-j2i8sfsr_tiny-menu-open-squeeze-3 {
	from {
		-webkit-transform: translateY(8.5px);
		transform: translateY(8.5px);
	}
	to {
		-webkit-transform: translateY(8.5px) rotateX(90deg);
		transform: translateY(8.5px) rotateX(90deg);
	}
}

@-o-keyframes style-j2i8sfsr_tiny-menu-open-squeeze-3 {
	from {
		-webkit-transform: translateY(8.5px);
		transform: translateY(8.5px);
	}
	to {
		-webkit-transform: translateY(8.5px) rotateX(90deg);
		transform: translateY(8.5px) rotateX(90deg);
	}
}

@keyframes style-j2i8sfsr_tiny-menu-open-squeeze-3 {
	from {
		-webkit-transform: translateY(8.5px);
		transform: translateY(8.5px);
	}
	to {
		-webkit-transform: translateY(8.5px) rotateX(90deg);
		transform: translateY(8.5px) rotateX(90deg);
	}
}

@-webkit-keyframes style-j2i8sfsr_tiny-menu-open-squeeze-3-reverse {
	to {
		-webkit-transform: translateY(8.5px);
		transform: translateY(8.5px);
	}
	from {
		-webkit-transform: translateY(8.5px) rotateX(90deg);
		transform: translateY(8.5px) rotateX(90deg);
	}
}

@-o-keyframes style-j2i8sfsr_tiny-menu-open-squeeze-3-reverse {
	to {
		-webkit-transform: translateY(8.5px);
		transform: translateY(8.5px);
	}
	from {
		-webkit-transform: translateY(8.5px) rotateX(90deg);
		transform: translateY(8.5px) rotateX(90deg);
	}
}

@keyframes style-j2i8sfsr_tiny-menu-open-squeeze-3-reverse {
	to {
		-webkit-transform: translateY(8.5px);
		transform: translateY(8.5px);
	}
	from {
		-webkit-transform: translateY(8.5px) rotateX(90deg);
		transform: translateY(8.5px) rotateX(90deg);
	}
}

@media (max-width: 767px){

    /* ===== Mobile Toggle Button ===== */
    .mobile-trigger {
    	position: absolute;
    	width: 50px;
    	height: 51px;
    	min-width: 40px;
    	min-height: 40px;
    	background-color: rgba(0, 0, 0, 1);
    	border: solid 1px transparent;
    	cursor: pointer;
    	box-sizing: border-box;
    	-webkit-box-pack: center;
    	-webkit-justify-content: center;
    	justify-content: center;
    	-webkit-box-align: center;
    	-webkit-align-items: center;
    	align-items: center;
    	display: -webkit-box;
    	display: -webkit-flex;
    	display: flex;
    	-webkit-transform: translateY(0);
    	transform: translateY(0);
    	top: 10px;
    }
    
    .mobile-trigger * {box-sizing: content-box;}
    
    /* Change button when menu is open */
    .mobile-trigger svg {
    	width: 20px;
    	overflow: visible;
    	stroke-width: 2px;
    	stroke: rgba(143, 143, 143, 1);
    	height: 17px;
    	padding-top: 0.5px;
    	stroke-linecap: flat;
    	stroke: rgba(143, 143, 143, 1);
    	-webkit-transition-duration: 150ms;
    	transition-duration: 150ms;
    	-webkit-transition-property: stroke;
    	transition-property: stroke;
    }
    
    .mobile-trigger svg line {
    	-webkit-animation-fill-mode: both;
    	animation-fill-mode: both;
    	-webkit-animation-duration: 150ms;
    	animation-duration: 150ms;
    	-webkit-animation-timing-function: ease-in;
    	animation-timing-function: ease-in;
    	-webkit-transform-origin: 8.5px 0;
    	transform-origin: 8.5px 0;
    }
    
    .mobile-trigger svg line.style-j2i8sfsr_line1 {
    	-webkit-animation-name: style-j2i8sfsr_tiny-menu-open-squeeze-1-reverse;
    	animation-name: style-j2i8sfsr_tiny-menu-open-squeeze-1-reverse;
    }
    
    .mobile-trigger svg line.style-j2i8sfsr_line2 {
    	-webkit-animation-name: style-j2i8sfsr_tiny-menu-open-squeeze-2-reverse;
    	animation-name: style-j2i8sfsr_tiny-menu-open-squeeze-2-reverse;
    }
    
    .mobile-trigger svg line.style-j2i8sfsr_line3 {
    	-webkit-animation-name: style-j2i8sfsr_tiny-menu-open-squeeze-3-reverse;
    	animation-name: style-j2i8sfsr_tiny-menu-open-squeeze-3-reverse;
    }
    
    
    .mobile-open .mobile-trigger {
    	border-style: solid;
    	border-color: rgba(160, 160, 159, 1);
    	z-index: 1005;
    	background-color: transparent;
    	border-width: 1px;	
    }
    
    .mobile-open .mobile-trigger svg {stroke: rgba(143, 143, 143, 1);}
    
    .mobile-open .mobile-trigger svg line.style-j2i8sfsr_line1 {
    	-webkit-animation-name: style-j2i8sfsr_tiny-menu-open-squeeze-1;
    	animation-name: style-j2i8sfsr_tiny-menu-open-squeeze-1;	
    }
    
    .mobile-open .mobile-trigger svg line.style-j2i8sfsr_line2 {
    	-webkit-animation-name: style-j2i8sfsr_tiny-menu-open-squeeze-2;
    	animation-name: style-j2i8sfsr_tiny-menu-open-squeeze-2;
    }
    
    .mobile-open .mobile-trigger svg line.style-j2i8sfsr_line3 {
    	-webkit-animation-name: style-j2i8sfsr_tiny-menu-open-squeeze-3;
    	animation-name: style-j2i8sfsr_tiny-menu-open-squeeze-3;	
    }

    
    .mobile-line-wrapper {box-sizing: border-box;}
    .mobile-line-wrapper * {box-sizing: border-box;}
    
    .mobile-line-wrapper > span {
    	background-color: #8f8f8f;
    	display: block;
    	width: 20px;
    	height: 2px;
    	position: relative;
    	transition: top 100ms linear 100ms, transform 100ms linear;
    	top: 0;
    }
    
    .mobile-line-wrapper > span.mobile-line-two {
    	transition: opacity 100ms linear 50ms;
    	opacity: 1;
    }
    
    .mobile-line-wrapper > span + span {margin-top: 6px;}
    
    
    .mobile-open .mobile-line-wrapper > span {
    	width: 18px;
    	transition: top 100ms linear, transform 100ms linear 100ms;
    }
    
    .mobile-open .mobile-line-wrapper > span.mobile-line-one {top: 8px;transform: rotate(45deg)}
    .mobile-open .mobile-line-wrapper > span.mobile-line-two {
    	opacity: 0;
    	transition: opacity 100ms linear 50ms;
    }
    
    .mobile-open .mobile-line-wrapper > span.mobile-line-three {top: -8px;transform: rotate(-45deg)}

    /* ===== Mobile Child Toggle Buttons ===== */
    .child-trigger {display: inline;}
	.child-trigger:before {
    	content: '\ff0b';
    	color: #8F8F8F;
    	padding: 0 16px 0 20px;
    	position: relative;
    	display: inline-block;
    	vertical-align: top;
	}
	
	.child-open > a .child-trigger:before {	content: "\ff0d"; }
	
  /* ===== 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{
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background-color: #2F2E2E;
		padding: 80px 0 20px;
	}

    /* Level 1 Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul {
		font: normal normal normal 18px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
		letter-spacing: 2px;
		padding: 1px 0 0;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li{
        position: relative;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {padding-left: 0;}
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a > span {
    	width: auto;
    	float: right;
	}
    
    /* Level 1 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul li {padding: 0;}
    .custom-menu-primary .hs-menu-wrapper > ul li a {
        padding: 10px 20px;
        color: #fff;
        color: #8F8F8F;
        line-height:  inherit;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
        color: #8F8F8F;
    }

    /* Level 2 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul ul {
    	margin: 0;
    	padding: 0;
    	background-color: transparent;
    	text-align: left;
    	font-size: 90%;
    }	
    
    .custom-menu-primary .hs-menu-wrapper > ul ul li {
    	text-align: left;
    	padding: 0;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    	padding: 10px 20px;
    	text-align: left;
    	line-height: inherit;
    }

    /* Level 3 and Higher Menu List Styles */
    /* Level 4 and Higher Menu List Styles */
  
}


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

/* Blog Title */
.hs-blog-header h1 {
	font: normal normal normal 40px/normal avenir-lt-w01_85-heavy1475544,sans-serif;
	color: #2F2E2E;
	margin-bottom: 31px;    
	text-align: center;
	text-transform: uppercase;
}

.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h3 {
	font: normal normal bold 30px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
	color: #424242;   
	margin: 0;
}

.post-header h3 a {
    color: inherit;
}

/* Blog Author and Avatar */
#hubspot-author_data {font-style: italic;font-size: 0.9em;overflow: hidden;margin-bottom: 20px;}
#hubspot-author_data:after {
	content: '';
	display: block;
	clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {padding-top: 10px;}
#hubspot-author_data .hs-author-avatar img {
	max-width: 100px;
	float: left;
	margin-right: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

.blog-listing-wrapper .post-listing .post-item .post-body {margin-top: 20px;}
.blog-post-wrapper .post-body {margin-top: 20px;}

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

/* Read More Link */
a.more-link {
    display: inline-block;
    margin: 10px 0;
}

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

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

.blog-section .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  clear: right;
  display: block;
  float: left;
  font-size: medium;
  height: 26px;
  margin: 0 15px 0 0;
  padding: 0;
  background: none;
}


/* Blog Commments */
.custom_listing_comments {border: 1px solid #ccc;padding: 10px;margin: 10px 0;}


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

/* Pagination */
.blog-pagination {text-align: center;margin: 20px 0;}
.blog-pagination a {margin: 0 5px;}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {margin-bottom: 40px;}


/* =============== 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;
    line-height: 1.3;
    margin-bottom: 10px;     
}

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

h3.hs-author-listing-header {margin: 20px 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 {}

.hs-author-social-label {
  display: inline-block;
  margin-right: 8px;
  font-weight: bold;
  vertical-align: middle;
}

.hs-author-social-links a.hs-author-social-link {
  font-size: 30px;
  display: inline-block;
  padding-right: 5px!important;
  vertical-align: middle;
}


@media (max-width:767px) {

	.hs-author-profile .span2 {float: left;}
	.hs-author-profile .span10 {overflow: hidden;padding-left: 15px;}
	.hs-author-profile .hs-author-avatar img {
		max-width: 100px;
		margin-bottom: 10px;
	}

}

@media (max-width: 479px) {
    .hs-author-profile .span2 {float: none;}
    .hs-author-profile .span10 {overflow: hidden;padding-left: 0;}
    
    .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
      border-width: 0;
      max-height: 100%;
      max-width: 100%;
      height: auto;
      width: auto;
      display: block !important;
      float: none;
      margin: 10px auto;
    } 
}


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

form {margin-bottom: 18px;}

.error-template .widget-type-google_search input[type="text"],
#hs-pwd-widget-password {
    display: block;
    margin-bottom: 18px;
    margin-top: 0!important;
}

.checkbox-row input {
	position: relative;
	top: 5px;
}

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

/* Form Field */
.hs-form-field {margin-bottom: 18px;}

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

/* Labels and Legends */
label {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 4px;
	color: #414141;
	display:  block;
}

.hs-form-required {color: red;}

.hs-form-field > label {}

/* One Line Inputs */
input.hs-input, textarea.hs-input {
	transition: border 0.2s linear,box-shadow 0.2s linear;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}

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 {
	display: inline-block;
	height: 18px;
	padding: 4px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #666;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;	
	max-width: 500px;
	width: 90%;
	box-sizing: content-box;
	outline: 0;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
	outline: none;
	border-color: rgba(82,168,236,0.8);
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);	
}

/* Separate Styles for Multiple Line Inputs */
textarea {height: auto;}
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 0 0 5px;
	margin: 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 {}

.hs-input.invalid.error {
	border-color: #c87872;
	box-shadow: 0 0 3px rgba(171,41,32,0.25);
}

.hs-input.invalid.error:focus {
	border-color: #b9554d;
	box-shadow: 0 0 6px rgba(171,41,32,0.5);
}

/* Error */
.hs-error-msgs {
	padding: 0 0 0 5px;
	margin: 0;
	list-style: none;
}

.hs-error-msgs label {
	font-weight: normal;
}

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


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

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-2 .hs-form-field .input .hs-input {
	width: 90%;
}

.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 0 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 8px; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

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


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

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

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

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

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


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

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

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

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

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

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


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


/* =============== All Global Buttons (Excluding CTAs) =============== */
.hs-field-desc {
	color: #aaa;
	margin: 0px 0px 2px 0px;
	font-size: 11px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.actions {
	background: transparent;
	margin-top: 18px;
	margin-bottom: 18px;
	margin-left: -20px;
	padding: 17px 20px 18px 20px;
	border-top: none;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

.hs-button.primary,
input[type="submit"],
input[type="button"] {
	cursor: pointer;
	-webkit-appearance: none;
	font-family: Helvetica,Arial,sans-serif;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 12px;
	padding: 7px 18px 7px;
	position: relative;
	text-align: center;
	text-decoration: none !important;
	color: #fff;
	text-shadow: 0 -1px 0 #3574e3;
	background-color: #3574e3;
	background-image: linear-gradient(to bottom, #7ec8f4,#3574e3);
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
	border-top: 1px solid #64baf0;
	border-bottom: 1px solid #1c4ed5;
	border-right: 1px solid #468ee6;
	border-left: 1px solid #468ee6;
	border-radius: 4px;
	transition: opacity 0.15s linear;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	box-sizing: content-box;	
	outline: 0;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
	border-top: 1px solid #4db0ee;
	border-bottom: 1px solid #1946be;
	border-right: 1px solid #3080e3;
	border-left: 1px solid #3080e3;	
}

.hs-button.primary:active,
input[type="submit"]:active,
input[type="button"]:active {
	background-color: #599eeb;
	background-image: linear-gradient(to bottom, #3574e3,#599eeb);
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3), inset 0px -1px 0px rgba(255,255,255,0.3);
	border-top: 1px solid #1c4ed5;
	border-bottom: 1px solid #4084e2;
	border-right: 1px solid #468ee6;
	border-left: 1px solid #468ee6;	
}


/* =============== Form Module Button =============== */

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


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

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


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

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


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

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


/* =============== Custom Buttons =============== */

/* Get Demo BTN */
.custom-getdemo-btn {text-align: center;}
.custom-getdemo-btn a {
	background-color: #3d9be9;		
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	min-width: 200px;
	padding: 10px;
}

.custom-getdemo-btn a span {
	transition: color 0.4s ease;
	font: normal normal normal 24px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
	color: #FFFFFF;
	display: inline-block;
}

/* See Pricing Button */
.custom_see-pricing-btn {text-align: center;margin-bottom: 30px;}
.custom_see-pricing-btn a {
	background-color: #ffffff;
	border: solid #519fe0 1px;
	border-radius: 5px;
	color: #519FE0;
	font: normal normal normal 22px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
	transition: border-color 0.4s ease, background-color 0.4s ease, color 0.4s ease;
	padding: 4px 33px 5px;
	display: inline-block;
	margin-top: 20px;
}

.custom_see-pricing-btn a:hover {
	background-color: #a0a09f;
	border-color: #a0a09f;
	color: #fff;
}

/* White Button */
.custom_white-btn {text-align: center;}
.custom_white-btn a {
	background-color: #ffffff;
	border: solid #519fe0 1px;
	border-radius: 5px;
	color: #519FE0;
	transition: border-color 0.4s ease, background-color 0.4s ease, color 0.4s ease;
	font: normal normal normal 22px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
	max-width: 200px;
	width: 100%;
	min-height: 30px;
	display: inline-block;
	padding: 5px 10px 4px;
}

.custom_white-btn a:hover {
	background-color: #a0a09f;
	border-color: #a0a09f;
	color: #FFFFFF;
}

/* Blue Button */
.custom_blue-btn {
	text-align: center;
	margin: 10px 0;
}

.custom_blue-btn a {
	display: inline-block;
	background-color: rgba(61, 155, 233, 1);
	border-radius: 10px 10px 10px 10px;
	transition: all 0.4s ease;
	color: #fff;
	font: normal normal 700 24px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
	min-width: 200px;
	padding: 10px;
}

.custom_blue-btn a:hover {
    background: #2B689C;
}


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */


/* Styles that do not fit into any of the available sections above can go here. */
.blue-image-line {transform: rotate(270deg);}
.blue-image-line img {
	display: block;
	width: 10px;
	height: 40px;	
	margin: 35px auto 43px;
}

.custom_svg-badge svg {
	width: 96px;
	height: 126px;
	fill: #424242;
	fill-opacity: 1;
	margin: 32px auto 40px;
	display: block;
}

.custom_svg-badge svg * {vector-effect: non-scaling-stroke;}

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


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

@media (max-width: 1024px) {
    body.one-column #custom-banner {height: 100vh}
    body.one-column.custom_solar-installer-software #custom-banner {height: 700px;}
}

@media (max-width: 991px) {
    .custom_solar-software-module .custom_solar-left-module {width: 20%;}
    .custom_solar-software-module .custom_solar-right-module {width: 75%;float: right;}    
        
    .hs_global_widget .hs_cos_gallery_main img[src*="SolarSoftwareGallery-3"],
    .hs_global_widget .hs_cos_gallery_main img[src*="SolarSoftwareGallery-2"],
    .hs_global_widget .hs_cos_gallery_main img[src*="SolarSoftwareGallery-1"] {
    	float: none;
    	margin: 0 auto;
    	position: static;
    }
    
    .hs_global_widget .caption {padding: 10px;}
    
    .hs_global_widget .custom_caption-preofessional,
    .hs_global_widget .custom_caption-flexible-sales,
    .hs_global_widget .custom_caption-quick-system {
    	text-align: center;
    	position: static;
    	max-width: 100%;
    	padding: 0;
    }  
    
    .custom_pricing-module .custom_pricing-subscription p > span:first-child {font-size: 30px!important;}

    .custom_pricing-contact {width: 100%;}
    .custom_pricing-contact .custom_pricing-btn a {width: 100%;display: block;min-width:  100%;}
    
    body.custom_company #custom_section-three ul.custom_four-image li,
    body.custom_company #custom_section-three ul.custom_four-image li:nth-child(2),
    body.custom_company #custom_section-three ul.custom_four-image li:nth-child(3) {
    	margin-left: 0;
    	margin-right: 15px;
    }
    
    .custom_solar-platform .custom_solar-right-platform {
    	max-width: 78%;
    	float: right;
    }

}

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

@media (max-width: 767px) {
    .content-wrapper {padding: 20px;}
    body.custom_home #custom_section-two .slick-slide-inner-wrapper .caption{
        width: 100%;
        height: 100%;
    }
    .main-content,
    .blog-content,
    .blog-sidebar,
    .sidebar {
        margin-top: 40px;
    }
    
    .main-content:first-child,
    .blog-content:first-child,
    .blog-sidebar:first-child,
    .sidebar:first-child {
        margin-top: 0;    
    }
    
    .hs_cos_wrapper_type_section_header h1 {font-size: 23px;}
    .hs_cos_wrapper_type_section_header p {font-size: 17px;}
    
        
    .custom_solar-software-module .custom_solar-left-module,
    .custom_solar-software-module .custom_solar-right-module {
    	float: none;
    	width: 100%;
    }
    
    .custom_solar-software-module .custom_solar-left-module img {max-width: 80px;}
    .custom_solar-software-module .custom_solar-right-module {padding-left: 20px;}
    .custom_solar-software-module .custom_solar-title {font-size: 24px;}
    .custom_solar-software-module .custom_solar-title:before {width: 8px;height: 30px;background-size: contain;left: -15px;}
    .custom_solar-software-module p {font-size: 17px;}
    
    .hs_global_widget .caption h1 {font-size: 24px;}


    body.one-column #custom-banner {height: 289px;}
    body.one-column .main-content .hs_cos_wrapper_type_rich_text p,
    body.one-column .main-content .hs_cos_wrapper_type_rich_text ul {
    	font-size: 17px;
    }

    #custom-banner > div.banner-image {background-position: center;}
    #custom-banner .banner-wrapper {top: 0;}
    #custom-banner .custom-getdemo-btn {margin-left: 0;}
    #custom-banner h1 {font-size: 26px;}
    #custom-banner ul {font-size: 16px;}

    /* Home Mobile */
    body.custom_home #custom-banner {height: 327px;}
    body.custom_home #custom-banner .page-center {padding: 0;}
    body.custom_home #custom-banner h1 {
    	font-size: 40px;
    	padding-right: 0;
    }
    
    body.custom_home #custom-banner .banner-wrapper {top: 0;}
    body.custom_home #custom-banner > div.banner-image {background-position: center;}
    
    body.custom_home #custom-banner .banner-wrapper {padding-top: 48px;}
    body.custom_home #custom-banner > div.banner-image[style*="fb71a2_db6e7eb498b140c2ab5fb962b50793a5~mv2.jpeg"] {
    	background-image: url('//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Layout/fb71a2_db6e7eb498b140c2ab5fb962b50793a5_mv2-1.png')!important;
    }
    
    body.custom_home #custom-banner .custom-getdemo-btn {position: relative;top: 1px;}
    body.custom_home #custom-banner .custom-getdemo-btn a {
    	width: 220px;
    	height: 50px;
    	padding-top: 9px;
    }

    body.custom_home #custom_section-one .page-center {padding-bottom: 25px;padding-top: 46px;}
    body.custom_home #custom_section-one h2 {font-size: 26px;margin-bottom:  10px;}
    body.custom_home #custom_section-one p {font-size: 19px;margin-bottom: 20px;}
    
    body.custom_home #custom_section-two {padding: 50px 20px 10px;}
    body.custom_home #custom_section-two h3 {font-size: 26px;margin-bottom:  10px;}
    
    .custom_solar-solution-wrapper {display:block;}
    .custom_solar-solution-wrapper > div {
    	margin: 0 auto 70px;
    	display: block;
    	width: 100%;
    	max-width: 300px;
    }
    
    .custom_solar-solution-wrapper > div:last-child {
        margin-bottom: 0;
    }
    
    body.custom_home #custom_section-two .hs_cos_gallery_main {padding: 50px 0;}
    body.custom_home #custom_section-two .hs_cos_gallery_main .slick-track {min-height: 0;}
    body.custom_home #custom_section-two .hs_cos_gallery_main .slick-slide {margin: auto;}
    body.custom_home #custom_section-two .slick-slide-inner-wrapper .caption {padding: 25px 20px;left: 0;max-width: 85%;}
    body.custom_home #custom_section-two .slick-slide-inner-wrapper .caption p {font-size: 16px;}
    body.custom_home #custom_section-two .slick-slide-inner-wrapper .caption h6 {font-size: 13px;}

    
    body.custom_home #custom_section-three .page-center {padding: 50px 10px 30px;}
    body.custom_home #custom_section-three .custom_two-modules .custom_left-content,
    body.custom_home #custom_section-three .custom_two-modules .custom_right-content {
    	float: none;
    	width: 100%;
    }
    
    body.custom_home #custom_section-three .custom_two-modules .custom_left-content {
    	margin: 0 0 20px;
    }
    
    body.custom_home #custom_section-three h3 {font-size: 22px;padding-bottom: 20px;}
    body.custom_home #custom_section-three .custom_two-modules {padding-bottom: 20px;}
    body.custom_home #custom_section-three .custom_two-modules h4 {
    	text-align: left!important;
    }
    
    body.custom_home #custom_section-four .page-center {padding: 20px}
    
    
    body.custom_home #custom_section-five .page-center {padding: 50px 20px;}
    body.custom_home #custom_section-five h3 {font-size: 22px;}
    
    .custom_home-gallery {padding: 64px 20px;margin: 0;}
    .custom_home-gallery .slick-prev {left: -10px;}
    .custom_home-gallery .slick-next {right: -10px;}
    .custom_home-gallery .slick-dots li {margin: 0 5px 10px;}


    /* Solution Mobile */
    body.custom_solutions #custom_top-pane .page-center {padding: 10px 35px;}
    body.custom_solutions #custom_top-pane .hs_cos_wrapper_type_header h1 {font-size: 23px;}
    body.custom_solutions #custom-banner {height: 307px;}
    body.custom_solutions #custom-banner > div.banner-image {background-position: center}
    body.custom_solutions #custom-banner > div.banner-image[style*="fb71a2_6a633997713e4b80813c0aaea2559337~mv2.jpeg"] {
        background-image: url(https://cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Layout/fb71a2_6a633997713e4b80813c0aaea2559337_mv2.png)!important;
    }
    body.custom_solutions #custom-banner .page-center {padding: 0 10px;}
    body.custom_solutions #custom-banner h1 {font-size: 24px;}
    body.custom_solutions #custom-banner ul {font-size: 17px;}
    body.custom_solutions #custom-banner ul li:before {
    	width: 16px;
    	height: 16px;
    }
    
    body.custom_solutions .content-wrapper {padding: 20px;}
    body.custom_solutions h3 {
    	font-size: 21px;
    }
    
    body.custom_solutions .custom_solar-solution-wrapper .custom_ss-button {
    	max-width: 220px;
    	margin: 15px auto;
    }
    
    body.custom_solutions .custom_solar-solution-wrapper .custom_ss-button > * {padding: 8px;}
    body.custom_solutions .custom_solar-solution-wrapper .custom_ss-desc p {font-size: 17px;}
    body.custom_solutions .custom_ss-image img {max-width: 80px;}
    
    body.custom_solutions .hs_cos_gallery_main {left: 0;padding: 20px 0;}
    body.custom_solutions .hs_cos_gallery_main .slick-track {min-height: 0;}
    body.custom_solutions .hs_cos_gallery_main .slick-slide:nth-child(odd) .slick-slide-inner-wrapper > img {float: right;}
    body.custom_solutions .slick-slide-inner-wrapper .caption {
    	clear: both;
    	border: 0;
    	padding: 0 34px;
    }
    
    body.custom_solutions .slick-slide-inner-wrapper .caption p {font-size: 15px;}
    body.custom_solutions .slick-slide-inner-wrapper .caption h6 {font-size: 13px;}
    body.custom_solutions .slick-slide-inner-wrapper > img {
    	width: 31px;
    	height: 24px;
    	position: static;
    	margin: 0 30px;
    }
    
    body.custom_solutions .hs_cos_gallery_main .slick-dots li button {margin: 0 5px;}
    
    body.custom_solutions .content-wrapper .hs_cos_wrapper_type_rich_text p {font-size: 17px;}
    body.custom_solutions .custom_see-pricing-btn a {padding: 5px}

    /* Pricing Mobile */
    body.custom_pricing #custom_section-one {padding-bottom: 15px;}
    body.custom_pricing #custom_section-one .page-center {padding: 0 10px;}
    .custom_pricing-module-wrapper {
    	padding: 0 0 30px;
    	display: block;
    }
    
    .custom_pricing-module-wrapper > div {
    	float: none;
    	width: 100%;
    	display: block;
    	margin: 0 0 40px;
    }
    
    .custom_pricing-module {max-width: 100%;}
    
    body.custom_pricing #custom_section-one .hs_cos_wrapper_type_rich_text p {font-size: 17px;}
    body.custom_pricing #custom_section-two {padding: 50px 0}
    body.custom_pricing #custom_section-two .page-center {padding: 0 10px;}
    body.custom_pricing #custom_section-two h6 {font-size: 18px;}  
    
    /* Refereal Mobile */
    body.custom_referral #custom_section-one {padding: 0;}
    body.custom_referral #custom_section-one .page-center {padding: 20px 30px;}
    body.custom_referral #custom_section-one .hs_cos_wrapper_type_header h1 {font-size: 23px;}
    body.custom_referral #custom_section-one .hs_cos_wrapper_type_rich_text {font-size: 17px;}
    body.custom_referral #custom_section-one h3 {font-size: 21px;}   
    
    /* Comapny */
    body.custom_company #custom_section-three ul.custom_four-image li,
    body.custom_company #custom_section-three ul.custom_four-image li:nth-child(2),
    body.custom_company #custom_section-three ul.custom_four-image li:nth-child(3) {
    	margin-left: 0;
    	margin-right: 15px;
    }
    
    
    body.custom_company #custom-banner {height: 508px;}
    body.custom_company #custom-banner > div.banner-image {background-position: center 90%;}
    body.custom_company #custom-banner > div.banner-image[style*="fb71a2_db6e7eb498b140c2ab5fb962b50793a5~mv2.jpeg"] {
    	background-image: url('//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Layout/fb71a2_db6e7eb498b140c2ab5fb962b50793a5_mv2.png')!important;
    }
    
    body.custom_company #custom-banner .page-center {padding: 10px;}
    body.custom_company #custom-banner .banner-wrapper {padding: 0;}
    body.custom_company #custom-banner h1 {font-size: 30px;padding-right: 0;}
    body.custom_company #custom-banner .banner-wrapper p {font-size: 20px;margin-bottom: 24px;}
    
    body.custom_company #custom_section-one .page-center {padding: 51px 10px 10px;}
    body.custom_company #custom_section-one .page-center h2 {
    	padding-left: 10px;
    	font-size: 24px;
	}
    
    .custom_leadership-module .custom_left-module {max-width: 100%;float: none;}
    .custom_leadership-module .custom_right-module {
    	float:  none;
    	max-width: 100%;
    	margin: 0;
    	padding: 0 20px;
    }
    
    .custom_leadership-module .custom_left-module > img {
    	width: auto;
    	max-width: 100%;
    	display: block;
    	margin: 0 auto 20px;
    }
    
    .custom_leadership-wrapper > div:nth-child(even) .custom_left-module {
    	float: none;
    	margin: 0;
    }
    
    
    .custom_leadership-module .custom_leadership-name, 
    .custom_leadership-module .custom_leadership-title {
    	font-size: 17px;
    }
    
    .custom_leadership-module .custom_leadership-title {font-size: 13px;}
    .custom_leadership-module p {font-size: 14px;}    
    
    /* Custom Comapny */
    body.custom_company .custom-second-banner #custom-banner {height: 168px;}
    body.custom_company .custom-second-banner #custom-banner > div.banner-image[style*="fb71a2_406dd9ba9f0a4ef9968aade51f9d2eba~mv2.png"] {
        background-image: url(//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Layout/fb71a2_406dd9ba9f0a4ef9968aade51f9d2eba_mv2-1.png)!important;
    }
    
    body.custom_company #custom_section-two .page-center {padding: 20px 25px;}
    body.custom_company #custom_section-two p {font-size: 17px;}
    body.custom_company #custom_section-two .custom_two-modules ul {font-size: 12px;}
    body.custom_company h4 {font-size: 17px;}
    
    body.custom_company #custom_section-two .custom_two-modules .custom_left-content, 
    body.custom_company #custom_section-two .custom_two-modules .custom_right-content {
    	float: none;
    	width: 100%;
    }
    
    body.custom_company #custom_section-three .page-center {padding: 40px 20px;}
    body.custom_company #custom_section-three h3 {font-size: 22px;}
    
    body.custom_company #custom_section-four {
    	min-height: 400px;
    	padding: 0 10px;
    	background-image: url('//cdn2.hubspot.net/hubfs/2689667/Sighten_January2018/Layout/contact-map-mobile.png');
    }
    
    body.custom_company #custom_section-four .widget-type-widget_container {
    	position: static;
    	padding: 10px 20px 5px;
    	margin-top: 10px;
    }
    
    body.custom_company #custom_section-four .widget-type-widget_container h3 {font-size: 21px;margin-bottom: 15px;}
    body.custom_company #custom_section-four .widget-type-widget_container p {font-size: 17px;}
    
    
    .custom_three-open-position {
    	display: block;
    	padding: 0;
    	margin: 0 0 20px;
    	text-align: center;
    }
    
    .custom_three-open-position > div {
    	max-width: 100%;
    	margin-bottom: 30px;
    }
    
    .custom_three-open-position .custom_module-title {
    	font-size: 17px;
    	margin-left: 0;
    }
    
    .custom_center-module .custom_top-image {margin-left: 0;}
    
    .custom_right-module .custom_module-inner {left: 0;}

    .custom_solar-platform-wrapper:before,
    .custom_solar-platform-item:first-child:before,
    .custom_solar-platform-item:last-child:before {display: none;}
    
    
    .custom_solar-platform-item .custom_solar-left-platform,
    .custom_solar-platform-item .custom_solar-right-platform {
    	margin: 0;
    	padding: 0;
    	width: 100%;
    	max-width: 100%;
    	float: none;
    }
    
    .custom_solar-platform {margin-bottom: 30px;}
    .custom_solar-platform h2 {font-size: 24px;}
    .custom_solar-platform p {font-size: 16px;}

    .hs_global_widget .hs_cos_gallery_main .slick-slide{padding: 0 20px;}
    
    
    body.one-column.custom_solar-installer-software #custom-banner {height: 289px;}
}  


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

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