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

@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,500,700);
@import url('https://fonts.googleapis.com/css?family=Playfair+Display|Raleway');
@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,700');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


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


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

/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

/* Typography */
            /*  */
                         /*  */
                          /*  */
 /*  */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html, body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    background-color: white;  
} 

/* Website background color and default font styles */
body {
    background-color: #ffffff;
    color: #444;
    font-family: Work Sans, sans-serif;
    font-size: 1em;
    line-height: 2.375em;
    font-weight: 400;
}
.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1140px;
    margin: 0 auto;
}
/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

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


/* Basic text */
p {
    margin:0 0 0 0;
    line-height: 2.375em;  
    font-size: 1em;
} 
a { 
    color: #ea7600; 
    text-decoration: none;
}
a:hover {
    color: #ea7600;
    text-decoration: none;
}  

small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    margin:0 0 0px;
    font-weight: 600;
    line-height: 1.50em;
    color: #444;
    letter-spacing: 1px;
    font-family: 'Work Sans',sans-serif;
}
h1 {
    font-size: 2.813em;
}
h2 {
    font-size: 1.875em;
}  
h3 {
    font-size: 1.563em;
}
h4 {
    font-size: 1.25em;
}  
@media (max-width: 1020px) { 
h1 {
    font-size: 2.25em;    
}
}

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






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

.body-container-wrapper {}
.body-container {}
.body-container-wrapper {
    position: relative;
}
.body-container .page-center{
    background-color: #fff;
    box-shadow: 0px 0px rgba(70, 70, 70, 0.05);
}
.custom-section-header .page-center {
    padding: 0;
    box-shadow: none;
}

/* MAIN CTA MODULE */
.leadinModal-description-body a {
    color: black !important;
    text-decoration: underline;
}
.main-cta-wrapper {
    width: 100%;
    display: block;    
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.06);
    background-color: rgba(255,255,255,0.9);
    transform: translate3d(0,0,0);    
    padding-top: 10px;
}
.main-cta-content-left {
    padding-left: 20%;
    width: 40%;
    float: left;
}
.main-cta-content-right {
    padding-left: 20%;
    width: 60%;
    padding-top: 3px;
    float: left;
    font-size: 16px;
}
.main-cta-button {
    background-color: #ea7600;
    color: #fff !important;
    padding: 5px 5px;
    margin-left: 20px;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
}
.main-cta-button:hover {
    color: #fff !important;
    background-color: #ff8833;
}
.main-cta-content-left h2 a {
    font-weight: 100;
    color: black !important;
}
.main-cta-content-right a {
    color: black;
    padding-left: 2.5%;
    padding-right: 2.5%;
}
.main-cta-content-right a:hover {
    color: #ea7600;
}
.cta-content-sab {
    padding-left: 20%;
    width: 60%;
    padding-top: 0.5%;
    float: left;
    font-size: 16px;
}
.cta-content-sab a {
    color: black;
    padding-left: 2.5%;
    padding-right: 2.5%; 
}
.cta-content-sab a:hover {
    color: #ea7600;
}
.buy-now-center {
    position: relative; 
    top: 50%;
    left: .75%;
    margin:0 auto;
}
.buy-now-top-position {
    position: relative;
    left: 25%;
    top: -58px;
    width: 100%;
    height: 10px;
}

@media (max-width: 768px) { 
.cta-content-sab {
    text-align: left;
    width: 100%;
    padding-left: 10%;
    padding-top: 10px;    
}
.buy-now-top-position {
    left: 50%;
    top: -55px;
}    
.buy-now-center {
    left: 1.75%;
}
.main-cta-content-left {
    display: none;
 }
.main-cta-wrapper {
    height: 70px;
}
.main-cta-content-right {
    text-align: center;
    width: 100%;
    padding-left: 0%;
    padding-top: 5px;
 } 
} 
@media (max-width: 440px) {
.buy-now-top-position {
    left: 40%;
}      
}
@media (max-width: 335px) {
.main-cta-content-right {
    font-size: 12px;   
 }    
} 

/* MAIN BIOS PAGE */
.bio-header-wrapper {
    position: relative;
    background-size: cover;
    overflow: hidden;
    height: 600px;
    width: 100%;
    background-position: center;		
} 
.bio-content-wrapper {
    padding: 100px 20%;
}
.bio-content img {
    padding-top: 140px;
    float: right;
    padding-left: 20px;  
}
.bio-members-wrapper-inner {
    padding-top: 50px;
}
#hs_cos_wrapper_bio_members_flexible {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;  
}
.bio-member {
    width: 250px;
    padding: 0px 25px;
}
.bio-members-wrapper {
    margin-top: 50px;
}
.bio-padding {
    padding: 0em 5.5em 2em 5.5em;
}
.bio-photos {
    margin-right: 1em;
    float: left;
}
.bio-photos-1page {
    margin-left: 1em;
    float: right;
}
@media (max-width: 1020px) { 
.bio-image-wrapper {
  text-align: center;
  }
.bio-content img {
    padding-top: 0px;
    float: none;
    padding-left: 0px;  
}  
}

/* Unique Pages
   ========================================================================== */

/* Industry Page */
.content-center-ind {
    padding-top: 5%;
    padding-bottom: 3%;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 20%, #fcfcfc 40%, #fcfcfc 60%, #fafafa 80%, #fafafa 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 20%,#fcfcfc 40%,#fcfcfc 60%,#fafafa 80%,#fafafa 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 20%,#fcfcfc 40%,#fcfcfc 60%,#fafafa 80%,#fafafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    }
.page-center-padded-content {
    padding-left: 20%;
    padding-right: 20%;
}
.product-wrap {
    padding-top: 6%;
    padding-bottom: 6%;
}   
.industries-cta {
    margin-top: .5em;
    margin-bottom: .5em;
    text-decoration: none;
    color: white;
    display: inline-block;
    background-color: rgb(255, 106, 0);
    padding: 15px 100px 15px 100px;
    border-radius: 3px;
    font-size: 20px;
}    
a.industries-cta:hover {
    background-color: #ff964c;
    color: #ffffff;
}
.industry-wrapper h1 {
		text-align: center;
  	padding-top: 100px;
  	padding-bottom: 100px;
}
.industry-background {
		height: 100px;
    background-size: cover;  
    background-repeat: no-repeat;
    background-position: center; 
  	cursor: pointer;
  	transition: 0.5s;
} 
.industry-background:hover {
		height: 300px;		
}
.industry-background-text {
		height: 100%;
  	width: 100%;
  	background-color: rgba(0, 0, 0, 0.75);
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	cursor: pointer;  
  	transition: 0.5s;
} 
.industry-background-text:hover {
  	background-color: rgba(0, 0, 0, 0);	
}
.industry-background-text h2{
  	color: white;
  	cursor: pointer;  
} 
.industry-roofing {
		background-image: url("https://www.equipter.com/hubfs/EquipterTemplateImages/IndustriesServed/Roofing2.jpg");
} 
.industry-rentals {
		background-image: url("https://www.equipter.com/hubfs/EquipterTemplateImages/IndustriesServed/Rentals2.jpg");
} 
.industry-construction {
		background-image: url("https://www.equipter.com/hubfs/EquipterTemplateImages/IndustriesServed/Construction2.jpg");
} 
.industry-landscaping {
		background-image: url("https://www.equipter.com/hubfs/EquipterTemplateImages/IndustriesServed/Landscaping2.jpg");
} 
.industry-hvac {
		background-image: url("https://www.equipter.com/hubfs/EquipterTemplateImages/IndustriesServed/HVAC2.jpg");
} 
.industry-graveyard {
		background-image: url("https://www.equipter.com/hubfs/EquipterTemplateImages/IndustriesServed/Graveyard2.jpg");
} 
.industry-detail-header {
	  position: relative;
    padding-top: 1px;
} 
.industry-detail-text-header {
	  position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
} 
.industry-detail-text-header h1 {
		color: white;
  } 
.industry-detail-text-header h2 {
		color: white;
} 
@media (max-width: 1020px) { 
.industry-detail-header { 
    padding-top: 40px;
 } 
}

/* Product Pages */
.shopify-buy__layout-vertical {
    margin-top: -8px;    
}    
#hs_cos_wrapper_type_of_page {
    display: none;
}
.product-main-cta-wrapper {
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.06);
    background-color: rgba(255,255,255,0.9);
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-around;    
}    
.product-main-cta-wrapper img {
    height: 40px;
    margin-left: 15%;
}
.product-main-cta-wrapper div {
    margin-right: 15%;
    display: flex;
}
.product-main-cta-wrapper a {
    padding-left: 20px;
    padding-right: 20px;    
    font-weight: 500;
    width: fit-content;
}
.product-content-wrapper {
    margin-left: 6%;
    margin-right: 6%;   
    padding-left: 5%;
    padding-right: 5%;  
    margin-top: 125px;
    padding-bottom: 80px;  
    background-color: white;

}
.product-indus-content-wrapper {
    margin-left: 6%;
    margin-right: 6%;   
    padding-left: 5%;
    padding-right: 5%;  
    margin-top: 40px;
    padding-bottom: 40px;  
    background-color: white;

}
.product-content-inner-wrapper {
    border-bottom: 1.5px solid rgba(0,0,0,0.50);    
    padding-bottom: 100px;    
}
.product-content-inner-wrapper-no-border {
    padding-left: 8%;
    padding-right: 8%;    
}
.product-intro-text h1 {
    text-align: center;
    padding-bottom: 15px;
}
.product-features {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    min-height: 710px;
    height: 60vh;
}
#hs_cos_wrapper_product_features_flexible .hs_cos_wrapper_type_module:nth-child(even) .product-image-feature  {
    order: 2; 
}
#hs_cos_wrapper_product_features_flexible .hs_cos_wrapper_type_module:nth-child(odd) .product-content-feature  {
    padding-left: 50px;
    padding-right: 1%;
}
#hs_cos_wrapper_product_features_flexible .hs_cos_wrapper_type_module:nth-child(even) .product-content-feature  {
    padding-left: 1%;
    padding-right: 50px;
}
.product-features div {
    width: 50%;
}
.product-image-feature {
    text-align: center;
    flex: 1;
}
.product-image-feature img {  
    max-height: 510px;  
    max-width: 510px; 
    width: auto;
}
.product-content-feature {
    flex: 1.5;
}
.product-content-feature div {
    width: 100%;
}
.product-content-feature h2 {
    font-weight: 600;
}
.wistia_click_to_play {
    width: auto !important;
    z-index: 15;
}
.wistia-video-wrapper {
    margin-top: 75px;
    padding-left: 5%;
    padding-right: 5%;
    border-bottom: 1.5px solid rgba(0,0,0,0.50);
    padding-bottom: 80px; 
}
.wistia-video-wrapper:empty {
    display: none;
}
.product-benefits-wrapper {
    border-bottom: 1.5px solid rgba(0,0,0,0.50);    
    padding-bottom: 80px;     
}
.product-benefits-wrapper h2 {
    text-align: center;
    padding-bottom: 95px;
    padding-top: 95px; 
}
.product-benefits-box-wrapper {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
}
#hs_cos_wrapper_product_benefits_flexible {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;    
    width: 100%;  
}
#hs_cos_wrapper_product_benefits_flexible .hs_cos_wrapper_type_module {
    max-width: 315px;
    text-align: center;
    margin-left: 4%;
    margin-right: 4%;
    padding-bottom: 80px;
}
.product-benefits-box {
    max-width: 315px;
    text-align: center;
    margin-left: 4%;
    margin-right: 4%;
    padding-bottom: 80px;    
}
.product-benefits-box img { 
    padding-bottom: 30px;
}
.product-specs-wrapper h2 {
    text-align: center;
    padding-bottom: 95px;
    padding-top: 95px;    
}
.product-content-inner-wrapper-no-border h3 {
    padding-bottom: 55px;
}
.product-specs-details-box h3 {
    padding-bottom: 45px;  
}
.product-specs-box-wrapper {
    display: flex;
    justify-content: center;   
    padding-bottom: 150px;    
}
.product-specs-box-mobile {
    display: none;
}
.product-specs-details-wrapper {
    display: flex;
    justify-content: space-between;   
    padding-bottom: 120px; 
}
.product-specs-details-wrapper:last-child {
    padding-bottom: 50px;
}
.procuct-specs-content {
    display: flex;
    flex-direction: column;    
    line-height: 38px;    
}
.product-specs-title {
    min-width: 230px;
    display: inline-block;
    font-weight: 600;
}
.product-specs-more-wrapper {
    width: 100%;
}
.product-specs-more-btn {
    width: 100%;
    color: #ea7600;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    font-size: 1.1em;
}
.product-display-none {
    display: none;   
}
.procuct-specs-content div {
    display: flex;
}
.product-logo-mobile { 
    display: none;
}
.product-manual-cta {
    color: #ea7600;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    font-size: 1.1em;
    padding-bottom: 50px;    
}
.product-ctas-wrapper {
    display: flex;
    justify-content: space-evenly;
    padding-top: 55px;
}
.product2-ctas-wrapper > span {
    display: flex;
    justify-content: space-evenly;
    padding-top: 55px;
}
.product2-ctas-wrapper > span:empty {
    padding-top: 0px;
}

