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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}


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

.body-blog  {
    background: #fff;    
}

ul.active-branch {
}

/* general */
html, body {
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 140%;
    color: #333333;
    overflow-x: hidden!important;
} 

h1  {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 120%;
}

h2  {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 120%;
}

h3  {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 120%;
}

a {
    text-decoration: none;
    color: #FD7800;
}

a:hover {
    text-decoration: none;
    color: #333333;
}

ul {
    list-style-type: none;
    margin-left: -17px;
}

li  {
    margin-bottom: 7px;
}


li:before {
    font-family: AppleGothic,"Lucida Sans",Impact,Verdana,sans-serif;
    content: '■';
    color: #FD7800;
    float: left;
    width: 3em;
    margin: 0.18em -1.5em;
    font-size: 15px;
}

.widget-type-menu li:before, .widget-type-raw_html li:before, .contact-us-form li:before, .hs-blog-social-share li:before, li.hs-form-booleancheckbox::before  {
    display: none;
}

.hs-button, .hs-button.primary.large, .orange-button, .blue-button    {
    font: 15px 'Lato', sans-serif;
    font-weight: 400;
    color: #fff;
    background: #3a92ca;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #3a92ca;
    padding: 10px 13px;
    text-align: center;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    outline: none;
}

.hs-button:hover, .hs-button.primary.large:hover, .blue-button:hover {
    background: #3077a6;
    color: #fff;
}

.orange-button   {
    background: #FD7800;
}

.orange-button:hover  {
    background: #d96700;
    color: #fff;
}

.hs_submit  {
    text-align: center;
    margin-top: 20px;
}

.hs-form-field > label { 
    display: none;    
}

input, .subscribe .hs-input, .hs_message .hs-input {
    font: 16px 'Open Sans', sans-serif;
    border: none;
    text-align: center;
    margin: 10px 0;
    outline: 1px solid #999999;
}

.hs_message .hs-input {
    text-align: left;
}

input:focus, .subscribe .hs-input:focus,  .hs_message .hs-input:focus {
    outline: medium none;
}

textarea  {
    height: 87px;
    margin: 5px 0 20px;
}

*::-webkit-input-placeholder {  /* change placeholder text */
    color: #999999;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #999999;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #999999;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
}

/* wrap */
.wrapper {
    position: relative;
    max-width: 1280px;
    margin: 0 auto!important;
    float: none!important;
    padding: 0 1%;
}

/* Header */
.header   {
    padding: 0px 0 5px 0;
    position: fixed;
    background: #fff;
    border-bottom: solid 1px #999999;
    z-index: 100;
}

.header .widget-type-cta    {
    margin-top: 43px;
}

.header-small   {
    padding: 17px 0 13px;
    position: fixed;
    background: #fff;
    border-bottom: solid 1px #999999;
    z-index: 100;
}

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

.menu   {
    margin-top: 40px;
    position: relative;
    text-align: right;
    padding-right: 10px;
}

.header-small .menu {
    margin-top: 7px;
}

.menu a {
    font: 17px 'Lato', sans-serif;
    font-weight: 400;
    color: #8C8C8C;
    text-align: center;
}

.menu a:hover   {
    color: #000000;
}

.menu .hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a    {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    max-width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-horizontal .active-branch>a,.hs-menu-wrapper.hs-menu-flow-horizontal .active-item>a   {
    color: #000;
    height:18px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal .active-branch>a,.hs-menu-wrapper.hs-menu-flow-horizontal .active-item>a:hover   {
    background: none;
}

.submenu .hs-menu-wrapper.hs-menu-flow-horizontal .active-branch>a,.hs-menu-wrapper.hs-menu-flow-horizontal .active-item>a:hover   {
    color: #000;
    background: #DEDEDE;
    height:18px;
}

.submenu    {
    background: #f2f2f2;
    font-weight: 400;
    position: fixed;
    text-align: center;
    margin-top: 125px;
    z-index: 99;
}

.submenu a {
    font: 16px 'Lato', sans-serif;
    font-weight: 400;
    color: #8C8C8C;
    cursor: pointer;
    max-width:200px !important;
}

.submenu a:hover   {
    color: #000;
    background: #DEDEDE;
    height:18px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    margin-bottom: -19px!important;
}

.small    {
    margin-top: 53px;
}

/* Home */
.main    {
    margin-top: 96px;
    background: #D9D3CE url('//cdn2.hubspot.net/hubfs/408188/Website_Images/images-new/home-background5.png') no-repeat center 115px;
    background-attachment: fixed;
    overflow: hidden;
    height: 680px;
    color: #333333;
    text-align: center;
}


.main h1 {
    margin-top: 100px;
    font-size: 55px;
    
}

.main h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    margin-top: -10px;
    padding-bottom: 15px;
}

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

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

.request-cta   {
    text-transform: none;
    font-size: 17px;
    letter-spacing: 0;
}

.column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

   -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    height: 330px;
    margin-top: 25px;
}

.column p:first-child   {
    margin-top: 0px;
}



.table-container {
    width:456px; /* Total width of visible columns + border widths */
    height:300px;
    border:solid 1px #000;
    background-color:#eee;
    overflow:hidden;
}

.sliding-window {
    width:760px; /* Total width of all columns in sliding-window + border widths */
    height:300px;
    overflow:hidden;
}

.sliding-window div {
    float:left;
    width:150px;
    height:300px;
    background-color:#aaa;
    border:solid 1px #999;
}

.testimonials   {
    text-align: center;
    padding: 60px 0 60px;
    z-index: 1;
}

.testimonials h1    {
    color: #333333;
    font-size: 40px;
    margin-bottom: 70px;
}

.testimonials img.headshot {
    margin-bottom: 15px;
    width: 112px !important;
    margin-left: 110px;
}

.testimonials p span.person {
    font: 17px 'Open Sans', sans-serif;
    font-style: italic;
    color: #FD7800;
    font-weight: 400;
}

.testimonials .widget-type-cta  {
    margin-top: 40px;
}

