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

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

/* Font Awesome import */
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

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














html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/*check here first if something breaks - fix empty modules*/
.row-fluid [class*="span"] {
    min-height: 0 !important;
}

body {
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    line-height: 1.55em;
    text-rendering: optimizelegibility;
    font-weight: 400;
    color: #42403d;
    margin:0;
}

/*img {*/
/*    height: auto;*/
/*}*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'prenton','proxima-nova',Helvetica,sans-serif;
}

/*
//////////////////////////////////////////////////////////////////////////////
//
// Section Containers
//
//////////////////////////////////////////////////////////////////////////////
*/

.section-container { 
    width:100% !important;
    max-width:1100px !important;
    padding-left:1em;
    padding-right:1em; 
    margin:auto !important;
    float:none !important;
}

    /* Padding top heights -- */
    .section-container--extrawide {
        padding-top: 8em;
        padding-bottom: 8em;
    }
    
    .section-container--wide {
        padding-top:6em;
        padding-bottom:6em;
    }

    .section-container--full {
        padding-top:4em;
        padding-bottom:4em;
    }
    
    .section-container--narrow {
        padding-top:2em;
        padding-bottom:2em;
    }
    .section-container--bottom-collapse {
        padding-bottom:0em;
    }
    
        @media (max-width:1200px) {
            .section-container { 
                width:100% !important;
                max-width:900px !important;
                padding-left:1em;
                padding-right:1em; 
                margin:auto !important;
                float:none !important;
            }
        }    

        @media (max-width: 1024px) {
            .section-container { 
                width:100% !important;
                max-width:900px !important;
                padding-left:2em;
                padding-right:2em; 
                margin:auto !important;
                float:none !important;
            }
        } 
        
        @media (max-width:768px){
            .lp-w-topoffer .lp-content-container .section-container--full {
                padding-top: 4em;
                padding-bottom: 2em;
            }   
        }

        @media (max-width:425px){
            .section-container--full,
            .section-container--wide,
            .section-container--extrawide{
                padding-top: 2em;
                padding-bottom: 2em;
            }    
            
            .section-container { 
                padding-left:1.5em;
                padding-right:1.5em; 
            }
        }
        
/* Padding width heights -- */

.section-container--lg { 
    width:100% !important;
    max-width:1240px !important;
    padding-left:1em;
    padding-right:1em; 
    margin:auto !important;
    float:none !important;
}
    
.section-container--sm { 
    width:100% !important;
    max-width:700px !important;
    padding-left:1em;
    padding-right:1em; 
    margin:auto !important;
    float:none !important;
}

.section-container--xsm { 
    width:100% !important;
    max-width:550px !important;
    padding-left:1em;
    padding-right:1em; 
    margin:auto !important;
    float:none !important;
}

.background--logoBlue {
    background-color:#3b6d89;
}

.background--blue {
    background-color:#3b6d89;
}

.background--green {
    background-color:#708c50;
}

.background--orange {
    background-color:#c75f04;
}

.background--darkBlue {
    background-color:#21253e;
}

.background--darkGrey {
    background-color:#42403d;
}

/*
//////////////////////////////////////////////////////////////////////////////
//
// Grid Flex
//
//////////////////////////////////////////////////////////////////////////////
*/