@media (min-width: 2330px) {
.product-benefits-box {
    min-width: 19%;
}    
}
@media (max-width: 1260px) {
.product-content-inner-wrapper {
    text-align: center;    
}   
.product-content-wrapper {
    margin-left: 2%;
    margin-right: 2%;
}
.product-indus-content-wrapper {
    margin-left: 2%;
    margin-right: 2%;
}
}
@media (max-width: 1023px) {
.product-ctas-wrapper {  
  flex-direction: column;
}
.product2-ctas-wrapper > span {
  flex-direction: column;
}
.product-specs-title {
    margin-bottom: -13px;    
}
.product-features {
    flex-direction: column;
    min-height: auto;
    height: auto;    
    margin-top: 150px;    
}    
.product-features div {
    width: 100%;
}
.product-content-feature {
    order: 3;
    padding: 0px !important;
}
.product-content-feature h2 {
    margin-top: 70px;
}
.product-content-inner-wrapper {
    text-align: center;    
}   
.product-specs-details-wrapper {
    flex-direction: column;
}
.product-specs-details-box h3 {
    padding-bottom: 30px;
    text-align: center;
    padding-top: 60px;
}
.product-specs-details-box:first-child h3 {
    padding-top: 0px;
}
.procuct-specs-content div {
    flex-direction: column;
}
.product-benefits-box:last-child {
    padding-bottom: 0px;    
}
}
@media (max-width: 767px) {
.product-intro-text h1 {
    font-size: 1.875em;
}
.product-image-feature img {  
    max-width: 100%;
;}
.product-main-cta-wrapper img {
    display: none;
}    
.product-main-cta-wrapper div {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-right: 0%;
}
.product-logo-mobile {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.product-logo-mobile img {
    max-width: 241px;    
}
.product-content-wrapper {
    margin-top: 50px;
}
.product-indus-content-wrapper {
    margin-top: 50px;
}
.product-specs-box-wrapper {
    flex-direction: column;
    padding-bottom: 0px;
}
.product-specs-box {
    display: none;
}
.product-specs-box-mobile {
    display: initial;
    padding-bottom: 160px;
    text-align: center;
}
.title-mobile-none {
    display: none;
}
}

/* Homepage */
.home-header-video-wrapper {
    max-height: 650px;
    overflow: hidden;    
    position: relative;
    background-color: white;
}
.home-header-video-wrapper video {
    display: block;
}
.home-header-text {
    position: absolute;
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.20);    
    z-index: 11;    
    flex-direction: column;    
}
.home-header-text img {
    cursor: pointer;
}
.home-header-text h1 {
    color: white;  
    padding-bottom: 10px;    
    text-align: center;
}
.background {
    background-color: white;
}
.home-content-wrapper2 {
    padding-top: 40px;
    margin-left: 8%;
    margin-right: 8%;
}
.home-product-wraper {
    height: 100vh;
    min-height: 810px;
    display: flex;
    padding-left: 2%;
    padding-right: 2%;
    justify-content: space-evenly;
    align-items: center;
    flex-flow: column;
    border-bottom: 0px solid rgba(0,0,0,0.50) !important;    
}
#hs_cos_wrapper_home_flexible_column .hs_cos_wrapper_type_module:last-child .home-product-wraper {
    border-bottom: none !important;
}
.home-product-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-product-content img {
    max-width: 645px;
    width: 100%;
}
.home-product-logo {
    align-items: center;    
}
.home-product-logo {
    max-width: 370px;    
}
.home-product-image {
    flex: 1;
}
#hs_cos_wrapper_home_flexible_column .hs_cos_wrapper_type_module:nth-child(even) .home-product-image {
    order: 2;   
}  
#hs_cos_wrapper_home_flexible_column .hs_cos_wrapper_type_module:nth-child(odd) .home-product-text {
    padding-left: 50px;
    padding-right: 1%; 
}  
#hs_cos_wrapper_home_flexible_column .hs_cos_wrapper_type_module:nth-child(even) .home-product-text {
    padding-right: 50px;
    padding-left: 1%;
}
.home-product-text {
    flex: 1.5;
}
.home-left-padding {
    padding-left: 50px;
    padding-right: 1%;
}
.home-right-padding {
    padding-right: 50px;
    padding-left: 1%;
}
.order1 {
    order: 1;
}
.order2 {
    order: 2;
}
.home-company-logos {
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;   
}
.home-company-logos img {
    height: 100px;
    width: auto;
}
.home-header-video-wrapper picture {
    display: none;
}
a.homepage-cta {
    text-decoration: none;
    background-color: rgba(255, 106, 0, .9);
    color: #ffffff;
    padding: 15px 30px 15px 30px;;
    font-size: 16px;
    letter-spacing: 0px;
    border-radius: 3px;
  	transition: 0.5s;
}
a.homepage-cta:hover {
    background-color: rgba(204, 86, 0, .9);
}
@media (max-width: 1260px) {
.home-content-wrapper2 {
    margin-left: 2%;
    margin-right: 2%;
}    
.home-product-wraper {
    padding-left: 6%;
    padding-right: 6%;
}
.home-header-text span {
    text-align: center;    
}
}
@media (max-width: 1023px) {
.home-product-wraper {
    height: auto;
    border-bottom: none !important;    
}
.home-product-content {
    flex-direction: column;
}
.home-product-logo:first {    
    margin-top: 110px;    
}
.home-product-logo {    
    margin-top: 150px;    
}
.home-product-image {
    margin-top: 70px;
    max-width: 500px;   
}
.home-product-text {
    margin-top: 70px;
	  margin-bottom: 15px;  
}
#hs_cos_wrapper_home_flexible_column .hs_cos_wrapper_type_module:nth-child(odd) .home-product-text {
    padding-left: 0px;
    padding-right: 0px; 
    order: 3;
}  
#hs_cos_wrapper_home_flexible_column .hs_cos_wrapper_type_module:nth-child(even) .home-product-text {
    padding-right: 0px;
    padding-left: 0px;
    order: 3;
}
.home-left-padding {
    padding-left: 0px;    
}
.home-right-padding {
    padding-right: 0px;
}
.order2 {
    order: 1;
}
.order1 {
    order: 2;
}
}
@media (max-width: 767px) {
.home-header-video-wrapper video {
    display: none;
}
.home-header-video-wrapper picture {
    display: inline-block;
}
a.homepage-cta {
    padding: 15px 30px 15px 30px;
    font-size: 16px;
}
}

