@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url(https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.7/css/jquery.fancybox.min.css);
/* @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 > ul {
    display: inline-block;
    margin-bottom: 20px;
}

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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 > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    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 > ul {
    margin-bottom: 20px;
}

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

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

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

.hs-menu-wrapper.hs-menu-flow-vertical > 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 > ul li.hs-item-has-children:hover > 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 > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > 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 > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > 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 > a {
    padding-left: 4em;
}

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

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

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > 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 > ul {
        display: block;
    }

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

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > 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 > 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;}



/*****************************************/
/* CJB 22 May 2019 Overriding some social styles    */
/*****************************************/

.hs-author-social-section {
  float:right;
}

.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");
    background-image: url("//cdn2.hubspot.net/hubfs/306227/Seasons-Icon-FB.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");
    background-image: url("//cdn2.hubspot.net/hubfs/306227/Seasons-Icon-LinkedIn.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");
    background-image: url("//cdn2.hubspot.net/hubfs/306227/Seasons-Icon-Twitter.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");
}

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

@font-face {
	font-family: 'Gotham Light';
	src: url('//cdn2.hubspot.net/hubfs/306227/XenAdvisory_2017/fonts/GothamLight.eot');
	src: url('//cdn2.hubspot.net/hubfs/306227/XenAdvisory_2017/fonts/GothamLight.eot?#iefix') format('embedded-opentype'),
		url('//cdn2.hubspot.net/hubfs/306227/XenAdvisory_2017/fonts/GothamLight.woff') format('woff'),
		url('//cdn2.hubspot.net/hubfs/306227/XenAdvisory_2017/fonts/GothamLight.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Bold';
	src: url('//cdn2.hubspot.net/hubfs/306227/XenAdvisory_2017/fonts/GothamBold.eot');
	src: url('//cdn2.hubspot.net/hubfs/306227/XenAdvisory_2017/fonts/GothamBold.eot?#iefix') format('embedded-opentype'),
		 url('//cdn2.hubspot.net/hubfs/306227/XenAdvisory_2017/fonts/GothamBold.woff') format('woff'),
		 url('//cdn2.hubspot.net/hubfs/306227/XenAdvisory_2017/fonts/GothamBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Book';
	src: url('//cdn2.hubspot.net/hubfs/306227/XenAdvisory_2017/fonts/Gotham-Book.eot');
	src: url('//cdn2.hubspot.net/hubfs/306227/XenAdvisory_2017/fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
		 url('//cdn2.hubspot.net/hubfs/306227/XenAdvisory_2017/fonts/Gotham-Book.woff') format('woff'),
		 url('//cdn2.hubspot.net/hubfs/306227/XenAdvisory_2017/fonts/Gotham-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Lighter';
	src: url('//cdn2.hubspot.net/hubfs/306227/XenAdvisory_2017/fonts/Gotham-Thin.eot');
	src: url('//cdn2.hubspot.net/hubfs/306227/XenAdvisory_2017/fonts/Gotham-Thin.eot?#iefix') format('embedded-opentype'),
		 url('//cdn2.hubspot.net/hubfs/306227/XenAdvisory_2017/fonts/Gotham-Thin.woff') format('woff'),
		 url('//cdn2.hubspot.net/hubfs/306227/XenAdvisory_2017/fonts/Gotham-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Medium';
	src: url('//cdn2.hubspot.net/hubfs/306227/XenAdvisory_2017/fonts/GothamMedium.eot');
	src: url('//cdn2.hubspot.net/hubfs/306227/XenAdvisory_2017/fonts/GothamMedium.eot?#iefix') format('embedded-opentype'),
		 url('//cdn2.hubspot.net/hubfs/306227/XenAdvisory_2017/fonts/GothamMedium.woff') format('woff'),
		 url('//cdn2.hubspot.net/hubfs/306227/XenAdvisory_2017/fonts/GothamMedium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

/* =========== Proxima Fonts ================= */
@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/fonts/proxima_nova_bold-webfont.eot');
    src: url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/fonts/proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/fonts/proxima_nova_bold-webfont.woff') format('woff'),
         url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/fonts/proxima_nova_bold-webfont.ttf') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/fonts/proxima_nova_bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_thextrabold';
    src: url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/fonts/proxima_nova_extrabold-webfont.eot');
    src: url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/fonts/proxima_nova_extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/fonts/proxima_nova_extrabold-webfont.woff') format('woff'),
         url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/fonts/proxima_nova_extrabold-webfont.ttf') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/fonts/proxima_nova_extrabold-webfont.svg#proxima_nova_thextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/fonts/proxima_nova_regular-webfont.eot');
    src: url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/fonts/proxima_nova_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/fonts/proxima_nova_regular-webfont.woff') format('woff'),
         url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/fonts/proxima_nova_regular-webfont.ttf') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/fonts/proxima_nova_regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
} 

@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/fonts/proximanova-regular-webfont.eot');
    src: url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/fonts/proximanova-regular-webfont.woff') format('woff'),
         url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novathin';
    src: url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/fonts/proxima_nova_thin-webfont.eot');
    src: url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/fonts/proxima_nova_thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/fonts/proxima_nova_thin-webfont.woff') format('woff'),
         url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/fonts/proxima_nova_thin-webfont.ttf') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/fonts/proxima_nova_thin-webfont.svg#proxima_novathin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novalight';
    src: url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/fonts/proximanova-light-webfont.eot');
    src: url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/fonts/proximanova-light-webfont.woff') format('woff'),
         url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/fonts/proximanova-light-webfont.ttf') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novasemibold';
    src: url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/fonts/proximanova-semibold-webfont.eot');
    src: url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/fonts/proximanova-semibold-webfont.woff') format('woff'),
         url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/fonts/proximanova-semibold-webfont.ttf') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/fonts/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Font Family Option */









/* Proxima Fonts */





/* Font Family Option overrides CJB 15 May 2020 */









/* Proxima Fonts */







/* Montserrat Fonts */




/* Link Color Option */ 



/* Link Hover Color */




/** 
 * Border Radius 
 *
 *  
 */




/** 
 * Box Shadow  
 *
 *  
 */




/** 
 * Transition
 * 
 *  
 */




/** 
 * Transform
 *
 *  
 */



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

/* body { margin:0; padding:0; font-family: 'Montserrat', 'Lato', sans-serif; font-size:18px; line-height:30px; font-weight:300; color:#231f20; background:#fff; } */
body { margin:0; padding:0; font-family: 'Montserrat', 'Lato', sans-serif; font-size:16px; line-height:24px; font-weight:300; color:#231f20; background:#fff; }

img { border:0; vertical-align: top; height:auto; max-width:100%; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 

.clear { clear:both }

p { padding:10px 0; margin:0; }

h1 { color:#231f20; font-family: 'Montserrat', 'Lato', sans-serif; font-size:62px; line-height:70px; font-weight:100; margin:0; padding:0; clear:both }
h2 { color:#344154; font-family: 'Montserrat', 'Lato', sans-serif; font-size:47px; line-height:55px; font-weight:bold; margin:0; padding:0; clear:both }
h3 { color:#344154; font-family: 'Montserrat', 'Lato', sans-serif; font-size:44px; line-height:54px; font-weight:bold; margin:0; padding:0; clear:both }
h4 { color:#344154; font-family: 'Montserrat', 'Lato', sans-serif; font-size:35px; line-height:40px; font-weight:bold; margin:0; padding:0; clear:both }
h5 { color:#344154; font-family: 'Montserrat', 'Lato', sans-serif; font-size:22px; line-height:26px; font-weight:bold; margin:0; padding:0; clear:both }
h6 { color:#344154; font-family: 'Montserrat', 'Lato', sans-serif; font-size:16px; line-height:16px; font-weight:bold; margin:0; padding:0; clear:both }

a { text-decoration:none; outline:none; color:#231f20; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
a:hover { color: #f78f1d ;  }

p a { color: #f78f1d ; border-bottom: 1px dotted; }
p a:hover { color: #f78f1d ; border-bottom: 1px solid;  }

input , button , textarea, select , 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"] { outline:none; color:#231F20; background:transparent; border:1px solid #ebecee; border-radius:6px; height:45px; padding:0 15px; font-size:18px; width:100%; box-shadow:none; appearance:none; -webkit-appearance: none; }
input[type=checkbox] , input[type=radio] { width:auto; } 
textarea { padding:10px 15px; height:45px; min-width:100%; max-width:100%; resize:none; }
input[type=submit] , button { height:auto; border:1px solid #2887d7; cursor:pointer; background:url(//cdn2.hubspot.net/hubfs/306227/XenAdvisory_2017/Image/blank.png) no-repeat left top #2887d7; padding: 18px 100px; width:auto; text-transform:uppercase; color:#fff; border-radius:6px; 
font-size: 18px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all  0.4s ease-in-out; font-weight:bold; letter-spacing:3px; font-family: 'Montserrat', 'Lato',sans-serif;  font-weight:600; } 
input[type=submit]:hover , button:hover { background-color: #f78f1d ; color:#fff; border-color: #f78f1d ; }


::-webkit-input-placeholder { color:#A6A8AB; font-size:16px; font-family: 'Montserrat', sans-serif; ; }
::-moz-placeholder { color:#A6A8AB; font-size:16px; font-family: 'Montserrat', sans-serif; ; }
:-ms-input-placeholder { color:#A6A8AB; font-size:16px; font-family: 'Montserrat', sans-serif; ; }
:-moz-placeholder { color:#A6A8AB; font-size:16px; font-family: 'Montserrat', sans-serif; ; }

.solar-item-details {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 8px;
}

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; font-size:14px; color:#f00; text-align:left; display:none !important; }
input[type="text"].invalid.error, input[type="email"].invalid.error { border-color:#f00; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 30px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 15px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 15px 15px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 15px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 15px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 15px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:; color:; border-color:; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#000; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:; background:;  border-radius:100%; }

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

.row-fluid [class*="span"] { min-height:0; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

.row-fluid .bgimg-main { background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .bg-img { display:none; }

/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .title-uppercase h1 , .row-fluid .title-uppercase h2 , .row-fluid .title-uppercase h3 , .row-fluid .title-uppercase h4 , .row-fluid .title-uppercase h5 , .row-fluid .title-uppercase h6 { text-transform:uppercase; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-left { text-align:left; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-white , .row-fluid .text-white h1 , .row-fluid .text-white h2 , .row-fluid .text-white h3 , .row-fluid .text-white h4 , .row-fluid .text-white h5 , .row-fluid .text-white h6 { color:#fff; }
.row-fluid .text-bold , .row-fluid .text-bold h1 , .row-fluid .text-bold h2 , .row-fluid .text-bold h3 , .row-fluid .text-bold h4 , .row-fluid .text-bold h5 , .row-fluid .text-bold h6 { font-weight:bold; }
.row-fluid .text-italic { font-style:italic; }

/* Keyframe Animation */
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.row-fluid .title-style h2 { font-size:40px; line-height:50px; color:#000; font-family: 'Montserrat', 'Lato', sans-serif; font-weight:600; } 
.row-fluid .title-style h2 span { font-family: 'Montserrat', 'Lato', sans-serif; }
.row-fluid .fl100 { float:left; width:100%; }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor:pointer; z-index:1; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#fff; background:#333; width:35px; height:35px; font-size:0; text-index:-9999; cursor:pointer; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:14px; }
.slick-arrow:hover { background:#fff; color:#000;  }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: "\f105"; }
.slick-arrow.slick-disabled { display:none; }

ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding:10px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { display:inline-block; border:1px solid #102334; background:transparent;  width:15px; height:15px; border-radius:100%; font-size:0; padding:0; cursor:pointer; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background: #f78f1d ; border-color: #f78f1d ; }

.row-fluid .btn-style1 a, .row-fluid a.btn-style1 { padding:14px 40px; line-height:22px; background:#2a87d7; display:inline-block; letter-spacing:1px; text-transform:uppercase; color:#fff; font-size:18px; font-weight:500; border-radius:4px; position:relative; overflow:hidden; font-family: 'Montserrat', sans-serif; ; }
.row-fluid .btn-style1 a:after, .row-fluid a.btn-style1:after { background:#fff; content:""; height:155px; left:-75px; opacity:.2; position:absolute; top:-50px; -webkit-transform:rotate(35deg); transform:rotate(35deg); -webkit-transition:all 2s cubic-bezier(0.19, 1, 0.22, 1); transition:all 2s cubic-bezier(0.19, 1, 0.22, 1); width:50px; z-index:1; }
.row-fluid .btn-style1 a:hover:after, .row-fluid a.btn-style1:hover:after { left:120%; -webkit-transition:all 2s cubic-bezier(0.19, 1, 0.22, 1); transition:all 2s cubic-bezier(0.19, 1, 0.22, 1); }
.row-fluid .btn-style1 a:hover, .row-fluid a.btn-style1:hover { background: #f78f1d ; color:#fff; }

.row-fluid .btn-style2 a, .row-fluid a.btn-style2 { padding:10px 34px; line-height:23px; background:transparent; display:inline-block; letter-spacing:1px; text-transform:uppercase; color:#2687d6; font-size:18px; font-weight:500; border-radius:4px; position:relative; overflow:hidden; border:2px solid #2687d6; }
.row-fluid .btn-style2 a:after, .row-fluid a.btn-style2:after { background:#fff; content:""; height:155px; left:-75px; opacity:.2; position:absolute; top:-50px; -webkit-transform:rotate(35deg); transform:rotate(35deg); -webkit-transition:all 2s cubic-bezier(0.19, 1, 0.22, 1); transition:all 2s cubic-bezier(0.19, 1, 0.22, 1); width:50px; z-index:1; }
.row-fluid .btn-style2 a:hover:after, .row-fluid a.btn-style2:hover:after { left:120%; -webkit-transition:all 2s cubic-bezier(0.19, 1, 0.22, 1); transition:all 2s cubic-bezier(0.19, 1, 0.22, 1); }
.row-fluid .btn-style2 a:hover, .row-fluid a.btn-style2:hover { background: #f78f1d ; color:#fff; border-color: #f78f1d ; }

.row-fluid .ulstyle ul { list-style:none; }

.row-fluid .wrapper { margin:0 auto !important; width:1150px; padding:0; float:none !important; } 

/* Page Wise Css Start */
.row-fluid .top { position:absolute; top:0; left:0; width:100%; z-index:1; }
.row-fluid .top2 .logo { float:none; display:inline-block; }
.row-fluid .top-strip { background:#0e191e; text-align:right; }
.row-fluid .top-strip .hs-menu-wrapper > ul > li > a { color:#c2c7cc; font-size:15px; line-height:20px; text-transform:uppercase; padding:16px 37px; position:relative; }
.row-fluid .top-strip .hs-menu-wrapper > ul > li > a:after { position:absolute; content:""; height:2px; width:0px; left:50%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; bottom:8px; background: #f78f1d ; -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;; }
.row-fluid .top-strip .hs-menu-wrapper > ul > li:last-child > a { padding-right:0; }
.row-fluid .top-strip .hs-menu-wrapper > ul > li > a:hover { color: #f78f1d ; }
.row-fluid .top-strip .hs-menu-wrapper > ul > li > a:hover:after { width:40px; }
.row-fluid .top-strip .hs-menu-wrapper > ul > li:last-child > a:after { transform:none; }

/* Google CSE Style */
.row-fluid .top .wrapper { position:relative; }
.row-fluid .top-search { float:none; width:auto; display:inline-block; vertical-align:middle; }
.row-fluid .header-search { padding-top:12px; float:left; display:inline-block; vertical-align:middle; }
.top .search-button { background-color:rgba(0, 0, 0, 0); border:0 none; color:#fff; cursor:pointer; display:inline-block; font-size:15px; top:37px; line-height:20px; position:absolute; right:0; transition:all 0.2s ease; vertical-align: middle; z-index: 99; }
.top .search-button:hover { color: #f78f1d ; }
.top .search-button::before { float:left; content:"\f002"; font-family:FontAwesome; font-stretch:normal; font-style:normal; transition:all 0.2s ease; padding:3px 10px; }
.top .search-button:hover:before{ color: #f78f1d ; }
.header-search .hs-input { transition:all 1s ease; background-color:#fff; border:0 none; color:#6b6b6b; font-size:15px; height:auto; max-width:300px; min-height:35px; opacity:0; padding:0 15px; position:absolute; width:100%; visibility:hidden; z-index:99; outline:none !important; }
.search-open .header-search .hs-input { opacity:1; visibility:visible; }
.header-search .hs-button.primary { display:none; }
.search-open .header-search .search-button::before { content:""; }
.search-open .header-search .search-button::after{ display:none; }

/* Google Custom Search Style */
.googleCse { max-width:275px; position:absolute; right:0; padding:15px; background:#24303c; margin:0 !important; }
.googleCse .cse .gsc-control-cse, .googleCse .gsc-control-cse { padding:0; border:none !important; }
.googleCse .gsc-search-box-tools .gsc-search-box .gsc-input { width:245px !important; padding:0; text-indent:0 !important; }
.googleCse .gsc-input-box { height:auto !important; border:none; }
.googleCse .gsc-search-box td { padding:0 !important; }
.googleCse .gsc-search-box input.gsc-input { border-radius:0; display:inline-block; background-image:none !important; width:238px !important; height:35px !important; padding:0 15px !important; color:fff; font-size:14px; font-family:'Lato'; font-size:14px; border:0; vertical-align:top; }
.googleCse .gsc-search-box .gsib_b { display:none !important; }
.googleCse table.gsc-search-box { margin:0; }
.googleCse .gsc-search-button { width: 36px !important; padding: 0 !important; margin: 0 !important; position:relative; }
.googleCse .gsc-search-button input { opacity:0 !important; position:relative; z-index:5; }
.googleCse .gsc-search-button:before { content:"\f002"; font-family:'FontAwesome'; z-index:3; font-size:15px; position:absolute; left:0; bottom:0; right:0; top:0; text-align:center; line-height:33px; color:#a9bcc2; transition:all ease 0.3s; display:none; }
.googleCse .gsc-search-button:hover:before { color:#e4b43a; }
.googleCse .gsc-selected-option-container { min-width:95px; }

form.gsc-search-box { margin-bottom:0 !important; }

.row-fluid .logo { max-width:100px; float:left; padding-top:11px; }
.row-fluid .mainmenu, .row-fluid .top-cta { float:none; display:inline-block; vertical-align:middle; width:auto; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { padding:33px 32px; color:#fff; font-size:16px; line-height:30px; text-transform:uppercase; position:relative; letter-spacing:1px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { color: #f78f1d ; }

.row-fluid .top-cta a { border:1px solid #bac0c4; background:rgba(255,255,255,0.1); font-size:17px; color:#ffffff; padding:10px 27px; letter-spacing:2px; }

.row-fluid .header { position:relative; padding:190px 0 201px; font-size:30px; line-height:40px; font-family: 'Montserrat', 'Lato',sans-serif; font-weight:300; }
/*.row-fluid .home-header.skew { transform:none; }
.row-fluid .home-header.skew > div { transform:none; }*/
.row-fluid .header:before { position:absolute; content:""; height:363px; width:100%; left:0; bottom:0; background:url('//cdn2.hubspot.net/hubfs/306227/Images/net-line.png') no-repeat; background-size:cover !important; background-position:bottom center !important; }
.row-fluid .header h1 { padding-bottom:10px; } 
.row-fluid .header h1 span { display:block; font-family: 'Montserrat', sans-serif; ; }
.row-fluid .header .btn-style1 { padding-top:45px; }
.row-fluid .header .down-arrow { bottom:-170px; }  

.row-fluid .downsec { position:relative; }
.row-fluid .down-arrow { position:absolute; bottom:30px; left:0; right:0; -moz-animation:bounce 4s infinite; -webkit-animation:bounce 4s infinite; animation:bounce 4s infinite; } 
.row-fluid .down-arrow img { cursor:pointer; }

.row-fluid .counter-section { padding:15px 0 130px; font-size:20px; line-height:25px; color:#1a1a1a; font-weight:300; }
.row-fluid .counter-num h4 { font-size:80px; line-height:80px; color:#f3921c; float:none; display:inline-block; vertical-align:top; font-family: 'Montserrat', 'Lato',sans-serif; font-weight:300; }
.row-fluid .counter-num b { float:none; display:inline-block; vertical-align:top; font-size:50px; line-height:70px; color:#f3921c; font-weight:300; margin-left:5px; }

.row-fluid .feature-section { padding:40px 0 134px; background:#f8b03a; position:relative; background-image:url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/images/feature-netlinenew.png'); background-position:bottom center; background-repeat:no-repeat; background-size:cover !important; }
.row-fluid .feature-section:after { position:absolute; content:""; height:105px; width:100%; top:-105px; left:0; background:url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/images/yellow-tri.png') no-repeat; background-size:100% 105px; }
.row-fluid .feature-raw { float:left; width:100%; padding-top:60px; }
.row-fluid .feature-raw > span { display:block; margin:0; width:auto; }
.row-fluid .feature-raw > span > div { float:none; display:inline-block; vertical-align:top; margin:0 -2px; padding:0 40px; width:33.33%; font-size:16px; line-height:21px; color:#000; }
.row-fluid .feature-raw > span > div h5 { padding:25px 0 10px; text-transform:uppercase; font-size:22px; line-height:26px; color:#000; font-weight:600; }
.row-fluid .feature-img { position:relative;display: table; }
.row-fluid .feature-img > span { display:table-cell; vertical-align:middle; text-align:center; }
.row-fluid .feature-img img { position:relative; width:auto !important; max-width:140px; max-height:160px; }

.row-fluid .zigzag-sec { padding:89px 0 0px; }
.row-fluid .zigzag-sec .title-style { padding-bottom:90px; }
.row-fluid .zigzag-raw { float:left; width:100%; } 
.row-fluid .zigzag-raw > span > div { float:left; width:100%; border-bottom:2px solid #4d4d4d; margin-bottom:60px; }
.row-fluid .zigzag-raw > span > div:last-child { margin-bottom:0; border:0; }
.row-fluid .zigzag-img { float:none; display:inline-block; vertical-align:middle; width:40%; margin:0 -2px; }
.row-fluid .zigzag-content { float:none; display:inline-block; vertical-align:middle; width:60%; margin:0 -2px; padding:0 80px; font-size:16px; line-height:26px; color:#000; }
.row-fluid .zigzag-content h4 { font-size:30px; line-height:40px; color:#000; padding-bottom:20px; font-family: 'Montserrat', 'Lato',sans-serif; font-weight:600; }
.row-fluid .zigzag-ser1, .row-fluid .zigzag-ser2 { float:none; display:inline-block; vertical-align:middle; width:50%; margin:0 -2px; font-size:18px; line-height:30px; color:#231f20; font-weight:300; font-family: 'Montserrat', sans-serif; ; }
.row-fluid .zigzag-serwrap { padding-top:30px; }
.row-fluid .zigzag-sericon, .row-fluid .zigzag-sertext { float:none; display:inline-block; vertical-align:middle; }
.row-fluid .zigzag-sertext { padding-left:10px; }
.row-fluid .zigzag-raw > span > div:nth-child(even) .zigzag-content { padding-left:0; }

.row-fluid .real-timesec { padding:90px 0 100px; background:#263844; } 
.row-fluid .real-timesec .title-style { padding-bottom:50px; }
.row-fluid .real-timesec .title-style h2 { color:#fff; }
.row-fluid .real-timesec iframe { height:500px; }
.row-fluid .real-timesec iframe span.Number { color:#0076b5 !important; }
#datawall .phone { background-color:transparent !important; }
.row-fluid .real-timesec .btn-style1 { padding-top:60px; }
.row-fluid .real-timesec .btn-style1 a { float:none; display:inline-block; }

.row-fluid .real-timesec ul.slick-dots { padding:50px 0 0; }
.row-fluid .real-timesec ul.slick-dots li button { border:0; background:#fff; } 
.row-fluid .real-timesec ul.slick-dots li button:hover, .row-fluid .real-timesec ul.slick-dots li.slick-active button { background:#0077af; } 
.row-fluid .real-timesec .right img { width:100% !important; }


.row-fluid .success-storysec { padding:90px 0 137px; position:relative; background:#f9f9f9; }
.row-fluid .success-storysec .title-style { padding-bottom:120px; }
/*.row-fluid .success-storysec:before { position:absolute; content:""; height:38px; width:41px; top:-19px; background:url('//cdn2.hubspot.net/hubfs/306227/XenAdvisory_2017/Image/dash.png') no-repeat; left:50%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }*/
/*.row-fluid .success-storyraw { float:none; display:inline-block; width:725px; max-width:100%; background:#fff; padding:0 85px 45px; position:relative; }
.row-fluid .success-storyraw:before { position:absolute; content:""; top:0; right:calc(100% + 25px); height:144px; width:202px; background:url('//cdn2.hubspot.net/hubfs/306227/XenAdvisory_2017/Image/left-quote.png') no-repeat; }
.row-fluid .success-storyraw:after { position:absolute; content:""; bottom:0; left:calc(100% + 25px); height:144px; width:202px; background:url('//cdn2.hubspot.net/hubfs/306227/XenAdvisory_2017/Image/right-quote.png') no-repeat; }*/
.row-fluid .success-storyimg { float:none; display:inline-block; vertical-align:middle; height:60px; width:60px; border-radius:100%; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .client-intro { float:none; display:inline-block; vertical-align:middle; }
.row-fluid .success-storybox { font-size:16px; line-height:24px; font-weight:200; padding:2px; font-family: 'Montserrat', sans-serif; ; }
.row-fluid .success-storybox h4 { font-size:24px; line-height:30px; color:#ef8c1b; padding:0 0 20px; font-weight:300; font-family: 'Montserrat', sans-serif; ; }
.row-fluid .success-storyname { padding-top:42px; color:#fff; }
.row-fluid .success-storyname .name { padding-bottom:4px; font-size:18px; line-height:24px; font-weight:bold; color:#fff; font-family: 'Montserrat', sans-serif; ; }
.row-fluid .success-storyname .name span { font-weight:300; }
.row-fluid .success-storyname .position { font-size:18px; line-height:22px; font-weight:300; color:#fff; font-family: 'Montserrat', sans-serif; ; }
.row-fluid .success-storyraw .slick-list { padding:0; position:relative; margin-top:0; }

.row-fluid .home-aboutinner { padding:108px 0 108px 30px; font-size:16px; line-height:25px; }
.row-fluid .home-aboutinner .widget-type-header h2 { padding-bottom:35px; font-size:40px; line-height:55px; color:#000; letter-spacing:2px; font-weight:500; }
.row-fluid .home-aboutinner .text1 { font-family: 'Montserrat', sans-serif; ; font-weight:600; }
.row-fluid .home-aboutinner .text2 { font-family: 'Montserrat', sans-serif; ; font-weight:300; }
.row-fluid .home-aboutinner .btn-style1 a { color:#539dda; border:2px solid #539dda; background:#fff; margin-top:20px; }
.row-fluid .home-aboutinner .btn-style1 a:hover { background: #f78f1d ; color:#fff; border-color: #f78f1d  }


.row-fluid .blog-feedsec { padding:106px 0 100px; text-align:center; background:#f3f3f3; position:relative; }
.row-fluid .blog-feedsec:after { position:absolute; content:""; left:0; bottom:0; height:294px; width:100%; background:url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/images/blog-netline.png') no-repeat; background-size:cover !important; }
.row-fluid .blog-feedsec .title-style { padding-bottom:80px; }
.row-fluid .blog-feedbox1 { float:none; display:inline-block; vertical-align:top; width:65%; border-right:15px solid #f3f3f3; margin:0 -2px; }
.row-fluid .blog-feedbox1 .blog-feedimg { height:768px; }
.row-fluid .blog-feedimg { background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .blog-feedbox { position:relative; text-align:left; }
.row-fluid .blog-feedbox:after { position:absolute; content:""; height:50%; width:100%; left:0; bottom:0; 
                                background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(10, 10, 10, 0.21) 20%, rgba(10, 10, 10, 0.41) 40%, rgba(10, 10, 10, 0.61) 60%, rgba(10, 10, 10, 0.81) 80%, rgba(10, 10, 10, 0.81) 100%);
                                background: -o-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(10, 10, 10, 0.21) 20%, rgba(10, 10, 10, 0.41) 40%, rgba(10, 10, 10, 0.61) 60%, rgba(10, 10, 10, 0.81) 80%, rgba(10, 10, 10, 0.81) 100%);
                                background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(10, 10, 10, 0.21) 20%, rgba(10, 10, 10, 0.41) 40%, rgba(10, 10, 10, 0.61) 60%, rgba(10, 10, 10, 0.81) 80%, rgba(10, 10, 10, 0.81) 100%);
                                background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(10, 10, 10, 0.21) 20%, rgba(10, 10, 10, 0.41) 40%, rgba(10, 10, 10, 0.61) 60%, rgba(10, 10, 10, 0.81) 80%, rgba(10, 10, 10, 0.81) 100%);
                                background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(10, 10, 10, 0.21) 20%, rgba(10, 10, 10, 0.41) 40%, rgba(10, 10, 10, 0.6) 60%, rgba(10, 10, 10, 0.7) 80%, rgba(10, 10, 10, 0.7) 100%); }
.row-fluid .blog-shorttextbox { position:absolute; bottom:0; left:0; padding:25px 40px; width:100%; z-index:1; background:rgba(14,25,30,0.8); color:#fff; }
.row-fluid .blog-shorttextbox .content { font-size:16px; line-height:22px; }
.row-fluid .blog-shorttextbox a.viewpost { color:#fff; font-size:12px; line-height:16px; font-weight:600; text-transform:uppercase; position:relative; letter-spacing:1px; position:relative; }
.row-fluid .blog-shorttextbox a.viewpost:after { position:absolute; content:""; right:-18px; top:4px; height:9px; width:11px; background:url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/images/next.png') no-repeat;  }
.row-fluid .blog-shorttextbox .content a { color:#fff; }
.row-fluid .blog-feedtitle a { color:#fff; font-size:19px; line-height:26px; font-weight:300; }
.row-fluid .blog-shorttextbox a.viewpost:hover, .row-fluid .blog-shorttextbox .content a:hover, .row-fluid .blog-feedtitle a:hover { color: #f78f1d ; }

.row-fluid .blog-feedbox2 { float:none; display:inline-block; vertical-align:top; width:35%; margin:0 -2px; }
.row-fluid .blog-feedbox2 .blog-shorttextbox { padding:13px 40px; line-height:20px; }
.row-fluid .blog-feedbox2 .blog-feedbox:first-child { border-bottom:7.5px solid #f3f3f3; }
.row-fluid .blog-feedbox2 .blog-feedbox:last-child { border-top:7.5px solid #f3f3f3; }
.row-fluid .blog-feedbox2 .blog-feedimg { height:377px; }

.row-fluid .blog-feedsec .btn-style2 { text-align:center; padding-top:100px; }
.row-fluid .blog-feedsec .btn-style2 a { float:none; display:inline-block; padding:18px 66px; letter-spacing:3px; font-weight:bold; position:relative; z-index:1; }

.row-fluid .being-section { padding:63px 0 137px; background:#f9f9f9; }
.row-fluid .being-section:before { position:absolute; content:""; height:38px; width:41px; bottom:calc(100% - -41px); z-index:11; background:url('//cdn2.hubspot.net/hubfs/306227/XenAdvisory_2017/Image/blue-line2.png') no-repeat; left:50%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
.row-fluid .being-section:after { position:absolute; content:""; height:109px; width:100%; top:-109px; left:0; background:url('//cdn2.hubspot.net/hubfs/306227/XenAdvisory_2017/Image/gray-topskew.png') no-repeat; background-size: 100% 109px; }
.row-fluid .logo-raw { float:left; width:100%; padding-top:48px; }
.row-fluid .logo-raw > span div.slick-track > div { float:none; display:inline-block; vertical-align:top; width:246px; background:#fff; height:246px; margin-right:52px; overflow:hidden; border:1px solid #eceef0; position:relative; }
.row-fluid .logo-raw > span div.slick-track > div img { position:absolute; top:0; left:0; right:0; bottom:0; margin:auto; opacity:0.6; }
.row-fluid .logo-raw > span div.slick-track > div:last-child { margin-right:0; }

.row-fluid .blue-ctasec { padding:37px 0; background:#f7b137; color:#010002; text-transform:uppercase; }
.row-fluid .blue-ctasec .left { letter-spacing:1px; font-weight:300; font-size:22px; }
.row-fluid .blue-ctasec .left label { font-weight:bold; }
.row-fluid .blue-ctasec .left, .row-fluid .blue-ctasec .right { float:none; display:inline-block; vertical-align:middle; margin:0; }
.row-fluid .blue-ctasec .right.btn-style2 a { border-color:#010002; color:#010002; padding:20px 56px; font-weight:700; }


/* About Us Page */
.row-fluid .inner-header { padding:340px 0 176px; }
.row-fluid .inner-header:before { height:300px; background:url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/images/contact-netline.png') no-repeat; }
.row-fluid .inner-header .title-style h2 { font-size:62px; line-height:70px; color:#fff; font-weight:100; }

.row-fluid .introbox { background:#fff; position:relative; margin-top:-115px; box-shadow:-2px 2px 25px 0 rgba(0,0,0,0.08); }
.row-fluid .introbox .intro-leftbox { float:left; width:45%; margin:0; color:#344154; font-size:28px; line-height:33px; position:relative; font-family: 'Montserrat', sans-serif; ; }
.row-fluid .introbox .intro-leftbox:after { position:absolute; content:""; height:100%; width:300px; left:100%; top:0; background:-moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); }
.row-fluid .introbox .intro-leftbox .innerbox { padding:130px 0 130px 90px; background:#fff; }
.row-fluid .introbox .intro-rightbox { float:left; width:55%; margin:0; }
.row-fluid .introbox .intro-leftbox .btn-style1 { padding-top:40px; }
.row-fluid .introbox .intro-leftbox .btn-style1 a { padding:19px 60px; background:#2887d7; }
.row-fluid .introbox .intro-leftbox .btn-style1 a:hover { background: #f78f1d ; }
.row-fluid .introbox .intro-leftbox .btn-style1 a:before { display:inline-block; content:""; height:30px; width:30px; float:right; margin-left:10px; background:url(//cdn2.hubspot.net/hubfs/306227/XenAdvisory_2017/Image/play-iconwhite.png) no-repeat; margin-top:-4px; }
.row-fluid .introbox .intro-leftbox .btn-style1 a:hover:before { background:url('//cdn2.hubspot.net/hubfs/306227/XenAdvisory_2017/Image/play-iconwhite.png') no-repeat; }

.row-fluid .video-code { display:none; }
.fancybox-close { top:0; right:0; }

.row-fluid .about-servsec { padding:90px 0 150px; }
.row-fluid .about-servsec .title { padding-bottom:60px; }
.row-fluid .about-servsec .title h3 { color:#133044; font-family: 'Montserrat', sans-serif; ; }
.row-fluid .about-servsec .servtext { font-size:18px; line-height:27px; color:#000000; font-family: 'Montserrat', sans-serif; ; font-weight:300; } 
.row-fluid .about-servsec .servtext h4 { font-size:28px; line-height:33px; color:#231F20; padding-bottom:20px; font-family: 'Montserrat', sans-serif; ; font-weight:300; }
.row-fluid .about-servsec .servtext .span4 { padding-right:10px; }

.row-fluid .channel-section { padding:98px 0; background-color:#112639; font-size:28px; line-height:33px; color:#231f20; font-family: 'Montserrat', sans-serif; ; }
.row-fluid .channel-section h3 { font-size:36px; line-height:43px; padding-bottom:12px; font-family: 'Montserrat', sans-serif; ; color:#231f20; }

.row-fluid .growth-section { padding:45px 0 202px; position:relative; } 
.row-fluid .growth-section:after { position:absolute; content:""; left:0; bottom:0; height:294px; width:100%; background:url(//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/images/blog-netline.png) no-repeat; z-index:-1; background-size:cover !important; }
.row-fluid .growth-servicesection1.growth-section:after { display:none; }
.row-fluid .growth-section .title-style { padding-bottom:48px; }
.row-fluid .growth-section.growth-sectionsolar .title-style { padding-bottom:25px; }
.row-fluid .growth-section.growth-sectionsolar .text1 { font-family:'Open Sans', sans-serif; font-weight:600; line-height:27px; }
.row-fluid .growth-section.growth-sectionsolar .text2 { font-family:'Open Sans', sans-serif; line-height:27px; padding-bottom:44px; }
.row-fluid .growth-section .title-style h2 { color:#133044; font-family: 'Montserrat', sans-serif; ; }
.row-fluid .growth-section .title-style h2 span { display:block; padding-top:0; font-family: 'Montserrat', sans-serif; ; }

.row-fluid .growth-raw > span { display:block; width:auto; margin:0 -30px; }
.row-fluid .growth-raw > span > div { float:left; width:50%; padding:15px 30px 31px; }
.row-fluid .growth-img { height:52px; }
.row-fluid .growth-img img { width:auto !important; max-width:50px; max-height:50px;  }
.row-fluid .growth-text { font-size:18px; line-height:25px; color:#231F20; font-family: 'Montserrat', sans-serif; ; font-weight:300; }
.row-fluid .growth-text h4 { font-size:28px; line-height:33px; color:#231F20; padding:16px 0 20px; font-weight:500; font-family: 'Montserrat', sans-serif; ; }
.row-fluid .growth-btn { padding-top:25px; }
.row-fluid .growth-btn a { font-size:17px; color:#2887d9; border:2px solid #2887d9; padding:10px 20px; font-weight:600; font-family: 'Montserrat', 'Lato',sans-serif; }

.row-fluid .solar-servicesec .growth-raw > span { margin:0 -17px; }
.row-fluid .solar-servicesec .growth-raw > span > div { width:33.33%; padding:15px 17px 31px; }
.row-fluid .solar-servicesec .growth-box { background:#f0f2f1; }
.row-fluid .solar-servicesec .growth-img { min-height:215px; position:relative; background:#f8b03a; background:-moz-linear-gradient(left, #f8b03a 0%, #f7b334 60%, #f5b730 100%); background:-webkit-linear-gradient(left, #f8b03a 0%,#f7b334 60%,#f5b730 100%); background: linear-gradient(to right, #f8b03a 0%,#f7b334 60%,#f5b730 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b03a', endColorstr='#f5b730',GradientType=1 ); }
.row-fluid .solar-servicesec .growth-img img { position:absolute; top:0; left:0; right:0; bottom:0; margin:auto; max-width:100%; max-height:100%; }
.row-fluid .solar-servicesec .growth-text { padding:32px; }


/* Service Page */
.row-fluid .servicepage-sec1 { padding:80px 0 198px; position:relative; }
.row-fluid .servicepage-sec1:after { position:absolute; content:""; left:0; bottom:0; height:294px; width:100%; background:url(//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/images/blog-netline.png) no-repeat; z-index:-1; background-size:cover !important; }

.row-fluid .digital-titlesec { font-size:26px; line-height:31px; color:#231f20; margin-bottom:80px; font-family: 'Montserrat', sans-serif; ; }
.row-fluid .digital-titlesec h3 { color:#231f20; font-family: 'Montserrat', sans-serif; ; font-weight:300; }
.row-fluid .digital-titlesec h3 span { font-family: 'Montserrat', sans-serif; ; }
.row-fluid .digital-titlesec .title-style { padding-bottom:5px; }
.row-fluid .digital-marketsec { padding:90px 0 0; font-size:18px; line-height:26px; color:#231f20; position:relative; font-weight:300; font-family: 'Montserrat', sans-serif; ; }
.row-fluid .digital-marketsec h4 { font-size:28px; line-height:34px; color:#231f20; font-weight:500; text-transform:capitalize; font-family: 'Montserrat', sans-serif; ; }
.row-fluid .marketing-rightbox { padding-bottom:30px; } 
.row-fluid .marketing-rightbox .text { padding-bottom:15px; }
.row-fluid .digital-marketsec:after { position:absolute; content:""; height:50px; width:100%; left:0; bottom:0; background:#fff; }

.row-fluid .digital-img { float:none; display:inline-block; vertical-align:bottom; margin-bottom:-9px; position:relative; z-index:1; }
.row-fluid .digital-img img { width:100% !important; }
.row-fluid .marketing-rightbox { float:none; display:inline-block; vertical-align:bottom; padding-bottom:70px; margin:0; }

/* Contact Us Page */
.row-fluid .contact-section { padding-bottom:230px; position:relative; }
.row-fluid .contact-section:after { position:absolute; content:""; left:0; bottom:0; height:294px; width:100%; background:url(//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/images/blog-netline.png) no-repeat; background-size:cover !important; }
.row-fluid .contact-box { background:#fff; position:relative; margin-top:-115px; padding:85px 0; box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 17px 0px; z-index:1; }
.row-fluid .contact-box2 {  position:relative; margin-top:-70px; padding:85px 0; z-index:1; }
.row-fluid .contact-box .form-title1 h3 { font-family: 'Montserrat', sans-serif; ; }
.row-fluid .contact-hero .title-style h2 { font-size:60px; }
.row-fluid .hs-form-field > label > span { font-size:18px; line-height:22px; color:#231F20; float:left; width:100%; padding-bottom:15px; font-family: 'Montserrat', sans-serif; ; }
.row-fluid .hs-form-required { display:none; } 
.row-fluid .form-title1 { padding-bottom:45px; }
.row-fluid .contact-box .contact-leftbox { padding:0 70px 0 95px; border-right:1px solid #ecedef;  }
.row-fluid .contact-box .contact-rightbox { padding:0 60px 0 36px; font-size:18px; line-height:28px; color:#231F20; font-family: 'Montserrat', sans-serif; ; font-weight:300; }
.row-fluid .contact-box .contact-rightbox img { width:auto !important; }
.row-fluid .contact-box .contact-rightbox .text h4 { font-size:28px; line-height:32px; color:#231F20; padding:15px 0 5px; font-family: 'Montserrat', sans-serif; ; }
.row-fluid .contact-box .contact-rightbox .column { padding:30px 0 15px; }
.row-fluid .contact-box .contact-rightbox .column3 { padding:30px 0 0; }
.row-fluid .contact-box .contact-rightbox .column3 a { float:none; display:inline-block; margin:0 10px; color:#f6b235; font-size:26px; line-height:30px; } 
.row-fluid .contact-box .contact-rightbox .column3 a:hover { color:#344154; }
.row-fluid .contact-box .contact-rightbox .column3 a:first-child { margin-left:0; }
.row-fluid .contact-box .contact-rightbox .column3 a:last-child { margin-right:0; }
.row-fluid .contact-box .contact-rightbox .column3 h4 { font-size:28px; line-height:32px; color:#231F20; padding:0 0 22px 0; font-family: 'Montserrat', sans-serif; ; }

/* Team Page*/
.row-fluid .team-section { padding-bottom:150px; position:relative; }
.row-fluid .team-section:after { position:absolute; content:""; left:0; bottom:0; height:294px; width:100%; background:url(//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/images/blog-netline.png) no-repeat; z-index:-1; background-size:cover !important; }
.row-fluid .teambox { padding:95px 0 45px; border-bottom:1px solid #d3e6f5; }
.row-fluid .teambox2 { padding-bottom:0; border:0; }
.row-fluid .team-title h4 { font-size:28px; line-height:33px; color:#133044; position:relative; display:inline-block; }
.row-fluid .team-title h4:before { position:absolute; content:""; height:68px; width:77px; -webkit-transform: translateX(-50%)translateY(-50%);
    -moz-transform: translateX(-50%)translateY(-50%);
    -o-transform: translateX(-50%)translateY(-50%);
    -ms-transform: translateX(-50%)translateY(-50%);
    transform: translateX(-50%)translateY(-50%);; background:url('//cdn2.hubspot.net/hubfs/306227/XenAdvisory_2017/Image/title-bgarrow.png') no-repeat; left:50%; top:50%; }
.row-fluid .teambox1 .team-title h4:before { background:url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/images/title-arrow.png') no-repeat; }

.row-fluid .team-raw > span { display:block; width:auto; margin:0 -20px; }
.row-fluid .team-raw > span > div { float:left; width:33.33%; padding:0 20px; margin-bottom:70px; }
.row-fluid .team-people { border:1px solid #818181; -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;;  }
.row-fluid .team-people img { width:100% !important; }
.row-fluid .team-details { font-size:18px; line-height:27px; color:#231F20; padding-top:32px; font-family: 'Montserrat', sans-serif; ; font-weight:300; }
.row-fluid .team-details h3 { font-size:22px; line-height:28px; color:#231F20; font-weight:300; font-family: 'Montserrat', sans-serif; ; }
.row-fluid .team-details h4 { font-size:20px; line-height:28px; color:#2987d8; font-weight:300; font-family: 'Montserrat', sans-serif; ; }
.row-fluid .team-details p { padding:30px 0 0; }

/* Resource Page */
.row-fluid .resource-section { padding-bottom:100px; position:relative; }
.row-fluid .resource-section:after { position:absolute; content:""; left:0; bottom:0; height:294px; width:100%; background:url(//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/images/blog-netline.png) no-repeat; z-index:-1; background-size:cover !important; }
.row-fluid .filter-box { background:#fff; position:relative; padding:45px 85px 0; margin-top:-115px; box-shadow:0px -5px 10px 0px rgba(0,0,0,0.1); }
.row-fluid .filter-box > div.row-fluid-wrapper { border-bottom:2px solid #f6f6f6; padding-bottom:45px; }
.row-fluid .resource-boxmain { padding:64px 85px; }

.row-fluid .filterbox1 { font-size:17px; line-height:37px; color:#A6A8AB; font-weight:bold; text-transform:uppercase; letter-spacing:2px; width:16%; font-family: 'Montserrat', sans-serif; ; }
.row-fluid .filterbox { float:none; display:inline-block; margin:0 -3px; vertical-align:middle; }
.row-fluid .filterbox2, .row-fluid .filterbox3, .row-fluid .filterbox4 { width:28%; }
.row-fluid .filterbox2 { padding-left:20px; }
.row-fluid .filterbox3 { padding-left:20px; }
.row-fluid .filterbox4 { padding-left:20px; position:relative; }
.row-fluid .filterbox4:after { position:absolute; content:""; height:100%; width:48px; cursor:pointer; background-color:#2a87d7; right:0; top:0; border-radius:0 4px 4px 0; background-image:url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/images/search-iconnew.png'); background-repeat:no-repeat !important; background-position:center center !important;  }
.row-fluid .filterbox4 input[type="text"] { border-radius:4px; }

.row-fluid .filterbox select { font-size:16px; cursor:pointer; color:#231F20; border-radius:4px; -webkit-appearance:none; -moz-appearance:none; appearance:none; -ms-appearance:none \9; -o-appearance:none; background:url(//cdn2.hubspot.net/hubfs/306227/XenAdvisory_2017/Image/select.png) no-repeat center right 15px #fff; font-family: 'Montserrat', sans-serif; ; }

.row-fluid .resource-rightbox { border:1px solid #e4e7ea; padding:26px 10px 26px 18px; float:right; }
.row-fluid .resource-rightbox h4 { font-size:22px; line-height:26px; color:#000000; font-family: 'Montserrat', sans-serif; ; }
.row-fluid .resource-sidebox { position:relative; padding:20px 0; border-bottom:1px solid #e4e4e4; }
.row-fluid .resource-sideimg { height:83px; width:125px; float:left; background-size:cover !important; background-repeat:!important; background-position:center center !important; }
.row-fluid .resource-boxnum { height:29px; width:29px; text-align:center; background:#0076b6; position:absolute; top:20px; left:0; color:#fff; font-size:16px; line-height:29px; font-family: 'Montserrat', sans-serif; ; }
.row-fluid .resource-sidetopic { float:left; width:150px; padding-left:20px; }
.row-fluid .resource-sidetopic a { float:left; width:100%; font-size:15px; line-height:19px; color:#929497; font-weight:300; font-family: 'Montserrat', sans-serif; ; }
.row-fluid .resource-sidetopic a:hover { color: #0076b5 ; }
.row-fluid .resource-sidetopic h6 { font-size:13px; line-height:15px; padding-bottom:7px; font-family: 'Montserrat', sans-serif; ; }
.row-fluid .resource-raw > span > div:last-child .resource-sidebox { border:0; padding-bottom:0; }

.row-fluid .resource-sidebox.guides .resource-sidetopic h6 { color:#00B9F2; }
.row-fluid .resource-sidebox.articles .resource-sidetopic h6 { color:#7F3F97; }
.row-fluid .resource-sidebox.webinars .resource-sidetopic h6 { color:#FDCA0B; }

/* Isotope Boxes Design css */
.row-fluid .resource-section .clearfix.isotope { display:block; width:auto; margin:0 -15px; }
.row-fluid .resource-mainbox { float:left; width:33.3%; padding:0 15px 30px; } 
.row-fluid .resource-col { border:1px solid #ececec; } 
.row-fluid .resource-textdetail { padding:25px 20px; }
.row-fluid .resource-img { min-height:172px; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .resource-title h6 { font-size:16px; line-height:19px; text-transform:uppercase; padding-bottom:7px; font-family: 'Montserrat', sans-serif; ; }
.row-fluid .resource-link { font-size:16px; line-height:22px; color:#000; font-family: 'Montserrat', sans-serif; ; }
.row-fluid .resource-link a { font-size:16px; line-height:22px; color: #231F20 ; font-family: 'Montserrat', sans-serif; ; }
.row-fluid .resource-link a:hover { color: #0076b5 ; font-weight:bold; }

.row-fluid .resource-mainbox.guides .resource-title h6 { color:#00B9F2; }
.row-fluid .resource-mainbox.articles .resource-title h6 { color:#7F3F97; }
.row-fluid .resource-mainbox.webinars .resource-title h6 { color:#FDCA0B; }

.row-fluid .resource-section a.show-more.btn-style2 { float:none; display:table; margin:40px auto 0; padding:17px 70px; font-weight:bold; font-family: 'Montserrat', sans-serif; ; }

.row-fluid .resource-boxwrap { position:relative; }
.row-fluid .resource-boxwrap .start-video { position:absolute; top:50%; left:0; right:0; text-align:center; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }

/* Blog Listing */
.row-fluid .blog-header { padding:300px 0 178px; }
.row-fluid .blog-header:before { height:270px; }
.row-fluid .blog-header .title-style h2 { color:#fff; font-weight:200; }
.row-fluid .blog-mainsection { padding:60px 0 150px; position:relative; }
.row-fluid .blog-mainsection:after { position:absolute; content:""; left:0; bottom:0; height:294px; width:100%; background:url(//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/images/blog-netline.png) no-repeat; z-index:-1; background-size:cover !important; }

.row-fluid .blog-leftbox { width:74%; padding-right:60px; }
.row-fluid .blog-rightbox { width:26%; margin:0; }
.row-fluid .helpbox { background:#f9ae3b; background:-moz-linear-gradient(left, #f9ae3b 0%, #f8b038 33%, #f7b334 67%, #f5b630 100%); background:-webkit-linear-gradient(left, #f9ae3b 0%,#f8b038 33%,#f7b334 67%,#f5b630 100%); background:linear-gradient(to right, #f9ae3b 0%,#f8b038 33%,#f7b334 67%,#f5b630 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ae3b', endColorstr='#f5b630',GradientType=1 ); color:#000000; font-weight:300; text-align:center; text-transform:uppercase; padding:40px 17px; margin-bottom:50px; }
.row-fluid .helpbox label { font-weight:700; text-transform:uppercase; }
.row-fluid .helpbox h4 { color:#fff; font-size:24px; line-height:28px; font-weight:bold; font-family: 'Montserrat', sans-serif; ; }
.row-fluid .hepltext { font-size:20px; line-height:40px; margin:13px 0px 26px; }
.row-fluid .helpbox .btn-style2 a { padding:19px 24px; letter-spacing:1px; background:transparent; color:#000000; border-color:#000000; width:100%; text-align:center; }
.row-fluid .helpbox .btn-style2 a:hover { background:#0076B5; color:#fff; }

.row-fluid .blog-testimonial { background:#F9F9F9; padding:56px 33px 33px; font-size:16px; line-height:21px; font-weight:300; position:relative; margin-bottom:50px; }
.row-fluid .blog-testimonial:before { position:absolute; content:""; height:41px; width:58px; top:-15px; left:33px; background:url('//cdn2.hubspot.net/hubfs/306227/XenAdvisory_2017/Image/quote.png') no-repeat; }
.row-fluid .blog-testimonial .text { padding-bottom:20px; }
.row-fluid .blog-testimonial .author { height:70px; width:70px; border-radius:100%; float:none; display:inline-block; vertical-align:middle; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .blog-testimonial .details { padding-left:10px; float:none; display:inline-block; vertical-align:middle; width:130px; }
.row-fluid .blog-testimonial .details h4 { font-size:17px; line-height:21px; color:#0076B5; font-weight:bold; font-family: 'Montserrat', sans-serif; ; }
.row-fluid .blog-testimonial .details h5 { font-size:13px; line-height:18px; color:#58595B; font-weight:300; font-family: 'Montserrat', sans-serif; ; }

.row-fluid .blog-tabraw ul { float:left; width:100%; padding:0; margin:0; list-style-type:none; border-bottom:1px solid #9D9D9D; }
.row-fluid .blog-tabraw ul li { float:left; width:50%; margin-bottom:-1px; position:relative; z-index:1; }
.row-fluid .blog-tabraw ul li:first-child { padding-right:4px; }
.row-fluid .blog-tabraw ul li:last-child { padding-left:4px; }
.row-fluid .blog-tabraw ul li a { float:left; width:100%; text-align:center; padding:10px; background:#F9F9F9; font-size:18px; line-height:25px; font-family: 'Montserrat', sans-serif; ; font-weight:300; color:#0076B5; letter-spacing:1px; }
.row-fluid .blog-tabraw ul li.current a, .row-fluid .blog-tabraw ul li a:hover { background:#fff; color:#000; border:1px solid #9D9D9D; border-bottom: none;  }

.row-fluid .topictab-box { padding-top:30px; }
.row-fluid .topictab-box .postbox { float:left; width:100%; margin-bottom:20px; }
.row-fluid .topictab-box .postimg { float:left; height:100px; width:95px; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .topictab-box .post-title { float:left; width:200px; padding-left:18px; font-size:14px; line-height:22px; font-weight:300; color:#9D9D9D; }
.row-fluid .topictab-box .post-title a { font-size:15px; line-height:20px; font-weight:600; color:#000; }
.row-fluid .topictab-box .post-title a:hover { color: #f78f1d ; }

.blogpage.hs-blog-listing .blog-leftbox { width:100%; padding:0; }
.blogpage.hs-blog-listing .blog-rightbox { display:none; }
.blogpage.hs-blog-listing .comment-title { display:none; }
.blogpage.hs-blog-listing .blog-mainsection { padding-top:0; }

.row-fluid .post-itemwrap { float:left; width:100%; border-top:10px solid #fff; }
.row-fluid .post-itemcol1 { float:left; width:50%; border-right:5px solid #fff; }
.row-fluid .post-itemcol2 { float:left; width:50%; border-left:5px solid #fff; }
.row-fluid .post-itemcol2 .post-item:first-child { border-bottom:5px solid #fff; }
.row-fluid .post-itemcol2 .post-item:last-child { border-top:5px solid #fff; }
.row-fluid .post-item { float:left; width:50%; border-top:12px solid #fff; }
.row-fluid .post-item:nth-child(odd) { border-right:6px solid #fff; }
.row-fluid .post-item:nth-child(even) { border-left:6px solid #fff; }
.row-fluid .post-itemimg:before { position:absolute; content:""; height:50%; width:100%; bottom:0; left:0; 
                                background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(10, 10, 10, 0.21) 20%, rgba(10, 10, 10, 0.41) 40%, rgba(10, 10, 10, 0.61) 60%, rgba(10, 10, 10, 0.81) 80%, rgba(10, 10, 10, 0.81) 100%);
                                background: -o-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(10, 10, 10, 0.21) 20%, rgba(10, 10, 10, 0.41) 40%, rgba(10, 10, 10, 0.61) 60%, rgba(10, 10, 10, 0.81) 80%, rgba(10, 10, 10, 0.81) 100%);
                                background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(10, 10, 10, 0.21) 20%, rgba(10, 10, 10, 0.41) 40%, rgba(10, 10, 10, 0.61) 60%, rgba(10, 10, 10, 0.81) 80%, rgba(10, 10, 10, 0.81) 100%);
                                background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(10, 10, 10, 0.21) 20%, rgba(10, 10, 10, 0.41) 40%, rgba(10, 10, 10, 0.61) 60%, rgba(10, 10, 10, 0.81) 80%, rgba(10, 10, 10, 0.81) 100%);
                                background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(10, 10, 10, 0.21) 20%, rgba(10, 10, 10, 0.41) 40%, rgba(10, 10, 10, 0.6) 60%, rgba(10, 10, 10, 0.7) 80%, rgba(10, 10, 10, 0.7) 100%); }
.row-fluid .post-itemimg { position:relative; float:left; width:100%; height:250px; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .post-itemcol1 .post-itemimg { height:770px; }
.row-fluid .post-itemwrap .post-header { position:absolute; bottom:50px; left:0; padding:0 60px; }
.row-fluid .post-itemwrap .post-header a { font-size:32px; line-height:38px; color:#fff; font-weight:300; font-family: 'Montserrat', sans-serif; ; }
.row-fluid .post-itemwrap .post-header a:hover { color: #f78f1d ; }

.row-fluid .post-itemwrap:nth-child(even) .post-itemcol1 { float:right; border-right:0; border-left:5px solid #fff; }
.row-fluid .post-itemwrap:nth-child(even) .post-itemcol2 { float:left; border-left:0; border-right:5px solid #fff; }

.row-fluid .listing-bodybox { float:left; width:100%; position:relative }
.row-fluid .listing-bodybox .post-header { position:absolute; bottom:0; left:0; float:left; width:100%; padding:38px 60px; font-size:18px; line-height:24px; font-family: 'Montserrat', sans-serif; ; }
.row-fluid .listing-bodybox .post-header a { color:#fff; }
.row-fluid .listing-bodybox .post-header a:hover { color: #f78f1d ; }

.row-fluid .topictab-box { display:none; }
#topic-1 { display:block; } 

.row-fluid .featured-postbox { padding:70px 200px; position:relative; }
.row-fluid .featured-postbox:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:rgba(0,0,0,0.1); }
.row-fluid .featured-postbox > div { position:relative; }
.row-fluid .featured-postbox .title { font-size:28px; line-height:33px; color:#FDCA0B; padding-bottom:35px; font-family: 'Montserrat', sans-serif; ; }
.row-fluid .featured-postbox .featuredpost-title { padding-bottom:45px; }
.row-fluid .featured-postbox .featuredpost-title a { color:#fff; font-size:36px; line-height:43px; text-transform:uppercase; font-family: 'Montserrat', sans-serif; ; }
.row-fluid .featured-postbox .featuredpost-title a:hover { color: #f78f1d ; }

.row-fluid .featured-postbox .featuredpost-title { padding-bottom: 45px; margin-bottom: 20px; padding-top: 45px; margin-top:20px; background-color: rgba(60, 149, 197, 0.75); visibility:hidden; }

.row-fluid .featured-postbox a.postbtn { font-size:17px; line-height:34px; color:#fff; border:1px solid #fff; font-weight:bold; padding:4px 40px; border-radius:4px; background:transparent; letter-spacing:2px; position:relative; }
.row-fluid .featured-postbox a.postbtn:hover { background: #f78f1d ; border-color: #f78f1d ; }
 
.row-fluid .loadbtnbox { margin-top:40px; }
.row-fluid .loadbtnbox a.postload-more { float:none; display:inline-block; padding:17px 72px; font-weight:700; letter-spacing:2px; } 

.row-fluid .blog-logo { padding:0 15px; }
.row-fluid .blog-logo > div { float:none; display:inline-block; vertical-align:top; width:100%; background:#fff; height:234px; margin-right:0; overflow:hidden; border:1px solid #eceef0; position:relative; }
.row-fluid .blog-logoraw div.slick-track div.slick-slide img { position:absolute; top:0; right:0; left:0; bottom:0; margin:auto; max-width:95%; }
 
/* Blog Post Page */ 
.blogpage.hs-blog-post .header .title-style { display:none; }
.blogpage.hs-blog-post .featured-postbox { min-height:500px; }
.blogpage.hs-blog-post .introbox { margin-top:-115px; }
.blogpage.hs-blog-post { font-family: 'Montserrat', sans-serif; ; }
.blogpage.hs-blog-post .innerpost-body h1 { padding:10px 0; font-size:38px; line-height:44px; color:#344154; font-weight:bold; font-family: 'Montserrat', sans-serif; ; }
.blogpage.hs-blog-post .innerpost-body h2 { padding:10px 0; font-size:32px; line-height:36px; color:#344154; font-weight:400; font-family: 'Montserrat', sans-serif; ; }
.blogpage.hs-blog-post .innerpost-body h3 { padding:10px 0; font-size:28px; line-height:32px; font-weight:400; font-family: 'Montserrat', sans-serif; ; }
.blogpage.hs-blog-post .innerpost-body h4 , .blogpage.hs-blog-post .innerpost-body h4 { padding:10px 0; font-size:24px; line-height:28px; font-family: 'Montserrat', sans-serif; ; }
.blogpage.hs-blog-post .innerpost-body h5 { padding:10px 0; font-size:20px; line-height:26px; font-family: 'Montserrat', sans-serif; ; }

.blogpage.hs-blog-post .blog-leftbox ul { margin:5px 0; padding:0 0 0 20px; list-style-type:none; }
.blogpage.hs-blog-post .blog-leftbox ul li { margin:0; padding:0 0 0 20px; display:block; position:relative; }
.blogpage.hs-blog-post .blog-leftbox ul li:before { content:"\f105"; color: #f78f1d ; font-family:'FontAwesome'; position:absolute; top:0; left:0; }  

/* CJB */ 
.blogpage.hs-blog-post .blog-leftbox ul li a { color: #f78f1d ; border-bottom: 1px dotted; } 
.blogpage.hs-blog-post .blog-leftbox ul li a:hover { color: #f78f1d ; border-bottom: 1px solid; } 
.blogpage.hs-blog-post .blog-leftbox ol li a { color: #f78f1d ; border-bottom: 1px dotted; } 
.blogpage.hs-blog-post .blog-leftbox ol li a:hover { color: #f78f1d ; border-bottom: 1px solid; } 

.blogpage.hs-blog-post ol { margin:5px 0; }
.blogpage.hs-blog-post blockquote { font-size:18px; line-height:24px; color:#231f20; margin:20px 0 25px; padding:55px 60px 55px 60px; font-weight:500; background:#fdf0d6; font-style:italic; position:relative; }
.blogpage.hs-blog-post blockquote:before { position:absolute; content:""; height:39px; width:41px; top:0; left:30px; background:url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/images/blockquote.png') no-repeat; }


.row-fluid .post-innerheader h4 { font-size:36px; line-height:43px; color:#231f20; text-transform:uppercase; font-family: 'Montserrat', sans-serif; ; }

.row-fluid .inner-topbox { border-bottom:2px solid #d9dadb; margin-bottom:15px; padding:40px 0 10px; font-size:16px; line-height:20px; color:#171717; float:left; width:100%; }
.row-fluid .inner-topbox a { color:#0076B5; font-size:16px; line-height:20px; }
.row-fluid .inner-topbox a:hover { color: #f78f1d ; }
.row-fluid .postinner-authorbox { float:left; width:auto; }
.row-fluid .custom_listing_comments { float:right; width:auto; font-size:16px; line-height:20px; color:#171717; font-weight:300; }
.row-fluid .custom_listing_comments span { color:#0076B5; }

.row-fluid .innerpost-body { font-size:18px; line-height:26px; color:#000000; font-weight:300; }
.row-fluid .innerpost-body h4 { font-size:24px; line-height:28px; color:#344154; font-weight:bold; padding:16px 0; font-family: 'Montserrat', sans-serif; ; }

/* Blog Post Typography */


/* Related Post css */
.row-fluid .inner-socialshare-box { float:left; width:38px; position:absolute; left:0; top:0; }
.row-fluid .inner-socialshare-box ul { float:left; width:100%; margin:0; padding:0 !important; list-style-type:none; }
.row-fluid .inner-socialshare-box ul li { margin:0; padding:0 !important; }
.row-fluid .inner-socialshare-box ul li a { float:left; height:38px; width:38px; line-height:38px; text-align:center; color:#fff; font-size:20px; background:#3c5a96; }
.row-fluid .inner-socialshare-box ul li:before { display:none; }
.row-fluid .inner-socialshare-box ul li a:hover { padding-left:8px; }
.row-fluid .inner-socialshare-box ul li:nth-child(2) a { background:#1dadea; }
.row-fluid .inner-socialshare-box ul li:nth-child(3) a { background:#dc4d3f; }
.row-fluid .inner-socialshare-box ul li:nth-child(4) a { background:#c9232d; }
.row-fluid .inner-socialshare-box ul li:last-child a { background:#aaaaaa; }

.row-fluid .related-postsec { float:left; width:100%; padding:30px 0 0; }
.row-fluid .related-postsec h3 { font-size:26px; line-height:30px; color:#171717; position:relative; font-weight:300; margin-bottom:54px; font-family: 'Montserrat', sans-serif; ; }
.row-fluid .related-postsec h3:after { position:absolute; content:""; height:1px; width:100%; top:50%; left:0; background:#C3DDF1; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
.row-fluid .related-postsec h3 span { position:relative; z-index:1; background:#fff; padding-right:12px; }
.row-fluid .related-postcol { float:left; width:50%; }
.row-fluid .related-postcol:first-child { padding-right:21px; }
.row-fluid .related-postcol:last-child { padding-left:21px; }
.row-fluid .related-postcol .post-image { float:left; width:100%; height:160px; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .related-col { float:left; width:100%; position:relative; } 
.row-fluid .related-col:before { position:absolute; content:""; height:50%; width:100%; bottom:0; left:0; 
                                background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(10, 10, 10, 0.21) 20%, rgba(10, 10, 10, 0.41) 40%, rgba(10, 10, 10, 0.61) 60%, rgba(10, 10, 10, 0.81) 80%, rgba(10, 10, 10, 0.81) 100%);
                                background: -o-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(10, 10, 10, 0.21) 20%, rgba(10, 10, 10, 0.41) 40%, rgba(10, 10, 10, 0.61) 60%, rgba(10, 10, 10, 0.81) 80%, rgba(10, 10, 10, 0.81) 100%);
                                background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(10, 10, 10, 0.21) 20%, rgba(10, 10, 10, 0.41) 40%, rgba(10, 10, 10, 0.61) 60%, rgba(10, 10, 10, 0.81) 80%, rgba(10, 10, 10, 0.81) 100%);
                                background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(10, 10, 10, 0.21) 20%, rgba(10, 10, 10, 0.41) 40%, rgba(10, 10, 10, 0.61) 60%, rgba(10, 10, 10, 0.81) 80%, rgba(10, 10, 10, 0.81) 100%);
                                background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(10, 10, 10, 0.21) 20%, rgba(10, 10, 10, 0.41) 40%, rgba(10, 10, 10, 0.6) 60%, rgba(10, 10, 10, 0.7) 80%, rgba(10, 10, 10, 0.7) 100%); } 

.row-fluid .related-col .post-title { position:absolute; bottom:30px; left:0; padding:0 40px;  }
.row-fluid .related-col .post-title a { color:#fff; font-size:22px; line-height:26px; font-weight:300; }
.row-fluid .related-col .post-title a:hover { color: #f78f1d ; }

.row-fluid .inner-pagination { float:left; width:100%; padding:40px 0; margin-top:50px; border-top:2px solid #d3d5d6; }
.row-fluid .inner-pagination a { float:left; padding:19px 40px 19px 92px; letter-spacing:2px; position:relative; font-size:18px; line-height:21px; color:#231F20; font-weight:bold; text-transform:uppercase; border:1px solid #050217; border-radius:4px; background:transparent; }
.row-fluid .inner-pagination a:hover { background: #f78f1d ; } 
.row-fluid .inner-pagination .inner-paginationprev a:before { position:absolute; content:""; height:26px; width:37px; top:15px; left:34px; background:url('//cdn2.hubspot.net/hubfs/306227/XenAdvisory_2017/Image/prev.png') no-repeat; }

.row-fluid .inner-paginationnext a { float:right; padding:19px 102px 19px 60px; min-width:240px; text-align:center; }
.row-fluid .inner-pagination .inner-paginationnext a:after { position:absolute; content:""; height:26px; width:37px; top:16px; right:60px; background:url('//cdn2.hubspot.net/hubfs/306227/XenAdvisory_2017/Image/next.png') no-repeat; }

.row-fluid .comment-title h3 { font-size:26px; line-height:30px; color:#171717; position:relative; font-weight:300; margin:54px 0; font-family: 'Montserrat', sans-serif; ; }    
.row-fluid .comment-title h3:after { position:absolute; content:""; height:1px; width:100%; top:50%; left:0; background:#d9dadb; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
.row-fluid .comment-title h3 span { position:relative; z-index:1; background:#fff; padding-right:12px; }

.row-fluid .comment-form form textarea { height:137px; border-radius:0; border-color:#d9dadb; }
.row-fluid .comment-form form input[type="text"], .row-fluid .comment-form form input[type="email"] { border-color:#d9dadb; height:37px; border-radius:0; min-width:280px; }
.row-fluid .comment-form form .hs-form-field > label { float:none; display:inline-block; vertical-align:middle; min-width:95px; }
.row-fluid .comment-form form .hs-form-field > label > span { padding:0; font-size:16px; line-height:20px; color:#777; font-weight:300; font-family: 'Montserrat', sans-serif; ; }
.row-fluid .comment-form form .hs-form-field div.input { float:none; display:inline-block; vertical-align:middle; }
.row-fluid .comment-form .hs-form .hs-form-field { float:left; width:100%; }
.row-fluid .comment-form .hs-form .hs-form-field:first-child > label { width:100%; } 
.row-fluid .comment-form .hs-form .hs-form-field:first-child > label > span { padding-bottom:15px; padding-top:0; }
.row-fluid .comment-form .hs-form .hs-form-field:first-child div.input { width:100%; } 

.row-fluid .comment-form input[type="submit"] { background:transparent; border:1px solid #231f20; padding:18px 59px; letter-spacing:4px; color:#231f20; }
.row-fluid .comment-form input[type="submit"]:hover { background: #f78f1d ; border-color: #f78f1d ; color:#fff }

.row-fluid .hs-author-profile { padding:30px 0; }
.row-fluid .hs-author-profile h2.hs-author-name { font-size:30px; line-height:36px; font-weight:300; font-family: 'Montserrat', sans-serif; ; }

/* Landing Page 08-11-2017 */
.row-fluid .landing-hero:before { background:url(//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/images/landing-netline.png) no-repeat; position:absolute; content:""; height:301px; width:100%; left:0; bottom:0; background-size:cover !important; }

.row-fluid .ser-complogosec { padding:45px 0 120px; position:relative; }
.row-fluid .ser-complogosec:after { position:absolute; content:""; height:105px; width:100%; bottom:0; left:0; background:url(//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/images/yellow-tri.png) no-repeat; background-size:100% 105px; }
.row-fluid .ser-complogosec .title { font-size:16px; line-height:20px; color:#969696; text-transform:uppercase; margin-bottom:25px; font-weight:300; }
.row-fluid .ser-complogosec .slick-slide { position:relative; height:100px; }
.row-fluid .ser-complogosec .slick-slide img { position:absolute; top:0; left:0; right:0; bottom:0; margin:0 auto; }

.row-fluid .landingpage-introsec { position:relative; background:#f8b03a; padding:40px 0 0; }
.row-fluid .landingpage-introsec:before { position:absolute; content:""; height:125px; width:100%; bottom:0; left:0; background:#fff; }
.row-fluid .landingpage-introsec:after { position:absolute; content:""; height:276px; width:100%; left:0; bottom:100px; background:url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/images/benifits-line.png') no-repeat; }
.row-fluid .landingpage-introsec .introbox { margin:0; z-index:1; box-shadow:-2px 2px 25px 0 rgba(0,0,0,0.08); }
.row-fluid .landingpage-introsec .title h3 { font-size:40px; line-height:58px; color:#000000; font-weight:300; margin-bottom:50px; }
.row-fluid .ser-benifitsraw > span > div:nth-child(odd) .benefitsimg { padding-right:50px; }

.row-fluid .ser-benifitsraw > span > div { float:left; width:100%; padding:85px 0 100px; line-height:26px; }
.row-fluid .ser-benifitsraw > span > div:nth-child(even) { /*background:#8fbedd;*/ position:relative; background-size:cover; background-repeat:no-repeat; background-position:center center; background-image:url('https://cdn2.hubspot.net/hubfs/306227/xen_solar_2017/images/XEN-over1.png');  /*background:-moz-linear-gradient(left, #daf0fa 0%, #ddf3fb 16%, #abd1e8 36%, #c1e0f0 56%, #ddf3fb 74%, #ffffff 100%); background:-webkit-linear-gradient(left, #daf0fa 0%,#ddf3fb 16%,#abd1e8 36%,#c1e0f0 56%,#ddf3fb 74%,#ffffff 100%); background:linear-gradient(to right, #daf0fa 0%,#ddf3fb 16%,#abd1e8 36%,#c1e0f0 56%,#ddf3fb 74%,#ffffff 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#daf0fa', endColorstr='#ffffff',GradientType=1 );*/ }
/*.row-fluid .ser-benifitsraw > span > div:nth-child(even):before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background-image:url('https://cdn2.hubspot.net/hubfs/306227/xen_solar_2017/images/XEN-over.png'); background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .ser-benifitsraw > span > div:nth-child(even) > div { position:relative; }*/
.row-fluid .ser-benifitsraw > span > div:nth-child(even) .benefitstext { margin:0; width:36%; float:left; }
.row-fluid .ser-benifitsraw > span > div:nth-child(even) .benefitsimg { margin:0; padding-left:50px; width:64%; float:left; text-align:right; }
.row-fluid .ser-benifitsraw > span > div:nth-child(even) .benefitsimg img { width:100%; }
.row-fluid .ser-benifitsraw .benefitstext h3 { font-size:30px; line-height:34px; color:#000; text-transform:uppercase; font-weight:600; margin-bottom:48px; }
.row-fluid .ser-benifitsraw .benefitstext .text1 { font-weight:600; padding-bottom:20px; }
.row-fluid .ser-benifitsraw .benefitstext .text2 { font-weight:300; }

.row-fluid .faq-section { padding:94px 0 186px; position:relative; }
.row-fluid .faq-section .title-style { margin-bottom:70px; }
.row-fluid .faq-section:after { position:absolute; content:""; height:294px; width:100%; left:0; bottom:0; background:url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/images/faq-line.png') no-repeat; z-index:-1; background-size:cover !important; background-position:bottom center !important; }
.row-fluid .faq-raw > span > div { float:left; width:100%; padding:12px 0; border-bottom:1px solid #f5f5f5; margin-bottom:19px; } 
.row-fluid .faq-question { position:relative; font-weight:600; cursor:pointer; margin-bottom:20px; padding-right:50px; }
.row-fluid .faq-question:after { position:absolute; content:"\f107"; font-family:FontAwesome; right:0; top:0; font-size:36px; color:#f7b136; }
.row-fluid .faq-question.active:after { content:"\f106"; }



/* Footer */
.row-fluid .footer { background:#263844; padding:65px 0 75px; position:relative; }
.row-fluid .footer-logo { position:relative; padding-bottom:52px; }
.row-fluid .footer-logo img { max-width:96px; }

.row-fluid .footer-menu .hs-menu-wrapper > ul > li > a { color:#fff; text-transform:uppercase; padding:10px 50px; letter-spacing:1px; }
.row-fluid .footer-menu .hs-menu-wrapper > ul > li:hover > a { color: #f78f1d ; }
.row-fluid .footer-menu .hs-menu-wrapper > ul > li:first-child { line-height:50px; }
.row-fluid .footer-menu .hs-menu-wrapper > ul > li:first-child > a { font-size:0; background:url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/images/white-home.png') no-repeat; height:50px; width:18px; background-position:center center !important; }
.row-fluid .footer-menu .hs-menu-wrapper > ul > li:first-child:hover > a { background:url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/images/hover-home.png') no-repeat; }
 
.row-fluid .social-icon { padding:28px 0 0; }
.row-fluid .social-icon a { float:none; display:inline-block; vertical-align:middle; color:#2a3e49; height:50px; width:50px; line-height:50px; border:1px solid #fff; margin-right:15px; text-align:center; border-radius:100%; font-size:26px; background:#fff; }
.row-fluid .social-icon a:hover { background: #f78f1d ; border-color: #f78f1d ; color:#fff }

.row-fluid .copy-rightsec { padding:22px 0; font-family: 'Montserrat', sans-serif; ; }
.row-fluid .footer-copyright { color:#7a7a7a; font-size:16px; line-height:24px; }
.row-fluid .footer-copyright ul { float:none; width:100%; padding:0; margin:0; list-style-type:none;  }
.row-fluid .footer-copyright ul li { float:none; display:inline-block; vertical-align:middle; position:relative; padding:0 10px 0 5px; }
.row-fluid .footer-copyright ul li:after { position:absolute; content:""; height:calc(100% - 10px); width:1px; background:#7a7a7a; right:0; top:4px; }
.row-fluid .footer-copyright ul li:last-child:after { display:none; }
.row-fluid .footer-copyright ul li a { color:#7a7a7a; font-size:16px; line-height:24px; }
.row-fluid .footer-copyright ul li a:hover { color: #f78f1d ; }

.row-fluid .footer2 { padding:52px 0 57px; color:#666; }
.row-fluid .footer2 .footer-logo { padding-bottom:28px; }
.row-fluid .footer2 .footer-copyright, .row-fluid .footer2 .footer-copyright ul li a { color:#c8cdd0; }


/* Media Query */
@media (min-width: 1900px){
    
    .row-fluid .digital-img { margin-bottom:-40px !important; }
    
}

@media (min-width: 1700px){
    
    .row-fluid .digital-img { float:none; display:inline-block; vertical-align:bottom; margin-bottom:-24px; position:relative; z-index:1; }
    .row-fluid .marketing-rightbox { float:none; display:inline-block; vertical-align:bottom; padding-bottom:80px; margin:0; }
        
}

@media (min-width: 1300px){
    .row-fluid .feature-raw > span { margin:0 -40px; }
    .row-fluid .logo { padding-top:36px; }
    .row-fluid .landing-hero { padding:220px 0 205px; }
    
    .row-fluid .zigzag-content { padding-bottom:30px; }
    
    .row-fluid .team-raw > span > div:last-child { margin-bottom:27px; }
    
    .row-fluid .growth-section .title-style h2 { font-size:44px; line-height:50px; }
    
    .row-fluid .home-header .btn-style1 a { padding:19px 69px; }
    
    .row-fluid .zigzag-raw > span > div .zigzag-img img { width:100% !important; }
    
    .row-fluid .growth-servicesection1 { padding:92px 0 120px; }
    
    .row-fluid .ser-complogoraw { padding:0 100px; }
    
}

@media (min-width: 1201px) and (max-width: 1300px){
    
    .row-fluid .growth-raw > span { margin:0 -20px; }
    
    /* Service Page */
    .row-fluid .digital-img { margin-bottom:-2px; }
}

@media (min-width: 992px) and (max-width: 1200px){

    .row-fluid .wrapper {  width:920px; }
    
    .blogpage.hs-blog-post h1 { font-size:34px; line-height:30px; }
    .blogpage.hs-blog-post h2 { font-size:30px; line-height:38px; }
    .blogpage.hs-blog-post h3 { font-size:26px; line-height:34px; }
    .blogpage.hs-blog-post h4 , .blogpage.hs-blog-post .innerpost-body h4 { font-size:22px; line-height:30px; }
    .blogpage.hs-blog-post h5 { font-size:20px; line-height:26px; }
    
    /* Service Page */
    .row-fluid .digital-img { margin-bottom:6px; }

}

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

    .row-fluid .wrapper {  width:720px; }
    
    .blogpage.hs-blog-post h1 { font-size:30px; line-height:36px; }
    .blogpage.hs-blog-post h2 { font-size:26px; line-height:32px; }
    .blogpage.hs-blog-post h3 { font-size:24px; line-height:30px; }
    .blogpage.hs-blog-post h4 , .blogpage.hs-blog-post .innerpost-body h4 { font-size:20px; line-height:26px; }
    .blogpage.hs-blog-post h5 { font-size:18px; line-height:24px; }

    /* Homepage */
    .row-fluid .zigzag-sericon, .row-fluid .zigzag-sertext { width:100%; text-align:center; }
    .row-fluid .zigzag-sericon { min-height:40px; }
    
    .row-fluid .blue-ctasec { text-align:center; }
    .row-fluid .blue-ctasec .left { font-size:18px; line-height:22px; margin-bottom:20px !important; }
    .row-fluid .blue-ctasec .left, .row-fluid .blue-ctasec .right { width:100%; margin:0; }
    
    /* Service Page */
    .row-fluid .digital-img { margin-bottom:17px; }
    
    /* Team Page */
    .row-fluid .team-raw > span { margin:0 -10px; }
    .row-fluid .team-raw > span > div { width:50%; padding:0 10px }
    
    .row-fluid .ser-benifitsraw > span > div:nth-child(even) .benefitstext { width:50%; }
    .row-fluid .ser-benifitsraw > span > div:nth-child(even) .benefitsimg { padding-left:20px; width:50%; } 
    .row-fluid .ser-benifitsraw > span > div:nth-child(odd) .benefitsimg { padding-right:20px; } 
}

@media (min-width: 768px) and (max-width: 1200px){
    
    h1 { font-size:44px; line-height:54px; }
    h2 { font-size:26px; line-height:36px; }
    h3 { font-size:24px; line-height:34px; }
    h4 { font-size:28px; line-height:34px; }
    h5 { font-size:24px; line-height:30px; }
    h6 { font-size:20px; line-height:26px; }
    
    /* Homepage */
    .row-fluid .top-strip .hs-menu-wrapper > ul > li > a { padding:16px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { padding:25px 20px; font-size:15px; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:after { right:5px !important; top:25px !important; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:first-child > a { height:85px !important; }
    .row-fluid .top-cta a { font-size:15px; padding:10px 18px; }
    .top .search-button { top:30px; }
    .googleCse .gsc-search-box-tools .gsc-search-box .gsc-input { width:100% !important; }
    
    .row-fluid .header { font-size:26px; line-height:30px; padding:250px 0 150px; }
    .row-fluid .header .down-arrow { bottom:-100px; }
    
    .row-fluid .counter-section { font-size:16px; line-height:22px; padding:50px 0 160px; }
    .row-fluid .counter-num h4 { font-size:60px; line-height:80px; }
    .row-fluid .counter-num b { font-size:46px; line-height:40px; }
    
    .row-fluid .title-style h2 { font-size:34px; line-height:44px; }
    .row-fluid .feature-raw > span { margin:0 -20px; }
    .row-fluid .feature-raw > span > div { padding:0 20px; }
    
    .row-fluid .zigzag-sec { padding:50px 0 0; } 
    .row-fluid .zigzag-content { padding:0 40px 30px; font-size:17px; line-height:27px; }
    
    .row-fluid .zigzag-content h4 { font-size:32px; line-height:42px; padding-bottom:5px; }
    
    .row-fluid .real-timesec { padding:50px 0 70px; }
    .row-fluid .real-timesec .btn-style1 { padding-top:40px; }
    .row-fluid .success-storyname { text-align:center; }
    .row-fluid .client-intro { padding:10px 0 0; width:100%; }
    
    .row-fluid .success-storyraw:before, .row-fluid .success-storyraw:after { display:none; }
    
    .row-fluid .blog-feedsec { padding:50px 0 150px; }
    .row-fluid .blog-feedbox1 .blog-feedimg { height:600px; } 
    .row-fluid .blog-feedtitle a { font-size:18px; line-height:24px; }
    .row-fluid .blog-shorttextbox, .row-fluid .blog-feedbox2 .blog-shorttextbox { padding:15px; }
    .row-fluid .blog-feedbox2 .blog-feedimg { height:295px; }
    .row-fluid .blue-ctasec .right.btn-style2 a { font-size:16px; padding:10px 26px !important; }
    
    .row-fluid .being-section { padding:30px 0 137px; }
    .row-fluid .logo-raw > span div.slick-track > div { height:200px; margin-right:30px; }
    .row-fluid .logo-raw > span div.slick-track > div img { padding:0 15px; }
    
    .row-fluid .btn-style1 a, .row-fluid a.btn-style1 { font-size:15px; padding:15px 20px; }
    
    .row-fluid .blue-ctasec .right.btn-style2 a { padding:10px 34px; }
    
    /* About Us Page */
    .row-fluid .inner-header .title-style h2 { font-size:46px; line-height:50px; }
    .row-fluid .introbox .intro-leftbox .innerbox { padding:80px 0 80px 30px; }
    .row-fluid .introbox .intro-leftbox { font-size:18px; line-height:28px; }
    .row-fluid .introbox .intro-leftbox .btn-style1 a { padding:15px 30px; }
    
    .row-fluid .about-servsec .title { padding-bottom:40px; }
    .row-fluid .about-servsec .servtext h4 { font-size:22px; line-height:30px; padding-bottom:10px; }
    .row-fluid .about-servsec .servtext { font-size:16px; line-height:25px; }
    
    .row-fluid .channel-section { padding:60px 0; font-size:24px; line-height:32px; }
    .row-fluid .channel-section h3 { font-size:32px; line-height:40px; }
    
    .row-fluid .growth-section { padding:50px 0 150px; }
    .row-fluid .growth-raw > span { margin:0 -20px; }
    .row-fluid .growth-text h4 { font-size:20px; line-height:30px; padding:10px 0; }
    .row-fluid .growth-text { font-size:16px; line-height:24px; }
    
    /* Service Page */
    .row-fluid .servicepage-sec1 { padding:50px 0 90px; }
    .row-fluid .digital-marketsec h4 { font-size:22px; line-height:26px; }
    .row-fluid .digital-marketsec { font-size:16px; line-height:24px; }
    
    /* Solar Service Page Updates */
    .row-fluid .solar-servicesec .growth-raw > span { margin:0 -10px; }
    .row-fluid .solar-servicesec .growth-raw > span > div { padding:15px 10px 31px; }
    .row-fluid .growth-btn a { font-size:14px; }
    
    /* Contact Us Page */
    .row-fluid .contact-box .contact-leftbox { padding:0 15px; }
    .row-fluid .contact-box .contact-rightbox { padding:0 15px 0 0; }
    .row-fluid .form-title1 { padding-bottom:30px; }
    .row-fluid .contact-box .contact-rightbox .text h4 { font-size:22px; line-height:26px; }
    .row-fluid .contact-box .contact-rightbox .column3 a { font-size:22px; line-height:26px; margin:0 5px; }
    .row-fluid .contact-box { padding:50px 0; }
    .row-fluid .contact-section { padding-bottom:190px; }
    input[type="submit"], button { padding:11px 60px; }
    
    /* Team Page */
    .row-fluid .team-title h4 { font-size:20px; line-height:30px; }
    .row-fluid .team-details { padding-top:15px; font-size:16px; line-height:25px; }
    .row-fluid .team-details h3 { font-size:20px; line-height:30px; }
    .row-fluid .team-details h4 { font-size:17px; line-height:24px; }
    .row-fluid .team-details p { padding:15px 0 0; }
    
    .row-fluid .teambox2 { padding-top:50px; }
    
    /* Resource Page */
    .row-fluid .filterbox1 { width:100%; text-align:center; margin:0 0 30px; }
    .row-fluid .filterbox2, .row-fluid .filterbox3, .row-fluid .filterbox4 { width:33.33%; }
    .row-fluid .filter-box { padding:45px 15px 0; }
    .row-fluid .filterbox3, .row-fluid .filterbox4 { padding-left:10px; }
    
    .row-fluid .resource-boxmain { padding:40px 15px; }
    .row-fluid .resource-mainbox { padding:0 10px 20px; }
    .row-fluid .resource-textdetail { padding:15px 10px; }
    .row-fluid .resource-link a { font-size:16px; line-height:20px; }
    
    /* Blog Page */
    .row-fluid .featured-postbox { padding:50px 100px; }
    .row-fluid .featured-postbox .featuredpost-title a { font-size:26px; line-height:34px; }
    
    .row-fluid .post-itemcol1 .post-itemimg { height:600px; }
    .row-fluid .post-itemimg { height:295px; }
    .row-fluid .post-itemwrap .post-header { bottom:30px; padding:0 20px; }
    .row-fluid .post-itemwrap .post-header a { font-size:22px; line-height:28px; }
    
    .blogpage.hs-blog-post .introbox { margin-top:-90px; }
    .blogpage.hs-blog-post .featured-postbox { min-height:340px; }
    
    .row-fluid .post-innerheader h4 { font-size:26px; line-height:36px; }
    .row-fluid .innerpost-body h4 { font-size:20px; line-height:26px; }
    .row-fluid .helpbox { padding:30px 10px; }
    .row-fluid .helpbox .btn-style1 a { letter-spacing:1px; padding:10px 20px; font-size:12px; } 
    
    .row-fluid .blog-testimonial { font-size:14px; line-height:20px; padding:56px 15px 33px; text-align:center; }
    .row-fluid .blog-testimonial .details { width:100%; padding:10px 0 0; margin:0; }
    
    .row-fluid .topictab-box .postimg { height:120px; width:100%; }
    .row-fluid .topictab-box .post-title { width:100%; padding:15px 0 0; text-align:center; }
    
    .row-fluid .related-col .post-title { bottom:20px; padding:0 15px; }
    .row-fluid .related-col .post-title a { font-size:16px; line-height:20px; }
    .row-fluid .related-col { line-height:26px; }
    .row-fluid .related-postcol:first-child { padding-right:10px; }
    .row-fluid .related-postcol:last-child { padding-left:10px; }
    
    .row-fluid .inner-socialshare-box { display:none; }
    .row-fluid .inner-paginationnext a { min-width:220px; }
    
    .row-fluid .listing-bodybox .post-header { font-size:24px; line-height:30px; padding:28px 15px; }
    
    /* Landing Page */
    .row-fluid .landingpage-introsec .title h3 { font-size:32px; line-height:50px; }
    .row-fluid .ser-benifitsraw .benefitstext h3 { font-size:28px; line-height:32px; margin-bottom:28px; }
    .row-fluid .ser-benifitsraw .benefitstext .text1, .row-fluid .ser-benifitsraw .benefitstext .text2 { font-size:18px; line-height:24px; }
    
    .row-fluid .zigzag-content h4 { font-size:28px; line-height:32px; } 
    .row-fluid .zigzag-content { font-size:16px; line-height:24px; padding:0 30px 30px; }
    
    .row-fluid .faq-section { padding:50px 0 76px; }
	.row-fluid .faq-section .title-style { margin-bottom:20px; }
	.row-fluid .faq-raw > span > div { margin:15px 0; }
	.row-fluid .faq-question { font-size:16px; line-height:22px; }
	.row-fluid .faq-question:after { font-size:30px; }
	.row-fluid .faq-answer { font-size:16px; line-height:22px; }
    
    
    /* Footer */
    .row-fluid .footer { padding:60px 0; }
    .row-fluid .footer-copyright { font-size:14px; line-height:24px; }
	.row-fluid .footer-copyright ul li a { font-size:14px; line-height:24px; }
	
	.row-fluid .footer-menu .hs-menu-wrapper > ul > li > a { padding:10px 25px; }
	.row-fluid .footer-logo { padding-bottom:50px; }
    
    
}

@media (min-width:768px){
    .row-fluid .top-right { text-align:right; float:right; }
    .row-fluid .top-cta { padding-top:26px; }
    
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:after {  position:absolute; content:"\f078"; display:inline-block; color:#fff; font-size:12px; font-weight:300; vertical-align:middle; font-family:"fontawesome"; top:33px; right:15px; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:after { display:none; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover a:after { content:"\f077"; transition:all 1s ease; color: #f78f1d ; }
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:first-child > a { font-size:0; background:url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/images/white-home.png') no-repeat; height:95px; width:18px; background-position:center center !important; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:first-child:hover > a { background:url('//cdn2.hubspot.net/hubfs/306227/xen_solar_2017/images/hover-home.png') no-repeat; }
    
    .row-fluid .mainmenu ul > li > ul { width:180px; text-align:left; box-shadow:0 10px 10px rgba(0,0,0,0.3); }
    .row-fluid .mainmenu ul > li > ul > li { line-height:0; border-bottom:1px solid #0e191e; background:#fff; } 
    .row-fluid .mainmenu ul > li > ul > li:last-child { border-bottom:0; }
    .row-fluid .mainmenu ul > li > ul > li > a { color:#0e191e; font-size:15px; font-weight:bold; text-transform:none; padding:10px; line-height:18px; white-space:normal !important; }
    .row-fluid .mainmenu ul > li > ul > li > a:hover { color: #f78f1d ; }
    
    .row-fluid .skew { transform:skewY(-2deg); -webkit-transform:skewY(-2deg); -moz-transform:skewY(-2deg); -o-transform:skewY(-2deg); -ms-transform:skewY(-2deg); background:#FFF; transform-origin:top left; -webkit-transform-origin:top left; -moz-transform-origin:top left; -o-transform-origin:top left; -ms-transform-origin:top left; }
    .row-fluid .skew > div { transform:skewY(2deg); -webkit-transform:skewY(2deg); -moz-transform:skewY(2deg); -o-transform:skewY(2deg); -ms-transform:skewY(2deg); }
    
    
    
    .row-fluid .introbox .intro-rightbox { width:65%; margin-left:-10%; }
    
    .row-fluid .team-title h4 { margin-top:17px; }
    
    /* Xen Solar Theme */
    .row-fluid .top { background:transparent; }
    /*body.home-page  .row-fluid .top { background:#24303c; }*/
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child { padding-right:50px; }
    
    .row-fluid .zigzag-raw > span > div:nth-child(odd) .zigzag-img { padding-left:70px; }
    .row-fluid .zigzag-raw > span > div:nth-child(even) .zigzag-img { padding-right:70px; }
    .row-fluid .zigzag-raw > span > div:nth-child(even) .zigzag-content { padding-left:50px; }
    
    .row-fluid .client-intro { padding-left:12px; }
    
}

@media (min-width: 30px) and (max-width: 767px){
    
    h1 { font-size:36px; line-height:46px; }
    h2 { font-size:26px; line-height:36px; }
    h3 { font-size:24px; line-height:34px; }
    h4 { font-size:28px; line-height:34px; }
    h5 { font-size:24px; line-height:30px; }
    h6 { font-size:20px; line-height:26px; }
    
    .row-fluid .btn-style1 a, .row-fluid a.btn-style1 { font-size:16px; line-height:22px; padding:12px 40px; }
    
    .row-fluid .wrapper { width:100%; padding:0 20px; float:left !important; }
	
	/* Homepage */
	.row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li { float:left !important; }	
	
	.row-fluid .top-strip { text-align:left; }
	.row-fluid .top-strip .hs-menu-wrapper ul li { float:left; width:auto; }
	.row-fluid .top-strip .hs-menu-wrapper ul li a { padding:10px; }
	.row-fluid .top-strip .hs-menu-wrapper > ul > li:last-child > a { padding-right:10px; }
	.row-fluid .top-strip .hs-menu-wrapper > ul > li:last-child > a:after { transform:translateX(-50%); }
	.row-fluid .logo { max-width:80px; padding-top:10px; }
	.row-fluid .top-cta { padding-top:12px; float:right; }
	.row-fluid .top-cta a { font-size:13px; padding:8px 18px; }
	
	.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { padding:10px 15px; font-size:16px; line-height:25px; }
	.row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > a { text-indent:15px; }
	.row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > a:hover { color: #f78f1d ; }
	.row-fluid .googleCse { padding:15px !important; background:#24303c !important; }
	.row-fluid .googleCse .gsc-search-box-tools .gsc-search-box .gsc-input { width:100% !important; }
	.row-fluid .googleCse .gsc-search-button { display:none; }
	
	.row-fluid .header { padding:190px 0 120px; font-size:22px; line-height:30px; }
	.row-fluid .header h1 { font-size:28px; line-height:40px; }
	.row-fluid .header .btn-style1 { padding-top:35px; }
	.row-fluid .header .down-arrow { bottom:30px; }
	
	.row-fluid .counter-section { padding:50px 0 150px; font-size:18px; line-height:24px; }
	.row-fluid .counter-section .span3 { margin-bottom:20px; width:50%; padding:0 15px; float:left; }
	.row-fluid .counter-section .span3:last-child { margin:0; }
	.row-fluid .counter-num h4 { font-size:70px; line-height:80px; }
	.row-fluid .counter-num b { font-size:50px; line-height:50px; }
	
	.row-fluid .title-style h2 { font-size:24px; line-height:34px; }
	.row-fluid .feature-raw { padding-top:40px; }
	.row-fluid .feature-raw > span { margin:0; }
	.row-fluid .feature-raw > span > div { padding:0 10px 40px; width:50%; }
	.row-fluid .feature-raw > span > div:last-child { padding:0; }
	.row-fluid .feature-raw > span > div h5 { padding:15px 0; }
	.row-fluid .feature-text h5 { font-size:22px; line-height:26px; }  
	
	.row-fluid .zigzag-sec { padding:50px 0 100px; }
	.row-fluid .zigzag-sec .title-style { padding-bottom:40px; }
	.row-fluid .zigzag-img { width:100%; margin:0; }
	.row-fluid .zigzag-img img { width:100% !important; }
	.row-fluid .zigzag-content { width:100%; padding:30px 0; font-size:16px; line-height:26px; margin:0; }
	.row-fluid .zigzag-content h4 { font-size:28px; line-height:38px; padding:0; }
	.row-fluid .zigzag-serwrap { padding-bottom:20px; } 
	.row-fluid .zigzag-ser1, .row-fluid .zigzag-ser2 { width:100%; }
	.row-fluid .zigzag-ser1 { padding-bottom:30px; }
	.row-fluid .zigzag-raw > span > div { margin-bottom:40px; }
	.row-fluid .zigzag-raw > span > div:last-child .zigzag-content { padding-bottom:0; }  
	
	.row-fluid .real-timesec { padding:50px 0 84px; text-align:center; }
	.row-fluid .real-timesec .title-style { padding:0 0 30px; }
	.row-fluid .real-timesec .btn-style1 { padding-top:30px; }
	.row-fluid .client-intro { width:100%; }
	.row-fluid .success-storyname .name { font-size:17px; line-height:22px; }
	
	.row-fluid .home-aboutinner { padding:40px 0 40px 15px; }
	.row-fluid .about-imghome { height:300px !important; }
	
	.row-fluid .success-storysec { padding:60px 0 130px; }
	.row-fluid .success-storyraw { padding:0 15px 30px; }
	.row-fluid .success-storybox h4 { font-size:16px; line-height:24px; padding:20px 0; }
	.row-fluid .success-storyraw:before, .row-fluid .success-storyraw:after { display:none; }
	
	.row-fluid .blog-feedsec { padding:50px 0 160px; }
	.row-fluid .blog-feedbox1 { width:100%; border:0; border-bottom:10px solid #fff; }
	.row-fluid .blog-feedbox2 { width:100%; }
	.row-fluid .blog-feedbox1 .blog-feedimg { height:300px; }
	.row-fluid .blog-feedbox2 .blog-feedimg { height:300px; }
	.row-fluid .blog-feedtitle { padding-left:0; width:100%;  }
	.row-fluid .blog-feedtitle a { font-size:17px; line-height:22px; }
	.row-fluid .blog-feedsec .btn-style2 a { padding:15px 30px; }
	.row-fluid .blog-shorttextbox { padding:15px; line-height:22px; }
	.row-fluid .blog-feedbox2 .blog-shorttextbox { padding:15px; }
	.row-fluid .blog-feedsec .btn-style2 { position:relative; z-index:1; }
	
	
	.row-fluid .being-section { padding:40px 0 100px; } 
	.row-fluid .being-section .title-style h2 br { display:none; }
	
	.row-fluid .logo-raw > span div.slick-track > div { height:180px; margin-right:30px; }
	.row-fluid .logo-raw > span div.slick-track > div img { padding:0 15px; }
	
	.row-fluid .blue-ctasec { text-align:center; }
	.row-fluid .blue-ctasec .left, .row-fluid .blue-ctasec .right { float:left; width:100%; }
	.row-fluid .blue-ctasec .left { font-size:17px; line-height:24px; padding-bottom:20px; }
	.row-fluid .blue-ctasec .right.btn-style2 a { padding:10px 34px; }
	
	/* About Us Page */
	.row-fluid .introbox { margin:0; }
	.row-fluid .inner-header .title-style h2 { font-size:40px; line-height:50px; }
	
	.row-fluid .page-introsec { padding:50px 0 30px; }
	.row-fluid .introbox .intro-leftbox .innerbox { font-size:18px; line-height:24px; padding:20px 15px; text-align:center; }
	.row-fluid .introbox .intro-leftbox:after { display:none; }
	.row-fluid .introbox .intro-leftbox { width:100%; height:auto !important; }
	.row-fluid .introbox .intro-rightbox { width:100%; height:300px !important; }
	.row-fluid .introbox .intro-leftbox .btn-style1 { padding-top:25px; }
	.row-fluid .introbox .intro-leftbox .btn-style1 a { padding:15px 35px; }
	
	.row-fluid .about-servsec { padding:30px 0 100px; }
	.row-fluid .about-servsec .title { padding-bottom:20px; }
	.row-fluid .about-servsec .servtext h4 { font-size:20px; padding-bottom:0; }
	.row-fluid .about-servsec .servtext .span4 { padding:20px 0 20px; border-bottom:1px solid #ccc; }
	.row-fluid .about-servsec .servtext .span4:last-child { padding:20px 0 0; border:0; }
	.row-fluid .about-servsec .servtext { font-size:16px; line-height:26px; text-align:center; }
	
	.row-fluid .channel-section { padding:50px 0; font-size:20px; line-height:28px; }
	.row-fluid .channel-section br { display:none; }
	.row-fluid .channel-section h3 { font-size:22px; line-height:32px; }
	
	.row-fluid .growth-section { padding:50px 0 150px; text-align:center; }
	.row-fluid .growth-section .title-style { padding-bottom:30px; }
	.row-fluid .growth-raw > span { margin:0; }
	.row-fluid .growth-raw > span > div { padding:20px 0 30px; width:100%; border-bottom:1px solid #ccc; }
	.row-fluid .growth-raw > span > div:last-child { padding-bottom:0; border:0; }
	.row-fluid .growth-text h4 { font-size:22px; line-height:28px; padding:10px 0; }
	
	/* Service Page */
	.row-fluid .digital-marketsec { text-align:center; padding:50px 0 0; }
	.row-fluid .marketing-rightbox { padding:30px 15px 30px !important; }
	.row-fluid .digital-marketsec:after { display:none; } 
	.row-fluid .marketing-rightbox .text { padding:20px 0; border-bottom:1px solid #fff; }
	.row-fluid .marketing-rightbox .text3 { padding:20px 0 0; border:0; }
	
	/* Solar Service Page Updates */
	.row-fluid .solar-servicesec .growth-raw > span > div { width:100%; border:0; padding:15px 0; }
	.row-fluid .solar-servicesec .growth-text { padding:20px; }
	.row-fluid .solar-servicesec .growth-raw > span { margin:0; }
	
	
	/* Contact Us Page */
	.row-fluid .contact-box { margin-top:50px; padding:40px 0; }
	.row-fluid .contact-box .contact-leftbox { border-bottom:1px solid #ecedef; border-right:0; padding:0 15px 30px; height:auto !important; }
	.row-fluid .contact-box .contact-rightbox { height:auto !important; }
	.row-fluid .form-title1 { padding-bottom:30px; }
	.row-fluid .hs-form-field > label > span { font-size:15px; line-height:19px; padding-bottom:10px; }
	input[type="submit"], button { padding:10px 40px; }
	.row-fluid .contact-box .contact-rightbox { padding:0 15px; margin-top:10px; }
	.row-fluid .contact-box .contact-rightbox .text h4 { font-size:22px; line-height:26px; }
	.row-fluid .contact-box .contact-rightbox .column { padding:30px 0 0; }
	.row-fluid .contact-box .contact-rightbox .column3 a { font-size:20px; line-height:25px; margin:0 5px; }
	.row-fluid .contact-section { padding-bottom:180px; }
	
	/* Team Page */
	.row-fluid .teambox { padding:30px 0 50px; }
	.row-fluid .team-title { padding-bottom:60px; }
	.row-fluid .team-title h4 { width:100%; text-align:center; font-size:24px; line-height:28px; }
	
	.row-fluid .team-raw > span { margin:0 -10px; }
	.row-fluid .team-raw > span > div { float:left; width:50%; padding:0 10px 30px; text-align:left; margin:0 0 30px; }  
	.row-fluid .team-details { font-size:16px; line-height:25px; }
	.row-fluid .team-details p { padding:10px 0 0; }
	.row-fluid .team-details h3 { font-size:20px; line-height:26px; }
	.row-fluid .team-details h4 { font-size:18px; line-height:22px; }
	
	.row-fluid .teambox2 { padding:60px 0 0; }
	
	/* Resource Page */
	.row-fluid .resource-section { padding-bottom:150px; }
	.row-fluid .filter-box { margin-top:50px; padding:0 15px; text-align:center; box-shadow:none; }
	.row-fluid .filterbox { width:100% !important; margin:0; padding:0 0 15px !important; }
	.row-fluid .filterbox4 { padding:0 !important; }
	
	.row-fluid .resource-boxmain { padding:30px 0; }
	.row-fluid .filter-box > div.row-fluid-wrapper { padding-bottom:30px; }
	.row-fluid .resource-section a.show-more.btn-style2 { padding:12px 30px; margin:20px auto 0; }
	.row-fluid .resource-link a { font-size:16px; line-height:20px; } 
	.row-fluid .resource-textdetail { padding:10px; }
	
	.row-fluid .resource-rightbox { margin-top:30px; padding:20px 15px; width:100%; }
	.row-fluid .resource-mainbox { width:49.5%; padding:0 10px 20px; }
	
	/* Blog Page */
	.row-fluid .featured-postbox { padding:40px 15px; }
	.row-fluid .featured-postbox .title { font-size:22px; line-height:28px; padding-bottom:30px; }
	.row-fluid .featured-postbox .featuredpost-title a { font-size:20px; line-height:30px; }
	
	.row-fluid .post-itemwrap .post-header { bottom:30px; padding:0 15px; }
	.row-fluid .post-itemwrap .post-header a { font-size:20px; line-height:28px; }
	.row-fluid .post-itemcol1 .post-itemimg { height:500px; }
	.row-fluid .post-itemimg { height:245px; }
	.row-fluid .loadbtnbox a.postload-more { padding:17px 50px; }
	
	.blogpage.hs-blog-post .introbox { margin-top:-90px; }
	.blogpage.hs-blog-post .featured-postbox { min-height:300px; }
	.row-fluid .blog-leftbox { width:100%; padding:0 0 30px; }
	.row-fluid .blog-rightbox { width:100%; }
	
	.row-fluid .post-innerheader h4 { font-size:20px; line-height:30px; }
	.row-fluid .inner-topbox { padding:30px 0 10px; }
	
	.row-fluid .innerpost-body h4 { font-size:20px; line-height:28px; padding:10px 0 0; }
	.row-fluid .innerpost-body { font-size:16px; line-height:24px; }
	.row-fluid .inner-socialshare-box { display:none; }
	.row-fluid .blog-mainsection { padding:0 0 150px; }
	
	.row-fluid .inner-pagination { margin-top:30px; text-align:center; padding:40px 0 20px; }
	.row-fluid .inner-pagination a { float:none; display:inline-block; }
	.row-fluid .inner-paginationnext a { float:none; display:inline-block; margin-top:15px; }
	.row-fluid .related-postsec h3 { font-size:22px; line-height:28px; margin-bottom:44px; }
	
	.row-fluid .blog-testimonial .details { width:80%; }
	
	.blogpage.hs-blog-post h1 { font-size:26px; line-height:32px; }
    .blogpage.hs-blog-post h2 { font-size:24px; line-height:30px; }
    .blogpage.hs-blog-post h3 { font-size:22px; line-height:28px; }
    .blogpage.hs-blog-post h4 , .blogpage.hs-blog-post .innerpost-body h4 { font-size:20px; line-height:26px; }
    .blogpage.hs-blog-post h5 { font-size:18px; line-height:24px; }
	
	.row-fluid .featured-postbox .featuredpost-title a { font-size:18px; }
	.row-fluid .listing-bodybox .post-header { font-size:18px; line-height:28px; padding:28px 15px; }
	.row-fluid .post-itemimg { height:310px; }
	.row-fluid .loadbtnbox a.postload-more { padding:17px 34px; }
	
	/* Landing Page */
	.row-fluid .ser-complogosec:after { display:none; }
	.row-fluid .landingpage-introsec .title h3 { font-size:24px; line-height:28px; margin-bottom:40px; }
	.row-fluid .ser-benifitsraw > span > div { padding:50px 0; }
	.row-fluid .benefitstext { padding-top:30px; }
	.row-fluid .benefitsimg { text-align:center; }
	.row-fluid .benefitsimg img { float:none; display:inline-block; }
	.row-fluid .ser-benifitsraw .benefitstext h3 { font-size:24px; line-height:30px; margin-bottom:18px; }
	.row-fluid .ser-benifitsraw .benefitstext .text1, .row-fluid .ser-benifitsraw .benefitstext .text2 { font-size:16px; line-height:20px; }
	
	.row-fluid .faq-section { padding:50px 0 76px; }
	.row-fluid .faq-section .title-style { margin-bottom:20px; }
	.row-fluid .faq-raw > span > div { margin:15px 0; }
	.row-fluid .faq-question { font-size:16px; line-height:22px; }
	.row-fluid .faq-question:after { font-size:30px; }
	.row-fluid .faq-answer { font-size:16px; line-height:22px; }
	
	.blogpage.hs-blog-post .innerpost-body h1 { font-size:26px; line-height:30px; }
	.blogpage.hs-blog-post blockquote::before { display:none; }
	
	.row-fluid .ser-benifitsraw > span > div:nth-child(even) .benefitstext { width:100%; }
    .row-fluid .ser-benifitsraw > span > div:nth-child(even) .benefitsimg { width:100%; text-align:center; padding:0; } 
    .row-fluid .ser-benifitsraw > span > div:nth-child(odd) .benefitsimg { padding-right:0; }  
	
	
	  
	/* Footer */
	.row-fluid .footer { padding:60px 0; }
	.row-fluid .social-icon a { height:40px; width:40px; line-height:40px; font-size:18px; }
	.row-fluid .footer-copyright { font-size:14px; line-height:24px; }
	.row-fluid .footer-copyright ul li a { font-size:14px; line-height:24px; }
	
	.row-fluid .footer-menu .hs-menu-wrapper > ul > li { width:100%; }
	.row-fluid .footer-menu .hs-menu-wrapper > ul > li a { float:none; display:inline-block; }
	.row-fluid .footer-menu .hs-menu-wrapper > ul > li:first-child { text-align:center; width:100%; }
	.row-fluid .footer-menu .hs-menu-wrapper > ul > li:first-child a { float:none; display:inline-block; }
	.row-fluid .footer-logo { padding-bottom:40px; }

}

@media (max-width: 500px){
    .row-fluid .counter-section .span3 { width:100%; padding:0; }
    .row-fluid .feature-raw > span > div { width:100%; padding:0 0 40px; }
    
    /* Team Page */
    .row-fluid .teambox { padding:30px 0 110px; }
    .row-fluid .team-raw > span { margin:0; }
	.row-fluid .team-raw > span > div { float:left; width:100%; padding:0 0 30px; text-align:center; margin:0; }  
	.row-fluid .team-raw > span > div:last-child { padding:0; }
	
	.row-fluid .teambox2 { padding:60px 0 0; }
	
	/* Resource Page */
	.row-fluid .resource-section .clearfix.isotope { margin:0; }
	.row-fluid .resource-mainbox { width:100%; padding:0 0 30px; }
	.row-fluid .resource-sideimg { width:100%; height:150px; }
	.row-fluid .resource-sidetopic { width:100%; padding:15px 0 0; }
	
	/* Blog Page */
	.row-fluid .post-itemcol1 { width:100%; border-right:0; border-bottom:10px solid #fff; }
	.row-fluid .post-itemcol2 { width:100%; border-left:0;  } 
	.row-fluid .post-itemcol1 .post-itemimg { height:440px; }
	.row-fluid .post-itemimg { height:310px; }
	.row-fluid .post-itemwrap:nth-child(2n) .post-itemcol1 { border-left:0; }
	
	.row-fluid .related-postcol { width:100%; } 
	.row-fluid .related-postcol:first-child { padding:0 0 30px; }
	.row-fluid .related-postcol:last-child { padding:0; }
	.row-fluid .related-col .post-title { padding:0 15px; bottom:20px; }
	.row-fluid .related-col .post-title a { font-size:18px; line-height:22px; }
	.row-fluid .comment-form input[type="submit"] { padding:12px 40px; }
	
	.blogpage.hs-blog-post blockquote { padding:15px 15px 15px 30px; }
	.row-fluid .blog-testimonial .details { width:60%; }
	.row-fluid .topictab-box .post-title { width:180px; }
	
	.row-fluid .post-item { width:100%; }
	.row-fluid .post-item:nth-child(odd) { border-right:0; }
	.row-fluid .post-item:nth-child(even) { border-left:0; }
}

@media (max-width: 480px){
    
    .row-fluid .logo-raw > span div.slick-track > div { margin-right:20px; height:246px; }
    .row-fluid .logo-raw > span div.slick-track > div img { padding:0; }
    
    .row-fluid .blog-logoraw div.slick-track div.slick-slide { margin:0; height:246px; }
    .row-fluid .blog-logoraw div.slick-track div.slick-slide img { padding:0; }
}

@media (min-width: 768px){

  a.mobile-trigger, span.child-triggerm {
      display: none !important; /* Hide button on Desktop */
  }
  
  .row-fluid .mainmenu .hs-menu-wrapper { 
      display: block !important;
  }

}

@media (max-width: 767px){

  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .mainmenu, .mainmenu *{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #fff;
    }


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

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 7px;          /* Position Button at top right of screen  */
      right: 15px;        /*******************************************/
      width: 44px; /* Button width */
      height: 44px; /* Button height */      
      padding: 12px 10px;
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      border-radius: 6px;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
  }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #fff;
  }

  a.mobile-trigger span{
      display: inline;
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: #054f7d;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1; 
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -2px;
      margin-left: 0;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 24px; /* Icon line width */
      height: 3px; /* Icon line height */
      background-color: #fff; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -8px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 8px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

  /* Child Toggle Button
     ========================================================================== */

  span.child-triggerm {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 35px !important;
      height: 45px !important; /* Button height */  
      padding: 0 !important;
      border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  span.child-triggerm:hover {
      text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  span.child-triggerm span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm span:after {
      position: absolute;
      content: '';
  }
  span.child-triggerm span, span.child-triggerm span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #fff; /* Icon color */
      display: block;
  }
  
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span:after { background-color: #fff; }
  
  span.child-triggerm span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

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


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

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

  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 65px;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
      -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65); 
  }
  .mainmenu .hs-menu-flow-horizontal{
      padding: 0 0 0 0; /* Padding to add room for close button */
      background-color: #054f7d; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .mainmenu .hs-menu-flow-horizontal > ul > li a{
      font-size: 22px; /* Font size of top level list items */
      line-height: 45px;
      overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal ul li:first-child { border-top:0; }
  .mainmenu .hs-menu-flow-horizontal ul li{
      border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .mainmenu .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .mainmenu .hs-menu-flow-horizontal ul li a:hover{
      color: #fff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul li{
     background-color: rgba(255, 255, 255, .08);
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 10px; /* Indent Child lists */
      font-size: 16px; /* Font size of child lists */
  }

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