@import url('//fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700');/* 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;}body{padding:0;font-size: 16px ;line-height: 1.4;overflow-x:hidden;font-weight:300;-webkit-font-smoothing: antialiased;font-family: 'Roboto', sans-serif;;width:100%;letter-spacing:.5px;background: #fff ;margin:0 auto;max-width:100%;}.row-fluid [class*="span"].wrapper{width: 100%;max-width: 1200px;margin-left:auto;margin-right:auto;float: none;padding-left:15px;padding-right:15px;}h1,h2,h3,h4,h5,h6,p,a{text-transform:initial;margin:0;padding:0;text-decoration:none;margin-bottom:15px;color:#000;}h1,h2,h3,h4,h5,h6{color:#43484d;}.body-container-wrapper ul,.body-container-wrapper li{margin-bottom:15px;}a{margin-bottom:0;}h1{font-size: 48px;font-weight: 300;letter-spacing: 1px;margin-bottom: 20px;line-height: 1.3;color: black !important;}h2{font-size: 46px;font-weight: 300;letter-spacing: 0;line-height: 1.3;color: black !important;}h3{font-size: 28px;font-weight: 300;letter-spacing: .5px;color: black !important;}h4{font-size: 22px;font-weight: 400;letter-spacing: 0;color: black !important;}h5{font-size: 18px;font-weight: 400;letter-spacing: 0;color: black !important;}h6{font-size: 16px;font-weight: 400;letter-spacing: 0;}p, .body-container-wrapper li{font-size: 16px;line-height: 1.62;color: #86939e;letter-spacing: .5px;font-weight: 300;}h3+p{margin-top:15px;}.body-container-wrapper {background:#fff;overflow:hidden;position:relative;z-index:2;}.body-container-wrapper ul{padding:0;text-decoration:none;margin:20px 0;}.body-container-wrapper ol{margin:0;padding:0;text-decoration:none;margin-bottom:15px;}.body-container-wrapper li{margin-left:26px;margin-bottom:8px;}.body-container-wrapper ol li:before{display:none;}.no-list-style ul{margin:0;list-style:none;}.no-list-style li{margin:0;}.body-container-wrapper a{color:#0d2e4f;}blockquote{margin: 0;font-size: 16px;font-style: italic;color: #a9a9a9;font-weight: 300;padding-left: 17px;border-left: 2px solid #0d2e4f;margin-left: 4px;margin-top: 25px;margin-bottom: 20px;letter-spacing: 1px;}.widget-type-cta{
    margin-top:15px;
}
body a.cta_button, body .container-fluid .row-fluid .hs-button{
    font-size: 16px;
    line-height: 18px;
    padding: 12px 40px;
    font-weight: 400;
    cursor: pointer;
    font-family:{
        {
            baseFontFamily 
        }
    }
    ;
    text-align: center;
    display: inline-block;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    letter-spacing: 1px;
    color: {
        {
            ctaTextColor 
        }
    }
    ;
    border-radius:4px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    background: {
        {
            ctaBackgroundColor 
        }
    }
    ;
    border: 2px solid ;
    border-color:{
        {
            ctaBorderColor 
        }
    }
    ;
}
body .white-cta a.cta_button, body .all-text-white a.cta_button, body .white-cta .container-fluid .row-fluid .hs-button{
    background:#fff;
    border-color:#fff;
    color:#000;
}
body .dark-cta a.cta_button{
    background:#0d2e4f;
    border-color:#0d2e4f;
}
.simple-cta a.cta_button, .simple-cta a{
    background:transparent;
    border:0;
    padding:0;
    position:relative;
    color: {
        {
            baseColor 
        }
    }
    ;
    font-weight:400;
}
.simple-cta a:after{
    padding-left: 6px;
    content: '➞';
}
body a.cta_button:hover, body .container-fluid .row-fluid .hs-button:hover{
    background: {
        {
            ctaHoverColor 
        }
    }
    ;
    border-color: {
        {
            ctaHoverColor 
        }
    }
    ;
    color: #fff;
}
body .simple-cta a.cta_button:hover{
    background: transparent;
    color: inherit;
}
.align-center {
    text-align:center;
}
.align-left {
    text-align:left;
}
.align-right {
    text-align:right;
}
.float-left{
    float:left;
}
.float-right{
    float:right;
}
.overlay{
    position:relative;
    z-index:1;
}
.overlay:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.grey-bg{
    background:#f8f8f8;
}
body .container-fluid .row-fluid .section-heading.align-center {
    max-width: 840px;
    float: none;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:60px;
}
.section-heading p{
    font-size: 22px;
    font-weight: 300;
    color: #5e6977;
}
.section-heading h5{
    margin:0;
    color:#86939e;
    font-size:18px;
    font-weight:500;
}
.all-text-white, .all-text-white h1, .all-text-white h2, .all-text-white h3, .all-text-white p, .all-text-white h4, .all-text-white h5, .all-text-white h6, .all-text-white li, .all-text-white .fa, .all-text-white a{
    color:#fff;
}
.text-margin-zero h1, .text-margin-zero h2, .text-margin-zero h3, .text-margin-zero p, .text-margin-zero h4, .text-margin-zero h5, .text-margin-zero h6, .text-margin-zero .fa, .text-margin-zero a{
    margin:0;
}
.base-color-text h1, .base-color-text h2, .base-color-text h3, .base-color-text p, .base-color-text h4, .base-color-text h5, .base-color-text h6, .base-color-text .fa, .base-color-text a{
    color:{
        {
            baseColor 
        }
    }
    ;
}
.body-container-wrapper .all-text-white li:before{
    background:#fff;
}
body .container-fluid .row-fluid .pad-bottom{
    margin-bottom:80px;
}
body .container-fluid .row-fluid [class*="span"]{
    min-height:0;
}
.section-bg{
    background-size: cover!important;
    background-position: center center!important;
}
.section-bg .bg-image{
}
.section-padding{
    padding:40px 0;
}
.section-border{
    border-bottom:1px solid #e7e7e7;
}
.cta-margin{
    margin-top:50px;
}
@media (min-width: 768px) {
    .equal-height-container > .row-fluid-wrapper > .row-fluid {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    body .row-fluid .vertical-center{
        display: flex;
        display: -webkit-flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
}
.inner-page-hero-section{
    padding:30px 0;
}
.inner-page-hero-section h1{
    margin:0;
    font-size:30px;
}
@media (min-width:768px) and (max-width:1024px){
    .row-fluid [class*="span"].wrapper{
        padding-left:40px;
        padding-right:40px;
    }
    h1{
        font-size: 28px;
    }
    h2{
        font-size: 28px;
    }
    h3{
        font-size: 20px;
    }
    h4{
        font-size: 18px;
    }
    h5{
        font-size: 16px;
    }
    h6{
        font-size: 16px;
    }
    .section-padding {
        padding: 60px 0;
    }
    body .container-fluid .row-fluid .section-heading.align-center {
        margin-bottom: 30px;
    }
    p{
        font-size: 14px;
    }
    .body-container-wrapper li {
        font-size: 14px;
    }
    .section-heading p {
        font-size: 18px;
    }
    .cta-margin {
        margin-top: 30px;
    }
}
@media (max-width:767px){
    .row-fluid [class*="span"].wrapper{
        padding-left:20px;
        padding-right:20px;
    }
    h1{
        font-size: 24px;
    }
    h2{
        font-size: 24px;
    }
    h3{
        font-size: 20px;
    }
    h4{
        font-size: 18px;
    }
    h5{
        font-size: 16px;
    }
    h6{
        font-size: 16px;
    }
    .section-padding {
        padding: 60px 0;
    }
    .align-right {
        text-align: center;
    }
    .align-left {
        text-align: center;
    }
    body .container-fluid .row-fluid .section-heading.align-center{
        margin-bottom: 30px;
    }
    p {
        font-size: 14px;
        line-height: 24px;
    }
    .body-container-wrapper li {
        font-size: 14px;
        line-height: 24px;
    }
    .primary-banner {
        padding: 120px 0 40px;
    }
    .section-heading p {
        font-size: 16px;
    }
    .heading-underline {
        margin-bottom: 20px;
        padding-bottom: 2px;
    }
    .cta-margin {
        margin-top: 20px;
    }
}
body .container-fluid .row-fluid .two-col-adjust>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.5%;
    justify-content:center;
    -webkit-justify-content:center;
}
body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 47%;
    -webkit-flex-basis: 47%;
    float: left;
    margin-right: 2.43%;
    margin-top: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position:relative;
}
@media (max-width:767px){
    body .container-fluid .row-fluid .two-col-adjust>span {
        display: block;
        margin-right: 0;
    }
    body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
        display: block;
        margin: 0;
        margin-top: 20px;
        max-width: 379px;
        width: 100%;
        margin: 30px auto 0;
        float: none;
    }
}
body .container-fluid .row-fluid .three-col-adjust>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.5%;
    justify-content:center;
    -webkit-justify-content:center;
}
body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 30.9%;
    -webkit-flex-basis: 30.9%;
    float: left;
    margin-right: 2.43%;
    margin-top: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position:relative;
}
@media (max-width:767px){
    body .container-fluid .row-fluid .three-col-adjust>span {
        display: block;
        margin-right: 0;
    }
    body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
        display: block;
        margin: 0;
        margin-top: 20px;
        max-width: 379px;
        width: 100%;
        margin: 30px auto 0;
        float: none;
    }
}
body .container-fluid .row-fluid .four-col-adjust>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.565%;
    justify-content:center;
    -webkit-justify-content:center;
}
 body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 22.5%;
    -webkit-flex-basis: 22.5%;
    float: left;
    margin-right: 2.5%;
    margin-top: 20px;
    box-sizing:border-box;
    position:relative;
}
@media (max-width:767px){
    body .container-fluid .row-fluid .four-col-adjust>span {
        display: block;
        margin-right: 0;
    }
    body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
        display: block;
        flex-basis: 100%;
        width:100%;
        -webkit-flex-basis: 100%;
        margin:0;
        margin-top: 20px;
    }
}
::-webkit-input-placeholder {
    color: #989898;
}
:-moz-placeholder {
    color: #989898;
}
::-moz-placeholder {
    color: #989898;
}
:-ms-input-placeholder {
    color: #989898;
}
select::-ms-expand {
    display: none;
}
.row-fluid form li{
    margin:0;
}
.row-fluid form li:before{
    display:none;
}
.row-fluid form input, .row-fluid form select, .row-fluid form textarea{
    height: 54px;
    font-family:{
        {
            baseFontFamily 
        }
    }
    ;
    border: 0;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 0;
    margin-bottom: 8px;
    border-radius: 0;
    background: #f5f5f5;
    padding:10px 20px;
    color: #000;
    font-weight:400;
    background:#fff;
    border:1px solid #dedede;
    box-sizing: border-box;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
.row-fluid form input:focus, .row-fluid form select:focus, .row-fluid form textarea:focus{
    outline:0;
    border:1px solid {
        {
            baseColor
        }
    }
    ;
}
.row-fluid form textarea{
    height:150px;
}
.row-fluid form .hs_file_upload input, .row-fluid form .hs-form-checkbox input, .row-fluid form .hs-form-radio input, .row-fluid form .hs-form-booleancheckbox input{
    height:auto;
    padding:0;
    border:0;
}
.row-fluid form .hs-form-checkbox input, .row-fluid form .hs-form-radio input, .row-fluid form .hs-form-booleancheckbox input{
    height:auto;
    padding:0;
    border:0;
    margin-bottom:0;
}
.row-fluid form .field>label{
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 300;
    display:block;
    margin-bottom:6px;
    margin-top:14px;
}
.row-fluid form .hs_submit .actions{
    text-align:center;
}
.row-fluid form .hs-button.primary{
    height: auto;
    margin-top: 24px;
}
form .hs-error-msgs{
    margin:0;
    padding:0;
}
form .hs-error-msgs li{
    line-height: 1;
    color: red;
    font-weight: 500;
    font-size: 11px;
    position: relative;
    top: -4px;
    letter-spacing: 0.3px;
}
.row-fluid .hs-form fieldset.form-columns-1 .hs-input {
    width: 100%;
}
body .row-fluid .hs-form fieldset {
    max-width: 100%;
}
form .hs-form-required{
    display:none;
}
.body-container-wrapper form ul, .body-container-wrapper form li{
    margin:0;
    padding:0;
}
.body-container-wrapper form ul, form ul{
    list-style:none;
}
.body-container-wrapper form li:before{
    display:none;
}
body form .hs-form-checkbox:last-child, body form .hs-form-radio:last-child, body form .hs-form-booleancheckbox{
    margin-bottom:20px;
}
body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 32%;
    margin-right:2%;
}
body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 49%;
    margin-right:2%;
}
body .row-fluid .hs-form fieldset .hs-form-field:last-child{
    margin-right:0;
}
body .row-fluid .hs-form fieldset.form-columns-2 .input, body .row-fluid .hs-form fieldset.form-columns-3 .input {
    margin-right:0px;
}
body .container-fluid .row-fluid .hs-form fieldset .field:last-child .input{
    margin-right:0;
}
body .row-fluid select{
    background: #fff url(//2558848.fs1.hubspotusercontent-na1.net/hubfs/2558848/Product-3-Pack/Select%20Arrow%20Small.png) no-repeat;
    background-position: center right;
    -webkit-appearance: none;
}
.row-fluid .hs-form .field .input input[type="checkbox"], .row-fluid .hs-form .field .input input[type="radio"]{
    width:auto;
}
.row-fluid .hs-form .field .input input[type="checkbox"], .row-fluid .hs-form .field .input input[type="radio"]{
    padding: 0;
    border-radius: 4px;
    background: #fff;
    margin-left: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #cfd3d7;
    -webkit-appearance: none;
    border: 2px solid #ddd;
    margin-right: 8px;
    top: 2px;
    width: 20px;
    height: 20px;
}
.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    top: 3px;
    left: 2px;
    border: 3px solid {
        {
            baseColor 
        }
    }
    ;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.row-fluid .hs-form .field .input input[type="radio"]{
    border-radius: 50%;
}
.row-fluid .hs-form .field .input input[type="radio"]:checked:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 3px;
    background: {
        {
            baseColor 
        }
    }
    ;
    left: 3px;
    border-top: 0;
    border-right: 0;
    border-radius: 50%;
}
@media (max-width:480px){
    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 .row-fluid .hs-form fieldset .input{
        margin:0;
    }
    body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
        width: 100%;
        margin-right: 0;
    }
    body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
        width: 100%;
        margin-right: 0;
    }
    .row-fluid form .hs_submit .actions{
        text-align:center;
    }
}
{
    % set ulColor = "" %
}
{
    % set liColor = "" %
}
{
    % set aColor = "" %
}
{
    % set aColorHover = "" %
}
.custom-menu-primary .hs-menu-wrapper > ul{
    background:{
        {
            ulColor 
        }
    }
    ;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    background:{
        {
            liColor 
        }
    }
    ;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color:{
        {
            aColor 
        }
    }
    ;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color:{
        {
            aColorHover 
        }
    }
    ;
}
.custom-menu-primary .hs-menu-wrapper > ul ul{
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
    background:{
        {
            liColor 
        }
    }
    ;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color:{
        {
            aColor 
        }
    }
    ;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color:{
        {
            aColorHover 
        }
    }
    ;
}
.custom-menu-primary .hs-menu-wrapper > ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
}
@media screen and (min-width:768px) {
    .custom-menu-primary .hs-menu-wrapper {
        display:block !important;
    }
}
.mobile-trigger, .child-trigger{
    display: none;
}
@media (max-width: 767px){
    {
        % set menuColorMobile = "#fff" %
    }
    {
        % set aColorMobile = "#ffffff" %
    }
    {
        % set aColorHoverMobile = "#ffffff" %
    }
    .custom-menu-primary, .custom-menu-primary .hs-menu-wrapper > ul, .custom-menu-primary .hs-menu-wrapper > ul li, .custom-menu-primary .hs-menu-wrapper > ul li a{
        display: block;
        float: none;
        position: static;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        padding: 0px;
        margin: 0px;
        background-image: none;
        background-color: transparent;
        border: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        max-width: none;
        width: 100%;
        height: auto;
        line-height: 1;
        font-weight: normal;
        text-decoration: none;
        text-indent: 0px;
        text-align: left;
        color:{
            {
                aColorMobile
            }
        }
        ;
    }
    .mobile-trigger{
        display: inline-block !important;
        cursor: pointer;
        position: absolute;
        top: 0px;
        right: 10px;
        width: auto;
        height: auto;
        padding: 7px 10px 8px 10px;
        background: #ffffff;
        border: 1px solid {
            {
                menuColorMobile 
            }
        }
        ;
        font-size: 16px;
        font-weight: normal;
        text-align: left;
        text-transform: uppercase;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: {
            {
                menuColorMobile 
            }
        }
        ;
    }
    .mobile-trigger:hover{
        text-decoration: none;
        color:{
            {
                aColorHoverMobile 
            }
        }
        ;
        background-color: {
            {
                menuColorMobile 
            }
        }
        ;
        border-color: transparent;
    }
    .mobile-open .mobile-trigger{
        color:{
            {
                aColorHoverMobile 
            }
        }
        ;
        background-color: {
            {
                menuColorMobile 
            }
        }
        ;
        border-color: transparent;
    }
    .mobile-trigger i{
        display: inline;
        position: relative;
        top: -4px;
    }
    .mobile-trigger i:before, .mobile-trigger i:after{
        position: absolute;
        content: '';
    }
    .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
        width: 22px;
        height: 2px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        background-color: {
            {
                menuColorMobile 
            }
        }
        ;
        display: inline-block;
    }
    .mobile-trigger i:before{
        top: -6px;
    }
    .mobile-trigger i:after{
        top: 6px;
    }
    .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after, .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
        background-color: {
            {
                aColorHoverMobile 
            }
        }
        ;
    }
    .child-trigger{
        display: block !important;
        cursor: pointer;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 55px !important;
        min-width: 55px !important;
        height: 45px !important;
        padding: 0 !important;
        border-left: 1px dotted rgba(255, 255, 255, .20);
    }
    .child-trigger:hover{
        text-decoration: none;
    }
    .child-trigger i{
        position: relative;
        top: 50%;
        margin: 0 auto !important;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .child-trigger i:after{
        position: absolute;
        content: '';
    }
    .child-trigger i, .child-trigger i:after{
        width: 10px;
        height: 1px;
        background-color:{
            {
                aColorMobile 
            }
        }
        ;
        display: block;
    }
    .child-trigger i:after{
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .child-trigger.child-open i:after{
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .child-trigger.child-open i{
    }
    .custom-menu-primary.js-enabled{
        position: relative;
        padding-top: 44px;
        margin: 10px 0 10px 0;
    }
    .custom-menu-primary.js-enabled .hs-menu-wrapper, .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
        display: none;
    }
    .custom-menu-primary ul.hs-menu-children-wrapper{
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
        display: none;
    }
    .custom-menu-primary.js-enabled .hs-menu-wrapper{
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
    }
    .custom-menu-primary .hs-menu-wrapper{
        background-color:{
            {
                menuColorMobile 
            }
        }
        ;
        width: 100%;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li{
        position: relative;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li a{
        font-size: 22px;
        line-height: 45px;
        overflow: visible;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li{
        border-top: 1px dotted rgba(255, 255, 255, .35);
    }
    .custom-menu-primary .hs-menu-wrapper > ul li a{
        padding: 0 10px;
        color:{
            {
                aColorMobile 
            }
        }
        ;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
        color:{
            {
                aColorHoverMobile 
            }
        }
        ;
    }
     .custom-menu-primary .hs-menu-wrapper > ul ul li{
        background-color: rgba(255, 255, 255, .08);
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{
        text-indent: 10px;
        font-size: 16px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
        text-indent: 30px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
        text-indent: 50px;
    }
}
@media (max-width:767px){
    .custom-menu-primary .hs-menu-wrapper{
        display:none;
    }
    .mobile-trigger {
        border: 0;
        top: 0;
        right: 14px;
        background:transparent;
    }
    .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
        width: 25px;
        background:#000;
        height:3px;
    }
    .mobile-trigger i:before {
        top: -6px;
    }
    .mobile-trigger i:after {
        top: 6px;
    }
    .mobile-trigger {
        top: 10px;
        right: 8px;
    }
    .mobile-open .mobile-trigger , .mobile-trigger {
        background-color: transparent;
        z-index:15;
    }
    .mobile-trigger:hover {
        background-color: rgba(0, 0, 0, 0);
        border-color: transparent;
    }
    .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after, .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after {
        background-color: #000;
    }
    .mobile-trigger i{
        transition: all .5s ease-in;
    }
    .mobile-open .mobile-trigger i{
        background:transparent;
        transition: all .1s ease-in;
    }
    .mobile-trigger i:before, .mobile-trigger i:after{
        transition: all .3s ease-in;
    }
    .mobile-open .mobile-trigger i:before {
        top: 0;
        transform: rotate(45deg);
        background:#000;
    }
    .mobile-open .mobile-trigger i:after{
        top: 0;
        transform: rotate(-45deg);
        background:#000;
    }
    .custom-menu-primary.js-enabled{
        position: absolute;
        padding-top: 0;
        margin: 10px 0 10px 0;
        left: 0;
        right: 0;
        top: 0;
        margin:0;
    }
    body .header-container-wrapper .pth-header .logo{
        max-width:190px;
        float:left;
        margin-top:0;
        margin-left:20px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul li {
        border-top: 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    }
    .child-trigger i, .child-trigger i:after {
        background-color: #000;
    }
    .custom-menu-primary.js-enabled .hs-menu-wrapper{
        margin: 0;
        z-index: 1;
        box-shadow: 0px 0px 1px #1d1d1d;
        padding: 10px 6px 10px 20px;
        z-index: 11;
        top: 50px;
    }
    body .header-container-wrapper .pth-header ul>li{
        border:0;
        background:transparent;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li a {
        font-size: 14px;
        padding:0;
        color:#000;
        font-weight: 500;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li a:hover{
        color:#000;
    }
    body .row-fluid .custom-menu-primary .hs-menu-wrapper>ul ul li a {
        font-size: 14px;
        text-indent:0;
    }
    .child-trigger {
        border-left: 0;
    }
    body .row-fluid .pth-header .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-1 .hs-menu-children-wrapper {
        padding: 0 0 0 15px;
        position: relative !important;
        left: 0 !important;
    }
    .pth-header .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-1 .hs-menu-children-wrapper:before {
        position: absolute;
        content: '';
        left: 0;
        bottom: 12px;
        top: 10px;
        width: 1px;
        background: rgba(0, 0, 0, 0.33);
    }
    .pth-header .head-cta a.cta_button{
        display:none;
    }
    body .row-fluid .pth-header .contact-info {
        display:none;
    }
    body .row-fluid .pth-header .header-logo {
        width: 160px;
        float: left;
        text-align:left;
    }
    .pth-header {
        padding:12px 0;
    }
}
.pth-footer{
    padding:80px 0 40px;
    background:#262626;
}
.pth-footer .heading{
    margin-bottom:5px;
}
.pth-footer .hs-menu-wrapper.hs-menu-flow-vertical > ul li a{
    padding: 4px 0;
    font-weight: 400;
    letter-spacing: 1px;
    font-size:16px;
}
.pth-footer .contact-us .cta_button{
    padding-left:0;
    padding-right:0;
    width:100%;
}
.pth-footer .bottom-footer{
    margin-top:60px;
    padding-top:40px;
    position:relative;
}
.pth-footer .bottom-footer:before{
    position:absolute;
    content:'';
    top:0;
    left:15px;
    right:15px;
    border-top:1px solid rgba(255,255,255,0.2);
}
.pth-footer .footer-logo{
    margin-bottom:20px;
}
.pth-footer .footer-logo img{
    width:100%;
    max-width:200px;
}
.pth-footer .copyright{
    color:#A9A9A9;
}
.pth-footer .social-icons a{
    margin:0 8px;
    font-size:18px;
}
.pth-footer .bottom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0 0 0 22px;
}
@media (min-width:768px) and (max-width:1024px){
    body .container-fluid .row-fluid .pth-footer .menu-group{
        width:100%;
        margin:0;
    }
    body .container-fluid .row-fluid .pth-footer .right-col{
        width:100%;
        margin:0;
    }
    .pth-footer .social-icons a {
        margin: 0 6px;
        font-size: 16px;
    }
    .pth-footer .bottom-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        font-size: 12px;
    }
    .pth-footer .copyright {
        font-size: 12px;
    }
}
@media (max-width:767px){
    .pth-footer .social-icons{
        margin:20px 0;
    }
    .pth-footer .bottom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul{
        text-align:center;
    }
    .pth-footer .bottom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li{
        float: none;
        width: auto;
        display: inline-block;
    }
    .pth-footer .bottom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        padding: 0 8px;
        width:auto;
        max-width:none;
    }
}
.starter-talk-to-us{
    padding:100px 0;
    background:{
        {
            baseColor 
        }
    }
    ;
}
body .container-fluid .row-fluid .starter-talk-to-us .section-heading{
    max-width:1060px;
    padding:0;
}
body .row-fluid .starter-talk-to-us .icon-img{
    width: 100%;
    max-width: 110px;
    margin: 20px auto 30px;
    float: none;
    border: 2px solid #fff;
    height: 110px;
    padding: 23px;
    border-radius: 50%;
}
.starter-talk-to-us .button a{
    color: #fff;
    border: 1px solid;
    padding: 8px 26px;
    display: inline-block;
    margin-top: 10px;
    font-weight:400;
}
@media (min-width:768px){
    body .container-fluid .row-fluid .starter-talk-to-us .left-col, body .container-fluid .row-fluid .starter-talk-to-us .right-col{
        margin:0;
        width:50%;
        padding:0 20px;
    }
}
body .container-fluid .row-fluid .starter-talk-to-us .left-col, body .container-fluid .row-fluid .starter-talk-to-us .right-col{
    position:relative 
}
body .container-fluid .row-fluid .starter-talk-to-us .left-col:before{
    position: absolute;
    content: '';
    right: 0;
    top: 20px;
    bottom: 0;
    width: 1px;
    background: #fff;
}
body .container-fluid .row-fluid .starter-talk-to-us .right-col:before{
    position: absolute;
    content: 'OR';
    left: -10px;
    top: -29px;
    color: #fff;
    padding: 7px 0;
}
@media (max-width:1024px){
    .starter-talk-to-us {
        padding: 70px 0;
    }
}
@media (max-width:767px){
    body .container-fluid .row-fluid .starter-talk-to-us .section-heading {
        padding: 0;
        margin-bottom: 0;
    }
    body .container-fluid .row-fluid .starter-talk-to-us .left-col:before, body .container-fluid .row-fluid .starter-talk-to-us .right-col:before{
        display:none;
    }
    body .row-fluid .starter-talk-to-us .icon-img{
        margin: 20px auto 20px;
    }
    body .container-fluid .row-fluid .starter-talk-to-us .right-col{
        padding-top:40px;
    }
    .starter-talk-to-us {
        padding: 50px 0;
    }
}
.error-page-body{
    padding:160px 0;
    position:relative;
    z-index:1;
}
.error-page-body:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index:-1;
}
.error-page-body h4{
    font-size: 14px;
    margin-top: 12px;
    line-height: 18px;
}
@media (min-width:768px) and (max-width:1024px){
    .error-page-body {
        padding: 180px 0;
    }
}
@media (max-width:767px){
    .error-page-body {
        padding: 140px 0 80px;
    }
}
.row-fluid .subs-upd-con .wrapper{
    max-width:700px;
}
.email-pref{
    position:relative;
}
.row-fluid .email-pref .wrapper{
    position:relative;
}
.email-pref:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}
.preferences-section-one{
    padding:75px 0px;
}
body .container-fluid .row-fluid .preferences-section-one .wrapper{
    max-width:800px;
}
.preferences-section-one .email-prefs .item{
    width: 100%;
    max-width: 48%;
    margin: 2% 2% 0 0;
    float: left;
}
.preferences-section-one h1{
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.6px;
    color: #2f2432;
}
.preferences-section-one .checkbox-row{
    overflow:visible;
}
.preferences-section-one .email-prefs .item p {
    clear: both;
    margin: 5px 37px 0px;
    text-align:left;
}
.preferences-section-one .subscribe-options label {
    margin-left: 0px;
}
body .container-fluid .row-fluid .preferences-section-one .form-style input[type="checkbox"]{
    border: solid 2px #4a4a4a;
    padding: 7px;
    border-radius: 3px;
    height: 17px;
}
body .container-fluid .row-fluid .preferences-section-one .form-style input[type="checkbox"]:checked:after{
    width: 8px;
    height: 4px;
    top: -1px;
    left: -1px;
}
.preferences-section-one .subscribe-options{
    clear: both;
    padding-top: 30px;
}
.preferences-section-one #submitbutton{
    margin:0;
}
body .container-fluid .row-fluid .form-style input[type="checkbox"] {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #cfd3d7;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    margin-right: 8px;
    top: 5px;
    width: 10px !important;
    height: 20px;
    margin-bottom: 0;
    padding: 10px;
    border-radius: 5px;
}
body .container-fluid .row-fluid .form-style input[type="checkbox"]:checked:after {
    content: '\f00c';
    position: absolute;
    width: 13px !important;
    height: 7px;
    top: 3px;
    left: 2px;
    font-size: 15px;
    line-height: 15px;
    font-family: FontAwesome;
    color: #0d2e4f;
}
body .container-fluid .row-fluid .preferences-section-one .form-style input[type="checkbox"]{
    width:2%!important;
}
.checkbox-row span.fakelabel span{
    width:90%;
    text-align:left;
}
@media(max-width:767px){
    .preferences-section-one .email-prefs .item{
        max-width:100%;
        margin:0;
        margin-bottom: 20px;
    }
    .email-prefs .item .item-inner * {
        font-size: 13px;
    }
    body .container-fluid .row-fluid .form-style input[type="checkbox"]{
        margin-right:0;
    }
    .preferences-section-one .email-prefs .item p {
        margin: 5px 26px 0;
    }
    .checkbox-row span.fakelabel span {
        margin-left: 6px;
    }
    .subscribe-options label span{
        font-size:12px;
    }
}
@media(max-width:767px){
    html body input.hs-input.email-edit{
        width:93%!important;
    }
}
.starter-1-home-hero{
    padding:180px 0px;
    background:{
        {
            baseColor 
        }
    }
    ;
    position:relative;
    z-index:1;
}
.starter-1-home-hero:before{
    position:absolute;
    content:'';
    z-index:-1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:url('https://459002.fs1.hubspotusercontent-na1.net/hubfs/459002/starter-1/starter-1-overlay.png') no-repeat;
    background-size:cover;
    background-position: center center;
}
.starter-1-home-hero.overlay-video:before{
    background: rgba(22, 30, 142, 0.55);
}
.starter-1-home-hero .left-col{
    padding:30px;
}
.starter-1-home-hero .hurry-up{
    max-width: 297px;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    padding-top: 17px;
    margin-top:30px;
}
.starter-1-home-hero .hurry-up a{
    position: absolute;
    top: 21px;
    right: 0;
}
 .starter-1-home-hero .hurry-up h6{
    max-width: 242px;
}
@media(min-width:768px){
    .starter-1-home-hero .right-col{
        max-width: 488px;
        float: right;
    }
}
@media (min-width:768px) and (max-width:1024px){
    .starter-1-home-hero {
        padding: 120px 0px 60px;
    }
}
@media (max-width:767px){
    .starter-1-home-hero {
        padding: 50px 0;
    }
}
body .row-fluid .home-video-section .video {
    max-width: 800px;
    margin: 0 auto;
    float: none;
}
.home-three-col .feature-cm{
    margin:15px 0;
}
body .row-fluid .home-two-col-services .wrapper{
    max-width:1000px;
}
.home-two-col-services .starter-one-side-image-cm {
    margin:40px 0;
}
@media (min-width:768px) and (max-width:1024px){
}
@media (max-width:767px){
    .home-two-col-services .starter-one-side-image-cm {
        margin:0;
    }
    .home-two-col-services .starter-one-side-image-cm .span6{
        margin:30px 0;
    }
    .one-side-image-cm-container>span>.hs_cos_wrapper:nth-child(2n) .row-fluid{
        display:flex;
        display:-webkit-flex;
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }
}
.home-slider-section{
    background:{
        {
            baseColor 
        }
    }
    ;
    padding:160px 0 200px;
}
body .row-fluid .home-slider-section .wrapper{
    max-width:1060px;
    position:relative;
    z-index:1;
}
.home-slider-section .wrapper:before, .home-slider-section .wrapper:after{
    position:absolute;
    content:'';
    top:0;
    bottom:0;
    width:140px;
    background:red;
    z-index:4;
    pointer-events:none;
}
.home-slider-section .wrapper:before{
    right:0;
    background: linear-gradient(to right,rgba(255, 0, 0, 0) , #0d2e4f 64%);
}
.home-slider-section .wrapper:after{
    left:0;
    background: linear-gradient(to left,rgba(255, 0, 0, 0) , #0d2e4f 64%);
}
.home-slider-cm .text-container p{
    font-size:22px;
    line-height:1.5;
    font-weight:300;
    opacity:.8;
}
.home-slider-cm .text-container{
    margin:20px 0;
}
.home-slider-section .slick-slide{
    border:2px solid #fff;
    border-radius:6px;
    padding:50px;
    margin:0 20px;
    opacity:.2;
    transition:all .4s ease-in-out;
}
.home-slider-section .slick-slide:focus{
    outline:none;
}
.home-slider-section .slick-center{
    opacity:1;
}
.home-slider-cm .top-heading .fa{
    font-size:40px;
}
.home-slider-cm .bottom-text .fa{
    font-size:20px;
    margin-right:10px;
}
.home-slider-section .slick-arrow{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    bottom:-80px;
    width:35px;
    height:35px;
    margin:0 auto;
    cursor:pointer;
}
.home-slider-section .slick-next{
    right:-50px;
}
.home-slider-section .slick-prev{
    left:-50px;
}
@media (min-width:768px) and (max-width:1024px){
    .home-slider-section {
        padding: 80px 0 150px;
    }
}
@media (max-width:767px){
    .home-slider-section {
        padding: 80px 0 150px;
    }
    .home-slider-section .wrapper:before, .home-slider-section .wrapper:after{
        display:none;
    }
    .home-slider-section .slick-slide {
        padding: 20px;
        margin: 0;
        opacity: 0;
    }
    .home-slider-section .slick-center{
        opacity:1;
    }
}
.bottom-form-section-with-bg{
    padding:100px 0;
}
body .row-fluid .bottom-form-section-with-bg .form-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    float: none;
    border-radius: 3px;
    background: #fff;
    padding: 40px 35px 30px;
    box-shadow: 2px 6px 10px 0 rgba(0, 0, 0, 0.09);
}
@media (min-width:768px) and (max-width:1024px){
    .bottom-form-section-with-bg{
        padding:90px 0;
    }
    body .row-fluid .bottom-form-section-with-bg .form-container {
        padding: 30px 25px 25px;
    }
}
@media (max-width:767px){
    .bottom-form-section-with-bg{
        padding:70px 0;
    }
    body .row-fluid .bottom-form-section-with-bg .form-container {
        padding: 25px 20px 20px;
    }
}
.home-logo-section {
    padding:35px 0;
}
.home-logo-section ul {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin: 0;
    text-align:center;
}
.home-logo-section ul li {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-left: 0;
    padding: 0 10px;
}
.home-logo-section ul li img{
    vertical-align:middle;
}
.home-logo-section ul li:before{
    display:none;
}
@media (min-width:768px) and (max-width:1024px){
}
@media (max-width:767px){
    .home-logo-section ul{
        display:block;
    }
    .home-logo-section ul li {
        display: inline-block;
        width: 100%;
        max-width: 100px;
        margin: 15px 0;
    }
}
.contact-section-1{
    padding:60px 0 140px;
}
.contact-section-1 .talk-to-us{
    background:#f8f8f8;
    padding:40px;
    margin:30px 0;
}
.contact-section-1 .map-container iframe{
    height:340px;
}
.contact-section-1 .form-container{
    margin-top:60px;
}
.contact-section-1 .right-col .address-container{
    width:100%;
    max-width:300px;
    float:right;
}
.contact-section-1 .right-col .address{
    margin-top:20px;
}
.contact-section-1 .address-heading{
    border-bottom:1px solid #e7e7e7;
    margin-bottom:20px;
}
.contact-section-1 .social-icons{
    margin-top:30px;
}
.contact-section-1 .social-icons li{
    display:inline-block;
}
.contact-section-1 .social-icons li .fa{
    color: #8c8c8c;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid;
    text-align: center;
    border-radius: 50%;
    margin-right: 8px;
    margin-bottom: 8px;
}
@media (min-width:768px) and (max-width:1024px){
    .form-container .right-col{
        padding-left:30px;
    }
}
@media (max-width:767px){
    .contact-section-1 .right-col .address-container {
        max-width: 100%;
        margin-top:50px;
    }
    .contact-section-1 .form-container {
        margin-top: 30px;
    }
    .contact-section-1 .talk-to-us {
        padding: 20px;
    }
    .contact-section-1 .talk-to-us .icon {
        text-align:left;
        margin-bottom:15px;
    }
}
.lp1-hero-section{
    padding:200px 0;
}
.lp1-video-section{
}
body .row-fluid .lp1-video-section .video {
    max-width: 800px;
    margin: 0 auto;
    float: none;
}
@media (max-width:767px){
    .lp1-two-col-cm-container .starter-lp-two-col{
        margin:0;
    }
    .lp1-two-col-cm-container .starter-lp-two-col .span6{
        margin:30px 0;
    }
    .lp1-two-col-cm-container>span>.hs_cos_wrapper:nth-child(2n) .row-fluid{
        display:flex;
        display:-webkit-flex;
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }
    .lp1-hero-section {
        padding: 80px 0;
    }
}
.download-lp-hero{
    padding:150px 0 120px;
}
.download-lp-hero .heading{
    margin-bottom:30px;
}
.download-lp-hero .form-container{
    padding:0px 0px;
}
.download-lp-hero .form-container h3{
    padding-bottom:20px;
}
.download-lp-hero .section-heading{
    margin-bottom:30px;
}
.download-lp-hero .widget-type-form{
    background: #f7f7f7;
    max-width:500px;
}
.download-lp-hero .widget-type-form form{
    padding: 40px 50px 40px;
}
.download-lp-hero .row-fluid h3.form-title{
    background:{
        {
            baseColor 
        }
    }
    ;
    padding: 15px 25px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin:0px;
    color:#fff;
}
@media (min-width:768px) and (max-width:1024px){
    .download-lp-hero {
        padding: 60px 0 50px;
    }
    .download-lp-hero .form-container {
        padding: 60px 40px;
    }
    .download-lp-hero .widget-type-form form {
        padding: 30px;
    }
}
@media (max-width:767px){
    .download-lp-hero .left-col{
        margin-bottom:30px;
    }
    .download-lp-hero .form-container {
        padding:30px 0px 0px;
    }
    .download-lp-hero {
        padding: 60px 0 60px;
    }
    .download-lp-hero .form-container h3{
        font-size: 16px;
        line-height: 25px;
        font-weight: 300;
    }
    .download-lp-hero .widget-type-form.float-right{
        float:none;
    }
    .download-lp-hero .widget-span.widget-type-form{
        max-width:100%;
    }
    .download-lp-hero .widget-type-form form {
        padding: 20px;
    }
}
.download-lp-testimonial-section h3{
    margin-bottom:30px;
}
body .row-fluid .download-lp-testimonial-section .wrapper{
    max-width:800px;
}
.download-lp-testimonial-section .owl-carousel {
    display: block;
}
.download-lp-testimonial-section .owl-carousel .item{
    width: auto;
    position: relative;
    padding: 40px 50px 30px;
    margin-bottom:0px;
    border-radius:0px;
}
.download-lp-testimonial-section .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 4px;
    background: #d8d8d8;
    transition:all .2s ease-in;
    -webkit-transition:all .2s ease-in;
}
.download-lp-testimonial-section .owl-theme .owl-dots .owl-dot.active span{
    background:{
        {
            baseColor 
        }
    }
    ;
}
.download-lp-testimonial-section .owl-theme .owl-dots .owl-dot:hover span {
    background:{
        {
            baseColor 
        }
    }
    ;
}
.download-lp-testimonial-section .owl-carousel .testimonial-cm .logo img{
    width: auto;
    display: block;
    margin: 0 auto;
}
.download-lp-testimonial-section .testimonial-cm .image{
    padding: 0;
    width: 100%;
    max-width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 30px auto 20px;
}
.download-lp-testimonial-section .testimonial-cm .image img{
    border-radius:50%;
}
.download-lp-testimonial-section .testimonial-cm h4{
    font-size: 16px;
    line-height: 22px;
    color: {
        {
            baseColor 
        }
    }
    ;
    letter-spacing: .4px;
}
.download-lp-testimonial-section .testimonial-cm .text p{
    font-style: italic;
    font-size: 18px;
    color: #696969;
    margin-bottom: 30px;
}
.download-lp-testimonial-section .testimonial-cm h5{
    font-size:14px;
    line-height:1.2;
    font-weight:400;
    color:#a9a9a9;
}
.download-lp-testimonial-section .testimonial-container{
    padding:0 40px ;
}
body .row-fluid .download-lp-testimonial-section .owl-controls .owl-nav{
    display:none;
}
@media (min-width:768px) and (max-width:1024px){
}
@media (max-width:767px){
    .download-lp-testimonial-section .owl-carousel .item {
        padding: 30px 0px 20px;
        margin-bottom: 20px;
    }
}
.starter-1-inside-hero{
    padding: 125px 0px;
}
.row-fluid .starter-1-inside-hero .wrapper{
    max-width: 984px;
}
.starter_1_inside_sec_1{
    padding-top:55px;
}
.row-fluid .starter_1_inside_sec_1 .wrapper{
    max-width: 1006px;
}
.starter_1_inside_sec_1 ul{
    list-style:none;
}
.starter_1_inside_sec_1 ul li{
    position:relative;
}
.starter_1_inside_sec_1 ul li:before{
    content:'';
    background:url('//459002.fs1.hubspotusercontent-na1.net/hubfs/459002/starter-1/arrow-li.png');
    position:absolute;
    left: -27px;
    top: 4px;
    width:10px;
    height:14px;
}
.starter_1_inside_sec_1 iframe{
    max-width: 800px;
    margin: 0 auto;
    float: none;
    right: 0;
    margin-top: 36px;
}
.starter_1_inside_sec_1 blockquote{
    margin-top:72px;
}
@media (max-width:767px){
    .starter-1-inside-hero{
        padding:70px 0 50px;
    }
}
.starter_1_inside_two_col{
    padding-top:52px;
}
.row-fluid .starter_1_inside_two_col .wrapper{
    max-width: 984px;
}
.starter-one-side-image-cm{
    margin-bottom:70px;
}
@media(max-width:767px){
    .starter-one-side-image-cm .span6:first-child{
        padding-bottom:20px;
    }
    .starter_1_inside_two_col{
        padding-top:20px;
    }
    .starter-one-side-image-cm{
        margin-bottom:30px;
    }
    .starter_1_inside_two_col .starter-one-side-image-cm {
        margin:0;
    }
    .starter_1_inside_two_col .starter-one-side-image-cm .span6{
        margin:30px 0;
    }
    .one-side-image-cm-container>span>.hs_cos_wrapper:nth-child(2n) .row-fluid{
        display:flex;
        display:-webkit-flex;
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }
}
.row-fluid .starter_1_inside_two_col_icon_sec .wrapper{
    max-width: 984px;
}
 .starter-one-side-icon-cm{
    padding-bottom:28px;
}
@media(max-width:767px){
    .starter-one-side-icon-cm img{
        margin-bottom:20px;
    }
    .starter-one-side-icon-cm{
        padding-bottom:20px;
    }
}
.starter_1_inside_two-col_simple{
    padding-top:30px;
}
.row-fluid .starter_1_inside_two-col_simple .wrapper{
    max-width: 984px;
}
@media(max-width:767px){
    .starter_1_inside_two-col_simple{
        padding-top:0px;
    }
}
.starter_1_try_it_sec{
    padding-top:100px;
}
@media(max-width:767px){
    .starter_1_try_it_sec .right-col .widget-type-linked_image{
        text-align:center;
    }
    .starter_1_try_it_sec .left-col{
        padding:30px 0px;
    }
    .starter_1_try_it_sec{
        padding-top:30px;
    }
}
@media(min-width:768px){
    .starter_1_try_it_sec .right-col{
        float:right;
        margin-left: 2.564102564%;
    }
    .starter_1_try_it_sec .left-col{
        margin:0px;
        padding-top:67px;
    }
    .starter_1_try_it_sec form{
        position:relative;
    }
    .starter_1_try_it_sec form .hs-button.primary{
        position:absolute;
        right:4px;
        top:4px;
        margin:0px;
    }
}
.starter_1_inside_talk_to_us_sec{
    padding:104px 0px 235px;
}
.starter_1_inside_bottom_form{
    padding-bottom:50px;
}
.row-fluid .starter_1_inside_bottom_form .widget-type-form{
    max-width: 629px;
    margin: 0 auto;
    float: none;
    background-color: #ffffff;
    box-shadow: 0 2px 6px 0 rgba(70, 70, 70, 0.5);
    padding: 50px 70px;
    margin-top: -185px;
}
@media(max-width:767px){
    .row-fluid .starter_1_inside_bottom_form .widget-type-form{
        padding:20px;
    }
}
.home-blog-section .features-image-block {
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    overflow: hidden;
    text-align: center;
    background-color: #333;
}
.home-blog-section .custom-post-item .set-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    background: rgba(73,155,234,1);
    background: -moz-linear-gradient(top,rgba(73,155,234,1) 12%,rgba(73,155,234,1) 16%,rgba(60,131,200,1) 33%,rgba(13,46,79,0.88) 94%,rgba(13,46,79,0.87) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(12%,rgba(73,155,234,1)),color-stop(16%,rgba(73,155,234,1)),color-stop(33%,rgba(60,131,200,1)),color-stop(94%,rgba(13,46,79,0.88)),color-stop(100%,rgba(13,46,79,0.87)));
    background: -webkit-linear-gradient(top,rgba(73,155,234,1) 12%,rgba(73,155,234,1) 16%,rgba(60,131,200,1) 33%,rgba(13,46,79,0.88) 94%,rgba(13,46,79,0.87) 100%);
    background: -o-linear-gradient(top,rgba(73,155,234,1) 12%,rgba(73,155,234,1) 16%,rgba(60,131,200,1) 33%,rgba(13,46,79,0.88) 94%,rgba(13,46,79,0.87) 100%);
    background: -ms-linear-gradient(top,rgba(73,155,234,1) 12%,rgba(73,155,234,1) 16%,rgba(60,131,200,1) 33%,rgba(13,46,79,0.88) 94%,rgba(13,46,79,0.87) 100%);
    text-transform: uppercase;
    opacity: 0;
    z-index: 1;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.home-blog-section .custom-post-item:hover .features-image-block .set-overlay {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.home-blog-section .custom-post-item a.read-more-link {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    font-weight: 400;
    border: 1px solid #fff;
    border-width: 1px 0;
    white-space: nowrap;
    min-width: 225px;
    max-width: 95%;
    letter-spacing: .05em;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.home-blog-section .custom-post-item .social-shares {
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    letter-spacing: .06em;
    text-align: center;
}
.home-blog-section .custom-post-item .social-shares a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    height: 30px;
    vertical-align: middle;
    border-radius: 100%;
    padding-top: 2px;
    padding: 0 5px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.home-blog-section .custom-post-item-inner {
    position: relative;
    transition: box-shadow .2s ease-in-out;
}
.home-blog-section .custom-post-item .share-text {
    display: block;
    font-size: 10px;
    color: #fff;
    font-weight: 600;
}
body .home-blog-section .recent-posts{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
}
.home-blog-section .recent-posts .custom-post-item{
    width:31%;
    margin:0 1%;
    float:left;
    border: solid 1px rgba(129,154,179,0.14);
    box-sizing: border-box;
    background:#fff;
}
.home-blog-section .custom-post-body {
    padding: 25px 20px 20px;
}
.home-blog-section .custom-post-body h2 a, .home-blog-section .custom-post-body h2 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: .50px;
    color: #0d2e4f;
    margin-bottom: 2px;
}
.home-blog-section .author-hubspot {
    font-size: 12px;
}
.home-blog-section .post-topic-link.topic-seq-1, .home-blog-section .post-topic-link.topic-seq-2, .home-blog-section .post-item-topic-link.topic-seq-1 {
    display: inline-block;
    font-size: 15px;
    color: #4f4f4f;
}
.home-blog-section .post-item-topic-link.topic-seq-1 {
    font-size: 12px;
}
.home-blog-section .custom-post-body p {
    font-size: 14px;
    line-height: 20px;
}
.home-blog-section .custom-post-body p {
    margin: 25px 0;
}
@media (min-width:768px) and (max-width:900px){
    .home-blog-section .recent-posts .custom-post-item {
        width: 47%;
        margin:0 1.5%;
    }
    .home-blog-section .recent-posts .custom-post-item:last-child {
        display:none;
    }
}
@media (max-width:767px){
    body .home-blog-section .recent-posts{
        display:block;
    }
    .home-blog-section .recent-posts .custom-post-item {
        width: 100%;
        margin:10px 0;
    }
}
.home-testimonial-section .slick-slide:focus{
    outline:none;
}
.home-testimonial-section .slick-slide img{
    margin: 0 auto;
}
.home-testimonial-section .slick-slide{
    background-color: #ffffff;
    box-shadow: 0 2px 10px 0 rgba(186, 186, 186, 0.5);
    margin:0 35px;
    padding: 50px 40px;
    opacity:.5;
}
.home-testimonial-section .slick-list{
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}
.home-testimonial-section .testimonial-slider-cm .name-container{
    margin:30px 0;
}
body .row-fluid .home-testimonial-section .wrapper{
    position:relative;
    z-index:1;
}
.home-testimonial-section .wrapper:before, .home-testimonial-section .wrapper:after{
    position:absolute;
    content:'';
    top:0;
    bottom:0;
    width:140px;
    background:red;
    z-index:4;
    pointer-events:none;
}
.home-testimonial-section .wrapper:before{
    right:0;
    background: linear-gradient(to right,rgba(255, 0, 0, 0) , #f8f8f8 64%);
}
.home-testimonial-section .wrapper:after{
    left:0;
    background: linear-gradient(to left,rgba(255, 0, 0, 0) , #f8f8f8 64%);
}
.home-testimonial-section .slick-center{
    opacity:1;
}
.home-testimonial-section .slick-dots {
    margin: 30px 0 0;
    text-align: center;
}
.home-testimonial-section .slick-dots li {
    margin: 0 5px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #c5c5c5;
    cursor: pointer;
    border-radius: 50%;
}
.home-testimonial-section .slick-dots li.slick-active {
    background: {
        {
            baseColor 
        }
    }
    ;
}
.home-testimonial-section .slick-dots li button {
    font-size: 1px;
    padding: 0;
    background: transparent;
    border: 0;
}
.home-testimonial-section .slick-dots li button:focus{
    outline:none;
}
@media (max-width:767px){
    .home-testimonial-section .slick-slide{
        margin:0;
        padding: 30px ;
    }
    .home-testimonial-section .wrapper:before, .home-testimonial-section .wrapper:after{
        display:none;
    }
    .home-testimonial-section .slick-slide{
        opacity:0;
    }
    .home-testimonial-section .slick-center{
        opacity:1;
    }
    .home-testimonial-section .slick-list{
        padding:10px!important;
    }
    .home-testimonial-section .slick-slide {
        padding: 20px;
    }
}
.starter-1-ebook-hero {
}
.row-fluid .starter-1-ebook-hero .wrapper {
    max-width: 984px;
}
.row-fluid .starter-1-ebook-form .right-col .form-container{
    width:100%;
    max-width:500px;
    float:right;
    background:#f8f8f8;
    border-radius:4px;
    padding:40px;
}
@media (max-width:767px){
    .starter-1-ebook-hero {
        padding: 70px 0 50px;
    }
    .row-fluid .starter-1-ebook-form .right-col .form-container {
        padding: 20px;
        margin-top:30px;
    }
}
.starter-1-team-hero {
    padding: 125px 0;
}
.row-fluid .starter-1-team-hero .wrapper {
    max-width: 984px;
}
.starter-1-team-cm-container .starter-1-team-member .heading h2{
    font-size: 32px;
    font-weight: 400;
}
.starter-1-team-cm-container .starter-1-team-member .heading h3{
    font-size: 20px;
    font-weight: 400;
    color: #737475;
}
.starter-1-team-cm-container .starter-1-team-member .heading{
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
}
.starter-1-team-cm-container .starter-1-team-member .heading:before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 50px;
    height: 4px;
    background: {
        {
            baseColor 
        }
    }
    ;
    border-radius: 100px;
}
.starter-1-team-cm-container .starter-1-team-member p, .starter-1-team-cm-container .starter-1-team-member li{
    font-size:18px;
    font-weight:300;
}
.starter-1-team-cm-container .starter-1-team-member .image-container{
    width: 100%;
    max-width: 300px;
    height: 300px;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0px 0 15px 2px rgba(0, 0, 0, 0.07);
    transform: scale(.96);
    transition: all .3s ease-in-out;
}
.starter-1-team-cm-container>span>.hs_cos_wrapper:nth-child(2n) .starter-1-team-member{
    background:#f8f8f8;
}
.starter-1-team-cm-container>span>.hs_cos_wrapper:nth-child(2n) .starter-1-team-member .wrapper .row-fluid{
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}
.starter-1-team-cm-container .starter-1-team-member:hover .image-container{
    box-shadow: 0px 0 15px 4px rgba(0, 0, 0, 0.07);
    transform: scale(1);
}
@media (max-width:1024px){
    .starter-1-team-cm-container .starter-1-team-member .image-container {
        max-width: 220px;
        height: 220px;
    }
    .starter-1-team-cm-container .starter-1-team-member p, .starter-1-team-cm-container .starter-1-team-member li {
        font-size: 16px;
        font-weight: 300;
    }
}
@media (max-width:767px){
    .starter-1-team-hero {
        padding: 70px 0 50px;
    }
     .starter-1-team-cm-container .starter-1-team-member .heading h2 {
        font-size: 22px;
    }
    .starter-1-team-cm-container .starter-1-team-member .heading h3 {
        font-size: 16px;
    }
    .starter-1-team-cm-container .starter-1-team-member .wrapper .row-fluid{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }
    .starter-1-team-cm-container .starter-1-team-member .image-container {
        margin-bottom:30px;
    }
}
.starter-1-services-hero {
    padding: 125px 0;
}
.row-fluid .starter-1-services-hero .wrapper {
    max-width: 984px;
}
.starter-1-services-cm {
    padding-right:30px;
    margin:25px 0;
}
.starter-1-services-cm .image-container{
    padding-right:30px;
}
.starter-1-services-cm .services-bg{
    height:200px;
    width:100%;
    border-radius:5px;
}
.services-2-cm .services-bg {
    width: 200px;
    height: 200px;
    margin: 30px auto;
    border-radius: 100%;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}
.services-2-cm:hover .services-bg{
    transform: translate(0,-15px);
}
@media (max-width:1024px){
    .starter-1-services-cm .image-container {
        padding-right: 10px;
    }
    .starter-1-services-cm {
        padding-right: 0;
        margin: 8px 0;
    }
}
@media (max-width:767px){
    .starter-1-services-section {
        padding: 10px 0;
    }
    .starter-1-services-cm .image-container {
        margin-bottom: 20px;
    }
    .starter-1-services-cm {
        margin: 35px 0;
    }
    .starter-1-services-hero {
        padding: 70px 0 50px;
    }
}
.starter-1-single-services-section {
    padding:180px 0 90px;
    position:relative;
    z-index:1;
}
.starter-1-single-services-section .left-col{
    height: 280px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
    border-radius: 6px;
    position: relative;
    top: -50px;
}
.starter-1-single-services-section .right-col{
    margin-top:40px;
}
body .row-fluid .starter-1-single-services-section .service-container{
    padding: 0px 40px 30px;
    background: white;
    position: relative;
    top: -44px;
    border-radius: 6px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
}
@media (min-width:768px) and (max-width:1024px){
    body .row-fluid .starter-1-single-services-section .service-container {
        padding: 0 20px 30px;
    }
}
@media (max-width:767px){
    .starter-1-single-services-section .right-col{
        margin-top: 0;
    }
    body .row-fluid .starter-1-single-services-section .service-container{
        padding: 0 20px 25px;
    }
    .starter-1-single-services-section {
        padding: 140px 0 20px;
    }
}
.starter-1-faq-section{
    background:#fff;
    padding:100px 0 40px;
}
body .row-fluid .starter-1-faq-section .wrapper{
    max-width:1000px;
}
.starter-1-faq-section .section-heading{
    margin-bottom: 40px;
    padding-bottom: 15px;
    border-bottom: 2px solid #F5F5F5 
}
.starter-1-faq-section p{
    margin-top:0;
}
.starter-1-faq-section .section-heading h3{
    margin:0;
    font-weight:400;
}
.starter-1-faq-section .right-col{
    border-top:0;
}
.starter-1-faq-section .accordion_header h4{
    margin:0;
    font-size:18px;
}
.starter-1-faq-section .accordion_group{
    margin-bottom:15px;
    background:#fafafa;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}
.starter-1-faq-section .expanded.accordion_group{
    background:{
        {
            themecolor 
        }
    }
    ;
}
.starter-1-faq-section .accordion_header{
    padding: 14px 60px 14px 30px;
    position: relative;
    cursor: pointer;
}
.starter-1-faq-section .accordion_header:before{
    position: absolute;
    content: '\f067';
    top: 12px;
    right: 20px;
    font-family: FontAwesome;
    font-size: 18px;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}
.starter-1-faq-section .expanded .accordion_header:before{
    content: '\f068';
}
.starter-1-faq-section .accordion_content{
    padding: 8px 30px 10px;
}
.starter-1-faq-section .faq-container{
    margin-bottom: 60px;
}
.accordion_content h1, .accordion_content h2, .accordion_content h3, .accordion_content p, .accordion_content h4, .accordion_content h5, .accordion_content h6, .accordion_content li, .accordion_content h6, .accordion_content a, .accordion_content .fa {
    color: #000;
}
.starter-1-faq-section .left-col{
    padding-right:50px;
}
.starter-1-faq-section .main-heading{
    margin-bottom: 80px;
    position: relative;
    padding-bottom: 20px;
}
.starter-1-faq-section .main-heading:before {
    position: absolute;
    content: '';
    bottom: 0;
    width: 90px;
    height: 2px;
    left: 0;
    right:0;
    margin:0 auto;
    background: #ffba1d;
}
@media ( min-width:768px ) and ( max-width:1024px ) {
    .starter-1-faq-section .main-heading {
        margin-bottom: 50px;
    }
    .starter-1-faq-section .left-col{
        padding-right:2px;
    }
    .starter-1-faq-section {
        padding: 100px 0 10px;
    }
}
@media ( max-width:767px ){
    .starter-1-faq-section .left-col {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .starter-1-faq-section .accordion_header {
        padding: 14px 40px 14px 15px;
    }
    .starter-1-faq-section .accordion_content {
        padding: 8px 14px 10px;
    }
    .starter-1-faq-section .accordion_header:before {
        right: 17px;
        font-size: 14px;
    }
    .starter-1-faq-section .section-heading {
        margin-bottom: 20px;
    }
    .starter-1-faq-section .faq-container {
        margin-bottom: 40px;
    }
    .starter-1-faq-section {
        padding: 50px 0 0;
    }
    .starter-1-faq-section .main-heading {
        margin-bottom: 50px;
    }
}
.starter-1-event-hero{
    padding:180px 0 120px;
}
body .row-fluid .starter-1-event-hero .date-container{
    background: #fff;
    width: 100%;
    max-width: 400px;
    float: right;
    padding: 40px;
    border-radius: 4px;
}
.starter-1-event-hero .date-container a.cta_button{
    background:#06a800;
    border-color:#06a800;
}
.event-speakers-section .starter-1-speaker-cm .member-image{
    height: 270px;
    margin-bottom: 16px;
    margin-top: 20px;
    border:1px solid #e7e7e7;
}
.event-speakers-section .starter-1-speaker-cm{
    transition:all .4s ease-in-out;
}
.event-speakers-section:hover .starter-1-speaker-cm{
    filter: grayscale(1);
    opacity: .68;
}
.event-speakers-section .starter-1-speaker-cm:hover{
    filter: grayscale(0);
    opacity: 1;
}
body .container-fluid .event-speakers-section .row-fluid .section-heading.align-center{
    margin-bottom:10px;
}
.event-pricing-section .column{
    position:relative;
    margin-top:30px;
    transition:all .4s ease-in-out;
    border:1px solid #e7e7e7;
    border-right:0;
    z-index:6;
    position:relative;
}
.event-pricing-section .column:hover {
    background: #f7f7f7;
}
.event-pricing-section .column:last-child{
    border-right:1px solid #e7e7e7;
}
.event-pricing-section .popular.column:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border: 3px solid #22bb60;
}
@media (min-width:767px){
    body .row-fluid .event-pricing-section .column{
        width:100%;
        margin-left:0;
    }
}
@media (min-width:768px){
    body .row-fluid .event-pricing-section .starter-event-pricing-cm-container>span {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-top:30px;
    }
    .event-pricing-section .starter-event-pricing-cm-container>span>.hs_cos_wrapper{
        padding:0 15px;
        width: 100%;
    }
}
.event-pricing-section .starter-event-pricing-cm-container .span12{
    margin:0;
}
.event-pricing-section .column h2 {
    font-size: 48px;
    line-height: 1.2;
    color: #22bb60;
    font-weight:400;
}
.event-pricing-section .cost sub, .event-pricing-section .cost sup {
    font-size: 21px;
    margin: 0 4px;
}
.event-pricing-section .cost sub {
    position: relative;
    top: -11px;
    font-size: 12px;
}
.event-pricing-section .heading{
    padding:20px 15px;
}
.event-pricing-section .cost{
    padding: 15px 15px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.event-pricing-section .features ul{
    margin:0;
}
.event-pricing-section .features ul li{
    border-bottom: 1px solid #e7e7e7;
    padding: 18px 25px;
}
.event-pricing-section .cta{
    padding:20px 0;
}
.event-pricing-section .column .widget-type-cta{
    margin:0;
}
.event-pricing-section .column a.cta_button {
    padding: 12px 26px;
    font-weight: 700;
    font-size: 12px;
    color: #22bb60;
    border:1px solid #22bb60;
    background: #fff;
}
.event-pricing-section .column:hover a.cta_button {
    color: #fff;
    background: #22bb60;
}
.event-pricing-section .column a.cta_button:hover {
    box-shadow: none;
    transform: translate(0);
}
@media (min-width:768px) and (max-width:1024px){
    .event-pricing-section .column h2 {
        font-size: 34px;
    }
    body .row-fluid .jumbo-pricing-style-5 .table-wrap {
        overflow-x: scroll;
        padding-bottom: 30px;
    }
    body .row-fluid .event-pricing-section .starter-event-pricing-cm-container{
        overflow-y:hidden;
        padding-bottom:40px;
    }
}
@media (max-width:767px){
    .event-pricing-section .column{
        border:1px solid #e7e7e7;
    }
    .event-pricing-section .starter-event-pricing-cm-container .column{
        margin-top:20px;
    }
    .event-pricing-section .popular {
        transform: scale(1);
    }
}
.starter-event-gallery{
    padding:70px 0 0;
    overflow:hidden;
}
body .container-fluid .row-fluid .starter-event-gallery .four-col-adjust>span {
    margin-right: 0;
}
body .row-fluid .starter-event-gallery .four-col-adjust span>.hs_cos_wrapper {
    flex-basis: 25%;
    -webkit-flex-basis: 25%;
    margin-right:0;
    margin-top: 0;
}
.starter-event-gallery .four-col-adjust .gallery-img{
    height: 18vw;
    position:relative;
}
.starter-event-gallery .four-col-adjust .gallery-img:before{
    position: absolute;
    content: '';
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: 0;
    pointer-events: none;
    border: 6px solid #f8f8f8;
    background:linear-gradient(26deg,rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.1));
}
.starter-event-sponsored-section{
    padding:80px 0;
}
.starter-event-sponsored-section .logos ul{
    text-align:center;
}
.starter-event-sponsored-section .logos ul li{
    display: inline-block;
    width: 100%;
    max-width: 200px;
    vertical-align: middle;
    margin: 12px 14px;
    text-align: center;
}
body .row-fluid .event-contact-us .form-container{
    width: 100%;
    max-width: 430px;
    float: right;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(186,186,186,0.5);
    padding: 30px 40px 40px;
    box-sizing: border-box;
}
.event-contact-us .left-col .fa{
    font-size: 26px;
    text-align: center;
    display: block;
}
.event-contact-us .left-col .address-container{
    margin-top:30px;
}
@media (max-width:1024px){
    body .row-fluid .event-contact-us .form-container {
        padding: 20px 30px 30px;
    }
    .starter-1-event-hero {
        padding: 120px 0 80px;
    }
    .event-speakers-section .starter-1-speaker-cm .member-image {
        height: 150px;
        margin-top: 10px;
    }
    .event-pricing-section .features ul li {
        padding: 18px 15px;
    }
    .event-pricing-section .starter-event-pricing-cm-container>span>.hs_cos_wrapper {
        padding: 0 8px;
    }
    .starter-event-sponsored-section .logos ul li {
        max-width: 100px;
    }
     .event-contact-us .left-col .fa {
        font-size: 20px;
    }
}
@media (max-width:767px){
    .starter-1-event-hero {
        padding: 60px 0 50px;
    }
    body .row-fluid .starter-1-event-hero .date-container {
        padding: 20px;
        margin-top: 20px;
    }
    .event-speakers-section .starter-1-speaker-cm .member-image {
        height: 280px;
        margin-top:15px;
    }
    .event-pricing-section .starter-event-pricing-cm-container>span>.hs_cos_wrapper {
        padding: 0 ;
    }
    .starter-event-gallery .four-col-adjust .gallery-img {
        height: 220px;
    }
    .event-contact-us .left-col .fa {
        font-size: 30px;
        text-align:left;
        margin-bottom:10px;
    }
    .event-contact-us .left-col{
        margin-bottom:20px;
    }
    body .row-fluid .event-contact-us .form-container {
        padding: 15px 20px 15px;
    }
}
body .row-fluid .single-speaker-section .text-container {
    width: 100%;
    max-width: 960px;
    float: none;
    margin: 0 auto;
}
.single-speaker-section .social-icons a{
    font-size: 18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: {
        {
            baseColor 
        }
    }
    ;
    display: inline-block;
    border-radius: 50%;
    margin: 4px;
    color:#fff;
    text-align: center;
}
.single-speaker-section .social-icons{
    margin-top:10px;
}
@media (max-width:767px){
    .single-speaker-section .left-col{
        margin-bottom:24px;
    }
}
.product-hero-section{
    padding: 125px 0;
}
.row-fluid .product-hero-section .wrapper {
    max-width: 760px;
}
.product-hero-section .video-button a{
    padding: 18px 35px;
    border: 2px solid #fff;
    border-radius: 4px;
}
.product-section-1 {
    padding-bottom:40px;
}
body .row-fluid .product-section-1 .wrapper{
    max-width:1000px;
}
body .row-fluid .product-section-1 .product-image{
    height: 380px;
    margin-left: -260px;
    position: relative;
    z-index: -1;
    border:1px solid #e7e7e7;
}
.product-section-1 .text-container{
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.96);
    box-sizing: border-box;
    padding: 40px;
    margin-top: -50px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.18);
}
.product-section-1 .startre-1-product-cm{
    margin:70px 0 70px;
}
@media (max-width:1024px){
    body .row-fluid .product-section-1 .product-image {
        height: 330px;
        margin-left: -200px;
    }
    .product-section-1 .startre-1-product-cm {
        margin: 60px 0 60px;
    }
}
@media (max-width:767px){
    body .row-fluid .product-section-1 .product-image{
        height: 250px;
        margin-left: 0;
    }
    .product-section-1 .text-container {
        padding: 20px 0;
        box-shadow: none;
        margin-top: 0;
    }
    .product-section-1 .startre-1-product-cm {
        margin: 0px 0 40px;
        display: flex;
        display: -webkit-flex;
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }
    .product-hero-section {
        padding: 80px 0;
    }
}
.about-hero-section{
    padding:75px 0;
}
.row-fluid .about-hero-section .wrapper {
    max-width: 760px;
}
.about-hero-section .video-button a{
    padding: 10px 35px;
    border: 2px solid #fff;
    border-radius: 4px;
    display: inline-block;
}
.about-services-section .top-image{
    margin-bottom:30px;
}
.about-services-section .about-service-cm{
    margin-top:30px;
    padding-right:20px;
}
.about-services-section .about-service-cm .icon{
    font-size: 24px;
    float: left;
    position: relative;
    top: -2px;
    margin-right:10px;
}
.about-services-section .about-service-cm .heading-container h4{
    padding-left: 28px;
}
.about-team-section .member-image{
    width: 100%;
    margin: 0 auto 20px;
    max-width: 180px;
    height: 200px;
    position:relative;
    z-index:1;
}
.about-team-section .member-image:after{
    position:absolute;
    content:'';
    z-index:-2;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0, 0, 0, 0.18);
}
.about-team-section .member-image:before{
    position:absolute;
    content:'';
    z-index:-1;
    top:16px;
    left:16px;
    right:16px;
    bottom:16px;
    transition:all .4s ease-in-out;
    border:1px solid #fff;
}
body .row-fluid .about-team-section .four-col-adjust span>.hs_cos_wrapper:hover .member-image:before{
    top:8px;
    left:8px;
    right:8px;
    bottom:8px;
}
body .row-fluid .about-team-section .four-col-adjust span>.hs_cos_wrapper{
    padding: 30px 0 20px;
    background: #fff;
    box-shadow: 2px 3px 12px 2px #e8e8e8;
    transition:all .4s ease-in-out;
    top:0;
    margin-bottom:12px;
}
body .row-fluid .about-team-section .four-col-adjust span>.hs_cos_wrapper:hover{
    top:-5px;
}
.about-team-section .about-team-cm{
    padding:0 30px;
}
@media (max-width:1024px){
    body .row-fluid .about-team-section .four-col-adjust span>.hs_cos_wrapper {
        padding: 20px 0 20px;
        flex-basis: 30.5%;
        -webkit-flex-basis: 30.5%;
        margin-bottom:0;
    }
    .about-team-section .about-team-cm {
        padding: 0 20px;
    }
}
@media (max-width:767px){
    .about-hero-section {
        padding: 80px 0;
    }
}
.email-prefs .item .item-inner{
    min-height:100px;
}