/* About Us */
.bio-image img {
    border-radius: 200px;       
}
.bio-wrapper img {
    border-radius: 200px;    
}
.main-bio-about-us img {
    border-radius: 200px;
}
.about-image-wrapper {
    position: relative;
}
.about-image-wrapper img {
    width: 100% !important;
}
.about-image-text span {
    position: absolute;
    top: 45%;    
    left: 50%;
    color: white;
    font-size: 1.5em;
}
.about-image-text-guide {
    position: absolute;
    top: 40%;    
    text-align: center !important;
    font-size: 2em;
    letter-spacing: 4px;
    font-weight: 600;
    color: white;
}
.about-image-wrapper .row-fluid [class*="span"] {
    width: 100% !important;
}
@media screen and (max-width: 1040px) {
.about-image-wrapper img {

}   
.about-image-text span {
    left: 0;
    text-align: center;
    width: 100%;
}
.about-image-text-guide {
    top: 20%;
}
#background-about1 {
    background-image: url("https://www.equipter.com/hubfs/EquipterTemplateImages/ContactUs-AboutUs/Aaron-About-Us.png");
    display: block !important;
    background-position: center; 
    height: 330px;
    }
#background-about2 {
    background-image: url("https://www.equipter.com/hubfs/EquipterTemplateImages/ContactUs-AboutUs/innovation.png");
    display: block !important;
    background-position: center; 
    height: 293px;
    }
#background-about3 {
    background-image: url("https://www.equipter.com/hubfs/EquipterTemplateImages/ContactUs-AboutUs/relationships.png");
    display: block !important;
    background-position: center;    
    height: 293px;
    }
#background-about4 {
    background-image: url("https://www.equipter.com/hubfs/EquipterTemplateImages/ContactUs-AboutUs/quality.png");
    display: block !important;
    background-position: center;    
    height: 293px;
    }    
}
@media screen and (max-width: 501px) {
 .about-image-text span {
 top: 10%; 
 }
}

/* FAQ PAGES */

.faq-header-wrapper {
    position: relative;
    background-size: cover;
    overflow: hidden;
    height: 600px;
    width: 100%;
    background-position: center;		
} 
.faq-header-text-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.30);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.faq-header-text-wrapper h1 {
		color: white;
}
.faq-background-rb4000 {
		background-image: url("https://www.equipter.com/hubfs/EquipterTemplateImages/FAQs/DRW_2645.jpg");
} 
.faq-wrapper h1 {
	margin-bottom: 10px;
} 
.faq-question-wrapper {
	margin-bottom: 20px;
} 
.faq-question-wrapper h2 {
  margin-bottom: 0px;
  color: #ea7600;  
} 

/* CUSTOMER STORY PAGE */
.customer-story-list-wrapper {
	float: left;
	width: 30%;
    max-width: 520px;
    margin-left: 1.6%;
    margin-right: 1.6%;
  	height: 560px;
    margin-bottom: 60px; 
	-webkit-box-shadow: 0px 0px 15px 0px rgba(156,156,156,0.5);
	-moz-box-shadow: 0px 0px 15px 0px rgba(156,156,156,0.5); 
	box-shadow: 0px 0px 15px 0px rgba(156,156,156,0.5);  
 	border-radius: 5px; 
  	position: relative; 
  	-webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
    transition: 0.5s;
}
.customer-story-list-wrapper:hover {
		-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.8);
		-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.8));
		box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.8); 
}
.customer-story-center {
    margin: 0 auto;
    max-width: 1704px;
}
.customer-story-header-image {
		width: 100%;
		border-radius: 5px 5px 0px 0px;  
}
.customer-story-list-content {
		padding: 20px;
}
.customer-story-watch-link {
		position: absolute;
    bottom: 20px;
    right: 30px;
    display: inline-block;
    font-weight: 600;
    color: #ea7600;
    font-size: 1.15em;
} 
.customer-story-description {
		margin-left: 25%;
  	margin-right: 25%;
}
.customer-story-play {
    position: absolute;
    bottom: 20px;
    left: 22px;
    display: inline-block;
    width: 22.5px;
    border-radius: 0px;  
}
.story-post-video-wrapper {
  	background-color: #ffffff;
	padding-top: 80px;	
    padding-left: 100px;
  	padding-right: 100px;
}
.story-post-video-wrapper span {
    font-size: 1.40em;
	color: #ea7600;
    font-weight: 600;		
} 
.story-post-video {
    margin-top: 30px;
}
@media (max-width: 1450px) {
	.customer-story-list-wrapper {
	width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;    
  }  
  .story-post-video-wrapper {
    padding-left: 40px;
    padding-right: 40px;      
  }
}
@media (max-width: 1075px) {
	.customer-story-list-wrapper {
    width: 500px;
    left: -250px;
    margin-left: 50%;    
  }  
    .story-post-video-wrapper { 
    padding-left: 0px;
  	padding-right: 0px;   
    }        
    .story-post-link {    
    padding-left: 20px;
    }  
}  
@media (max-width: 510px) {
	.customer-story-list-wrapper {
    width: 320px;
    left: -160px;  
  } 
}

/* ACCESSORY PAGE */
.accessory-header-image img {
    width: 100% !important;        
}
.accessory-wrapper {
    background-color: #ffffff;    
    padding-bottom: 65px; 
    padding-top: 105px;
}
.accessory-text-wrapper {
    padding-left: 7.5%;
    padding-top: 5.5%;
    padding-right: 7.5%;   
}
.accessory-btn-wrapper {
    position: relative !important;
    margin-left: 50% !important;
    left: -65px !important;    
}
.accessory-wrapper-product {
    background-color: white;
    padding-bottom: 150px;    
    padding-left: 10px;
    padding-right: 10px;
}
.accessory-wrapper-product img {
    border-radius: 20px;
}
.accessory-mobile-image {
    display: none !important;
}
@media (max-width: 1450px) { 
.accessory-text-wrapper {
    padding-top: 2.5%;    
}
}
@media (max-width: 1200px) {
.accessory-text-wrapper {
    padding-left: 4.5%;
    padding-top: 1%;
    padding-right: 4.5%;    
}    
}
@media (max-width: 1000px) {
.accessory-wrapper { 
    padding-top: 45px;
}
.accessory-header-image {
    display: none !important;
}    
.accessory-product-image {
    display: none !important;
}    
.accessory-mobile-image {   
    display: inherit !important;
}
.accessory-text-wrapper {
    width: 100% !important;
    padding-top: 45px;    
}
.accessory-wrapper-product {
    padding-bottom: 100px;
}
}

/* CUSTOMER BENEFITS PAGE */
.benefits-wrapper {
  background-color: white;
  margin-left: 11%;
  margin-right: 11%;
  padding-top: 150px;
  margin-bottom: 150px;
}
.benefits-newroofnomess-wrapper {
  background-color: white;
  padding-top: 150px;
  margin-bottom: 150px;  
}
.benefits-start-content-wrapper {
  padding-right: 10%;
  padding-left: 10%;
}
.benefits-content-wrapper {
  display: flex;
  height: 100%;
  padding: 25px 0px;
  justify-content: center;
  align-items: center;
}
.benefits-order2 {
  order: 1;
}
#hs_cos_wrapper_benefits_features_flexible .hs_cos_wrapper_type_module:nth-child(odd) .benefits-image-feature {
  order: 2;
  flex: 1;
}
#hs_cos_wrapper_benefits_features_flexible .hs_cos_wrapper_type_module:nth-child(even) .benefits-image-feature {
  order: 1;
  flex: 1;
}
#hs_cos_wrapper_benefits_features_flexible .hs_cos_wrapper_type_module:nth-child(odd) .benefits-content-feature {
  padding-right: 130px;
  flex: 2;  
}
#hs_cos_wrapper_benefits_features_flexible .hs_cos_wrapper_type_module:nth-child(even) .benefits-content-feature {
  padding-left: 130px;
  order: 2;
  flex: 2;  
}
.benefits-image-feature img {
  width: auto !important;
}
.color-nrnm {
  background-color: rgb(0, 150, 145) !important;
}
.color-nrnm:hover {
  background-color: #017773 !important;
}
.color-boostpoint {
  background-color: rgb(255, 181, 41) !important;
}
.color-boostpoint:hover {
  background-color: #c78c00 !important;
}