.grid-flex > .row-fluid-wrapper > .row-fluid,
.grid-flex > .row-fluid, 
.grid-flex > span  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.grid-flex--bottom > .row-fluid-wrapper > .row-fluid,
.grid-flex--bottom > .row-fluid {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.grid-flex--middle > .row-fluid-wrapper > .row-fluid, 
.grid-flex--middle > .row-fluid, 
.grid-flex--middle > span {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.grid-flex--top > .row-fluid-wrapper > .row-fluid,
.grid-flex--top > .row-fluid {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

    @media (max-width:768px) {
        .grid-flex > .row-fluid-wrapper > .row-fluid,
        .grid-flex > .row-fluid, 
        .grid-flex > span,
        .grid-flex .span4,
        .grid-flex .span6,
        .grid-flex .span8 {
            flex-flow: column nowrap;
            //display:block;
            width:100%;
        }
        
        .grid-flex .sm-material-box {
            width:auto;
        }
    }  

    @media (max-width:768px) {
        .pull-dwn-mobile {
            -webkit-box-ordinal-group:2;
                -ms-flex-order:1;
                    order:1;
        }
    }


/*****************************************/
/* ------- Color Styles --------------- */
/*****************************************/

.blue {
    color:#3b6d89;
}

.blue-background {
    background-color:#3b6d89;
}

.green {
    color:#708c50;
}

.green-background {
    background-color:#708c50;
}

.darkGrey {
    color:#42403d;
}

.darkGrey-background {
    background-color:#42403d;
}

.orange {
    color:#c75f04;
}

.orange-background {
    background-color:#c75f04;
}

.darkBlue {
    color:#21253e;
}

.darkBlue-background {
    background-color:#21253e;
}

.white {
    color:#ffffff;
}

.white-background {
    background-color:#ffffff;
}

.greyBlue {
    color:#424d51;
}

.greyBlue-background {
    background-color:#424d51;
}

.darkerGreyBlue {
    color: #2b363a;
}

.darkGreyBlue-background {
    background-color: #2b363a;
}


/*****************************************/
/* ------- Global Styles --------------- */
/*****************************************/

.center-align {
    text-align:center;
}

.mar-btm-5 {
    margin-bottom:5% !important;
}

.above-share > ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
    line-height: 2;
    float: right;
}

.above-share > ul > li {
    float: left;
    color: #fff;
    margin: 0 5px;
}

.above-share > ul > li > a {
    color:#fff;
}

.above-share > ul > li > p {
    margin: 0;
    font-size: 10px;
    line-height: 3.8;
    text-transform: uppercase;
}

/*
//////////////////////////////////////////////////////////////////////////////
//
// Other Global Elements
//
//////////////////////////////////////////////////////////////////////////////
*/


.hide {
    display:none !important;
}

.show {
    display:block !important;
}

.uppercase {
    text-transform:uppercase;
}

.watch-video {
    background-image:url(//www.growthforce.com/hubfs/BZ%20-%20GRO/Banner%20Images/blue-play-button.png);
}

.no-radius,
.no-radius img {
    border-radius:0;
}


/*
//////////////////////////////////////////////////////////////////////////////
//
// Alignments and Floats
//
//////////////////////////////////////////////////////////////////////////////
*/

.center-align {
    text-align:center;
}

.left-align {
    text-align:left;
}

.right-align {
    text-align:right;
}

.float-left {
    float:left;
}

.float-right {
    float:right;
}

/*
//////////////////////////////////////////////////////////////////////////////
//
// Buttons
//
//////////////////////////////////////////////////////////////////////////////
*/

.hs-button {
    font-size:1.2em;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    font-family: sans-serif !important;
    text-shadow: none !important;
    line-height: 1.5em !important;
    padding: 6px 18px !important;
    display: inline-block
}

/* ----- button sizes -----*/

.md-btn {
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 1px;
    padding:10px 18px !important;
}

.lg-btn {
    font-size: 0.65em !important;
    font-weight: 500 !important;
    letter-spacing: 1px;
}


/* ----- specific page buttons ------ */

.landing-page-offer .hs-button,
.resources .hs-button {
    padding: 10px 18px !important;
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    text-transform: uppercase;
    border: solid thin #fff;
    text-align: center !important
}

    /*.resources .hs-button {*/
    /*    line-height:2.5em !important;*/
    /*}*/

    .resources .hs-button:hover {
        cursor:pointer;
    }  

    .resources .hs-button:focus {
        outline:none !important;
    }
    
        @media (max-width:768px){
            .resources .resource-button .hs-button {
                font-size:8px;
            }
        }
        
        @media (max-width:425px){
            .resources .hs-button {
                font-size:14px;
            }
        }        

    .resources .controls .hs-button:before {
        content: "\f096";
        font-family: fontAwesome;
        margin-right: 7px;
        color:black;
    }
    
    .resources .controls .hs-button.active:before {
        content: "";
        font-family: fontAwesome;
        margin-right: 7px;
        color:black;
    }

.resources .resource-content-slide > .hs-button {
    text-transform: none;
    width: 70%;
    transition: all .2s linear;
}

.resources .resource-content-slide > .hs-button:hover {
    border-radius:10px;
}


/* ------- color buttons ------- */

.hs-button.orange-background {
    background-color:#c75f04;
    color:#fff;
    border: solid 2px #c75f04;
}

.hs-button.orange-background:hover{
    background-color: #c75f04;
    border-color: #c75f04;
}

.hs-button.blue-background:hover {
    background-color: #275670;
}

.hs-button.green-background:hover {
    background-color:#445c29;
}

.hs-button.white-outline {
    border: solid 2px #fff;
}

.white-outline.lg-btn:hover {
    background-color: #c75f04;
}

.transparent-orange {
    color: #c75f04;
    border: solid 2px #c75f04;
}

/*
//////////////////////////////////////////////////////////////////////////////
//
// Heading Colors
//
//////////////////////////////////////////////////////////////////////////////
*/

.green-header,
.green-header h1,
.green-header h2,
.green-header h3,
.green-header h4 {
    color:#708c50;
}

.blue-header,
.blue-header h1,
.blue-header h2,
.blue-header h3,
.blue-header h4 {
    color:#3b6d89;
}

.dark-p p {
    color:#454545;
}

/*
//////////////////////////////////////////////////////////////////////////////
//
// Background Elements
//
//////////////////////////////////////////////////////////////////////////////
*/

.numbers-background {
    background: url(//cdn2.hubspot.net/hubfs/549461/template-assets/shared/resource-bar-bg.jpg?t=1490917341121) no-repeat bottom center #fff;
    background-size: 100% auto;
    padding: 40px 0;
    position:relative;
}

.numbers-background-white {
    background: url(//www.growthforce.com/hubfs/BZ%20-%20GRO/Banner%20Images/white-resource-bar-bg.png) no-repeat bottom center #fff;
    background-size: 100% auto;
    padding: 40px 0;
    position:relative;
}

.full-image-background {
    position: relative;
    padding: 40px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.light-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.60);
}

.dark-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.text-overlay {
    position:relative;
    z-index:10;
}


/*
//////////////////////////////////////////////////////////////////////////////
//
// Hero Elements
//
//////////////////////////////////////////////////////////////////////////////
*/

.full-hero-height {
    height: 75vh;
}

.why-gf__hero {
    background-size: cover !important;
    background-position: center bottom;
    position:relative;
}

.hero {
    position: relative;
    background-size: cover;
    background-position:left center;
    padding-bottom: 4em;
}
    .ty-page-offer .hero {
        padding-bottom: 0em;
    }

.hero-text {
    position: relative;
    z-index: 2;
    letter-spacing: normal;
}

.hero-text h1 {
    margin-bottom: 15px;
    font-size: 3em;
    line-height: 1.15;
    margin-top: 10px !important;
}

    @media (max-width:425px){
        .hero-text h1 {
            font-size: 2.5em;    
        }
    }

.hero-text .hero-small {
    font-family: 'Montserrat',sans-serif;
    display: inherit;
    font-size: 0.45em;
    line-height: 1.5;
    letter-spacing:1px;
    color:#708c50;
}

/* hero color overlay -- */
.hero--overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.hero--static-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(192, 192, 192, 0.3);
}


/**** Landing Page Hero *****/

.landing-hero {
    position:relative;
}

.landing-hero:before {
    display: block;
    content: "";
    border-bottom: 20px solid #fff;
    border-right: 20px solid transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    z-index: 5;
}

.landing-hero:after {
  display: block;
  content: "";
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  z-index: 5;
}

    .lp-w-topoffer .landing-hero:before,
    .lp-w-topoffer .landing-hero:after {
        z-index:1;
    }
    
    @media (max-width:768px){
        .lp-w-topoffer .landing-hero:before,
        .lp-w-topoffer .landing-hero:after {
            display:none;
        }
    }

.landing-hero .hero-text {
    padding-bottom: 2em;
    color:#fff;
}
    .ty-page-offer .hero-text {
        padding-bottom: 0em;
    }



/*****************************************/
/* ------- Blog Styles --------- */
/*****************************************/

.blog-sub li.hs-form-radio > label > input.hs-input {
    margin-right: 10px !important;
}



/*****************************************/
/* ------- Landing Page Styles --------- */
/*****************************************/

.landing-page-offer .header-content {
    text-align: left;
    padding: 1em;
}

.landing-page-offer .header-content img {
    max-width: 160px;
}

@media (max-width:768px){
    .landing-page-offer .header-content img {
	    max-width: 140px;
	}
}

/*remove padidng bottom from hero*/
.landing-page-offer .hero .section-container--full {
    padding-bottom: 0 !important;
}


.above-landing .innerWrap {
    padding: 12px 0 !important
}

.landing-header-container {
    padding: 30px 5% 0 5%;
    overflow:hidden;
    border-bottom:solid 2px #ececec;
    position: relative;
}

/* landing header */
.landing-offer-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    -webkit-filter: grayscale(55%) blur(2px);
    filter: grayscale(55%) blur(2px);
}

/* landing header */
.landing-header-content {
    position: relative;
}

/* ---- NEW LANDING PAGE ---- */
/* ------ lp-inner-text ----- */

.lp-content-container {
    position: relative;
    padding-bottom: 30px;
}

.lp-w-topoffer .lp-content-container {
    padding-bottom:0;
}

    @media (max-width:768px){
        .lp-content-container,
        .lp-w-topoffer .lp-content-container {
            padding-bottom: 0px;
            padding-top: 20px;
        }
    }

.lp-inner-text p {
    line-height: 1.4;
    color: #505050;
    margin:1em 0;
}

.lp-inner-text .column1 {
    padding-right: 3em;
}

    @media (max-width:768px){
        .lp-inner-text .column1 {
            padding-bottom: 4em;
        }
        
        .lp-w-topoffer .lp-inner-text .column1 {
            padding-bottom:2em;
        }
    }
 
    @media (max-width:425px){
        .lp-inner-text .column1 {
            padding:0;
        }
        
        .lp-w-topoffer .lp-inner-text .column1 {
            padding-bottom:0;
        }
    }   

.lp-inner-text h3 {
    text-transform: uppercase;
    font-weight: 400;
}

.landing-page .lp-inner-text ul {
  list-style: none;
  padding: 0;
}

.lp-inner-text .column1 h3 {
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 0 !important;
    color: #c75f04;
    line-height: 1.3;
    margin-bottom:1em;
}


.lp-inner-text .column1 h4 {
    font-weight: 400;
    margin:1em 0;
    color:#708c50;
}

.landing-page .hs-form-field > label {
    font-size: 14px;
    text-align: left;
    float: left;
    margin: 0 0 3px 2px;
}

.landing-page .lp-inner-text .column1 ul>li {
    padding-left: 1.3em;
    line-height: 1.5;
    color: #505050;
}

.landing-page .lp-inner-text .column1 ul > li:before {
  content: "\f101"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

/* ----- lp form (webinar/basic) ------ */

.lp-inner-text .column2 {
    text-align: center;
    margin: 0 auto;    
}

.lp-inner-text .vertical-offer.column2 {
    max-width: 350px;
}

.lp-inner-text .horizontal-offer.column2 {
    max-width: 500px;
}

    @media (min-width:769px){
        .column2.lp-form {
            margin-top: 2%;
        }
    }

    @media(max-width:768px){
        .lp-inner-text .column2 {
            margin-bottom:2em;
        }
    }
    
.lp-w-topoffer .hero, 
.lp-w-topoffer .hero-text {
    padding-bottom: 0;
}    
    
.offer-image img {
    width: 100%;
    height: 100%;
} 


/*
//////////////////////////////////////////////////////////////////////////////
//
// Landing Page with Offer at the Top Right
//
//////////////////////////////////////////////////////////////////////////////
*/

.lp-w-topoffer .offer-text h3 {
    margin-bottom: 5px;
    color: #708c50;
}

.lp-w-topoffer .column1 h3 {
    color:#708c50;
    font-size:1.45em;
}

.lp-w-topoffer .offer-image {
    max-height: 260px;
    overflow: initial;
    z-index: 10;
    position: relative;
}

.offer-image.horizontal-offer > img {
    max-width: 460px;
}

.lp-w-topoffer .offer-image.vertical-offer {
    width: 30%;
    margin-left: 15%;
}

    @media (max-width:768px){
        .lp-w-topoffer .offer-image.vertical-offer {
            margin-left: -50% !important;
            width: 40% !important;
            margin-bottom: -7% !important;
            margin-top: 4% !important;
        }
        
        .lp-w-topoffer .offer-image.horizontal-offer {
            width: 60%;
            margin-bottom: -10%;
            margin-lefT: -40%;
            margin-top: 2%;
        }
        
        .lp-w-topoffer .video-hero {
            margin-left: 0;
            margin-bottom: -10%;
            margin-top: 4%;
        }
    }
    
    @media (max-width:425px){
        .lp-w-topoffer .offer-image.vertical-offer {
            margin-left: -40% !important;
            width: 70% !important;
            margin-bottom: -27% !important;
            margin-top: 4% !important;
        }
        
        .lp-w-topoffer .offer-image.horizontal-offer {
            width: 90%;
            margin-bottom: -20%;
            margin-lefT: -20%;
            margin-top: 2%;
        }
        
        .lp-w-topoffer .video-hero {
            margin-left: 0;
            margin-bottom: -25%;
            margin-top: 4%;
        }
    }

.lp-w-topoffer .form-container,
.form-container.transparent-bg {
    border: solid 2px #f1f1f1;
    padding: 2em 1em;
    background-color: #f7f7f7;
    box-shadow: 2px 2px 8px #f1f1f1;
    color: #4e4e4e;
}

.lp-w-topoffer input,
.lp-w-topoffer select,
.why-growthforce input,
.why-growthforce select {
    font-size: 0.75em;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0);
    border: solid thin #dedede;
    padding: 10px !important;
    color:#4e4e4e !important;
    margin-right:10px;
}

.form-container.transparent-bg input,
.form-container.transparent-bg select {
    background-color: rgba(255, 255, 255, 0.80);
}

.lp-w-topoffer select,
.why-growthforce select {
    height: 40px;
}

.lp-w-topoffer .form-container li.hs-form-booleancheckbox,
.form-container.transparent-bg li.hs-form-booleancheckbox{
    border: solid thin #c3c3c3;
    padding: 9px 10px 2px;
    font-size: 0.75em;
    text-align: left;
}

.lp-w-topoffer .hs-button,
.form-container.transparent-bg .hs-button {
    width:100%;
    font-size: 0.75em;
    margin-bottom: 10px;
    background-color: #c75f04;
    border: solid thin #dedede;
    padding: 10px !important;
    color: #ffffff !important;
    margin-top:20px;
}

.lp-w-topoffer .hs-button:hover,
.form-container.transparent-bg .hs-button:hover {
    background-color: #b75d0e;
    cursor:pointer;
}

.form-container h3 {
    color: #c75f04;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 1em;
    line-height: 1.35;
}

    .why-growthforce .form-container.transparent-bg h3 {
        line-height: 1;
        font-size: 1.5em;
        margin-bottom: 0.5em;
        text-align:center;
    }

.form-container.transparent-bg {
    background-color: rgba(253, 253, 253, 0.90);
    box-shadow: none;
}


/* ---
---------------------

Landing V2 HERO

---------------------
--- */

.landing-offer-hero {
    position: relative;
    background-size: cover;
    background-position:left center;
    padding-bottom: 4em;
}

.landing-hero-text {
    position: relative;
    z-index: 2;
    letter-spacing: normal;
    color:#fff;
}


/* ----------------- */
/*left landing column*/

.left-landing-column {
    text-align:center;
}

/*logo*/
.header-logo {
    margin-bottom:2%;
}

.header-content {
    text-align:center;
    padding: 0 5%;
}

.left-landing-column h1,
.left-landing-column h2 {
    font-size: 1.8em;
    color: #42403d;
    font-family: 'prenton','proxima-nova',Helvetica,sans-serif;
    line-height: 1.3em;
    margin-bottom:0;
}

.left-landing-column h3 {
    font-size: 1.3em;
    color: #42403d;
    font-weight: 300;
    line-height: 1.5em;
    margin-top: 14px;
}

.landing-offer {
    margin-top:5%;
    margin-bottom:5%;
}

/* ------------------- */
/*right landing column*/

.right-landing-column {
    text-align:center;
    margin-top: 5%;
}

/*right landing column b*/

.right-landing-column-b {
    text-align:center;
}
.vertical-guide-true img {
    max-width: 400px;
}

/* ---------------------- */
/* --- landing form ---- */

.landing-form-box {
    background-color:#3b6d89;
    padding: 20px 35px;
}

.landing-form-box ul {
    list-style-type: none;
    padding: 0;
}

.landing-form-box ul.hs-error-msgs.inputs-list {
    font-size: 12px;
    text-align: left;
    color: #fff;
}

/*hide required attr*/
span.hs-form-required {
    display:none;
}

.landing-form-box .field.hs-form-field {
    margin-bottom: 14px;
}

.landing-form-box .hs-input {
    font-size: 17px;
    color: #fff;
    background-color: rgba(255,255,255,0.3);
    border: 0;
    padding: 12px 10px;
}

.landing-form-box .hs-input option {
    color: #252525;
}

.landing-form-box input::placeholder-shown {
    color:#fff;
}

.landing-form-box .hs_submit {
    text-align: center;
}

.landing-form-box .hs_submit input {
    background-color: #c75f04;
    font-size: 17px;
    color: #fff;
    padding: 10px 20px;
    border: none;
    margin: 0 auto;
    text-transform:uppercase;
}

/* --- landing form B---- */

.landing-form-box-b {
    background-color:#3b6d89;
}

.landing-form-box-b ul {
    list-style-type: none;
    padding: 0;
}

.landing-form-box-b ul.hs-error-msgs.inputs-list {
    font-size: 12px;
    text-align: left;
    color: #fff;
}

/*hide required attr*/
span.hs-form-required {
    display:none;
}

.landing-form-box-b .field.hs-form-field {
    margin-bottom: 14px;
}

.landing-form-box-b .hs-input {
    font-size: 17px;
    color: #fff;
    background-color: rgba(255,255,255,0.3);
    border: 0;
}

.landing-form-box-b .hs-input option {
    color: #252525;
}

.landing-form-box-b input::placeholder-shown {
    color:#fff;
}

.landing-form-box-b .hs_submit {
    text-align: center;
}

.landing-form-box-b .hs_submit input {
    background-color: #c75f04;
    font-size: 17px;
    color: #fff;
    padding: 10px 20px;
    border: none;
    margin: 0 auto;
    text-transform:uppercase;
}

/*input forms*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #4e4e4e !important;
}

::-moz-placeholder, :-moz-placeholder { /* Chrome/Opera/Safari */
  color: #4e4e4e !important;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #4e4e4e !important;
}

    .lp-full-form-container ::-webkit-input-placeholder {
        color: #fff !important;
    }

    .lp-full-form-container ::-moz-placeholder, :-moz-placeholder {
        color: #fff !important;
    }

    .lp-full-form-container :-ms-input-placeholder {
        color: #fff !important;
    }    

    /* dark input forms*/
    /*.lp-w-topoffer ::-webkit-input-placeholder { Chrome/Opera/Safari */
    /*  color: #4e4e4e !important;*/
    /*}*/
    
    /*.lp-w-topoffer ::-moz-placeholder, :-moz-placeholder { Chrome/Opera/Safari */
    /*  color: #4e4e4e !important;*/
    /*}*/
    
    /*.lp-w-topoffer :-ms-input-placeholder { IE 10+ */
    /*  color: #4e4e4e !important;*/
    /*}*/

.landing-form-box p {
    color: #fff;
    margin: 0px;
    font-size: 13px;
    line-height: 1.5em;
    font-weight: 100;
}

/***********************************/
/***** LANDING PAGE FULL FORM ******/
/***********************************/

.desktop-hide {
    display: none;
}

    @media (max-width:968px){
        
        .desktop-hide {
            display:block;
        }
        
    }
    
.lp-full-form-container h3 {
    text-align: center;
    color: #fff;
    margin-top: 0 !important;
    margin-bottom: 1.5em;
}    

.lp-full-form-container .hs-form-field {
    margin-bottom: 1em;
}

.lp-full-form-container input {
    background-color: rgba(255, 255, 255, 0.20);
    border: none;
    font-size: 14px;
    padding: 12px;
    color: orange;
}

input:focus,
select:focus {
    outline:none;
}

.lp-full-form-container ul.hs-error-msgs.inputs-list,
.form-container  ul.hs-error-msgs.inputs-list {
    list-style-type: none;
    padding: 0 !important;
    font-size: 12px;
    margin: 5px 0;
    color: #c13e3e;
}

    .form-container  ul.hs-error-msgs.inputs-list {
        text-align:left;
    }

.lp-full-form-container ul.inputs-list {
    list-style-type: none;
    padding: 0 !important;
    color: #fff;
    font-size: 14px;
}

.lp-full-form-container li.hs-form-booleancheckbox {
    border: solid thin rgba(255, 255, 255, 0.07);
    padding: 5px 7px 7px;
}

.lp-full-form-container input.hs-button {
    border: none;
    font-size: 14px;
    padding: 12px;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #c75f04;
    padding: 0.75em 0 !important;
}



/* ---------------------- */
/* additional information */
.additional-information {
    padding:3% 105px 5%;
    margin-top: 3%;
    text-align: center;
}

.additional-information img {
    max-height: 240px;
}

.additional-information a {
    text-decoration: none;
    color: #3b6d89;
    font-size: 18px;
}

.additional-information h4 {
    color: #3b6d89;
    font-weight: 700;
    margin-top: 15px;
}

.additional-column {
    padding:0 15px;
}

.lp-full-form-container {
    margin-top: -30px;
}

.copyright-wrapper {
    color: #fff;
    font-size: 14px;
}


/* -------------------- */
/* --- top header ------*/

.courtesyWrap {
    background: #708c50;
}

.fullWrap {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .resources .fullWrap.heroWrap,
    .why-growthforce .fullWrap.heroWrap{
        padding:150px 0 100px;
        position:relative;
    }

.courtesyWrap .innerWrap {
    padding: 10px 20px;
}

.courtesyWrap .innerWrap,
.new-resources .courtesyWrap .innerWrap {
    padding: 15px 20px !important;
    font-size: .6em;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    line-height: 1em;
}

.fullWrap .innerWrap {
    width: 1140px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
}
    .new-resources .fullWrap .innerWrap,
    .why-growthforce .fullWrap .innerWrap {
        padding: 12px 0 0;
        position:relative;
        z-index:5;
    }

.header-container-wrapper .span6 {
    line-height: 17px;
}

.courtesyWrap .courtesyNav {
    text-align: right;
}

.lp-share .lp-share-button {
    margin: 0 0 0 5px;
    display: inline-block;
    background: no-repeat center center;
    background-size: contain;
    width: 17px;
    height: 17px;
    vertical-align: top;
    font-size: 0;
    transition: all .2s linear;
}

.lp-share .lp-share-button:hover {
    opacity: .75;
}

.lp-share .lp-share-linkedin {
    background-image: url(//cdn2.hubspot.net/hubfs/549461/template-assets/shared/footer-social-linkedin.png?t=1469108098672);
    margin-left: 15px;
}

.lp-share .lp-share-twitter {
    background-image: url(//cdn2.hubspot.net/hubfs/549461/template-assets/shared/footer-social-twitter.png?t=1469108098672);
}

.lp-share .lp-share-facebook {
    background-image: url(//cdn2.hubspot.net/hubfs/549461/template-assets/shared/footer-social-facebook.png?t=1469108098672);
}

.lp-share .lp-share-google {
    background-image: url(//cdn2.hubspot.net/hubfs/549461/template-assets/shared/footer-social-google.png?t=1469108098672);
}


/* -------- */
/* footer */

.footerMain {
    background: url(//cdn2.hubspot.net/hubfs/549461/template-assets/shared/footer-bg.jpg?t=1469108098672) no-repeat top right #414d51;
    background-size: cover;
    padding: 40px 0;
    border-top: solid 45px #708c50;
}

    .resources .footerMain,
    .why-growthforce .footerMain{
    /*border-top: solid 12px #708c50;*/
    border-top:none !important;
    }

.footerMain .copyright {
    font-size: .65em;
    line-height: 1.15em;
    color: #fff;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.5);
    margin: 20px 0 0;
    padding: 40px 0 0;
}

.footerMain .copyright {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

/*form fix - go back and adjust */
.landing-form-box {
    color: #fff;
    text-align: left;
}

.landing-form-box h3 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.5em;
    line-height: 1em;
}


/*****************************************/
/* ------- Thank You Page Styles ------- */
/*****************************************/

.thankyou-video-wrap > .row-fluid-wrapper > .row-fluid {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.thankyou-header {
    padding: 2% 0 5% 0;
}

.thankyou-video-wrap {
    background: url(//cdn2.hubspot.net/hubfs/549461/template-assets/homepage/home-testimonials-bg.jpg?t=1469108098672) no-repeat center center #fff;
    background-size: auto 750px;
    position: relative;
    padding: 5%;
    background-repeat: repeat-y;
}

.thankyou-video-wrap a {
    color: #3b6d89;
    text-decoration: none;
}

.thankyou-video-wrap a:hover {
    text-decoration:underline;
}

@media (max-width:767px) {
    .thankyou-video-wrap {
        background: none;
        background-color:#fff;
        padding: 10% 5%;
    }
}

.video-container {
    padding-left: 6% !important;
    color:#fff;
}

    @media (max-width:768px){
        .video-container{
            padding-left:0 !important;
            color:#3b6d89;
        }
        
        .video-container h2 {
            margin-top: 2em;
        }
    }

.no-border a {
    border:none !important;
}

.thankyou-header a {
    color: #3b6d89 !important;
    text-decoration: none;
    font-size: 1.2em;
}

.thankyou-header a:hover {
    text-decoration:underline;
}

.landing-page .cp-footer-container .footerMain {
    padding: 20px 0;
}

/*
//////////////////////////////////////////////////////////////////////////////
//
// Resource Page
//
//////////////////////////////////////////////////////////////////////////////
*/

    @media (max-width:768px){
        .resources .innerWrap {
            padding-left: 1em !important;
            padding-right: 1em !important;
        }
    }

    @media(max-width:425px){
        .new-resources .resWrap {
            width: 420px !important;
        }
    }

#resource-wrapper {
    margin: 3em 0 2em 0;
}

#resource-wrapper > .resource {
    min-height: 280px !important;
    padding: 0.85em;
}

.resource {
    width:50%;
}

    @media (max-width:768px){
        .resource {
            width:100%;
        }
    }

    @media (max-width:426px){
        #resource-wrapper > .resource {
            width:100%;
            min-height:350px !important;
        }        
    }

.resource-offer-container {
    background-color: #f7f7f7;
    padding: 1.5em;
    min-height: 280px;
    box-shadow: 3px 4px 8px #e0e0e0;
    border: solid 2px #eaeaea;
}

    @media (max-width:425px){
        .resource-offer-container {
            min-height:450px;
        }
    }

.resource-image {
    text-align: center;
}

    @media (max-width:425px){
        .resource-image {
            text-align:left;
        }
    }
    
.resource-image img {
    max-height: 200px;
}

.resource-type-small {
    color: #878787;
    text-transform: capitalize;
    font-size: 0.85em;
}

.resource-content h3 {
    color: #454545;
    font-family: 'prenton', sans-serif;
    font-weight: 400;
    font-size: 1.25em;
    line-height: 1.25;
    padding-bottom: 0;
}

.resource-content p {
    font-size: 0.85em;
    line-height: 1.5;
    padding: 12px 0 20px;
}

.resource-button > a.hs-button > i.fa.fa-download,
.resource-button > a.hs-button > i.fa.fa-play {
    margin-right: 12px;
}


/*////////////////////////////
RESOURCES PAGE -- content 
///////////////////////////*/

.bodyWrap.resource-filter--wrapper {
    padding-top: 0;
}

.resource-filter--wrapper > .row-fluid-wrapper.row-depth-1.row-number-3 {
    background-color: #efefef;
}

.resource-filter--container {
	margin:0 auto;
	width: 1140px;
    max-width: 100%;
}

/*--CONTROLS--*/
.controls {
    text-align: left;
    margin:0;
    overflow: hidden;
    white-space: nowrap;
    /*overflow-x: scroll;*/
    padding:0;
    max-width: 95% !important;
}

.dropdown-controls-wrapper .controls {
    text-align: right;
    max-width:100% !important;
}

    @media (max-width:768px){
        .controls {
            overflow: hidden;
            white-space: nowrap;
            overflow-x: scroll;   
        }
    }

    @media (max-width:425px){
        .dropdown-controls-wrapper span.custom-dropdown {
            width: 95%;
        }
    }

    .controls::-webkit-scrollbar{
      background-color:transparent;
      height: 0px;
      position: relative;
    }

    .controls::-webkit-scrollbar-thumb{
      background-color:#ffffff;
      position:absolute;
    }


.control.hs-button {
    color: #2f2f2f !important;
    background-color: transparent;
    border: none !important;
}

@media (max-width:480px){
    .control.hs-button {
        display: inline-block;
    }
}

.control.mixitup-control-active {
    background-color: #fff;
    color: #3b6d89 !important;
}

/*---CARD LISTING---*/

.resource-card-main-wrapper {
    margin-left:0 !important;
}

.resource-card-main-wrapper>div {
    position: relative;
    margin-left:0 !important;
}

.resource-card-wrapper a{
    display:block;
    text-align:left;
    text-decoration: none;
}

.resource-card-wrapper {
    overflow: hidden;
    text-align: left;
    margin-bottom: 60px !important;
}

.resource-card-wrapper img {
    max-width: 238px;
    width:100%;
    padding: 1em;
    margin-bottom: 2em;
    text-align:center;
    height: 100% !important;
}

.resource-card-content-wrapper{
    margin: 0;
    padding: 0.5em;
    background-color: rgba(255, 255, 255, 0.95);
    text-align:left;
}

.resource-offer-image {
    text-align: center !important;
}

.resource-offer-image > img.horizontal-offer {
    max-width: 100%;
}

.resource-offer-image > img.vertical-offer {
     max-width: 220px; 
}

.resource-content-slide h5 {
    color: #42403d;
    font-size: 1.25em;
}

.resource-content-slide p{
    font-size:14px;
    color: #42403d;
}

.resource-content-slide .link{
    font-size:14px;
}

@media (max-width:980px){
    .resource-card-main-wrapper > div{
       max-width: calc(32.5% - .8em); 
    }
}

@media (max-width:768px){
    .resource-card-main-wrapper > div{
       max-width: calc(49.5% - .8em); 
    }
}

@media (max-width:425px){
    .resource-card-main-wrapper > div{
       max-width: calc(100% - .8em); 
    }
}

a > .resource-category-title {
    color: #b2b2b2;
    text-decoration: none !important;
    font-size:14px;
}


/* ------ CUSTOM DROPDOWN------ */

/* Custom dropdown */
.custom-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 10px; /* demo only */
}

.custom-dropdown select {
    background-color: #f7f7f7;
    color: #c75f04;
    font-size: 14px;
    padding: .5em 1em;
    padding-right: 2.5em;
    border: 0;
    margin: 0;
    border-radius: 3px;
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-appearance:button;
    -moz-appearance:none;
     appearance:button;
}

.custom-dropdown select > option {
    color:black;
}

.custom-dropdown::before,
.custom-dropdown::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.custom-dropdown::after { /*  Custom dropdown arrow */
  content: "\25BC";
  height: 1em;
  font-size: .625em;
  line-height: 1;
  right: 1.2em;
  top: 50%;
  margin-top: -.5em;
}

.custom-dropdown::before { /*  Custom dropdown arrow cover */
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
}

.custom-dropdown select[disabled] {
  color: rgba(0,0,0,.3);
}

.custom-dropdown select[disabled]::after {
  color: rgba(0,0,0,.1);
}

.custom-dropdown::before {
  background-color: rgba(0,0,0,.15);
}

.custom-dropdown::after {
  color: rgba(0,0,0,.4);
}

/* ------ match height for resources ------ */

*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* ------ subscribe bottom banner -------- */

.subscribe-banner--container {
    width: 100%;
    padding: 200px 0 100px;
    text-align: center;
    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
}

.resources .fullWrap.subscribe-banner--container {
    padding: 80px 0;
}

.subscribe-banner--container > .innerWrap {
    font-size: 1.5em;
    z-index: 10;
    position: relative;
    padding: 20px 0 !important;
}

.subscribe-banner--container > .innerWrap > h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1em;
}


/*
//////////////////////////////////////////////////////////////////////////////
//
// Podcast Page
//
//////////////////////////////////////////////////////////////////////////////
*/

.podcast-top-pagination {
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 10px;
}

.podcast {
    width: 50%;
}

.post-row {
    margin-bottom: 2em;
    display: block;
}

    @media screen and (min-width: 768px){
        .post-row {
            margin-bottom: 2em;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }
    }

    @media (max-width:768px){
        .podcast {
            width: 100%;
        }
    }

.podcast--container {
    min-height: 280px;
}

h4.podcast--content_title {
    padding: 10px 0;
}

.podcast--content p {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 5px;
}

.podcast-link a:after {
    content: '';
    font-family:fontAwesome;
    margin-left:5px;
}

.podcast-link > a {
    color: #3b6d89;
    text-decoration: none;
    font-size:14px
}

/* ----- controls ---- */

.podcast-sidebar {
    margin-top:3em;
}

.podcast-sidebar > .span12 {
    margin:1em 0;
}

.podcast-sidebar .controls {
    white-space: initial;
    overflow: visible;
    text-align: left !important;
    margin-top: 10px;
}

.podcast-sidebar .controls > button.hs-button {
    width: 100% !important;
    text-align: left !important;
    padding: 0px 0 !important;
    font-size: 12px;
    text-transform: inherit;
}

.podcast-sidebar .filter-title {
    color: #3b6d89;
    font-weight: 600;
}

.podcast-sidebar .custom-dropdown {
    margin: 0;
    width: 80%;
}


/*
//////////////////////////////////////////////////////////////////////////////
//
// Why GrowthForce Page
//
//////////////////////////////////////////////////////////////////////////////
*/

/*.why-gf__play-btn {*/
/*    width: 100%;*/
/*    height: 300px !important;*/
/*    position: relative;*/
/*}*/

.why-gf__play-btn {
    width: 100%;
    height: 300px !important;
    position: relative;
    transform: translateY(30%);
}

.why-gf__play-btn .watch-video {
    position: absolute;
    width: 300px;
    height: 200px;
    background-repeat: no-repeat;
    top: 38px;
    left: -62px;
}

.why-gf-offer .small-text {
    color: #909090;
    font-weight: 100;
    margin-bottom: 10px;
}

.why-gf-offer__title {
    color: #3b6d89;
}

.why-gf-offer__summary {
    margin-bottom: 1.5em;
}

.why-gf-offer__buttons a:first-of-type {
    margin-right:1em;
}

    @media (max-width:380px){
        .why-gf-offer__buttons a {
            margin-bottom: 10px;
            width: 100%;
        }
    }


/* ------- Why GrowthForce Icons -------- */

.why-gf__icon-wrapper {
    margin: 2em 0 0;
}

img.why-gf__icon {
    /*width: 80px;*/
    max-width: 160px;
}

.why-gf__icon-container {
    text-align:center;
}

.icon__text {
    padding: 14px 0;
}



/**********************************************************************/
/**********************************************************************/
/* ------------------------- Lead Flow Styles ----------------------- */
/**********************************************************************/
/**********************************************************************/

.leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-content-body {
    padding: 2em 1.5em !important;
}

.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .leadin-preivew-wrapper > .advance-wrapper > button {
    background:#728C50 !important;
}

/*text width */
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .leadin-content-body h4, 
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .leadin-content-body p, 
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form .leadin-content-body h4, 
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form .leadin-content-body p {
    margin-left: 145px;
}

    /* no image, remove margin and center text */
    .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModeal-preview .leadin-content-body.leadin-preview-wrapper-no-image > .leadin-preview-wrapper h4,
    .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModeal-preview .leadin-content-body.leadin-preview-wrapper-no-image > .leadin-preview-wrapper p{
    	margin-left:0 !important;
    	text-align:center !important;
    }
    
    .leadin-content-body.leadin-preview-wrapper-no-image > .leadin-preview-wrapper > h4,
    .leadin-content-body.leadin-preview-wrapper-no-image > .leadin-preview-wrapper > p {
        text-align: center !important;
    }

/*submit bar - match above */
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .advance-wrapper {
    margin-left: 0px !important;
    float: left !important;
}

    /*submit bar // no image, full width */
    .leadin-content-body.leadin-preview-wrapper-no-image > .leadin-preview-wrapper > .advance-wrapper {
        width:100% !important;
    }

/* image */
.dyno-image img {
    max-width: 220px !important;
    height: auto;
    width: auto;
}

.leadinModal.leadinModal-theme-default.leadinModal-v3 .dyno-image {
    float: left;
    width: auto !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
}

.leadinModal.leadinModal-theme-default.leadinModal-v3 .dyno-image {
    width:auto !important;
}

/*form*/
.leadin-input-wrapper label {
    float:left !important;
    margin-bottom:20px;
    width: 66%;
}

.leadin-button-wrapper {
    margin-left:25% !important;
    margin-right: 9.5% !important;
}



@media only screen and (max-width: 768px) {

/*img*/
.leadinModal.leadinModal-v3 .dyno-image img {
    max-width: 220px !important;
    max-height: 220px !important;
}

.leadinModal.leadinModal-v3 .dyno-image {
    width: auto !important;
    margin-right: 0px !important;
}

/*make subscribe float under content*/
.leadinModal.leadinModal-theme-default.leadinModal-v3 .clearfix-image, 
.leadinModal.leadinModal-theme-default.leadinModal-v3 .clearfix-image-description {
    clear: none !important;
}

}

@media only screen and (max-width: 425px) {

.leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-preview-wrapper h4, 
.leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-message-wrapper h4,
button.leadin-button.leadin-advance-button.leadin-button-primary {
    font-size: 14px !important;
}

.leadinModal.leadinModal-v3 .dyno-image img {
    max-width: 155px !important;
    max-height: 155px !important;
}

}

@media only screen and (max-width: 375px) {
    
.leadinModal.leadinModal-theme-default.leadinModal-v3 .dyno-image {
    margin-bottom:20px !important;
    width:100% !important;
}

.leadinModal.leadinModal-v3 .dyno-image img {
    max-width: 250px !important;
}

.leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-preview-wrapper h4, 
.leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-message-wrapper h4 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    float: left;
    text-align:center !important;
    font-size:16px !important;
}

/*full-width submit bar*/
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .advance-wrapper {
    margin-left: auto !important;
    float: none !important;
}
}

/**********************************************************************/
/* ------------------ End of Lead Flow Styles ----------------------- */
/**********************************************************************/

.landing-page .hs-form-field > label {
    float: none !important;
}

li.hs-form-checkbox {
    font-size: 12px;
}