<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; 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 &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children:hover &gt; ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; 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 &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper &gt; li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper &gt; li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical &gt; ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical &gt; ul li.hs-menu-depth-1 &gt; a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical &gt; ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical &gt; ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical &gt; 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical &gt; ul li.hs-item-has-children:hover &gt; ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch &gt; ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper &gt; li.hs-item-has-children &gt; ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 &gt; a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 &gt; a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 &gt; a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 &gt; a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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 &gt; ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal &gt; 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 &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper &gt; li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.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");
}

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides &gt; 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%;}

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


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.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;
}

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

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Body */
body {
	padding: 0;
	margin: 0;
	font-family: "Yantramanav";
	font-size: 18px;
	color: #000;
	background: #fff;
}
.clear {
	clear: both;
}
.container:after,
.clearfix:after {
	clear: both;
	content: '';
	display: block;
}
.container {
	position: relative;
	max-width: 1170px;
	margin: 0 auto !important;
	box-sizing: border-box;
	float: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
.row-fluid [class*="span"] {
    min-height: 0;
}


/* header */
.main-header {
    position: relative;
    min-height: 730px !important;
    float: none !important;
    margin: 0 auto !important;
}
.banner-video,
.banner-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  overflow: hidden;
}
.home .banner-background {
	display: none !important;
}


.banner-video video,
.banner-background img {
    position: absolute;
    margin: auto;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    overflow: hidden;
    object-position: top;
    left: 0;
    right: 0;
}
.hs-content-id-5760133318 .hbspt-form label {
  color:#fff;
}
.main-header:after {
	background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/header-overlay.png) repeat top center;
    top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	position: absolute;
	content: '';
	display: block;
	z-index: 1;
}
.main-header .container {
	z-index: 2;
}
.main-header .container.menu {
	z-index: 4;
}

.logo-cont {
  /*
    float: left !important;
    margin: 55px 0 0 0 !important;
    width: auto !important;*/
    float: left;
    margin: 0 0 0 0;
    width: auto;
}
.logo-cont img {
	display: block;
  margin-left:0;
  background: #ffffff;
  padding: 15px 20px;
  width:100%;
}
#hs_cos_wrapper_module_1534390178344105_ {
	background:white;
  padding:3px 43px 20px 43px;
  color: #492f33;
  width:140px;
}
.header-content {
	clear: both;
	padding-top: 105px;
	padding-bottom: 50px;
}
.blog-archive .header-content {
	padding-top: 50px;
}
.header-content h1 {
    font-family: 'Saira Condensed';
    font-weight: 800;
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.1;
}
.header-content h1:after {
    width: 95px;
	height: 2px;
	background: #f2c75c;
	display: inline-block;
	vertical-align: middle;
	content: '';
	margin-left: 10px;
  visibility:hidden;
}
.header-content p {
    font-size: 16px;
    color: #fff;
    margin: 0 0 15px;
    line-height: 1.4;
	max-width: 445px;
}
.header-content a {
    font-size: 15px;
    color: #fff;
    font-family: 'Saira Condensed';
    font-weight: 700;
    background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/play-btn.png) no-repeat right center;
    line-height: 1.1;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    padding: 10px 54px 10px 0;
}



/* Menu */
.row-fluid [class*="span"].menu-overlay {
    position: absolute;
    background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/menu-overlay.png) repeat top left;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
	display: none;
}
.menu-toggle {
    float: right !important;
    width: auto !important;
    margin: 0 !important;
    z-index: 4;
    position: relative;
}
.menu-toggle button {
    width: 97px;
    height: 148px;
    border: none;
    outline: none;
    cursor: pointer;
    background: #051f42 url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/menu-bg.png) no-repeat center;
    text-indent: -999999px;
    display: block;
    position: relative;
	/*box-shadow: 0px 0px 2px 2px #0000001c;
    -webkit-box-shadow: 0px 0px 2px 2px #0000001c;
    -moz-box-shadow: 0px 0px 2px 2px #0000001c;*/
}
.menu-toggle button.open {
	background: #051f42 url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/menu-bg2.png) no-repeat center;
}
.row-fluid [class*="span"].custom-menu {
    background: #051f42;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 115px 0 30px;
    box-sizing: border-box;
    text-align: center;
	display: none;
    z-index: 3;
    left: 0;
}
.custom-menu &gt; .row-fluid-wrapper.row-depth-1 {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    max-width: 135px;
    margin: 0 10px 15px;
	padding: 0 10px 20px;
	position: relative;
	background: #051f42;
}
.menu-cont h3 {
	color: #ffffff;
	font-size: 17px;
	font-family: 'Saira Condensed';
	font-weight: bold;
	margin: 0 0 15px;
	line-height: 1.2;
	text-transform: uppercase;
}
.menu-cont ul {
    padding: 0;
    margin: 0;
}
.menu-cont ul li {
	display: block;
	list-style: none;
	margin: 0 0 10px !important;
}
.menu-cont ul li a {
    color: #ffffff;
    font-size: 15px;
    display: inline !important;
    text-decoration: none !important;
    line-height: 1.4;
    position: relative;
    padding: 0 !important;
    text-overflow: initial !important;
    white-space: normal !important;
    width: auto !important;
    overflow: initial !important;
}
.menu-cont ul li a:hover {
	color: #f2c75c;
}
.menu-cont a:hover h3 {
	color: #ffffff;
}
.menu-cont ul li a:hover:after {
    content: '';
    width: 35px;
    height: 2px;
    background: #f2c75c;
    margin-right: -50px;
    position: absolute;
    top: 100%;
    margin-top: -10px;
    right: 0;
}
.menu-cont.contact ul li a:hover {
  color:#f2c75c;
}

.menu-cont.contact ul li a {
	color: #ffffff;
}
.menu-cont.contact ul li a:hover:after {
	content: '';
    width: 35px;
    height: 2px;
    background: #f2c75c;
    margin-right: -50px;
    position: absolute;
    top: 100%;
    margin-top: -10px;
    right: 0;
}


/* content */
.segments {
	padding-top: 110px;
	padding-bottom: 110px;
}
.segments .links {
    width: 44% !important;
    margin: 0 !important;
    float: left;
	box-sizing: border-box;
	padding-left: 98px;
	padding-top: 22px;
}
.segments .links ul {
    padding: 0;
    margin: 0;
}
.segments .links ul li {
	list-style: none;
	display: block;
	margin-bottom: 19px;
}
.segments .links ul li a {
	display: inline-block;
	text-decoration: none;
	color: #051f42;
	font-size: 20px;
	font-family: 'Saira Condensed';
	font-weight: 700;
	text-transform: uppercase;
	line-height: 49px;
	position: relative;
}
.segments .links ul li:before {
	background-repeat: no-repeat;
	background-position: center;
	width: 49px;
	height: 49px;
	margin-right: 25px;
	content: '';
	display: inline-block;
	vertical-align: middle;
}
.segments .links ul li a:hover:after {
    width: 95px;
    height: 2px;
    background: #cca178;
    display: block;
    content: '';
    margin-left: 10px;
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -1px;
	
}
.segments .links ul li:hover a {
	font-weight: 800;
}
.segments .links ul li:first-child:before {
	background-image: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/segment-icon1.png);
}
.segments .links ul li:nth-child(2):before {
	background-image: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/segment-icon2.png);
}
.segments .links ul li:nth-child(3):before {
	background-image: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/segment-icon3.png);
}
.segments .links ul li:nth-child(4):before {
	background-image: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/segment-icon4.png);
}
.segments .links ul li:nth-child(5):before {
	background-image: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/segment-icon5.png);
}
.segments .links ul li:nth-child(6):before {
	background-image: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/segment-icon6.png);
}
.segments .links ul li:hover:first-child:before {
	background-image: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/segment-hover1.png);
}
.segments .links ul li:hover:nth-child(2):before {
	background-image: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/segment-hover2.png);
}
.segments .links ul li:hover:nth-child(3):before {
	background-image: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/segment-hover3.png);
}
.segments .links ul li:hover:nth-child(4):before {
	background-image: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/segment-hover4.png);
}
.segments .links ul li:hover:nth-child(5):before {
	background-image: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/segment-hover5.png);
}
.segments .links ul li:hover:nth-child(6):before {
	background-image: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/segment-hover6.png);
}
.segments-slider {
    width: 55.73% !important;
    float: right !important;
    position: relative;
    margin: 0 !important;
}
.segments-slider .slider img {
    display: block;
	margin: 0 auto;
}
.segments-slider .slider-nav {
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -61px;
}
.segments-slider .prev-btn {
    width: 61px;
    height: 61px;
	background: #402121 url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/prev-arrow.png) no-repeat center;
	cursor: pointer;
}
.segments-slider button.slick-prev.slick-arrow {
    width: 61px;
    height: 61px;
    background: #402121 url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/prev-arrow.png) no-repeat center;
    cursor: pointer;
    text-indent: -99999px;
    border: none;
    outline: none;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -61px;
    z-index: 2;
}
.segments-slider button.slick-next.slick-arrow {
    width: 61px;
    height: 61px;
    background: #051f42 url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/next-arrow.png) no-repeat center;
    cursor: pointer;
    text-indent: -99999px;
    border: none;
    outline: none;
    position: absolute;
    left: -20px;
    top: 50%;
    z-index: 2;
}

.segments-slider .next-btn {
    width: 61px;
    height: 61px;
	background: #051f42 url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/next-arrow.png) no-repeat center;
	cursor: pointer;
}
.segments-slider .slick-dots {
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 0;
    margin: 0;
}
.segments-slider .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    line-height: 1;
    padding: 0;
}
.segments-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    opacity: .68;
    text-indent: -99999px;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
    display: block;
}
.segments-slider .slick-dots li.slick-active button,
.segments-slider .slick-dots li button:hover {
	opacity: 1;
}

.misconceptions {
	/*background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/misconceptions-bg.jpg) no-repeat top center;*/
  background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Atha%20front%20view%202.jpg) no-repeat top center;
	background-size: cover;
	min-height: 710px;
}
.misconceptions .text {
	background: #fff;
    max-width: 660px;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 55px;
    padding-left: 74px;
    padding-right: 120px;
    position: absolute;
    right: 0;
    top: -60px;
}
.misconceptions .text h3 {
    font-family: 'Saira Condensed';
    font-weight: 800;
    font-size: 35px;
    color: #051f42;
    text-transform: uppercase;
    margin: 0 0 20px;
    line-height: 1.1;
}
.misconceptions .text p {
    font-size: 18px;
    color: #402121;
    margin: 0 0 25px;
    line-height: 1.8;
}
.misconceptions .text a {
	background: none;
    border: 2px solid #051f42;
    color: #051f42;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    line-height: 1.4;
    padding: 6px 30px;
    transition: all .5s;
}
.misconceptions .text a:hover {
	background: #051f42 url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/hover-arrow.png?t=1523659903176) no-repeat 92% center;
    color: #fff;
    padding-right: 65px !important;
}
    

.resources {
	padding-top: 70px;
	padding-bottom: 5px;
}
.resources-item {
	position: relative;
	margin-bottom: 85px;
}
.resources-item:after {
	content: '';
	display: block;
	clear: both;
}
.resources-item .image {
	float: left;
	padding-bottom: 10px;
	width: 49.57%;
}
.resources-item .image img {
	display: block;
	margin: 0 auto;
}
.resources-item .text {
    background: #fff;
    box-sizing: border-box;
    width: 50.43%;
    float: left;
    padding: 60px 73px 0 73px;
    margin: 50px 0 0 0 !important;
}
.resources-item .text h3 {
    color: #051f42;
    font-size: 40px;
    margin: 0 0 20px;
    line-height: 1.2;
    font-family: 'Saira Condensed';
    font-weight: 800;
    text-transform: uppercase;
}
.resources-item .text p {
	color: #051f42;
    font-size: 18px;
    margin: 0 0 25px;
    line-height: 1.8;
}
.resources-item .text a {
    background: none;
    border: 2px solid #051f42;
    color: #051f42;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    line-height: 1.4;
    padding: 6px 30px;
    transition: all .5s;
}
.resources-item .text a:hover {
    background: #051f42 url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/hover-arrow.png) no-repeat 92% center;
    color: #fff;
    padding-right: 65px !important;
}
.resources-list &gt; .row-fluid-wrapper.row-depth-1:nth-child(even) .image {
    float: right !important;
}
.resources-list &gt; .row-fluid-wrapper.row-depth-1:nth-child(even) .text {
	padding: 20px 73px 0 0;
    margin: 40px 0 0 0 !important;
    float: right !important;
}

.difference {
	/*background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/difference-bg.jpg) no-repeat top center;*/
  background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20Projects/Sips%20side-by-side%20frame%20and%20finish.jpg) no-repeat center;  
	background-size: cover;	
	text-align: center;
}
.difference:before {
  background:#000;
  content: ''
    border:1px solid black;
}
.difference .difference-overlay {
	padding: 120px 0 60px 0;
  background: rgba(255,255,255,0.9);
}
.difference .text {
    padding-bottom: 55px;
    text-align: left;
    max-width: 575px;
    width: 100%;
    /*margin-left: 96px !important;*/
    float: none !important;
}
.difference .fw {
	max-width: 100%;
}
.difference .text h3 {
    color: #402121;
    font-size: 35px;
    margin: 0 0 20px;
    line-height: 1.2;
    font-family: 'Saira Condensed';
    font-weight: 800;
    text-transform: uppercase;
}
.difference .text p {
	color: #051f42;
    font-size: 18px;
    margin: 0 0 16px;
    line-height: 1.4;
}
.difference-box-item {
    background: #402121;
    max-width: 283px;
    width: 100% !important;
    display: inline-block !important;
    vertical-align: top;
    margin: 0 30px 64px !important;
    text-align: left;
    float: none !important;
}
.difference-box-item .details {
    padding: 25px 30px 28px;
}
.difference-box-item a {
    text-decoration: none;
}
.difference-box-item .details h3 {
    color: #f2c75c;
	font-size: 35px;
	font-family: 'Saira Condensed';
    font-weight: bold;
	margin: 0 0 5px;
	line-height: 1.2;
	text-transform: uppercase;
}
.difference-box-item .details p {
    color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	line-height: 1.8;
}
.difference-box-item:hover {
	background: #051f42;
}
.difference-box-item:hover h3:after {
	background: #fff;
	width: 35px;
	height: 2px;
	margin-left: 12px;
	display: inline-block;
	vertical-align: middle;
	content: '';
}
.difference .difference-link {
	background: none;
    border: 2px solid #051f42;
    color: #051f42;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    line-height: 1.4;
    padding: 6px 30px;
    transition: all .5s;
}
.difference .difference-link:hover {
    background: #051f42 url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/hover-arrow.png?t=1523659903176) no-repeat 92% center;
    color: #fff;
    padding-right: 65px !important;
}

.news-section {
	background: #402121;
	padding-top: 55px;
	padding-bottom: 30px;
}
.news-section h3 {
    color: #f2c75c;
    font-size: 35px;
    margin: 0 0 55px;
    line-height: 1.2;
    font-family: 'Saira Condensed';
    font-weight: 800;
    text-transform: uppercase;
}
.news-list {
    width: 30.6% !important;
	float: left;
	margin-left: 4.1%;
}
.news-list.first {
	margin-left: 0;
}
.news-item {
   /* background: #ffffff;
	margin-bottom: 50px;
	transition: all .5s;*/
  
  background: #ffffff;
    margin-bottom: 0;
    transition: all .5s;
    border-bottom: 2px solid #4021
}
.news-item:hover {
    box-shadow: 0 0 11px 2px #191919;
    -webkit-box-shadow: 0 0 11px 2px #191919;
    -moz-box-shadow: 0 0 11px 2px #191919;
}
.news-item img {
    display: block;
	margin: 0 auto;
}
.news-item .text {
    padding: 30px 46px 41px;
    position: relative;
	box-sizing: border-box;
}
.news-list.first .news-item .text {
    min-height: 282px;
}
.news-list.last .news-item .text {
    min-height: 538px;
	background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/WEBSITE%20IMAGES/Conceptual%20Plans.png) no-repeat top center;
	background-size: cover; 
}
.news-list.last .news-item .text p {
    color: #f2c75c;
	position: absolute;
	bottom: 54px;
	left: 0;
	right: 0;
	padding: 0 46px;
}
.news-list.last .news-item .text h5 {
    color: #f2c75c;
    font-size: 35px;
    margin: 0;
    line-height: 1.1;
    font-family: 'Saira Condensed';
    font-weight: 800;
    text-transform: uppercase;
}
.news-item h5 {
    color: #051f42;
	font-size: 22px;
	margin: 0;
	line-height: 1.8;
	font-weight: bold;
}
.news-item p {
    color: #051f42;
	font-size: 18px;
	margin: 0 0 6px;
	line-height: 1.8;
}
.news-item a {
    color: #f2c75c;
    font-size: 18px;
    line-height: 1.2;
    text-decoration: none;
    background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/arrow-icon.png) no-repeat right center;
    padding-right: 26px;
    display: block;
    /*position: absolute;*/
    right: 20px;
    bottom: 20px;
}
.news-list.last a {
    bottom: -40px;
    min-height: 540px;
}
.news-item a:hover {
    color: #051f42;
	background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/arrow-icon2.png) no-repeat right center;
}