@media (min-width: 1700px) {
.benefits-content-wrapper {
  min-height: 80vh;
}  
}

@media (max-width: 1023px) {
.benefits-wrapper {
  margin-left: 7%;
  margin-right: 7%;
}
.benefits-start-content-wrapper {
  padding-right: 0%;
  padding-left: 0%;
  padding-bottom: 100px;
}
.benefits-content-wrapper {
  flex-direction: column;
    padding-top: 25px;
    padding-bottom: 25px;  
  }
#hs_cos_wrapper_benefits_features_flexible .hs_cos_wrapper_type_module:nth-child(odd) .benefits-image-feature {
  order: 1;
}
#hs_cos_wrapper_benefits_features_flexible .hs_cos_wrapper_type_module:nth-child(even) .benefits-image-feature {
  order: 1;
}
#hs_cos_wrapper_benefits_features_flexible .hs_cos_wrapper_type_module:nth-child(odd) .benefits-content-feature {
  padding-right: 0px;
  order: 2;
}
#hs_cos_wrapper_benefits_features_flexible .hs_cos_wrapper_type_module:nth-child(even) .benefits-content-feature {
  padding-left: 0px;
  order: 2;
}  
.benefits-image-feature {
  flex: 1;
  width: 100%;
  padding-bottom: 50px;
  text-align: center;
}
.benefits-content-feature {
  flex: 1;
  width: 100%;
  padding-bottom: 0px;
}  
.benefits-image-feature img {
  width: auto !important;
  margin-bottom: 0px;  
  }
}
@media (max-width: 450px) {
.benefits-image-feature img {
    width: 100% !important;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.benefits-product-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.benefits-product-text-wrapper {
  width: 100%;
}
.benefits-product-image-wrapper {
  width: 100%;
}
.benefits-text-padding-left {
  padding-left: 11%;  
}
.benefits-text-padding-right {
  padding-right: 11%;  
}
.benefits-image-padding-left {
  padding-left: 130px;
  text-align: right;
}
.benefits-image-padding-right {
  padding-right: 130px;  
}
@media (max-width: 1023px) {
.benefits-product-wrapper {
  flex-direction: column;
  margin-top: 150px;
  margin-bottom: 150px;  
  }
.benefits-product-mobile-spacing {
    padding-left: 10% !important;
    padding-right: 10% !important;  
  }
.benefits-product-text-wrapper {
    padding-left: 10% !important;
    padding-right: 10% !important;
    width: 80%;  
}
.benefits-text-padding-left {
  padding-left: 0%;  
}
.benefits-text-padding-right {
  padding-right: 0%;  
}
.benefits-image-padding-left {
  padding-left: 0px;
  text-align: center;
}
.benefits-image-padding-right {
  padding-right: 0px;
  text-align: center;
}  
.benefits-product-image-wrapper {
  padding-bottom: 50px;
}  
.benefits-order-mobile1 {
  order: 1 !imrportant;
  }
.benefits-order-mobile2 {
  order: 2 !important;
  }
}

/* MISC... */
.contact-box {
  padding-bottom: 75px;
  text-align: center;
  width: 315px;  
}
.contact-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.contact-box img {
  padding-bottom: 15px;
}
.contact-box img {
  width: 80px !important;
}
.contact-message-box {
  padding-left: 25%; 
  padding-right: 25%; 
  padding-bottom: 150px;
}
@media (max-width: 1023px) {
.contact-message-box {
  padding-left: 5%; 
  padding-right: 5%; 
  }
}

.stockist-list-result{
    line-height: 28px;
}
.stockist-result-message-text {
    line-height: 28px;
}

/* Modular & Reusable Components
   ========================================================================== */
.col4 {
    float: left;
    width: 25%;
    border-width: 0px;
    padding: 0 0%;
    padding: 3% 0% !important; 
}
a.button {
    max-width: 75%;
    margin: 0 auto;
    display: block;
    background-color: #ff791a;
    border: #FFF 1px solid;
}
.button {
    background-color: #78a7c8;
    border-radius: 3px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    padding: 14px 30px;
    text-transform: uppercase;
    width: auto;
}

/* Auto-Play Header Video */
.video2 {
  width: 100%;
  height: 100%;
}
.video2 img {
    width: 100%;    
}
.video-play2 {
    height: 90px;
    width: 100px;
    text-indent: -1199px;
    background-image: url('https://www.equipter.com/hubfs/EquipterTemplateImages/ProductPageImg/play.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    cursor: pointer;
}
.video-text2 {
    text-align: center;
    vertical-align: middle;
    position: absolute;
    left: 47%;
    top: 40%;
    width: 100%;
    height: 100%;
    justify-content: center;
}
.video-content2 {
    position: relative;
    color: white;
    text-align: center;
    overflow: hidden;
    margin-bottom: -2%;     
}
.video3 {
  width: 100%;
  height: 100%;    
}
.video-content3 {
    position: relative;
    color: white;
    text-align: center;
    overflow: hidden; 
    margin-bottom: -0.5%;    
}
@media (max-width: 745px) {
    .video2 {
    display: none !important;
    }
}
.form-header-image {
  padding-top: 63px;
}
@media (max-width: 1020px) {
.form-header-image {
  padding-top: 50px;
 }  
}


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

footer a {
    font-size: 0.88em;
    font-weight: 300;    
}
.footer-wrapper-top {
    display: flex;
    justify-content: space-between;
    height: 70px;
    align-items: center;
    width: 90%;
    margin-left: 5%;  
    border-bottom: solid 2px rgba(0,0,0,0.10);    
}
.footer-social {
    display: flex;
    width: 250px;
    align-items: center;
    justify-content: space-between;    
}
.footer-logo img {
    max-width: 180px;
}
.footer-social img {
    max-height: 16px;
}
.footer-wrapper-bottom {
    display: flex;
    height: 240px;
    align-items: center;
    width: 90%;
    margin-left: 5%;     
    justify-content: space-between;
}
.footer-bottom-contact {
    font-size: 0.88em;    
    font-weight: 300;
}
.footer-bottom-text {
    font-size: 0.70em;    
    font-weight: 300;
}
.footer-wrapper-bottom a {
    white-space: nowrap;
}

/* ==========================================================================
   MAIN NAVIGATION                                            
   ========================================================================== */



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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/** SPECIALS BAR **/
.eoy-special-nav-wrapper {
    background-color: #ea7600;
    color: white;
    height: 70px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    text-align: center;
		text-decoration: underline;  
}
.eoy-special-bold {
    font-size: 24px;
    line-height: 1em;
    text-decoration: underline;
}
.eoy-special-underline {
		text-decoration: underline;
    padding-top: 4px;   
  	line-height: 1em;
}
@media (max-width:767px) {
.eoy-special-bold {
		font-size: 15px;
  	line-height: 1em;
}	
.eoy-special-underline {
    font-size: 0.90em;  
  }
}

/** MAIN NAVIGATION **/
.nav-display-desktop {
  display: inherit;
}
.nav-display-mobile {
  display: none !important;
}
.main-nav { 
    background-color: white;
    position: relative;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16);    
    z-index: 99;    
}
.nav-first-parent {
    margin: 0;
    height: 63px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.hs-menu-children-wrapper {
    position: absolute;
    z-index: 100 !important;
    background-color: white !important;
    width: 300px !important;
    left: -10px !important;
    flex-direction: column;
    top: 63px;
    box-shadow: inset 0px 30px 5px -27px rgba(0,0,0,0.16);
    -webkit-box-shadow: inset 0px 30px 5px -27px rgba(0,0,0,0.16);
    -moz-box-shadow: inset 0px 30px 5px -27px rgba(0,0,0,0.16);
    padding-top: 20px !important;
    padding-bottom: 20px !important;  
    display: none;
}
.hs-menu-children-wrapper ul {
    position: relative;
    top: 40px;
    box-shadow: -10px 0px 10px -8px rgba(0,0,0,0.16);
    left: 50px !important;
}
.main-nav li {
    list-style-type: none; 
    position: relative;  
}
.hs-menu-flow-horizontal > ul {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-nav ul {
    -webkit-padding-start: 0px;
    margin-bottom: 0px !important;
}

.main-nav a {
    cursor: pointer;
    padding: 0 20px 0 20px;
    display: block;
}
.nav-end-div {
    width: 300px;
}
.nav-logo img {
    max-width: 180px;  
}
.nav-first-child {
    display: flex;
}
.height-inherit {
    height: inherit;
}
.nav-logo-wrapper {
    justify-content: flex-end;    
}
.nav-number a {
    color: #1C1A19;
}
.hs-menu-children-wrapper li {
    line-height: 40px;
    padding-left: 20px;
    width: 300px;
    height: 40px;   
}
.hs-menu-depth-2 a {
    width: 300px !important;
    max-width: 300px !important;
    padding-left: 20px !important;
}
.hs-menu-item {
    display: flex;
    align-items: center;
    height: 63px;
}
.hs-menu-children-wrapper li:hover {
    background-color: rgb(255,106,0);
}
.hs-menu-children-wrapper li:hover > a {
    color: white;
}
.hs-menu-flow-horizontal>ul li.hs-item-has-children {
    position: relative;
    height: 63px;
}
.nav-hover-display {
    display: none;
}
.nav-mobile-menu {
    display: none;
}
.nav-item-with-children {
    position: relative;
}
.nav-home {
    display: none;
}
.nav-mobile {
    display: none !important;
}
.footer-contact-mobile { 
    display: none;
}
.navigation-main-cta {
    float: right;
    margin-top: -34px;
    margin-right: 120px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    background-color: white;
}
@media (max-width: 1220px) {
.nav-end-div {
    width: auto;
}    
.main-nav a {
    font-size: .95em;
}
}
@media (max-width: 1020px) {
.nav-display-desktop {
  display: none !important;
}
.nav-display-mobile {
  display: inherit !important;
}  
.nav-first-parent {
    width: 100%;
    padding-left: 0px;
    height: fit-content;
    display: none;  
}
.hs-menu-children-wrapper  {
    display: none !important;
}
.display-flex {
    display: flex !important;
}  
.height-inherit {
    margin-bottom: 20px;
}
.main-nav li {
    line-height: 40px;
    padding-left: 10%;
    height: fit-content !important;
    flex-direction: column;
    align-items: baseline;  
}
.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    align-items: center;
    justify-content: center;
    height: fit-content;
    top: 10px;
    box-shadow: none;
    padding-bottom: 30px;
}
.hs-menu-children-wrapper {
    position: relative;
    width: 300px;
    padding-top: 0px !important;
    left: 0px;
    padding-left: 10px; 
}
.hs-menu-depth-3 {
  padding-left: 0% !important;  
}
.hs-menu-depth-3 a {
  padding-left: 0px !important; 
}
.hs-menu-flow-horizontal>ul li a {
    padding: 0px 0px 0px 20px;
    height: 40px;
}
.main-nav ul {
    flex-direction: column;
    align-items: baseline;  
}
.hs-menu-children-wrapper li:hover {
    background-color: white;
}
.hs-menu-children-wrapper li:hover > a {
    color: #ea7600;
}  
.nav-home {
    display: block !important;
}
.nav-link-hover {
    display: none !important; 
}
.nav-mobile {
    display: block !important;
}
.nav-logo-wrapper {
    display: none;
}
.nav-first-parent {
    margin: 0;
}
.nav-first-child {
    flex-direction: column;
    width: 100%;
}
.nav-end-div {
    width: 100%;
}
.nav-first-child:last-child {
    order: -1;
    border-bottom: solid 2px rgba(0,0,0,0.10);
    margin-bottom: 18px;
    margin-top: 10px;
}
.nav-number a {
    color: #ea7600;
}
.nav-item:last-child {
    margin-bottom: 20px;
}
.nav-mobile-menu {
    position: relative;
    display: flex;
    align-items: left;
    justify-content: space-evenly;
    height: 50px;
    padding: 5px 0px;    
}
.nav-mobile-menu input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -20px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}
.nav-mobile-menu span {
    display: block;
    width: 35px;
    height: 4px;
    position: relative;
    background: #333;
    margin-left: 25px;
    z-index: 1;
    transform-origin: 4px 0;
    transition: transform .5s cubic-bezier(0.77,0.2,0.05,1.0),background .5s cubic-bezier(0.77,0.2,0.05,1.0),opacity .55s ease;  
}
.nav-second-parent {
    box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.50); */
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.50); */
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.50);
    padding-top: 0px;
    padding-bottom: 20px;    
}
.nav-mobile-menu span:first-child {
  transform-origin: 0% 0%;
}
.nav-mobile-menu span:last-child {
  transform-origin: 0% 100%;
}
.nav-mobile-menu-exit span:first-child {
   opacity: 1;
   transform: rotate(45deg) translate(-1px, -1px);   
   background: #232323;
}
.nav-mobile-menu-exit span:nth-last-child(2) {
   opacity: 0;
}
.nav-mobile-menu-exit span:last-child {
   transform: rotate(-45deg) translate(0px, 0px);   
}
}
@media (max-width: 768px) {
.footer-wrapper-top {
    justify-content: space-between;
    flex-direction: row; 
    height: auto;    
    padding-top: 100px;
}
.footer-social {
    margin: 35px 0px;
    width: 250px;
}
.mobile-text-none {
    display: none;
}
.footer-wrapper-bottom {
    height: 100%;
    padding-bottom: 20px;
}
.footer-wrapper-bottom span {
    text-align: left;
    margin-top: 12px;
    line-height: 15px;    
}
.footer-wrapper-bottom a {
    margin-top: 12px;    
}
.footer-logo {
    display: none;
}
.footer-contact-mobile {
    display: block;
}
}
@media (max-width: 406px) {
.footer-social {
    width: 65%;
}
}