.how-inbound    {
    background: #333333 url('//cdn2.hubspot.net/hubfs/408188/Website_Images/images-new/why-us-background.png');
    background-size:cover;
    text-align: center;
    padding: 70px 0 105px;
    color: #fff;
}

.how-inbound h1 {
    color: #fb7800;
    font-size: 40px;
}

.how-inbound h2 {
    font-size: 25px;
    margin: -10px 0 70px;
}

.how-inbound p {
    font-size: 25px;
    font-weight: 700;
}

.how-inbound .widget-type-cta {
    margin-top: 50px;
}

.inbound-works  {
    padding-left: 80px;
}

.inbound-works .widget-type-linked_image  {
    margin-top: 50px;
}

.resources-section  {
    color: #333;
    background: #e5e5e5;
    text-align: center;
    padding: 50px 0 70px;
}

.resources-section  h1  {
    font-size: 38px;
    line-height: 125%;
    margin-bottom: 60px;
    padding: 0 15%;
}

.resources-section .widget-type-cta {
    margin-top: 15px;
}

.resources-hover:hover .widget-type-cta  {
    opacity: 0.5;
}

.resources-hover:hover .widget-type-cta:hover {
    opacity: 1;
}

.social-media   {
    text-align: center;
    padding: 60px 0 60px;
}

.social-media h1    {
    font-size: 40px;
    color: #fb7800;
}

.social-media h2    {
    font-size: 25px;
    margin: -5px 5% 50px;
}

.social-media img   {
    padding: 0 2%;
}

.services   {
    text-align: center;
    padding: 60px 0 60px;
}

.services .wrapper  {
    max-width: 1150px;
    padding: 0 1%;
}

.services h1    {
    color: #333333;
    font-size: 40px;
    margin-bottom: 50px;
}

.services h2    {
    color: #3a92ca;
    font-size: 23px;
    font-weight: 700;
}

.services .border .widget-type-rich_text    {
    text-align: left; 
    padding: 0 12%;
    margin: -10px 0;
}

.services .widget-type-rich_text {
    padding: 0 1%;
}

.services a {
    color: #3a92ca;
}

.services a:hover {
    color: #3077a6;
}