/* Thank You */
.ty-content {
	background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/ty/ty-bg.jpg) no-repeat top center;
	background-size: cover;
	padding-top: 182px;
	padding-bottom: 170px;
}
.ty-content .container {
    background: rgba(255, 255, 255, .95);
	max-width: 1075px;
	text-align: center;
	box-sizing: border-box;
	padding: 88px 50px;
}
.ty-content img {
	display: block;
	margin: 0 auto;
}
.ty-content .text {
    padding-bottom: 80px;
    max-width: 800px;
    margin: 0 auto 50px !important;
    border-bottom: 3px solid #f2c75c;
    float: none !important;
}
.ty-content .text img {
    margin-bottom: 35px;
}
.ty-content h1 {
    font-family: 'Saira Condensed';
    font-weight: 800;
    font-size: 40px;
    color: #051f42;
    text-transform: uppercase;
    margin: 0 0 35px;
    line-height: 1.1;
}
.ty-content h3 {
    font-family: 'Saira Condensed';
    font-weight: 800;
    font-size: 30px;
    color: #402121;
    margin: 0 0 25px;
    line-height: 1.1;
}
.ty-content p {
    font-size: 18px;
    color: #402121;
    margin: 0 0 15px;
    line-height: 1.4;
}



/* Panels */
.panels .header-content {
    padding-top: 240px;
    text-align: center;
}
.panels .header-content h1 {
    font-weight: bold;
}
.panels .header-content h1:after {
    display: none;
}

.panels-about {
	padding-top: 110px;
	padding-bottom: 115px;
}
.panels-about .text {
	width: 43.19%;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	padding-right: 40px;
	float: none !important;
}
.panels-about .text h3 {
    color: #051f42;
    font-size: 40px;
    margin: 0 0 30px;
    line-height: 1.2;
    font-family: 'Saira Condensed';
    font-weight: bold;
    text-transform: uppercase;
}
.panels-about .text p {
    color: #402121;
    font-size: 18px;
    margin: 0 0 20px;
    line-height: 1.8;
}
.panels-about .image {
	width: 55.81%;
	display: inline-block;
	float: none !important;
	margin: 0 !important;
	vertical-align: middle;
}
.panels-about .image img {
	display: block;
	margin: 0 auto;
}

.panels .difference {
    background: #402121;
	padding-top: 70px;
}
.panels .difference .text h3 {
    color: #f2c75c;
	margin: 0 0 30px;
}
.panels .difference .text p {
    color: #ffffff;
}
.panels .difference-box-item {
    background: #f2c75c;
    max-width: 283px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0 30px 64px;
    text-align: left;
}
.panel-list .hs_cos_wrapper_widget {
    max-width: 283px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0 30px 64px;
    text-align: left;
}
.fw ul, .fw ul li {
	list-style:none;
}
.fw ul li p::before {
  	content: "â€¢";
    color: #f2c75c;
    padding-right: 15px;
    font-size: 25px;
    vertical-align: middle;
    line-height: 15px;
	}
.panels .difference-box-item:hover {
    background: #051f42;
}
.panels .difference-box-item .details {
    padding: 22px 30px 16px;
    min-height: 173px;
    box-sizing: border-box;
}
.panels .difference-box-item .details h3,
.panels .difference-box-item .details p {
    color: #051f42;
}
.panels .difference-box-item:hover .details h3 {
    color: #f2c75c;
}
.panels .difference-box-item:hover .details h3:after {
    background: #f2c75c;
}
.panels .difference-box-item:hover .details p {
    color: #fff;
}

.panels-features {
	padding-top: 95px;
	padding-bottom: 75px;
	background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/panels/panels-features-bg.jpg) no-repeat bottom center;
	background-size: cover;
}
.panels-features .text {
	max-width: 730px;
	padding-bottom: 60px;
}
.panels-features .text h2 {
    color: #402121;
    font-size: 40px;
    margin: 0 0 30px;
    line-height: 1.2;
    font-family: 'Saira Condensed';
    font-weight: bold;
    text-transform: uppercase;
}
.panels-features p {
    color: #402121;
    font-size: 18px;
    margin: 0 0 20px;
    line-height: 1.8;
}
.panels-features .features-list {
	text-align: center;
}
.panels-features .features-item {
    background: #fff;
	/*max-width: 528px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 55px;*/
	text-align: left;
	position: relative;
	box-sizing: border-box;
	padding: 35px 32px 25px;
    box-shadow: 0 0 11px 2px #c5c5c5;
    -webkit-box-shadow: 0 0 11px 2px #c5c5c5;
    -moz-box-shadow: 0 0 11px 2px #c5c5c5;
}
.panels-features .features-item:hover {
	background:#d2d3d5;
  cursor:pointer;
}
.features-list &gt; .row-fluid-wrapper.row-depth-1 {
    /* max-width: 528px; */
    width: 45.12%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 55px;
}
.features-list &gt; .row-fluid-wrapper.row-depth-1:nth-child(even) {
   margin-left: 77px;
}
.panels-features .features-item h3 {
    color: #051f42;
    font-size: 40px;
    margin: 0 0 40px;
    line-height: 1.2;
    font-family: 'Saira Condensed';
    font-weight: bold;
    text-transform: uppercase;
	padding-top: 20px;
	padding-left: 150px;
}
.panels-features .features-item p {
    padding-left: 15px;
}
.panels-features .features-item img {
	position: absolute;
    top: 35px;
    left: 32px;
}

.panels-videos {
	text-align: center;
	background: #051f42;
	    padding-top: 60px;
    padding-bottom: 0;
}
.panels-videos .text {
    max-width: 820px;
    margin: 0 auto !important;
    padding-bottom: 75px;
    float: none !important;
}
.panels-videos .text h2 {
    color: #f2c75c;
    font-size: 40px;
    margin: 0 0 30px;
    line-height: 1.2;
    font-family: 'Saira Condensed';
    font-weight: bold;
    text-transform: uppercase;
}
.panels-videos p {
    color: #fff;
    font-size: 18px;
    margin: 0 0 20px;
    line-height: 1.8;
}
.panels-videos .video-list .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module,
.panels-videos .video-list &gt; .row-fluid-wrapper.row-depth-1 {
	display: inline-block;
	vertical-align: middle;
	margin-left: 14px;
	margin-bottom: 30px;
	max-width: 377px;
	width: 100%;
}
.panels-videos .video-list .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module:first-child,
.panels-videos .video-list &gt; .row-fluid-wrapper.row-depth-1:first-child {
	margin-left: 0;
}
.panels-videos .video-item img {
	display: block;
	margin: 0 auto;
}
.panels-videos .video-list iframe {
	width: 100% !important;
}

.panels-difference-testimonial {
	background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/panels/testimonials-bg.jpg) no-repeat bottom center;
	background-size: cover;
}

.panels-difference {
	padding-top: 95px;
	padding-bottom: 40px;
}
.panels-difference .text {
	max-width: 800px;
	padding-bottom: 40px;
}
.panels-difference .text h2 {
    color: #051f42;
    font-size: 40px;
    margin: 0 0 30px;
    line-height: 1.2;
    font-family: 'Saira Condensed';
    font-weight: bold;
    text-transform: uppercase;
}
.panels-difference .text p {
    color: #402121;
    font-size: 18px;
    margin: 0 0 20px;
    line-height: 1.8;
}
.panels-difference-list .row-fluid-wrapper.row-depth-1 {
    margin-bottom: 35px;
	display: inline-block;
	vertical-align: top;
    width: 47.86%;
    margin-left: 3.76%;
}
.panels-difference-item {
    background: #d1d3d5;
	box-sizing: border-box;
	padding: 65px 70px 45px;
}
.panels-difference-list .row-fluid-wrapper.row-depth-1:first-child {
	margin-left: 0px;
}
.panels-difference-item h3 {
    color: #402121;
	font-size: 22px;
	margin: 0 0 5px;
	line-height: 1.5;
}
.panels-difference-item p {
    color: #402121;
    font-size: 18px;
    margin: 0 0 20px;
    line-height: 1.8;
}

.panels-slider {
	text-align: center;
	padding-top: 30px;
    padding-bottom: 40px;
}
.panels-slider .slider-wrap {
    position: relative;
}
.panels-slider h3 {
    color: #051f42;
    font-size: 40px;
    margin: 0 0 30px;
    line-height: 1.2;
    font-family: 'Saira Condensed';
    font-weight: bold;
    text-transform: uppercase;
}
.panels-slider .slider-cont.hidden {
    display: none;
}
.panels-slider .slider-container,
.panels-slider .slider-cont {
	padding-bottom: 60px;
	padding-right: 81px;
    padding-left: 81px;
}
.panels-slider .slider-text {
    max-width: 820px;
    margin: 0 auto !important;
    float: none !important;
  	color: #402121;
    font-size: 18px;
    margin: 0 0 20px;
    line-height: 1.8;
  	font-style: italic;
}
.panels-slider .slider-item img {
    display: block;
	margin: 0 auto 75px;
}
.panels-slider .slider-item p {
    color: #402121;
    font-size: 18px;
    margin: 0 0 20px;
    line-height: 1.8;
}
.panels-slider .submit-testimonial {
    background: #051f42;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    line-height: 1.4;
    padding: 9px 31px;
    margin-top: 30px;
    border: none;
    cursor: pointer;
    outline: none;
    transition: all .5s;
}
.panels-slider .submit-testimonial:hover {
    background: #d0d3d4 url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/hover-arrow2.png?t=1523875789918) no-repeat 97% center;
    color: #0b1f40;
    padding-right: 65px !important;
}
.panels-slider button.slick-next.slick-arrow,
.panels-slider .next-btn {
    width: 61px;
    height: 61px;
    background: #051f42 url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/next-arrow.png) no-repeat center;
    cursor: pointer;
	position: absolute;
    top: 50%;
	margin-top: -30px;
	right: 0;
	outline: none;
    border: none;
    text-indent: -9999px;
	z-index: 2;
}
.panels-slider button.slick-prev.slick-arrow,
.panels-slider .prev-btn {
    width: 61px;
    height: 61px;
    background: #051f42 url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/prev-arrow.png) no-repeat center;
    cursor: pointer;
    position: absolute;
    top: 50%;
	margin-top: -30px;
	left: 0;
	outline: none;
    border: none;
    text-indent: -9999px;
	z-index: 2;
}
.panels-slider .slick-dots {
    text-align: center;
    position: absolute;
    top: 166px;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
}
.panels-slider .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    line-height: 1;
    padding: 0;
}
.panels-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #d1d3d5;
    border-radius: 50%;
    opacity: .68;
    text-indent: -99999px;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
    display: block;
}
.panels-slider .slick-dots li.slick-active button,
.panels-slider .slick-dots li button:hover {
	opacity: 1;
}

.panels .footer-cta {
    background: #e0c09f;
}



/* Residential */
.residential .header-content {
    padding-top: 150px;
    text-align: center;
}
.residential .header-content h1 {
    font-weight: bold;
	margin-bottom: 25px;
}
.residential .header-content h1:after {
    display: none;
}
.residential .header-content img {
    display: block;
	margin: 0 auto 30px;
}
.residential .header-content p {
	margin: 0 auto;
}

.residential .panels-videos {
    background: #402121;
}

.residential-gallery {
    text-align: center;
	padding-top: 90px;
	padding-bottom: 70px;
}
.residential-gallery .text {
    max-width: 820px;
    margin: 0 auto !important;
    float: none !important;
}
.residential-gallery .text h3 {
    color: #051f42;
    font-size: 40px;
    margin: 0 0 50px;
    line-height: 1.2;
    font-family: 'Saira Condensed';
    font-weight: bold;
    text-transform: uppercase;
}
.residential-gallery .text p {
    color: #402121;
    font-size: 18px;
    margin: 0 0 20px;
    line-height: 1.8;
}
.residential-gallery .gallery-cont {
    padding-top: 45px;
	position: relative;
}
.residential-gallery a.view-all {
    color: #3f2021;
    font-size: 18px;
    text-decoration: none;
    display: block;
    background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/residential/residential-arrow.png) no-repeat right center;
    padding-right: 28px;
    position: absolute;
    top: 56px;
    right: 0;
    line-height: 1.4;
}
.residential-gallery .gallery-cont h3 {
    color: #402121;
    font-size: 40px;
    margin: 0 0 40px;
    line-height: 1.2;
    font-family: 'Saira Condensed';
    font-weight: bold;
    text-transform: uppercase;
}
.residential-gallery .gallery {
		margin: 0 -8px;
  	display: none;
}


.residential-gallery .gallery.custom {
		display: block;
}
.residential-gallery .gallery.custom .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget {
    display: table-cell;
    vertical-align: middle;
  text-align:center;
    position: relative;
    margin: 2px;
    overflow: hidden;
    float: left;
    height: 314px;
}
.residential-gallery .gallery.custom .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget:hover a:after {
    background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/residential/image-popup-overlay.png) repeat center;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.residential-gallery .gallery.custom .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget:nth-child(1) {
	max-width:691px;
}
.residential-gallery .gallery.custom .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget:nth-child(2) {
	max-width:470px;
}

.residential-gallery .gallery.custom .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget:nth-child(1) img,
.residential-gallery .gallery.custom .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget:nth-child(2) img,
.residential-gallery .gallery.custom .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget:nth-child(3) img,
.residential-gallery .gallery.custom .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget:nth-child(4) img,
.residential-gallery .gallery.custom .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget:nth-child(5) img{
	min-height:314px;
  width: 100%;
}
.residential-gallery .gallery.custom .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget:nth-child(3) {
	max-width:29.4%;
  min-height: 314px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.residential-gallery .gallery.custom .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget:nth-child(4) {
	max-width:29.3%;	
  max-height: 313px;
  overflow: hidden;
  height:100%;
  width:100%;
}
.residential-gallery .gallery.custom .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget:nth-child(4) img {
	height:314px;
  width:100%;
}
.residential-gallery .gallery.custom .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget:nth-child(5) {
	max-width: 40.2%;
  max-height: 313px;
  overflow: hidden;
  height:100%;
   width:100%;
}
.residential-gallery .gallery.custom .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget:hover a:before {
    background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/residential/image-popup-icon.png) no-repeat center;
	content: '';
	width: 39px;
	height: 39px;
	position: absolute;
	left: -999px;
	right: -999px;
	top: -999px;
	bottom: -999px;
	margin: auto;
	z-index: 2;
}
.residential-gallery .gallery.custom .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget img {
    display: block;
	margin: 0 auto;
}



.residential-gallery .gallery-item {
    display: block;
    vertical-align: top;
    position: relative;
    margin: 2px;
    overflow: hidden;
    float: left;
  	height:314px;
}
.residential-gallery .gallery-item:hover a:after {
    background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/residential/image-popup-overlay.png) repeat center;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.residential-gallery .gallery-item:nth-child(1) {
	max-width:691px;
}
.residential-gallery .gallery-item:nth-child(2) {
	max-width:470px;
}
.residential-gallery .gallery-item:nth-child(1) img,
.residential-gallery .gallery-item:nth-child(2) img,
.residential-gallery .gallery-item:nth-child(3) img,
.residential-gallery .gallery-item:nth-child(4) img,
.residential-gallery .gallery-item:nth-child(5) img{
	height:314px;
  width: 100%;
}
.residential-gallery .gallery-item:nth-child(3) {
	max-width:29.4%;
  min-height: 314px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.residential-gallery .gallery-item:nth-child(4) {
	max-width:29.5%;	
  max-height: 313px;
  overflow: hidden;
  height:100%;
  width:100%;
}
.residential-gallery .gallery-item:nth-child(4) img {
	height:314px;
  width:100%;
}
.residential-gallery .gallery-item:nth-child(5) {
	max-width:40%;
  max-height: 313px;
  overflow: hidden;
  height:100%;
   width:100%;
}
.residential-gallery .gallery-item:hover a:before {
    background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/residential/image-popup-icon.png) no-repeat center;
	content: '';
	width: 39px;
	height: 39px;
	position: absolute;
	left: -999px;
	right: -999px;
	top: -999px;
	bottom: -999px;
	margin: auto;
	z-index: 2;
}
.residential-gallery .gallery-item img {
    display: block;
	margin: 0 auto;
}

.residential .panels-videos .text h2 {
    color: #e0c09f;
    font-size: 40px;
    margin: 0 0 30px;
    line-height: 1.2;
    font-family: 'Saira Condensed';
    font-weight: bold;
    text-transform: uppercase;
}
.residential .panels-videos .text a {
    color: #e0c09f;
    font-size: 18px;
    text-decoration: none;
    display: block;
    background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/residential/residential-arrow2.png) no-repeat right center;
    padding-right: 28px;
    position: absolute;
    top: 7px;
    right: 0;
    line-height: 1.4;
}
.dl-bt-blue {
	  background: #051f42;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    line-height: 1.4;
    padding: 5px 31px;
    margin-top: 15px;
}
.dl-bt-blue a {
	  margin-top: 3px !important;
}
.hs-content-id-5768972520 .residential-floor-plans {
display:none;
}
.hs-content-id-5769326409 .residential-cta a {
	background: transparent;
}