/* ==========================================================================
   TEMPLATE MODULE SELECTORS                                         
   ========================================================================== */

/* Common Template Selectors                                             
   ========================================================================== */

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {}
.main-content {

}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

/* Common One Column Selectors */
body.site-page.one-column, 
body.landing-page.one-column, 
body.error-template.one-column, 
body.password-template.one-column, 
body.subscription-template.one-column {}

body.site-page.one-column .main-content, 
body.landing-page.one-column .main-content, 
body.error-template .main-content, 
body.password-template .main-content, 
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column, 
body.landing-page.two-column, 
body.blog {}  

body.site-page.two-column .main-content, 
body.landing-page.two-column .main-content, 
body.blog .blog-content {}

/* Common Three Column Selectors */
body.site-page.three-column, 
body.landing-page.three-column {}

body.site-page.three-column .main-content, 
body.landing-page.three-column .main-content {}


/* Site Pages                                            
   ========================================================================== */

/* One Column Template */
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {margin-top: 2em; padding: 0 5%; padding-bottom: 50px !important;}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

/* Two Column-Right Sidebar Template */
body.site-page.two-column-right {}
body.site-page.two-column-right .content-wrapper {}
body.site-page.two-column-right .main-content {margin: 3em 1em 3em 2em; width: 58%;}
.main-content-twocolumn {margin: 0; width: 50%; padding: 3%;}
img.hs-image-widget {width: 100%;}
body.site-page.two-column-right .sidebar.right {margin: 3em 1em 3em 1em; width: 28%;}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}


/* Landing Pages                                           
   ========================================================================== */

/* One Column Template */
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}
body.landing-page.one-column .main-content {margin-top: 2em; padding: 0 0 0 5%;}

/* Two Column Template */
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper {}
body.landing-page.two-column .main-content {}
body.landing-page.two-column .sidebar.right {}

/* Three Column Template */
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}


/* System Pages                                          
   ========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}

/* ==========================================================================
   COS COMPONENTS                                        
   ========================================================================== */

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

.blog .body-container .page-center {
    padding: 80px 40px 40px;
}
.hs-blog-post .section.post-body p {
    margin-bottom: 28px;
}

.hs-blog-post .custom-blog-image img,
.hs-blog-post .hs-blog-header h1{
    display: none;
}

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

.custom-blog-group {
    padding: 10px;
}
.custom-blog-image img {
    min-height: 320px;
}
/* Blog Content Column
   ========================================================================== */

.hs-blog-post .blog-content {
    margin-bottom: 40px;
    padding: 0 40px 40px;
}

.hs-blog-post .hs-button.primary,
.hs-blog-post input[type="submit"],
.hs-blog-post input[type="button"] {
    margin-bottom: 18px;
    margin-top: 18px;
}

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

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

