/* @import url('http://example.com/example_style.css'); */
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

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

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


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

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

/* Videos */

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

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

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

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

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

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

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

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

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

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



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

/** 
 * Border Radius 
 *
 *  
 */




/** 
 * Box Shadow  
 *
 *  
 */




/** 
 * Transition
 * 
 *  
 */




/** 
 * Transform
 *
 *  
 */





body {margin: 0px}
.robo-par {max-width: 808px; margin: 0 auto!important;float: none!important; text-align: center!important;
    float: none!important;
    margin: 0 auto!important;}
.robo-form {margin-bottom:-30px!important;}
.nBody.body-container-wrapper{font-family:'Open Sans';}
.footerlp-copyright {font-size:15px}
.footerlp-copyright a {color:white!important;text-decoration: underline!important}
.footerlp-copyright a:hover {text-decoration: none!important}
.lpfooter-right {text-align: right!important}
.nBody *,.nBody *:before,.nBody *:after,.nFooter *,.nFooter *:before,.nBody *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.nBody .body-container-wrapper,.nFooter .footer-container-wrapper{margin:0;padding:0;font-family:'Open Sans', Arial, Helvetica, sans-serif;font-size:16px;line-height:26px;color:#3E3E3F;background:#fff;overflow-x:hidden}
img{border:0;vertical-align:top;height:auto;max-width:100%;}
hr{border:none;outline:none;float:left;width:100%;height:1px;background:#f2f2f2;clear:both;margin:30px 0;} 
.clear{clear:both}
a{text-decoration:none;}
.row-fluid [class*="span"]{min-height:1px;}
p{padding:15px 0;margin:0;}
.calc-thank-you-msg{display:none!important;font-size:18px;font-weight:600;padding-top:82px;position:absolute;}
.thank_msg_url_msg .calc-thank-you-msg{display:block!important;}
.thank_msg_url_msg .hs-button.primary.large{display:none;}
.thank_msg_url_msg .calculatorform-left input[type="email"]{display:none;}
.thank_msg_url_msg .calculatorform-left input[name="company_website"]{display:none;}
.thank_msg_url_msg .calc-thank-you-msg .submitted-message{text-align:center;}
.thank_msg_url_msg .row-fluid .calculatorform-left .hs_submit .actions::before{background:none;}
.calculatorform-left legend{display:none!important;}
.form_in_hidd{display:none;}
.tool_tip_tit{display:none!important;}
.calculatorform-left label{color:#3E3E3F;font-size:15px;font-weight: 600;line-height: 18px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:18px;margin: 0 0 12px;padding: 8px 0 8px 40px;display:block;}
.form_list_main {float:left;width:100%;margin-bottom:20px;}
.form_list_left {float:left;width:48%; }
.form_list_right {float:right;width:48%; }
.form_field_las {margin-bottom:40px; }
.calculatorform-left .hs_average_monthly_website_traffic > label {background: url("https://190063.fs1.hubspotusercontent-na1.net/hubfs/190063/TheSpotOnAgency-2017/images/icon-1.png?t=1486404176431") no-repeat scroll left center;}
.calculatorform-left .hs_average_monthly_leads_from_your_site > label {background: url("https://190063.fs1.hubspotusercontent-na1.net/hubfs/190063/TheSpotOnAgency-2017/images/icon-2.png?t=1486404176431") no-repeat scroll left center;}
.calculatorform-left .hs_percentage_of_qualified_leads > label {background: url("https://190063.fs1.hubspotusercontent-na1.net/hubfs/190063/TheSpotOnAgency-2017/images/icon-3.png?t=1486404176431") no-repeat scroll left center;}
.calculatorform-left .hs_close_rate > label {background: url("https://190063.fs1.hubspotusercontent-na1.net/hubfs/190063/TheSpotOnAgency-2017/images/icon-4.png?t=1486404176431") no-repeat scroll left center;}
.calculatorform-left .hs_customer_lifetime_value > label {background: url("https://190063.fs1.hubspotusercontent-na1.net/hubfs/190063/TheSpotOnAgency-2017/images/icon-5.png?t=1486404176431") no-repeat scroll left center;}
.error-btn {margin: 20px auto!important; float: none!important; text-align: center!important;}
.audit-tool {padding: 100px 0px 120px; background: #f1f1f1}
.calculatorform-left .hs_email {margin-left: 30px;max-width: 670px;padding: 0 !important;position: relative;width: 100% !important;}
.hs_company_website.field.hs-form-field > label {display: none !important;}
.calculatorform-left .form-columns-2{margin-top: 60px;max-width: 1020px;position: absolute;width: 100%;}
.meetings-iframe-container {margin-top: 0px!important}
.meetings-lib {padding-top: 0px!important;}
.row-fluid .calculatorform-left .hs_submit {bottom: 34px;left: auto;max-width: 612px;position: absolute;right: 0;transform: translateX(0%);width: 100%;}
.calculatorform-left .hs_email input {background: #fff none repeat scroll 0 0;border: 0 none;border-radius: 5px;box-shadow: -1px 3px 6px 0 rgba(0, 0, 0, 0.14);color: #000;font-family: "Open Sans" !important;font-size: 17px;font-weight: 600;height: 66px !important;margin: 0;padding: 0 220px 0 30px;}
.calculatorform-left .hs_company_website.field.hs-form-field {display: block !important;max-width: 320px;padding: 0 !important;width: 100%;}
.calculatorform-left .hs_company_website.field.hs-form-field input[type="text"] {color: #000;font-family: "Open Sans" !important;font-size: 17px;font-weight: 600;background:#fff;height:66px;}
ul.pagination li a {color: #3E3E3F;}
ul.pagination li a:hover {color: white;}
.hs-error-msg {color: #3ec0be; font-weight: bold}
.hs-error-msgs {padding-top: 0px!important; padding-bottom: 15px!important}
legend.hs-field-desc {padding: 10px 0px}
/*.nBody .body-container-wrapper input , .nBody .body-container-wrapper button , .nBody .body-container-wrapper textarea, .nBody .body-container-wrapper select , .nBody .body-container-wrapper input[type="text"], .nBody .body-container-wrapper input[type="password"], .nBody .body-container-wrapper input[type="datetime"], .nBody .body-container-wrapper input[type="datetime-local"], .nBody .body-container-wrapper  input[type="date"], .nBody .body-container-wrapper  input[type="month"], .nBody .body-container-wrapper input[type="time"], .nBody .body-container-wrapper input[type="week"], .nBody .body-container-wrapper  input[type="number"], .nBody .body-container-wrapper input[type="email"], .nBody .body-container-wrapper input[type="url"], .nBody .body-container-wrapper input[type="search"], .nBody .body-container-wrapper input[type="tel"], .nBody .body-container-wrapper input[type="color"],.nFooter .footer-container-wrapper input , .nFooter .footer-container-wrapper button , .nFooter .footer-container-wrapper textarea, .nFooter .footer-container-wrapper select , .nFooter .footer-container-wrapper input[type="text"], .nFooter .footer-container-wrapper input[type="password"], .nFooter .footer-container-wrapper input[type="datetime"], .nFooter .footer-container-wrapper input[type="datetime-local"], .nFooter .footer-container-wrapper  input[type="date"], .nFooter .footer-container-wrapper  input[type="month"], .nFooter .footer-container-wrapper input[type="time"], .nFooter .footer-container-wrapper input[type="week"], .nFooter .footer-container-wrapper  input[type="number"], .nFooter .footer-container-wrapper input[type="email"], .nFooter .footer-container-wrapper input[type="url"], .nFooter .footer-container-wrapper input[type="search"], .nFooter .footer-container-wrapper input[type="tel"], .nFooter .footer-container-wrapper input[type="color"] { outline:none; border:1px solid #949494; background:#fff; height:50px; padding:0 20px; border-radius: 3px!important; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:16px; width:100%; }*/
.nBody .body-container-wrapper input[type=checkbox] , .nBody .body-container-wrapper input[type=radio], .nFooter .footer-container-wrapper input[type=checkbox] , .nFooter .footer-container-wrapper input[type=radio] { width:auto; height:auto; } 
.nBody .body-container-wrapper textarea, .nFooter .footer-container-wrapper textarea { padding:15px 20px; height:100px; }
.nBody .body-container-wrapper select, .nFooter .footer-container-wrapper select { font-size:15px; background:url(https://190063.fs1.hubspotusercontent-na1.net/hubfs/190063/TheSpotOnAgency-2017/images/down-arrow.png) no-repeat center right #fff;  appearance:none; -moz-appearance:none;  -webkit-appearance:none; }
.nBody .body-container-wrapper input[type=submit] , .nBody .body-container-wrapper button, .nFooter .footer-container-wrapper input[type=submit] , .nFooter .footer-container-wrapper button { height:auto; width:auto; border:none; cursor:pointer; background:url(https://190063.fs1.hubspotusercontent-na1.net/hubfs/190063/TheSpotOnAgency-2017/images/blank.png) no-repeat left top #fcb033; font-size:17px; line-height:24px; font-weight:700; padding:8px 20px; color:#fff; display:inline-block; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all  0.4s ease-in-out; }
.nBody .body-container-wrapper input[type=submit]:hover , .nBody .body-container-wrapper  button:hover, .nFooter .footer-container-wrapper input[type=submit]:hover , .nFooter .footer-container-wrapper button:hover { background-color:#fecd7d; }
.nBody .body-container-wrapper ul.hs-error-msgs, .nFooter .body-container-wrapper ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%;}
.nBody .body-container-wrapper .hs-form .input , .nFooter .body-container-wrapper .hs-form .input { margin:0; }
.nBody .body-container-wrapper .hs-form .hs-form-field, .nFooter .body-container-wrapper .hs-form .hs-form-field { padding:0 0 10px; }
.nBody .body-container-wrapper .row-fluid .hs-form fieldset.form-columns-2 .input , .nBody .body-container-wrapper .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input, 
.nFooter .body-container-wrapper .row-fluid .hs-form fieldset.form-columns-2 .input , .nFooter .body-container-wrapper .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input {margin-right:0}
.nBody .body-container-wrapper .row-fluid .hs-form fieldset.form-columns-2 .field, .nFooter .body-container-wrapper .row-fluid .hs-form fieldset.form-columns-2 .field {padding:0 0 10px 10px}
.nBody .body-container-wrapper .row-fluid .hs-form fieldset.form-columns-2 .field:first-child, .nFooter .body-container-wrapper .row-fluid .hs-form fieldset.form-columns-2 .field:first-child {padding:0 10px 10px 0; }
.nBody .body-container-wrapper .row-fluid .hs-form fieldset.form-columns-3 .field, .nFooter .body-container-wrapper .row-fluid .hs-form fieldset.form-columns-3 .field {padding:0 0 10px 10px }
.nBody .body-container-wrapper .row-fluid .hs-form fieldset.form-columns-3 .field:first-child, .nFooter .body-container-wrapper .row-fluid .hs-form fieldset.form-columns-3 .field:first-child {padding:0 10px 10px 0;}
.nBody .body-container-wrapper .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field, .nFooter .body-container-wrapper .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field {padding:0 5px 10px;}
.nBody .body-container-wrapper .row-fluid .hs-form fieldset .hs-input, .nFooter .body-container-wrapper .row-fluid .hs-form fieldset .hs-input {width:100% !important;}
.nBody .body-container-wrapper .row-fluid .hs-form fieldset, .nFooter .body-container-wrapper .row-fluid .hs-form fieldset {max-width:none;}
.nBody .body-container-wrapper .row-fluid .hs-form fieldset input[type="checkbox"], .nFooter .body-container-wrapper .row-fluid .hs-form fieldset input[type="radio"],
.nBody .body-container-wrapper .row-fluid .hs-form fieldset input[type="checkbox"], .nFooter .body-container-wrapper .row-fluid .hs-form fieldset input[type="radio"]{width:auto !important;}
.nBody .body-container-wrapper ul.inputs-list , .nFooter .body-container-wrapper ul.inputs-list { margin:0;padding:5px 0;list-style:none; }
.nBody .body-container-wrapper .row-fluid .inputs-list .hs-form-checkbox-display , .nBody .body-container-wrapper .row-fluid .inputs-list .hs-form-booleancheckbox , .nBody .body-container-wrapper .row-fluid .inputs-list li.hs-form-radio,
.nFooter .body-container-wrapper .row-fluid .inputs-list .hs-form-checkbox-display , .nFooter .body-container-wrapper .row-fluid .inputs-list .hs-form-booleancheckbox , .nFooter .body-container-wrapper .row-fluid .inputs-list li.hs-form-radio {display:block;padding:0 0 8px 25px;position:relative;}
.nBody .body-container-wrapper .row-fluid .inputs-list input[type="checkbox"] , .nBody .body-container-wrapper .row-fluid .inputs-list input[type="radio"] ,
.nFooter .body-container-wrapper .row-fluid .inputs-list input[type="checkbox"] , .nFooter .body-container-wrapper .row-fluid .inputs-list input[type="radio"] {position:absolute;left:0;margin:0;top:0;opacity: 0;width: 20px;height: 20px;}
.nBody .body-container-wrapper .row-fluid .inputs-list input[type="radio"], .nFooter .body-container-wrapper .row-fluid .inputs-list input[type="radio"] {top:3px;}
.nBody .body-container-wrapper .row-fluid .inputs-list input[type="checkbox"] + span, .nFooter .body-container-wrapper .row-fluid .inputs-list input[type="checkbox"] + span {line-height: 22px;position:relative;display: block;}
.nBody .body-container-wrapper .row-fluid .inputs-list input[type="checkbox"] + span:before, .nFooter .body-container-wrapper .row-fluid .inputs-list input[type="checkbox"] + span:before  {position:absolute;left:-25px;top:0;content:'';width:20px;height:20px;border:1px solid #dadada;color:#fafafa;background:#fafafa; }
.nBody .body-container-wrapper .row-fluid .inputs-list input[type="checkbox"]:checked + span:before, .nFooter .body-container-wrapper .row-fluid .inputs-list input[type="checkbox"]:checked + span:before {background:#000;color:#fff;border-color:#000; }
.nBody .body-container-wrapper .row-fluid .inputs-list input[type="checkbox"]:checked + span:after, .nFooter .body-container-wrapper .row-fluid .inputs-list input[type="checkbox"]:checked + span:after {text-align:center;color:#fff;position:absolute;background: #3ec0be;left:-25px;top:0;content: "\f00c";font-family:'FontAwesome';width: 20px;line-height: 20px;}
.nBody .body-container-wrapper .row-fluid .inputs-list input[type="radio"] + span:before, .nFooter .body-container-wrapper .row-fluid .inputs-list input[type="radio"] + span:before {position:absolute;left:-2px;top:2px;content:'';width:20px;height:20px;border:1px solid #dadada;background:#fafafa;border-radius:100%}
.nBody .body-container-wrapper .row-fluid .inputs-list input[type="radio"]:checked + span:after, .nFooter .body-container-wrapper .row-fluid .inputs-list input[type="radio"]:checked + span:after {position:absolute;left:2px;top:6px;content:'';width:12px;height:12px;border-color:#000;background:#fcb033;border-radius:100%}
.search-bar input, input.hs-search-field__input {border:0px!important}
@media  (max-width: 767px){
.calculatorform-left .form-columns-2 {position: relative;}
.row-fluid .calculatorform-left .hs_submit {bottom: 128px;max-width: 100%;}
.form_list_left { margin-bottom:20px;width: 100%;max-width:100%;}
.form_list_right { float: left !important; width: 100%;max-width:100%;}
.calculatorform-left .hs_company_website.field.hs-form-field {margin-bottom: 20px;max-width: 100%;width: 100%;}
.calculatorform-left .hs_email {margin-left: 0;max-width: 100%;}
}    
@media  (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) { 
.nBody .body-container-wrapper .row-fluid .hs-form fieldset.form-columns-2 .field, .nFooter .body-container-wrapper .row-fluid .hs-form fieldset.form-columns-2 .field {padding:0 0 10px 0}
.nBody .body-container-wrapper .row-fluid .hs-form fieldset.form-columns-2 .field:first-child, .nFooter .body-container-wrapper .row-fluid .hs-form fieldset.form-columns-2 .field:first-child {padding:0 0 10px 0}
.nBody .body-container-wrapper .row-fluid .hs-form fieldset.form-columns-3 .field, .nFooter .body-container-wrapper .row-fluid .hs-form fieldset.form-columns-3 .field {padding:0 0 10px}
.nBody .body-container-wrapper .row-fluid .hs-form fieldset.form-columns-3 .field:first-child, .nFooter .body-container-wrapper .row-fluid .hs-form fieldset.form-columns-3 .field:first-child {padding:0 0 10px 0;}
.nBody .body-container-wrapper .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field, .nFooter .body-container-wrapper .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field {padding:0 0 10px;}
}
.nBody .body-container-wrapper { overflow:hidden; }
.nBody .body-container-wrapper .row-fluid a.cta_button, .nFooter .body-container-wrapper .row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
.nBody .body-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .nBody .body-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited , .nBody .body-container-wrapper .row-fluid .hs-menu-wrapper.hs-menu-flow-vertical li a,
.nFooter .body-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .nFooter .body-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited , .nFooter .body-container-wrapper .row-fluid .hs-menu-wrapper.hs-menu-flow-vertical li a { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.nBody .body-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a  , .nBody .body-container-wrapper .row-fluid .hs-menu-wrapper.hs-menu-flow-vertical li a,
.nFooter .body-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a  , .nFooter .body-container-wrapper .row-fluid .hs-menu-wrapper.hs-menu-flow-vertical li a{ width:100%; }
.nBody .body-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul , .nFooter .body-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul  { vertical-align:top; }
.nBody .body-container-wrapper .row-fluid .hs-menu-wrapper.hs-menu-flow-vertical li a , .nFooter .body-container-wrapper .row-fluid .hs-menu-wrapper.hs-menu-flow-vertical li a  { white-space: normal; }
.nBody .body-container-wrapper .row-fluid [class*="span"] , .nFooter .footer-container-wrapper .row-fluid [class*="span"] , .nTop .header-container-wrapper .row-fluid [class*="span"] { min-height:1px; }
.row-fluid .bgimg-main, .row-fluid .bg-set { background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .bg-img, .row-fluid .mobile-bg-img { display:none; }

/****** Longform LP POA *****/
.long-hero h1 {text-align: center!important;padding: 0px!important;font-size: 66px!important;line-height: 76px!important}
.long-hero h2 {color: #39c9cb!important;font-size: 41px!important;font-weight: 600!important;text-align: center;padding-bottom: 30px!important}
.list-style ul {margin: 0px;padding: 10px 0px 10px 10px;list-style: none}
.list-style ul li:before {content: "•";color: #39c9cb;padding-right: 4px;font-weight: bold;font-size: 20px}
.list-style li {text-indent: -10px;margin-bottom: 20px}
.list-style li:last-child {margin-bottom: 0px}
.trusted {font-style: italic;font-size: 14px;border-top: 1px solid #959595;padding-top: 20px;margin-top: 10px}
.long-hero {padding-bottom: 50px!important}
.hero-right {margin-top: 16px}
.stickywrapper.sticky{padding-top:63px;}
.stickyibar li > a.active, .stickyibar li > a.hover {color: #fcb033!important;}
.row-fluid .stickyibar{z-index:3;}
.stickyibar {background-color:#3e3e3f;}
.stickyibar.sticky{left:0;position:fixed;top:0px width:100%;z-index:2;}
.stickyibar ul{margin:0;padding:0;}
.stickyibar ul:after{content:'';display:table;clear:both;}
.stickyibar li{list-style:none;float:left;}
.stickyibar li > a{color:#ffffff!important;display:block;font-size:19px;font-weight:600;padding:18px 20px;}
.stickyibar li:first-child > a{padding-left:0;}
.stickyibar li > a:hover, .stickyibar li > a.active{color:#fcb033!important}
.longlp-main {padding: 30px 0px 35px}
.check-style ul {margin: 0px; padding: 10px 0px 10px 20px;list-style: none}
.check-style ul li:before {content: "\f00c";font-family:'FontAwesome';color: #39c9cb;padding-right: 4px;font-weight: bold;font-size: 20px}
.check-style li {text-indent: -25px;margin-bottom: 20px}
.who-needs {border-bottom: 1px solid #e1e1e1;padding-bottom: 30px;margin-bottom: 30px}
.icon-group {margin-bottom: 30px}
.gray-bg {background-color: #f5f5f5;padding: 35px 0px}
.pricing-header {text-align: center;margin-bottom: 30px}
.plan {background-color: #fff;border-radius: 5px;padding: 39px 25px 10px;box-shadow: -5px 5px 15px -2px rgba(0, 0, 0, 0.1);z-index: 1;position: relative}
.plan2 {margin-bottom: 20px}
.blue h3 {color: #39c9cb!important;font-size: 24px!important;font-weight: 500!important;line-height: 31px!important}
.blue-signup {text-align: center!important}
.blue-signup h3 {color: #39c9cb!important;font-size: 28px!important;font-weight:600!important;line-height: 33px!important;margin-bottom: 10px!important; text-align: center!important}
.blue-signup h3 a {color: #39c9cb!important}
.blue-signup h3 a:hover {text-decoration: none!important;color: #39c9cb!important; }
.blue1 h3 {margin-bottom: 20px; color: #39c9cb!important;font-size: 24px!important;font-weight: 500!important;padding-left: 20px!important;line-height: 31px!important}
.blue2 h3 {margin-bottom: 20px; color: #39c9cb!important;font-size: 24px!important;font-weight: 500!important;padding-left: 20px!important;line-height: 31px!important}
.whydo {text-align: center!important;padding: 35px 0px 35px!important}
.whydo h2 {margin-bottom: 20px!important}
.whydo h4 {color: #39c9cb!important;font-family: 'Open Sans', sans-serif!important;font-size: 19px!important;line-height: 26px;font-weight: 700!important;margin: 20px 0px 0px!important;padding: 0px!important;clear: both;text-transform: uppercase;}
.whydo p {text-align: center!important;padding: 0px!important}
.longlp-signup {padding: 35px 0px 70px!important}
.longlp-form {position: inherit!important; max-width: 500px;float:none!important;margin: 0 auto!important}
.longlp-main:after, .pricing:after, .whydo:after {content: url(https://www.thespotonagency.com/hubfs/images/LP_graphics/pointer.png);position: absolute;left: 50%;}
.whatget-right {margin-top: 10px}
.blue1 h3:before {content: '01';color: #d9d9d9;font-size: 90px;opacity: 0.4;position: absolute;font-weight: 700;z-index: -1;margin-left: -24px!important}
.blue2 h3:before {content: '02';color: #d9d9d9;font-size: 90px;opacity: 0.4;position: absolute;font-weight: 700;z-index: -1;margin-left: -24px!important}
.long-lp a.link-style {font-size: 18px!important; padding-bottom: 10px!important}
.meeting-cta {margin-top: 30px;font-size: 18px;font-style: italic}
.meeting-cta a {text-decoration: underline!important}
.meeting-cta a:hover {text-decoration: none!important}
.brochure-info {font-size: 19px; font-weight:bold;margin: 40px auto 20px auto!important;max-width: 350px;float: none!important}
.long-lp .formbottom-formbox h3 {display: none}
.poa-formtxt {font-size: 15px;line-height: 20px}
.long-lp .desktop_bottom_form {display: inherit!important}
.poa-video {margin-bottom: 40px}
.meeting-logo img {max-width: 100px!important}
.meeting-logo {text-align: center}
div.fullsize-container.m-x-auto.p-top-12 {padding-top: 0px!important}
.meeting-info {text-align: center;padding-top: 40px}
.row-fluid .meeting-info h1 {font-size: 40px!important;line-height: 46px!important;margin-bottom: -40px}
.hs_upload_a_file input {border: 0px!important; padding: 15px 0px!important}
/*linkedin marketing page*/
.linkedin-form {background:#f5f5f5;padding:20px 0;}
.linkedin-form h2 {font-size:32px!important; margin-bottom:-10px!important;}
.linkedin-form input[type=submit], .linkedin-form button {height: auto!important;width: auto!important;border: none!important;cursor: pointer!important;background: url(https://190063.fs1.hubspotusercontent-na1.net/hubfs/190063/TheSpotOnAgency-2017/images/blank.png?t=1522175648473) no-repeat left top #fcb033!important;font-size: 17px!important;font-weight: 700!important;padding: 8px 20px!important;color: #fff!important;display: inline-block!important;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
.pdflp h1 {font-size: 47px!important;font-weight: 400!important;line-height: 50px!important;padding: 0px!important;color: #fff!important;text-shadow: rgba(0,0,0,0.4) 0 0 10px!important;}
.row-fluid .linkedin-form span {line-height:36px!important; color:#414141;}
@media (max-width:767px) {.pdflp h1 {font-size: 37px!important;line-height: 42px!important;}
.row-fluid .meeting-info h1 { margin-bottom: -20px}
.linkedin-form h2 {text-align:center!important;}
.longlp-main {padding-top: 10px!important}
.who-needs {margin-bottom: 20px}
.whatget-right {text-align: center;margin-bottom: 20px}
.brochure {margin-bottom: 40px} 
.brochure-info {margin: 35px auto 10px auto!important}
.icon-1-3 {margin-bottom: 25px}
.pricing-header {margin-bottom: 10px}
}
@media (min-width:767px) {.mobile-drop, .tabbing-click {display:none!important;}}

/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .title-uppercase h1 , .row-fluid .title-uppercase h2 , .row-fluid .title-uppercase h3 , .row-fluid .title-uppercase h4 , .row-fluid .title-uppercase h5 , .row-fluid .title-uppercase h6 {text-transform:uppercase;}
.row-fluid .text-center {text-align:center;}
.row-fluid .text-left {text-align:left;}
.row-fluid .text-right {text-align:right;}
.row-fluid .text-white , .row-fluid .text-white h1 , .row-fluid .text-white h2 , .row-fluid .text-white h3 , .row-fluid .text-white h4 , .row-fluid .text-white h5 , .row-fluid .text-white h6 {color:#fff;}
.row-fluid .text-italic {font-style:italic;}
.row-fluid .text-white a {color:#fff;}  
.row-fluid .text-white a:hover {color:#39c9cb;}
.row-fluid .case-consult {width: 70%!important; margin: 0 auto!important; float: none!important;}
.row-fluid .case-consult h2 {line-height: 44px!important;}
.row-fluid .case-image {margin-bottom: 20px;}

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

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

.nBody .body-container-wrapper ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
.nBody .body-container-wrapper ul.slick-dots { text-align:center; padding:10px 0 0; }
.nBody .body-container-wrapper ul.slick-dots li { display:inline-block; padding:0 5px; }
.nBody .body-container-wrapper ul.slick-dots li button { display:inline-block; background:#fff;  width:15px; height:15px; border-radius:100%; font-size:0; text-index:-9999; cursor:pointer; font-size:0; padding:0; }
.nBody .body-container-wrapper ul.slick-dots li button:hover , .nBody .body-container-wrapper ul.slick-dots li.slick-active button { background:#fbb314; }
.dash .wrapper {width: 1400px!important}
.client-dash iframe {width: 100%!important}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp { padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; }
.fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; }
.fancybox-skin { position: relative; background: #f9f9f9; color: #444; text-shadow: none; }
.fancybox-opened { z-index: 8030; }
.fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
.fancybox-outer, .fancybox-inner { position: relative; }
.fancybox-inner { overflow: hidden; }
.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; }
.fancybox-error { color: #444; font: 14px/20px "Arial", Helvetica, Arial, sans-serif; margin: 0; padding: 15px; white-space: nowrap; }
.fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; }
.fancybox-image { max-width: 100%; max-height: 100%; }
#fancybox-loading, .fancybox-prev span, .fancybox-next span { background-image: url('//cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/fancybox_sprite.png'); }
#fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; }
#fancybox-loading div { width: 44px; height: 44px; background: url('//cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/fancybox_loading.gif') center center no-repeat; }
.fancybox-close { text-decoration:none; color:#fff !important; position: absolute; top: -18px; right: -34px; width: 36px; height: 36px; line-height:36px; text-align:center; cursor: pointer; z-index: 8040; font-size:24px; }
.fancybox-close:before { content:"\f00d"; font-family:'FontAwesome';  }
.fancybox-nav { position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; text-decoration: none; background: transparent url('//190063.fs1.hubspotusercontent-na1.net/hubfs/190063/TheSpotOnAgency-2017/images/blank.png'); -webkit-tap-highlight-color: rgba(0, 0, 0, 0); z-index: 8040; }
.fancybox-prev { left: 0; }
.fancybox-next { right: 0; }
.fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 34px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; }
.fancybox-prev span { left: 10px; background-position: 0 -36px; }
.fancybox-next span { right: 10px; background-position: 0 -72px; }
.fancybox-nav:hover span { visibility: visible; }
.fancybox-tmp { position: absolute; top: -99999px; left: -99999px; visibility: hidden; max-width: 99999px; max-height: 99999px; overflow: visible !important; }
/* Overlay helper */

.fancybox-lock { overflow: hidden !important; width: auto; }
.fancybox-lock body { overflow: hidden !important; }
.fancybox-lock-test { overflow-y: hidden !important; }
.fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background:none; }
.fancybox-overlay:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.8); opacity:0.8; }
.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }
.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }
/* Title helper */

.fancybox-title { visibility: hidden; font: normal 13px/20px "Arial", Helvetica, Arial, sans-serif; position: relative; text-shadow: none; z-index: 8050; }
.fancybox-opened .fancybox-title { visibility: visible; }
.fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; }
.fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; /* Fallback for web browsers that doesn't support RGBa */ background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; white-space: nowrap; }
.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; }
.fancybox-title-inside-wrap { padding-top: 10px; }
.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, .8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min--moz-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5) {
 #fancybox-loading, .fancybox-prev span, .fancybox-next span {
 background-image: url('//cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/fancybox_sprite@2x.png');
 background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
}
 #fancybox-loading div {
 background-image: url('//cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/fancybox_loading@2x.gif');
 background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
}
}

.row-fluid .link-style a, .row-fluid a.link-style  { text-align:center; overflow:hidden; border-radius:50px; display:inline-block; font-size:16px; line-height:24px; padding:8px 35px 8px 15px; font-weight:600; color:#4c4c4d; background:#c8c8c8; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); position: relative; }
.row-fluid .link-style a:before, .row-fluid a.link-style:before { content:""; position:absolute; z-index:-1; top:0; left:0; right:0; bottom:0; background:#bababa; -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);;  -webkit-transform-origin:0 50%; transform-origin:0 50%;  -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;;}
.row-fluid .link-style.link-color a, .row-fluid a.link-style.link-color { background:rgba(156,109,31,0.8); color:#fff; }
.row-fluid .link-style.link-color a:before, .row-fluid a.link-style.link-color:before  { background:rgba(156,109,31,0.8); }

.row-fluid .link-style.link-color2 a, .row-fluid a.link-style.link-color2 { background:#39c9cb; color:#fff; }
.row-fluid .link-style.link-color2 a:before, .row-fluid a.link-style.link-color2:before  { background:#20b9bb; }

.row-fluid .link-style.link-color3 a, .row-fluid a.link-style.link-color3 { background:#fcb033; color:#fff; }
.row-fluid .link-style.link-color3 a:before, .row-fluid a.link-style.link-color3:before  { background:#eb9f21; }

.row-fluid .link-style a:hover, .row-fluid a.link-style:hover { color:#4c4c4d; }
.row-fluid .link-style.link-color a:hover, .row-fluid a.link-style.link-color:hover { color:#fff; }
.row-fluid .link-style.link-color2 a:hover, .row-fluid a.link-style.link-color2:hover { color:#fff; }
.row-fluid .link-style.link-color3 a:hover, .row-fluid a.link-style.link-color3:hover { color:#fff; }
.row-fluid .link-style a:hover:before, .row-fluid a.link-style:hover:before  { -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);; }
.row-fluid .link-style a:after, .row-fluid a.link-style:after { top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; right:12px; content:"\f061"; color:#3db5b2; position:absolute; line-height:26px; padding:0; font-family:'FontAwesome'; }
.row-fluid .link-style.link-color a:after, .row-fluid a.link-style.link-color:after { color:#fbaf33; }
.row-fluid .link-style.link-color2 a:after, .row-fluid a.link-style.link-color2:after { color:#288987; }
.row-fluid .link-style.link-color3 a:after, .row-fluid a.link-style.link-color3:after { color:#a77421; }


.row-fluid .link-style2 a, .row-fluid a.link-style2 { text-align:center; overflow:hidden; border-radius:50px; display:inline-block; font-size:16px; line-height:24px; padding:8px 45px 8px 25px; font-weight:600; color:#fff; background:#fcb033; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); position: relative; }
.row-fluid .link-style2 a:before, .row-fluid a.link-style2:before { content:""; position:absolute; z-index:-1; top:0; left:0; right:0; bottom:0; background:#d7962b; -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);;  -webkit-transform-origin:0 50%; transform-origin:0 50%;  -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;;}
.row-fluid .link-style2 a:hover, .row-fluid a.link-style2:hover { color:#fff; }
.row-fluid .link-style2 a:hover:before, .row-fluid a.link-style2:hover:before  { -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);; }
.row-fluid .link-style2 a:after, .row-fluid a.link-style2:after { top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; right:21px; content:"\f063"; position:absolute; line-height:26px; padding:0; font-family:'FontAwesome'; }


.row-fluid .link-style a:hover, .row-fluid a.link-style:hover { color:#4c4c4d; }
.row-fluid .wrapper { margin:0 auto !important; width:1020px; float:none !important; } 

.cut-section { position:relative; }
.cut-img { position:absolute; left:-5%; bottom:-5px; width:110%; max-width:none; height:auto !important; }

.cut-section2 { position:relative; }
.cut-img2 { position:absolute; left:-5%; bottom:100%; width:110%; max-width:none; height:auto !important; }
.header2  .cut-img2 { bottom:-5px; }

.cut-section3 { position:relative; }
.cut-img3 { position:absolute; left:-5%; top:-10px; width:110%; max-width:none; height:auto !important; }

.cut-section4 { position:relative; }
.cut-img4 { position:absolute; left:-5%; bottom:-5px; width:110%; max-width:none; height:auto !important; }
.blog-header .cut-img4 { bottom:-5px; }

.row-fluid .header { padding:150px 0 150px; text-align:center; position:relative; color:#fff;  }
.row-fluid .short-header {padding: 80px 70px!important;}
.row-fluid .header:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:#22b5b1; opacity:0.86; }
.row-fluid .header > div { position:relative; }
.row-fluid .header h1 { padding:0 0 25px; font-family:'Roboto Slab'; color:#fff; font-size:52px !important; line-height:54px !important;  }
.row-fluid .header-text { font-weight:600; font-size:20px; line-height:28px; padding:0 24% 35px; }
.row-fluid .case-header-text {padding:0 20% 35px!important;}
.row-fluid .headerwatchvideo-link a { overflow:hidden; border-radius:50px; display:inline-block; font-size:16px; line-height:24px; padding:8px 45px 8px 15px; font-weight:600; color:#fff; background:rgba(3,76,73,0.8); -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); position: relative; }
.row-fluid .headerwatchvideo-link a:before { content:""; position:absolute; z-index:-1; top:0; left:0; right:0; bottom:0; background:#237776; -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);;  -webkit-transform-origin:0 50%; transform-origin:0 50%;  -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;;}
.row-fluid .headerwatchvideo-link a:hover { color:#fff; }
.row-fluid .headerwatchvideo-link a:hover:before  { -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);; }
.row-fluid .headerwatchvideo-link a:after { top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; right:12px; content:''; position:absolute; background:url(https://190063.fs1.hubspotusercontent-na1.net/hubfs/190063/TheSpotOnAgency-2017/images/play-icon.png) no-repeat center; width:21px; height:100%; }
.row-fluid .headerwatchvideo-linkmob { display:none; }

.hs-author-profile

{background-color: white;
border-radius: 3px;	 padding: 10px 25px 25px;
border-left: 5px solid #fcb033;
 box-shadow: -3px 3px 6px 0px rgba(0,0,0,0.14);
margin-bottom: 40px; -webkit-box-shadow: -3px 3px 6px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: -3px 3px 6px 0px rgba(0,0,0,0.14);
    -o-box-shadow: -3px 3px 6px 0px rgba(0,0,0,0.14);
    -ms-box-shadow: -3px 3px 6px 0px rgba(0,0,0,0.14); }
.hs-author-avatar {padding-right: 10px;}	
.hs-author-avatar img {border-radius: 50px}
.hs-author-name h2 {font-size: 30px!important;}
.hs-author-listing-header {display: none;}
.hs-author-avatar {width: 15%; float: left}
.hs-author-social-label {font-weight: bold;}
.hs-author-social-section {margin-top: 20px}

.row-fluid .turnvisitor-section { background-color:#eeeeee; padding:88px 0 250px; background-position:top; }
.row-fluid .turnvisitor-cont { padding:0 10% 0 0; }
.row-fluid .turnvisitor-cont h2 { padding:0 0 20px; }
.row-fluid .turnvisitor-text { padding:0 0 30px; }
.row-fluid .case-tiles {padding: 60px 0px 50px!important;}
.row-fluid .videoimg-left { float:left; width:50%; position:relative; }
.row-fluid .videoimg-left:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:#fcb033; opacity:0.76; }
.row-fluid .videocont-right { float:left; width:50%; margin:0; background:#fcb033; padding:0 9% 0 65px; }
.row-fluid .videocont-r { padding:60px 0 85px; width:100%; }
.row-fluid .videocont-text { padding:25px 0 30px;  font-family:'Roboto Slab', Arial, Helvetica, sans-serif; font-size:30px; line-height:45px; }
.row-fluid .inboundvideo-link a { display:inline-block; border-radius:100%; color:#fcb033; font-size:24px; width:60px; height:60px; text-align:center; line-height:60px; background:#d7962b; }
.row-fluid .inboundvideo-link a:hover { background:#d18810; color:#fcb033;  }
.row-fluid .inboundvideo-link i { margin: 0 -6px 0 0; }
.row-fluid .inboundvideo-link2 a { font-size:22px; line-height:22px; text-transform:uppercase; color:#9c6d1f; font-weight:900; }
.row-fluid .inboundvideo-link2 a:hover { color:#9c6d1f; }
.row-fluid .inboundvideo-link2 a i { -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;; color:#fff; display:inline-block; margin:3px 0 0 5px; font-size:18px; vertical-align:top }
.row-fluid .inboundvideo-link2 a:hover i { -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);; }

.row-fluid .calculator-section { padding:50px 0 0; }
.row-fluid .calculator-section h2 { color:#39c9cb; }
.row-fluid .sub-text { color:#4c4c4d; font-size:18px; padding:5px 0 10px; line-height:30px; }
.row-fluid .calculatorform-left h3 { display:none; }
.row-fluid .calculatorform-main { position:relative; margin:0 0 -195px; z-index:5; padding:40px 0 160px; }
.row-fluid .calculatorform-left fieldset .hs-form-field { display:none; padding-bottom:40px; }
.row-fluid .calculatorform-left   fieldset .hs-form-field { padding-bottom:16px !important; }
.row-fluid .calculatorform-left fieldset .hs_email, .row-fluid .calculatorform-left fieldset .hs_average_monthly_website_traffic, .row-fluid .calculatorform-left fieldset .hs_average_monthly_leads_from_your_site , .row-fluid .calculatorform-left fieldset .hs_percentage_of_qualified_leads , .row-fluid .calculatorform-left fieldset .hs_close_rate , .row-fluid .calculatorform-left fieldset .hs_customer_lifetime_value { display:block; }
.row-fluid .calculatorform-left input[type=text] { font-size:22px; color:#4c4c4d; background:#f2f2f2; border:none; -webkit-box-shadow: -1px 3px 6px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: -1px 3px 6px 0px rgba(0,0,0,0.14);
    -o-box-shadow: -1px 3px 6px 0px rgba(0,0,0,0.14);
    -ms-box-shadow: -1px 3px 6px 0px rgba(0,0,0,0.14);
    box-shadow: -1px 3px 6px 0px rgba(0,0,0,0.14);; height:62px; border-radius:5px; padding:0 40px 0 20px; font-family:'Roboto Slab' !important; }
.row-fluid .calculatorform-left input[type=text]:focus { -webkit-box-shadow: -2px 4px 7px 1px rgba(0,0,0,0.16);
    -moz-box-shadow: -2px 4px 7px 1px rgba(0,0,0,0.16);
    -o-box-shadow: -2px 4px 7px 1px rgba(0,0,0,0.16);
    -ms-box-shadow: -2px 4px 7px 1px rgba(0,0,0,0.16);
    box-shadow: -2px 4px 7px 1px rgba(0,0,0,0.16); }
.row-fluid .calculatorform-left .hs-form-required { display:none; }
.row-fluid .calculatorform-left .hs-form-field > label { padding:8px 0 8px 40px; font-size:15px; font-weight:600; color:#3E3E3F; line-height:18px; display:block; margin:0 0 12px; }
.row-fluid .calculatorform-left fieldset .hs_average_monthly_website_traffic > label { background:url(https://190063.fs1.hubspotusercontent-na1.net/hubfs/190063/TheSpotOnAgency-2017/images/icon-1.png) no-repeat left center; }
.row-fluid .calculatorform-left fieldset .hs_average_monthly_leads_from_your_site > label { background:url(https://190063.fs1.hubspotusercontent-na1.net/hubfs/190063/TheSpotOnAgency-2017/images/icon-2.png) no-repeat left center; }
.row-fluid .calculatorform-left fieldset .hs_percentage_of_qualified_leads > label { background:url(https://190063.fs1.hubspotusercontent-na1.net/hubfs/190063/TheSpotOnAgency-2017/images/icon-3.png) no-repeat left center; }
.row-fluid .calculatorform-left fieldset .hs_close_rate > label { background:url(https://190063.fs1.hubspotusercontent-na1.net/hubfs/190063/TheSpotOnAgency-2017/images/icon-4.png) no-repeat left center; }
.row-fluid .calculatorform-left fieldset .hs_customer_lifetime_value > label { background:url(https://190063.fs1.hubspotusercontent-na1.net/hubfs/190063/TheSpotOnAgency-2017/images/icon-5.png) no-repeat left center; }
/*.row-fluid .calculatorform-left fieldset .hs_email { width:100%; max-width:612px; position:absolute; bottom:30px; left:50%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; padding:0 !important; }*/
.row-fluid .calculatorform-left fieldset .hs_email input { margin:0; font-size:17px; color:#000; font-weight:600; background:#fff; border:none; -webkit-box-shadow: -1px 3px 6px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: -1px 3px 6px 0px rgba(0,0,0,0.14);
    -o-box-shadow: -1px 3px 6px 0px rgba(0,0,0,0.14);
    -ms-box-shadow: -1px 3px 6px 0px rgba(0,0,0,0.14);
    box-shadow: -1px 3px 6px 0px rgba(0,0,0,0.14);; height:66px; border-radius:5px; padding:0 220px 0 20px; font-family:'Open Sans' !important; }
.row-fluid .calculatorform-left fieldset .hs_email:focus { -webkit-box-shadow: -2px 4px 7px 1px rgba(0,0,0,0.16);
    -moz-box-shadow: -2px 4px 7px 1px rgba(0,0,0,0.16);
    -o-box-shadow: -2px 4px 7px 1px rgba(0,0,0,0.16);
    -ms-box-shadow: -2px 4px 7px 1px rgba(0,0,0,0.16);
    box-shadow: -2px 4px 7px 1px rgba(0,0,0,0.16); }
.row-fluid .calculatorform-left fieldset .hs_email .hs-error-msgs { margin:10px 0 -45px !important; padding:0; }
.row-fluid .calculatorform-left fieldset .hs_email > label { display:none; }
/*.row-fluid .calculatorform-left .hs_submit { width:100%; max-width:612px; position:absolute; bottom:30px; left:50%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }*/
.row-fluid .calculatorform-left .hs_submit .actions { width:212px; position:absolute; bottom:0; right:0; }
.row-fluid .calculatorform-left .hs_submit .actions:before { content:''; top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; position:absolute; left:0;  width:1px; height:38px; background:#d7d7d7 }
.row-fluid .calculatorform-left .hs_submit .actions input { height:66px; background-color:rgba(0,0,0,0); font-size:17px; color:#39c9cb; font-weight:700; width:100%; padding:0; }
.row-fluid .calculatorform-left .hs_submit .actions input:hover { color:#20aeab; }

.row-fluid .calculatorform-left .hs_percentage_of_qualified_leads .input , .row-fluid .calculatorform-left .hs_close_rate .input, .row-fluid .calculatorform-left .hs_customer_lifetime_value .input{ position:relative; }
.row-fluid .calculatorform-left .hs_percentage_of_qualified_leads .input:before , .row-fluid .calculatorform-left .hs_close_rate .input:before { position:absolute; right:0; bottom:15px; right:10px; content:'%'; font-size:22px; color:#20aeab; font-weight:700; font-family:'Roboto Slab'; }
.row-fluid .calculatorform-left .hs_customer_lifetime_value .input:before { position:absolute; right:0; bottom:15px; right:10px; content:'$'; font-size:22px; color:#20aeab; font-weight:700; font-family:'Roboto Slab'; }

.row-fluid .calculatorform-right { padding-left:25px; }
.row-fluid .calculatorform-right h6 { font-size:15px; color:#4c4c4d; line-height:20px; font-weight:600; font-family:'Open Sans'; text-transform:uppercase; padding-bottom: 3px;}
.row-fluid .calculatorform-right h5 { display:none; font-size:15px; color:#4c4c4d; line-height:20px; font-weight:700; font-family:'Open Sans'; }
.row-fluid .result-rbox { padding:0 0 6px; margin:0 0 11px; display:block; border-bottom:2px solid #dddddd; color:#39c9cb; font-size:35px; line-height:34px; font-family:'Roboto Slab' !important; }

.row-fluid .formsubmited .calculatorform-left { width:100%; }
.row-fluid .formsubmited .calculatorform-right { display:none; }
.row-fluid .formsubmited .submitted-message { text-align:center; }

.row-fluid .calculatorform-bottom { margin-top:15px; padding:36px 0 0; border-top:1px solid #f2f2f2; }
.row-fluid .calculatorform-bottom h4 { padding:0 0 35px; }
.row-fluid .inpact-boxes { margin:0 -10px; display:block; padding:0 0;}
.row-fluid .inpact-box { float:left; width:33.33%; padding:0 10px; color:#fff; }
.row-fluid .inpact-box h6 { color:#fff; font-size:18px; font-weight:700; font-family:'Open Sans'; line-height:20px; padding:0; margin:0 0 25px; }
.row-fluid .inpact-b { background:#3E3E3F; border-radius:4px; font-size:40px; line-height:44px; font-weight:300; font-family:'Roboto Slab'; padding:30px 10%; }
.row-fluid .inpact-box2 .inpact-b { background:#39c9cb; }
.row-fluid .inpact-box3 .inpact-b { background:#fcb033; padding-left:5%; padding-right:5%; } 
.row-fluid .inpact-b .showoption-link { text-transform:uppercase; margin:30px 0 0; cursor:pointer; border-radius:5px; display:inline-block; padding:10px 15px; font-family:'Open Sans'; font-size:17px; font-weight:700; line-height:20px; background:rgba(0,0,0,0.4);  -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }
.row-fluid .inpact-b .showoption-link:hover { background:rgba(0,0,0,0.5); }
.row-fluid .inpact-table { display:none; }
.row-fluid .inpact-box table { border:2px solid #eaeaea; width:100%;  }
.row-fluid .inpact-box table td { color:#4c4c4d; font-family:"Open Sans",sans-serif; font-size:14.49px; font-weight:400; text-align:center; padding: 10px 0; background:#fff; }
.row-fluid .inpact-box table th { background:#fff; color:#4c4c4d; font-family:"open sans",serif; font-size:14.49px; font-weight:600; padding:10px 0; }
.row-fluid .inpact-box table tr.inpacttable-gray td { background:#eaeaea; }
 
.row-fluid .resource-section { background:url(https://190063.fs1.hubspotusercontent-na1.net/hubfs/190063/TheSpotOnAgency-2017/images/cont-bg2.jpg) no-repeat center top #f2f2f2; padding:230px 0 130px; position:relative; background-size:cover; }
.row-fluid .resource-section:before { content:''; position:absolute; left:0; top:0; height:30%;  width:100%;
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(238,238,238,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(238,238,238,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#00eeeeee',GradientType=0 ); /* IE6-9 */  }

.row-fluid .resource-section > div { position:relative; }
.row-fluid .resource-section .cut-img { bottom:100%; }
.row-fluid .resource-title h2 { padding:50px 0 60px; border-top:1px solid #ddd; }

.row-fluid .exploreresourece-boxes { padding:10px 0 40px; }
.row-fluid .exploreresourece-boxes .hs_cos_wrapper_widget_container { display:block; margin:0 -15px; }
.row-fluid .exploreresourece-boxes .hs_cos_wrapper_widget { float:left; width:50%; padding:0 15px; }
.row-fluid .exploreresourece-box { border-left:6px solid #fcb033; background:#fff; float:left; width:100%; border-radius:8px; min-height:170px; -webkit-box-shadow: 0 0 15px 2px rgba(0,0,0,0.08);
    -moz-box-shadow: 0 0 15px 2px rgba(0,0,0,0.08);
    -o-box-shadow: 0 0 15px 2px rgba(0,0,0,0.08);
    -ms-box-shadow: 0 0 15px 2px rgba(0,0,0,0.08);
    box-shadow: 0 0 15px 2px rgba(0,0,0,0.08);; }
.row-fluid .exploreresourece-box:hover { -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);;   }

.row-fluid .exploreresourece-b { padding:40px 177px 40px 35px; position:relative; font-size:16px; font-weight:600; color:#414141; line-height:24px; }
.row-fluid .case-study-b { padding:40px 40px 40px 35px; position:relative; font-size:16px; font-weight:600; color:#414141; line-height:24px; }
.case-button {max-width: 190px; margin-top: 20px; background: #fcb033; border-radius: 50px; color: #fff; font-size: 16px; line-height: 24px; padding: 8px 8px 8px 15px; font-weight: 600;}
.case-button::after {content: "\f061"; color: #9c6d1f;  line-height: 22px; padding-left: 7px; font-family: 'FontAwesome'; position: absolute;}

.row-fluid .exploreresourece-bimg { position:absolute; right:0; width:150px; top:-40px; }
.row-fluid .exploreresourece-b h6 { padding:0 0 10px; color:#20aeab; font-size:19px; line-height:24px; }
.row-fluid .case-study-b h6 { padding:0 0 10px; color:#20aeab; font-size:19px; line-height:24px; }

.row-fluid .fromourBlog-section { padding:100px 0 80px; }
.row-fluid .fromourBlog-section h2 { color:#fff; }
.row-fluid .fromourBlog-section h2 a { color:#fff; padding:0 0 8px; border-bottom:2px solid #fff; }
.row-fluid .fromourBlog-section h2 a:hover { border-color:rgba(255,255,255,0); color:#fff; }

.row-fluid .fromourBlog-list { padding:30px 0 0; display:block; margin:0 -15px !important; width:auto; float:none; }
.row-fluid .featuredpost-box { float:left; width:33.33%; padding:15px; }
.row-fluid .featuredpost-box:nth-child(3n) { clear:right; }
.row-fluid .featuredpost-box:nth-child(3n+1) { clear:left; }
.row-fluid .featuredpost-b  { background:rgba(241,241,241,0.9); border-radius:4px; overflow:hidden; padding:17px 0 0 0; -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.08);
    -moz-box-shadow: 0 0 5px 2px rgba(0,0,0,0.08);
    -o-box-shadow: 0 0 5px 2px rgba(0,0,0,0.08);
    -ms-box-shadow: 0 0 5px 2px rgba(0,0,0,0.08);
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.08);; }
.row-fluid .featuredpost-bin { padding:0 25px; display:block; }
.row-fluid .featuredpost-top { padding:0 0 20px; }
.row-fluid .featuredpost-author { display:inline-block; font-size:16px; line-height:18px; color:#3ec0be; font-weight:700; padding:0 8px 0 0; vertical-align:middle; text-transform:uppercase; }
.row-fluid .featuredpost-author a:hover { text-decoration:underline; color:#39c9cb; }
.row-fluid .featuredpost-date { display:inline-block; font-size:16px; line-height:18px; border-left:1px solid #737373; color:#737373; padding:0 8px 0; vertical-align:middle; }
.row-fluid .featuredpost-title a { font-size:20px; line-height:26px; font-weight:600; color:#414141; padding:0 10px 0 0; }
.row-fluid .featuredpost-title a:hover { color:#414141; text-decoration:underline; }
.row-fluid .featuredpost-learnmore { margin:20px 0 0 0; background:rgba(241,241,241,0.9); padding:15px 25px; text-align:right; display:block; position:relative; }
.row-fluid .featuredpost-learnmore a { position:relative; font-family:'Roboto Slab'; font-weight:700; }
.row-fluid .featuredpost-learnmore a:hover { color: #20aeab; }

.row-fluid .featuredpost-learnmore:before { content:""; position:absolute; top:0; left:0; width:0; height:100%; background:rgba(0,0,0,0.07); -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;;}
.row-fluid .featuredpost-learnmore:hover:before  { width:100%; }

.row-fluid .consultation-section { padding:70px 0 60px; }
.row-fluid .consultation-section h2 { color:#3ec0be; }
.row-fluid .sub-text2 { padding:10px 0 15px; color:#414141; font-size:20px; line-height:28px; font-weight:600; }
.row-fluid .consultation-code { padding:25px 0 0; }

.mobilehide {display: none!important;}

/*contact us*/

.contact-hero h2 {color: #ffffff!important;}
.contact-hero p {color: #ffffff!important; padding-left:75px; padding-right:75px; text-align:center;}

.contact-info {margin-top:-45px;}
.contact-info h4 { font-family:'Open Sans'!important; font-weight:700!important; color:#535353!important; font-size:20px!important; padding-top:25px!important; border-bottom: solid 3px #3ec0be; line-height:2px!important;}
.contact-info p {font-size:16px;}


@media (max-width: 1200px){ 
    .contact-info {margin-top:-10px;} 
    .contact-info p {font-size:15px;}
  .long-lp .lpcontent-section h1 {font-size: 51px!important; line-height: 63px!important}
  .long-hero h2 {font-size: 35px!important; line-height: 38px!important}
}

@media (max-width: 767px){ 
    .contact-info {margin-top:20px;} 
    .contact-info p {font-size:16px; text-align:center;}
    .contact-info h4 {text-align:center!important; padding-top:15px; }
    .contact-info-left { padding-right:15px!important; padding-left:15px!important; }
    .contact-info-right { padding-right:15px!important; padding-left:15px!important; }
    .case-button {max-width: 187px; margin: 20px auto 20px!important; float:none; text-align: left;}
.row-fluid .case-image {margin-top: 5px;}
}

.contact-info-left { padding-right:10px; }
.contact-info-right { padding-left:10px; }

.row-fluid .contact-social { width:auto; }
.row-fluid .contact-social span span { display:inline-block; vertical-align:middle; font-size:14px; color:#ceeceb; font-weight:600;  font-family:'Open Sans'; }
.row-fluid .contact-social a { color:#535353; font-size:30px; margin:15px 3px; display:inline-block; vertical-align:middle; }
.row-fluid .contact-social a:hover { color:#fcb033; }


.row-fluid .contact-form { padding:25px 30px; background:#fff; border-left:6px solid #fcb033; border-radius:4px; -webkit-box-shadow: 0 0 3px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 0 3px 2px rgba(0,0,0,0.05);
    -o-box-shadow: 0 0 3px 2px rgba(0,0,0,0.05);
    -ms-box-shadow: 0 0 3px 2px rgba(0,0,0,0.05);
    box-shadow: 0 0 3px 2px rgba(0,0,0,0.05);;  }
.row-fluid .contact-form .hs-form-field > label { font-weight:700; text-transform:uppercase; font-size:13px; } 
.row-fluid .contact-form .hs-form-required { color:#fcb033; }
.row-fluid .contact-form .hs-form fieldset .hs-input { margin:0; padding:0 10px; font-size:14px; }
.row-fluid .contact-form .hs_submit { position:relative; padding:15px 0 0; }
.row-fluid .contact-form .hs_submit input { background:url(https://190063.fs1.hubspotusercontent-na1.net/hubfs/190063/TheSpotOnAgency-2017/images/arrow-img3.png) no-repeat right center !important; padding-right:37px; text-transform:uppercase; position:relative; }
.row-fluid .contact-form .actions { display:inline-block; border-radius:35px; overflow:hidden; position:relative; background:#fcb033;  }
.row-fluid .contact-form .actions:before { content:""; position:absolute; top:0; left:0; width:0; height:100%; -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;; }
.row-fluid .contact-form .actions:hover:before  { width:100%; background:#d7962b;  }
.contact-form .hs_company_website.field.hs-form-field > label {display: inherit!important;}
.row-fluid .contact-form h3 { padding:0 0 20px!important; font-family:'Open Sans'; font-weight:700; color:#fcb033!important; font-size:24px!important; line-height:30px!important;  }

@media (min-width: 768px) and (max-width: 1200px){
    .row-fluid .contact-form h3 { font-size:21px; line-height:26px; } 
    .row-fluid .contact-form { padding:20px 20px; }
}

@media (min-width: 30px) and (max-width: 767px){
    .row-fluid .contact-form { padding:20px; }
    .row-fluid .contact-form h3 { font-size:20px; line-height:26px; }
    .row-fluid .contact-form { text-align:left; }
  .long-hero {padding-top: 125px!important}
}


@media (min-width:30px) and (max-width: 767px) { .contact-hero p {padding-left:15px; padding-right:15px; }     .long-hero h2 {padding-bottom: 10px!important} }

/*landing page*/

.row-fluid .lpcontent-ltext p {  font-size: 16px; line-height: 27px; font-weight: 400; color: #3E3E3F;}
.row-fluid .lpcontent-ltext li {font-size: 16px; color: #414141;}
.row-fluid .lpcontent-ltext h2 {font-weight: 500; font-size: 30px; color: #3ec0be; font-family: 'Roboto Slab', Arial, Helvetica, sans-serif; line-height: 36px}
.row-fluid .lpcontent-ltext ul {padding-left: 20px;}

@media (min-width:30px) and (max-width: 767px) { .row-fluid .lpcontent-ltext img {float: none!important; display: block!important; margin-left:auto!important; margin-right:auto!important; } }


.row-fluid .top-lp { position:absolute; top:0; width:100%; left:0; z-index:99; padding:25px 0 0; }

.row-fluid .lpcontent-section { background:url(https://190063.fs1.hubspotusercontent-na1.net/hubfs/190063/TheSpotOnAgency-2017/images/cont-bg4.jpg) no-repeat center bottom #f5f5f5; background-size:cover; padding:145px 0 0px; }
.row-fluid .lpcontent-section h1 {padding:0px;color:#414141;font-weight:400; font-size:51px; line-height:63px;font-family: 'Roboto Slab';margin: 0px}
.row-fluid .bownloadBook-section { position:relative; } 
.row-fluid .bownloadBook-section:before { content:''; position:absolute; top:0; width:100%; height:100%; background:#000; opacity:0.25; }
.row-fluid .bownloadBook-section .wrapper { position:relative;  min-height:445px !important; } 
.row-fluid .formbottom-formmain { /*position:absolute; right:0;*/ margin:-448px -20px 140px 0; position:relative; /*bottom:140px;*/ z-index:5; float:right; } 
.row-fluid .formbottom-formmain2 { /*position:absolute; right:0;*/ margin:-566px -20px 181px 0; position:relative; /*bottom:181px;*/ z-index:5; float:right; } 

.row-fluid .soi-form {margin: -535px -20px 140px 0;}

.row-fluid .formbottom-formbox { padding:25px 30px; background:#fff; border-left:6px solid #fcb033; border-radius:4px; -webkit-box-shadow: 0 0 3px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 0 3px 2px rgba(0,0,0,0.05);
    -o-box-shadow: 0 0 3px 2px rgba(0,0,0,0.05);
    -ms-box-shadow: 0 0 3px 2px rgba(0,0,0,0.05);
    box-shadow: 0 0 3px 2px rgba(0,0,0,0.05);;  }

.row-fluid .formbottom-formbox .hs-form-field > label { font-weight:600; font-size:16px; } 
.row-fluid .formbottom-formbox .hs-form-required { color:#fcb033; }
.row-fluid .formbottom-formbox .hs-form fieldset .hs-input { height:38px; margin:0; padding:0 10px; width:100%; font-size:14px; }
.row-fluid .formbottom-formbox .hs_submit { position:relative; padding:10px 0 0; }
.row-fluid .formbottom-formbox .hs_submit input { background:url(https://190063.fs1.hubspotusercontent-na1.net/hubfs/190063/TheSpotOnAgency-2017/images/arrow-img3.png) no-repeat right center !important; padding-right:37px!important; text-transform:uppercase; position:relative; }
.row-fluid .formbottom-formbox .actions { display:inline-block; border-radius:35px; overflow:hidden; position:relative; background:#fcb033;  }
.row-fluid .formbottom-formbox .actions:before { content:""; position:absolute; top:0; left:0; width:0; height:100%; -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;; }
.row-fluid .formbottom-formbox .actions:hover:before  { width:100%; background:#d7962b;  }
.row-fluid .formbottom-formbox {line-height: 13px}
.row-fluid .formbottom-formbox .hs-richtext {margin-bottom: 10px}
.row-fluid .formbottom-formbox label {line-height: 23px!important}
.formbottom-formbox .hs_company_website.field.hs-form-field > label {display: inherit!important;}
.row-fluid .formbottom-formbox ul {font-size: 14px}

.row-fluid .formbottom-formtext {padding:25px 0 0;}
.row-fluid .formbottom-formtext h6 {padding:0 0 10px;font-size:15px;color:#3ec0be;font-family:'Open Sans';font-weight:700;margin: 0px;line-height: 1.5em;}
.row-fluid .formbottom-formtext ul { margin:0; padding:10px 0 15px; list-style:none; }
.row-fluid .formbottom-formtext ul li { padding:0 0 10px 15px; color:#414141; font-size:15px; position:relative; line-height:20px; }
.row-fluid .formbottom-formtext ul li:before { content:''; width:6px; height:6px; border-radius:100%; background:#3ec0be; position:absolute; left:0; top:8px; }
.row-fluid .formbottom-sharebox { padding:30px 0 0; color:white; font-size:14px; font-weight:700; text-align:right; }
.row-fluid .formbottom-sharelabel, .row-fluid .formbottom-sharelinks { float:none; display:inline-block; width:auto; vertical-align:middle; margin:0; }
.row-fluid .formbottom-sharelinks a { font-weight: normal; display:inline-block; margin:0 0 0 5px; background:#fcb033; color:#fff; border-radius:4px; text-align:center; width:25px; height:25px; line-height:25px; }
.row-fluid .formbottom-sharelinks a:nth-child(5), .row-fluid .formbottom-sharelinks a:nth-child(6) { display:none; }
.row-fluid .formbottom-sharelinks a:before { font-family:'FontAwesome'; }
.row-fluid .formbottom-sharelinks a img { display:none; }
.row-fluid .formbottom-sharelinks a:nth-child(1):before { content:"\f09a"; }
.row-fluid .formbottom-sharelinks a:nth-child(2):before { content:"\f0e1"; }
.row-fluid .formbottom-sharelinks a:nth-child(3):before { content:"\f099"; }
.row-fluid .formbottom-sharelinks a:nth-child(4):before { content:"\f0d5"; }
.row-fluid .formbottom-sharelinks a:hover { background:#fff; color:#fcb033; }


.formbottom-sharebox2 { padding:30px 0 0; color:#fcb033!important; font-size:14px; font-weight:700; text-align:right; }

@media (min-width: 30px) and (max-width: 767px) { .formbottom-sharebox2 { color:#ffffff!important; } }

.typ-cal .hs-rss-item {margin-bottom: 20px!important}
.typ-cal .single-rss h3 {padding-bottom: 10px!important}
.typ-cal .hs-rss-title {text-align: left!important; }
.typ-cal .single-rss{ text-align: left!important; margin-top: 25px}
.typ-cal .single-rss > div, .headline-wrapper .single-rss > div > div, .headline-wrapper .single-rss > div > div > div{height:100%;}
.typ-cal .single-rss .widget-type-rss_listing{background-color:#fff; border-radius:5px; padding:18px 30px 10px; box-shadow:-5px 5px 15px -2px rgba(0, 0, 0, 0.1); transition: all 600ms ease 0s;}
.typ-cal .single-rss h3{font-size:16px; color:#3E3E3F; font-family:; margin:0 0 10px 0;}
.typ-cal .single-rss .hs-rss-item a{font-family: 'Roboto Slab', serif!important; color:#3EC0BE!important; font-size:18px; font-weight:500!important; display:block; line-height:25px;}
.typ-cal .single-rss .hs-rss-item a:hover{color:#329a98!important;}
.row-fluid .header-lp { padding:165px 0 140px; }
.row-fluid .header-lp2 { padding:125px 0 90px!important; }
.row-fluid .header-lp:before { content:''; position:absolute; top:0; width:100%; height:100%; background:#000; opacity:0.25; left:0;  }
.row-fluid .header-lp h2 { font-size:47px; font-weight:400; line-height:50px; padding:0px; color:#fff; text-shadow: rgba(0,0,0,0.4) 0 0 10px;}
.row-fluid .header-lp > div { position:relative; z-index:4; } 
.typshare {text-align: right}
.interactive-pdf {padding:0 100px;}
.row-fluid .typcontent-section { padding:50px 0 60px; background:url(https://190063.fs1.hubspotusercontent-na1.net/hubfs/190063/TheSpotOnAgency-2017/images/cont-bg4.jpg) no-repeat center top #f5f5f5; background-size:cover; position:relative; }
.row-fluid .typcontent-section:before { content:''; position:absolute; top:0; width:100%; height:30%; left:0; 
background: -moz-linear-gradient(top,  rgba(239,239,239,1) 40%, rgba(239,239,239,0) 100%);
background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 40%,rgba(239,239,239,0) 100%); 
background: linear-gradient(to bottom,  rgba(239,239,239,1) 40%,rgba(239,239,239,0) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#00efefef',GradientType=0 ); }
.row-fluid .typcontent-section > div { position:relative; z-index:4; } 

.row-fluid .typcontent-left { padding:0 20px 0 0; }
.row-fluid .typcontent-section h3 { padding:0 0 50px; font-size:36px; line-height:42px; color:#3e3e3f; }
.row-fluid .typcontent-section h4 { padding:0 0 20px; font-size:28px; line-height:36px; color:#3fc0bd; }
.row-fluid .typcontent-section h6 { padding:0 0 10px; font-size:16px; line-height:24px; color:#fcb033; font-family:'Open Sans'; font-weight:700; }
.row-fluid .typcontent-left img { float:right; margin:10px 0 15px 15px; }
.row-fluid .typcontent-right .formbottom-sharebox { color:#414141; }  
.row-fluid .typcontent-left p {font-size: 16px;}
.row-fluid .formbottom-formbox h3 {padding:0 0 10px;font-family:'Open Sans';font-weight:700;color:#fcb033;font-size:24px;line-height:30px;margin: 0px;text-align:left;text-decoration:none}
div.hs_firstname.field.hs-form-field.smart-field {padding: 0px!important;}

.row-fluid .header-black:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:#3E3E3F!important; opacity:0.86; }

.row-fluid .header2 { padding:120px 0 90px; text-align:center; position:relative; color:#fff; z-index:5; }
.row-fluid .header2:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:#fcb033; opacity:0.86; }
.row-fluid .header2 > div { position:relative; }
.row-fluid .header2 h1 { padding:0 0 25px; font-family:'Roboto Slab'; color:#fff; font-size:52px !important; line-height:54px !important;  }
.row-fluid .header2-text { padding:0 0 30px; font-size:20px; line-height:28px; font-weight:600; }
.row-fluid .header2 .wrapper { position:relative; z-index:999999; }

.row-fluid .hcontent-section { padding:75px 0 0; background:url(https://190063.fs1.hubspotusercontent-na1.net/hubfs/190063/TheSpotOnAgency-2017/images/bg-img4.jpg) no-repeat center bottom #f2f2f2;   }
.row-fluid .hcontent-secright h2 { padding:15px 0 20px; }

.row-fluid .hcontent-section2 { padding:95px 0 350px; color:#fff; position:relative; background:#39c9cb; }
.row-fluid .hcontent-section2:before { content:''; position:absolute; left:0; bottom:-45px; width:100%; background:url(https://190063.fs1.hubspotusercontent-na1.net/hubfs/190063/TheSpotOnAgency-2017/images/bg-repeat.png) repeat-x bottom; height:100%; }
.row-fluid .hcontent-section2 > div { position:relative; z-index:99; }
.row-fluid .hcontent-section2 h2 { color:#fff; }

.row-fluid .hcontent-section3 { padding:105px 0 0; background: rgb(212,212,214); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(212,212,214,1) 0%, rgba(248,248,249,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(212,212,214,1) 0%,rgba(248,248,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(212,212,214,1) 0%,rgba(248,248,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d6', endColorstr='#f8f8f9',GradientType=1 ); }

.row-fluid .hcontent-section3 h4 { font-size:19px; color:#3E3E3F; line-height:28px; border:none; font-family:'Open Sans'; font-weight:700; text-transform:uppercase; }
.row-fluid .hcontent-section3 h2 { color:#39c9cb; padding:0 0 25px; }
.row-fluid .hcontent-sec3ltext { padding:0 0 25px; }

.row-fluid .cta-section { background:#3E3E3F; padding:55px 0; }
.row-fluid .cta-section h4 { font-size:25px; color:#39c9cb; font-weight:700; padding:10px 0 15px; color:#39c9cb; font-family:'Open Sans'; font-weight:700; text-transform:uppercase; }
.row-fluid .cta-section h3 { color:#fff; padding:10px 0 30px; text-align:center; }

.row-fluid .hcontent-section4 { padding:90px 0 105px; text-align:center; position:relative; }
.row-fluid .hcontent-section4:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:#807e7e; opacity:0.6; }
.row-fluid .hcontent-section4 > div { position:relative; }

.row-fluid .slider-box { background:#fff; height:400px; padding:0 30px; font-size:15px; color:#3E3E3F; line-height:21px; position:relative; }
.row-fluid .slider-box:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%;  background:#fff; opacity:0.5; z-index: 5; }
.row-fluid .slider-b { position:relative; top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
.row-fluid .slider-box h5 { font-weight:900; color:#fcb033; text-transform:uppercase; font-size:22px; line-height:30px; font-family:'Open Sans';  }
.row-fluid .slider-text { display:none; }
.row-fluid .box-slider .slick-list  { padding-top:50px !important; padding-bottom:50px !important; }
.row-fluid .box-slider .slick-current .slider-text { display:block; }
.row-fluid .box-slider .slick-current { z-index:9999; position:relative; }
.row-fluid .box-slider .slick-current .slider-box { box-shadow:0 0 5px 5px rgba(0,0,0,0.2); }
.row-fluid .box-slider .slick-current .slider-box:before { display:none; }


/*thank you page*/
.video-typ-msg {padding-bottom:75px!important;}
.video-typ-footer .row-fluid .footer-main {margin-top:-60px!important; position:absolute;}

.typ-cta img { display: block; margin-left: auto!important; margin-right: auto!important; margin-bottom:45px!important; -webkit-box-shadow: 0 0 3px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 0 3px 2px rgba(0,0,0,0.05);
    -o-box-shadow: 0 0 3px 2px rgba(0,0,0,0.05);
    -ms-box-shadow: 0 0 3px 2px rgba(0,0,0,0.05);
    box-shadow: 0 0 3px 2px rgba(0,0,0,0.05);; }
.rss-feed h3 {color: #39c9cb!important; padding-bottom: 20px!important;}
.rss-feed a {color: #3e3e3f!important;  font-size: 17px!important; }
.rss-feed a:hover {color: black!important;}
.rss-feed .hs-rss-item {border-top: 1px solid #ccc; padding-top: 20px; margin-bottom: 20px;}
.subscribetyp .hs-form-required {display:none!important;}
.subscribetyp h3 {padding-bottom: 20px!important;}
/*email subscriptions*/

.emailsubheader {
    background: #39c9cb;
}

.emailsubheader img {
    display:block;
    margin-left:auto;
    margin-right:auto;
    padding: 25px 0px 25px 0px;
}

.emailsub .row-fluid .header:before {    
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    
}

.emailsub .row-fluid .header {
    padding: 0px 0 0px!important;
    text-align: left;
    font-size:20px;
    position: relative;
    color:#3ec0be!important;
    font-family:'Roboto Slab', Arial, Helvetica, sans-serif;
    margin-top:5px;
}

.emailsub2 img {
    display:block!important; margin-left:auto!important; margin-right:auto!important; margin-top:35px!important; margin-bottom:15px!important;
}


.emailsub {
    background: #f5f5f5;
}

.emailsub2 p {
    text-align:center;
    font-size:16px;
}


.emailsub3 h6 {
    text-align:center;
    font-style:bold;
    margin-bottom:5px;
}

.emailsub img {
    margin-top:-5px;
    margin-bottom:-10px;
}

.emailsub h1 { font-size:35px!important; line-height:1.25em; margin-top:55px; color:#535353; }

.emailsub h2 { margin-top:15px; color:#535353; font-size:20px; }

.emailsub h3 { font-family: 'Roboto Slab', Arial, Helvetica, sans-serif; color:#fcb033; font-size:25px!important; font-weight:normal; letter-spacing:0px; margin-top:45px; }

.emailsub .email-prefs .item .item-inner {
    padding: 0px;
    background: none;
    border: 0!important;
    margin-bottom: -8px;
}


.emailsub .email-prefs {
    padding: 25px 30px;
    background: #fff;
    border-left: 6px solid #fcb033;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 3px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 0 3px 2px rgba(0,0,0,0.05);
    -o-box-shadow: 0 0 3px 2px rgba(0,0,0,0.05);
    -ms-box-shadow: 0 0 3px 2px rgba(0,0,0,0.05);
    box-shadow: 0 0 3px 2px rgba(0,0,0,0.05);; }
    
.emailsub .email-prefs  {  
    width:60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:45px;
}


@media (max-width: 991px){ .emailsub .email-prefs  {  
    width:90%;
} }

@media (max-width: 695px){ .emailsub .email-prefs  {  
    width:80%;
} }



.emailsub .email-prefs input[type="submit"] {
    padding-right: 37px;
    text-transform: uppercase;
    position: relative;
    height: auto;
    width: auto;
    border: none;
    cursor: pointer;
    background: url(https://info.thespotonagency.com/hubfs/TheSpotOnAgency-2017/images/blank.png?t=1496728855295) no-repeat left top #fcb033;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    padding: 8px 20px;
    border-radius:25px;
    color: #fff;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.emailsub .email-prefs input[type="submit"]:hover { background: #a77421; }


.emailsub .email-prefs .item .item-inner * {
    color:#535353;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.emailsub .email-prefs .item p {
    margin-top:-10px;
}

.emailsub .email-prefs .item .item-inner.hovered {
    -webkit-box-shadow: none;
}

.emailsub .subscribe-options label {margin-left:0px; }

@media (max-width: 415px){ .emailsub .subscribe-options label span { font-size:13px; } }

@media (max-width: 415px){ .emailsub .email-prefs input[type="submit"] { font-size:14px; } }


.row-fluid .emailsubsocial { margin-bottom:95px!important; text-align:center!important;}
.row-fluid .emailsubsocial span span {  vertical-align:middle; font-size:14px; color:#ceeceb; font-weight:600;  font-family:'Open Sans'; }
.row-fluid .emailsubsocial a { color:#fcb033; font-size:30px; margin:0 5px; display:inline-block; vertical-align:middle; }
.row-fluid .emailsubsocial a:hover { color:#a77421; } 


@media (min-width: 30px) and (max-width: 767px){
 .interactive-pdf {padding:0!important;}
.row-fluid .emailsubsocial { width:100%; padding:15px 0 5px; }
.row-fluid .emailsubsocial a { margin:0 1px; }
.row-fluid .emailsubsocial span span { padding-right:5px; }

}


/*privacy policy*/

.privacy-policy h3 {font-size:26px!important; color:#39c9cb!important; margin-top:15px!important;}
.privacy-policy a {color: #fcb033!important; -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;; }
.privacy-policy a:hover { color:#414141!important; -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;; }
.privacy-policy-section {padding-top:50px; padding-bottom:50px;}

.privacy-policy ul {list-style:none;}
.privacy-policy li::before {content: "•"; color: #fcb033; font-weight:900;
  display: inline-block; width: 1em;
  margin-left: -1em;}

/*inbound sales*/

.inbound-sales-header h2 { padding-bottom:38px!important; }
.inbound-sales-header-txt { font-size:17px!important; line-height:28px!important; }

.sales-ebook-cta h2 {color:#25b5b7!important; }

/* New case Study page 2020 */
.new_case_study_temp .case_study_banner .container{ padding:130px 0px 65px 0px;}
.row-fluid .case-boxes {margin-bottom: 35px!important}
.new_case_study_temp .case_study_banner .widget-span.h1_style h1 {
	font-size: 40px;
}
.new_case_study_temp .row-fluid .widget-span.case_study_banner .row-fluid .widget-span.h1_style {
	margin: 0 0 20px 0;
}
.new_case_study_temp .row-fluid .widget-span.subtitle_text span {
	margin-bottom: 10px;
}
.sub_ban_title_text {
	font-size: 25px;
	font-style: italic;
	color: #fff;
	padding: 0px 120px;
	line-height: 38px;
	margin-bottom:30px;
} 
.rubber_meet_sec .row-fluid .widget-span.blockquote {
	border-left: 6px solid #fcb033;
	margin: 20px 0 17px 0;
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.14);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.14);
}
.new_case_study_temp .row-fluid .widget-span.situation_section {
	padding: 80px 0 160px;
	position: relative;
}
.row-fluid .widget-span.top_curve_img.curve_img {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
}
.new_case_study_temp .row-fluid .widget-span.solution_section {
	background: #fcb033;
	padding: 25px 0 140px;
	position: relative;
	overflow: hidden;
}
.orange_color_top_curve {
	width: 100%;
	position: relative;
}
.subtitle_text_small.white_text span{color:#fff !important; }
.challenge_sec .h2_style h2 {
	color: #3e3e3f !important;
}
.paragraph_style.white_color p{color:#fff !important; }
.new_case_study_temp .row-fluid .widget-span.blockquote_comment::before {
	content: "";
	background: url(https://www.thespotonagency.com/hubfs/Canva%20images/colon.png) no-repeat;
	width: 39px;
	height: 32px;
	display: inline-block;
	margin: 0 0 13px;
}
.challenge_sec .row-fluid .widget-span.blockquote {
	border-left: 6px solid #b48339;
}
.para_bg_group {
	background: #fff;
	padding: 40px;
	margin:20px 0px 40px 0px;
	box-shadow: 0px 0px 10px #e3e3e3;
	-moz-box-shadow: 0px 0px 10px #e3e3e3;
	-webkit-box-shadow: 0px 0px 10px #e3e3e3;
}
.para_bg_group .para_tit_top { font-size:18px; font-weight: bold; color:#39c9cb; }
.para_bg_group li{list-style:none;}
.para_bg_group li::before{content:"\2022"; display:block;color:#39c9cb;display: inline-block; width: 1em; margin-left: -1em;}
.rubber_meet_sec .row-fluid .widget-span.unlimited_box {
	margin: 0 25px;
}
.img_top_space {margin-top:20px;}	
.orange_color_top_curve {
	position: relative;
	width: 100%;
}
.implementation_section.min_container.orange_color_top_curve {
	padding-bottom: 30px;
}
.orange_color_top_curve .row-fluid .widget-span.curve_img {
	overflow: hidden;
	position: relative;
	bottom: 3px;
	width: 100%;
	left: auto;
  min-height:140px;
}
.row-fluid .widget-span.implementation_section.orange_color_top_curve {
	background: url("https://www.thespotonagency.com/hubfs/Canva%20images/implementation_section_bg.png") no-repeat;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.new_case_study_temp .row-fluid .widget-span.solution_section.challenge_sec {
	background: #fcb033;
	padding: 10px 0 45px;
}
.row-fluid .widget-span.inbound_section.rubber_meet_sec h2 {
	color: #39c9cb;
	margin-bottom: 10px;
}
.rubber_meet_sec .row-fluid .widget-span.unlimited_redesign {
	border-top: none;
	border-bottom: none;
	text-align: center;
	padding: 15px 0;
	margin: 1px 0 20px;
}
.border_unlimited_box::after {
	background: #ddd;
	content: "";
	height: 100%;
	position: absolute;
	right: -33px;
	top: 0;
	width: 1px;
	height: 80px;
}
.rubber_meet_sec .row-fluid .widget-span.unlimited_box:first-child::after{height: 80px;}
.row-fluid .widget-span.unlimited_text span, .row-fluid .widget-span.unlimited_text strong{padding-top: 5px;}
.row-fluid .last_unlimited_box .widget-span.unlimited_text strong {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
body.new_header_footer_design.new_case_study_temp .row-fluid .footer-social.case-footer-social {
	/*text-align: left;
	font-weight: 600;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
  float:left; */
}

.copy_footer_right_sec {
	float: right !important; text-align: right;
}
body.new_header_footer_design.new_case_study_temp .row-fluid .footer-logo.case-footer-logo{ width:auto; margin-right: 40px;}
body.new_header_footer_design.new_case_study_temp .row-fluid .footer-copyright.case-footer-copyright{ width:auto;}

@media(min-width: 1200px){
    .new_case_study_temp .case_study_banner .container{width:1080px;}
    body.new_header_footer_design.new_case_study_temp .row-fluid .top .wrapper {
		width: 1080px;
		max-width: 100%;
	}
	body.new_header_footer_design.new_case_study_temp .row-fluid .mainmenu .hs-menu-wrapper > ul > li:not(:last-child) {
		margin: 0 7px 0 0;
	}
}
@media(max-width: 991px){
	.sub_ban_title_text {
		padding: 0px 20px;
	}
  .prevounce .container {padding:98px 0px 65px 0px;}
	body.new_header_footer_design.new_case_study_temp .row-fluid .footer-social {
		float: left;
		text-align: center;
		padding-bottom: 0px;
	}
	.rubber_meet_sec .container, .rubber_meet_sec .row-fluid .container[class*="span"]{width:100%;}
	.copy_footer_right_sec {
		float: right !important;
		text-align: center;
		width: 100% !important;
	}
	body.new_header_footer_design.new_case_study_temp .row-fluid .footer-logo{width:100%;text-align: center;margin-right:0px;}
	body.new_header_footer_design.new_case_study_temp .row-fluid .footer-copyright{width:100%;text-align: center;}
}
@media(max-width: 767px){
  .para_bg_group {margin: 20px 0px 0px 0px}
  .para_bg_group p, .para_bg_group li {font-size: 16px!important}
  
  .row-fluid .prevounce-info {padding: 0px!important}
  .row-fluid .prevounce-header {padding:71px 0px 65px 0px!important;}
	.rubber_meet_sec .row-fluid .widget-span.unlimited_box{width: 100%; margin:0px;}
	.border_unlimited_box{padding-bottom:20px;margin-bottom: 30px !important;border-bottom: 1px solid #ddd;}
	.rubber_meet_sec .row-fluid .widget-span.unlimited_box:first-child {
		padding-bottom: 20px;
		clear: both;
		border-bottom: 1px solid #ddd;
		margin-bottom: 30px !important;
	}
  .sub_ban_title_text {font-size: 18px; line-height: 25px}
	.rubber_meet_sec .row-fluid .widget-span.unlimited_box:first-child::after{
		right: auto; background: transparent; height:auto;
	}
	.border_unlimited_box::after {
		right: auto;background: transparent; height:auto;
	}
}

/* New case Study page 2020 End */

@media (max-width: 991px){ .inbound-sales-header-txt { font-size:15px!important; line-height:23px!important; } .inbound-sales-header h2 { padding-bottom:28px!important; } }

/*footer*/
.row-fluid .footer-main { background:#3ec0be; color:#fff; padding:50px 0 100px; }
.row-fluid .footer-main a { color:#fff; }
.row-fluid .footer-main a:hover { color:#fff000; }
.row-fluid .footer-main h4 { padding:0 0 10px; color:#fff; font-size:18px; line-height:22px; font-weight:600; font-family:'Open Sans'; text-align: left;}
.row-fluid .footerlink-boxes { padding:0 0 30px; border-bottom:1px solid #329a98; text-align: left!important; }
.row-fluid .footerlink-boxes ul li a:link, .row-fluid .footerlink-boxes ul li a:visited { padding:0; white-space:normal; font-size:14px; color:#ceeceb; margin:0 0 5px;line-height: 26px; font-family:'Open Sans'; }
.row-fluid .footerlink-boxes ul li a:hover { color:#ffffff; }

.row-fluid .footer-social { width:auto; }
.row-fluid .footer-social span span { display:inline-block; vertical-align:middle; font-size:14px; color:#ceeceb; font-weight:600;  font-family:'Open Sans'; }
.row-fluid .footer-social a { color:#329a98; font-size:30px; margin:0 5px; display:inline-block; vertical-align:middle; }
.row-fluid .footer-social a:hover { color:#fff; }
.row-fluid .footer-right { float:right; width:auto; margin:0; }
.row-fluid .footer-logoes , .row-fluid .footer-logo { display:inline-block; vertical-align:middle; float:none; width:auto; }
.row-fluid .footer-logo { padding:0 10px; margin:0; }
.row-fluid .footer-copyrightText { display:inline-block; vertical-align:middle; float:none; width:auto; margin:0; padding:0 0 0 20px; color:#ceeceb; font-size:14px; font-weight:600; font-family:'Open Sans'; }

.row-fluid .footerlink-box { width:17.95%; }

.row-fluid .footer-bottom { padding:15px 0 0; }

.row-fluid .footer-lp { background:#3ec0be; color:#fff; padding:45px 0; text-align:center; font-family:'Open Sans'; }

.quiz-lp .formbottom-formbox h3 {display: none;}

.hcontent-secvideo { position:relative; }
.hcontent-secvideo .cell-wrapper  { display:inline-block; position:relative; width:460px; height:471px; overflow:hidden; z-index:1; margin-left:5px; vertical-align:top; }

.hcontent-secvideo:before { z-index:5; content:''; position:absolute; left:0; top:0; background:url(https://190063.fs1.hubspotusercontent-na1.net/hubfs/190063/TheSpotOnAgency-2017/images/tab-frame.png) no-repeat; background-size:cover; width:473px; height:471px; }
.hcontent-secvideo .cell-wrapper video { margin:85px 0 0 -130px; width:auto; height:406px; max-width:none; vertical-align:top; }

.row-fluid .hcontent-secimg { display:none; }

.row-fluid .blog-content { background:#fafafa; padding:40px 0 60px; }
 
.blogsidebar-search .gsc-search-box-tools .gsc-search-box .gsc-input {text-indent: 0px!important;}
.row-fluid .blog-header { padding:175px 0 150px; text-align:center; position:relative; color:#fff;   }
.row-fluid .blog-header:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:#000; opacity:0.56; }
.row-fluid .blog-header > div { position:relative; }
.row-fluid .blog-header h1 { padding:0 0 35px; font-family:'Roboto Slab'; color:#fff; font-size:52px; line-height:54px;  }
.row-fluid .blog-header h2 { padding:0 0 35px; font-family:'Roboto Slab'; color:#fff; font-size:52px; line-height:54px;  }
.row-fluid .blog-header h3 { padding:0 0 10px; font-family:'Open Sans'; color:#fff; font-size:22px; line-height:34px; font-weight:400; text-align:center; font-style:italic; }

.row-fluid .blogheader-subscribe form { display:block; max-width:500px; position:relative; margin:0 auto; }
.row-fluid .blogheader-subscribe .hs_email input { margin:0; font-size:17px; color:#000; font-weight:600; background:#fff; border:none; -webkit-box-shadow: -1px 3px 6px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: -1px 3px 6px 0px rgba(0,0,0,0.14);
    -o-box-shadow: -1px 3px 6px 0px rgba(0,0,0,0.14);
    -ms-box-shadow: -1px 3px 6px 0px rgba(0,0,0,0.14);
    box-shadow: -1px 3px 6px 0px rgba(0,0,0,0.14);; height:66px; border-radius:5px!important; padding:0 220px 0 20px; font-family:'Open Sans' !important; }
.row-fluid .blogheader-subscribe .hs_email:focus { -webkit-box-shadow: -2px 4px 7px 1px rgba(0,0,0,0.16);
    -moz-box-shadow: -2px 4px 7px 1px rgba(0,0,0,0.16);
    -o-box-shadow: -2px 4px 7px 1px rgba(0,0,0,0.16);
    -ms-box-shadow: -2px 4px 7px 1px rgba(0,0,0,0.16);
    box-shadow: -2px 4px 7px 1px rgba(0,0,0,0.16); }
.row-fluid .blogheader-subscribe .hs_email .hs-error-msgs { margin:10px 0 -45px !important; padding:0; }
.row-fluid .blogheader-subscribe .hs_email > label { display:none; }
.row-fluid .blogheader-subscribe .hs_submit .actions { width:212px; position:absolute; top:0; right:0; }
.row-fluid .blogheader-subscribe .hs_submit .actions:before { content:''; top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; position:absolute; left:0;  width:1px; height:38px; background:#d7d7d7 }
.row-fluid .blogheader-subscribe .hs_submit .actions input { text-transform:uppercase; height:66px; background-color:rgba(0,0,0,0); font-size:17px; color:#39c9cb; font-weight:700; width:100%; padding:0; }
.row-fluid .blogheader-subscribe .hs_submit .actions input:hover { color:#34b1b3; }

.row-fluid .blog-cta { padding:0 0 35px; }
.row-fluid .blogsidebar-box { margin:0 0 40px; background:#fff; border-left:5px solid #fcb033; padding:25px; -webkit-box-shadow: -3px 3px 6px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: -3px 3px 6px 0px rgba(0,0,0,0.14);
    -o-box-shadow: -3px 3px 6px 0px rgba(0,0,0,0.14);
    -ms-box-shadow: -3px 3px 6px 0px rgba(0,0,0,0.14);
    box-shadow: -3px 3px 6px 0px rgba(0,0,0,0.14);; border-radius:3px; }
.row-fluid .blogsidebar-box h3 { color:#4c4c4d; font-weight:900; font-size:18.5px; line-height:22px; padding:0 0 15px; text-transform:uppercase; font-family: 'Open Sans', Arial, Helvetica, sans-serif; }
.row-fluid .blogsidebar-box ul { margin:0; padding:0; list-style:none; }

.row-fluid .blogsidebar-postbytopic .filter-link-count { display:none; }
.row-fluid .blogsidebar-postbytopic a { font-weight:700; font-family: 'Roboto Slab', Arial, Helvetica, sans-serif; font-size:15.1px; line-height: 27px; }
.row-fluid .blogsidebar-postbytopic a:after { content:"\f061"; font-family:'FontAwesome'; display:inline-block; margin:0 0 0 3px; -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;;  }
.row-fluid .blogsidebar-postbytopic a:hover { color:#39c9cb; }
.row-fluid .blogsidebar-postbytopic a:hover:after { -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);; }

.yt-video {position: relative;padding-bottom: 56.25%; /* 16:9 */height: 0;margin-bottom: 15px;}
.yt-video iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}


.blogsidebar-search .gsc-search-box-tools .gsc-search-box .gsc-input { padding:0; width:100%; float:left; }
.blogsidebar-search .gsc-search-box-tools .gsc-search-box .gsc-search-button { width:100%; float:left; }

.row-fluid .blogsidebar-search td.gsc-search-button { margin:15px 0 0; }
.row-fluid .blogsidebar-search .gsc-search-button { position:relative; text-transform:uppercase; background:#fcb033; height:40px; border-radius:65px; overflow:hidden; cursor:pointer; }
.row-fluid .blogsidebar-search .gsc-search-button:after { content:'';   position:absolute; left:0;  width:0; height:100%; background:#d7d7d7; -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;; }
.row-fluid .blogsidebar-search .gsc-search-button:before { background: url(https://190063.fs1.hubspotusercontent-na1.net/hubfs/190063/TheSpotOnAgency-2017/images/right-arrow-img.png) no-repeat center center; z-index:9; content:'SEARCH'; font-size:16px; font-family:'Open Sans'; font-weight:600; position:absolute; width:100%; text-align:center;  text-transform:uppercase; padding:7px 0; height:100%; color:#fff;  }
.row-fluid .blogsidebar-search .gsc-search-button:hover { color:#20aeab; }
.row-fluid .blogsidebar-search .gsc-search-button * { opacity:0; z-index:99; position:absolute; left:0; width:100%; height:100%; }
 
.row-fluid .blogsidebar-search .gsc-search-button:hover:after  { width:100%; background:#cc8e29;  }
.row-fluid .blogsidebar-search .gsc-input-box { border:none; background:#f2f2f2; height:50px; border-radius:4px; }
.row-fluid .blogsidebar-search .gsc-control-cse { border:none; background:none; padding:0; }
.row-fluid .blogsidebar-search .gsc-input-box input { background:#f2f2f2 !important; height:41px !important; font-size:16px; font-family:'Open Sans'; font-weight:600; }
.row-fluid .blogsidebar-search ::-webkit-input-placeholder { opacity:0; }
.row-fluid .blogsidebar-search ::-moz-placeholder { opacity:0; }  
.row-fluid .blogsidebar-search :-ms-input-placeholder { opacity:0; } 
.row-fluid .blogsidebar-search input:-moz-placeholder { opacity:0; }
html>body .gsc-inline-block { min-width:150px; } 

.row-fluid .blogsidebar-social a { font-size:34px; margin:0 6px 0 0; }
.row-fluid .blogsidebar-social a:hover { color:#20aeab; }
.row-fluid .blogpost-box { float:left; width:100%; padding:0 0 70px; }
.row-fluid .blogpost-box h2 a { color:#4c4c4d; font-weight:bold;}
.blogpost-box .blogpost-topic a { color:#4c4c4d;}
.row-fluid .blogpost-box h2 a:hover, .blogpost-box .blogpost-topic a:hover { color:#38c5c7; }
.blogpost-author a {font-weight: bold;}
.row-fluid .blogpost-byline { margin:10px 0 20px; border-top:1px solid #c7c7c7; border-bottom:1px solid #c7c7c7; padding:10px 0; font-size:15px; color:#4c4c4d; font-weight:700; font-family:'Open Sans'; }
.blogpost-author, .blogpost-date, .blogpost-topic, .read-time { display:inline-block; vertical-align:middle; font-weight:normal; }
.blogpost-topic { margin:0 0 0 30px; font-weight: 600}
.blogpost-topic:before { content:"\f02b"; font-family:'FontAwesome'; color:#fcb033; font-size:20px; display:inline-block; vertical-align:middle; margin:0 5px 0 0; }
.blogpost-date { margin:-4px 0 0 5px; padding:0 0 0 10px; border-left:1px solid #4c4c4d; line-height:14px; font-weight:normal;}
.blogpost-avatar { display:inline-block; width:50px; height:50px; border-radius:100%; background-size:cover; background-position:center; vertical-align:middle; margin:0 10px 0 0; }
.blogpost-image img { border-radius:5px; }
.blogpost-content p { padding-top:0; }
.blogpost-content { font-size:16px; color:#4c4c4d; font-family:'Open Sans';  }
.blogpost-author a.author-link:hover { color:#39c9cb; text-decoration:underline; }
.blogpost-image a { height:250px; width:100%; display:inline-block; }
.blogpost-image img { display:none; }
.read-time {float: right; margin-top: 11px; font-weight: 700; font-size: 14px}
body .row-fluid .blogdetail-content a {color: #36c6c7; font-weight: 600; text-decoration: underline!important}
body .row-fluid .blogdetail-content a:hover {text-decoration: none!important}
body .row-fluid .blogdetail-main > h1 { font-weight:700; }
body .row-fluid .blogdetail-content h2 { color:#3ec0be; font-family:'Open Sans'; font-weight:600; font-size:25px; line-height:30px; }
body .row-fluid .blogdetail-content h3 { font-weight:700; font-size:22px; line-height:28px; margin-top: 25px; color: #3e3e3f}
body .row-fluid .blogdetail-main li {margin-bottom: 10px}
.blogdetail-navigation { margin:20px 0; padding:14px 0; border-top:1px solid #c7c7c7; border-bottom:1px solid #c7c7c7; float:left; width:100%; }
body .row-fluid .blogdetail-navigation a { font-size:15px; color:#4c4c4d; text-transform:uppercase; font-weight:600; font-family:'Open Sans'; }
body .row-fluid .blogdetail-navigation a:hover { color:#38c5c7; }
body .row-fluid .blogdetail-navigation .blogdetail-previous i { margin:0 8px 0 0; }
body .row-fluid .blogdetail-navigation .blogdetail-next i { margin:0 0 0 8px; }

.row-fluid .blog-commentmain { background:#fff; border-left:8px solid #fcb033; padding:25px; -webkit-box-shadow: -3px 3px 6px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: -3px 3px 6px 0px rgba(0,0,0,0.14);
    -o-box-shadow: -3px 3px 6px 0px rgba(0,0,0,0.14);
    -ms-box-shadow: -3px 3px 6px 0px rgba(0,0,0,0.14);
    box-shadow: -3px 3px 6px 0px rgba(0,0,0,0.14);; border-radius:3px; }
.nBody .body-container-wrapper .row-fluid .row-fluid .blog-commentmain .inputs-list input[type="checkbox"] + span:before, .nFooter .body-container-wrapper .row-fluid .row-fluid .blog-commentmain  .inputs-list input[type="checkbox"] + span:before { border-radius:4px; border:none; background:#e9e9e9; }
.nBody .body-container-wrapper .row-fluid .blog-commentmain .inputs-list input[type="checkbox"]:checked + span:before, .nFooter .body-container-wrapper .row-fluid .blog-commentmain .inputs-list input[type="checkbox"]:checked + span:before { background:#000; }

body .row-fluid .blog-commentmain h3 { color:#4c4c4d; text-transform:uppercase; font-family:'Open Sans'; font-weight:900; font-size:19px; line-height:30px; }

.row-fluid .blog-commentmain .hs_submit { position:relative; padding:15px 0 0; }
.row-fluid .blog-commentmain .hs_submit input { background:url(https://190063.fs1.hubspotusercontent-na1.net/hubfs/190063/TheSpotOnAgency-2017/images/arrow-img4.png) no-repeat right center !important; padding-right:37px; text-transform:uppercase; position:relative; }
.row-fluid .blog-commentmain .actions { display:inline-block; border-radius:35px; overflow:hidden; position:relative; background:#fcb033;  }
.row-fluid .blog-commentmain .actions:before { content:""; position:absolute; top:0; left:0; width:0; height:100%; -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;; }
.row-fluid .blog-commentmain .actions:hover:before  { width:100%; background:#cc8e29;  }

.row-fluid .blog-content { position:relative; }
.share-this { position:absolute; top:80px; left:20px; width:60px; padding:0 0 25px; }
body .row-fluid .share-this a { display:inline-block; width:60px; height:60px; color:#fff; line-height:60px; text-align:center; font-size:22px; }
body .row-fluid .share-this a:hover { opacity:0.9; color:#fff; }
.share-this a.sharethis-linkedin { background:#0075b7; }
.share-this a.sharethis-facebook { background:#39579a; }
.share-this a.sharethis-twitter { background:#50abf1; }
.share-this a.sharethis-googleplus { background:#d14d33; }
.sticky-placeholder { display:none !important; }

.recentposts-box { padding:5px 0; }
.recentposts-bimg { height:75px; border-radius:4px; background-size:cover; background-position:center; display:block; }
.row-fluid .recentposts-box h4 { font-size:15px; line-height:20px; font-weight:700; text-transform: none!important; margin-top: 5px}
.row-fluid .recentposts-box h4 a { color:#4c4c4d; }
.row-fluid .recentposts-box h4 a:hover { color:#38c5c7; }

ul.pagination { margin:0; padding:15px 0 0; list-style:none; }
ul.pagination li { padding:0 10px 0 0; display:inline-block; }
ul.pagination li a { display:inline-block; width:38px; height:38px; line-height:36px; border-radius:4px; text-align:center; color:#4c4c4d; border:1px solid #cccccc; font-weight:700; font-family: 'Roboto Slab', Arial, Helvetica, sans-serif; font-size:16px; }
ul.pagination li a:hover, ul.pagination li.active a { border-color:#fcb033; background:#fcb033; color:#fff; }
ul.pagination li.disabled { display:none; }

body.nBody.long-lp .body-container-wrapper .row-fluid .inputs-list input[type="radio"]:checked + span:after, body.nFooter.long-lp .body-container-wrapper .row-fluid .inputs-list input[type="radio"]:checked + span:after {
    background-color: #fcb033;}
.topmenu-fixed .stickyibar .spoton_secondary_nav_cta { opacity:1; transition: all 0.8s; }
.stickyibar .spoton_secondary_nav_cta { text-align: right; padding: 10px 0 0; opacity: 0; transition: all 0.8s; }
.topmenu-fixed .row-fluid .stickyibar{ position: fixed; left: 0; top: 0; width: 100%; z-index: 222; top: 0; }
.stickyibar li > a { cursor: pointer !important; }



 

@media (min-width: 768px){
    .bownloadBook-section.bgimg-main.cut-section3 { min-height: 703px !important;}
    .short-bg .bownloadBook-section.bgimg-main.cut-section3 { min-height: 500px !important;}
 .row-fluid .case-boxes {margin-bottom: 0px}
.quiz-lp .bownloadBook-section.bgimg-main.cut-section3 { min-height: 703px !important; margin-top: -350px;}

		.desktop_bottom_form { display:block !important;margin: 14px 0 0 !important; }
    .req_free_ass .desktop_bottom_form { display:block !important;margin: 16px 0 0 !important; }
  
  
  .ticket-form {   display: block !important;     margin: 14px 0 0 !important;}
    .mobile_bottom_form { display:none !important; }
    .desktop_bottom_form .desk_form_inn { position:absolute; }
    .row-fluid .hcontent-secright { float:right; }
    .row-fluid .hcontent-secleft { margin:0; }
    .hcontent-sec2text { padding:15px 20% 0; }
    .row-fluid .hcontent-section2 h2 { padding:0 27% 15px; }
    .row-fluid .blog-left { padding:0 30px 0 0; }
    .row-fluid .blogpost-box h2 { font-size:30px; line-height:37px; }  
    .blogpost-image { float:left; width:40%; }
    .blogpost-content { float:left; width:60%; padding:0 0 0 20px; }
    .img-right { margin:0px 0px 10px 10px; float:right; }
    .img-left { margin:0px 10px 10px 0; float:left; }
    body .row-fluid .blogdetail-main > h1 { font-size:31px; line-height:36px; }
    a.blogdetail-next { float:right; margin:0; }
    a.blogdetail-prev { float:left; margin:0; }
  
  
  
    /*body .row-fluid .blog-commentmain .actions .field, body .row-fluid .blog-commentmain .blog-captcha { float:right; margin:-110px 0 0; }*/
 
    .blogpost-bl { min-width:40%; display:inline-block; }
    .blogpost-topic { margin:-2px 0 0 15px; }

}   
@media (min-width: 680px){
    .row-fluid .box-slider button.slick-arrow { margin:0; top:50px; width:32%; padding:0; background:none; opacity:0; font-size:0; height:400px; }
    .row-fluid .box-slider button.slick-arrow.slick-prev { left:0; }
    .row-fluid .box-slider button.slick-arrow.slick-next { right:0; }
    .row-fluid .box-slider .slick-current {  -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);; }
    .row-fluid .cta-section h3 { font-size:52px; line-height:60px; }
}

@media (max-width: 767px){
  .typ-cal .single-rss {margin-bottom: 30px!important}
    .mobile_bottom_form { display:block !important; }
    .desktop_bottom_form { display:none !important; }
    /*.req_free_ass .formbottom-formmain2 { margin:-657px -20px 181px 0 !important; }*/
    .row-fluid .spoton_secondary_nav_cta { display: none !important; }
  .topmenu-fixed .row-fluid .stickyibar { position: relative; }
  .mobile-drop, .tabbing-click {display:block!important;}
  .typ-cal .typcontent-section {padding-top: 0px!important}
} 
@media (min-width:768px) and (max-width: 1199px){
    .desktop_bottom_form { display: block !important; margin: 10px 0 0 !important; }
    .req_free_ass .desktop_bottom_form { display:block !important;margin: 16px 0 0 !important; }
}
/*@media (min-width:992px) and (max-width: 1200px){
    .build_camp_work .soi-form {margin: -535px -20px 140px 0 !important;}
}
@media (min-width:992px) and (max-width: 1199px){
    .req_free_ass .formbottom-formmain2 { margin: -710px -20px 181px 0 !important;}
} */
@media (min-width:768px) and (max-width:990px){
    .calculatorform-left .hs_email {max-width:405px !important;}
    
    /*.hcontent-secleft:before { width:340px; height:338px; }
    .hcontent-secleft .cell-wrapper video { margin:57px 0 0 -99px; height:295px; }
    .hcontent-secleft .cell-wrapper { width:330px; height:338px; }
    .hcontent-secleft { margin:50px 0 0; }*/
    
}
 
@media (min-width: 768px) and (max-width: 1200px){
    .calculatorform-left .hs_email {
      margin-left: 20px;
      max-width: 605px;
    }
    .calculatorform-left .hs_company_website.field.hs-form-field {
      max-width: 293px;
    }
    .row-fluid .header { padding:65px 0 80px; background-attachment:initial; }
    .row-fluid .turnvisitor-section { background-attachment:initial; }
    
    .row-fluid .turnvisitor-section { padding:85px 0 120px; }
    .row-fluid .turnvisitor-cont { padding:0 6% 0 0; }
    
    .row-fluid .videocont-r { padding:70px 0 60px; }
    .row-fluid .videocont-right { padding:0 5% 0 45px }
    .row-fluid .videocont-text { font-size:30px; line-height:37px; }

    .row-fluid .exploreresourece-b { padding:30px 168px 30px 20px; }
    .row-fluid .case-study-b { padding:30px 30px 30px 20px; }

    .row-fluid .resource-section { padding-bottom:80px; }
    
    .row-fluid .fromourBlog-section { padding:100px 0 80px; background-attachment:initial; }
    .row-fluid .fromourBlog-section { padding:60px 0 50px; }
    .row-fluid .featuredpost-bin { padding:0 20px; }
    .row-fluid .featuredpost-title a { font-size:15px; line-height:18px; }
    .row-fluid .featuredpost-author { font-size:15px; }
    .row-fluid .featuredpost-date { font-size:14px; line-height:14px; padding:0 7px 0; }
    .row-fluid .featuredpost-top { line-height:20px; }
    
    .row-fluid .consultation-section { padding:50px 0 40px; }
    .row-fluid .header-lp { padding:110px 0; }
    .row-fluid .header-lp h2 { font-size:37px; line-height:40px; padding:0px; }
    .row-fluid .typcontent-section { padding:55px 0 50px; }

    
    .row-fluid .footerlink-box { width:17.5%; }
    .row-fluid .footer-main { padding:40px 0 30px; }
    .row-fluid .calculatorform-left .hs-form-field > label {font-size: 13px;}
    
    .row-fluid .lpcontent-section h1 { font-size:38px; line-height:46px; } 
    .row-fluid .formbottom-formbox h3 { font-size:21px; line-height:26px; }
    .row-fluid .formbottom-formbox { padding:20px 20px; }
    
    .row-fluid .hcontent-secright h2 { font-size:24px; line-height:30px; padding-top:0; }
    .row-fluid .hcontent-section3 h2 { font-size:24px; line-height:30px; }
    .row-fluid .slider-box h5 { font-size:17px; }
    .row-fluid .hcontent-section4 { padding:50px 0; }
    .hcontent-sec3left { padding:0 0 15px; }
    
    .row-fluid .cta-section h3 { font-size:32px; line-height:40px; }
    .row-fluid .hcontent-section2 h2 { padding:0 17% 15px; }
    .hcontent-sec2text { padding:15px 10% 0; }
    
    .row-fluid .hcontent-secimg { display:block; }
    .row-fluid .hcontent-secvideo { display:none; }

}

.lictalt {width: 28%!important; float: left!important;}

@media (max-width: 1050px){
.mobilehide {display: none!important;}
.lictart {width: 40%!important;}
.lictalt {width: 32%!important;}
}

@media (max-width: 950px){
.lictart {width: 40%!important;}
.lictalt {width: 35%!important;}
}


@media (max-width: 850px){
.lictart {width: 45%!important;}
.lictalt {width: 40%!important;}
}


@media (min-width: 992px) and (max-width: 1200px){
	
	.row-fluid .wrapper {  width:920px; }	
    .row-fluid .formbottom-formmain2 {margin: -566px -20px 181px 0;}
    .row-fluid .hcontent-secright { padding:0 0 0 30px; }
    
}


@media (max-width: 767px){
.lictart {width: 45%!important; float:left!important;}
.lictalt {width: 30%!important; float: left!important;}
.LIctaText img {display: none;}
.LIctaText {display: none!important;}
}

@media (max-width: 650px){
.lictart {width: 45%!important; float:left!important;}
.lictalt {width: 37%!important; float: left!important;}
}

@media (max-width: 550px){
.lictart {width: 45%!important; float:left!important;}
.lictalt {width: 42%!important; float: left!important;}
  .row-fluid .meeting-info h1 {font-size: 27px!important; line-height: 34px!important}
}

@media (max-width: 550px){
.lictart {width: 45%!important; float:left!important;}
.lictalt {width: 42%!important; float: left!important;}
}

@media (max-width: 490px){
.lictart {width: 50%!important; float:left!important;}
.lictalt {width: 45%!important; float: left!important;}
}


@media (max-width: 450px){
.lictart {width: 100%!important; text-align: center;}
.lictalt {width: 100%!important; text-align: center; margin-bottom: 20px;}
.lictatext {text-align: center!important;}
.lictatext h2 {font-size: 32px!important;}
}

@media (min-width: 768px) and (max-width: 991px){
	
	.row-fluid .wrapper {  width:720px; }
    .row-fluid .formbottom-formmain2 {margin: -756px -20px 181px 0;}
    .row-fluid .formbottom-formmain { margin:-488px 0 140px 0; }
    .row-fluid .soi-form {margin: -660px -20px 140px 0;}
    .row-fluid .hcontent-secright { padding:0 0 0 25px; }
    .row-fluid .hcontent-sectext, .row-fluid .hcontent-sec3ltext { font-size:14px; line-height:22px; }
    .row-fluid .slider-box { padding:0 15px; font-size:14px; line-height:22px; }
    
    .row-fluid .blog-left { width:100%; padding:0 0 25px; }
    .row-fluid .blog-sidebar { width:100%; margin:0; }
    .row-fluid .blog-cta { text-align:center; }
    .recentposts-bimg { height:105px; max-width: 200px; }
}

@media (min-width: 680px) and (max-width: 991px){ 
    .row-fluid .slider-img img { max-height:100px; width:auto; }
}
@media (min-width: 30px) and (max-width: 767px){
    #powerTip { width:96% !important; }
    .row-fluid .fromourBlog-section h2 {width: 80%!important; margin: 0 auto!important;}
    .row-fluid .float-book img {float: none!important;}
    .row-fluid .resource-title h2 {padding: 30px 0 30px;}
    
    .row-fluid .calculatorform-left .hs_submit .actions input {font-size: 15px;}
    
    .row-fluid .calculatorform-left .hs_submit .actions {width: 177px;}
    
    .row-fluid .calculatorform-left fieldset .hs_email input {padding-left: 18px!important; padding-right: 191px;}
    
    .nBody .body-container-wrapper, .nFooter .footer-container-wrapper { font-size:15px; }
    
    .nBody .body-container-wrapper h2, .nFooter .footer-container-wrapper h2 { font-size:30px; line-height:34px; }
    
    .row-fluid .link-style a, .row-fluid a.link-style { font-size: 16px; line-height:20px; padding:10px 32px 10px 15px; }
    .row-fluid .link-style a:after, .row-fluid a.link-style:after { right:10px; }
    .turnvisitor-section .row-fluid .link-style a, .turnvisitor-section .row-fluid a.link-style { font-size: 14px; line-height:16px; padding:10px 32px 10px 12px;  }
.row-fluid .blogpost-box h2 a {font-size: 24px;
    line-height: 30px;}
  .read-time {float: left!important; margin-top: 0px!important; margin-left: 10px!important}
	.blogpost-text p {font-size: 16px;}
	.row-fluid .wrapper { width:100%; padding:0 20px; float:left !important; }
    .row-fluid .blogpost-box {padding-bottom: 40px;}
    .row-fluid .header { padding:85px 0 70px; background-attachment:initial; }
    .row-fluid .header h1 { font-size:45px !important; line-height:45px; }
    .row-fluid .header-text { font-size:18px; line-height:26px; padding:0 0 25px; }
    .row-fluid .headerwatchvideo-link a { font-size:12px; line-height:16px; padding:10px 40px 10px 15px; }
    .row-fluid .header .cut-img { bottom:-2px; }
    .row-fluid .headerwatchvideo-link { display:none; }
    .row-fluid .headerwatchvideo-linkmob { display:block; }
    
    .row-fluid .turnvisitor-section { background-image:none !important; padding:40px 0 0; text-align:center; }
    .row-fluid .turnvisitor-cont { padding:0 0 20px; }
    .row-fluid .turnvisitor-section .bg-img { display:block; }
    
    .row-fluid .videoimg-left { display:none; }
    .row-fluid .videocont-right { width:100%; height:auto !important; padding:0; }
    .row-fluid .videocont-r { padding:50px 30px; }
    .row-fluid .videocont-text { padding:25px 0 30px; font-size:29px; line-height:38px; }
    
    .row-fluid .calculator-section { padding:50px 0 0;  }
    .row-fluid .calculator-section h2 { text-align:center; }
    .row-fluid .calculator-section .sub-text { text-align:center; font-size:17px; line-height:26px; }
    
    .row-fluid .calculatorform-main { padding:30px 0 130px; margin: 0 0 -205px; float:left; width:100%; }
    .row-fluid .calculatorform-left fieldset .hs-form-field { padding-bottom:12px !important; }
    .row-fluid .calculatorform-left .hs-form-field > label { margin:0 0 4px; }
    
    .nBody .body-container-wrapper .row-fluid .calculatorform-main .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 0; width:100%; }
    .nBody .body-container-wrapper .row-fluid .calculatorform-main .hs-form fieldset.form-columns-2 .field:first-child  { padding:0 0 10px 0 }
    .nBody .body-container-wrapper .row-fluid .calculatorform-main .hs-form fieldset.form-columns-3 .field { padding:0 0 10px; width:100%; }
    .nBody .body-container-wrapper .row-fluid .calculatorform-main .hs-form fieldset.form-columns-3 .field:first-child  { padding:0 0 10px 0; }
    .nBody .body-container-wrapper .row-fluid .calculatorform-main .hs-form fieldset.form-columns-3 .field:first-child + .fiel  { padding:0 0 10px; }
    
    .row-fluid .calculatorform-right { padding:15px 0 0; text-align:center; }
    .row-fluid .calculatorform-right h5 { display:block; border-top: 2px solid #fcb033; margin:10px 0 0; }
    .row-fluid .calculatorform-right h6 { display:none; }
    .row-fluid .result-rbox { border-bottom:none; padding-bottom:0; }
    
    .row-fluid .calculatorform-bottom { margin-top:0; padding:15px 0 0; border-top:none; }
    .row-fluid .calculatorform-bottom h4 { padding:0 0 20px; }

    .row-fluid .inpact-box { width:100%; padding-top:10px; padding-bottom:10px;  }
    .row-fluid .calculatorform-left fieldset .hs_email { padding:0 !important; }
    
    .row-fluid .resource-section { padding:220px 0 65px; }
    .row-fluid .exploreresourece-boxes .hs_cos_wrapper_widget { width:100%; margin:20px 0 40px; }
    .row-fluid .exploreresourece-bimg { width:140px; top:-34px; }
   .row-fluid .case-boxes .hs_cos_wrapper_widget {margin-bottom: 15px!important;}
    .row-fluid .exploreresourece-b h6 { font-size:23px; line-height:30px; }
    .row-fluid .exploreresourece-b { padding:17px 177px 17px 18px; }
    
    
     .row-fluid .case-study-b h6 { font-size:23px; line-height:30px; }
    .row-fluid .case-study-b { padding:17px 17px 17px 18px; }
    
    .row-fluid .fromourBlog-section { padding:50px 0; background-attachment:initial; }
    .row-fluid .featuredpost-box { display:none; width:100%; }
    .row-fluid .featuredpost-box:nth-child(1), .row-fluid .featuredpost-box:nth-child(2), .row-fluid .featuredpost-box:nth-child(3) { display:block; }
    
    .row-fluid .consultation-section { padding:40px 0 35px; }

    /*.row-fluid .formbottom-formmain { position:relative; bottom:auto; }
    .row-fluid .formbottom-formmain2 { position:relative; bottom:auto; }*/
    .row-fluid .formbottom-formmain, .row-fluid .formbottom-formmain2 { margin:0; float: none!important; }

.row-fluid .top-lp { padding:15px 0 0; text-align:center; }
    .row-fluid .lpcontent-section h1 { font-size:41px; line-height:46px; }
    .row-fluid .bownloadBook-section { padding:100px 0 45px; }
    .cut-img3 { left:-10%; width:120%; }
    .row-fluid .formbottom-formbox { padding:20px; }

    .row-fluid .lpcontent-lbookimg { padding:0 0 10px; }

    .row-fluid .header-lp { padding:90px 0 58px; }
    .row-fluid .header-lp h2 { padding:0px!important; }
    .row-fluid .typcontent-section { padding:55px 0 50px; }    
    .row-fluid .typcontent-section h3 { font-size:29px; line-height:34px; padding: 0 0 20px; }
    .row-fluid .typcontent-section h4 { font-size:22px; line-height:28px; }
    .row-fluid .typcontent-section { text-align:center; padding:40px 0 45px; }
    .row-fluid .typcontent-left img { float:none; margin:0 0 12px; }
    .row-fluid .typcontent-left { padding:0 8px 30px;  }
    .row-fluid .typcontent-right .typcontent-section h3 { font-size:21px; line-height:24px; }
    
    .row-fluid .formbottom-sharebox { text-align:center; }
    .row-fluid .formbottom-formbox h3 { font-size:20px; line-height:26px; }
    .row-fluid .formbottom-formbox { text-align:left; }
    
    .row-fluid .footer-main { padding:30px 0 35px; text-align:center; }
    .row-fluid .footerlink-box { width:100%; }
    .row-fluid .footer-social { width:100%; padding:15px 0 30px; }
    .row-fluid .footer-social a { margin:0 1px; }
    .row-fluid .footer-social span span { padding-right:5px; }
    .row-fluid .footer-logoes { padding:0 0 30px; }
	.row-fluid .lpcontent-ltext ul, .row-fluid .lpcontent-ltext h6, .row-fluid .lpcontent-ltext h3, .row-fluid .lpcontent-ltext h2  {text-align: left;}
	
	.hcontent-sec3left { padding:0 0 40px; }
	.row-fluid .header2 { padding:90px 0; }
	.row-fluid .header2 h1 { font-size:32px !important; line-height:38px !important; }
	.row-fluid .hcontent-section { padding:35px 0 0; text-align:center; }
	.row-fluid .header2 .cut-img2 { bottom:-2px; }
	
	.row-fluid .blog-header .cut-img4 { bottom:-2px; }
	
	.row-fluid .hcontent-secright { padding:0 0 50px; }
	.row-fluid .hcontent-section2 { padding:55px 0 290px; }
	.row-fluid .hcontent-section2 h2 { padding:0 0 35px; }
	
	.row-fluid .hcontent-section3 { text-align:center; padding:75px 0 0; }
	.row-fluid .box-slider .slick-list { padding:0 !important; }
	.row-fluid .hcontent-section4 { padding:95px 0 53px; } 
	.row-fluid .slider-box { padding:0 20px; font-size:15px; }
	.row-fluid .slider-box h5 { font-size: 18px; line-height: 26px; padding-bottom:15px; }
	.row-fluid .cta-section h4 { font-size:25px; line-height:32px; }
	.row-fluid .cta-section h3 { font-size:29px; line-height:34px; }
	.row-fluid .footerlink-boxes, .row-fluid .footer-main h4, .row-fluid .footerlink-boxes ul li a:link, .row-fluid .footerlink-boxes ul li a:visited { text-align:center; }
	
    /*.hcontent-secleft:before { width:280px; height:278px; left:50%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
    .hcontent-secleft .cell-wrapper video { margin:47px 0 0 -82px; height:241px; }
    .hcontent-secleft .cell-wrapper { width:270px; height:278px; }*/
    .row-fluid .hcontent-secimg { display:block; }
    .row-fluid .hcontent-secvideo { display:none; }
    
    .row-fluid .blogpost-text { padding:15px 0 0; }
    .row-fluid .blog-content { padding:40px 0; }
    .blogpost-avatar { margin:0 5px 5px 0; }
    .blogpost-topic { margin:0 0 0 9px; }
    .row-fluid .blogheader-subscribe .hs_submit .actions { width:162px; }
    .row-fluid .blogheader-subscribe .hs_submit .actions input { font-size:14px; }
    .row-fluid .blogheader-subscribe .hs_email input { padding:0 170px 0 20px; }
    .row-fluid .blog-header { padding:90px 0 70px; }
    body .row-fluid .blogdetail-main > h1 { font-size: 23px !important; line-height:30px; }
    .row-fluid .blog-commentmain { margin:0 0 15px; }
    .row-fluid .blog-left { padding:0 0 20px; }
    .blogdetail-previous { margin:0 15px 0 0; }
    .row-fluid .blog-cta img { display:block!important; margin-left:auto!important; margin-right:auto!important; }
    .recentposts-bimg { height:200px; }
    .row-fluid .recentposts-box h4 { font-size:22px; line-height:1.25em;}
    
}

@media (min-width: 30px) and (max-width: 1080px){
    .share-this { position:relative !important; top:auto !important; left:auto !important; width:auto; padding:0 0 5px; } }


@media (max-width: 425px) {    

   .row-fluid .exploreresourece-btext { display:none; } 

} 


@media (min-width: 30px) and (max-width: 398px){
    
    .row-fluid .calculatorform-left .hs_submit .actions input { font-size:13px; }
    .row-fluid .calculatorform-left fieldset .hs_email input { font-size:15px!important; padding:0 160px 0 20px; }
    .row-fluid .calculatorform-left .hs_submit .actions { width:152px; }
    
    .row-fluid .exploreresourece-b h6 { font-size:20px; line-height:25px; }
    .row-fluid .case-study-b h6 { font-size:20px; line-height:25px; }

    .row-fluid .featuredpost-bin { padding:0 20px; }
    .row-fluid .consultation-section iframe { min-width:307px !important; margin: 0 -14px; }
    
    .row-fluid .exploreresourece-btext { display:none; }

    .row-fluid .formbottom-sharebox { font-size:13px; }
    .row-fluid .formbottom-sharelinks a { margin:0 0 0 3px; }
    .row-fluid .lpcontent-section h1 { font-size:33px; line-height:38px; }

    .row-fluid .header-lp h2 { font-size:37px; line-height:40px; }

    
}

@media (min-width: 768px){

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

}

@media (max-width: 767px){

  .whydo h4 {margin-top: 10px!important}
  .blue-signup h3 {font-size: 20px!important}
  .long-lp h2 {font-size: 28px!important}
  .stickyibar li > a {color: #3e3e3f!important; font-size: 16px}
  .stickyibar li > a:hover {color: #3e3e3f!important;}
  .long-hero {padding-bottom: 35px!important}
  /* Variables
     ========================================================================== */

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


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


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

 /* .mainmenu a.mobile-trigger {
      display: inline-block !important; 
      cursor: pointer; 
      position: absolute; 
      top: 42px;          
      right: 15px;       
      width: 44px; 
      height: 44px;   
      padding: 12px 10px;
      background: #455560; 
      z-index: 99999999999; 
      -webkit-transition: background-color 0.2s linear; 
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      border-radius: 6px;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
  }*/

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

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

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

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

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

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


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

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

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

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


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

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

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


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

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

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

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

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

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

  /* Level 3 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
  
  
  .stickyibar{background-color:#F5F6F6; padding:0 20px 40px;}
  .stickyibar .wrapper{position:relative;}
  .stickyibar .mobile-drop{ cursor: pointer; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; background-color:#fff; font-family:; padding:10px 18px; font-weight:700; text-transform:upercase; color:#515352; box-shadow:5px 5px 2px -2px rgba(0, 0, 0, 0.2); font-size:15px; text-transform:uppercase; border-radius: 5px;}
  .stickyibar .mobile-drop:after{content:'\f078'; font-family:'FontAwesome';  font-weight: normal; float: right;}
  .stickyibar ul{background-color:#fff; margin:10px 0 0; box-shadow:5px 5px 2px -2px rgba(0, 0, 0, 0.2); display:none; position:absolute; right:20px; left:20px; top:100%;}
  .stickyibar li{width:100%;}
  .stickyibar li:first-child > a, .stickyibar li > a{padding:10px 20px;}
  .stickyibar li > a{ color:#515352; }
   
  
  
}




/*Case Study Page CSS*/
.stats p {font-weight: 600; font-style: italic; padding: 0px; font-size: 17px; margin: 0px 0px 15px}
.stats h2 {margin: 0px}
.cs-teal-results {background-color:#39c9cb;padding:30px 30px 15px;margin:10px 0;}
.cs-teal-results h3 {color:#147573!important;letter-spacing:0!important;font-size:26px; font-weight: 600}
.cs-teal-results span {color:#147573!important;font-family:'Roboto Slab', Arial, Helvetica, sans-serif!important; font-size:24px!important; font-weight: 600!important}
.cs-teal-results ul {list-style: none!important;margin-left: -1em;}
.cs-teal-results ul li {color:#ffffff; margin-bottom:15px;}
.cs-teal-results ul li::before {content: "\2022"; color: #147573;font-weight: bold;display: inline-block;width: 1em;margin-left: -1em;}

.advice-section {background-color:#eeeeee!important;padding: 76px 0 63px;}

.row-fluid .text-center p, .row-fluid .text-center span, .row-fluid .text-center{text-align:center;}
.container, .row-fluid .container[class*="span"]{margin-left:auto; margin-right:auto; padding-left:15px; padding-right:15px; float:none; box-sizing: border-box;max-width:1100px;}
.min_container .container, .min_container .row-fluid .container[class*="span"]{max-width:826px;}
.container, .row-fluid .container[class*="span"]:after{clear:both; content: ""; display:table;}
.row-fluid .widget-span.bg_img{display:none;}
.row-fluid .widget-span.bg-wrapper{background-repeat:no-repeat; background-position:center; background-size:cover;} 
.row-fluid .widget-span.gray_overlay, .row-fluid .widget-span.gray_overlay > div{position:relative;} 
.row-fluid .widget-span.gray_overlay:before{content:"";left:0;right:0;bottom:0;right:0;position:absolute;background:rgba(81,82,81,0.80);height: 100%;width:100%;} 
.graytext span {color: #3E3E3F!important;}
.row-fluid .widget-span.case_study_banner{min-height:520px;text-align:center;align-items: center; display: flex;overflow:hidden;} 
.row-fluid .widget-span.subtitle_text span{font-family:'Open Sans', sans-serif;  color: #fcb033;  display: block;  font-size: 25px;  font-weight: 700;text-transform: uppercase;text-align:center;}
.row-fluid .widget-span.subtitle_text_small span{font-size: 21px;margin:0 0 2px;}
.row-fluid .widget-span.h1_style h1{font-size: 52px;font-weight: 400;line-height: 57px;color: #fff;margin:0;}
.row-fluid .widget-span.h2_style h2{font-size: 36px;font-weight: 400;line-height: 48px;color: #3E3E3F;margin:0 0 20px;}
.row-fluid .widget-span.case_study_banner .row-fluid .widget-span.h1_style{padding:0 20px;margin:0 0 72px 0;} 
.row-fluid .widget-span.case_study_banner > div.row-depth-1:first-child{display:none;}
.row-fluid .widget-span.case_study_banner > div{width:100%;margin: 20px 0 0;}
.row-fluid .widget-span.inner_hero{position:relative;overflow: hidden;}
.row-fluid .widget-span.curve_img{overflow: hidden;position: absolute;bottom:-2px;width:102%;left:-1%;}
.row-fluid .widget-span.curve_img > div{left: -1%;position: relative; width: 102%;}
.row-fluid .widget-span.curve_img img{width: 100% !important;}


.row-fluid .widget-span.case_elden_details{background:#39c9cb;text-align:center;padding:40px 0 40px;}
.row-fluid .widget-span.case_elden_details .subtitle_text span{color:#288987;font-size:16px;margin:12px 0 6px;}
.row-fluid .widget-span.case_elden_details h3{color: #fff;font-size: 20px; font-weight:300; line-height: 26px;text-align:center;}
.row-fluid .widget-span.case_elden_details .widget-type-linked_image{line-height:43px;}
.row-fluid .widget-span.case_elden_details .widget-type-linked_image img{vertical-align:middle;}

.row-fluid .widget-span.situation_section{padding:80px 0 56px;}
.row-fluid .paragraph_style p, .row-fluid .paragraph_style span{  color: #3E3E3F;  font-size: 16px;  font-weight: 400;  line-height: 27px;}
.row-fluid .paragraph_style a {color:#39c9cb;transition: all .4s ease-in-out;}
.row-fluid .paragraph_style a:hover {color:#3e3e3f;transition: all .4s ease-in-out;}
.row-fluid .paragraph_style h6{color:#fcb033;font-weight:bold;font-size:20px;}
.row-fluid .widget-span.blockquote{background:#fff;border-radius:5px;padding:30px;border-left: 6px solid #fcb033; margin:20px 0 17px 0;  box-shadow: -3px 3px 6px 0px rgba(0,0,0,0.14);
}
.row-fluid .widget-span.blockquoteblue {background:#fff;border-radius:5px;padding:30px;border-left: 6px solid #39c9cb; margin:20px 0 17px 0;  box-shadow: -3px 3px 6px 0px rgba(0,0,0,0.14);
}

.row-fluid .widget-span.blockquotegray {background:#f5f5f5;border-radius:5px;padding:30px;border-left: 6px solid #fcb033; margin:20px 0 17px 0;   box-shadow: -3px 3px 6px 0px rgba(0,0,0,0.14);
}
.row-fluid .widget-span.blockquote_comment{position:relative;}
.row-fluid .widget-span.blockquote_comment_teal:before{content:"";background:url(https://www.thespotonagency.com/hubfs/images/case-study/quote-icon-teal.png) no-repeat!important;width:40px;height:32px;display: inline-block;margin: 0 0 13px;}
.row-fluid .widget-span.blockquote_comment:before{content:"";background:url(https://190063.fs1.hubspotusercontent-na1.net/hubfs/190063/TheSpotOnAgency-2017/images/quote_icon.png) no-repeat;width:40px;height:32px;display: inline-block;margin: 0 0 13px;}
.row-fluid .widget-span.blockquote_comment span, .row-fluid .widget-span.blockquote_comment p{font-size:22px;line-height:32px;color:#3E3E3F;font-family:'Roboto Slab', Arial, Helvetica, sans-serif;margin: 0 0 11px;padding: 0;}
.row-fluid .widget-span.blockquote_auther{text-align:right;}
.row-fluid .widget-span.blockquote_auther span, .row-fluid .widget-span.blockquote_auther p{font-family:'Open Sans', sans-serif; color:#3E3E3F; font-size:18px;font-style:italic;}
.row-fluid .widget-span.blockquote_auther span strong, .row-fluid .widget-span.blockquote_auther p strong{font-weight:700;font-style:normal;}
.row-fluid .widget-span.solution_section{background:#fcb033;padding:81px 0 140px;position:relative;overflow:hidden;}
.row-fluid .widget-span.solution_section .subtitle_text span{color:#9c6d1f;}
.row-fluid .widget-span.solution_section h2{color:#fff;} 

.row-fluid .widget-span.implementation_section{background:#eeeeee;position: relative; }
.row-fluid .widget-span.implementation_section .container{margin-top:-111px;}
.row-fluid .widget-span.implementation_section .devices_img{margin-bottom:60px;}
.row-fluid .widget-span.implementation_section .pre-devices {margin-top: -60px}
.row-fluid .widget-span.implementation_section .subtitle_text span{color:#39c9cb;}
.row-fluid .widget-span.casestudy_custom{margin:37px 0 0;}

.case_study_row{border-top:1px #dddddd solid;width:100%;float:left;padding:60px 0;display: flex;align-items: center;}
.case_study_row .case_study_img{width:400px;}
.case_study_row .case_study_content{width:397px;}
.case_study_row .case_study_content h3 {  color: #3E3E3F;  font-size: 25px; letter-spacing: -0.1px;  line-height: 32px;}

.casestudy_custom > span > div:nth-child(2n) .case_study_img{position:relative;left:50%;text-align:right;}
.casestudy_custom > span > div:nth-child(2n) .case_study_content{position:relative;right:50%;}

.row-fluid .widget-span.inbound_section{padding:76px 0 63px;}
.row-fluid .widget-span.inbound_section h2{color:#39c9cb;}

.row-fluid .widget-span.unlimited_redesign{border-top:1px #dddddd solid; border-bottom:1px #dddddd solid;text-align:center;padding:52px 0;margin:25px 0 58px;}
.row-fluid .widget-span.unlimited_redesign h3{letter-spacing: 0;color:#535353;font-size:20px;font-weight:400;text-align:center;margin-bottom:36px;}
.row-fluid .widget-span.percent_text span{color:#fcb033;font-size:38px;font-weight:400;font-family:'Roboto Slab', Arial, Helvetica, sans-serif;display:block;}
.row-fluid .widget-span.unlimited_box{width:207px;display:inline-block;float:none;vertical-align:top;position:relative;}
.row-fluid .widget-span.unlimited_text span, .row-fluid .widget-span.unlimited_text strong{font-weight:700;font-style:italic; padding-bottom:4px; color: #535353;  display: block;  font-size: 16px;  line-height: 22px;font-family:'Open Sans', sans-serif;}
.row-fluid .widget-span.unlimited_box:first-child::after {  background: #ddd;  content: "";  height: 100%; position: absolute;  right: -33px;  top: 0;  width: 1px;}
.row-fluid .widget-span.unlimited_box{margin:0 35px;}

.row-fluid .widget-span.consultation_contact{background:#535353;}
.row-fluid .widget-span.consultation_left{max-width:502px;float:right;width:100%;padding-right:30px;}
.row-fluid .widget-span.consultation_right{max-width:522px;width:100%; float:left;padding:0 0 0 55px;}
.row-fluid .widget-span.consultation_contact .subtitle_text_small span {  font-size: 15px;text-align: left;}
.row-fluid .widget-span.consultation_contact h3 {  color: #fff; font-weight:300; font-size: 22px; text-align:left; letter-spacing: 0;  line-height: 28px;margin:7px 0 20px;}
.row-fluid .widget-span.help_section{margin:0;}
.row-fluid .widget-span.btn-default a.cta_button {  background:none; font-family:'Open Sans', sans-serif;  border-radius: 30px;  color: #3E3E3F;  display: inline-block;  font-size: 16px;  font-weight: 600;  line-height: normal;  padding: 8px 21px 9px;  position: relative;  text-transform: uppercase;}
.row-fluid .widget-span.btn-default a.cta_button:after{content: "\f061";color:#39c9cb;display: inline-block;    font-family: FontAwesome;    font-weight: normal;    margin: 0 0 0 10px;    position: relative;    top: -1px;}
/*.row-fluid .widget-span.btn-default a.cta_button:hover{background:#39c9cb; color:#fff;}*/
/*.row-fluid .widget-span.btn-default a.cta_button:hover:after{ color:#fff;}*/
.row-fluid .widget-span.btn-default span.hs-cta-node{position:relative;display:inline-block;background: #dddddd ; border-radius:30px; overflow: hidden;-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;;}
.row-fluid .widget-span.btn-default span.hs-cta-node:before{background: #bababa;content: "";height: 100%; left: 0;position: absolute;top: 0; width: 0;-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;;}
.row-fluid .widget-span.btn-default span.hs-cta-node:hover:before{width:100%;}
.row-fluid .widget-span.consultation_contact .consultation_left, .row-fluid .widget-span.consultation_contact .consultation_right{margin:88px 0 70px;} 
.row-fluid .footerlink-box{width: 16.95%;}




@media (min-width:768px) { .container, .row-fluid .container[class*="span"]{width:750px;} }
@media (min-width:992px) { .container, .row-fluid .container[class*="span"]{width:970px;} }
@media (min-width:1200px) { .container, .row-fluid .container[class*="span"]{width:1100px;}.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 {
	background: #f5f5f5 !important;
} }
@media (min-width:1620px) { .container, .row-fluid .container[class*="span"]{width:1600px;} }


@media (max-width:1199px){
    .row-fluid .widget-span.consultation_left {  max-width: 450px; }
    .row-fluid .widget-span.h1_style h1{font-size: 40px; line-height:45px;}
    .row-fluid .widget-span.case_elden_details h3 {font-size: 18px; line-height:24px;}
    .row-fluid .case-header-text {padding: 0 10% 35px!important;}
}
@media (max-width:991px){
  .lpfooter-right, .lpfooter-left {width: 100%!important; text-align: center!important; float: none!important}
    .row-fluid .widget-span.case_study_banner .row-fluid .widget-span.h1_style {  margin: 0 0 40px;  padding: 0;}
    .row-fluid .widget-span.h1_style h1{line-height: 47px; font-size: 35px !important;}
    .row-fluid .widget-span.case_study_banner{min-height: 430px;}
    .row-fluid .widget-span.case_elden_details h3 {  font-size: 14px;  letter-spacing: 0;  line-height: 20px;}
    .row-fluid .widget-span.consultation_left {  max-width: 350px; padding: 0 10px 0 0;}
    .row-fluid .widget-span.consultation_right{padding: 0 0 0 35px;}
    .case_study_row{display:block;}
    .case_study_row .case_study_img, .case_study_row .case_study_content{  width: 100%;text-align:center;}
    .case_study_row .case_study_content h3, .case_study_row .case_study_content p{text-align:center;}
    .case_study_row .case_study_content{margin:20px 0 0;}
    .casestudy_custom > span > div:nth-child(2n) .case_study_img {  left: 0;  position: static;  text-align: center;  width: 100%;}
    .casestudy_custom > span > div:nth-child(2n) .case_study_content{position: static;}
    .row-fluid .case-consult {width: 90%!important;}
    .row-fluid .case-consult h2 {line-height: 40px!important;}
    .row-fluid .case-header-text {padding: 0 5% 35px!important;}
    body.long-lp .row-fluid .link-style2 a:after, body.long-lp .row-fluid a.link-style2:after { right: 12px; }
    body.long-lp .row-fluid a.link-style2 { padding: 8px 34px 8px 20px; font-size: 15px; }
   /* .topiclinks-dropdown ul { display: block !important; }*/

    
}
@media (max-width:767px){
  .row-fluid .pre-situation {padding: 20px 10px 40px!important}
  .row-fluid .pre-challenge {padding: 10px 10px!important}
  .row-fluid .widget-span.implementation_section .pre-devices {margin-top: 0px}
  .row-fluid .pre-stats {padding: 0px 20px!important}
    .row-fluid .typcontent-left img {display: none;}
    .row-fluid .widget-span.subtitle_text span{font-size: 20px;}
    .casestudy-logo img {width: 125px!important;}
    .row-fluid .widget-span.h1_style h1 {  font-size: 34px !important; line-height: 40px; padding: 0 20px;}
    .casestudy_custom > span > div:nth-child(2n) .case_study_img { text-align:center;}
    /*.row-fluid .widget-span.curve_img{display:none;}*/
    .row-fluid .widget-span.case_elden_details h3 { padding:0 20px; font-size: 22px; line-height: 27px;}
    .row-fluid .widget-span.alden_box{margin:0 0 20px;}
    .row-fluid .widget-span.alden_box:last-child{margin:0;}
    .row-fluid .widget-span.situation_section {  padding: 40px 0 26px;}
    .row-fluid .widget-span.h2_style h2{font-size: 28px; line-height: 36px; margin: 10px 20px;}
    .row-fluid .widget-span.h2_style h2 br{display:none;}
    .row-fluid .widget-span.subtitle_text span {  font-size: 16px;}
    .row-fluid .widget-span.blockquote{padding: 20px;}
    row-fluid .widget-span.blockquotegray{padding: 20px;}
    .row-fluid .widget-span.blockquote_comment span, .row-fluid .widget-span.blockquote_comment p{font-size: 18px; line-height: 26px;}
    .row-fluid .widget-span.blockquote_auther span, .row-fluid .widget-span.blockquote_auther p{font-size: 15px;}
    .row-fluid .widget-span.solution_section{padding: 51px 0 70px;}
    .row-fluid .widget-span.implementation_section .container {  padding: 0px 20px; margin-top: -61px;}
    .row-fluid .widget-span.implementation_section .devices_img {  margin-bottom: 40px;}
    .case_study_row{display: block; padding: 30px 0 20px; margin-top:-10px; }
    .case_study_row .case_study_img {  text-align: center;  width: 100%;position:static !important;}
    .case_study_row .case_study_content {  margin: 10px 0 0;  text-align: center;  width: 100%;position:static !important;}
    .case_study_row .case_study_content h3, .case_study_row .case_study_content p{ text-align: center;}
    .row-fluid .widget-span.inbound_section {  padding: 36px 0 33px;}
    .row-fluid .widget-span.unlimited_redesign{margin: 15px 0 38px;padding: 32px 0;}
    .row-fluid .widget-span.unlimited_box:first-child{ padding-bottom: 20px;margin-bottom: 20px;clear: both;}
    
    .row-fluid .widget-span.unlimited_redesign h3{margin-bottom: 26px; padding-top:4px;}
    .row-fluid .widget-span.consultation_contact .consultation_left, .row-fluid .widget-span.consultation_contact .consultation_right {  margin: 40px 0;  max-width: 100%;  width: 100%;  padding: 0 20px;}
    .row-fluid .footerlink-box {width:100%;} 
    .row-fluid .widget-span.h1_style h1 {  font-size: 26px !important;  line-height: 33px !important; }
    .row-fluid .widget-span.case_study_banner {  min-height: 330px;}
    .row-fluid .widget-span.h2_style h2 br{display:none;}
    .row-fluid .widget-span.h2_style h2{margin: 10px 0;}
  
    
}
@media (max-width:600px){
.row-fluid .case-consult h2 {font-size: 24px!important; line-height: 34px!important;}
.row-fluid .case-consult {width: 100%!important;}
  .long-lp .lpcontent-section h1 {font-size: 41px!important; line-height: 46px!important}
  .long-hero h2 {font-size: 33px!important;}

}

@media (max-width:587px){
    .row-fluid .widget-span.unlimited_box:first-child::after{height: 1px;top: initial;width: 100%;bottom:0;left: 0;}
    .row-fluid .widget-span.consultation_contact h3 {font-weight: 400;}
    .row-fluid .widget-span.case_elden_details h3 {font-weight: 500;}
.row-fluid .widget-span.h1_style h1 {font-weight: bold;}
    .row-fluid .case-header-text {padding: 0 0% 35px!important;}
.row-fluid .short-header {
    padding: 80px 34px!important;}
    .row-fluid .case-tiles {padding: 10px 0px 30px!important;}
  .advice-section, .row-fluid .widget-span.solution_section {padding-top: 30px}
  .row-fluid .widget-span.blockquote_comment:before {margin-bottom: 0px}
}


@media print {.testimonialtext h4 {font-size: 35px!important;}}