.residential-floor-plans {
	padding-top: 60px;
	padding-bottom: 20px;
}
.residential-floor-plans .container {
	max-width: 1320px;
}
.residential-floor-plans .title {
    max-width: 870px;
    margin: 0 auto !important;
    padding-bottom: 65px;
    text-align: center;
    float: none !important;
}
.residential-floor-plans .title h2 {
	color: #402121;
    font-size: 40px;
    margin: 0 0 30px;
    line-height: 1.2;
    font-family: 'Saira Condensed';
    font-weight: bold;
    text-transform: uppercase;
}
.residential-floor-plans .title p {
    color: #051f42;
    font-size: 18px;
    margin: 0 0 20px;
    line-height: 1.8;
}
.floor-plans-list .floor-plans-item {
	margin-bottom: 100px;
}
.floor-plans-list .floor-plans-item:after {
	content: '';
	display: block;
	clear: both;
}
.floor-plans-list .floor-plans-item .details { 
    max-width: 437px !important;
    width: 100% !important;
    background: #cea178;
    float: left;
    margin: 0 !important;
}
.floor-plans-list .floor-plans-item img {
	display: block;
	margin: 5px auto 0 auto;
}
.floor-plans-list .floor-plans-item .text {
	padding: 30px 50px 27px;
  min-height: 285px;
}
.floor-plans-list .floor-plans-item .details h3 {
    color: #402121;
    font-size: 40px;
    margin: 0 0 20px;
    line-height: 1.2;
    font-family: 'Saira Condensed';
    font-weight: bold;
    text-transform: uppercase;
}
.floor-plans-list .floor-plans-item .details p {
    color: #051f42;
    font-size: 18px;
    margin: 0;
    line-height: 1.8;
}
.floor-plans-slider {
    max-width: 880px;
    width: 100% !important;
    float: left !important;
    margin: 0 !important;
}
.floor-plans-slider .slider img {
	float: left;
}
.floor-plans-slider .slider:after {
	content: '';
	display: block;
	clear: both;
}
.floor-plans-slider .slider-bot {
	background: #402121;
	min-height: 88px;
	padding: 22px 75px 10px;
	box-sizing: border-box;
}
.floor-plans-slider .slider-bot button {
    background: none;
    border: 2px solid #fff;
    color: #e0c09f;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    line-height: 1.4;
    padding: 7px 44px;
    cursor: pointer;
    outline: none;
}
.floor-plans-slider .slider-nav {
    position: absolute;
    bottom: 30px;
    right: 75px;
}
.floor-plans-slider .slider-nav .prev-btn {
    background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/residential/floorplans-arrow-prev.png) no-repeat center;
    display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 25px;
	padding-right: 20px;
}
.floor-plans-slider .slider-nav .next-btn {
    background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/residential/floorplans-arrow-next.png) no-repeat center;
    display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 25px;
	padding-left: 20px;
}
.floor-plans-slider button.slick-next.slick-arrow {
    background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/residential/floorplans-arrow-next.png) no-repeat center;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 25px;
    padding-left: 20px;
    text-indent: -9999px;
    border: none;
    outline: none;
    cursor: pointer;
	position: absolute;
    bottom: -58px;
    right: 81px;
}
.floor-plans-slider button.slick-prev.slick-arrow {
	background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/residential/floorplans-arrow-prev.png) no-repeat center;
    display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 25px;
	padding-right: 20px;
    text-indent: -9999px;
    border: none;
    outline: none;
    cursor: pointer;
	position: absolute;
    bottom: -58px;
    right: 120px;
}

.residential-dealers {
	text-align: center;
	padding-top: 60px;
    padding-bottom: 40px;
}
.residential-dealers h3 {
    color: #402121;
    font-size: 40px;
    margin: 0 0 20px;
    line-height: 1.2;
    font-family: 'Saira Condensed';
    font-weight: bold;
    text-transform: uppercase;
}
.residential-dealers .text {
    padding-bottom: 40px;
}
.residential-dealers .text a, .fda a {
    background: #051f42;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    line-height: 1.4;
    padding: 9px 31px;
    margin-top: 30px;
}
.residential-dealers .logos img {
    display: block;
	margin: 0 auto;
}
.residential-dealers .logos .hs_cos_wrapper.hs_cos_wrapper_widget {
    display: inline-block;
	vertical-align: middle;
	margin-bottom: 30px;
	margin-left: 110px;
}
.residential-dealers .logos .hs_cos_wrapper.hs_cos_wrapper_widget:first-child {
	margin-left: 0;
}

.residential-misconceptions {
	background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/residential/misconceptions-bg.jpg) no-repeat top center;
	background-size: cover;
	padding-top: 100px;
  min-height:800px;
}
.residential-misconceptions h2 {
    color: #051f42;
    font-size: 35px;
    margin: 0 0 30px;
    line-height: 1.2;
    font-family: 'Saira Condensed';
    font-weight: 800;
    text-transform: uppercase;
}
.hs-content-id-5760446126 .floor-plans-slider .slider-bot {
	min-height:97px !important;
}
.misconceptions-list-wrap {
	padding-top: 20px;
	position: relative;
}
.misconceptions-list {
    text-align: center;
    margin-bottom: -140px;
    padding-bottom: 70px;
}
.misconceptions-item {
	background: #051f42;
}
.misconceptions-list .row-fluid-wrapper.slick-slide {
    max-width: 360px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0 23px;
}
.misconceptions-list .row-fluid-wrapper:first-child {
	
}
.misconceptions-list button.slick-next.slick-arrow {
    width: 9px;
    height: 18px;
    background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/residential/rm-arrow-next.png) no-repeat center;
    cursor: pointer;
    position: absolute;
    top: 157px;
    right: -60px;
    outline: none;
    border: none;
    text-indent: -9999px;
    z-index: 2;
}
.misconceptions-list button.slick-prev.slick-arrow {
	width: 9px;
    height: 18px;
    background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/residential/rm-arrow-prev.png) no-repeat center;
    cursor: pointer;
    position: absolute;
    top: 157px;
    left: -60px;
    outline: none;
    border: none;
    text-indent: -9999px;
    z-index: 2;
}
.misconceptions-list .slick-dots {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
    right: 0;
}
.misconceptions-list .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    line-height: 1;
    padding: 0;
}
.misconceptions-list .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #d1d3d5;
    border-radius: 50%;
    opacity: .68;
    text-indent: -99999px;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
    display: block;
}
.misconceptions-list .slick-dots li.slick-active button,
.misconceptions-list .slick-dots li button:hover {
	opacity: 1;
}
.misconceptions-item img {
	margin: 0 auto;
	display: block;
}
.misconceptions-item h3 {
    color: #e4e4e4;
    background: #402121;
    font-size: 18px;
    margin: 0;
    line-height: 1.4;
    font-family: 'Saira Condensed';
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    padding: 6px 25px;
    position: relative;
    top: -15px;
      max-width: 90%;
    box-sizing: border-box;
}
.misconceptions-item .text {
	padding: 20px 46px;
    text-align: left;
    min-height: 236px;
    box-sizing: border-box;
}
.misconceptions-item p {
    color: #fff;
    font-size: 18px;
    margin: 0;
    line-height: 2;
}
.misconceptions-item a {
    color: #fff;
}

.residential-cta {
	padding-top: 140px;
	padding-bottom: 65px;
	background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/residential/residential-cta-bg.jpg) no-repeat top center;
	background-size: cover;
	text-align: center;
}
.residential-cta .container {
	max-width: 780px;
}
.residential-cta h3 {
	color: #402121;
	font-size: 35px;
	margin: 0 0 25px;
	line-height: 1.1;
	font-family: 'Saira Condensed';
	font-weight: 800;
	text-transform: uppercase;
}
.residential-cta p {
	color: #051f42;
	font-size: 18px;
	margin: 0 0 0px;
	line-height: 1.8;
}
.residential-cta a {
    background: #051f42;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    line-height: 1.4;
    padding: 9px 31px;
	margin-top: 60px;
}
.residential-cta img {
	margin: 0 auto 60px;
	display: block;
}



/* Resources */
.resource .header-content {
    padding-top: 150px;
    text-align: center;
}
.resource .header-content h1 {
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 50px;
    color: #f2c75c;
}
.resource .header-content h1:after {
	display: none;
}
.resource .header-content p {
	margin: 0 auto;
}
.resource .main-header:after {
    background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/faqs/faqs-overlay.png) repeat top center;
}
.panels-resources {
    background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/resources/resources-bg.png) no-repeat bottom center;
    background-size: cover;
	padding-top: 110px;
    padding-bottom: 115px;
}
.panels-resources .resources-list-items &gt; .row-fluid-wrapper {
    width: 48%;
    float: none;
    box-sizing: border-box;
    padding-right: 0;
    text-align: center;
    border: 1px solid #dedede;
    margin-bottom: 10px;
    transition: .5s all;
  	display: inline-block;
    vertical-align: top;
}
.panels-resources .resources-list-items &gt; .row-fluid-wrapper:hover {
    box-shadow: 0 0 11px 2px #19191942;
    -webkit-box-shadow: 0 0 11px 2px #19191942;
    -moz-box-shadow: 0 0 11px 2px #19191942;
}
.panels-resources .resources-list-items &gt; .row-fluid-wrapper:nth-child(even) {
	margin-left: 0;
}
.r-image img {
	width: 100%;
}
.panels-resources .text h3 {
	font-size: 26px;
    font-family: 'Saira Condensed';
    margin: 0 0 25px;
}
.panels-resources .text p {
    margin: 0 0 20px;
}
.r-content {
    width: 90% !important;
    margin: 0 auto !important;
    padding: 20px 0 30px 0;
    float: none !important;
}
.r-content a {
	font-size: 26px;
    font-family: 'Saira Condensed';
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    color: #f8c672;
    border-top: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
    display: block;
    padding: 5px 0;
    margin-top: 40px;
}

.resources-pagination ul {
	text-decoration: none;
	list-style: none;
	text-align: center;
	padding: 0;
}
.resources-pagination ul li {
	display: inline-block;
	margin: 0 10px;
}
.resources-pagination ul li a {
	color: #311e20;
	text-decoration: none;
}
.resources-pagination ul li a.active {
	text-decoration: underline;
	font-weight: bold;
}

#itemContainer:after {
	content: '';
	display: block;
	clear: both;
}
.panels-resources a.jp-next,
.panels-resources a.jp-previous {
	display: none !important;
}
.panels-resources .holder {
    text-align: center;
    padding: 30px 0;
}
.panels-resources .holder a {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    color: #311e20;
    text-decoration: none;
    cursor: pointer;
}
.panels-resources .holder a:hover,
.panels-resources .holder a.jp-current {
    text-decoration: underline;
	font-weight: bold;
}




/* footer */
.footer-cta {
	padding-top: 65px;
	padding-bottom: 35px;
	background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/footer-cta-bg.jpg) no-repeat top center;
	background-size: cover;
}
.footer-cta .container {
	padding-left: 80px;
	padding-right: 80px;
}
.footer-cta .text {
	width: 63.5%;
    float: left;
    vertical-align: middle;
    box-sizing: border-box;
    padding-right: 45px;
    padding-left: 20px;
    padding-top: 0;
    margin: 0;
}
.footer-cta .text h3 {
	color: #402121;
	font-size: 35px;
	margin: 0 0 25px;
	line-height: 1.1;
	font-family: 'Saira Condensed';
	font-weight: 800;
	text-transform: uppercase;
}
.footer-cta .text p {
	color: #051f42;
	font-size: 18px;
	margin: 0 0 16px;
	line-height: 1.4;
}
.footer-cta .text a {
    background: #051f42;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    line-height: 1.4;
    padding: 9px 31px;
	margin-top: 35px;
    transition: all .5s;
}
.footer-cta .text a:hover {
    background: #d0d3d4 url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/hover-arrow2.png) no-repeat 92% center;
    color: #0b1f40;
    padding-right: 65px !important;
}
.footer-cta .image {
    width: 35.5%;
    float: right;
    vertical-align: middle;
    box-sizing: border-box;
  	overflow:hidden;
}
.footer-cta .image img {
	margin: 0 auto;
	display: block;
}

.social-bar {
	background: #402121;
	padding-top: 40px;
	padding-bottom: 33px;
}
.footer-newsletter &gt; .row-fluid-wrapper.row-depth-1 {
    display: inline-block;
    vertical-align: middle;
}
.footer-newsletter &gt; .row-fluid-wrapper.row-depth-1:first-child {
  	max-width: 150px;
		width: 100%;
}
.footer-newsletter &gt; .row-fluid-wrapper.row-depth-1:last-child {
  	max-width: 696px;
		width: 100%;
}
.footer-social {
    float: left !important;
    width: auto !important;
}
.footer-social p  {
	font-size: 17px;
	color: #f2c75c;
	font-weight: bold;
	font-family: 'Saira Condensed';
	line-height: 1.1;
	margin: 10px 10px 10px 0;
	text-transform: uppercase;
	display: inline-block;
    vertical-align: middle;
}
.footer-social ul {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
.footer-social ul li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
	margin: 0 4px;
}
.footer-social ul li i {
    color: #fff;
	font-size: 16px;
}
.footer-social ul li:hover i {
    color: #f2c75c;
}
.footer-newsletter {
    float: right !important;
    max-width: 865px;
    width: 100% !important;
    text-align: right;
    margin: 0;
      position: relative;
}
.footer-newsletter h3 {
	font-size: 17px;
	color: #f2c75c;
	font-weight: bold;
	font-family: 'Saira Condensed';
	line-height: 1.1;
	margin: 0;
	text-align: right;
	text-transform: uppercase;
}
.footer-newsletter form {
	width: 100%;
	margin-left: 10px;
}
.footer-newsletter input[type="text"],
.footer-newsletter input[type="email"] {
	height: 39px;
	border-radius: 0px;
	outline: none;
	background: none;
	padding: 5px 14px;
	color: #ffffff;
	font-size: 16px;
	font-family: "Yantramanav";
	font-style: italic;
	border: 1px solid #f2c75c;
	width: 100%;
	box-sizing: border-box;
}
.footer-newsletter .hs-form-field,
.footer-newsletter .form-cont {
	max-width: 194px;
	width: 100% !important;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}