/* Blog Title */
.hs-blog-header {
    display: none !important;
}
.hs-blog-header h1 {
    line-height: 24px;
    text-align: center;
    font-family: inherit;
    margin: 13.5px 0;
    font-weight: 300;
    color: #ea7600;
    font-size: 20px;
}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-item:first-child .post-header h2 {

}
.post-header {
    border-bottom: 1px solid #e8e8e8;
}
.section.post-header {
    border-bottom: none;
    margin: 2em 0 3em;
}
.post-header h2 {
    margin: 0 0 0.5em 0;
}
.post-header h2 a {
    text-decoration: none;
    color: #ea7600;
    text-align: left;
}
.post-item:first-child .post-header-article-listing h2 {
    min-height: .7em;
    margin-top: 40px;    
}
.post-header-article-listing h2 {
    margin: 0 0 0.5em 0 ;
}
.post-header-article-listing h2 a {
    text-decoration: none;
    color: #ea7600;
    text-align: left;
}
.post-header-video-listing  h2{
    margin: 0 0 0.5em 0 ;
    min-height: 2em;  
    line-height: 1;
}
.post-header-video-listing  h2 a{
    text-decoration: none;
    font-size: .6em;
    color: #ea7600;
    text-align: left;  
}
.post-item {
    padding-top: 60px;
    padding-bottom: 60px;
}
.post-header-even {
    border-bottom: 1px solid #e8e8e8;
}
.post-header-even h2 {
    margin: 1em 0 ;
    line-height: .8;
}
.post-header-even h2 a {
    text-decoration: none;
    font-size: .5em ;
    line-height: 1;
    color: #ea7600;
    text-align: left;
}
.post-header-odd {
    border-bottom: 1px solid #e8e8e8;
}
.post-header-odd h2 {
    margin: 1em 0 ;
    line-height: .8;
}
.post-header-odd h2 a {
    text-decoration: none;
    font-size: .5em ;
    color: #ea7600;
    text-align: left;
}
.post-header h2:first-child {
    text-align: center;
}
.post-header h2 a:hover {
    text-decoration: none;
}
.hs-blog-post .post-header h1 {
    font-size: 30px;
    line-height: 1.2;
}
.post-header-article-listing h2:first-child {
    text-align: center;
}
.post-header-article-listing h2 a:hover {
    text-decoration: none;
}
.hs-blog-post-article-listing .post-header h1 {
    font-size: 30px;
    line-height: 1.2;
}
.listing-small {
    font-size: .7em;
}
/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    width: 100% !important;
    max-width: 100% !important;
    /*width: 25% !important;
    float: left;
    padding: 10px;*/
}
.blog-listing-wrapper .post-listing .post-item:first-child {
    width: 100% !important;
    max-width: 100% !important;
}
.blog-listing-wrapper .post-listing-article .post-item {
    width: 100% !important;
    max-width: 100% !important;
    margin: 2em 0;
    padding-bottom: 2em;
    /*width: 25% !important;
    float: left;
    padding: 10px;*/
}
.blog-listing-wrapper .post-listing-article .post-item:first-child {
    width: 100% !important;
    max-width: 100% !important;
}
.blog-listing-wrapper .post-listing-video .post-item {
    margin: 2em 0;
    padding-bottom: 2em;
    width: 33% !important;
    float: left;
    padding: 10px;
}
@media screen and (max-width: 670px) {
.blog-listing-wrapper .post-listing-video .post-item {
    width: 100% !important;   
    max-width: 100% !important
}
.post-header-article-listing h2 {
    min-height: 1em;
}
}

/* Pagination */
.blog-pagination {
    clear: both;
    background-color: white;
}

.blog-pagination a {
    display: block;
    margin: 40px 0;
}
.blog-pagination a.previous-posts-link {
    float: left;
}
.blog-pagination a.all-posts-link {
    display: none;
}
.blog-pagination a.next-posts-link {
    float: right;
}

/* Read More Link */
a.more-link {
    display:block;
    margin:15px 0;
}
a.more-link-listing {
    display: block;
    margin: 2em 0 4em 0;
    text-align: center;
    color: gray;
    font-weight: 400;
}

/* ==========================================================================
   Blog Custom Page
   ========================================================================== */
.title-articles-new {
  position: absolute;
    width: 100%;
    padding: 0% 25%;
    height: 350px;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}   
.title-articles-new h1 {
    color: white;
}  
.text-roofing {
    position: absolute;
    width: 33.3%;
    text-align: center;
    line-height: 350px;
}    
.text-landscape {
    position: absolute;
    width: 33.3%;
    left: 33.3%;
    text-align: center;
    line-height: 350px;  
}
.text-all {
    position: absolute;
    left: 66.6%;
    width: 33.3%;
    text-align: center;
    line-height: 350px;   
}
.title-articles-text {
		background-color: rgba(0, 0, 0, 0.5);
}
.title-articles-text a {
    display: inline-block;  
}
.article-active {
    border: white 3px solid;
    padding: 10px;    
}
.title-articles-new h2 {
    display: inline-block;  
    color: white;
}
.title-articles-new h2 a{
    color: white;
}
.landscape {
    display: inherit;
}
.landscape-none {
    display: none;
}
.roofing {
    display: inherit;
}
.roofing-none {
    display: none;
}
.back-roofing {
    background-image: url("https://www.equipter.com/hubfs/2355168/EquipterBlogImages/May23_RoofingArticles_Banner-opt.png");  
}
.back-landscape {
    background-image: url("https://www.equipter.com/hubfs/EquipterBlogImages/blog-header-image-landscape.jpg");   
}
.back-all {
    background-image: url("https://www.equipter.com/hubfs/2355168/equipter%20all%20blog%20articles.jpg");    
}
.title-article-wrapper {
    background-position: center;    
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;    
    height: 350px;
    overflow: hidden;    
}

/* ==========================================================================
   Blog Post Custom Page
   ========================================================================== */
.article-blog-section {
    padding: 2% 12% 8% 12%;
    background-color: #ffffff;
}
.article-blog-section h1,h2,h3,h4 {
    margin-bottom: 15px;
}
.post-header {
    text-align: center;
}
.article-listing-blog-section {
    padding: 4% 10% 8% 10%;
    background-color: #ffffff;
}
.title-articles {
    position: absolute;
    width: 25%;   
    text-align: center;
    top: 45%;
    left: 37.5%;
}
.title-articles h1 {
    border-bottom: 2px solid white;
}    
.title-articles h1 a{
    color: white;
}
.three-column-blog {
    width: 33.3%;
    height: 100%;
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 3%;
}
.three-column-blog h2 {
    box-shadow: 0px 11px 11px -14px #646464;
    height: 50px;
    margin-bottom: 40px;
    width: 100%;
}
.three-column-blog p {
    font-size: .75em;
    position: absolute;
    left: 0;
    bottom: -15%;
}
.three-column-blog img {
    margin-top: 6%;
    max-height: 230px;
    text-align: center;
}
.post-title {
    height: 80px;
    position: relative;
    border-bottom: .5px solid rgb(232, 232, 232);
}
.blog-all-posts-cta {
    color: black !important;
    font-size: 1.25em;
}
.all-topic-btn {
    border: 2px solid black;
    font-size: 18px;
    padding: 10px 40px 10px 40px;
    text-align: center;
    color: black;
}
.all-topic-btn:hover {
    color: black !important; 
}

/* CTA Sticky Blog Module */
.blog-sticky-cta-wrapper {
   width: 100%; 
   height: 50px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.06);
    background-color: rgba(255,255,255,0.9);
    transform: translate3d(0,0,0); 
}
.blog-sticky-padding {
    margin-left: 15%;
}
.blog-sticky-cta {
    width: 135px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 5px;
    float: left;
}
.blog-sticky-cta :hover{
    background-color: rgba(109, 106, 104, 0.9);
    width: 135px;
    text-align: center;
    margin-top: -8px;
    padding-top: 7px;
    padding-bottom: 6px;
    float: left;
}
.blog-sticky-cta-hover {
    background-color: rgba(255, 106, 0, 0.9);
    width: 135px;
    text-align: center;
  /**  padding-left: 25px;
    padding-right: 25px;  **/
    padding-top: 7px;
    padding-bottom: 5px;
    float: left;    
}
.blog-sticky-cta-hover a{
    color: white;
}    
.blog-sticky-cta a{
    color: #6D6A68;
}
.blog-sticky-cta a:hover{
    color: white;
}
.article-blog-section a:visited {
    color: rgb(255, 106, 0) !important;
}
@media screen and (max-width: 1470px) {
.post-title {
    height: 100px;
}
}
@media screen and (max-width: 1140px) {
.article-blog-section {
    padding-left: 2.5%;
    padding-right: 2.5%;
 }
}
@media screen and (max-width: 970px) {
.article-blog-section {
    padding-left: 1%;
    padding-right: 1%;
 }
}
@media screen and (max-width: 950px) {
.title-articles-text {
		background-color: rgba(0, 0, 0, 0);
} 
.blog-sticky-padding {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    text-align: center;
    display: flex;
    justify-content: center;    
    text-align: center;
}
.list-mobile {
    display: inline !important;
}
.three-column-blog {
    width: 100%;
    padding-bottom: 100px;
    padding-top: 3%;
 }
.article-blog-section {
    padding-left: 5%;
    padding-right: 5%;
 }
.title-article-wrapper-post2 {
     display: none; 
 }
.title-articles {
    width: 75%;  
    left: 12.5%;    
} 
.title-articles-new {
    height: 400px;   
    width: 100%;
    padding: 0% 5%;
}
.title-articles-new h2 a{
    color: black;
}
.text-roofing { 
    position: relative;    
    padding-left: 0%;
    width: 100%;
    text-align: center;   
    line-height: 0px;
    margin-top: 75px;    
}
.text-landscape {
    position: relative;    
    padding-right: 0%;
    width: 100%;
    text-align: center;
    line-height: 0px; 
    margin-top: 25px;
    left: 0%;
}
.text-all {
    position: relative;
    padding-right: 0%;
    width: 100%;
    text-align: center;
    line-height: 0px; 
    margin-top: 25px;    
    left: 0%;    
}
.article-active {
    border: black 3px solid;
    padding: 7.5px;    
}
.title-article-wrapper {
    position: relative;
    height: 400px;
    overflow: hidden;
}
.title-article-wrapper-post-all {
    display: none;
}
.title-article-wrapper-post {
    display: none;
}
.title-articles h1 {
    border-bottom: 2px solid black;
} 
.title-articles h1 a {
    color: black;
} 
}
@media screen and (max-width: 670px) {
.blog-sticky-cta-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;    
}
.list-mobile-wrapper {
    height: 40px !important;
}
.list-mobile {
    width: 100px;
    font-size: 12px;
    padding-top: 1px;
    padding-bottom: 1px;    
}
.list-mobile :hover{
    width: 100%;
    font-size: .55em;
    padding-top: 1px;
    padding-bottom: 1px;  
}
.blog-sticky-cta-hover {
    font-size: 0.55em;
    width: 80px;
}
.blog-sticky-cta {
    font-size: 0.55em;
    width: 80px;    
}
}
@media screen and (max-width: 450px) {
.list-mobile-wrapper-padding {
    width: 100%;
 }    
.list-mobile {
    width: 23%;
    font-size: 0.55em;
    padding-top: 0px;
    padding-bottom: 0px;    
}
.list-mobile :hover{
    width: 100%;
    font-size: 0.55em;   
    padding-top: 0px;
    padding-bottom: 0px;    
}
.list-mobile-wrapper {
    height: 37px !important;
}
}