.request-consultation   {
    background: url('//cdn2.hubspot.net/hub/408188/file-2277893421-jpg/images-new/consultation-background.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    text-align: center;
    padding: 125px 0 150px;
}

.request-consultation .wrapper  {
    max-width: 900px;
}

.request-consultation h1    {
    font-size: 38px;
    font-weight: 300; 
    color: #fff;
    line-height: 125%;
    margin-bottom: 40px;
    padding: 0 4%;
    
}


/* SEO */
.SEO-header  {
    margin-top: 135px;
    background: url('//cdn2.hubspot.net/hub/408188/file-2251190707-jpg/images-new/subpages/SEO-header.jpg') no-repeat right -100px;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    height: 345px;
    text-align: center;
}

.SEO-header h1  {
    margin-top: 135px;
    color: #fff;
    font-size: 50px;
    text-shadow: 0 0 5px #000;
}

.content-header {
    background: url('//cdn2.hubspot.net/hub/408188/file-2513143388-jpg/images-new/subpages/content-marketing-header.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    text-align: center;
}

.link-header {
    background: url('//cdn2.hubspot.net/hub/408188/file-2522091017-jpg/images-new/subpages/link-building.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    text-align: center;
}

.section-white  {
    padding: 60px 1% 55px;  
}

.section-white .widget-type-cta {
    text-align: center;
    margin: 15px 0 15px;
}

.section-white h4 {
    font-size: 25px;
    font-weight: 400;
    color: #FD7800;
    margin-bottom: -5px;
}

.icons  {
    max-width: 900px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #3a92ca;
    padding-left: 75px;
    padding-top: 15px;
}

.icons h2    {
    font-size: 23px;
    font-weight: 700;
}

.icons a {
    color: #3a92ca;
}

.icons a:hover {
    color: #3077a6;
}

.section-white2    {
    padding: 45px 0 55px; 
}

.section-white2 .widget-type-linked_image  {
    text-align: center;
}

.section-white2 .widget-type-rich_text  {
    padding: 0 50px 0 25px;
}

.section-white2 h3, .section-white h3    {
    font-size: 35px;
    color: #3a90c8;
    margin-bottom: 25px;
}

.section-ebook  {
    padding: 80px 1% 60px;
}

.section-ebook  h3  {
    font-size: 35px;
    font-weight: 500;
    color: #FD7800;
    margin-bottom: 25px;
    margin-top: 20px;
}

.section-ebook  .widget-type-linked_image  {
    text-align: center;
}

.section-ebook  .widget-type-cta  {
    margin-top: 10px;
    padding-left: 50px;
}

.section-ebook .widget-type-rich_text   {
    padding-left: 50px;
}

.title-padding  {
    padding-right: 15%;
}


.section-contact    {
    background: #3a92ca url('//cdn2.hubspot.net/hub/408188/file-2281950452-png/images-new/background-15.png') repeat 50px;
    text-align: center;
    padding: 55px 0 70px;
    color: #fff;
}

.section-contact  .widget-type-cta  {
    margin-top: 10px;
}

.section-contact h2 {
    font-size: 26px;
}

/* PPC */
.PPC-header  {
    margin-top: 135px;
    background: url('//cdn2.hubspot.net/hub/408188/file-2281113199-jpg/images-new/subpages/PPC-header.jpg') no-repeat center -125px;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    height: 345px;
    text-align: center;
}

.PPC-header h1  {
    margin-top: 135px;
    color: #fff;
    font-size: 50px;
    text-shadow: 0 0 5px #000;
}

.google-header  {
    background: url('//cdn2.hubspot.net/hub/408188/file-2624790116-jpg/images-new/subpages/Google-ads.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    text-align: center;
}

.section-PPC    {
    background: url('//cdn2.hubspot.net/hubfs/408188/images-new/subpages/gridme-30.png') repeat;
    padding: 50px 0 20px;
}

.section-PPC h1 {
    text-align: center;
    font-size: 35px;
    color: #3a92ca;
    margin-bottom: 25px;
}

.section-PPC h3 {
    font-size: 25px;
    font-weight: 500;
    color: #3a92ca;
    margin-bottom: -5px;
}

.section-PPC .widget-type-linked_image  {
    text-align: center;    
}

.border {
    border-bottom: 1px solid #999999;
    padding: 40px 25px;
}

.border2 {
    border-bottom: 1px solid #999999;
}


/* Social Media */
.social-media-header    {
    margin-top: 135px;
    background: url('//cdn2.hubspot.net/hub/408188/file-2285439167-jpg/images-new/subpages/social-media-header.jpg') no-repeat center -25px;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    height: 345px;
    text-align: center;
}

.social-media-header h1  {
    margin-top: 135px;
    color: #fff;
    font-size: 50px;
    text-shadow: 0 0 5px #000;
}

.section-social-media    {
    background: #e5e5e5;
    padding: 40px 0 55px;
}

.section-social-media  .widget-type-linked_image   {
   margin-top: 140px;
}

.contest-header {
    background: url('//cdn2.hubspot.net/hub/408188/file-2647379704-jpg/images-new/subpages/contest.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}

/* Facebook */
.facebook-header    {
    margin-top: 135px;
    background: url('//cdn2.hubspot.net/hub/408188/file-2283815100-jpg/images-new/subpages/facebook-header.jpg') no-repeat center -200px;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    height: 345px;
    text-align: center;
}

.facebook-header h1  {
    margin-top: 115px;
    color: #fff;
    font-size: 50px;
    text-shadow: 0 0 5px #000;
}

.facebook-header .widget-type-rich_text {
    padding-right: 0!important;
    padding-top: 25px;
}

.facebook {
    background: url('//cdn2.hubspot.net/hubfs/408188/images-new/subpages/facebook2.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}


/* Why Us */
.why-us-header  {
    margin-top: 135px;
    background: url('//cdn2.hubspot.net/hub/408188/file-2522729285-jpg/images-new/subpages/marketing-agency.jpg') no-repeat center -30px;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    height: 345px;
    text-align: center;
}

.why-us-header h1  {
    margin-top: 135px;
    color: #fff;
    font-size: 50px;
    text-shadow: 0 0 5px #000;
}

.virutal-marketing-header   {
    background: url('//cdn2.hubspot.net/hubfs/408188/images-new/subpages/compliment-business.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    text-align: center!important;
    padding-top: 45px!important;
}

.leader-marketing-header    {
    background: url('//cdn2.hubspot.net/hub/408188/file-2517168767-jpg/images-new/subpages/leader-marketing.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    text-align: center!important;
}

.leader-marketing-header h4 {
    font-size: 22px;
    font-family: Merriweather; 
    font-weight: 300; 
    font-style: italic;
}

/* Inbound Marketing */
.inbound-header {
    margin-top: 135px;
    background: url('//cdn2.hubspot.net/hubfs/408188/images-new/subpages/inbound-grow.jpg') no-repeat center -70px;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    height: 345px;
    text-align: center;
}

.inbound-header h1  {
    margin-top: 115px;
    color: #fff;
    font-size: 50px;
    text-shadow: 0 0 5px #000;
}

.section-inbound .widget-type-rich_text  {
    padding: 0;
}

.section-inbound .inbound-works {
    margin-top: 20px;
}

.blueprint-header   {
    background: url('//cdn2.hubspot.net/hub/408188/file-2515103501-jpg/images-new/subpages/blueprint.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    text-align: center;
}

.blueprint-list {
    padding-left: 10%;
}

.blueprint-list td {
    padding-left: 40px;
}

.hubspot-header  {
    background: url('//cdn2.hubspot.net/hub/408188/file-2535326340-jpg/images-new/subpages/Hubspot-partner.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    text-align: center!important;
}

.content-h3 {
    padding-right: 10%;
}


/* Hubspot */
.hubspot    {
    margin-top: 135px;
    background: url('//cdn2.hubspot.net/hubfs/408188/Website_Images/images-new/hubspot-platinum-bg-1.jpg') no-repeat center -60px;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    height: 345px;
    text-align: center;
}

.hubspot h1  {
    margin-top: 135px;
    color: #fff;
    font-size: 50px;
    text-shadow: 0 0 5px #000;
}

.hubspot-dashboard  {
    background: url('//cdn2.hubspot.net/hub/408188/file-2519281921-jpg/images-new/subpages/Hubspot-dashboard.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    text-align: center;
}

.tint-gray  {
    height: 100%;
    box-shadow: 0px 1000px rgba(200,200,200,0.15) inset;
    text-align: left;
    padding: 45px 0 55px;
}

.tint-gray h3    {
    font-size: 35px;
    color: #3a90c8;
    margin-bottom: 25px;
}

.tint-gray .widget-type-linked_image  {
    text-align: center;
}

.border2 {
    border-bottom: 1px solid #999999;
    padding-bottom: 50px;
    margin-bottom: 20px;
}

/* Retargeting */  
.retargeting-header    {
    margin-top: 135px;
    background: url('//cdn2.hubspot.net/hub/408188/file-2544779062-jpg/images-new/subpages/retargeting.jpg') no-repeat center -50px;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    height: 345px;
    text-align: center;
}

.retargeting-header h1  {
    margin-top: 115px;
    color: #fff;
    font-size: 50px;
    text-shadow: 0 0 5px #000;
}

.retargeting-process-header {
    background: url('//cdn2.hubspot.net/hub/408188/file-2645302782-jpg/images-new/subpages/retargeting-process.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    text-align: center;
}

/* Tinted subpage backgrounds */
.tint   {
    height: 100%;
    margin-top: 0;
    box-shadow: 0px 1500px rgba(59,59,59,0.65) inset;
    padding: 45px 0 55px;
    text-align: left;
    color: #fff;
    text-shadow: 0 0 5px #333;
}

.tint h3    {
    font-size: 35px;
    color: #fff;
    margin-bottom: 25px;
}

.tint .widget-type-linked_image  {
    text-align: center;
}

/* Team */
.team    {
    margin: 200px 0 100px;
    text-align: center;
}

.team h1    {
    color: #FC7800;;
    font-size: 40px;
    margin-bottom: -5px;
}

.member     {
    margin: 30px 10px;
}

.member img {
    border: 2px solid #333;
    vertical-align: baseline!important;
}

.name  {
    margin-top: -85px;
}

.name h1    {
    color: #fff;
    font-size: 20px;
    margin-bottom: -10px;
}

.name h2    {
    color: #fff;
    font-size: 17px;
}

.team-hover:hover a img {
    opacity: 0.5;
}

.team-hover:hover a img:hover {
    opacity: 1;
}

.black_overlay{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.8;
    filter: alpha(opacity=80);
}
 
.white_content {
    display: none;
    z-index:1002;
    overflow: none;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}

.white_content  a   {
    color: #000;
}

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

.team-info  {
    background: rgba(255,255,255,0.9);
    text-align: left;
    padding: 35px 40px 15px;
    margin: 0 10%;
    margin-top: 200px;
}

.photo {
    margin: -25px 30px 0 0;
    float: left;
}

.team-info h1   {
    color: #3a92ca;
    font-size: 27px;
    margin-bottom: -10px;
    margin-top: 0px;
}

.team-info h2   {
    color: #333;
    font-size: 20px;
}

.team-info a:hover  {
    color: #fa7800;
}

/* Case Study */
.case    {
    margin: 200px 0 75px;
    text-align: center;
}

.case h1    {
    color: #FC7800;;
    font-size: 40px;
    margin-bottom: -5px;
}

.case1, .case2, .case3, .case4  {
    border: solid 1px #333;
    margin-bottom: 27px;
}

.case-hover a {
    color: #333!important;
}

.case-hover:hover .case1 {
    opacity: 0.5;
}

.case-hover:hover .case1:hover {
    opacity: 1;
}

.case-hover:hover .case2 {
    opacity: 0.5;
}

.case-hover:hover .case2:hover {
    opacity: 1;
}

.case-hover:hover .case3 {
    opacity: 0.5;
}

.case-hover:hover .case3:hover {
    opacity: 1;
}

.case-hover:hover .case4 {
    opacity: 0.5;
}

.case-hover:hover .case4:hover {
    opacity: 1;
}

.case1  {
    padding: 50px 10% 30px;
}

.case2  {
    padding: 50px 10% 30px;
}

.case3  {
    padding: 50px 10% 30px;
}

.case4  {
    padding: 50px 10% 30px;
}

.case-info h1   {
    color: #3a92ca;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: -10px;
    margin-top: 0px;
}

.case-info p   {
    margin-bottom: 40px;
}

.case-info ul {
    list-style-type: square;
    margin-left: -17px;
}

.case-person {
    font: 17px 'Open Sans', sans-serif;
    color: #FD7800;
    font-weight: 400;
    margin-top: -20px;
}

.case-person a  {
    color: #FD7800!important;
}

.case-person a:hover  {
    color: #333!important;
}

/* Careers */
.careers    {
    margin-top: 135px;
    background: url('//cdn2.hubspot.net/hub/408188/file-2528241733-jpg/images-new/subpages/careers.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    height: 345px;
    text-align: center;
}

.careers h1  {
    margin-top: 140px;
    color: #fff;
    font-size: 48px;
    text-shadow: 0 0 5px #000;
}

.careers-apply  {
    margin-top: 135px;
    background: url('//cdn2.hubspot.net/hub/408188/file-2539409122-jpg/images-new/subpages/careers-apply.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    height: 250px;
    text-align: center;
}

.careers-apply h1  {
    margin-top: 97px;
    color: #fff;
    font-size: 45px;
    text-shadow: 0 0 5px #000;
}

/* Contact Us */
.contact-header {
    margin-top: 95px;
    background: url('//cdn2.hubspot.net/hub/408188/file-2544111472-jpg/images-new/subpages/contact-us.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    height: 345px;
    text-align: center;
}

.contact-header h1  {
    margin-top: 115px;
    color: #fff;
    font-size: 48px;
    text-shadow: 0 0 5px #000;
}

.contact-header h2  {
    margin-top: -10px;
    color: #fff;
    text-shadow: 0 0 5px #000;
}

.contact-map iframe {
    margin: 20px 0 40px;
    width: 400px;
    height: 280px;
    border: none;
}

.hs_website, .hs_message   {
    width: 103%;
    margin-left: -2px;
}



/* Landing */
.landing-logo    {
    text-align: center;
    padding: 15px 0 5px;
    border-bottom: 7px solid #333333;
}

.landing    {
    padding: 45px 1% 45px;
}

.landing h1 {
    color: #FD7800;
    font-size: 38px;
    margin-bottom: -10px;
}

.landing h2 {
    color: #3a92ca;
    font-size: 27px;
}

.landing .widget-type-rich_text {
    margin-top: -15px;
    padding-right: 25px;
}

.landing-copy   {
    padding-right: 4%;
}

.landing-copy img {
    margin-top: 5px;
}

.thankyou   {
    padding-top: 150px;    
}

.forms  {
    background: #e2e2e2;
    text-align: center;
    padding: 10px 20px 25px;
    margin-top: 40px;
}

.forms .wrapper    {
    max-width: 530px;
    margin-right: -20px;
}

.forms  h3 {
    font-size: 25px;
    color: #000000;
}

.forms .hs-button.primary.large  {
    background: #FD7800;
    margin-top: -10px;
}

.forms .hs-button.primary.large:hover  {
    background: #d96700;
}


.forms .hs_website, .forms .hs_message  {
    width: 100%;
    margin-left: 0;
}

.widget-type-social_sharing {
    margin-top: 30px;
    text-align: center;
}

.widget-type-social_sharing img {
    margin-right: 5px;
}

.thankyou   {
    margin-top: 500px;
}

/* Apply Form */
.hs_upload_resume input {
    outline: none;
    color: #fff;
}

/* Blog */
.blog   {
    margin-top: 68px;
}

.wrapper-blog  {
    position: relative;
    max-width: 800px;
    margin: 0 auto!important;
    float: none!important;
    padding: 0 1%;
}

.tint-blog   {
    height: 100%;
    box-shadow: 0px 800px rgba(51,35,25,0.5) inset;
}

.latest-post {
    height: 490px;
    background-position: center;
    overflow: hidden;
}

img.hs-rss-featured-image   {
    display: none;
}

.widget-type-rss_listing h3 {
    max-width: 1080px;
    position:absolute;
    left:0;
    right:0;
    margin: 135px auto 0;
    text-align: center;
    color: #fff;
    z-index: 15;
    font: 25px 'Merriweather', serif;
    font-weight: 400;
    font-style: italic;
    text-shadow: 0 0 5px #000;
    border-bottom: 1px solid #fff;
    padding-bottom: 25px;
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-text   {
    position: absolute;
    width: 100%;
    float: none;
    padding: 220px 0 0!important;
    text-align: center;
    color: #fff;
    z-index: 10;
    box-shadow: 0px 800px rgba(51,35,25,0.5) inset; 
    height: 490px;
}

.hs-rss-item-text a {
    font-size: 42px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 120%;
    color: #fff;
    text-shadow: 0 0 5px #000;
}

.hs-rss-item-text a:hover {
    color: #ff8d26;
}

.hs-rss-byline  {
    font-size: 22px;
    margin-top: 20px;
    text-shadow: 0 0 5px #000;
    opacity: 1;
}

.feature-image   {
    height: 490px;
    margin-top: 28px;
    text-align: center;
    color: #fff;
    background-size: cover!important;
}


.post-body img, .post-body2 p:first-child img  {
    display: none;
}

.feature-image h1 {
    font-size: 42px;
    padding: 160px 0 25px;
    text-shadow: 0 0 5px #000; 
    border-bottom: 1px solid #fff;
}

.feature-image p    {
    font-size: 22px;
    line-height: 180%;
    margin-top: -5px;
    text-shadow: 0 0 5px #000; 
}

.feature-image a    {
    color: #fff;
}

.feature-image a:hover    {
    text-decoration: underline;
}

.subscribe-topic {
    background: #e6e6e6;
    padding-top: 60px;
}

.subscribe  {
    padding-left: 153px;
}

.subscribe h3   {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
}

.subscribe .hs_email   {
    width: 300px;
    margin: -58px 35px 0 217px;
}

.subscribe .hs-input    {
    padding: 8px 0 7px;
}

.subscribe .hs_submit {
    margin: -55px 35px 0 330px;
}

.subscribe .inputs-list label {
    display: inline;
    font-size: 14px;
}

.subscribe .inputs-list label ul    {
    list-style-position: inside;
}

.widget-type-post_filter    {
    margin: 70px 0 -10px;
    text-align: center;
}

.widget-type-post_filter  ul    {
    margin-left: -75px;
}

.widget-type-post_filter  li   {
    display: inline;
    margin: 0 1px;
}

.widget-type-post_filter  li a  {
    font: 14px 'Lato', sans-serif;
    font-weight: 400;
    color: #333333;
    background: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    white-space: nowrap;
    padding: 15px;
}

.widget-type-post_filter  li a:hover  {
    border-top: 3px solid #FD7800;
}

.widget-type-post_filter  li:before  {
    display: none;
}

.wrapper-blog h2   {
    font-size: 30px;
}

.blog-section   {
    margin: 25px 0 50px;
}

.post-item  {
    padding: 25px 0 48px;
    border-bottom: 1px solid #999;
}

.more   {
    font: 13px 'Open Sans', sans-serif;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #3a92ca;
    padding: 8px 11px;
    text-align: center;
    border: none;
    white-space: nowrap;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.more:hover {
    background: #3077a6;
    color: #fff;
}

.blog-pagination    {
    margin-top: 50px;
}

.post-body2 {
    border-bottom: 1px solid #999;
    padding-bottom: 20px;
    margin: 50px 0 -10px;
}

.post-footer    {
    width: 70%;
    margin-bottom: 75px;
}

.post-footer .hs-input  {
    font: 16px 'Open Sans', sans-serif;
    border: none;
    text-align: left;
    margin: 10px 0;
    outline: 1px solid #999999;
}

.hs-form-booleancheckbox-display   {
    display: block;
    margin-left: 17px;
    margin-bottom: 30px;
    font-size: 17px;
}

.hs-form-booleancheckbox-display .hs-input{
    margin-right: 5px;
}

.post-footer .hs_submit {
    text-align: left;
}

.share-buttons2 {
    display: none;
}

.share-buttons  {
    position: fixed;
    margin: 82px 0 0 -125px;
}
 
.share-buttons img {
    width: 35px;
    padding: 5px;
    border: 0;
    box-shadow: 0;
    display: block;
    cursor: pointer;
}

.back-blog  {
    margin-bottom: 80px;
}

.comment.depth-0:first-child     {
    border: none!important;
}

/* Footer */
.footer {
    background: #333333;
    color: #fff;
    font-size: 16px;
    padding: 40px 0 20px;
}

.footer a   {
    color: #fff;
}

.footer a:hover   {
    color: #fb7800;
}

.footer h3 {
    font-size: 18px;
    font-weight: 400;
    color: #fb7800;
    border-bottom: solid 1px #cacaca;
    padding-bottom: 15px;
}

.footer .widget-type-rich_text {
    padding-right: 5%;
}

.copyright  {
    font-size: 13px;
    color: #fff;
    text-align: center;
    background: #000;
    padding: 10px 0;
}

.copyright a:hover  {
    color: #fff;
}


/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

@media (min-width: 768px){

  a.mobile-trigger, a.child-trigger {
      display: none !important; /* Hide button on Desktop */
  }

}

@media (max-width: 767px){

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

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


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .custom-menu-primary, .custom-menu-primary *{
    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: #ffffff;
    }


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

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

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

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

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

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

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

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


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

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

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

  a.child-trigger {
      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);
  }
  a.child-trigger:hover {
      text-decoration: none;
  }


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

  a.child-trigger span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger span:after {
      position: absolute;
      content: '';
  }
  a.child-trigger span, a.child-trigger span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #ffffff; /* Icon color */
      display: block;
  }
  a.child-trigger span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.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;
  }
  a.child-trigger.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 */
  .custom-menu-primary.js-enabled .hs-menu-flow-horizontal,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
      display: none;
  }  

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

  /* Mobile Menu Styles */
  .custom-menu-primary.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 0;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
      padding-bottom: 25px;
      -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); 
  }
  .custom-menu-primary .hs-menu-flow-horizontal{
      padding: 40px 0 0 0; /* Padding to add room for close button */
      background-color: #000000; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .custom-menu-primary .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 */
  .custom-menu-primary .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 */
  }
  .custom-menu-primary .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .custom-menu-primary .hs-menu-flow-horizontal ul li a:hover{
      color: #ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li{
     background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .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 */
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
}

/* Iphone */
@media (max-width: 320px)   {
    .resources-section .blue-button {
        font-size: 14px;
    }
    .copyright  {
        padding-right: 10%; 
        padding-left: 10%;
    }
}



/* Landscape phone to portrait tablet */
@media (max-width: 767px)   {
    .header {
        position: relative;
        text-align: center;
    }
    .header .widget-type-cta    {
        text-align: center;
    }
    .menu a {
        color: #fff;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal .active-branch>a,.hs-menu-wrapper.hs-menu-flow-horizontal .active-item>a   {
        color: #fff;
        height:46px;
    }
    .header-right   {
        text-align: center;
        margin: -35px 0 35px;
    }
    .request-cta   {
        margin-left: 0!important;
    }
    .main    {
        margin-top: 0;
        background-position: -200px 0px!important;
        background-attachment: scroll;
        height: 650px!important;
    }
    .main h1 {
        font-size: 38px;
        margin-top: 52px;
    }
    .submenu    {
        display: none!important;
    }
    .we-do-best h1, .resources-section  h1, .social-media h1, .services h1, .request-consultation h1 {
        font-size: 33px;
    }
    .testimonials h1 {
        font-size: 30px;
    }
    .cta-right  {
        text-align: center;
    }
    .cta-left   {
        text-align: center;
        margin-top: 30px;
    }
    .resources-section  {
        height: 100%;
        padding: 70px 0 100px;
        background-attachment: scroll;
    }
    .resources-section  h1  {
        line-height: 125%;
        margin-bottom: 60px;
    }
    .resources-section .widget-type-cta {
        margin-top: 60px;
    }
    .request-consultation   {
        background-attachment: scroll;
    }
    .request-consultation .wrapper  {
        max-width: 500px;
    }
    .social-media h1, .social-media h2   {
        padding-left: 5%;
        padding-right: 5%;
    }
    .social-media img    {
        width: 10%;    
    }
    .footer {
        text-align: center;
    }
    .footer .widget-type-rich_text {
        padding: 0 5%;
    }
    .subscribe  {
        padding-left: 0!important;
        text-align: center;
    }
    .subscribe h3   {
        margin-bottom: 10px;
    }
    .subscribe .hs_email   {
        width: 75%;
        margin: 0;
        padding: 0 13%;
    } 
    .subscribe .hs-input    {
        padding: 8px 0 7px;
    }  
    .subscribe .hs_submit {
        margin: 13px 0 0!important;
    }
    .blog   {
        margin-top: -28px!important;
    }
    .widget-type-rss_listing h3 {
        margin-top: 120px;
    }
    .hs-rss-item.hs-with-featured-image .hs-rss-item-text  {
        padding-top: 205px;
    }
    .widget-type-post_filter  ul    {
        padding-bottom: 20px;
    }
    .widget-type-post_filter  li   {
        display: block;
        margin: 35px 0!important;
    }
    .widget-type-post_filter  ul    {
        margin-left: -40px!important;
    }
    .hs-rss-item-text a, .feature-image h1 {
        font-size: 38px;
    }
    .share-buttons2 {
        margin: 50px 0 -15px;
        display: block;
        text-align: center;
    }
    .share-buttons2 img {
        margin-right: 5px;
    }
    .post-footer    {
        width: 100%;
    }
    .landing .widget-type-linked_image    {
       text-align: center;
    }
    .landing h1 {
        font-size: 30px;
    }
    .landing h2 {
        font-size: 20px;
    }
    .landing .widget-type-rich_text {
        padding-right: 1%;
    }
    .team    {
        margin: 50px 0 100px;
    }
    .member     {
        margin: 30px -5px;
    }
    .team-info  {
        padding: 20px 25px 10px;
    }
    .close  {
        margin: -10px -14px 0 0;
    }
    .third-member    {
        margin-bottom: -30px!important;    
    }
    #light2   {
        margin-top: 300px;
    }
    #light3   {
        margin-top: 700px;
    }
    #light4   {
        margin-top: 1000px;
    }
    #light5   {
        margin-top: 1400px;
    }
    #light6   {
        margin-top: 1700px;
    }
    .team-hover:hover a img {
        opacity: 1;
    }
    .inbound-header, .hubspot, .retargeting-header, .PPC-header, .SEO-header, .social-media-header, .why-us-header, .careers, .careers-apply, .contact-header, .facebook-header  {
        margin-top: 0;
        background-attachment: scroll;
        background-position: center;
    }
    .virutal-marketing-header, .leader-marketing-header, .blueprint-header, .hubspot-header, .hubspot-dashboard, .retargeting-process-header, .request-consultation, .content-header, .link-header, .google-header, .contest-header     {
        background-attachment: scroll;
    }
    .hubspot h1, .PPC-header h1, .social-media-header h1, .why-us-header h1, .careers h1, .contact-header h1, .facebook-header h1   {
        margin-top: 135px;    
        font-size: 35px;
    }
     .careers-apply h1   {
        margin-top: 95px;    
        font-size: 35px;
    }
    .inbound-header h1,  .SEO-header h1, .retargeting-header h1 {
        margin-top: 125px;
        font-size: 35px;
    }
    .section-ebook .widget-type-rich_text   {
        padding-right: 1%;
    }
    .section-facebook  .widget-type-linked_image   {
        margin-top: 25px;
    }
    .section-facebook  .widget-type-rich_text   {
        padding-right: 0;
    }
    .services .border .widget-type-rich_text    {
        padding: 0 1%;
    }
    .inbound-works  {
        padding-left: 0;
    }
    .inbound-works .widget-type-linked_image    {
        display: none;
    }
    .icons  {
        padding-left: 0;
    }
    .section-contact h1 {
        font-size: 28px;
    }
    .section-ebook  .widget-type-cta  {
        padding-left: 1%;
    }
    
    .section-ebook .widget-type-rich_text   {
        padding-left: 1%;
    }
    .thankyou   {
        padding-top: 25px;    
    }

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 799px)     {
    .header-right    {
        text-align: left;
        margin-top: -15px;
    }
    .menu   {
        margin-top: 41px;
        text-align: center;
        padding-right: 0;
    }
    .menu a {
        font-size: 15px;
    }
    .request-cta   {
        font-size: 15px;
        padding: 8px 11px!important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a    {
        padding: 10px 7px!important;
    }
    .main    {
        margin-top: 71px!important;
        background-position: -160px 125px!important;
        height: 525px!important;
        background-attachment: scroll;
    }
    .menu a {
        font-size: 15px;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a    {
        padding: 10px 10px;
    }
    .submenu    {
        padding-bottom: 9px;
    }


    .main    {
        margin-top: 102px;
        background-position: -160px 0!important;
        height: 625px!important;
    }
    .main h1 {
        margin-top: 60px;
    }
    .submenu    {
        margin-top: 71px;
    }
    .how-inbound h2 {
        padding-left: 7%;
        padding-right: 7%;
    }

    .social-media h1, .social-media h2  {
        padding-left: 8%;
        padding-right: 8%;
    }
    .social-media-footer img {
        width: 11%;
    }   
    .request-consultation   {
        padding-top: 95px;
    }
    .request-consultation .wrapper  {
        max-width: 600px;
    }
    .blog   {
        margin-top: 43px!important;
    }  
    .subscribe  {
        padding-left: 50px!important;
    }
    .subscribe .hs_submit {
        margin: -46px 35px 0 517px!important;
    }
    .widget-type-post_filter    {
        margin: 70px 0 -15px;
    }
    .widget-type-post_filter  ul    {
        margin-left: -42px!important;
    }
    .widget-type-post_filter  li   {
        margin: 0;
    }
    .widget-type-post_filter  li a  {
        font-size: 12px;
        padding: 10px;
    }
    .share-buttons  {
        margin: 82px 0 0 0;
    }
    .post-body2, .post-footer, .back-blog {
        padding-left: 10%;
    }
    .team    {
        margin: 160px 0 100px;
    }
    .member     {
        margin: 15px 0;
    }
    .team-hover:hover a img {
        opacity: 1;
    }
    .inbound-header, .hubspot, .retargeting-header, .PPC-header, .SEO-header, .social-media-header, .why-us-header, .careers, .careers-apply, .facebook-header  {
        margin-top: 110px;
        background-attachment: scroll;
        background-position: center;
    }
    .virutal-marketing-header, .leader-marketing-header, .blueprint-header, .hubspot-header, .hubspot-dashboard, .retargeting-process-header, .request-consultation, .content-header, .link-header, .google-header, .contest-header     {
        background-attachment: scroll;
    }
    .contact-header   {
        margin-top: 70px;
        background-position: center -250px;
    }
    .contact-header h1    {
        margin-top: 105px;
        font-size: 42px;
    }
    .hubspot h1, .PPC-header h1, .social-media-header h1, .why-us-header h1, .careers h1, .facebook-header h1   {
        margin-top: 140px;    
        font-size: 42px;
    }
    .careers-apply h1   {
        margin-top: 90px;    
        font-size: 42px;
    }
    .inbound-header h1,  .SEO-header h1, .retargeting-header h1 {
        margin-top: 125px;
        font-size: 42px;
    }
    .services .border .widget-type-rich_text    {
        padding: 0 1%;
    }
    .icons  {
        padding-left: 0;
    }
    .section-contact h1 {
        font-size: 32px;
    }
    .subscribe .hs_submit {
        margin: -56px 35px 0 510px!important;
    }


}

/* Portrait tablet to landscape and desktop */
@media (min-width: 800px) and (max-width: 979px),      {
    .header-right    {
        text-align: left;
        margin-top: -15px;
    }
    .menu   {
        margin-top: 41px;
        text-align: center;
        padding-right: 0;
    }
    .menu a {
        font-size: 15px;
    }
    .request-cta   {
        font-size: 15px;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a    {
        padding: 10px 9px!important;
    }
    .main    {
        margin-top: 74px;
        background-position: -300px 0px !important;
        height: 525px!important;
    }
    .main h1 {
        margin-top: 50px;
    }
    .we-do-best h2 {
        padding-left: 10%;
        padding-right: 10%;
    }
    .social-media h1, .social-media h2  {
        padding-left: 10%;
        padding-right: 10%;
    }
    .request-consultation .wrapper  {
        max-width: 600px;
    }
    .social-media-footer img {
        width: 11%;
    } 
    .submenu    {
        margin-top: 74px;
    }
    .blog   {
        margin-top: 46px!important;
    }  
    .subscribe  {
        padding-left: 50px!important;
    }
    .subscribe .hs_submit {
        margin: -46px 35px 0 517px!important;
    }
    .widget-type-post_filter    {
        margin: 70px 0 -15px;
    }
    .widget-type-post_filter  ul    {
        margin-left: -42px!important;
    }
    .widget-type-post_filter  li   {
        margin: 0;
    }
    .widget-type-post_filter  li a  {
        font-size: 12px;
        padding: 10px;
    }
    .share-buttons  {
        margin: 82px 0 0 0;
    }
    .post-body2, .post-footer, .back-blog {
        padding-left: 10%;
    }
    .team    {
        margin: 175px 0 100px;
    }
    .inbound-header, .hubspot, .retargeting-header, .PPC-header, .SEO-header, .social-media-header, .why-us-header, .careers, .careers-apply, .facebook-header  {
        margin-top: 113px;
    }
    .contact-header   {
        margin-top: 74px;
    }
    .contact-header h1    {
        margin-top: 120px;
        font-size: 42px;
    }
    .hubspot h1, .PPC-header h1, .social-media-header h1, .why-us-header h1, .careers h1, .facebook-header h1   {
        margin-top: 140px;    
        font-size: 42px;
    }
    .careers-apply h1   {
        margin-top: 100px;    
        font-size: 42px;
    }
    .inbound-header h1,  .SEO-header h1, .retargeting-header h1 {
        margin-top: 125px; 
        font-size: 42px;
    }
    .section-contact h1 {
        font-size: 32px;
    }
    .subscribe .hs_submit {
        margin: -56px 35px 0 475px!important;
    }


}

@media (width: 800px) and (min-height: 1280px),      {
    .header-right    {
        text-align: left;
        margin-top: -15px;
    }
    .menu   {
        margin-top: 41px;
        text-align: center;
        padding-right: 0;
    }
    .menu a {
        font-size: 15px;
    }
    .request-cta   {
        font-size: 15px;
        padding: 8px 11px!important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a    {
        padding: 10px 9px!important;
    }
    .main    {
        background-position: -350px -280px!important;
        height: 625px!important;
    }
    .main h1 {
        margin-top: 70px;
    }
    .submenu    {
        margin-top: 74px;
    }
    .inbound-header, .hubspot, .retargeting-header, .PPC-header, .SEO-header, .social-media-header, .why-us-header, .careers, .careers-apply, .facebook-header  {
        margin-top: 113px;
    }
    .contact-header   {
        margin-top: 74px;
    }
    .contact-header h1    {
        margin-top: 120px;
        font-size: 42px;
    }
    .hubspot h1, .PPC-header h1, .social-media-header h1, .why-us-header h1, .careers h1, .careers-apply h1, .facebook-header h1   {
        margin-top: 140px;    
        font-size: 42px;
    }
    .careers-apply h1   {
        margin-top: 100px;    
        font-size: 42px;
    }
    .inbound-header h1,  .SEO-header h1, .retargeting-header h1 {
        margin-top: 125px; 
        font-size: 42px;
    }
    .section-contact h1 {
        font-size: 32px;
    }
    .subscribe .hs_submit {
        margin: -56px 35px 0 475px!important;
    }

}


@media (min-width: 1024px) and (max-width:1280px)  {
    .main    {
        background-position: -150px 110px!important;
    }
}

/* Large desktop */
@media (min-width: 1024px) and (max-width:1680px)  {
    .header-right   {
        text-align: left;
    }
    .menu   {
        text-align: center;
        padding-right: 0;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a    {
        padding: 6px 18px;
    }    
    .why-us-header  {
        background-position: center 30px;
    }
    .inbound-header {
        background-position: center -10px;
    }
    .hubspot    {
        background-position: center 60px;
    }
    .careers    {
        margin-top: 135px;
        background-position: center 20px;
    }
    .careers-apply  {
        background-position: center 60px;
    }
    .resources-section  {
        padding-left: 5%;
        padding-right: 5%;
    }
    .blog   {
        margin-top: 68px;
    }  
    .subscribe  {
        padding-left: 135px;
    }
    .subscribe .hs_submit {
        margin: -46px 35px 0 345px;
    }
    .widget-type-post_filter  ul    {
        margin-left: -40px;
    }
    .subscribe  {
        padding-left: 160px;
    }
    .subscribe .hs_submit {
        margin: -56px 35px 0 330px;
    }


}

@media (min-width: 1681px) and (max-width: 2560px) {
    .main    {
        height: 850px;
    }
    .main   {
        background-position: center;
        background-size: cover;
    }
    .main h1 {
        margin-top: 150px;
        font-size: 50px;
    }
    .main h2 {
        font-size: 25px;
        font-weight: 400;
        line-height: 130%;
        margin-top: -10px;
        padding-bottom: 15px;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        padding: 6px 20px;
    }
}

/* Iphone 6+ */
@media (max-width: 414px)   {
    .main    {
        background-position: -200px 150px!important;
        height: 750px!important;
  background-color:white;
    }
    .main h1 {
        font-size: 34px!important;
        margin-top: 25px!important;
    }
    .main h2 {
        font-size: 18px!important;
        padding: 0 12%;
    }
    .cta-right  {
        margin-top: 5px!important;
    }
    .cta-left   {
        margin-top: 25px!important;
    }
    .photo  {
        padding-right: 25%;
        margin-bottom: 25px;
    }
    .resources-section h1, .request-consultation h1   {
        font-size: 25px!important;
    }
    .widget-type-rss_listing h3 {
        font-size: 22px;
        margin-top: 125px!important;
    }
    .hs-rss-item-text a, .feature-image h1 {
        font-size: 30px!important;
    }
    .feature-image h1   {
        padding-top: 135px;
    }
    .hs-rss-byline, .feature-image p  {
        font-size: 18px;
        line-height: 130%;
        padding: 0 5%;
    }
    .wrapper-blog h2    {
        font-size: 25px;
    }
    .hubspot h1, .PPC-header h1, .social-media-header h1, .why-us-header h1, .careers h1, .contact-header h1, .inbound-header h1,  .SEO-header h1, .retargeting-header h1, .facebook-header h1   {
        margin-top: 120px!important;    
        font-size: 32px!important;
    }
    .careers-apply h1   {
        margin-top: 90px!important;    
        font-size: 32px!important;
    }
    
    #hs_cos_wrapper_module_1459363118629876 > h2 > img {
        display:block;
        margin: auto !important;
        float:none !important;
    }
}