.footer-newsletter ul.hs-error-msgs.inputs-list {
	margin: 0;
  padding: 0;
}
.footer-newsletter ul.hs-error-msgs.inputs-list li {
	list-style: none;
  color: red;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.footer-newsletter .hs_error_rollup {
    position: absolute;
    top: 100%;
    margin-top: 8px;
    left: 0;
    right: 0;
}
.footer-newsletter .hs_error_rollup ul.hs-error-msgs.inputs-list li label {
	display: block;
}
.footer-newsletter label {
  display: none;
}
.footer-newsletter .hs-email.hs-form-field,
.footer-newsletter .form-cont.email {
	max-width: 292px;
}
.footer-newsletter .hs_submit.hs-submit,
.footer-newsletter .submit-cont {
	display: inline-block;
	vertical-align: middle;
	max-width: 184px;
	width: 100%;
	padding-left: 8px;
}
.footer-newsletter fieldset.form-columns-2 {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.footer-newsletter input[type="submit"] {
	height: 39px;
	cursor: pointer;
	border-radius: 0px;
	outline: none;
	background: #f2c75c;
	color: #051f42;
	font-size: 16px;
	font-family: "Yantramanav";
	border: none;
	width: 100%;
	display: block;
}

.main-footer {
	background: #051f42;
	color: #ffffff;
	padding-top: 75px;
}
.footer-logo {
	margin-bottom: 30px;
}
.main-footer h3 {
	color: #ffffff;
	font-size: 17px;
	font-family: 'Saira Condensed';
	font-weight: bold;
	margin: 0 0 15px;
	line-height: 1.2;
	text-transform: uppercase;
}
.main-footer ul {
	padding: 0;
	margin: 0 0 35px;
}
.main-footer ul li {
	display: block;
	list-style: none;
	margin: 0 0 10px !important;
      float: none !important;
}
.main-footer ul li a {
    color: #fff;
    font-size: 15px;
    display: inline-block !important;
    text-decoration: none !important;
    line-height: 1.4;
    white-space: normal !important;
    overflow: initial !important;
    text-overflow: initial !important;
    padding: 0 !important;
}
.main-footer ul li a:hover {
	color: #f2c75c;
}
.main-footer p {
	color: #ffffff;
	font-size: 15px;
	margin: 0 0 20px;
	line-height: 1.4;
}
.main-footer p a {
	color: #ffffff;
	text-decoration: none;
}
.main-footer p a:hover {
	color: #f2c75c;
}
.main-footer .footer-content h3 {
	color: #f2c75c;
}
.footer-top {
	padding-bottom: 35px;
	border-bottom: 1px solid #f2c75c;
}
.footer-bottom {
	padding: 35px 0;
}
.footer-top:after,
.footer-bottom:after {
	content: '';
	display: block;
	clear: both;
}
.footer-content,
.footer-menu {
	float: left !important;
	box-sizing: border-box;
}
.footer-content {
    max-width: 195px;
    width: 100% !important;
}
.footer-menu {
    max-width: 160px;
    width: 100% !important;
    margin: 0 0 0 35px !important;
    background: #051f42;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
}
.main-footer .footer-menu ul li a {
	position: relative;
	display: inline;
}
.footer-menu a:hover:after {
	content: '';
    width: 35px;
    height: 2px;
    background: #f2c75c;
    margin-left: 15px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 100%;
}
.footer-bottom p {
    width: 25%;
    float: left;
    text-align: center;
    margin: 0 0 35px;
    box-sizing: border-box;
    padding: 0 18px;
}
.footer-bottom p:last-child {
    text-align: right;
}
.footer-bottom p:first-child {
    text-align: left;
}

.hs-blog-post .logo-cont img,
.hs-blog-listing .logo-cont img,
.event-page .logo-cont img,
.events-page .logo-cont img{
	display: block;
    margin-left: 0;
    background: white;
    padding: 15px 20px;
}
.hs-blog-post .body-container-wrapper,
.hs-blog-listing .body-container-wrapper,
.event-page .body-container-wrapper,
.events-page .body-container-wrapper {
	margin-top:45px;
}
.hs-blog-post #hs_cos_wrapper_module_1534390178344105_,
.hs-blog-listing #hs_cos_wrapper_module_1534390178344105_,
.event-page #hs_cos_wrapper_module_1534390178344105_,
.events-page #hs_cos_wrapper_module_1534390178344105_ {
	    background: white;
    padding: 2px 40px 20px 40px;
    color: #492f33;
    max-width: 227px;
    width: 227px;
    display: block;
  margin-top:-2px;
}
/* About */
body.about {
    background: #fff url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/about/about-bg2.jpg) center top repeat;
}
.about .main-header {
    min-height: auto !important;
	background: #cca178;
	padding-bottom: 50px;
}
.about .main-header:after {
    display: none;
}
.about-content .container {
    background: #fff;
	padding-top: 75px;
}
.about-content .title {
    text-align: center;
}
.about-content .title img {
    display: block;
	margin: 0 auto 75px;
}
.about-content .title h1 {
    font-family: 'Saira Condensed';
    font-weight: 800;
    font-size: 60px;
    color: #051f42;
    text-transform: uppercase;
    margin: 0 0 65px;
    line-height: 1.1;
}
.about-content .title h3 {
    font-family: 'Saira Condensed';
    font-weight: 800;
    font-size: 35px;
    color: #402121;
    text-transform: uppercase;
    margin: 0 0 60px;
    line-height: 1.1;
}

.about-content .content {
    /* max-width: 780px; */
    width: 66.66% !important;
    float: left;
    box-sizing: border-box;
    padding: 0 55px 0 40px;
    text-align: left;
}
.about-content .content p {
    font-size: 18px;
	color: #402121;
	line-height: 1.8;
	margin: 0 0 40px;
}

.about-content .sidebar {
	/* max-width: 390px; */
    width: 33.33% !important;
    float: right !important;
    margin: 0 !important;
}
.about-content .sidebar .text {
    text-align: center;
	background: #f2c75c;
	padding: 44px 50px;
}
.about-content .sidebar .text h3 {
    color: #051f42;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	margin: 0;
}
.about-content .sidebar .text p {
    color: #402121;
	font-size: 18px;
	line-height: 1.8;
	margin: 0 0 35px;
}
.about-content .sidebar .text a {
	color: #051f42;
    font-size: 16px;
    line-height: 1.4;
    display: inline-block;
    text-decoration: none;
    border: 2px solid #051f42;
    padding: 7px 15px;
}
.about-content .sidebar img {
    display: block;
	margin: 0 auto;
}

.about-content .quick-links {
    clear: both;
	padding-top: 20px;
}
.about-content .quick-links h3 {
    font-family: 'Saira Condensed';
    font-weight: 800;
    font-size: 35px;
    color: #051f42;
    text-transform: uppercase;
    margin: 0 0 45px;
    line-height: 1.1;
	text-align: center;
}
.about-content .quick-links ul {
    padding: 0;
    margin: 0;
	display: table;
	width: 100%;
}
.about-content .quick-links ul li {
    display: table-cell;
	box-sizing: border-box;
	vertical-align: middle;
	width: 33.33%;
	list-style: none;
	background: #051f42;
}
.about-content .quick-links ul li a {
    display: block;
	text-decoration: none;
	vertical-align: middle;
	padding: 30px 40px;
}
.about-content .quick-links ul li p {
    color: #f2c75c;
	font-size: 18px;
	line-height: 1.4;
	margin: 0;
}
.about-content .quick-links ul li p strong {
	font-size: 20px;
}
.about-content .quick-links ul:first-child li:nth-child(2) {
	background: #f2c75c;
}
.about-content .quick-links ul:first-child li:nth-child(3) {
	background: #1d3c34;
}
.about-content .quick-links ul:nth-child(2) li:first-child {
	background: #385e9d;
}
.about-content .quick-links ul:nth-child(2) li:nth-child(2) {
	background: #cca178;
}
.about-content .quick-links ul:nth-child(2) li:nth-child(3) {
	background: #00685e;
}
.about-content .quick-links ul:first-child li:nth-child(2) p {
	color: #051f42;
}
.about-content .quick-links ul:first-child li:nth-child(3) p,
.about-content .quick-links ul:nth-child(2) li:first-child p,
.about-content .quick-links ul:nth-child(2) li:nth-child(3) p {
	color: #fafdfd;
}
.about-content .quick-links ul:nth-child(2) li:nth-child(2) p {
	color: #402121;
}
.about-content .quick-links:after {
    content: '';
	display: block;
	clear: both;
}

.about-summary {
	position: relative;
	background: #fff;
	padding-bottom: 25px;
}
.about-summary:before {
    background: #d1d3d5;
	content: '';
	height: 98px;
	top: 0;
	right: 0;
	left: 0;
	position: absolute;
}
.about-summary h2 {
    font-family: 'Saira Condensed';
    font-weight: 800;
    font-size: 20px;
    color: #402121;
    text-transform: uppercase;
    margin: 0 0 38px;
    line-height: 1.4;
	background: #d1d3d5;
	height: 98px;
	box-sizing: border-box;
	padding-top: 55px;
}
.about-summary-sections &gt; .row-fluid-wrapper.row-depth-1 {
    width: 33.33%;
	float: left;
}
.about-summary .section-cont {
	box-sizing: border-box;
	padding-bottom: 30px;
}
.about-summary .section-cont.videos h2 {
	padding-left: 15px;
	padding-right: 15px;
}
.about-summary .section-cont.events,
.about-summary .section-cont.blog {
	padding-left: 40px;
	padding-right: 40px;
}
.about-summary .section-cont h3 {
    color: #051f42;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 15px;
	line-height: 1.2;
}
.about-summary .section-cont p {
    color: #402121;
	font-size: 18px;
	margin: 0 0 20px;
	line-height: 1.2;
}
.about-summary .section-cont .date {
    color: #aeb3ba;
	font-size: 18px;
	margin: 0 0 15px;
	line-height: 1.2;
	display: block;
	float: left;
}
.about-summary .section-cont a {
    color: #402121;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px;
	line-height: 1.2;
	background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/about/about-arrow.png) no-repeat right center;
	padding-right: 20px;
	line-height: 18px;
	text-decoration: none;
	display: block;
	float: right;
}
.about-summary .section-cont .posts-item {
	margin: 0 0 25px;
}
.about-summary .section-cont .posts-item:after {
	content: '';
	display: block;
	clear: both;
}
.about-summary .section-cont .posts-item .video-cont {
	margin: 0 0 30px;
}
.about-summary .section-cont .posts-item .video-cont img {
	margin: 0 auto;
	display: block;
}


/* Contact */
.contact .main-header {
    position: relative;
   /* min-height: 1094px !important;*/
  min-height: 874px !important;
}
.contact .main-header:after {
    background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/contact/contact-overlay1.png) repeat top center;
	bottom: inherit;
    height: 197px;
}

.contact-content {
    margin-top: -518px;
	padding-bottom: 105px;
}
.contact-content .form {
    background: #051f42;
    box-sizing: border-box;
    display: block;
    width: 40.17%;
    margin: 0 0 0 auto !important;
    text-align: center;
    padding: 40px 40px 50px;
    float: none !important;
}
.contact-content .form h3 {
	font-family: 'Saira Condensed';
    font-weight: bold;
    font-size: 40px;
    color: #f2c75c;
    margin: 0 0 20px;
    line-height: 1.2;
}
.contact-content .form p {
	font-family: 'Saira Condensed';
    font-size: 18px;
    color: #fff;
    margin: 0 0 50px;
    line-height: 1.4;
}
.contact-content .form .hs-form-field,
.contact-content .form .field-cont {
	margin-bottom: 20px;
}
.contact-content .form span.hs-form-required {
    display: none;
}
.contact-content .form ul.hs-error-msgs.inputs-list {
    margin: 0;
    padding: 0;
}
.contact-content .form ul.hs-error-msgs.inputs-list li {
    display: block;
    padding: 10px;
}
.contact-content .form ul.hs-error-msgs.inputs-list li label {
    color: red;
    font-size: 13px;
    font-weight: bold;
    display: block !important;
}
.contact-content .form input[type="text"], 
.contact-content .form input[type="email"] {
    height: 50px;
    border-radius: 0px;
    outline: none;
    background: #fff;
    padding: 5px 20px;
    color: #b6b6b6;
    font-size: 20px;
    font-family: "Yantramanav";
    font-style: italic;
    border: none;
    width: 100%;
    box-sizing: border-box;
}
.contact-content .form textarea {
    height: 270px;
    border-radius: 0px;
    outline: none;
    background: #fff;
    padding: 15px 20px;
    color: #b6b6b6;
    font-size: 20px;
    font-family: "Yantramanav";
    font-style: italic;
    border: none;
    width: 100%;
    box-sizing: border-box;
}
.contact-content .form .hs_submit.hs-submit,
.contact-content .form .submit-cont {
	padding-top: 20px;
}
.contact-content .form input[type="submit"] {
    height: 40px;
    cursor: pointer;
    border-radius: 0px;
    outline: none;
    background: #f2c75c;
    color: #051f42;
    font-size: 16px;
    font-family: "Yantramanav";
    border: none;
    width: 100%;
    max-width: 170px;
    display: block;
    margin: 0 auto;
}

.contact-content .content {
    background: #d1d3d5;
    box-sizing: border-box;
    display: block;
    width: 59.83%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 50px 50px 40px 60px;
    float: none !important;
    margin: 0 !important;
}
.contact-content .content h3 {
	font-family: 'Saira Condensed';
    font-weight: bold;
    font-size: 40px;
    color: #051f42;
    margin: 0 0 15px;
    line-height: 1.2;
}
.contact-content .content p {
    font-weight: normal;
    font-size: 20px;
    color: #402121;
    margin: 0 0 25px;
    line-height: 1.4;
}
.contact-content .content a {
    font-weight: normal;
    font-size: 20px;
    color: #402121;
    display: inline-block;
	vertical-align: middle;
    text-decoration: none;
}
.contact-content .content p.phone,
.contact-content .content p.address,
.contact-content .content p.email {
    margin: 0 0 3px;
	padding-left: 42px;
}
.contact-content .content p.address {
	background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/contact/contact-icon1.png) no-repeat left center;
}
.contact-content .content p.email {
	background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/contact/contact-icon2.png) no-repeat left center;
}
.contact-content .content p.phone {
	background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/contact/contact-icon3.png) no-repeat left center;
}
.contact-content .content p.phone a:first-child:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    width: 2px;
    height: 16px;
    background: #402121;
    margin: 0 20px;
}

.contact-members {
	padding-bottom: 115px;
}
.contact-members .title {
	padding-bottom: 40px;
	text-align: center;
}
.contact-members .title h2 {
	font-family: 'Saira Condensed';
    font-weight: 800;
    font-size: 40px;
    color: #cca178;
    margin: 0 0 15px;
    line-height: 1.2;
	text-transform: uppercase;
}
.contact-members .title p {
    font-size: 20px;
    color: #051f42;
    margin: 0 0 20px;
    line-height: 1.8;
}

.contact-members .members-list {
	text-align: center;
}
.contact-members .members-item {
    max-width: 270px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-left: 24px;
    margin-bottom: 35px;
    transition: .5s all;
}
.contact-members .members-item:hover {
	box-shadow: 0 0 11px 2px #1919192e;
    -webkit-box-shadow: 0 0 11px 2px #1919192e;
    -moz-box-shadow: 0 0 11px 2px #1919192e;
}
.contact-members .members-item:first-child,
.contact-members .members-item:nth-child(4n+1) {
	/*margin-left: 0;*/
}
.contact-members .members-item img {
	display: block;
	margin: 0 auto;
}
.contact-members .members-item .text {
	margin-top: -22px;
	border: 1px solid #d1d3d5;
	border-top: 0px;
	padding: 0 15px 10px;
}
.contact-members .members-item h3 {
    font-family: 'Saira Condensed';
    font-weight: 800;
    font-size: 18px;
    color: #f2c75c;
    margin: 0 0 8px;
    line-height: 1.2;
    display: inline-block;
    background: #402121;
    padding: 11px 20px;
    min-width: 178px;
    box-sizing: border-box;
	transition: all .5s;
}
.contact-members .members-item h4 {
    font-weight: bold;
    font-size: 18px;
    color: #051f42;
    margin: 0 0 12px;
    line-height: 1.4;
}
.contact-members .members-item h4:after {
	width: 133px;
    height: 1px;
    background: #ebebeb;
    display: block;
    content: '';
    margin: 14px auto 0;
}
.contact-members .members-item a {
	color: #402121;
	font-size: 18px;
	line-height: 1.4;
	text-decoration: none;
    display: block;
	margin-bottom: 8px;
	padding-left: 28px;
}
.contact-members .members-item a.email {
	background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/contact/contact-icon4.png) no-repeat left center;
}
.contact-members .members-item a.phone {
	background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/contact/contact-icon5.png) no-repeat left center;
	color: #aaaaaa;
}
.contact-members .members-item p {
	color: #051f42;
	font-size: 18px;
	line-height: 1.4;
	margin: 20px 0 10px;
}
.contact-members .members-item:hover h3 {
    background: #051f42;
}


/* FAQs */
.faqs .main-header {
    min-height: 615px;
}
.faqs .main-header:after {
    background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/faqs/faqs-overlay.png) repeat top center;
}
.faqs .header-content {
    padding-top: 150px;
    text-align: center;
}
.faqs .header-content h1 {
    font-weight: bold;
	margin-bottom: 25px;
	font-size: 50px;
    color: #f2c75c;
}
.faqs .header-content h1:after {
    display: none;
}
.faqs .header-content p {
	margin: 0 auto;
}
.faq {
	padding:100px 0;
   
}
.hs-content-id-5760511892 .row-number-36 {
     background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/resources/resources-bg.png?t=1533765754787) no-repeat bottom center;
    background-size: cover
}
.faq-left,
.faq-right {
  background:#d1d3d5;
  padding:35px 32px 25px;
  color:#402121;
  margin-top:20px;
}
.faq-left div span p,
.faq-right div span p {
  line-height:33px;
}
.faq-title h2 { 
    font-size: 40px;
    margin: 0 0 30px;
    line-height: 1.2;
    font-family: 'Saira Condensed';
    font-weight: bold;
    text-transform: uppercase;
    color: #051f42;
    text-align: center;
}
.faq-title p {
  color: #402121;
} 
.faq .faq-link a {
  background: #f2c75c;
    color: #051f42;
    font-size: 16px;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 9px 31px;
    margin-top: 35px;
    transition: all .5s;
    text-align: center;
    margin: 30px auto;
    max-width: 250px;
}
.faq .faq-link a:hover {
    background: #ffb90c url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/hover-arrow2.png?t=1533765754787) no-repeat 92% center;
    color: #0b1f40;
    padding-right: 65px !important;
}

.faqs-content {
	background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/about/about-bg2.jpg) repeat top center;
	padding-top: 88px;
	padding-bottom: 110px;
}
.accordion {
    padding: 0;
    margin: 0;
}
.accordion .inner {
	padding: 35px 0;
	overflow: hidden;
	display: none;
}
.accordion .accordion-item.show {
	background: #fff;
	border-color: #f2c75c;
    box-shadow: 0 0 11px 2px #19191952;
    -webkit-box-shadow: 0 0 11px 2px #19191952;
    -moz-box-shadow: 0 0 11px 2px #19191952;
	margin-bottom: 35px;
	padding-top: 40px;
}
.accordion .accordion-item {
	margin: 0 0 10px;
	display: block;
	list-style: none;
	position: relative;
	border-bottom: 3px solid #d1d3d5;
	padding: 10px 100px 20px 22px;
	transition: all .5s;
}
.accordion .accordion-item .inner,
.accordion .accordion-item .inner p {
	color: #402121;
	font-size: 18px;
	line-height: 1.8;
	margin: 0;
}
.accordion a.toggle {
	color: #051f42;
	font-family: 'Saira Condensed';
    font-weight: 500;
    font-size: 36px;
    margin: 0;
    line-height: 1.2;
	text-decoration: none;
    display: block;
	transition: all .5s;
}
.accordion a.toggle:after {
    width: 60px;
    height: 60px;
    background: #051f42 url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/faqs/faqs-arrow.png) no-repeat center;
    display: block;
    content: '';
    position: absolute;
    bottom: 11px;
    right: 22px;
}
.accordion .accordion-item.show a.toggle {
    font-weight: bold;
}
.accordion .accordion-item.show a.toggle:after {
    background: #f2c75c url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/faqs/faqs-arrow2.png) no-repeat center;
}



/* Gallery */
.gallery .main-header {
    position: relative;
    background: #cca178;
    padding-bottom: 50px;
	min-height: auto !Important;
}
.gal-container {
  position: relative;
  clear:both;
}

.gallery-cont.custom &gt; .hs_cos_wrapper_widget_container &gt; .hs_cos_wrapper_widget,
.gal-col-2 {
		position:relative;
    width: 50% !important;
    float: left;
    margin: 0 !important;
  	max-height:350px;
  	overflow:hidden;
}
.gallery-cont.custom &gt; .hs_cos_wrapper_widget_container &gt; .hs_cos_wrapper_widget:nth-child(3n) {
    width: 100% !important;
    float: none;
  	max-height: 550px;
}
.gallery-cont.custom &gt; .hs_cos_wrapper_widget_container &gt; .hs_cos_wrapper_widget .gal-image img,
.gal-col-2:first-child .gal-image img {
	min-height:350px;
}
.full-gal {
		max-height:550px;
  	overflow:hidden;
}
.gal-image {
  display: block;
  width: 100%;
}
.gal-image img {
  display: block;
  margin: 0 auto;
}

.gal-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #402121;
  overflow:hidden;
}
.gal-text h3 {
	font-size:24px!important;
	color:#f2c75c!important;
	margin:0 0 10px !important;
}
.gal-list &gt; .row-fluid-wrapper.row-depth-1 {
    display: none;
}
.gal-load {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 210px !important;
    margin: 75px auto 0 !important;
    text-align: center;
    padding: 6px 0;
    float: none !important;
}
.gal-load h3 {
    color: #f2c75c!important;
    margin: 0!important;
    line-height: 1.2;
    font-family: 'Saira Condensed';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
    cursor: pointer;
}
.gal-overlay:hover {
  opacity: 0.8;
  cursor:pointer;
}
.gal-award {
	padding:30px;
	text-align:right;
}