/* ==========================================================================
   Forms
   ========================================================================== */

/* All Global Forms
   ========================================================================== */
body .hs-form-field {
    margin: 0 0 10px;
}

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

/* Form Background */
.body-container .widget-type-form, 
.body-container .widget-type-blog_subscribe, 
.body-container .widget-type-google_search, 
.body-container .widget-type-password_prompt.custom_error_message, 
.body-container .widget-type-email_simple_subscription,
div#comment-form{}

/* Title */
h3.form-title {}

/* Labels */
body label {
    line-height: 1.3em;
    font-size: 19px;
    color: #444;
}
body.hs-form-field > label {}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body textarea,
body select {
width: 100%;
    font-size: 12px;
    background-color: #fff;
    padding: 5px 10px 5px 10px;
    line-height: 25px;
    color: #444;
    margin: 2px 0 13px;
    vertical-align: middle;
    display: inline-block;
}

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




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

/* Separate Styles for Drop Downs */
body select {
    height: 38px;
}
body select:focus {}

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

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

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

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}

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

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

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

/* Labels */
.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

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

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

/* Separate Styles for Drop Downs */
.hs_cos_wrapper_type_form select {}
.hs_cos_wrapper_type_form select:focus {}

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


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

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

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

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

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

/* Error */
body .hs-common-error-message {}


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

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

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

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


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

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

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


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

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 50%;
}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

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

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

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

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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
    display:inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: normal;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    text-decoration: none;
    -webkit-appearance: none;
    background-color: #ea7600;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: 300;
    padding: 14px 30px;
    text-transform: uppercase;
    width: auto;
    font-size: 1em;
    text-shadow: none;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover{
    text-decoration: none;
}

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

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

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


/* Blog Comment Button
   ========================================================================== */
#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* Blog Subscription Button
   ========================================================================== */
#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* Google Search Button
   ========================================================================== */
.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* CTA Buttons
   ========================================================================== */

/** 
 * Override global CTA styles by wrapping the CTA module in a module group 
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags. 
*/
#module-group-ID .cta_button {}
#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}

/*Custom Equipter CTA's with no background color*/
.cta-orange {
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
    display: block;
    margin-bottom: 2em;
}
.cta-orange ul {
    text-align: center;
    clear: both;
    font-size: 16px;
    line-height: 1;
    width: 100%;
    display: inline-flex;
    padding: 0 20%;
}
.cta-orange ul li {
    width: 100%;
    text-align: center;
}
.cta-orange ul li a {
    color: white;
    text-align: center;
    background-color: #ff791a !important;
    border: 1px solid #e65f00;
    border-radius: 5px;
    padding: 20px;
}
.cta-darkblue {
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
    display: block;
    margin-bottom: 2em;
}
.cta-darkblue ul {
    text-align: center;
    clear: both;
    font-size: 16px;
    line-height: 1;
    width: 100%;
    display: inline-flex;
    padding: 0 20%;
}
.cta-darkblue ul li {
    width: 100%;
    text-align: center;
}
.cta-darkblue ul li a {
    color: white;
    text-align: center;
    background-color: #013647 !important;
    border-radius: 5px;
    padding: 20px;
}
.cta-nrnmgreen {
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
    display: block;
    margin-bottom: 2em;
}
.cta-nrnmgreen ul {
    text-align: center;
    clear: both;
    font-size: 16px;
    line-height: 1;
    width: 100%;
    display: inline-flex;
    padding: 0 20%;
}
.cta-nrnmgreen ul li {
    width: 100%;
    text-align: center;
}
.cta-nrnmgreen ul li a {
    color: white;
    text-align: center;
    background-color: #ff791a !important;
    border: 1px solid #e65f00;
    border-radius: 5px;
    padding: 20px;
}
.product-guide-cta {
    border: 3px solid #ea7600;
    color: #ea7600;
    font-size: 30px;
    padding: 10px 40px 10px 40px;
    text-align: center;
    cursor: pointer;
}
span.product-guide-cta:hover {
    background-color: rgba(255, 106, 0, 0.1);
}
.product-guide-cta-wrapper {
    padding-top: 3%;
    padding-bottom: 3%;
}

/* ==========================================================================
   MISCELLANOUS                                        
   ========================================================================== */
.widget-type-email_subscriptions h1,
.widget-type-email_subscriptions_confirmation h1,
.widget-type-email_simple_subscription h1{
        margin:0 0 10px !important;
	font-family:"HelveticaNeueW02-55Roma",Arial,Helmet,Freesans,Helvetica,sans-serif !important;
	font-size:30px !important;
	line-height	33px !important;
	font-weight:400 !important;
	color:#0b3a4a !important;
}

.widget-type-email_subscriptions h2,
.widget-type-email_subscriptions_confirmation h2,
.widget-type-email_simple_subscription h2{
margin:0 0 10px !important;
	font-family:"HelveticaNeueW02-55Roma",Arial,Helmet,Freesans,Helvetica,sans-serif !important;
	font-weight:700 !important;
	font-size:24px !important;
	color:#4f4f4f !important;
}

.widget-type-email_subscriptions h3,
.widget-type-email_subscriptions_confirmation h3,
.widget-type-email_simple_subscription h3{
        margin:0 0 10px !important;
	font-family:"HelveticaNeueW02-55Roma",Arial,Helmet,Freesans,Helvetica,sans-serif !important;
	font-weight:700 !important;
	color:#4f4f4f !important;
	font-size:18.7167px !important;
}
.hs-blog-social-share ul{
    padding: 0!important;
    margin:0 !important;
    background:none !important;
    list-style:none !important;
}

.body-container ul li{}
.hs-blog-social-share ul li {
    background: none;
    padding-left: 0;
}
form ul{
    padding: 0!important;
    margin:0 !important;
    background:none !important;
    list-style:none !important;
}
form ul li{
    background: none !important;
    padding-left: 0 !important;
}

.landing-page.one-column .body-container form {
    width: 50%;
}
.landing-page.one-column .body-container form, 
.error-template .body-container form, 
.password-template .body-container form, 
.subscription-template .body-container .widget-type-email_simple_subscription form {
        width: 50%;
}

.hs-error-msgs.inputs-list{
    margin: 0;
}

ul.hs-error-msgs.inputs-list label {
    color: red;
}
.subscribe-options label span {
    color: #444;
}
.subscription-template .body-container form {
   width: 100% !important;
}
/* Clear Floating option */
.clearleft {
    clear: left;
}
.clearright {
    clear: right;
}
.clearall {
    clear: both;
}

/** 
 * Styles that do not fit into available sections above can go here.
 * For example, one would place 3rd party plugin overriding styles here.
 *
 * This section is NOT for 'Custom' styles.  All custom styles must go in the
 * proper sections above.
 *
 * For instance, custom header and footer styles must go in the HEADER and 
 * FOOTER sections.  Custom styles for anything in-between the header and footer 
 * (such as, styles that are unique to the HOMEPAGE only), must go in the 
 * CONTENT section.
*/ 

span.hs-form-required {
    color: #790000;
    padding-left: 3px;
}
.breadcrumb{
    font-size: 14px;
    margin-bottom: 40px;
    padding: 15px 0px;
}
.page-center-padded {
    padding-left: 9%;
    padding-right: 9%;
}
.page-center-white {
    padding: 5% 10% 8% 10%;
    background-color: #ffffff; 
}
.main-header-content {
		margin-left: 25%;
  	margin-right: 25%;
}
.main-form-padding {
    padding-left: 20%;
    padding-right: 20%;
}
.form-image-wrapper img {
    width: 100%;
}
@media screen and (max-width: 1500px) {
 .main-header-content {
 		margin-left: 15%;
    margin-right: 15%;
 }
} 
@media screen and (max-width: 1200px) {
.main-form-padding {
    padding-left: 10%;
    padding-right: 10%;
}   
.main-header-content {
 		margin-left: 5%;
    margin-right: 5%;
}
} 

/* ==========================================================================
   MOBILE MEDIA QUERIES                              
   ========================================================================== */

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