.gal-text:after {
	font-size: 2em;
    color: #e0c09f;
    content: '+';
    position: absolute;
    top: -999px;
    bottom: -999px;
    left: -999px;
    right: -999px;
    margin: auto;
    border: 2px solid #e0c09f;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    height: 45px;
    width: 45px;
    text-align: center;
}
.gal-desc {
    position: absolute;
    text-align: left;
    width: 100%;
    max-width: 350px;
    left: 3%;
    bottom: 3%;
    padding: 20px;
    opacity: 1;
  	color: white;
    font-size: 18px;
    margin: 0;
    line-height: 1.8;
}
.gal-desc p {
    color: white;
    font-size: 18px;
    margin: 0;
    line-height: 1.8;
}

.gal-slider {
	float:none;
	width:100%; 
	margin:95px 0;
}
.gal-content {
	padding-bottom:40px;
	clear:both;
}
.gal-content p {
	color: #402121;
	line-height: 1.8;
	margin: 0 0 20px;
}
.gal-content:after {
	content: '';
	display: block;
	clear:both;
}
.gal-content h2 {
    color: #051f42;
    font-size: 40px;
    margin: 0 0 50px;
    line-height: 1.2;
    font-family: 'Saira Condensed';
    font-weight: bold;
    text-transform: uppercase;
	text-align:center;
}
.gal-content h3 {
    color: #402121;
    font-size: 25px;
    margin: 0 0 20px;
    line-height: 1.2;
    font-family: 'Saira Condensed';
    font-weight: bold;
    text-transform: uppercase;
}
.gal-content-left {
	float:left  !important;;
	width:45% !important;
	margin: 0 !important;
}
.gal-content-right {
	float:right !important;;
	width:45% !important;
	margin: 0 !important;
}
.gal-content .col-4 {
	width:32%;
	float:left;
}
.gal-content img {
	display: block;
	margin: auto;
}
.gal-content figure {
	margin:0;
}
.gallery .aligncenter {text-align:center;}
.gallery .two-cols {margin:50px 0;}

.gal-slider .slider img {
    display: block;
    margin: 0 auto;
}
.gal-slider .slider img.slick-slide.slick-current {

}
.gal-slider .slider-nav {
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -61px;
}
.gal-slider .prev-btn {
    width: 61px;
    height: 61px;
	background: #402121 url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/prev-arrow.png) no-repeat center;
	cursor: pointer;
}
.gal-slider .slick-initialized .slick-slide {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.gal-slider button.slick-prev.slick-arrow {
    width: 61px;
    height: 61px;
    background: #402121 url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/prev-arrow.png) no-repeat center;
    cursor: pointer;
    text-indent: -99999px;
    border: none;
    outline: none;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -61px;
    z-index: 2;
}
.gal-slider button.slick-next.slick-arrow {
    width: 61px;
    height: 61px;
    background: #051f42 url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/next-arrow.png) no-repeat center;
    cursor: pointer;
    text-indent: -99999px;
    border: none;
    outline: none;
    position: absolute;
    left: -20px;
    top: 50%;
    z-index: 2;
}

.gal-slider .next-btn {
    width: 61px;
    height: 61px;
	background: #051f42 url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/next-arrow.png) no-repeat center;
	cursor: pointer;
}
.gal-slider .slick-dots {
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 0;
    margin: 0;
}
.gal-slider .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    line-height: 1;
    padding: 0;
}
.gal-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    opacity: .68;
    text-indent: -99999px;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
    display: block;
}
.gal-slider .slick-dots li.slick-active button,
.gal-slider .slick-dots li button:hover {
	opacity: 1;
}
.gallery .related-images {
    border: 1px solid #fafafa;
	padding: 45px 5px 15px;
	margin-bottom: 60px;
}
.related-images h3 {
    color: #402121;
    font-size: 24px;
    margin: 0 10px 35px;
    line-height: 1.2;
    font-family: 'Saira Condensed';
    font-weight: bold;
    text-transform: uppercase;
}
.related-images-list {
	text-align: center;
}
.related-images-item {
    max-width: 370px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0 6px 30px;
}
.related-images-item img {
    margin: 0 auto 12px;
	display: block;
}
.related-images-item a {
    font-size: 18px;
    font-weight: bold;
	color: #402121;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
}



/* Sips */
.sips .panels-sips {
	padding: 95px 0;
}
.sips .two-columns {
    width: 48.19% !important;
    display: inline-block !important;
    vertical-align: top;
    box-sizing: border-box;
    padding-right: 40px;
    float: none !important;
    margin: 0 !important;
}
.sips .two-columns h1 {
  line-height:34px;
margin: 0 0 40px 0;
}

.sips .panels-sips h3 {
    font-size: 35px;
    line-height: 1.2;
    font-family: 'Saira Condensed';
    font-weight: 800;
    text-transform: uppercase;
}
.sips .panels-sips {
    background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/resources/resources-bg.png) no-repeat bottom center;
    background-size: cover;
}
.sips .panels-sips-guide {
	text-align: center;
    background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/panels/panels-features-bg.jpg) no-repeat bottom center;
    background-size: cover;
}
.sips .panels-sips-guide .text {
    width: 32%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding-right: 0;
    text-align: center;
    border: 1px solid #dedede;
    margin-bottom: 2.5%;
    margin-left: 1%;
        background: white;
}
.sips .panels-sips-guide .text:first-child {
	margin-left: 0 !important;
}
.sips .panels-sips-guide .text h3 {
	font-size: 26px;
    font-family: 'Saira Condensed';
}
.sips .panels-sips-guide h2 {
	font-size: 40px;
    margin: 0 0 30px;
    line-height: 1.2;
    font-family: 'Saira Condensed';
    font-weight: bold;
    text-transform: uppercase;
    color: #051f42;
}
.sips .panels-sips-guide p {
	color: #402121;
}
.sips .guide-hldr {
	margin-top: 50px;
}
.sips .guide-hldr .text:hover {
	webkit-box-shadow: 0 0 17px -1px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 0 17px -1px rgba(0,0,0,0.20);
    box-shadow: 0 0 17px -1px rgba(0,0,0,0.20);
}

.sips .panels-sips-basics {
	background: #e0c09f;
	padding: 100px 0;
}
.sips .basics-title h2 {
	    font-size: 40px;
    margin: 0 0 30px;
    line-height: 1.2;
    font-family: 'Saira Condensed';
    font-weight: bold;
    text-transform: uppercase;
    color: #051f42;
    text-align: center;
}
.sips .basic-image {
    width: 10% !important;
    max-width: 119px;
    display: inline-block;
    float: none !important;
    margin: 0 !important;
}
.sips .basics-info{
    width: 89% !important;
    display: inline-block;
    color: #402121;
    float: none !important;
    margin: 0 !important;
  vertical-align:top;
}
.sips .basic-list {
	text-align: left;
	margin-top: 60px;
}
.sips .two-columns p {
    margin-top: 0;
    line-height: 1.5;
}
.sips .basics-info h3 {
	font-size: 25px;
	color: #402121;
	line-height: 25px;
    margin: 14px 0px;
  font-family: 'Saira Condensed';
    font-weight: bold;
}
.sips .panels-stc {
    background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/sips/NewTown.png) no-repeat bottom center;
    background-size: cover;
    
}
.sips .panels-stc .text {
    text-align: center;
    margin: 0 auto !important;
    float: none;
}
.sips .panels-features-list &gt; .row-fluid-wrapper.row-depth-1 {
	width: 32%;
    max-width: inherit;
    margin: 0.5%;
}
.sips .panels-features-list &gt; .row-fluid-wrapper.row-depth-1:nth-child(even) {
	margin-left: 0.5%;
}
.sips .panels-features-list .features-item h3 {
    padding-left: 125px;
    font-size: 30px;
}
.sips .panels-cmas {
	background: #051f42;
}
.sips .panels-cmas .text {
    margin: 0 auto !important;
    text-align: center;
    color: #fff;
    float: none !important;
}
.sips .panels-cmas .text h2 {
	color: #f2c75c;
}
.sips .panels-cmas .text p {
	color: #fff;
}
.sips .panels-cmas .features-item {
	box-shadow: inherit !important;
	-webkit-box-shadow: inherit !important;
	-moz-box-shadow: inherit !important;
  width: 30%;
    float: left;
    margin: 0 10px 20px;
    min-height: 300px;
}
.sips .cmas-list {
	text-align: center;
}
.sips .cmas-list &gt; .row-fluid-wrapper.row-depth-1 {
    width: 32%;
    max-width: inherit;
    margin: 0.5% !important;
    text-align: center;
    float: none !important;
    display: inline-block;
    vertical-align: top;
}
.sips .cmas-list &gt; .row-fluid-wrapper.row-depth-1:nth-child(even) {
	margin-left: 0.5%;
}
.sips .cmas-list .features-item p {
	padding-left: 0;
    line-height: 25px;
}
.sips .cmas-list .features-item strong {
    padding-bottom: 12px;
    margin-bottom: 12px;
    display: block;
    border-bottom: 2px solid #f2c75c;
}
.sips .faq .text {
	text-align: center;
	margin: auto;
}
.sips .faq .panels-difference-list a {
	color: #2a2522;
	background: #f8c55a;
	padding: 10px 20px;
	text-decoration: none;
	margin: auto;
	display: block;
	max-width: 264px;
	text-align: center;
}
.numbering  {
		font-size: 40px;      
    font-family: 'Saira Condensed';
    font-weight: bold;
    text-transform: uppercase;
    color: #051f42;
}

/* Services */
.services-text-hldr .text {
  max-width: 100%;
  text-align: center;
}
.exceptional-services {
  padding: 55px 0;
  background: #d1d3d5;
}
.service-intro {
    width: 30% !important;
    display: inline-block !important;
    vertical-align: top;
    float: none !important;
    margin: 0 !important;
}
.service-list-hldr {
    width: 65% !important;
    display: inline-block !important;
    margin: 0 0 0 4% !important;
    float: none !important;
}

.service-list-hldr &gt; .row-fluid-wrapper.row-depth-1 {
    vertical-align: top;
    width: 49%;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 30px;
}
.service-list-hldr .basic-list .basic-image {
  /*
	width: 20%;
	max-width: 119px; */
    display: inline-block;
    float: none;
  width: 100%;
    max-width: 85px;
}
.service-list-hldr .basic-list .basic-image img { 
	border-radius:50%;
  border:2px solid white !important;
  height:85px;
  width: 85px !important;
}
  
.service-list-hldr .basic-list .basics-info {
	vertical-align: top;
    width: 68%;
    margin: 0 0 0 4%;
	display: inline-block;
    color: #402121;
    float: none;
}
.service-list-hldr .basic-list .basics-info p {
  margin-top: 0;
}
.service-intro h1 {
    color: #051f42;
    font-size: 40px;
    margin: 0 0 30px;
    line-height: 1.2;
    font-family: 'Saira Condensed';
    font-weight: bold;
    text-transform: uppercase;
}


/* Process */
.process .header-content {
    padding-top: 240px;
    text-align: center;
}
.process .header-content h1 {
    font-weight: bold;
	color: #f2c75c;
    margin-bottom: 25px;
}
.process .header-content h1:after {
    display: none;
}
.process-intro {
	background: none;
	text-align: left;
	padding: 95px 0;
}
.process-intro h3 {
    margin: 10px 0;
	font-size: 35px;
    line-height: 1.2;
    font-family: 'Saira Condensed';
    font-weight: 800;
    text-transform: uppercase;
}
.process-intro h4 {
	color: #402121;
	font-size: 20px;
	font-family: 'Saira Condensed';
	line-height: 20px;
	margin: 20px 0;
}
.process .two-columns {
    width: 48.19%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding-right: 40px;
    margin: 0;
    float: none;
}
.process-title {
	padding: 42px 0;
	text-align: center;
	background: #e8e9ea;
	font-size: 35px;
	font-family: 'Saira Condensed';
	font-weight: 800;
	text-transform: uppercase;
	color: #051f42;
}
.process-list .list-hldr {
	padding: 50px 0;
}
.process-list &gt; .row-fluid-wrapper.row-depth-1:nth-child(even) .list-hldr {
	background: #e8e9ea;
}
.process-list .two-columns .image, 
.process-list .two-columns .title {
    display: inline-block;
    vertical-align: middle;
    float: none;
    width: auto;
    margin: 0;
}
.process-list .two-columns .title {
  max-width: 82%;
}
.process-list .two-columns h2 {
	margin-left: 15px;
  text-transform:uppercase;
}
.process-page {
	background-image: url('https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/process/timeline-bg.jpg');
	background-repeat: no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-position: bottom center;
	text-align: center;
}
.process .timeline-hldr {
	padding: 124px 0;
}
.process .timeline-hldr h2 {
	color: #402121;
	text-align: center;
	font-size: 35px;
	font-family: 'Saira Condensed';
	font-weight: 800;
	text-transform: uppercase;
}
.timeline-list &gt; .row-fluid-wrapper.row-depth-1 {
	display: inline-block;
	width: 22%;
	float: none;
	margin: 0;
	vertical-align: top;
}
.process .time-image {
    width: 80%;
    float: none !important;
    margin: 0 auto !important;
	margin: 0 auto;
}
.process .time-image img {
    display: block;
    margin: 0 auto;
}
.process .list-hldr ul li,
.process .list-hldr .two-columns {
	text-align: left;
}


/* Dealer */
.dealer .header-content h1 {
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 50px;
    color: #f2c75c;
}
.dealer .header-content h1:after {
    display: none;
}
.dealer .header-content p {
    margin: 0 auto;
}
.dealer .header-content {
    padding-top: 150px;
    text-align: center;
}
.dealer .main-header:after {
    background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/faqs/faqs-overlay.png) repeat top center;
}
.dealer-hldr {
	background-image:url('https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/dealer/dealer-body-bg.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 140px;
	-webkit-background-size: 100%;
	background-size: 100%;
	padding-top: 77px;
	text-align: center;
}
.dealer-text.dealer-form {
    padding-top: 30px;
}
.dealer-text.dealer-form form {
    width: 100%;
    display: block;
}
.dealer-text h1 {
	text-align: center;
	color: #051f42;
	font-size: 40px;
	margin: 0 0 50px;
	line-height: 1.2;
	font-family: 'Saira Condensed';
	font-weight: bold;
	text-transform: uppercase;
}
.dealer-text p {
	color: #402121;
}
.benefits-hldr h2 {
	color: #f2c75c;
	font-family: 'Saira Condensed';
	font-size: 40px;
	text-align: center;
}
.benefits-hldr ul {
	text-align: center;
	padding: 0;
}
.benefits-hldr ul li {
    width: 22%;
    display: inline-block;
    background: #fff;
    border: 1px solid #d1d3d5;
    padding: 38px 0;
    margin: 1%;
    min-height: 189px;
    vertical-align: top;
}
.benefits-hldr ul li:hover {
		-webkit-box-shadow: 0 0 17px -1px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 0 17px -1px rgba(0,0,0,0.20);
    box-shadow: 0 0 17px -1px rgba(0,0,0,0.20);
}
.benefits-hldr ul li div.btitle {
    font-family: 'Saira Condensed';
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    width: 80%;
    margin: 0 auto;
    line-height: 34px;
    margin-top: 15px;
}
.dealer-separator {
	margin-top: 50px;
}
.find-dealer-form input {
    color: #545959;
    background: white;
    font-size: 14px;
    padding: 20px 5%;
    width: 100%;
    border: 1px solid #d1d3d5;
}
.find-dealer-form select {
	color: #545959;
	background: white;
	font-size: 14px;
	padding: 19px 5%;
	width: 100%;
	border: 1px solid #d1d3d5;
}
.find-dealer-form form div {
	display: inline-block;
}
.keyword {
	max-width: 28%;
	width: 100%;
}
.place, .location {
	max-width: 25%;
	width: 100%;
}
.place input {
	background-image: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/dealer/loc-icon.png);
	padding-left: 50px;
	width: 100%;
	border: 1px solid #d1d3d5;
	background-repeat: no-repeat;
	background-position: 10px;
}
.dealer-submit {
	width: 20%;
}
.find-dealer-form input[type="submit"] {
	border: none;
	background: #051f42;
	color: #fff;
	border: 1px solid #051f42;
	width: 100%;
}
.results-info-list {
	text-align: left;
	padding-top: 50px;
}
.results-left-hldr {
    width: 60% !important;
    display: inline-block !important;
    vertical-align: top;
    float: none !important;
}
.results-left-hldr p {
	margin: 0 0 5px;
  line-height: 1.5;
}
.results-hldr:before {
    margin-top: 50px;
    height: 7px;
    width: 100%;
    background: url(https://3823653.fs1.hubspotusercontent-na1.net/hub/3823653/hubfs/Enercept%20April%202018/dealer/dealer-separator.png) no-repeat center;
    content: '';
    display: block;
}
.results-cont &gt; .row-fluid-wrapper.row-depth-1:first-child .results-hldr:before {
    display: none;
}
.contact-bt {
    width: 20% !important;
    display: inline-block !important;
    margin: 40px 0 0 15% !important;
    vertical-align: middle;
    float: none !important;
}

.results-location {
	background:url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/dealer/loc-icon.png) no-repeat center left;
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
}
.contact-bt a {
	color: #051f42;
	padding: 9px 11px;
	width: 80%;
	text-align: center;
	border: 2px solid #051f42;
	text-decoration: none;
	display: block;
}
.contact-bt a:hover {
	background: #051f42;
	color: #fff;
}
.dealer-result h3 {
	font-family: 'Saira Condensed';
    font-size: 30px;
    text-align: left;
    font-weight: bold;
    margin: 0;
}
.dealer-result h3:before {
    margin: 18px 0;
    height: 7px;
    width: 100%;
    background: url(https://3823653.fs1.hubspotusercontent-na1.net/hub/3823653/hubfs/Enercept%20April%202018/dealer/dealer-separator.png) no-repeat center;
    content: '';
    display: block;
}

.architect-button input[type="submit"] {
  background: #00685e;
  border: 1px solid #00685e;
}
ul.bic-hldr li:hover img {
  border-radius:50%;
  -webkit-border-radius:50%;
  -o-border-radius:50%;
  -moz-border-radius:50%;
}

.dealer-result .button {
  display: inline-block;
  padding: 0.5em 1.0em;
  margin-bottom: 10px;
  background: #EEE;
  border: none;
  border-radius: 7px;
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
  color: #222;
  font-family: sans-serif;
  font-size: 16px;
  text-shadow: 0 1px white;
  cursor: pointer;
}
.dealer-result .button:hover {
  background-color: #8CF;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #222;
}
.dealer-result .button:active,
.dealer-result button.is-checked {
  background-color: #28F;
}
.dealer-result .button.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}
.dealer-result .button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */
.dealer-result .button-group:after {
  content: '';
  display: block;
  clear: both;
}
.dealer-result .button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}
.dealer-result .button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
.dealer-result .button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }

/* ---- grid ---- */
.results-cont &gt; .hs_cos_wrapper_type_widget_container {
  display: block;
}
/* clear fix */
.results-cont &gt; .hs_cos_wrapper_type_widget_container:after {
  content: '';
  display: block;
  clear: both;
}

.dealer-result input#quicksearch {
	width: 49%;
    float: left;
    display: block;
    height: 58px;
    color: #545959;
    background: white;
    font-size: 14px;
    padding: 8px 20px;
    border: 1px solid #d1d3d5;
    box-sizing: border-box;
    outline: none;
}

.dealer-result select#filter-select {
    margin-bottom: 20px;
    width: 49%;
    float: right;
    display: block;
    height: 58px;
    color: #545959;
    background: white;
    font-size: 14px;
    padding: 8px 20px;
    border: 1px solid #d1d3d5;
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
}

/* ---- .element-item ---- */

.dealer-result .element-item {
    position: relative;
    float: none;
    width: 100%;
    margin: 0;
    padding: 30px 0 0;
    display: block;
    box-sizing: border-box;
}
.dealer-result .element-item:after {
    margin-top: 30px;
    height: 7px;
    width: 100%;
    background: url(https://3823653.fs1.hubspotusercontent-na1.net/hub/3823653/hubfs/Enercept%20April%202018/dealer/dealer-separator.png?t=1535066515764) no-repeat center;
    content: '';
    display: block;
}

.dealer-result .element-item &gt; * {
  margin: 0;
  padding: 0;
}

.dealer-result .element-item .name {
  position: absolute;

  left: 10px;
  top: 60px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: normal;
}



/* Tech Guide */
.tech-guide .header-content h1 {
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 50px;
    color: #f2c75c;
}
.tech-guide .header-content h1:after {
    display: none;
}
.tech-guide .header-content p {
    margin: 0 auto;
}
.tech-guide .header-content {
    padding-top: 150px;
    text-align: center;
}
.tech-guide .main-header:after {
    background: url(https://3823653.fs1.hubspotusercontent-na1.net/hub/3823653/hubfs/Enercept%20April%202018/faqs/faqs-overlay.png) repeat top center;
}
.panels-tech {
    background: url(https://3823653.fs1.hubspotusercontent-na1.net/hub/3823653/hubfs/Enercept%20April%202018/resources/resources-bg.png) no-repeat bottom center;
    background-size: cover;
    padding-top: 110px;
    padding-bottom: 115px;
}
.tech-resource &gt; .row-fluid-wrapper.row-depth-1 {
    width: 48%;
    float: left;
    box-sizing: border-box;
    padding-right: 0;
    text-align: center;
    border: 1px solid #dedede;
    margin-bottom: 2.5%;
}
.tech-resource &gt; .row-fluid-wrapper.row-depth-1:nth-child(even) {
  margin-left: 2%;
}
.panels-tech .text h3 {
	font-size: 26px;
    font-family: 'Saira Condensed';
}
.tech-resource:after {
	content: '';
	display: block;
	clear: both;
}
.tech-resource .text:hover { 
	webkit-box-shadow: 0 0 17px -1px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 0 17px -1px rgba(0,0,0,0.20);
    box-shadow: 0 0 17px -1px rgba(0,0,0,0.20);
}
.panels-tech a.jp-next,
.panels-tech a.jp-previous {
	display: none !important;
}
.panels-tech .holder {
    text-align: center;
    padding: 30px 0;
}
.panels-tech .holder a {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    color: #311e20;
    text-decoration: none;
    cursor: pointer;
}
.panels-tech .holder a:hover,
.panels-tech .holder a.jp-current {
    text-decoration: underline;
	font-weight: bold;
}

.panels-tech .container &gt; .row-fluid-wrapper.row-depth-1:first-child {
	width: 69%;
	display: inline-block;
	margin-right: 0;
	vertical-align: top;
}
.panels-tech .container &gt; .row-fluid-wrapper.row-depth-1:nth-child(2) {
	width: 30%;
	display: inline-block;
	vertical-align: top;
}
.tg-sidebar .side-widget {
	position:relative;
	margin: 20px 0 65px 0;
}

.tg-sidebar .side-widget h3 {
	background: #051f42;
	color:#f2c75c;
	font-size:20px;
	padding:10px;
	position:absolute;
	top:-40px;
	text-align:center;
	text-transform:uppercase;
	width:88%;
}
.tg-sidebar .side-widget {
	border:1px solid #dedede;
	font-family: 'Saira Condensed';
	padding:60px 21px 20px 21px;
}
.tg-sidebar .side-widget ul.cat-list {
	margin:0;
	padding:0;
}
.tg-sidebar .side-widget ul.cat-list li {
	border-bottom:1px solid #dedede;
	display:block;
	list-style:none;
	padding:9px 0;
}
.tg-sidebar .side-widget ul.cat-list li:last-child, .post-wrap:last-child {
	border-bottom:none;
}
.tg-sidebar .cat-list li::after {
	clear:both;
	content:"";
	display:inline-block;
}
.tg-sidebar .side-widget .cat-name {
	color:#402121;
	float:left;
}
.tg-sidebar .side-widget .post-count {
	color:#f2c75c;
	float:right;
}
.tg-sidebar .side-widget .form-input {
	margin-bottom:20px;
}
.tg-sidebar .side-widget .form-btn {text-align:center;}
.tg-sidebar .side-widget .form-btn input {
	border:1px solid #f2c75c;
	color:#402121;
	font-size:16px;
	padding: 10px 40px;
	background: none;
}
.tg-sidebar .side-widget .form-input input {
    border-style: none;
    border-bottom: 1px solid #dedede;
    font-style: italic;
    padding: 9px 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
}

/** BEN **/
/** SHARE YOUR STORY **/
.story .header-content {
    padding-top: 150px;
    text-align: left;
}
.story .header-content h1 {
  color: #fff;
}
.story .header-content h1:after {
  display: none;
}
.story .header-content p {
  text-align: left;
  margin: 0 0 0 0;
}
.story .main-header:after {
  background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/story/story-overlay.png) repeat top center;
}
#share-story-id {
    padding: 0 0 60px 0;
}
.share-story-title h2 {
  width: 100%;
  text-align: center;
  padding: 51px 0;
  background: #f2c75c;
  margin: 0;
}
.share-form {
  width: 100%;
  text-align: center;
  padding: 64px 0;
  margin-bottom: 50px;

}
.share-form span.hs-form-required{
    display: none;
}
.share-form form input {
    width: 100%;
    display: inline-block;
    margin: 12px 0;
    padding: 19px 35px;
    font-style: italic;
    font-size: 14px;
    border: 1px solid #d1d3d5;
}
.share-form form textarea {
  width: 100%;
  margin: 12px 0;
  font-style: italic;
  padding: 19px 2.8%;
  font-size: 14px;
  color: #a9a9a9;
  border: 1px solid #d1d3d5;
}
.share-form form input[type="submit"] {
  width: 170px;
  padding: 20px 0;
  text-align: center;
  color: #051f42;
  display: block;
  margin:0 auto;
  background: #f2c75c;
  font-weight: bold;
  border: none;
  font-style: normal;
}
.share-form .share-form-hldr fieldset {
    max-width: 80%;
    margin: auto;
}
.share-form .share-form-hldr fieldset.form-columns-1 .hs-input {
    width: 100%;
}
.share-form .share-form-hldr fieldset ul {
   padding: 0;
}
.share-form .share-form-hldr fieldset ul li {
    list-style: none;
    text-align: left;
    font-size: 15px;
    color: red;
}

/*** FREE QUOTE PAGE ***/
.custom-menu {
  z-index: 10;
}
.menu-toggle button {
  z-index: 11;
}
.free-quote  .header-content {
  text-align: left;
}
.free-quote  .header-content h1:after {
  display: none;
}
.free-quote  .header-content p {
  text-align: left;
  margin: 0;
}
.form-request {
  width: 30%;
  padding: 3%;
  background: #051f42;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
.quote-contain-header {
  position: relative;
}
.form-request h2 {
  color: #f2c75c;
  text-align: center;
      font-family: 'Saira Condensed';
    font-weight: 800;
    font-size: 40px;
    margin: 0;
}
.form-request {
    max-width: 421px;
}
.form-request p {
  color: #fff;
  text-align: center;
}
.form-request p {
    text-align: center !important;
    margin: 0 0 20px 0;
} 
.form-request ul {
    padding: 0;
    margin: 0;
}
.form-request ul li {
    list-style: none;
    text-align: center;
    color: red;
    font-size: 15px;
}
.form-request .hs-form-required {
    display: none;
}
.form-request input,
.form-request textarea {
  width: 90%;
  margin-top: 20px;
  padding: 12px 17px;
  font-style: italic;
  border: 1px solid #d1d3d5;
}
.form-request textarea {
    height: 200px;
}
.form-request input[type="submit"] {
  width: 170px;
    padding: 15px 0;
    text-align: center;
    color: #051f42;
    display: block;
    margin: 0 auto;
    background: #f2c75c;
    font-weight: bold;
    border: none;
    font-style: normal;
    margin-top: 20px;
    font-size: 18px;
    text-transform: uppercase;
}
 .welcome-quote-title {
  width: 100%;
  padding: 51px 0;
  background: #f2c75c;
  margin: 0;
  text-align: left;
}
.welcome-quote-title h2 {
  width: 60%;
}
.qf-column, .qs-column, .qt-column {
  display: inline-block;
  padding: 3%;
  vertical-align: top;
}
.qf-column {
  width: 26%;
  background: #f0f3f5;
}
.qs-column {
  width: 25%;
  background: #d1d3d5;
}
.qt-column {
  width: 36% !important;
  text-align: center;
  padding-top: 12%;
}

.qf-column p, .qs-column p, .qt-column p {
  color: #051f42;
}
.qf-column strong, .qs-column strong, .qt-column strong {
  color: #402121;
}
.qt-column p {
  color: #402121;
  font-style: italic;
}
a.bt-redirect {
  background: #051f42;
  padding:10px  20px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 149px;
  margin: 40px auto;
}


/* Case Studies */
.case-studies .main-header {
    min-height: 615px;
}
.case-studies .main-header:after {
    background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/case-studies/case-studies-overlay.png) repeat top center;
}
.case-studies .header-content {
    padding-top: 150px;
    text-align: center;
}
.case-studies .header-content h1 {
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 50px;
    color: #f2c75c;
}
.case-studies .header-content h1:after {
    display: none;
}
.case-studies .header-content p {
    margin: 0 auto;
}

.cs-content {
	background: #fff url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/case-studies/case-studies-bg.png) top center repeat;
	padding-top: 112px;
	padding-bottom: 60px;
}
.case-studies .cs-list {
    max-width: 960px;
    margin: 0 auto !important;
    float: none !important;
}
.cs-list &gt; .row-fluid-wrapper.row-depth-1 {
	width: 49%;
    float: left;
    box-sizing: border-box;
    padding-right: 0;
    text-align: center;
    border: 1px solid #dedede;
    margin-bottom: 40px;
	background: #fff;
	transition: .5s all;
}
.cs-list &gt; .row-fluid-wrapper.row-depth-1:hover {
    box-shadow: 0 0 11px 2px #19191932;
    -webkit-box-shadow: 0 0 11px 2px #19191932;
    -moz-box-shadow: 0 0 11px 2px #19191932;
}
.cs-list &gt; .row-fluid-wrapper.row-depth-1:nth-child(even) {
    margin-left: 2%;
}
.cs-content .cs-list-item .image img {
    margin: 0 auto;
	display: block;
}
.cs-list .image span.hs_cos_wrapper_type_linked_image {
    width: 100%;
    height: 260px;
    position: relative;
    display: table;
}
.cs-list .image span.hs_cos_wrapper_type_linked_image img {
    position: absolute;
    margin: auto;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    overflow: hidden;
    left: 0;
    right: 0;
}
.cs-content .cs-list-item .content {
	padding: 30px 30px 40px;
}
.cs-content .cs-list-item .content h3 {
    color: #051f42;
	font-size: 36px;
	margin: 0 0 20px;
	font-family: 'Saira Condensed';
	font-weight: bold;
	line-height: 1.2;
}
.cs-content .cs-list-item .content p {
    color: #402121;
	font-size: 18px;
	margin: 0 0 30px;
	line-height: 1.8;
	text-align: left;
}
.cs-content .cs-list-item .content a {
    font-size: 30px;
    font-family: 'Saira Condensed';
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    color: #f8c268;
    border-top: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
    display: block;
    padding: 5px 0;
}
.cs-content .cs-list-item .content a:hover {
    color: #051f42;
}
.cs-content .cs-list:after {
    content: '';
	display: block;
	clear: both;
}
.cs-content .holder {
    text-align: center;
    padding: 80px 0 30px;
}
.cs-content .holder a {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    color: #402121;
    text-decoration: none;
    cursor: pointer;
	font-size: 20px;
}
.cs-content a.jp-next, 
.cs-content a.jp-previous {
    display: none !important;
}
.cs-content .holder a:hover, 
.cs-content .holder a.jp-current {
    text-decoration: underline;
    font-weight: bold;
}


/* Case Studies Single */
body.case-studies-single {
	background: #fff url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/case-studies-bg.png) repeat center top;
}
.case-studies-single .main-header {
    background: #cca178;
}
.case-studies-single .main-header:after {
	display: none;
}
.cs-single-wrap {
    max-width: 1240px;
		float: none !important;
    margin: -524px auto 95px !important;
    background: #fff;
    box-shadow: 0 0 11px 2px #19191932;
    -webkit-box-shadow: 0 0 11px 2px #19191932;
    -moz-box-shadow: 0 0 11px 2px #19191932;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
	padding: 85px 35px;
}
.cs-single-content .title {
	text-align: center;
	margin-bottom: 30px;
}
.cs-single-content .title h1 {
    color: #051f42;
	font-size: 36px;
	margin: 0;
	font-family: 'Saira Condensed';
	font-weight: bold;
	line-height: 1.2;
}
.cs-single-content .title h3 {
    color: #f2c75c;
	font-size: 36px;
	margin: 0;
	font-family: 'Saira Condensed';
	font-weight: bold;
	line-height: 1.2;
}
.cs-single-content .image img {
    display: block;
}
.cs-single-content .content {
	padding-top: 60px;
	max-width: 960px;
	    margin: 0 auto !important;
    float: none !important;
}
.cs-single-content .content p {
    color: #402121;
	font-size: 15px;
	line-height: 1.8;
	margin: 0 0 35px;
}
.cs-single-content .content img {
    display: block;
	margin: 0 auto 45px;
}

.related-case-studies {
	text-align: center;
	padding-top: 45px;
	padding-bottom: 30px;
	background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/case-studies/related-case-studies-bg.jpg) repeat-x bottom left;
}
.related-case-studies h3 {
	text-transform: uppercase;
	color: #051f42;
	font-size: 24px;
	margin: 0 0 45px;
	font-family: 'Saira Condensed';
	font-weight: bold;
	line-height: 1.2;	
}
.related-cs-list &gt; .row-fluid-wrapper.row-depth-1 {
	display: inline-block;
	max-width: 370px;
	width: 100%;
	margin: 0 14px 35px;
}
.related-cs-item img {
	display: block;
	margin: 0 auto 15px;
}
.related-case-studies a {
	color: #402121;
	font-size: 20px;
	margin: 0;
	font-family: 'Saira Condensed';
	font-weight: bold;
	line-height: 1.2;	
	display: inline-block;
	text-decoration: none;
}



/* Full width */
.full-width-content .container {
    background: #fff;
    padding: 75px 40px;
  	box-sizing: border-box
}
.full-width-content .title {
  text-align: center;
}
.full-width-content .title h1 {
    font-family: 'Saira Condensed';
    font-weight: 800;
    font-size: 60px;
    color: #051f42;
    text-transform: uppercase;
    margin: 0 0 65px;
    line-height: 1.1;
}
.full-width-content .content p {
    font-size: 18px;
    color: #402121;
    line-height: 1.8;
    margin: 0 0 40px;
}
.full-width-content .content li {
    font-size: 18px;
    color: #402121;
    line-height: 1.8;
}
.full-width-content .content h5,
.full-width-content .content h4,
.full-width-content .content h3,
.full-width-content .content h2 {
    font-family: 'Saira Condensed';
    font-weight: 800;
    color: #402121;
    line-height: 1.1;
}

.event-list .event-content, .event-content-2 {
  position:relative;
}
.event-list .event-content .link a,
.event-list .rbox .link a{
	position:absolute;
  bottom: 23px;
  right: 23px;
}

.events-page ul.tabs {
    margin: 0px;
    padding: 0 0 0 26px;
    display: block;
    vertical-align: bottom;
    text-align: center;
}
.events-page ul.tabs:after{
	content: '';
	clear: both;
	display: block;
}
.events-page ul.tabs li {
    color: #051f42;
    display: inline-block;
  	vertical-align: middle;
  list-style: none;
    margin: 20px;
  cursor: pointer;
}
.events-page ul.tabs li.current {
	font-weight: bold;
  color: #385e9d;
}
.events-page .tab-content {
	height: 0px;
	overflow: hidden;
	background: none;
	padding: 0 10px;
}
.events-page .tab-content:after {
	display: block;
	content: '';
	clear: both;
}
.events-page .tab-content.current {
	height: auto;
	padding: 60px 10px 50px;
}

.difference .df-content-hldr { 
		max-width: 90% !important;
    margin: 0;
    padding: 0;
}
/** SITEMAP **/
.sitemap-hldr div {
    width: 22%;
    display: inline-block;
    margin-left: 2%;
  vertical-align:top;
}
.sitemap-hldr div ul {
	    padding: 0;
    list-style-position: inside;
}


/* Media Queries */
@media only screen and (max-width: 1200px) {
    /* Contact */
	.contact-content .form {
		position: relative;
		z-index: 1;
	}
	
	.contact-content .content {
		left: 20px;
	}
    
    
    /* Residential */
  .residential-gallery .gallery.custom .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget,
	.residential-gallery .gallery-item {
		display: inline-block !important;
		float: none !important;
    max-width: 100% !important;
    height: auto;
	}
  
  .residential-gallery .gallery.custom .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget:nth-child(1) img,
  .residential-gallery .gallery.custom .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget:nth-child(2) img,
  .residential-gallery .gallery.custom .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget:nth-child(3) img,
  .residential-gallery .gallery.custom .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget:nth-child(4) img,
  .residential-gallery .gallery.custom .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget:nth-child(5) img,
  .residential-gallery .gallery.custom .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget:nth-child(4),
	.residential-gallery .gallery-item:nth-child(1) img, 
  .residential-gallery .gallery-item:nth-child(2) img, 
  .residential-gallery .gallery-item:nth-child(3) img, 
  .residential-gallery .gallery-item:nth-child(4) img, 
  .residential-gallery .gallery-item:nth-child(5) img,
  .residential-gallery .gallery-item:nth-child(4) {
  	height: auto;
  }
	.misconceptions-list button.slick-next.slick-arrow {
		right: 0;
	}
  .residential-gallery .gallery.custom .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget:nth-child(4),
  .residential-gallery .gallery.custom .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget:nth-child(5),
  .residential-gallery .gallery-item:nth-child(4),
  .residential-gallery .gallery-item:nth-child(5) {
        max-height: none;
  }

	.misconceptions-list button.slick-prev.slick-arrow {
		left: 0;
	}
	
	.floor-plans-slider,
	.floor-plans-list .floor-plans-item .details {
		float: none !important;
		margin: 0 auto !important;
	}
	
	.residential-dealers .logos .hs_cos_wrapper.hs_cos_wrapper_widget {
		margin: 0 55px 30px !important;
	}
    
    
    /* Thank You */
	.ty-content {
		padding-left: 20px;
		padding-right: 20px;
	}
    
	
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.segments .links {
		padding-left: 0;
		padding-right: 30px;
	}
	
	.social-bar {
		padding-bottom: 80px;
		text-align: center;
	}
	
	.footer-social {
		float: none !important;
		padding-bottom: 50px;
	}
	
	.footer-newsletter {
		float: none;
		max-width: 100%;
		width: 100%;
		text-align: center;
	}
	
	.footer-newsletter h3 {
		margin: 0 auto 40px;
		display: block;
		max-width: 150px;
		width: 100%;
		text-align: center;
	}
	
	.footer-newsletter form {
		display: block;
		max-width: 100%;
		margin-left: 0;
	}
	
	.footer-newsletter .form-cont {
		max-width: 290px !important;
		width: 100%;
		display: block;
		margin: 0 auto 25px !important;
	}
	
	.footer-newsletter .submit-cont {
		padding-left: 0;
		padding-top: 35px;
	}
	
	.main-footer {
		padding-top: 40px;
	}
	
	.footer-top {
		text-align: center;
	}
	
	.footer-content {
        float: none !important;
        margin: 0 auto 35px !important;
        text-align: center;
	}
	
	.footer-menu {
		float: none !important;
        display: inline-block !important;
        vertical-align: top;
        margin: 0 17px !important;
        text-align: left;
	}
	
	.row-fluid [class*="span"].custom-menu {
		padding: 180px 0 30px;
	}
	
	.custom-menu &gt; .row-fluid-wrapper.row-depth-1 {
		display: block;
		text-align: center;
		margin: 0 auto;
		padding: 20px 10px 10px;
		max-width: 100%;
		border-top: 2px #051f42 solid;
	}
	
	.menu-cont ul li a {
		font-size: 18px;
	}
	
	.menu-cont h3 {
		margin: 0;
		cursor: pointer;
		position: relative;
		display: inline-block;
		font-size: 20px;
	}
	
	.custom-menu &gt; .row-fluid-wrapper.row-depth-1.open {
		background: #082348;
	}
	
	.menu-cont.contact ul {
		display: block !important;
	}
	
	.custom-menu &gt; .row-fluid-wrapper.row-depth-1.open h3 {
		color: #f2c75c
	}
	
	.custom-menu &gt; .row-fluid-wrapper.row-depth-1.open h3:after {
		content: '';
		width: 35px;
		height: 2px;
		background: #f2c75c;
		margin-left: 15px;
		position: absolute;
		top: 50%;
		margin-top: -1px;
		left: 100%;
	}
	
	.menu-cont ul {
		padding-top: 15px;
		display: none;
	}
	
	.logo-cont {
        z-index: 4;
        position: relative;
    }

}