.custom-section-header {
    padding-top: 36px;
}
@media (max-width: 1020px) {
.custom-section-header {
    padding-top: 25px;
 }
}  
@media (max-width: 1160px) {
    .container-fluid .row-fluid .page-center {
        max-width: 960px;
    }
    .custom-address {
        padding-left: 77px;
    }
    .custom-industries {
        margin-left: 15.5px !important;
    }
    .custom-social {
        margin-left: 15px !important;
    }
    .content-center-ind {
        padding-top: 10%;
        padding-bottom: 8%;
    }
}
@media only screen and (max-width: 1023px) {
    .video-text2 {
    top: 30%;    
    }
}
@media screen and (max-width: 1023px) {
    .product-guide-cta-wrapper {
        padding-top: 6%;
        padding-bottom: 6%;
    }
    .feature-img-padding {
        padding-top: 7%;
    }
    .section-gray {
    padding: 2em .5em 3em .5em;
    }
    .container-fluid .row-fluid .page-center {
        max-width: 740px;
    }
    .custom-menu-primary > ul > li:last-child a,
    .custom-menu-primary > ul > li:nth-child(8) a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .custom-menu-primary  > ul > li > a {
        padding: 16px 10px;
    }
    .header-container .custom-header-bottom-wrap {
        max-height: 129px !important;
        padding-bottom: 7px;
    }
}

@media (max-width: 1000px) {
    .container-fluid .row-fluid .page-center {
        max-width: 860px;
        padding: 0;
    }
    .custom-common {
        margin-left: 0 !important;
        padding-left: 0;
    }
    .custom-section-header .page-center {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .custom-banner-image {
        min-height: auto !important;
      /*  margin-bottom: 20px;*/
    }
}

/* Landscape tablet and smaller devices
   ========================================================================== */
@media (max-width: 767px) {
.page-center-white {
  	padding: 5% 7.5% 10% 7.5%;
}  
.feature-tall-content-padding {
    padding-top: 10%;
}
.content-center-ind {
    padding-top: 15%;
    padding-bottom: 10%;
}
.product-feature-wrapper {
    padding-top: 12%;
    padding-bottom: 12%;
}
.product-guide-cta-wrapper {
    padding-top: 10%;
    padding-bottom: 15%;
}
.product-guide-cta {
    padding: 5px 10px;
    margin-top: 15%;
    margin-bottom: 15%;
    font-size: 19px;
}
.feature-img-padding {
    padding-top: 11%;
    padding-bottom: 11%;
}
.mobileImg {
    padding-bottom: 30px;
}
.mobile-position-products {
    display: initial !important;
}
.position-features {
    display: none !important;
}
.content-center {
    padding-top: 9%;
    padding-bottom: 9%;
}
.page-center-padded-content {
    padding-left: 10%;
    padding-right: 10%;
}
.video-play2 {
    height: 80px;
    width: 90px;
}
.video-text2 {
    left: 41.5%;    
}
.product-page-header-menu .layout-widget-wrapper .hs_cos_wrapper_type_simple_menu .hs-menu-flow-horizontal ul {
    padding: 0;
}
.body-container-wrapper .main-content,
.body-container-wrapper .sidebar{
     margin-bottom:20px;
}
.landing-page.one-column .body-container form {
    width: 100%;
    }
    .landing-page.one-column .body-container form, 
    .error-template .body-container form, 
    .password-template .body-container form, 
    .subscription-template .body-container .widget-type-email_simple_subscription form {
        width: 100%;
    } 
    .blog .blog-sidebar .widget-span {
        padding-left: 0;
        padding-right: 0;
    }
    .custom-common {
        padding: 16px;
        width: 100% !important;
    }
    .custom-common p {
        margin-bottom: 0;
    }
    .container-fluid .row-fluid .page-center {
        padding-left: 5%;
        padding-right: 5%;
    }
    .custom-copyright {
        padding: 20px 20px 39px;
        width: 100% !important;
    }
    .custom-footer-wrap ul li a {
        font-size: 16px;
        line-height: 26px;
    }
    .custom-address p {
        font-size: 16px;
        line-height: 26px;
    }
    .custom-address a {
        font-size: 16px;
        line-height: 26px;
    }
    .custom-footer-wrap ul li {
        line-height: 25px;
    }
    .custom-footer-wrap {
        padding-top: 40px;
    }
    .custom-contact-phone ul {
        margin: 0;
        padding-left: 0;
        float: right;
    }
    .custom-contact-phone ul li {
        list-style: none;
        position: absolute;
        top: 1px;
        right: 17px;
        padding: 3px;
    }
    .custom-contact-phone ul li a {
        color: #fff;
    }
    .custom-header-bottom-wrap {
       max-height: 121px !important;
    }
    .custom-header-top-wrap {
        min-height: 40px !important;
    }
    .custom-section-header .page-center {
        padding: 0 !important;
    }
    .blog-listing-wrapper .post-listing .post-item {
        width: 100% !important;
    }
    .header-container .custom-header-bottom-wrap {
        max-height: 129px !important;
        padding-bottom: 6px;
    }
    .breadcrumb{
        font-size: 14px;
        margin-bottom: 0px;
        padding: 15px 0px;
    }
    .video-play {
    position: absolute;
    top: 50%;  
    left: 50%; 
    transform: translate(-50%, -50%);
    }
    .content-only {
    padding: 1em .5em 1em .5em;
    }  
    .span12 .form-mobile-view {
    display: block;
    }
    .span12 .form-full-screen {
    display: none;
    }
    .row-fluid .right-img-mobile {
    float: none;
    }
    .bio-padding {
    padding: 0em 0em 2em 0em
    }   
    .bio-wrapper {
    width: 50% !important;
    float: left !important;
    }
    
    /* Two Column-Right Sidebar Template */
body.site-page.two-column-right {}
body.site-page.two-column-right .content-wrapper {}
body.site-page.two-column-right .main-content {margin: 3em auto; width: 100%;}
body.site-page.two-column-right .sidebar.right {margin: 3em auto; width: 100%;}
}

@media (min-width: 480px) and (max-width: 767px) {
    .row-fluid .other-products-column {
    width: 48% !important;
    margin: 0 !important;
    }
}

/* Landscape phones and smaller devices
   ========================================================================== */
@media (max-width: 615px) {
.page-center-white .page-center-padded {
    padding-left: 0;
    padding-right: 0;
 }
}
@media screen and (max-width: 568px) {
    .feature-img-padding {
        padding-top: 15%;
        padding-bottom: 15%;
    }
    .row-fluid .products-column {
        width: 90% !important;
    }
    #header-buttons {
        display: none;
    }
    #video-play span {
        margin-top: .5em !important;
        height: 50px !important;
        width: 75px !important;
    }
    .row-fluid .image-strip-wrapper {
        display: none;
    }
}
@media screen and (max-width:400px) {
.bio-photos {
    display: block;
    margin-right: 50%;
}
.bio-photos-1page {
    display: block;
    margin-right: 20%;
    margin-left: 20%;
}
}


/* Global  */

:root {
--site-black: #1E1E1E;
--black-color:#000;
--white-color:#fff;
 --orange-color:#F6841F;
}
.white-color {
  color:var(--white-color);
}
.black-color {
  color:var(--black-color);
}
.site-black {
  color:var(--site-black);
}
.bg-orange {
  background-color:var(--orange-color);
}
.roboto-font, .body-text  {
   font-family: "Roboto", sans-serif;
}
.font-regular, .body-text {
    font-weight: 400;
}
.font-medium {
    font-weight: 500;
}
.font-bold {
    font-weight: 600;
}
.font-italic {
   font-style: italic;
}
.d-flex {
  display: flex;
}
.justify-content-end {
    justify-content: end;
}
.sub-body-header {
  font-size: 32px;
  font-weight: 600;
}
.content-wrapper {
  margin-left: 8%;
  margin-right: 8%;
}
.p-wraper {
  padding-left: 2%;
  padding-right: 2%;
}
/* Tabs */

ul#tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#tabs-nav li {
  float: left;
  margin-right: 2px;
  padding: 8px 10px;
  cursor: pointer;
}
#tabs-nav li a {
  text-decoration: none;
}
.w-100, .w-100 img {
    width: 100%;
}


@media screen and (max-width:767px)  {
    .body-text, .sub-body-header {
        font-size:15px;   
        line-height:22px;
    } 
  .font-small {
      font-size:12px;   
      line-height:18px;
    }
  .font-x-medium, .font-x-small {
    font-size: 17px;
    line-height: 22px;
  }
 
  .font-x-large {
    font-size: 20px;
    line-height: 24px;
  }
  
}
@media screen and (max-width:1024px) and (min-width:768px) {
  .body-text {
      font-size:20px;   
      line-height:24px;
  } 
  .font-x-medium {
    font-size: 32px;
    line-height: 38px;
  }
  .font-x-small {
    font-size:30px;
    line-height:36px;
  }
  .font-x-large {
    font-size: 36px;
    line-height: 40px;
  }
}
@media screen and (min-width:1025px) {
  .body-text {
      font-size:28px;   
      line-height:32px;
  } 
  .font-x-medium {
    font-size: 48px;
    line-height: 52px;
  }
  .font-x-small {
    font-size: 45px;
    line-height: 50px;
  }
  .font-x-large {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) { 
  .sub-body-header {
      font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) { 
  .font-x-large {
    font-size: 52px;
    line-height: 56px;
  }
  .right-m-space {
      max-width: 1030px;
  }
}
@media screen and (max-width: 1260px) {
    .p-wraper {
        padding-left: 6%;
        padding-right: 6%;
    }
    .content-wrapper {
        margin-left: 2%;
        margin-right: 2%;
    }
}