@media only screen and (max-width: 1024px) {
  
  	.panels-features .features-item img {
        display: block;
        margin: 0 auto;
    }
  
    .panels-features .features-item h3 {
      text-align: center;
  	}
  
    /* Case Studies Single */
    .cs-single-wrap {
      width: 95% !important;
    }

    /* Case Studies */
    .cs-list &gt; .row-fluid-wrapper.row-depth-1 {
      width: 100%;
      max-width: 570px;
      float: none;
      margin: 0 auto 40px !important;
    }
  
    
    /* Tech Guide */
    .panels-tech .container &gt; .row-fluid-wrapper.row-depth-1:first-child,
	.panels-tech .container &gt; .row-fluid-wrapper.row-depth-1:nth-child(2) {
		display: block;
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	
	.panels-tech .container &gt; .row-fluid-wrapper.row-depth-1:nth-child(2) {
		margin-top: 80px;
	}
	
	.tg-sidebar .side-widget h3 {
		margin: 0 auto;
        margin-left: auto;
        margin-right: auto;
        top: 0;
        position: inherit;
        margin-top: -85px;
	}
	
	.tech-resource &gt; .row-fluid-wrapper.row-depth-1 {
		width: 100%;
		display: block;
	}
	
	.tech-resource &gt; .row-fluid-wrapper.row-depth-1:nth-child(even) {
		margin-left: 0;
	}
	
    
    
    /* Process */
    .timeline-list &gt; .row-fluid-wrapper.row-depth-1 {
		width: 100%;
		margin-bottom: 15px;
	}
	
	
    
    /* SIPS */
	.sips .panels-features-list &gt; .row-fluid-wrapper.row-depth-1 {
        width: 100%;
        margin: 15px auto;
    }
	
    .sips .panels-features-list &gt; .row-fluid-wrapper.row-depth-1:nth-child(even) {
        margin-left: auto;
    }
	
	.sips .panels-features .features-item img {
		top: 0;
		margin: 0 auto;
		display: block;
	}
    
    
    /* Contact */
	.contact-content .form {
		width: 100%;
		max-width: 575px;
		margin: 0 auto !important;
	}
	
	.contact-content .content {
		left: 0;
		position: relative;
		width: 100%;
		max-width: 575px;
		margin: 0 auto !important;
	}
	
	
	/* About */
	.about-content .content {
		width: 100% !important;
		float: none;
		padding: 0 20px 50px;
	}
	
	.about-content .sidebar {
		max-width: 390px;
        width: 100% !important;
        float: none !important;
        margin: 0 auto 85px !important;
	}
	
	.about-content .quick-links {
		padding-bottom: 105px;
	}
	
	.about-content .quick-links ul {
		display: block;
		max-width: 390px;
		margin: 0 auto;
	}
	
	.about-content .quick-links ul li {
		display: block;
		width: 100%;
	}
	
	.about-summary:before {
		display: none;
	}
	
	.about-summary .container {
		padding-left: 0;
		padding-right: 0;
	}
	
	.about-summary-sections &gt; .row-fluid-wrapper.row-depth-1 {
	/*.about-summary .section-cont {*/
		width: 100%;
		max-width: 500px;
		float: none;
		margin: 0 auto;
		padding: 0 !important;
	}
	
	.about-summary .section-cont {
	    padding: 0 !important;
	}
	
	.about-summary h2 {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	
	.about-summary .section-cont .posts-item {
		padding: 0 30px;
	}
    
    
    
    /* Residential */
	.residential-gallery .gallery-cont h3 {
		margin: 0 0 25px;
	}
  
  .residential-gallery .text table {
      width: 100% !important;
      display: block;
      height: auto !important;
  }
  
  .residential-gallery .text tbody, .residential-gallery .text tr {
      display: block;
  }
  
  .residential-gallery .text td {
      width: 100% !important;
      display: block;
      max-width: 500px;
      margin: 0 auto;
  }
  
  .residential-gallery .text td img {
      display: block;
      margin: 0 auto;
  }
	
	.residential-gallery a.view-all {
		display: inline-block;
		padding-right: 28px;
		position: relative;
		top: 0;
		margin: 0 0 30px;
	}
	
	.residential-gallery .gallery-item {
		display: block;
		float: none;
		max-width: 445px;
		margin: 0 auto 20px;
	}
	
	.residential-gallery .gallery-item img {
		width: 100%;
	}
	
	.residential .panels-videos .text a {
		display: inline-block;
		padding-right: 28px;
		position: relative;
		top: 0;
		margin: 0 0 30px;
	}
	
	.floor-plans-list .floor-plans-item .text {
		padding: 30px 40px 40px;
	}
	
	.floor-plans-slider {
		max-width: 437px;
	}
	
	.floor-plans-slider .slider-bot {
		padding: 22px 33px 10px;
	}
	
	.floor-plans-slider button.slick-next.slick-arrow {
		right: 30px;
	}
	
	.floor-plans-slider button.slick-prev.slick-arrow {
		right: 80px;
	}
	
	.residential-dealers .logos img {
		margin: 0 auto 70px !important;
		display: block;
	}
	
	.misconceptions-list .row-fluid-wrapper.slick-slide {
		float: none !important;
		margin: 0 auto 92px;
		border: none !important;
		display: block;
	}
	
	.residential-misconceptions h2 {
		text-align: center;
		padding: 0 40px;
	}
	
	.misconceptions-list button.slick-next.slick-arrow,
	.misconceptions-list button.slick-prev.slick-arrow {
		top: -130px;
	}
	
	.misconceptions-list .slick-dots {
		bottom: inherit;
		top: -170px;
	}
	
	.misconceptions-list {
		margin-bottom: 0;
		padding-bottom: 40px;
	}
	
	.residential-cta {
		padding-top: 70px;
	}
	
    
    
    /* Thank You */
	.ty-content .container {
		padding: 50px 25px 90px;
	}
	
	.ty-content {
		padding-top: 90px;
		padding-bottom: 130px;
	}

	
	/* Resources */
	.panels-resources .resources-list-items &gt; .row-fluid-wrapper {
		width: 100%;
		float: none;
		max-width: 560px;
		margin: 0 auto 30px !important;
	}
	
    
    /* Panels */
	.panels-about {
		padding-top: 75px;
	}
	
	.panels-about .text {
		width: 100%;
		display: block;
		padding: 0 20px;
		margin-bottom: 60px;
	}
	
	.panels-about .image {
		width: 100%;
		display: block;
	}
	
	.panels .difference-box-item {
		display: block;
		margin: 0 auto 64px;
	}
	
	.features-list &gt; .row-fluid-wrapper.row-depth-1 {
		max-width: 528px;
		width: 100%;
		display: block;
		margin: 0 auto 55px !important;
	}
	
	.features-list &gt; .row-fluid-wrapper.row-depth-1 img {
		position: relative;
		top: inherit;
		left: inherit;
	}
	
	.features-list &gt; .row-fluid-wrapper.row-depth-1 h3 {
		padding-left: 0;
	}
	
	.panels-features .features-item p {
		padding-left: 0;
	}
	
  .panels-videos .video-list .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module,
	.panels-videos .video-list &gt; .row-fluid-wrapper.row-depth-1 {
		display: block;
		margin: 0 auto 30px !important;
	}
	
	.panels-difference .text {
		margin: 0 auto;
	}
	
	.panels-difference .text h2 {
		text-align: center;
	}
	
	.panels-difference-list .row-fluid-wrapper.row-depth-1 {
		width: 100%;
		max-width: 560px;
		display: block;
		margin: 0 auto 35px !important;
	}
	
	.panels-difference-item {
        padding: 45px 35px;
    }
	
	.panels-slider h3 {
		margin: 0 0 70px;
	}
  
	.panels-slider .slider-container,
	.panels-slider .slider-cont {
		padding-right: 0;
		padding-left: 0;
	}
  
	.panels-slider .slider-container .author,
	.panels-slider .slider-cont .author {
		padding-right: 71px;
		padding-left: 71px;
	}
	
	.panels-slider button.slick-next.slick-arrow,
	.panels-slider button.slick-prev.slick-arrow {
		top: 37px;
		margin-top: 0;
	}
	
	
	
	.segments {
		padding-bottom: 160px;
	}
	
	.segments .links {
		width: 100% !important;
        max-width: 420px;
        float: none;
        margin: 0 auto !important;
        padding: 0;
	}
	
	.segments-slider {
		width: 100% !important;
        float: none !important;
        max-width: 458px;
        margin: 0 auto !important;
        padding: 0 14px;
        padding-top: 60px;
        box-sizing: border-box !important;
	}
	
	.segments-slider button.slick-prev.slick-arrow {
		width: 40px;
		height: 40px;
		background-size: 5px;
		left: -20px;
		margin-top: -40px;
	}
	
	.segments-slider button.slick-next.slick-arrow {
		width: 40px;
		height: 40px;
		background-size: 5px;
	}
	
	.segments-slider .slick-dots li button {
		width: 7px;
		height: 7px;
	}
	
	.misconceptions .text {
		max-width: 430px;
        padding-left: 30px;
        padding-right: 30px;
        right: -999px;
        top: -98px;
        left: -999px;
        margin: 0 auto !important;
	}
	
	.resources {
		padding-top: 65px;
	}
	
	.resources-item {
		margin-bottom: 50px;
	}
	
	.resources-list &gt; .row-fluid-wrapper.row-depth-1:nth-child(even) .image,
	.resources-item .image {
		float: none !important;
		padding-bottom: 0;
		width: 100%;
	}
	
	.resources-list &gt; .row-fluid-wrapper.row-depth-1:nth-child(even) .text,
	.resources-list &gt; .row-fluid-wrapper.row-depth-1 .text {
		width: 100%;
		max-width: 435px;
		float: none !important;
		padding: 40px 30px !important;
		margin: -30px auto 0 !important;
		position: relative;
	}
	
	.difference {
		background: url(https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept%20April%202018/difference-bg.jpg) no-repeat bottom center;
		background-size: inherit;
	}
	
	.difference-box-item {
		display: block !important;
        margin: 0 auto 64px !important;
	}
	
	.difference .text {
		max-width: 370px;
		width: 100%;
		margin: 0 auto !important;
	}
  .difference .fw {
  	max-width: 100%;
  }
	
	.news-section h3 {
		text-align: center;
	}
	
	.news-list {
		width: 100% !important;
        float: none !important;
        margin: 0 auto !important;
        max-width: 358px;
	}
	
	.news-item .text {
		padding: 25px 40px 40px;
	}
	
	.footer-cta {
		padding-bottom: 65px;
	}
	
	.footer-cta .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.footer-cta .text {
		width: 100%;
		max-width: 360px;
		float: none;
		margin: 0 auto;
		padding-right: 0;
		padding-left: 0;
		padding-top: 65px;
		text-align: center;
	}
	
	.footer-cta .text p {
		text-align: left;
	}
	
	.footer-cta .image {
		width: 100%;
    max-width: 400px !important;
		float: none;
    margin: 0 auto !important;
	}
	
  .sips .panels-cmas .features-item {
      width: 100%;
      float: none;
      margin: 0 auto 20px;
      max-width: 500px;
  }
  
  .news-item {
      margin-bottom: 30px;
  }
  
}

@media (max-width: 990px) {  
    /**Free Quote**/
    .qt-column {
        padding-top: 14%;
    }
  .residential-gallery .gallery.custom .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget, .residential-gallery .gallery-item {
		display:block !important;
	}
}

@media only screen and (max-width: 768px) {
  
  .main-header {
      min-height: 500px !important;
  }
  
  .process .header-content,
  .panels .header-content {
      padding-top: 105px;
  }

  .panel-list .hs_cos_wrapper_widget {
      display: block;
      margin: 0 auto 64px;
  }
  
  .faqs .header-content h1,
  .tech-guide .header-content h1,
  .dealer .header-content h1,
  .about-content .title h1,
  .header-content h1 {
    font-size: 40px !important;
  }
  
  .accordion a.toggle {
      font-size: 30px;
  }
  
  .residential-gallery .gallery.custom .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget:nth-child(3),
  .residential-gallery .gallery.custom .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget:nth-child(1) img, .residential-gallery .gallery.custom .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget:nth-child(2) img, .residential-gallery .gallery.custom .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget:nth-child(3) img, .residential-gallery .gallery.custom .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget:nth-child(4) img, .residential-gallery .gallery.custom .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget:nth-child(5) img {
      min-height: auto;
  }
  
  .floor-plans-slider .slider-bot {
      padding: 22px 33px 50px;
  }

  .floor-plans-slider button.slick-next.slick-arrow {
      bottom: -97px;
      right: 35%;
  }
  
  .residential-misconceptions h2 {
      font-size: 25px;
  }
  
  .floor-plans-slider button.slick-prev.slick-arrow {
      bottom: -97px;
      right: 55%;
  }
  
  .floor-plans-slider .slider-bot button {
      display: block;
      margin: 0 auto;
  }

  
  	/* Case Studies Single */
    .related-cs-list &gt; .row-fluid-wrapper.row-depth-1 {
      display: block;
      margin: 0 auto 35px;
    }
    
    /* Dealer */
    .benefits-hldr ul li {
		width: 42%;
	}
	
	.benefits-hldr ul li {
		width: 80%;
	}
	
	.results-left-hldr {
        width: 100% !important;
        display: block !important;
    }
  
  .dealer-result input#search-by,
  .dealer-result #form_id select {
    width: 100% !important;
    float: none !important;
  }
	
	.contact-bt {
		width: 100% !important;
        display: block !important;
        margin: 0 !important;
        vertical-align: middle;
        text-align: center;
        padding-top: 40px;
    clear: both;
	}
	
	.contact-bt a {
        color: #051f42;
        padding: 9px 11px;
        width: 80%;
        text-align: center;
        border: 2px solid #051f42;
        text-decoration: none;
        display: inline-block;
    }
	  
	.find-dealer-form form div {
		display: block;
		margin:10px auto;
	}
	
	.keyword,
	.place, 
	.location,
	.dealer-submit {
		max-width: 80%;
		display: block;
		margin: auto;
		width: 100%;
	}
	
	.place input {
		width: 100%;
		box-sizing: border-box;
	}
    
    
    /* Process */
    .process-list .two-columns img, 
	.process-list .two-columns h2 {
		display: block;
		text-align: center;
		margin: 20px auto;
	}
	
	.timeline-list &gt; .row-fluid-wrapper.row-depth-1 {
		display: block;
		margin: auto;
		margin-bottom: 80px;
	}
	
	.process-list .two-columns .image, .process-list .two-columns .title {
        display: block;
	}
	
	.process .process-intro .two-columns {
		width: 95% !important;
        padding: 0;
        margin: 0 auto !important;
        float: none !important;
        display: block;
	}
  
	
	.process .two-columns {
		width: 90%;
		margin: auto;
		padding: 0;
	}
    
    
    
    /* Services */
	.service-intro, .service-list-hldr {
        width: 100% !important;
        display: block !important;
        margin-left: 0 !important;
        margin-bottom: 50px !important;
	}
	
	.service-list-hldr &gt; .row-fluid-wrapper.row-depth-1,
	.service-list-hldr .basic-list .basics-info {
		width: 100%;
		display: block;
		margin-left: 0;
	}
	
	.service-list-hldr .basic-list .basic-image {
		width: 100%;
		max-width: 119px;
		display: block;
		text-align: center;
		margin: 0 auto 10px;
		float: none;
	}
	
	
    
    /* SIPS */
  .footer-newsletter input[type="text"], .footer-newsletter input[type="email"], .footer-newsletter input[type="submit"] {
  	margin-bottom: 20px;
  }
  
  .footer-newsletter .hs-form-field, .footer-newsletter .form-cont {
      max-width: 100% !important;
      display: block;
      margin-right: 0 !important;
  }

  .footer-newsletter .hs-form-field .input, .footer-newsletter .form-cont .input {
      margin: 0 !important;
  }
  
    .sips .panels-sips-guide &gt; .container {
        padding: 0;
    }
	
    .sips .panels-videos .text {
        width: 80%;
    }
	
	.sips .panels-sips-guide .text {
		width: 90%;
		margin: 0 auto 60px !important;
		padding: 0;
	}
	
	.sips .basic-image {
		display: block;
        margin: auto !important;
        width: 100% !important;
        max-width: 100%;
	}
	
	.sips .basic-image img {
		display: block;
		margin: 0 auto;
	}
	
	.sips .panels-sips .basic-image{
		text-align: center;
		padding-right: 0;
	}
	
	.sips .panels-sips {
		text-align: center;
	}
	
	.sips .basics-info {
		width: 100% !important;
        margin: auto !important;
        display: block;
        text-align: center;
	}
	
	.sips .two-columns {
		width: 80% !important;
		margin: auto !important;
	}
	
	.sips .basics-info .two-columns {
		padding-right: 0;
	}
	
	.sips .cmas-list &gt; .row-fluid-wrapper.row-depth-1 {
		width: 80%;
		max-width: inherit;
		margin: 10px auto !important;
	}
	
	.sips .two-columns {
		padding-right: 0;
	}
    

    /* Gallery */
  	.gallery-cont.custom &gt; .hs_cos_wrapper_widget_container &gt; .hs_cos_wrapper_widget,
    .gal-col-2, .gal-col-12 {
				float: none !important;
        width: 100% !important;
    }
    
	.gal-image img {
		width: 100%;
    min-height: 10px !important;
	}
	
	.gal-content { 
	    padding-bottom:0;
	}
	
	.gal-content .col-4 {
		float:none;
		margin-bottom:20px;
		width:100%;
	}
	
	.gal-content .col-4 img {
	    width:100%;
	}
	
	.gal-content-left,
	.gal-content-right {
		float: none !important;
        margin-bottom: 20px !important;
        width: 100% !important;
	}
	
	.related-images-item {
        display: block;
        margin: 0 auto 30px;
    }
	
	.three-cols { 
	    padding-bottom:30px; 
	    margin:20px 0;
	}
	
	.gal-desc {
  		font-size: 12px;
  		width:50%;
  		left:0;
	}
	
	.gal-text:after {
		left:45%;
	}
    
    /* Contact */
	.contact-content .form {
		padding: 40px 20px 50px;
	}
	
	.contact-content .content {
		padding: 50px 30px;
	}
	
	.contact-members .members-item {
		display: block;
		margin: 0 auto 35px !important;
	}
	
	
	/* FAQs */
	.accordion .accordion-item {
		padding: 30px 10px;
	}
	
	.accordion a.toggle:after {
		position: relative;
		bottom: inherit;
		right: inherit;
		margin: 20px 0 0 auto;
	}
	
	.accordion .accordion-item.show  {
		padding: 55px 35px 115px;
	}
	
	.accordion .accordion-item.show a.toggle:after {
		position: absolute;
		bottom: 25px;
		right: 24px;
		margin: 0;
	}
	
	.logo-cont {
		margin: 23px 0 0 0 !important;
	}
	
	.menu-toggle button {
		width: 101px;
		height: 134px;
	}
	
	.header-content h1:after {
		display: none;
	}
	
	.footer-menu {
        text-align: center;
        margin: 0 auto !important;
        display: block !important;
	}
	
	.footer-bottom {
		text-align: center;
	}
	
	.footer-bottom p {
		width: 100%;
		float: none;
		text-align: center !important;
		margin: 0;
	}

    /** Share Your Story **/
    .share-form form input,
      .share-form form textarea {
          width: 100% !important;
          display: block; 
          padding: 19px 5%;
      }
  
 		.share-form form input[type=submit] {
        width: 90% !important;
    }
  
  .share-story-title h2 {
      padding-right: 20px;
      padding-left: 20px;
      box-sizing: border-box;
  }
    
    /** FORM REQUEST **/
    .form-request {
        width: 100%;
        padding: 20px;
        background: #051f42;
        position: inherit;
        right: 0;
        text-align: center;
        margin: 0 -20px;
        top: 0;
        margin: auto !important;
    }
    .qf-column, .qs-column, .qt-column {
        margin: 0;
        width: 94%;
    }
    .qt-column {
        padding-top: 4%;
        width: 100% !important;
    }
    .free-quote .header-content,
    .free-quote .header-content p,
    .welcome-quote-title h2 {
        width: 100%;
        text-align: center;
        margin: 0 auto 50px auto;
    }
    .welcome-quote-title {
        padding: 51px 0 0 0;
    }
  .header-right {
  	margin-top: -151px;
  }
  .hs-blog-post .header-right,
  .hs-blog-listing .header-right,
  .event-page .header-right,
  .events-page .header-right  {
  	    margin-top: -161px;
  }
  .header-left {
  	margin-top: -23px;
  }
	.hs-blog-post .body-container-wrapper,
  .hs-blog-listing .body-container-wrapper,
  .event-page .body-container-wrapper,
  .events-page .body-container-wrapper {
    margin-top:105px;
  }
  .sitemap-hldr div {
  	width:90%;
  }
}

@media only screen and (max-width: 500px) {
  
  .story .hs-form-field {
      width: 100% !important;
      float: none !important;
  }
  
  .story .hs-form-field .input {
      margin-right: 0 !important;
  }
    
    /* Gallery */
    .gal-text:after {
		font-size:1em;
		height:25px;
		width:25px;
	}
	
	.gal-text h3 {
    	font-size:20px!important;
	}
	
	.gal-col-2, .gal-col-12 {
    }
    
	.gal-image img {}
	.gal-desc {
  		bottom:-10px;
	}
	
	.gal-desc p {
		display: none;
	}
	
	.gal-award {
		padding: 15px;
	}
	
	.gal-award img {
		width: 50px;
	}
    
    
    
    /* Panels */
	.panels-slider button.slick-prev.slick-arrow,
	.panels-slider button.slick-next.slick-arrow {
		width: 41px;
		height: 41px;
	}
	
	.panels-slider .slider-cont .author {
		padding-right: 51px;
		padding-left: 51px;
	}
	
	
	.segments .links ul li a:hover:after {
		display: none;
	}
	
	.segments .links ul li:before {
		margin-right: 10px;
	}
	
	.segments .links ul li a {
		font-size: 15px;
	}
  .floor-plans-slider .slider-bot button {
  	padding: 7px 11px;
  }
  
  /***Mobile Logo***/
  
  .logo-cont img {
    width:45% !important;
  }
  
  .header-left {
    position:relative;
    z-index:0;
  }
  .header-right {
    position:relative;
    z-index:100000;
  }
  .custom-menu {
    background: #051f42 url('https://3823653.fs1.hubspotusercontent-na1.net/hubfs/3823653/Enercept_September2017/Images/logowhite-2.png') top left no-repeat !important;
  }
  
  
}
.side-widget h3 {
	width:87% !important;
}
/* Dropdown Button */
.dropbtn {
    color: #a9a9a9;
    padding: 9px 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 100%;
  	text-align:left;
    background-color: transparent;
    border:1px solid #c7c7c7;
    display:block;
}

/* Dropdown button on hover &amp; focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: transparent;
}
/* The container &lt;div&gt; - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
  	width: 100% !important;
  background-color: transparent;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  	width:88% !important;
}
/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}
/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}
.dropdown-content .block h3 {
	display:none !important;
}

.form-request input, .form-request textarea, .form-request select {
    width: 90%;
    margin-top: 20px;
    padding: 12px 17px;
    font-style: italic;
    border: 1px solid #d1d3d5;
}

/** Careers Page**/
.srch_button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 1px solid #a12727;
    border-radius: 8px;
    background: #ff4a4a;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff4a4a), to(#992727));
    background: -moz-linear-gradient(top, #ff4a4a, #992727);
    background: linear-gradient(to bottom, #ff4a4a, #992727);
    text-shadow: #591717 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
}
.srch_button:hover,
.srch_button:focus {
    background: #ff5959;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff5959), to(#b62f2f));
    background: -moz-linear-gradient(top, #ff5959, #b62f2f);
    background: linear-gradient(to bottom, #ff5959, #b62f2f);
    color: #ffffff;
    text-decoration: none;
}
.srch_button:active {
    background: #982727;
    background: -webkit-gradient(linear, left top, left bottom, from(#982727), to(#982727));
    background: -moz-linear-gradient(top, #982727, #982727);
    background: linear-gradient(to bottom, #982727, #982727);
}
.srch_button:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACnklEQVRIibVUTWgTQRh9s7tNMimp0GANpWo9tLTeWkMO6dF6EHsoeFHEi94FoSBFEHL2VCxeBPEgeJYeeyvaHxRKtWol0KTEpD/GmnS3+zOzu+MhbX6axGwKffDBx873zZv3vpkFzhjkONnY+DlJaWCsWaGu61lVVd/GYrH8qQhyuVwqGOzsb1ZomiZWVpb3KKVPu7u7X0ejUdcLgXScCAHFFQI14VZyn8+PoaHhnkwm8yqVSn1cWFgYbUvBr2w2Q2mwr1XDxo/vWF9fh8/ns8Ph8MtIJJKIxWL7LRVAlGQIIYCjaJQPDAwiEomAMaZsb28/SiaTX+fn5+94sKhkhaiyqFFOJAkjI6OglAIAGGO9iqK8W1tbizciUCoCjk7pAQFKER8bw0GxiPM9PfD7A/iTzw8CWGxOILwTAEAo1IVQqKvcW/L4Pwog0BbBSTRrLd+idHor4w8EWt4iAMiZNlTJByJL5Q2KzFncPTQ/Z3b3HieuV97IqWaQ4wRbHRQEcuWjLOKmJK4KueMJALOeoA2LuANojgOQ2sfMGWCw2j2qZuBdgcUdqDYDqThcIrAYDk3emKAdixi3oRkchBAIVAZpWxy6aTchaMMiiztQdYYTAuAwG4ZVS1DzklsFd1x8yhWxWeTQDA5Nrw2TucEr4XNTN2feR+sUeJmBTIAdlWF1x4XsD9StC9f1re4V7jFbzNYR2LYNEFLXdBLjl0NIF/JY+uuCyErVioBjaDuuod1anpos1BGo2mHLzY8xeVFBev8AST0IcnQo1zJ0YWm3v0xPbFbXlgk0TXM5t+EVd/sEnn8r4LdLAYdhuJMn5qYnmv/sCEHCFc4NrwRUBu73CySWsuPXLvg/PItfejPn+XhtIPTgRW/Xw1mpdeUZ4R+Gcp+khR3qyQAAAABJRU5ErkJggg==") no-repeat left center transparent;
    background-size: 100% 100%;
}


/*****************HubDB Contractors List************/

#infoRow:after {
    margin-top: 30px;
    height: 7px;
    width: 100%;
    background: url(https://3823653.fs1.hubspotusercontent-na1.net/hub/3823653/hubfs/Enercept%20April%202018/dealer/dealer-separator.png?t=1536331978853) no-repeat center;
    content: '';
    display: block;
}

.infoBox {
      margin-top: 30px;
    width: 65%;
    float: left;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    /* display: inline-block; */
}

.resultTitle {
  margin:30px 0px !important;
}

.dealer-result input#search-by {
	width: 49%;
    float: left;
    display: block;
    height: 58px;
    color: #545959;
    background: white;
    font-size: 14px;
    padding: 8px 20px;
    border: 1px solid #d1d3d5;
    box-sizing: border-box;
    outline: none;
}

#form_id select {
    margin-bottom: 20px;
    width: 49%;
    float: right;
    display: block;
    height: 58px;
    color: #545959;
    background: white;
    font-size: 14px;
    padding: 8px 20px;
    border: 1px solid #d1d3d5;
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
}

.dealer-result .byName &gt; div {
    padding: 10px 20px !important;
    clear: both;
}
.dealer-result .byName &gt; div a {
    font-weight: bold;
    color: #051f42;
    font-size: 19px;
    transition: .5s all;
} 
.dealer-result .byName &gt; div a:hover {
    color: #f8c268;
} 
.event-content {
min-height: 355px !important;
    height: 100% !important;
}

.span12.widget-span.widget-type-cell.news-item {
    min-height: 540px;
}

ul.hs-search-field__suggestions {
    background: #ffffff;
    padding: none;
    color: #000;
    text-decoration: none;
}
ul.hs-search-field__suggestions&gt;li&gt;a {
    color: #000;
    text-decoration: none;
}

.hs-search-field {
    position: relative;
    max-width: 400px;
    float: right;
    width: 100%;
    margin-bottom: 10px;
}

input.hs-search-field__input {
    height: 50px;
    padding-left: 16px;
    font-size: 14px;
}

.hs-search-field--open .hs-search-field__suggestions {
    border: 1px solid #000;
    padding: 10px;
}

input.hs-search-field__input { height: 50px; font-size: 14px; background-image: url(https://4004166.fs1.hubspotusercontent-na1.net/hubfs/4004166/bioticresearch_website_assets/images/search_icon.png); background-repeat: no-repeat; background-position: left center; padding-left: 40px; background-color: #fff; border: 1px solid #000; box-shadow: none; -webkit-appearance: none; }</pre></body></html>