/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


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

/* =============== @import, @font-face, and CSS File Includes =============== */

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

@font-face {
  font-family: "FontAwesome";
  src: url("//cdn2.hubspot.net/hubfs/3906541/TrailblazeMarketing_January2019/Fonts/fontawesome-webfont.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/3906541/TrailblazeMarketing_January2019/Fonts/fontawesome-webfont.woff2") format("woff2"), 
    url("//cdn2.hubspot.net/hubfs/3906541/TrailblazeMarketing_January2019/Fonts/fontawesome-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: proxima-nova;
  src: url("https://use.typekit.net/af/437c3d/00000000000000003b9b0932/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/437c3d/00000000000000003b9b0932/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/437c3d/00000000000000003b9b0932/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: proxima-nova;
  src: url("https://use.typekit.net/af/4838bd/00000000000000003b9b0934/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/4838bd/00000000000000003b9b0934/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/4838bd/00000000000000003b9b0934/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: proxima-nova;
  src: url("https://use.typekit.net/af/71f83c/00000000000000003b9b093b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/71f83c/00000000000000003b9b093b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/71f83c/00000000000000003b9b093b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
}


/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

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

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

.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; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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



/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
} 

body {
  font-family: proxima-nova, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #595e6b;
  background-color: #fff;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.row-fluid [class*="span"] {
  min-height: 0px;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.tb-container,
.page-center,
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1170px;
  margin: 0 auto;
}

.hs-landing-page .container-fluid .row-fluid .page-center {
  position: relative;
}


/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* =============== EU Cookie Confirmation Bar =============== */


/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}

@media only screen and (max-width : 960px) { 
  #hs-eu-cookie-confirmation {
    position:fixed!important;
    bottom: 0px!important;
  }

  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    text-align: center!important; 
  }
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p { 
    margin: 0 auto 12px auto!important;
  }

  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    float: none!important; 
  }
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
    text-align: center!important;
    display: block!important;
    clear: both;
    margin: auto!important;
  }
}


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


/* Highlighted Text */

::-moz-selection {
  color: #fff;
  background: #bada55;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #bada55;
  text-shadow: none;
}


/* Basic text */

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

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

p {
  color: #595e6b;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -.25px;
  margin-bottom: 1.25em;
}

p.small {
  color: #80828f;
  font-size: 14px;
  line-height: 18px;
}


/* Headings */

h1, h2, h3, h4, h5, h6 {
  font-family: semplicitapro, sans-serif;
  margin: 10px 0px 15px 0px;
}

h1 {
  font-size: 60px;
  line-height: 64px;
  font-weight: 700;
  letter-spacing: -1px;
}

h2 {
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #114454;
}

h2.small {
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #bbb;
}

h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
}

h4 {  
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
}

h5 {  
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 2px;
}

/*  Links */

a { 
  color: #97bc3c;
  text-decoration: none;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover, a:focus { 
  color: #bada55;
  text-decoration: none;
  cursor: pointer;
}

/* Lists */

ul, ol {
}

ul ul, ul ol, ol ol, ol ul {}

.body-container li {
  margin-bottom: 1.25em;
}

.body-container ol,
.body-container ul {
  color: #5e6d72;
  font-size: 16px;
  letter-spacing: -.25px;
  line-height: 1.25em;
  margin-bottom: 1.25em;
  font-weight: 300;
}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* PVD Header Text */

span.pvd-text {
  transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg); /* Safari */
  -moz-transform: rotate(-2deg);  /* Firefox */
  -ms-transform: rotate(-2deg);  /* IE */
  -o-transform: rotate(-2deg);  /* Opera */
  font-family: 'Kalam';
  text-transform: uppercase;
  color: #bada55;
  font-size: 28px;
  display: block;
  margin-top: 0px;
  margin-bottom: -40px;
  letter-spacing: -2px;
}


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

@media only screen and (max-width: 1270px) {
  h1 {
    font-size: 52px;
    line-height: 56px;
  }
  h2 {
    font-size: 36px;
    line-height: 42px;
  }
  p {
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 980px) {
  h1 {
    font-size: 42px;
    line-height: 48px;
  }
  h2 {
    font-size: 28px;
    line-height: 36px;
  }
  p {
    font-size: 15px;
    line-height: 21px;
  }
}

@media only screen and (max-width: 600px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
  }
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
  h3 {
    font-size: 20px;
    line-height: 24x;
  }
}

@media only screen and (max-width: 480px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
  }
  h2 {
    font-size: 22px;
    line-height: 28px;
  }
  h3 {
    font-size: 18px;
    line-height: 22px;
  }
}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}

.page-center {
  padding-right: 15px;
  padding-left: 15px;
}

/*.body-container .page-center{
transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
}*/



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

.header-container-wrapper {}
.header-container {}


div#page-heading {
  width: 100%;
  height: 285px;
  background-attachment: scroll;
  background-size: cover;
  transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
  padding-top: 50px;
  max-width: 100%;
  margin-top: -1px;
  background-color: #175468;
}

.hs-header-bg {
  position: absolute;
  left: 0px;
  top: 50px;
  width: 100% !important;
  z-index: 99;
}
.hs-header-logo {
  width: 16.66666667% !important;
}
.hs-header-logo img {
  max-width: 130px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}
.hs-header-logo img:hover {
  opacity: 0.6;
}

.custom-menu-primary {
  width: 83.33333333% !important;
  text-align: right;
  margin-left: 0px !important;
}

.smaller .hs-header-bg {
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  padding: 2px 0;
  background-color: #175468;
  background-image: none;
  opacity: 0.9;
  -webkit-animation: slideInDown 1s forwards;
  -moz-animation: slideInDown 1s forwards;
  animation: slideInDown 1s forwards;
  position: fixed;
  width: 100% !important;
  top: 0px;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.hs-landing-page .smaller .hs-header-bg {
  display: none!important; 
}

.smaller .hs-header-logo {
  padding: 11px 0;
  padding-bottom: 4px;
}

#page-heading .hs-row {
  position: absolute;
  bottom: 20px;
  left: 15px;
  right: 0;
  padding-top: 20px;
  transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
  margin: auto;
}

#page-heading .hs-row h1 {
  font-size: 4.5em;
  color: #fff;
  position: relative;
  margin-top: 0px;
  top: 5px;
  margin-bottom: 10px;
}

#page-heading h1 span {
  font-weight: 600 ;
}

#page-heading .hs-row .centered-heading h1.page-title {
  color: #fff;
  text-align: center;
  position: relative;
  margin-top: 0px;
  top: 5px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 3.5em;
  letter-spacing: 0px;
}

#page-heading .hs-row .centered-heading h5.page-sub-title {
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

div#page-heading .page-center {
  height: 100%;
  position: relative;
}

.basic-banner-bottom {
  background-color: #f5f8fa;
  display: block;
}

.basic-banner-bottom h1 {
  font-size: 18px;
  padding: 15px 0;
  font-weight: 300 !important;
  color: #a1a1a1 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 !important;
}


@media (max-width: 992px){
  #page-heading .hs-row .centered-heading h5.page-sub-title {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  #page-heading .hs-row .centered-heading h5.page-sub-title {  font-size: 13px; }
  #page-heading .hs-row .centered-heading h1.page-title { font-size: 2.5em; }
}

@media (max-width: 600px) {
  #page-heading .hs-row .centered-heading h5.page-sub-title {  font-size: 11px; }
  #page-heading .hs-row .centered-heading h1.page-title { font-size: 2.25em; }
}

@media (max-width: 500px) {
  #page-heading .hs-row .centered-heading h5.page-sub-title {  font-size: 9px; }
  #page-heading .hs-row .centered-heading h1.page-title { font-size: 2em; }
}


/* ==============  Website Template Basic & Basic LIME ================*/

.no-top-banner .hs-header-bg,
.no-top-banner .hs-header-bg,
.no-top-banner .hs-header-bg {
  background-color: #175468 !important;
}

.no-top-banner .small-header-fixed .hs-header-logo img,
.no-top-banner .small-header-fixed .hs-header-logo img,
.no-top-banner .small-header-fixed .hs-header-logo img {
  position: relative;
  top: -3px;
}

.no-top-banner .small-header-fixed .custom-menu-primary .hs-menu-wrapper,
.no-top-banner .small-header-fixed .custom-menu-primary .hs-menu-wrapper,
.no-top-banner .small-header-fixed .custom-menu-primary .hs-menu-wrapper {
  position: relative;
  top: 7px;
}

body.no-top-banner .header-container-wrapper,
body.no-top-banner .header-container-wrapper,
body.no-top-banner .header-container-wrapper {
  min-height: 69px !important;
}

@media only screen and (max-width: 991px) {
  .no-top-banner .hs-header-logo {
    padding: 8px 0 !important;
    padding-bottom: 10px;
  }
  .no-top-banner .nav-icon {
    top: -38px;
  }
}


/* PVD Header & PVD Mobile Nav & PVD Footer */

.no-top-banner.pvd-header .hs-header-bg {
  background-color: #fff !important;
  height: 70px;
}

/*
.no-top-banner.pvd-header .hs-header-logo:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
z-index: -1;
max-width: 160px;
transform: skewY(-2deg);
height: 130px;
margin-top: -25px;
box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.20);
}
*/

.no-top-banner.pvd-header .hs-header-logo img {
  max-width: 160px;
  position: relative;
  display: inline-block;
  padding: 50px 20px 20px 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.20);
  top: -25px;
}

.no-top-banner.pvd-header .hs-footer-bg {
  /*background-color: #fff;*/
}

.no-top-banner.pvd-header .hs-footer-copyright {
  /*background-color: #6f9515;*/
}


/* LIME Header & LIME Mobile Nav */

.no-top-banner.lime-header .hs-header-bg,
.no-top-banner.lime-header .hs-header-bg,
.no-top-banner.lime-header .hs-header-bg {
  background-color: #97bc54 !important;
}

.no-top-banner.lime-header .small-header-fixed,
.no-top-banner.lime-header .small-header-fixed,
.no-top-banner.lime-header .small-header-fixed {
  background: rgb(151, 188, 59, 0.9) !important;
}

.no-top-banner.lime-header .full-menu-nav .custom-menu-primary .hs-menu-wrapper>ul>li a:hover {
  background-color: #7ea819 !important;
}

.no-top-banner.lime-header .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: #fff !important;
}

.no-top-banner.lime-header .full-menu-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.l-active > a, 
.no-top-banner.lime-header .full-menu-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > a:hover {
  background: rgba(186, 218, 85, 0.9) !important;
  opacity: 0.5 !important;
  color: #fff;
}

.no-top-banner.lime-header .full-menu-nav .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  background: rgba(186, 218, 85, .9) !important;
}

.no-top-banner.lime-header .full-menu-nav .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover {
  background-color: #7ea819 !important;
}

.no-top-banner.lime-header .full-menu-nav .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper a:hover {
  color: #fff !important;
  background-color: transparent !important;
}

.no-top-banner.lime-header.overflow-landscape {
  background-color: #bada55 !important;
}

@media only screen and (max-width : 991px) { 
  .no-top-banner.lime-header .full-menu-nav .custom-menu-primary.desktop-view .hs-menu-wrapper {
    background:#bada55 !important;
  }
  .no-top-banner.lime-header .full-menu-nav .custom-menu-primary.desktop-view.onstate .hs-menu-wrapper {
    background:#bada55;
  }
  .full-menu-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover {
    background: #97bc54;
  }
  .no-top-banner.lime-header .full-menu-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
    background: none !important; 
  }
  .no-top-banner.lime-header .full-menu-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.l-active a, 
  .no-top-banner.lime-header .full-menu-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:hover {
    background: none !important;
  }
  .no-top-banner.lime-header .full-menu-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover {
    background: #97bc54;
  }
  .no-top-banner.lime-header .full-menu-nav .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    background: transparent !important;
  }
  .no-top-banner.lime-header .full-menu-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
    border-bottom: 1px solid rgba(255, 255, 255, .5) !important;
  }
}

/* LIME Footer */

.no-top-banner.lime-header .hs-footer-bg {
  background-color: #7ea819;
}

.no-top-banner.lime-header .hs-footer-copyright {
  background-color: #6f9515;
}

/* Header Lite */

.header-lite .header-lite-phone-number {
  float: right;
  text-align: right;
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}

.header-lite .header-lite-phone-number.teal {
  color: #175468 !important;
}

.header-lite .header-lite-phone-number.teal span.lime {
  color: #97bc3c !important;
}

/*
.header-lite a .header-lite-phone-number span {
-o-transition: .3s;
-ms-transition: .3s;
-moz-transition: .3s;
-webkit-transition: .3s;
transition: .3s;
}*/

.header-lite a .header-lite-phone-number span:hover {
  opacity: 0.6 !important;
}

.header-lite .hs-header-logo {
  width: 48.93617020799999% !important;
}

@media (max-width: 992px) {
  .header-lite.hs-header-bg .hs-header-logo {
    position: relative !important;
  }
}

@media (max-width: 767px) {
  .header-lite.hs-header-bg .hs-header-logo {
    position: absolute !important;
  }
}


/* LANDING PAGE BASIC */

body.no-top-banner.lime-header .header-container-wrapper {
  background: #97bc54;
}

/* ==============  PVD Website Template ================*/


.pvd-header-2 .hs-header-bg {
  background-color: #ffffff !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
}

.pvd-header-2 .small-header-fixed {
  border-bottom: none;
  background: #ffffff !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
}

.pvd-header-2 .custom-menu-primary .hs-menu-wrapper > ul {
  padding-top: 22px;
  padding-bottom: 0px;
}

.pvd-header-2 .small-header-fixed {
  padding: 0px;
  padding-top: 7px;
}

.pvd-header-2 .small-header-fixed .custom-menu-primary .hs-menu-wrapper > ul {
  padding-top: 10px;
  padding-bottom: 0px;
}

.pvd-header-2 .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #175468;
  font-size: 16px;
  font-weight: 600;
}

.pvd-card .column-content {
  padding: 40px 25px;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  text-align: center;
  margin: auto;
  margin-bottom: 25px;
  display: block;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
}

.pvd-card.gray-card .column-content {
  background: #f5f8fa;
  box-shadow: none;
}

.pvd-card .column-content:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.32), 0 6px 20px 0 rgba(0, 0, 0, 0.32);
}

.pvd-card.gray-card .column-content:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
}

.pvd-header-2 .full-menu-nav .custom-menu-primary .hs-menu-wrapper>ul>li a:hover {
  background-color: transparent;
}

.pvd-header-2 .full-menu-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.l-active > a {
  opacity: 0.5 !important;
  color: #bada55;
  background: transparent !important;
}

.pvd-header-2 .full-menu-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > a:hover {
  background: transparent !important;
  opacity: 0.5 !important;
  color: #bada55;
}

.pvd-header-2 .full-menu-nav .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  background: #fff !important;
  right: 0;
}

.pvd-header-2 .full-menu-nav .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover {
  background-color: #fff !important;
}

.pvd-header-2 .custom-menu-primary .hs-menu-wrapper>ul ul li {
  font-size: 14px;
}

.pvd-header-2 .custom-menu-primary .hs-menu-wrapper>ul ul li a {
  color: #175468;
  font-weight: 600;
  letter-spacing: 0px;
}


.pvd-header-2 .custom-menu-primary .hs-menu-wrapper>ul>li.active>a {
  color: #175468 !important;
  opacity: 0.5;
}


.pvd-header-2 .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.active>a {
  opacity: 0.5 !important;
  color: #175468 !important;
}

.pvd-header-2 .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.active>a:hover {
  color: #175468 !important;
}

.full-menu-nav .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.active>a:hover {
  color: #175468 !important;
}

.pvd-header-2.nav-icon:after, .pvd-header-2.nav-icon:before, .pvd-header-2.nav-icon span {
  background-color: #175468 !important;
}

@media (max-width: 992px) {
  .pvd-header-2  .hs-header-logo img {
    max-width: 90px !important;
  }
  .pvd-header-2 .full-menu-nav .custom-menu-primary.desktop-view .hs-menu-wrapper {
    top: 70px!important;
    background: #ffffff !important;
    border-top: 1px solid #bbbbbb;
  }
  .pvd-header-2 .custom-menu-primary .hs-menu-wrapper > ul {
    padding-top: 0px;
  }
  .pvd-header-2 .full-menu-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover {
    background: #ffffff;
  }
  .pvd-header-2 .small-header-fixed .hs-header-logo img {
    top: 0px !important;
  }
  .pvd-header-2 .small-header-fixed {
    height: 80px !important;
  }
}

@media (max-width: 600px) {
  .pvd-header-2 h1 {
    font-size: 2.5em;
  }
  .hs-content-id-28358812408 .tb-page-hero {
    height: 480px !important;
  }
}



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

.body-container-wrapper {}
.body-container {}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-facebook-f:before, 
.fa-facebook:before {
  content: "\f09a";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-linkedin:before {
  content: "\f0e1";
}

h2.section-title::after, .title-accent {
  height: 2px;
  width: 100px;
  background-color: #bada55;
  margin: 0 auto;
  display: block;
  margin-bottom: 25px;
  margin-top: 15px;
  padding: 1px 0px;
  content: "";
}
.text-left h2.section-title::after {
  margin: 15px 0 25px;
}


/* ============== Privacy Page ============================= */

.hs-privacy-page .body-container p {
  color: #797979;
  font-size: 18px;
  letter-spacing: 0;
  margin-top: 1em;
  margin-bottom: 1.25em;
}

.hs-privacy-page .body-container .page-center {

  padding-left: 18px;
  padding-right: 18px;
}

.hs-privacy-content {
  margin: 25px 0;
}

.hs-privacy-page div#page-heading {
}


.hs-privacy-page .custom-menu-primary .hs-menu-wrapper>ul>li {
  letter-spacing: -.25px;
  font-weight: 300;
}
.hs-privacy-page #page-heading .hs-row {
  left: 15px;
}
.hs-privacy-page .body-container ul li {
  margin-left: 20px;
  color: #5e6d72;
  font-size: 18px;
  letter-spacing: -.25px;
  padding-bottom: 5px;
  font-weight: 300;
}

.hs-privacy-page .hs-footer-bg {
  padding: 70px 0 50px 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}
.hs-privacy-page .hs-footer-logo img {
  margin-top: 5px;
}
.hs-privacy-page ul.social-links {
  margin-right: 0px;
  margin-bottom: 10px;
}
.hs-privacy-page ul.social-links li {
  padding-bottom: 5px;
}
.hs-privacy-page ul.social-links li a {
  font-size: 18px;
  letter-spacing: -.25px;
}
.hs-privacy-page .hs-footer-menu .hs-menu-wrapper>ul>li:not(:last-child) {
  margin-left: 20px;
  letter-spacing: -.25px;
  font-weight: 300;
}

.hs-privacy-page .hs-footer-top-content-wrapper {
  padding-top: 0px;
}


/* ============== End Privacy Page =============================*/



/* ============== We Set Your Marketing in Motion Page =============================*/

.blog-card-wrapper {
  min-height: 500px !important;
}

.blog-card-wrapper .card {
  border-top: none !important;
  min-height: 280px;
}

.blog-card-wrapper .card:hover {
  background: #f5f8fa !important;
  box-shadow: none !important;
}

.blog-card-wrapper .card-text {
  padding: 20px !important;
}

.blog-card-wrapper h3 a {
  color: #175468 !important;
}

.blog-card-wrapper p {
  font-size: 16px !important;
}

.blog-card-wrapper a {
  text-decoration: none; 
}

.blog-card-read-more {
  position: absolute; 
  right: 35px;
  bottom: 20px;
}

/* ============== What We Do Page =============================*/

.animated-text-span.animated {
  animation-duration: 7.5s!important;
}

.page-intro-image {
  background-position: top center;
  clear: both;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-intro-image .tb-button-primary {
  margin-top: 25px;
}

h2.intro-band-title {
  margin-top: 0px;
}

.intro-band h2 {
  margin-bottom: 25px;
  margin-top: 0px;
}

.animated-text-span {
  color: #bada55 !important;
  margin-bottom: 25px !important;
}

.intro-paragraph {
  font-size: 22px;
  line-height: 28px;
  color: #175568;
  margin: 0;
}

@media (max-width: 767px) {
  .intro-paragraph {
    font-size: 18px;
    line-height: 26px;
  }
}

.hs-what-we-do-page .hs-row {
  margin-right: -15px;
  margin-left: -15px;
}
.hs-what-we-do-page .hs-row [class*="hs-col"] {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  float: left;
}
.hs-what-we-do-page .hs-col-sm-7 {
  width: 58.33333333%;
}
.hs-what-we-do-page .hs-col-sm-5 {
  width: 41.66666667%;
}
.hs-what-we-do-page .hs-row:before ,
.hs-what-we-do-page .hs-row:after {
  content: "";
  clear: both;
  display: table;
}
.hs-what-we-do-page .gray-band {
  background-color: #eef2f5;
}

.hs-what-we-do-page .hs-main-content {
  transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
  text-align: center;
}

.hs-what-we-do-page .gray-band .hs-main-content {
  padding-bottom: 0px;
}

h2.section-title {
  margin-top: 0px;
}

.section-header p.intro-copy, p.intro-copy {
  font-size: 22px;
  line-height: 30px;
  color: #175568;
  margin: 0 0 10px;
  margin-bottom: 1.25em;
  font-weight: 300;
}

.hs-col-sm-offset-2 {
  margin-left: 16.66666667%;
  padding-left: 15px !important;
}

.hs-what-we-do-page .hs-row .hs-col-sm-12 {
  width: 100%;
}

.hs-what-we-do-page .hs-row .hs-col-sm-11 {
  width: 91.666667%;
}

.hs-what-we-do-page .hs-row .hs-col-sm-10 {
  width: 83.333333%;
}

.hs-what-we-do-page .hs-row .hs-col-sm-9 {
  width: 75%;
}

.hs-what-we-do-page .hs-row .hs-col-sm-8 {
  width: 66.66666667%;
}

.hs-what-we-do-page .hs-row .hs-col-sm-7 {
  width: 58.333333%;
}

.hs-what-we-do-page .hs-row .hs-col-sm-6 {
  width: 50%;
}

.hs-what-we-do-page .hs-row .hs-col-sm-5 {
  width: 41.666667%;
}

.hs-what-we-do-page .hs-row .hs-col-sm-4 {
  width: 33.3333333%;
}

.hs-what-we-do-page .hs-row .hs-col-sm-3 {
  width: 25%;
}

.hs-what-we-do-page .hs-row .hs-col-5-buckets {
  width: 20%;
}

.hs-what-we-do-page .hs-row .hs-col-sm-2 {
  width: 16.66666667%;
}

.hs-what-we-do-page .hs-row .hs-col-sm-1 {
  width: 8.333333%;
}

.hs-what-we-do-content .card {
  background: #f5f8fa;
  border: 1px solid #e3e3e3;
  border-top: 5px solid #bada55;
  text-align: center;
  margin: auto;
  display: block;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}
.hs-what-we-do-content .card-text {
  padding: 40px 20px;
}

.hs-what-we-do-content .card:hover {
  background: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
}

.bucket-card-advanced {
  background: #f5f8fa;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  text-align: center;
  margin: auto;
  display: block;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}

.bucket-card-advanced:hover {
  background: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
}

.bucket-card-advanced .bucket-content {
  padding: 40px 20px;
}


#hs-cta-wrapper-74c24c84-3c80-4d32-850d-6eed862c1b12 p,
#hs-cta-wrapper-6d5e92dd-f25c-47b5-82b6-34a8ea2d56e6 p, 
#hs-cta-wrapper-81653921-f090-4b4e-b29f-32701e634249 p {
  color: #fff!important;
  font-weight: 600!important;
  font-size: 14px!important;
  line-height: 1.5em !important;
  padding: 0px;
}

.hs-what-we-do-page .our-services .hs-main-content {
  padding-top: 0px;
  padding-bottom: 0px;
}

.bucket-card-wrapper h2.section-title {
  margin-top: 75px;
}

.bucket-card-wrapper h2.section-title {
  margin-top: 75px;
}

.hs-what-we-do-page .hs-row .hs-col-xs-4 {
  width: 33.33333333%;
}

.hs-main-content img.bucket-card-image {
  height: 125px;
  width: auto;
}

h3.bucket-card-title {
  margin-top: 20px;
  font-weight: normal;
  font-size: 18px;
}

.special-content {
  background-repeat: no-repeat;
  background-color: #0f4d5e;
  background-size: cover;
}

.special-content .page-center {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url(//cdn2.hubspot.net/hubfs/3906541/TrailblazeMarketing_January2019/Images/up_arrows_cta_2.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50%;
  -webkit-animation: a 25s linear infinite;
  animation: a 30s linear infinite;
}

.special-content-bar {
  background-image: url(//cdn2.hubspot.net/hubfs/3906541/TrailblazeMarketing_January2019/Images/up_arrows_cta.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 100px 0;
  font-size: 18px;
  background-position: 50%;
  -webkit-animation: a 20s linear infinite;
  animation: a 20s linear infinite;
}

.special-band h3,
.special-block h3 {
  color: #fff !important;
  margin: 0;
  padding: 0;
  font-weight: 300 !important;
}

.special-band h3 {
  text-align: right;
}

.special-block h3 {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.special-band .cta-button {
  text-align: left;
}

.special-block .cta-button {
  margin-top: 25px;
  text-align: center;
  float: none !important;
}

a#cta_button_3906541_c517a607-b926-4848-a755-2b36858b2f26 {
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  text-shadow: none;
  line-height: 1.5em;
  padding: 12px 35px;
  border-radius: 2px;
  border: 2px solid #bada55;
  font-weight: 600;
  font-family: 'proxima nova', sans-serif;
}
.hs-cta-wrapper p span {
  color: #fff;
  font-weight: bold;
}

@keyframes a{
  0% {
    background-position: 0 -100%;
  }
  100% {
    background-position: 0 200%;
  }
}

@keyframes motionbigscrn {
  0% {
    background-position: 0 800px;
  }
  100% {
    background-position: 0 -800px;
  }
}

@keyframes motiondesktop {
  0% {
    background-position: 0 700px;
  }
  100% {
    background-position: 0 -700px;
  }
}

@keyframes motiontablet {
  0% {
    background-position: 0 600px;
  }
  100% {
    background-position: 0 -600px;
  }
}

@keyframes motionphone {
  0% {
    background-position: 0 400px;
  }
  100% {
    background-position: 0 -400px;
  }
}

.hs-main-content p.intro-paragraph {
  margin-bottom: 1.25em;
}

.our-process .hs-row .hs-col-sm-4 {
  background-size: auto 70%;
  background-position: top left;
  background-repeat: no-repeat;
}

.our-process img.icon-image {
  max-width: 200px;
  height: auto;
  width: 100%;
  margin: auto;
  text-align: center;
}
.our-process .hs-row .hs-col-sm-4 h3 {
  margin-top: 20px;
}

.our-process .hs-row .hs-col-sm-4 p {
  margin: 0 0 10px;
  margin-bottom: 1.25em;
}

.white-band-arrows {
  background-position: 200px 200px;
  background-repeat: no-repeat;
  background-color: #fff;
}


.hs-what-we-do-page .hs-col-sm-pull-6 {
  position: relative;
  right: 50%;
}
.hs-what-we-do-page .hs-col-sm-offset-1 {
  margin-left: 8.33333333%;
}
.hs-what-we-do-page .hs-col-sm-push-6 {
  left: 50%;
}
.trailblaze-cta {
}
.trailblaze-cta .cta-text h2 {
  margin-top: 0px;
  color: #175468;
  letter-spacing: -1px;
  font-size: 32px;
  margin-bottom: 10px;
}
.trailblaze-cta h2,
.trailblaze-cta p,
.trailblaze-cta .hs-cta-wrapper {
  position: relative;
  left: 35px;
  text-align: left;
}

.trailblaze-cta .hs-cta-wrapper p {
  left: 2px!important;
}
.hs-cta-wrapper p {
  padding: 0!important;
  line-height: auto!important;
  margin: 0!important;
}
span#hs-cta-wrapper-fca4d055-5339-4917-9764-28efb40a4d84 {
  margin: 35px auto auto auto!important;
  display: block;
}
.trailblaze-cta .cta-text .small-text {
  font-size: 12px !important;
  margin-top: 20px;
}
.trailblaze-cta .small-text .hs-cta-wrapper {
  left: 0;
}
span#hs-cta-wrapper-39228ed5-8fac-44b9-85f3-fd82b2321c5e:hover {
  opacity: 0.6!important;
}

.trailblaze-cta img {
  margin-top: -50px;
}
.trailblaze-cta .hs-col-sm-push-6 img {
  position: relative;
  left: -35px;
}

.hs-what-we-do-page .our-process.gray-band .hs-main-content {
}

.trailblaze-cta .cta-text h2 + p {
  margin-top: 0px;
}

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

.hs-what-we-do-page .hs-col-sm-5 p strong {
  color: #797979;
}

.hs-what-we-do-page .hs-row.hs-full-wrapper {
  clear: both;
  background-size: auto 100%;
  background-position: top left;
  background-repeat: no-repeat;
  margin: 0px;
}

.hs-what-we-do-page .hs-full-wrapper .hs-full-column {
  width: 41.66666667%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}

.hs-what-we-do-page .hs-full-wrapper .hs-full-column.col1 {
  left: 50%;
}

.hs-what-we-do-page .hs-full-wrapper .hs-full-column.col2 {
  right: 41.66666667%;
  margin-left: 8.33333333%;
  margin-top: 75px;
  text-align: right;
}
.hs-full-wrapper .hs-full-column h3 {
  margin-top: 20px;
}

.hs-full-wrapper .hs-full-column h3 p {
  margin: 0 0 10px;
}

.hs-full-wrapper .hs-full-column p {
  margin: 0 0 10px;
}

.hs-full-wrapper .hs-full-column p span {
  font-size: 20px;
  display: block;
  margin-top: 5px;
}
.hs-row.hs-full-wrapper img.hs-full-image {
  width: 100%;
  height: auto;
  margin: auto;
}


/* =============== Comparison Table (2019) =============== */


.comparison-table i.fa.fa-check.available {
  color: #bada55;
}

.comparison-table i.fa.fa-times.unavailable {
  color: #8ba1a9;
}

.comparison-table .pricing-feature span {
  color: #5E6D72;
}

.style-3 .price {
  font-size: 42px;
}


.style-3 .person .price {
  color: #3BB5EC !important;
}

.style-3 .unlim .price {
  color: #89d3f5 !important;
}

.style-3 .business .price {
  color: #c3ddef !important;
}


.comparison-table .price-box {
  margin: 0px;
  border-bottom: none;
}

.comparison-table .pricing-header h4 {
  margin: 0px;
  padding-top: 45px;
}

.pricing-col.current {
  z-index: 1;
}

.comparison-table p span.mobile-only {
  display: none;
}

@media (max-width: 991px) {
  .comparison-table .list-feature {
    display: none !important;
  }
  .comparison-table p span.mobile-only {
    display: contents !important;
  }
  .compare-table {
    margin-top: -50px;
  }
}



/* =============== Advanced Video Band (2019) =============== */

@media (max-width: 767px) {
  .advanced-band iframe {
    height: 280px;
    width: 100%;
  }
}



/* =============== Advanced Statistic Band (2019) =============== */

.advanced-band .statistic-column .stat-content {
  padding: 25px;
}

.advanced-band .statistic-column .stat-content p.stat-text {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: 600;
}

.advanced-band .statistic-column .stat-content p.stat-source {
  font-size: 13px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #a2a2a2;
}

.advanced-statistic-band .tb-text-link {
  font-size: 20px;
}

/*.advanced-band .statistic-column canvas {
background-color: #ffffffe3;
border-radius: 50%;
}*/



/* =============== Testimonial Band(2019) =============== */

.testimonial-band {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}

.testimonial-band p.testimonial-quote {
  color: #fff !important;
  font-size: 24px;
  line-height: 1.25;
}

.testimonial-band p.testimonial-client {
  color: #fff !important;
  font-size: 24px;
  font-weight: 500;
  margin: 0 auto;
  margin-top: -5px;
}

.testimonial-band p.testimonial-client-title {
  color: #fff !important;
  font-size: 13px;
  font-weight: 300;
  color: #a1a1a1;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 auto;
}


@media (max-width: 767px) {
  .testimonial-band p.testimonial-quote {
    font-size: 20px;
    text-align: center;
  }

  .testimonial-band p.testimonial-client {
    font-size: 20px;
    text-align: center;
  }

  .testimonial-band p.testimonial-client-title {
    text-align: center;
    margin-bottom: 30px;
  }
  .testimonial-band img {
    margin: 0 auto;
    display: block;
  }
  .testimonial-band {
    background-position: left center;
  }
}



/* =============== Price & Features Card (2019) =============== */

.price-and-features-cards .card {
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 5px;
  padding-bottom: 35px;
  min-height: 500px;
}

.price-and-features-cards .card div.card-title {
  background-image: linear-gradient(to right, #97BC3C , #BADA55);
  border-radius: 4px 4px 0 0;
}

.price-and-features-cards .card div.card-title h3 {
  color: #fff;
  text-align: center;
  padding: 25px 0;
  margin: 0;
  font-size: 1.25em;
  font-weight: bold;
}

.price-and-features-cards .card h4 {
  font-size: 2.5em;
  color: #5E6D72;
  FONT-WEIGHT: 500;
  letter-spacing: 0px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.price-and-features-cards .card p.card-price-term {
  font-size: 12px;
  color: #bbb;
  margin-top: 5px;
}

.price-and-features-cards .card p.card-blurb {
  padding: 0 20px;
  font-size: 13px;
}

.price-and-features-cards .card div.card-features-list {
  padding: 10px;
  margin: 20px 15px;
  border-top: 1px solid #eef2f5;
  min-height: 257px;
}

.price-and-features-cards .card div.card-features-list ul {
  list-style: none !important;
  text-align: left;

  font-size: 13px;
  padding-left: 25px;
}

.price-and-features-cards .card div.card-features-list ul li {
  margin: 15px 0;
}

.price-and-features-cards .card div.card-features-list ul li:before {    
  font-family: 'FontAwesome';
  content: '\f058';
  margin: 0 0px 0 -21px;
  color: #97BC3C;
  padding-right: 10px;
}

.price-and-features-cards .four-cards a.tb-button-primary {
  position: absolute;
  width: 125px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 25px;
}

@media (max-width: 767px) {
  .price-and-features-cards .four-cards a.tb-button-primary {
    bottom: 75px;
  }
}


/* =============== Websites Landing Page (2019) =============== */


.lp-2-layout h2.small {
  margin: 0;
  margin-bottom: 15px;
  font-weight: 300 !important;
  font-size: 11px !important;
  color: #a1a1a1 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.lp-2-layout .lp-form {
  padding: 40px 25px;
  background-color: #114454;
  border: 1px solid #dedede;
  border-radius: 4px;
  margin-top: -25px;
}

.lp-2-layout .lp-form form {
  margin-bottom: 25px;
}

.lp-2-layout .lp-form form input[type="text"] {
  height: 40px;
}

.lp-2-layout .lp-form form ul.hs-error-msgs.inputs-list li {
  margin-bottom: 15px;
  margin-top: -10px;
  line-height: 1.0;
}

.lp-2-layout .lp-form .hs-error-msgs label {
  color: #ff9292 !important;
  font-size: 13px;
}

.lp-2-layout .lp-form label {
  color: #fff !important;
}

.lp-2-layout .lp-form .hs_email_list_ label {
  font-size: 13px;
}

.lp-2-layout .lp-form .legal-consent-container p {
  font-size: 13px;
  color: #fff;
}

.lp-2-layout .lp-intro {
  margin-top: -500px !important;
}

@media (max-width: 992px){
  .lp-2-layout .body-container-wrapper {
    overflow: visible;
  }
  .lp-2-layout .lp-intro {
    margin-top: -500px !important;
  }
}

@media (max-width: 767px){
  .lp-2-layout h2.small {
    margin-bottom: 0px;
  }
  .lp-2-layout .advanced-band-text {
    text-align: left !important;
  }

  .block-number-2 {
    margin-top: 25px!important; 
  }
}

.sb-2col h3 {
  font-weight: bold;
  color: #175468;
}



/* ============== Intro Band RATINGS (Custom Module) =============================*/

.intro-band .google-rating {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #e7711b;
  /*
  padding: 10px;
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #eee;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
  display: inline-block;
  */
}

.intro-band .google-rating img {
  margin: 0 10px;
  max-width: 150px;
  margin-bottom: 3px !important;
}

.intro-band .google-rating a {
  color: #e7711b;
  font-weight: 300;
}

.intro-band .facebook-rating {
  margin-bottom: 15px;
  font-size: 18px;
  color: #4080ff;
  color: #e7711b;
  /*
  padding: 10px;
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #eee;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
  display: inline-block;
  */
}

.intro-band .facebook-rating img {
  max-width: 50px;
  margin-right: 10px;
  margin-bottom: -3px;
}

.intro-band .facebook-rating a {
  color: #4080ff;
}

.intro-band .google-rating a:hover,
.intro-band .facebook-rating a:hover {
  text-decoration: none;
  opacity: 0.6;
}

span.lime-underline {
  text-transform: uppercase;
  background: url(https://cdn2.hubspot.net/hubfs/3906541/Lime-Underline.svg) bottom left no-repeat;
  background-size: 100%;
  padding-bottom: 2px;
  color: #97bd3c;
}



/* ============== Advanced Band (Custom Module) =============================*/


.advanced-band .page-center {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.advanced-band .hs-col-sm-6 {
  text-align: left;
}

.advanced-band h2.small {
  margin: 0;
  margin-bottom: 15px;
  font-weight: 300 !important;
  font-size: 11px !important;
  color: #a1a1a1 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.advanced-band h3.large {
  font-size: 42px !important;
  font-weight: 600 !important;
  line-height: 1.1;
  color: #175468 !important;
  margin-top: 5px;
  margin-bottom: 10px;
}

.advanced-band .text-right .hs-col-sm-6:first-child {
  left: 50%;
}

.advanced-band .text-right .hs-col-sm-6:last-child {
  right: 50%;
}

@media (max-width: 767px) {
  .advanced-band {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .advanced-band-top {
    padding-top: 100px !important;
  }
  .advanced-band-bottom {
    padding-bottom: 100px !important;
  }
  .advanced-band img.icon-full-image {
    padding-top: 0%;
    max-width: 75%;
    margin: auto;
    height: auto;
    width: 100%;
  }
  .advanced-band .hs-col-sm-6 {
    text-align: center !important;
  }
  .advanced-band .hs-col-sm-6 .form {
    text-align: left !important;
    margin-bottom: 50px;
  }
  .advanced-band-text {
    text-align: center !important;
    margin-top: 15px !important;
  }
  .hs-what-we-do-page .hs-col-sm-6 {
    width: 100%;
  }
  .advanced-band .text-right .hs-col-sm-6:first-child {
    left: 0;
  }
  .advanced-band .text-right .hs-col-sm-6:last-child {
    right: 0;
  }
  .advanced-band .text-right .hs-col-sm-6:first-child {
    margin-left: 0px;
  }
  .advanced-band .band-text {
    margin-top: 0px !important;
  }
  .advanced-band h2.small {
    margin-bottom: 0;
    margin-top: 15px;
  }
}

@media (max-width: 575px) {
  .advanced-band img.icon-full-image {
    max-width: 75%;
    display: block;
  }
}


/* ============== Advanced OG CTA Band (Custom Module) =============================*/

.og-cta-band .large-text {
  font-size: 22px;
  line-height: 28px;
  color: #175568;
  margin: 0;
}

.og-cta-band .small-text {
  font-size: 14px;
  color: #bbb;
}


/* ============== Advanced Gallery Band (Custom Module) =============================*/


.advanced-band .slick-prev, .advanced-band .slick-next {
  width: auto;
  height: auto;
}

.advanced-band .slick-prev:before, .advanced-band .slick-next:before {
  font-family: "Font Awesome 5 Free" !important; 
  font-weight: 900; 
  color: #bada55 !important;
  opacity: 1.0;
  font-size: 28px;
}

.advanced-band .slick-prev, .advanced-band .slick-next {
  opacity: 0.5 !important;
}

.advanced-band .slick-prev:hover, .advanced-band .slick-next:hover {
  opacity: 1.0 !important;
}


.advanced-band .slick-prev:before {
  content: "\f137" !important;
}

.advanced-band .slick-next:before {
  content: "\f138" !important;
}

.advanced-band a.tb-text-link {
  text-decoration: none !important;
  color: #97bc3c;
  cursor: pointer;
  font-weight: 600;
}

.advanced-band a.tb-text-link:hover {
  color: #bada55;
}

.advanced-band a.tb-text-link::after {
  font-family: "Font Awesome 5 Free" !important;
  content: "\f105" !important;
  font-weight: inherit;
  font-weight: 600;
  margin-left: 8px;
}

/* ============== Advanced Accordion Band / Accordion Toggle (Custom Module) =============================*/

@media (max-width: 767px) {
  .advanced-accordion-module .hs-accordion__item button {
    font-size: 18px !important;
    line-height: 24px !important;
    letter-spacing: -.15px;
  }
}

/* ============== Advanced Testimonial Band (Custom Module) =============================*/


.advanced-testimonial-band img {
  max-width: 100px !important;
  border: 1px solid #bada55;
  border-radius: 50%;
  background-color: #fff;
}

.advanced-testimonial-band .slick-slide-inner-wrapper {
  max-width: 80%;
  margin: 0 auto;
}

.advanced-testimonial-band .slick-slide-inner-wrapper span {
  text-align: center;
  padding: 50px 25px;
  /*background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 6px 20px 0 rgba(0, 0, 0, 0.12);*/
  margin-top: -50px;
  margin-bottom: 25px;
}

.lp-2-layout .advanced-testimonial-band {
  background-image: linear-gradient(to bottom right, #3b778d, #114454) !important;
}

.lp-2-layout .advanced-testimonial-band .slick-slide-inner-wrapper p {
  color: #fff;
  margin-top: 0px;
}

.lp-2-layout .advanced-testimonial-band .slick-slide-inner-wrapper h4 {
  color: #fff;
}




/* ============== Advanced Icon Band (Custom Module) =============================*/

.advanced-band .partner-icons img {
  max-width: 125px;
  margin: 0 auto;
  display: block;
}

@media (max-width: 767px) {
  .advanced-band .partner-icons {
    max-width: 50%;
    float: left;
  }
}

/* ============== Text Block 2-Col (Custom Module) =============================*/

@media (max-width: 767px) {
  .text-block-2-col {
    text-align: center;
  }
  .text-block-2-col .column-1 {
    margin-top: 0px !important;
  }
}


/* ============== Career Pages =============================*/


.career-info-bubble {
  float: left; 
  margin-right: 15px;
  margin-bottom: 0px;
  padding: 15px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 5px;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 767px) {
}


/* ============== Open Positions 2019 (Custom Module) =============================*/

.open-position-box {
  padding: 35px 25px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
}

.open-position-box  .hs-col-sm-9 {
  border-right: 1px solid #ddd;
}

.open-position-box  .hs-col-sm-3 {
  text-align: center;
}

.open-position-box h1,
.open-position-box h2,
.open-position-box h3,
.open-position-box h4 {
  margin-top: 0px;
}

.open-position-box p {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .open-position-box {
    text-align: center !important;
  }
  .open-position-box .hs-col-sm-9 {
    border-right: none;
  }
  .open-position-box .hs-col-sm-3 a {
    margin-top: 20px !important;
  }
}




/* ============== Who We Are Page =============================*/

.what-drives-us h3 {
  margin-top: 20px;
}
.what-drives-us .text-right .hs-col-sm-5:first-child {
  left: 41.66666667%;
}
.what-drives-us .text-right .hs-col-sm-5:last-child {
  right: 41.66666667%;
  text-align: right;
}

.what-drives-us .hs-row [class*="hs-col-sm-5"] p {
  letter-spacing: 0;
}

.what-drives-us .text-left .hs-col-sm-5:first-child {
  margin-left: 8.33333333%;
}

.what-drives-us .text-left .hs-col-sm-5:last-child {
  text-align: left;
}

.teal-band {
  background-color: #175468;
  border-top: 3px solid #3b778d;
  border-bottom: 3px solid #3b778d;
}

.teal-band h2, .teal-band p {
  color: #fff;
}


.teal-band .section-header p.intro-copy {
  color: #fff;
}


.teal-band .section-header p.intro-copy {
  color: #fff;
}

.hs-what-we-do-page.teal-band .hs-row .hs-col-md-4 {
  width: 33.33333333%;
}

.teal-band .image-hover,
.trailblaze-band .image-hover {
  display: none;
}

.teal-band .team-member,
.trailblaze-band .team-member {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 300px;
  background-color: #5ba6bb;
  border-radius: 2px;
  position: relative;
  margin: 15px 0;
}

.teal-band .team-member .team-info,
.trailblaze-band .team-member .team-info {
  position: absolute;
  text-align: left!important;
  padding: 0 15px;
  padding-bottom: 20px;
  width: 100%;
  height: 100%;
  display: none;
  background: -moz-linear-gradient(90deg, rgba(7, 61, 73, 1) 0%, rgba(0, 128, 128, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 128, 128, 0)), color-stop(100%, rgba(7, 61, 73, 1)));
  background: -webkit-linear-gradient(90deg, rgba(7, 61, 73, 1) 0%, rgba(0, 128, 128, 0) 100%);
  background: -o-linear-gradient(90deg, rgba(7, 61, 73, 1) 0%, rgba(0, 128, 128, 0) 100%);
  background: -ms-linear-gradient(90deg, rgba(7, 61, 73, 1) 0%, rgba(0, 128, 128, 0) 100%);
  background: linear-gradient(0deg, rgba(7, 61, 73, 1) 0%, rgba(0, 128, 128, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008080', endColorstr='#073d49', GradientType=0);
}

.team-info h2, 
.team-info h3 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 0px;
  bottom: 45px;
  position: absolute;
  margin: 0;
}

.team-info .staff-title {
  color: #bada55;
  font-size: 14px;
  bottom: 25px;
  position: absolute;
}

.team-info .staff-linkedin {
  position: absolute;
  top: 13px;
  font-size: 32px;
  right: 15px;
}

.team-info .staff-linkedin a {
  color: #fff;
}

.team-info .staff-linkedin a:hover {
  color: #bada55;
}

.teal-band .team-member:hover .team-info,
.trailblaze-band .team-member:hover .team-info {
  display: block;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}

.hs-who-we-are-page .white-band-arrows {
  background-color: #eef2f5;
  background-position: -200px 200px;
}

.intro-band .cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
  color: #175468;
  text-align: center !important;
  margin-top: -10px;
  padding-bottom: 5px;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  color: #bada55;
  top: 0;
  font-weight: 700;
} 

.mobile-heading b {
  color: #3b778d;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

h2.intro-band-title.slide-animate span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.slide-animate .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.slide-animate b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}
.cd-headline.slide-animate b {
  opacity: 0;
  top: .2em;
}
.cd-headline.slide-animate b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}


/* ============== End Who We Are Page =============================*/



/* ============== Our Work / Gallery Page =============================*/

.gallery .hs-row [class*="hs-col"] {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  float: left;
}

.gallery .hs-row .hs-col-xs-4 {
  width: 33.33333333%;
}

.gallery .hs-row:before ,
.gallery .hs-row:after {
  content: "";
  clear: both;
  display: table;
}

.gallery .gray-band {
  background-color: #eef2f5;
}

/* ==============  Our Work / Client Showcase Page =============================*/


#page-heading .hs-row .centered-heading .portfolio-banner h1.page-title,
#page-heading .hs-row .centered-heading .portfolio-banner h5.page-sub-title {
  text-align: left;
}

.tb-arrows {
  float: right;
}

a.tb-arrow {
  text-align: center;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  opacity: 1.0;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  color: #bada55;
  border: 2px solid #bada55;
  text-decoration: none;
  margin-left: 20px;
  margin-top: 40px;
}

a.tb-arrow:hover {
  opacity: .5;
  cursor: pointer;
  text-decoration: none;
}

a.tb-arrow i {
  position: relative;
  top: 10px;
  font-size: 26px;
}

@media (max-width: 992px) {
  .tb-arrows {
    display: none;
  }
  .portfolio-banner .hs-col-sm-9 {
    width: 100% !important;
  }
  #page-heading .hs-row .centered-heading .portfolio-banner h1.page-title,
  #page-heading .hs-row .centered-heading .portfolio-banner h5.page-sub-title {
    text-align: center;
  }
}

/* ============== Home Page =============================*/

.section.content-block {
  display: table;
  table-layout: fixed;
  width: 100%;
  background-size: cover;
  position: relative;
  background-position: center center;

  overflow: hidden;
  height: 100vh;
}

.section.content-block .hs-row {
  margin-right: -15px;
  margin-left: -15px;
}

.section.content-block .hs-row .hs-col-sm-7 {
  width: 58.33333333%;
}

.section.content-block .hs-row [class*="hs-col"] {
  position: relative;
  float: left;
}

.section.content-block .hs-row:before , .section.content-block .hs-row:after {
  content: "";
  clear: both;
  display: table;
}

.section.content-block .section-title {
  font-size: 52px;
  margin-top: 35%;
  font-weight: 600;
  vertical-align: middle;
  color: #fff;
  margin-bottom: 10px;
}

.section.content-block .section-title:after {
  content: none;
}

.section.content-block .section-title span {
  color: #bada55;
}

.section.content-block h3.section-subheader {
  color: #bada55;
  font-size: 28px;
  font-weight: normal;
  margin-top: -10px;
  margin-bottom: 20px;
}

.content-block .button {
  text-align: center;
  padding: 15px;
  display: block;
  font-size: 13px;
  font-weight: 600;
  max-width: 150px;
  border: 2px solid #bada55;
  border-radius: 2px;
  color: #fff;
  background: #97bc3c;
  text-decoration: none;
}

.content-block .button:hover {
  background-color: #bada55;
  color: #fff;
  text-decoration: none;
}
.hs-row.bottom-row {
  position: absolute;
  bottom: 30px;
  margin: auto;
  left: 0;
  right: 0;
}

.hs-row.bottom-row .page-center {
  padding: 0px;
}

.hs-row.bottom-row .hs-col-sm-3 {
  width: 25%;
}

.hs-row.bottom-row a.scroll {
  position: relative;
  z-index: 950;
  color: #fff;
}
.hs-row.bottom-row a.scroll:hover {
  opacity: 0.6;
  color: #fff;
}

.hs-row.bottom-row a.scroll img {
  max-width: 40px;
  width: 100%;
  animation: bounce 2s infinite;
  height: auto;
  vertical-align: middle;
}


video#bgvid {
  position: absolute;
  background-size: cover;
  transition: 1s opacity;
  transform: translateX(-50%) translateY(0%);
  top: 50%;
  left: 50%;
  width: 100%;
  top: 0px !important;
}


.fp-viewing-digital-marketing .hs-header-bg{
  -webkit-animation: bounceInDown 3s forwards;
  -moz-animation: bounceInDown 3s forwards;
  animation: bounceInDown 3s forwards;
}

.section.content-block .cd-headline {
  color: #fff;
  font-size: 28px;
  line-height: .75em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}

.section.content-block .cd-headline span {
  display: inline-block;
  padding: .2em 0;
}
.section.content-block .cd-headline span.cd-words-wrapper {
  line-height: 20px;
}

.intro-band .cd-words-wrapper {
  display: block;
}

.hs-home-page.no-banner .hs-header-logo {
  padding: 0px;
}
.hs-home-page.no-banner .hs-header-bg {
  background: transparent;
  padding-top: 50px;
}
.section.content-block.home-banner {
}

.section.content-block .hs-row .container {
  padding-left: 15px;
  padding-right: 15px;
}

.hs-home-page .smaller .hs-header-bg {
  background: transparent;
  position: static;
  padding: 0px;
  border: none;
}



.hs-home-page .custom-menu-primary .hs-menu-wrapper>ul>li>a[href*="/get-started"] {
  line-height: 24px!important;
}


.hs-home-page .body-container .page-center {
  padding: 0px 15px;
}

.fp-tableCell {
  vertical-align: top !important;
}


.fp-tableCell .lazy-top:before,
.fp-tableCell .lazy-top:after {
  content: "";
  clear: both;
  display: table;
}
.fp-table.active .lazy-top {
  -webkit-animation: slideInUp 2s forwards;
  -moz-animation: slideInUp 2s forwards;
  animation: slideInUp 2s forwards;
}


.section.content-block .small-text {
  font-size: 12px;
  margin: 0 0 10px;
  margin-top: 20px;
  color: #fff;
}
.section.content-block .small-text a {
  cursor: pointer;
  font-family: 'proxima nova', sans-serif;
  color: #bada55 !important;
  text-decoration: none;
}

.section.content-block .small-text p {
  margin: 0px;
  display: inline;
}
.section.content-block .small-text a span {
  color: #bada55;
  cursor: pointer;
  display: inline;
  font-weight: normal;
  font-size: 12px;
}
.section.content-block .small-text a#cta_button_3906541_735e0564-dfab-495b-bbec-f0d71fc0d607:hover {
  opacity: 0.6;
}
.section.content-block:last-child .button {
  font-weight: 600;
  font-family: 'proxima nova', sans-serif;
}

body.hs-home-page .body-container-wrapper {
  margin-top: -1px;
}




/* ==============  Home Page Footer =============================*/

/* .hs-home-page .footer-container-wrapper {
position: relative;
} */
.hs-home-footer-bg {
  position: absolute;
  bottom: 30px;
  margin: auto;
  left: 0;
  right: 0;
  width: 100% !important;
  z-index: 9;
}
.hs-home-footer-bg .page-center {
  padding-left: 0px;
  padding-right: 0px;
}

.hs-home-footer-copyright {
  width: 33.33333333% !important;
  padding-right: 15px;
  padding-left: 15px;
}

.hs-home-footer-copyright p {
  color: #fff;
  font-size: 12px;
  margin: 0 0 10px;
  letter-spacing: normal;
  line-height: 24px;
  font-weight: normal;
}

.hs-home-footer-bg .hs-footer-right-content {
  margin-left: 0px !important;
  width: 66.66666667% !important;
  padding-right: 15px;
  padding-left: 15px;
}

.hs-home-footer-bg .hs-footer-contact-us {
  text-align: right;
}

.hs-home-footer-bg .hs-footer-contact-us p {
  margin: 0px;
  line-height: normal;
  font-size: inherit;
  font-weight: normal;
  letter-spacing: normal;
}

.hs-home-footer-bg .hs-footer-contact-us p a {
  color: #fff;
  display: block;
  text-align: right;
  padding-right: 5px;
  margin-top: -23px;
  position: relative;
  top: -7px;
  opacity: 0.5;
  font-size: 16px;
}

.hs-home-footer-bg .hs-footer-contact-us p a:hover {
  text-decoration: none;
  color: #bada55;
  opacity: 1;
}


.hs-footer-right-bottom-content {
  margin-bottom: 10px;
  text-align: right;
}

.hs-home-footer-menu , .hs-home-footer-social-icons {
  width: auto !important;
  margin-left: 0px !important;
  display: inline-block !important;
  vertical-align: middle;
  float: none !important;
}

.hs-home-footer-social-icons ul {
  margin: 0px;
  padding: 0px;
}

.hs-home-footer-social-icons ul li.social-item {
  display: inline-block;
  font-size: 16px;
  margin: 2px 0 2px 4px;
  padding: 0 7px 0 7px;
}

.hs-home-footer-social-icons ul li.social-item a {
  color: #fff;
  opacity: .5;
  font-size: 12px;
}

.hs-home-footer-social-icons ul li.social-item a i {
  color: #fff;
  font-size: 16px;
  animation: none;
  box-shadow: none;
  font-weight: normal;
}

.hs-home-footer-social-icons ul li.social-item a:hover {
  opacity: 1;
}

.hs-home-footer-bottom-content {
  font-family: proxima-nova, sans-serif;
  font-size:  14px;
  line-height: 20px;
}
.hs-home-footer-social-icons ul li.social-item:first-child {
  padding-left: 0px;
}
.hs-home-footer-menu .hs-menu-wrapper > ul {
  display: block;
}

.hs-home-footer-menu .hs-menu-wrapper > ul > li {
  margin: 2px 0 2px 2px;
  display: inline;
  font-size: 16px;
  color: #fff;
  float: none !important;
}

.hs-home-footer-menu .hs-menu-wrapper > ul > li:after {
  content: "|";
  padding: 0 20px;
  font-size: 12px;
  font-weight: normal;
}

.hs-home-footer-menu .hs-menu-wrapper > ul > li a {
  color: #fff;
  opacity: .5;
  font-size: 12px;
  text-decoration: none;
}

.hs-home-footer-menu .hs-menu-wrapper > ul > li a:hover {
  color: #bada55;
  opacity: 1;
}

.hs-home-footer-bottom-content {
  font-family: proxima-nova, sans-serif;
  font-size:  14px;
  line-height: 20px;
}

.hs-home-footer-social-icons ul li.social-item:first-child {
  padding-left: 0px;
}



.hs-home-footer-bg {
  transform: translate3d(0px, 140px, 0px);
  transition: all 0.5s ease;
}
body.fp-viewing-start-your-journey .hs-home-footer-bg {
  transform: translate3d(0px, 0px, 0px);
}

.hs-home-page.hp-ad .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child a:hover {
  color: #fff;
  background: #bada55;
  border-color: #bada55 !important;
  text-decoration: none;
  opacity: 1.0;
}


/* ============== End Home Page =============================*/



/* ==============  Search Results Page (System Page) =============================*/


.hs-search-page .body-container-wrapper {
  min-height: 550px;
}

.hs-search-page a.hs-search-results__title {
  font-size: 1.6em;
  font-weight: 500;
  color: #5e6d72;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}


.hs-search-page .hs-search-results__listing li {
  margin: 60px 0 !important;
}

.hs-search-page a.hs-search-results__title:hover {
  color: #bada55;
  text-decoration: none;
}

.hs-search-page .search-bar {
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
}

.hs-search-page .search-bar input[type="text"] {
  height: 75px;
  padding: 15px;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
  border-style: none;
}

.hs-search-page ul.hs-search-field__suggestions {
  display: none;
}


/* ==============  Small Business Services WEBSITE PACKAGES (comparison table)  =============================*/

.sb-basic,
.sb-ecom, 
.sb-custom {
}

.price-box:before {
  border-radius: 0px;
  box-shadow: none;
}

.pricing-feature li p,
.tooltip {
  font-size: 16px; 
}

/*.comparison-table .pricing-col {
padding: 20px 10px;
}

.pricing-wrapper:hover {
top: 0;
padding-bottom: 20px;
padding-top: 20px;
}

.current:hover {
top: 0;
padding-bottom: 20px;
padding-top: 20px;
}


.current .pricing-footer {
height: 80px;
}

.current .pricing-footer a {
bottom: 0px; 
}

.current .pricing-card {
box-shadow: none; 
}
*/

.sb-basic .pricing-header,
.sb-ecom .pricing-header,
.sb-custom .pricing-header {
  /* border-top: 10px solid #bada55 */
}

.pricing-col:hover {
  z-index: 1;
}

.sb-basic .pricing-header {
  background: #175468;
}

.sb-ecom .pricing-header {
  background: #4f8499; 

}
.sb-custom .pricing-header {
  background: #8ba2a9; 
}

.list-feature .pricing-header p {
  margin-top: 5px;
  color: #175468;
  font-weight: bold;
}

.comparison-table p {
  color: #333;
}

.comparison-table .pricing-header h4 {
  color: #fff;
  font-size: 17px;
}

.style-3 .price {
  color: #fff;
}

.style-3 .sb-basic .pricing-feature li:nth-child(2n+1) {
  background: #eceff1;
}

.style-3 .sb-ecom .pricing-feature li:nth-child(2n+1) {
  background: #eff4f7;
}

.style-3 .sb-custom .pricing-feature li:nth-child(2n+1) {
  background: #f5f6f7;
}

.list-feature li p {
  font-weight: 600;
  color: #185468;
}

.tooltip {
  position: relative;
  display: inline-block;
  border: none;
  color: #97bc3b;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 180px;
  background-color: #175468;
  color: #fff!important;
  text-align: center;
  border-radius: 2px; 
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -90px;
  padding: 10px 15px;
  font-size: 12px!important;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip::after {
  color: #175468;
  font-size: 13px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f05a";
  position: relative;
  top: -1px;
}

.tooltip p {
  float: left !important;
  padding-right: 10px !important;
}

.style-3 .pricing-feature li {
  background: #fff;
}

.style-3 .pricing-feature li:nth-child(2n+1) {
  background: #f8f8f8;
}

.list-feature .pricing-header {
  padding: 50px 15px;
}

.pricing-feature li.tooltip-feature {
  padding-bottom: 11px;
}


/* ==============  Success Stories Page =============================*/


.hs-logo-band {
  background: #eef2f5;
}

.hs-logo-band .page-center {
  padding-top: 0px;
  padding-bottom: 0px;
}

.hs-logo-band .hs-logo-container {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-right: -15px;
  margin-left: -15px;
}

.hs-logo-band .hs-logo-container .hs-logo-column {
  width: 16.66666667%;
  float: left;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.hs-logo-band .hs-logo-container:before , .hs-logo-band .hs-logo-container:after {
  content: "";
  clear: both;
  display: table;
}

.hs-logo-container .hs-logo-column img.success-logo {
  max-width: 100%;
  width: 100% !important;
  height: auto;
}

.hs-logo-container .hs-logo-column a:hover {
  opacity: 0.6;
}


.inner-band1.white {
  background: #fff;
}

.inner-band1 .success-story {
  padding: 50px 0 0 0;
  text-align: left;
}

.success-story h2.section-title:after {
  content: none;
}

.success-story h2.section-title {
  margin-bottom: 10px;
}

.success-story p, .success-story h2 {
  text-align: left;
  margin: 0 0 10px;
}
.web-link a {
  color: #175468;
  font-weight: normal;
  text-decoration: none;
}

.author-content ul {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 15px;
  list-style-type: none;
  text-align: left;
  margin-bottom: 10px;
}

.author-content ul li {
  font-size: 18px!important;
  color: #5e6d72;
  margin-top: 5px;
  padding: 15px 0;
  border-bottom: 1px solid #dedede;
}

.author-content ul li:first-child {
  border-top: 1px solid #dedede;
}

.success-story p.web-link {
  margin-bottom: 1.25em;
}

.author-content ul li strong {
  color: #175468;
  font-weight: 700;
}
.author-content blockquote strong {
  font-weight: 700;
}

.success-story img.client-hs {
  max-width: 85px;
  width: 100%;
  height: auto;
  float: left;
  border-radius: 50%;
  margin-bottom: 50px;
  position: relative;
  margin-right: 10px;
  top: 0px;
  border: 2px solid #bada55;
}

.success-story p.site-label {
  color: #175568;
  font-size: 13px;
  font-weight: 300;
  padding-top: 20px;
  float: left;
  display: block;
  margin-bottom: 1.25em;
}

.success-story p.site-label span {
  font-size: 1.5em;
  font-weight: 600;
}

.success-story .author-content blockquote {
  margin: 0px;
  color: #175468;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 1.25em;
  font-size: 18px;
  letter-spacing: -.25px;
  line-height: 1.5em;
}



.inner-band1.grey {
  background: #eef2f5;
  background-position: center center;
  background-size: cover;
}

.success-story h4.cs-section-subheader {
  font-size: 22px;
  font-style: italic;
  color: #bada55;
  text-align: left;
}
.hs-what-we-do-page .hs-row .hs-col-sm-6 img.cs-image {
  margin-top: 100px;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.hs-what-we-do-page .hs-row.right .hs-col-sm-6:first-child {
  float: right;
}

/* ============== End Success Stories Page =============================*/

/* ============== Site Map Page =============================*/


.hs-site-map-link h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.hs-site-map-link h2:after {
  height: 2px;
  width: 100px;
  background-color: #bada55;
  display: block;
  margin-bottom: 25px;
  margin-top: 15px;
  padding: 1px 0px;
  content: "";
  margin: 15px 0 25px;
}

.hs-site-map-link {
  margin-top: 90px;
  padding-top: 0px;
}

.hs-site-map-page .body-container .page-center {
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 80px;
}

.hs-site-map-link ul {
  margin-left: 25px;
  font-size: 18px;
  line-height: 2;
}

.hs-site-map-link ul > li {
  font-weight: bold;
  list-style-type: none;
  display: block;
}

.hs-site-map-link ul > li:before {
  content: "\f111";
  font-family: FontAwesome;
  color: #bada55;
  font-size: 5px!important;
  margin-right: 7px;
  position: relative;
  top: -3px;
}

.hs-site-map-link ul > li > a {
  color: #175468;
  text-decoration: none;
}

.hs-site-map-link ul ul {
  margin: 0px;
}

.hs-site-map-link ul ul li {
  margin-left: 25px;
  font-weight: normal;
}

.hs-site-map-link ul > li > a:hover {
  color: #bada55;
  text-decoration: none;
}


/* ============== End Site Map Page =============================*/


/* =============== Home About/Video Band (Custom Module) =============== */

@media only screen and (max-width: 1270px) {
  .home-video-band {
    padding-top: 0px !important;
  }
}

@media only screen and (max-width: 980px) {
  .home-video-band {
    padding-top: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .home-video-band {
    padding-top: 25px !important;
    padding-bottom: 175px !important;
  }
  .home-video-band a.tb-button-primary {
    margin-bottom: 25px;
  }
  .home-video-band iframe {
    height: 320px;
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .home-video-band iframe {
    height: 200px;
  }
}



/* =============== Buckets (Custom Module) =============== */


.bucket-card-advanced {
  background: #fff;
  border: 1px solid #e3e3e3;
  border: 1px solid #dedede;
  border-radius: 5px;
  text-align: center;
  margin: auto;
  display: block;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
}

.bucket-card-advanced .bucket-content {
  padding: 75px 25px;
}

.bucket-card-advanced h3.bucket-card-title {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 24px;
}

.bucket-card-advanced p.bucket-card-text {
  color: #bbb;
  margin-top: 10px;
}

@media only screen and (max-width: 980px) {
  .bucket-card-advanced .bucket-content {
    padding: 40px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .bucket-card-advanced {
    max-width: 420px;
    padding: 25px;
    margin-bottom: 25px;
  }
  .three-buckets {
    padding-bottom: 0px !important;
  }
}


/* =============== Image Grid (Custom Module) =============== */


.image-grid .grid-item img {
  padding: 20px;
  filter: grayscale(100%);
  opacity: 0.6;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}

.image-grid .grid-item img:hover {
  filter: none;
  opacity: 1.0;
}

.image-grid .grid-item {
  border-right: 1px solid #bbbbbb80;
  border-bottom: 1px solid #bbbbbb80;
}

.image-grid .grid-item:nth-child(5n),
.image-grid .grid-item:nth-child(10n) {
  border-right: 1px solid #fff;
}

.image-grid .grid-item:nth-child(n+6) {
  border-bottom: 0;
}

@media only screen and (max-width: 980px) {
  .image-grid .grid-item img {
    padding: 0px;
  }
}


@media only screen and (max-width: 767px) {
  .image-grid .grid-item {
    border: none;
    width: 50% !important;
  }
  .image-grid .grid-item img {
    padding: 0 25px;
  }
}


@media only screen and (max-width: 480px) {
  .image-grid .grid-item img {
    padding: 0px;
  }
}



/* =============== Four Blog Buckets (Custom Module) =============== */

.four-blog-buckets img.bucket-card-image {
  height: auto;
  width: 100%;
}

.four-blog-buckets h4.bucket-card-title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  color: #5e6d72;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 20px;
}

.four-blog-buckets p.bucket-card-sub-title {
  color: #bbb;
  font-size: 16px;
  line-height: 1;
  margin-top: 10px;
}

.four-blog-buckets p.bucket-card-text {
}

.four-blog-buckets a.tb-text-link {
  display: block;
  font-size: 16px;
}

@media only screen and (max-width: 980px) {
  .four-blog-buckets h4.bucket-card-title {
    font-size: 16px;
    line-height: 22px;
  }
  .four-blog-buckets p.bucket-card-sub-title {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .four-blog-buckets .bucket-card {
    max-width: 420px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .four-blog-buckets h4.bucket-card-title {
    font-size: 22px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 420px) {
  .four-blog-buckets h4.bucket-card-title {
    font-size: 18px;
    line-height: 24px;
  }
}


/* ============== Testimonial Carousel (Custom Module) =============================*/


.testimonial-carousel img {
  max-width: 115px !important;
  border: 2px solid #bada55;
  border-radius: 50%;
}

.testimonial-carousel div.stars img  {
  max-width: 200px !important;
  border: none;
  border-radius: 0;
  margin-top: 20px;
}

.testimonial-carousel .slick-slide-inner-wrapper {
  max-width: 80%;
  margin: 0 auto;
}

.testimonial-carousel .slick-slide-inner-wrapper span {
  text-align: center;
  padding: 50px 25px;
  margin-top: -50px;
  margin-bottom: 25px;
}

.testimonial-carousel h3 {
  margin-top: 10px;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 0px;
}

.testimonial-carousel p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 32px;
}

.testimonial-carousel p.author {
  font-size: 24px;
  font-weight: 600;
  color: #5e6d72;
  line-height: 1;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 5px;
}

.testimonial-carousel p.small {
  color: #bbb;
  font-size: 16px;
  line-height: 1;
}

.testimonial-carousel .slick-prev:before,
.testimonial-carousel .slick-next:before {
  font-size: 36px;
}

@media only screen and (max-width: 980px) {
  .testimonial-carousel p {
    font-size: 18px;
    line-height: 24px;
    max-width: 90%;
  }
  .testimonial-carousel p.author {
    font-size: 18px;
  }
  .testimonial-carousel p.small {
    font-size: 13px;
  }
}


@media only screen and (max-width: 480px) {
  .testimonial-carousel p {
    font-size: 15px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 360px) {
  .testimonial-carousel p {
    font-size: 13px;
    line-height: 18px;
  }
}


/* ============== Special CTA Band (Custom Module) =============================*/

.special-content {
  background-image: linear-gradient(to bottom right, #114454, #5e9fc0) !important;
}

.og-cta-band {
  display: none;
}



/* ============== ABOUT US PAGE (NEW) =============================*/

.instagram-band img {
  vertical-align: middle;
}

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

@media only screen and (max-width: 991px) {
  h3 {
    margin-top: 15px;
  }
  .values-band .col-sm-6.col-md-4.col-lg {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .mission-band,
  .story-vision-band {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .values-band,
  .team-members-band {
    padding-bottom: 35px !important;
  }
  .header-band {
    padding-top: 35px !important;
  }
  .trailblaze-line {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

}


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

.footer-container-wrapper {}
.footer-container {}


.hs-footer-bg {
  background-color: #114454;
  padding: 75px 0 50px 0;
  border-top: 3px solid #bbb;
}

.hs-footer-bottom-content {
  margin-top: 20px;
}

.hs-footer-menu  .hs-menu-wrapper > ul {
  display: block;
  float: right;
  padding-bottom: 10px;
}

.hs-footer-address {
  width: 50% !important;
  padding-right: 15px;
  padding-left: 15px;
}

.hs-footer-address p {
  color: #fff;
  font-size: 12px;
  position: relative;
  top: 5px;
  margin: 0 0 10px;
}

.hs-footer-address p a {
  color: #fff;
  opacity: 0.5;
}

.hs-footer-address p a:hover {
  color: #bada55;
  text-decoration: none;
  opacity: 1.0;
}

.hs-footer-copyright {
  padding: 15px;
  background-color: #0b3441;
}

.hs-footer-copyright p {
  color: #fff;
  font-size: 12px;
  opacity: .5;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.hs-footer-menu {
  margin-left: 0px !important;
  width: 50% !important;
  padding-right: 15px;
  padding-left: 15px;
}

.hs-footer-menu .hs-menu-wrapper > ul > li {
  float: none !important;
  display: inline;
  font-size: 12px;
}

.hs-footer-menu .hs-menu-wrapper > ul > li:not(:last-child):after,
.hs-footer-menu .hs-menu-wrapper > ul > li:not(:nth-last-child(1)):after {
  content: "|";
  padding: 0 20px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
}

.hs-footer-menu .hs-menu-wrapper > ul > li > a[href*="https://www.info.trailblaze.marketing/contact-us"] {
  border-width: 0px;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  text-shadow: none;
  line-height: 1.5em;
  padding: 10px 15px;
  font-family: 'proxima nova', sans-serif;
  font-size: 12px !important;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  opacity: .5;
  border: 1px solid #fff;
  border-radius: 2px;
  background: rgb(17,68,84);
  font-size: 12px !important;
  letter-spacing: -.25px;
  line-height: 1.5em !important;
  margin-left: 25px;
  padding-top: 11px;
}

.hs-footer-menu .hs-menu-wrapper > ul > li > a[href*="https://www.info.trailblaze.marketing/contact-us"]:hover {
  color: #fff;
  border-color: #bada55;
  background-color: #bada55;
  opacity: 1;
}
.hs-footer-menu .hs-menu-wrapper > ul > li > a {
  color: #fff;
  font-size: 12px;
  opacity: .5;
}

.hs-footer-menu .hs-menu-wrapper > ul > li > a:hover {
  color: #bada55;
  border-color: #bada55 !important;
  text-decoration: none;
  opacity: 1.0;
}
.hs-footer-menu .hs-menu-wrapper>ul>li:nth-last-child(2):after {
  content: none;
}





.hs-footer-logo {
  width: 33.33333333% !important;
  padding-right: 15px;
  padding-left: 15px;
}

.hs-footer-social-icons-wrapper {
  margin-left: 0px !important;
  width: 66.66666667% !important;
  padding-right: 15px;
  padding-left: 15px;
}
ul.social-links {
  margin: 0px;
  padding: 0px;
  float: right;
  margin-right: 0px;
}

ul.social-links li {
  display: inline-block;
  font-size: 24px;
  margin-left: 20px;
}

ul.social-links li a {
  color: #fff;
  opacity: .25;
  display: inline-block;
}

ul.social-links li a:hover {
  color: #bada55;
  opacity: 1.0;
}

ul.social-links {}

.hs-footer-logo img {
  max-width: 130px;
  opacity: 0.5;
}

.hs-footer-logo img:hover {
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
  cursor: pointer;
}

.hs-footer-logo p {
  margin: 0px;
}

.hs-footer-top-content-wrapper {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.25);
  padding-top: 1px;
}

.hs-footer-bg .page-center > div > div.row-fluid {
  margin-right: -15px;
  margin-left: -15px;
  width: auto;
}



.body-container .content-wrapper ul,
.body-container .content-wrapper ol {
  padding-left: 18px;
}


.hs-footer-bg.no-navigation {
  padding-bottom: 70px;
}



.hs-header-logo img.Sticky-logo {
  display: none;
}
.smaller .hs-header-logo img.Sticky-logo {
  display: block;
  max-width: 130px;
  height: auto;
}

.smaller .hs-header-logo img.standard-logo {
  display: none;
}




/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
  display: block;
  padding-top: 15px;
  padding-bottom: 7px;
  margin-bottom: 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  padding: 0 20px;
  margin: 0;
  font-size: 15px;
  position: relative;
  display: inline;
  float: none !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  text-decoration: none;
  color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: #bada55;
  background-color: transparent;
}

.full-menu-nav ul li a {
  font-weight: 600;
}

.full-menu-nav .custom-menu-primary .hs-menu-wrapper>ul>li a:hover {
  background-color: transparent;
}

/* Making "Contact Us" in Nav a Button */
@media only screen and (min-width: 993px) {
  .full-menu-nav ul li.hs-menu-depth-1:last-child {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    margin-left: 20px;
    background-color: #97bc3c;
    border: 2px solid #bada55;
    border-radius: 2px;
    font-weight: 600;
    color: #fff !important;
    font-size: 13px !important;
    cursor: pointer;
    text-transform: capitalize;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
  }
  .hs-home-page.hp-ad .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a {
    padding: 10px 30px !important;
  }
  .hs-menu-flow-horizontal ul li:last-child a:hover {
    background-color: #bada55 !important;
    color: #fff !important;
  }
}

/* Child List */

.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:993px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a[href*="/get-started"] {
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    text-shadow: none;
    line-height: 1.5em;
    padding: 3px 22px;
    border-radius: 2px;
    border: 1px solid #bada55;
    font-weight: 600;
    font-family: 'proxima nova', sans-serif;
    background: rgb(151,188,60);
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    letter-spacing: -.25px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a[href*="/get-started"]:hover {
    background: rgb(166,206,66);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.active>a {
    font-weight: 800;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    list-style-type: none!important;
    text-align: left!important;
    position: absolute;
    width: 200px;
    background: #1b5467;
    top: 35px;
    background-color: #175468;
    border-radius: 4px;
    border: 1px solid #3b778d;
    padding-bottom: 10px;
    display: none;
    z-index: 5000;
    opacity: 0.9;
    padding-top: 15px;
    margin-left: 10px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    padding: 10px 20px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 13px;
    position: relative;
    opacity: .9;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    font-weight: 500;
    letter-spacing: .2px;
    text-decoration: none;
    color: #fff;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul:before {
    content: "";
    position: absolute;
    display: block;
    height: 1em;
    width: 1em;
    background-color: #175468;
    bottom: calc(100% - .4em - 1px);
    left: 40px;
    border: 1px solid transparent;
    border-top-color: #3b778d;
    border-right-color: #3b778d;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
    color: #bada55;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    padding-bottom: 30px;
  }
  .smaller .custom-menu-primary .hs-menu-wrapper>ul ul {
    display: none !important;
  }

  .smaller .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    padding-bottom: 14px;
  }

  .hs-home-page .custom-menu-primary .hs-menu-wrapper > ul {
    padding-top: 13px;
  }
  .hs-home-page .custom-menu-primary .hs-menu-wrapper>ul ul {
    transition: opacity 0s !important;
  }
}


/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 992px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 0px;
    width: auto;
    height: auto;
    padding: 0px;
    background: transparent;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    font-size: 41px;
    margin-right: 0px;
    margin-right: calc(6% - 13px);
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #bada55;
    cursor: pointer;
    background-color: transparent; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #fff;
    background-color: transparent; 
    border-color: transparent;
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: none;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #fff; /* Icon color */
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .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);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 44px; /* Makes room for button */
    margin: 0px 0;
  }

  /* 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-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #175468;
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{

  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{

  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {

  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{

  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{

  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 0px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 0px; /* Indent Child lists */
  }
}






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

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
body.subscription-template.one-column .main-content {}

.no-banner .hs-header-bg {
  background-color: #175468;
  top: 0px;
  padding-top: 2px;
  padding-bottom: 3px;
}

.no-banner .hs-header-logo {
  padding: 11px 0;
  padding-bottom: 10px;
}
body.no-banner .header-container-wrapper {
  min-height: 80px;
}

body.no-banner .header-container-wrapper {
  min-height: 1px;
}


body.hs-search-page .content-wrapper {
  margin-top: 0px !important;
}


.body-container .hs-search-field--open .hs-search-field__suggestions {
  list-style: none;
  padding: 10px;
}

.body-container .hs-search-field--open .hs-search-field__suggestions a{
  padding: 1px 5px
}

.body-container .hs-search-results .hs-search-results__listing {
  padding: 10px 0;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li:before {
  display: none;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li {
  margin-bottom: 6px;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li#results-for {
  margin-bottom: 10px;
}




/* ==========================================================================
5. BLOG                                        
========================================================================== */



/* =============== HIDE FEATURED IMAGE (Video Blogs) =============== */

.hs-content-id-8850045734 .featured-image /*Why Partner with an Agency?*/ {
  display: none;
}




/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

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

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

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

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

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {
  text-decoration: none;
  color: #175468;
}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  border-bottom:1px solid #ccc;
  padding-bottom:20px;
  margin-bottom:20px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {
  display:block;
  margin:10px 0;
}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 10px 0 0;
}

/* Blog Commments */
#comments-listing {
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date {
  color: inherit !important;
  display: block !important;
  text-align: left !important;
}
.comment-from { font-weight: bold; }
.comment-body {
  border-bottom: medium none;
  color: inherit;
  display: block;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
}


.custom_listing_comments {
  border:1px solid #ccc;
  padding:15px;
  margin:0 0 20px 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment-reply-to{
  margin-bottom: 15px;
}
#comments-listing.no-comments {
  border: none;
}


/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link{
  display:block;
}
.blog-pagination a.next-posts-link {
  display:block;
}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
.hs-author-profile .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}
/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

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

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

/* Labels and Legends */
label {}

.hs-form-field > label {
  color: #3b778d;
  font-size: 13px;
}

ul.hs-error-msgs.inputs-list li {
  display: block;
  color: red;
}

ul.hs-error-msgs.inputs-list {
  margin: 0px;
  padding: 0px;
  display: block;
}

.legal-consent-container p {
  font-size: 13px;
}

.legal-consent-container p u {
  text-decoration: none !important;
}

.hs_email_list_ ul.inputs-list {
  padding: 0!important;

  list-style: none;

  margin: 0!important;

}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  padding: 4px 0 20px 0;
}

.hs-form-booleancheckbox {
  margin: 0!important;
}

form.hs-form fieldset[class*="form-columns"] .hs-form-booleancheckbox .hs-input {
  position: relative;
  width: 25px !important;
}

form.hs-form .hs-form-booleancheckbox-display input {
  padding: 0px !important; 
  float: left;
}

form.hs-form .hs-form-booleancheckbox span {
  padding: 0px !important; 
  width: 80%;
  float: left;
  line-height: 1.5;
}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  height: 50px;
  font-size: 14px;
  color: #5e6d72;
  font-weight: 300;
  display: block;
  width: 100%;
  max-width: 700px;
  padding: 6px;
  font-family: Arial;
  font-size: 14px;
  outline: none;
  line-height: normal;
  margin-bottom: 20px;
  margin-top: 3px;
}

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

.invalid, .error {
  border: 2px solid #bada55 !important;
}

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

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

/* Multiple Selection Inputs */

form .hs_small_business_ecommerce_website_add_ons .hs-input[type="checkbox"],
form .hs_small_business_website_add_ons .hs-input[type="checkbox"] {
  /* zoom: 1.5; */
  transform: scale(1.5);
  max-width: 10% !important;
}


form .hs_small_business_ecommerce_website_add_ons li.hs-form-checkbox,
form .hs_small_business_website_add_ons li.hs-form-checkbox {
  width: 50%;
  float: left;
}



form .hs_small_business_ecommerce_website_add_ons label.hs-form-checkbox-display,
form .hs_small_business_website_add_ons label.hs-form-checkbox-display {
  width: 85%;
  display: block;
  height: 25px;
}


@media only screen and (min-width : 769px) and (max-width : 950px) {
  form .hs_small_business_ecommerce_website_add_ons li.hs-form-checkbox span,
  form .hs_small_business_website_add_ons li.hs-form-checkbox span {
    font-size: 12px;
    display: inline-block;
    padding-left: 2px;
  }
}


@media only screen and (max-width : 500px) {
  form .hs_small_business_ecommerce_website_add_ons li.hs-form-checkbox,
  form .hs_small_business_website_add_ons li.hs-form-checkbox {
    width: 100%;
    float: left;
  }
}



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

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

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

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


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


.calculator-form p {
  color: #5e6d72;
  font-size: 18px;
  letter-spacing: -.25px;
  line-height: 1.5em;
  margin-bottom: 1.25em;
  font-weight: 300;
}


.calculator-form .submitted-message p {
  text-align: center;
  font-size: 3em;
  font-weight: bold;
  color: #195569;
  padding: 0px!important;
  margin: 90px auto auto auto!important;
}

h3 #resultContainer {
  text-align: center;
  color: #195569;
  font-size: 14px;
}
h3 #resultContainer span {
  display: block;
  text-align: center;
  font-size: 4.0em;
  padding-bottom: 10px;
  color: #97bc54;
  margin-top: 50px;
  display: block;
  font-weight: 600;
}

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

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

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

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


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

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

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

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

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


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

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

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

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

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

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


/* =============== Pop Up (Modal) Form =============== */


.trailblaze-modal {
  overflow: visible !important;
}

@media (max-width: 767px) {
  .modal { width: 100% !important;}
  .blocker {padding: 10px !important;}
  .trailblaze-modal h2 { font-size: 1.75em; }
  .trailblaze-modal p { font-size: 13px;}
  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"],
  input[type="file"], 
  textarea, 
  select {
    height: 35px;
    font-size: 11px;
    color: #5e6d72;
    font-weight: 300;
    display: block;
    width: 100%;
    max-width: 700px;
    padding: 5px;
    outline: none;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .hs-form-field > label {
    font-size: 11px;
  }
}

/* =============== Encapsulated Form =============== */

.encapsulated-form {
  padding: 50px 25px 50px 35px;
  background-color: #fff;
  border: 2px solid #eee;
  min-height: 650px;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
}


.encapsulated-form textarea, 
.encapsulated-form input[type="text"], 
.encapsulated-form input[type="password"], 
.encapsulated-form input[type="datetime"], 
.encapsulated-form input[type="datetime-local"], 
.encapsulated-form input[type="date"], 
.encapsulated-form input[type="month"], 
.encapsulated-form input[type="time"], 
.encapsulated-form input[type="week"], 
.encapsulated-form input[type="number"], 
.encapsulated-form input[type="email"], 
.encapsulated-form input[type="url"], 
.encapsulated-form input[type="search"], 
.encapsulated-form input[type="tel"], 
.encapsulated-form input[type="color"], 
.encapsulated-form select {

  background: #f6f8fa;

}

/* =============== Forms with Multiple Checkboxes (Small Business Form) =============== */


form .hs_what_are_you_interested_in li.hs-form-checkbox {
  width: 50%;
  float: left
}

form .hs_what_are_you_interested_in li.hs-form-checkbox input {
}

form .hs_what_are_you_interested_in .hs-input[type="checkbox"] {
  /*zoom: 1.5;*/
  transform: scale(1.5);
  max-width: 10% !important;
}

form .hs_email_list_ .hs-input[type="checkbox"] {
  transform: scale(1.5);
}

form .hs_what_are_you_interested_in label.hs-form-checkbox-display {
  width: 85%;
  display: block;
  height: 25px;
}

.hs_email_list_.hs-email_list_.hs-fieldtype-booleancheckbox.field.hs-form-field {
  margin-top: 25px;
}

/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


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

.tb-button-primary,
.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  padding: 10px 30px;
  background-color: #97bc3c;
  border: 2px solid #bada55;
  border-radius: 2px;
  font-weight: 600;
  color: #fff !important;
  font-size: 13px !important;
  cursor: pointer;
  text-transform: capitalize;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
  line-height: 18px;
}

.tb-button-primary:hover,
.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #bada55;
}

.tb-button-primary:focus,
.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
}


.tb-button-transparent {
  background-color: white;
  border: 2px solid #fff;
  opacity: 1.0;
  color: #8dc27b!important;
}
.tb-button-transparent:hover {
  background-color: transparent;
  border: 2px solid #fff;
  opacity: 0.5!important;
  color: #fff!important;
}

.tb-button-white {
  background-color: transparent;
  border: 2px solid #fff;
  opacity: 1.0
}

.tb-button-white:hover {
  background-color: transparent;
  border: 2px solid #fff;
  opacity: 0.5;
}



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

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


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}



/* =============== Google Search Button =============== */

.faqs-block h3 {
  font-size: 14px;
  font-weight: bold;
}


.faqs-block ul {
  margin: 0;
  padding: 0;
}

.faqs-block ul li{
  margin-bottom: 15px;
  display: inline;
  margin: 0 auto;

}

.faqs-block ul li a {
  text-decoration: none;
  font-weight: 400;
  padding: 10px 14px 8px 14px;
  display: inline-block;
  background-color: #eef2f5; 
  border: .5px solid #dedede;
  border-radius: 4px;
  margin: 5px 2px;
  text-align: center;
  color: #595e6b;
  font-size: 14px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: .5;
} 


.faqs-block  ul li a:hover {
  opacity: 1;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
}

#hs_cos_wrapper_widget_1553891801672 .hs-search-field__bar {
  margin-left: 20px;
  width: 85%;
}


.hs-content-id-8503213142 .sidebar.right {
  padding: 10px 10px 35px 10px;
  margin-top: 0;
}

body #hs_cos_wrapper_widget_1553891463380 {
  background: #eef2f5; 
  margin: 0 auto!important;
  padding:25px 20px 0 20px!important;
}


body #hs_cos_wrapper_widget_1553891801672 {
  background: #eef2f5; 
  margin: -23px  0 0 0!important;
  padding: 15px 0 3px 0!important;

}



body #hs_cos_wrapper_widget_1553888354709{
  background: #175468;
  color: #fff;
  margin-top: 35px!important;
  padding-top: 5px;

}

body #hs_cos_wrapper_widget_1553888354709 h2,
body #hs_cos_wrapper_widget_1553888354709 h3,
body #hs_cos_wrapper_widget_1553888354709 p{
  color: #fff!important; 
}

.hs-content-id-8503213142 .sidebar.right .standard-block {
  background-color: transparent!important;
  padding: 20px;
  border-radius: 0px!important;
  border: none!important;
  margin-bottom: 15px;
}

/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */


div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
  background: #3b778d !important;
  text-align: left;
  text-shadow: none !important;
  font-size: 12px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 18px;
  border-top: 1px solid #cbd6e2;
  border-bottom: 0;
  bottom: 0;
  top: auto;
  box-shadow: 0 -1px 3px #eaf0f6;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  background: transparent !important;
  padding: 20px !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  font-size: 13px !important;
  color: #fff !important;
  float: left;
  width: 80%;
  line-height: 26px !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a {
  text-decoration: none !important;
  color: #97bc3c !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a:hover {
  color: #bada55 !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  width: 120px !important;
  text-align: center !important;
  color: #fff !important;
}


/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */

/* =============== Large Screens =============== */
@media (min-width: 2000px) {
  h2.intro-band-title span, h2.intro-band-title {
    font-size: 50px !important;
  }
  h2.intro-band-title span.pvd-text {
    font-size: 30px !important;
    margin-bottom: -50px !important;
  }
  .page-intro-image {
    padding-top: 165px !important;
    padding-bottom: 190px !important;
    background-position: top -50px center !important;
  }
  .page-intro-image-ratings {
    padding-top: 200px !important;
    padding-bottom: 225px !important;
    background-position: top -50px center !important;
  }
}


/* =============== Screen sizes smaller than .page-center =============== */


@media (min-width: 1701px) {
  video#bgvid {
    object-fit: cover;
    height: 100vh;
    max-width: none;
  }
}

@media (max-width: 1700px) {
  video#bgvid {
    object-fit: cover;
    height: 100vh;
    max-width: none;
  }
}


@media (max-width: 1400px) {
  .section.content-block .section-title {
    font-size: 42px;
    font-weight: 600 !important;
    margin-top: 20%;
  }
}

@media (max-width: 1270px) {
  .header-container .page-center,
  .body-container .page-center,
  .footer-container .page-center {
    max-width: 90% !important;
  }
}


@media (min-width: 993px) {
  .hs-mobile-header {
    display: none !important;
  }
}


@media (max-width: 992px) {
  .hs-mobile-header {
    position: fixed;
    top: 0px;
    overflow: visible!important;
    z-index: 502!important;
    width: 100% !important;
    background-color: #175468;
    height: 100%;
    display: none !important;
  }

  .hs-mobile-header .hs-header-logo {
    padding: 30px 0 30px 30px;
    width: 100% !important;
  }

  .hs-mobile-header .hs-header-logo img {
    height: 40px;
    width: auto !important;
    opacity: 1;
  }

  .hs-mobile-header .custom-menu-primary.mobile-view {
    width: 100% !important;
    padding: 0px;
  }

  .custom-menu-primary.mobile-view .hs-menu-wrapper > ul > li {
    width: 100%;
    position: relative;
    display: block;
    padding-top: 10px;
    text-align: center;
    background-color: #175468;
    line-height: 1.42857143;
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
  }

  .custom-menu-primary.mobile-view .hs-menu-wrapper > ul > li > a {
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    vertical-align: middle;
    font-size: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a[href*="/get-started"] {
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    text-shadow: none;
    line-height: 1.5em;
    padding: 3px 22px;
    border-radius: 2px;
    border: 1px solid #bada55;
    font-weight: 600;
    font-family: 'proxima nova',sans-serif;
    background: #97bc3c;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    letter-spacing: -.25px;
    line-height: 1.5em;
    padding: 12px 35px;
    border-radius: 2px;
    border: 2px solid #bada55;
    font-weight: 600;
    font-size: 16px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    font-size: 16px;
    margin-top: 40px;
  }

  .hs-footer-menu .hs-menu-wrapper  ul  li:last-child a:hover {
    border: 1px solid #bada55!important; 
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a[href*="/get-started"]:hover {
    background: #bada55;
    opacity: 1;
    color: #fff !important;
  }
  .custom-menu-primary.mobile-view .hs-menu-wrapper>ul>li>a:hover {
    color: #bada55;
    opacity: 1;
  }
  .custom-menu-primary.mobile-view .hs-menu-wrapper>ul>li>a:hover {
    color: #bada55;
    opacity: 1;
  }

  a.onstate-link {
    position: fixed;
    z-index: 1000;
    top: 36px;
    right: 30px;
    color: #fff;
    text-decoration: none;
  }

  a.onstate-link:before {
    content: '\f00d';
    font-size: 30px;
    font-family: FontAwesome;
  }

  a.onstate-link:hover {
    color: #bada55;
    cursor: pointer;
  }
  body.mobile-open {
    overflow: hidden;
  }
  .custom-menu-primary.desktop-view .hs-menu-wrapper {
    display: none;
  }

  .header-container .page-center,
  .body-container .page-center,
  .footer-container .page-center {
    max-width: 90% !important;
  }
  .custom-menu-primary.desktop-view {
    position: relative;
    padding-top: 50px;
    margin: 0px 0;
    width: 100% !important;
  }

  .hs-header-bg .hs-header-logo {
    position: absolute;
    z-index: 99;
    margin: 5px 0px;
  }
  .mobile-trigger:before {
    content: '\f0c9';
    font-family: FontAwesome;
  }
  .smaller .custom-menu-primary.desktop-view {
    padding-top: 59px;
  }
  .smaller .mobile-trigger {
    top: 10px;
  }
  .mobile-open .hs-mobile-header {
    display: block !important;
  }

  div#page-heading {
    height: 225px;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    overflow-y: auto;
    max-height: 60vh;
  }
  .hs-footer-top-content-wrapper {
    padding-top: 1px;
  }
  .hs-footer-address p {
    margin: 0 0 15px;
    line-height: 22px;
  }
  .hs-footer-address {
    width: 100% !important;
    text-align: center;
  }
  .hs-footer-menu {
    width: 100% !important;
  }
  .hs-footer-menu .hs-menu-wrapper>ul {
    display: block;
    float: none;
    padding-bottom: 10px;
    text-align: center;
  }

  .hs-footer-menu .hs-menu-wrapper>ul>li:last-child>a {
    padding: 8px 15px;
  }
  .hs-footer-menu .hs-menu-wrapper>ul>li>a {
    opacity: 1;
  }
  .hs-header-spacer {
    padding: 29px 0px 30px 0px;
  }

  .no-banner .hs-header-bg {
    padding-top: 2px;
    padding-bottom: 18px;
  }
  .no-banner .smaller .hs-header-bg {
    padding-bottom: 2px;
  }

  #page-heading .hs-row h1 {
    font-size: 4em;
    line-height: 1.1;
    top: 0px;
  }
  .hs-privacy-page .body-container p {
    line-height: 22px;
  }

  #page-heading .hs-row h1 {
    top: 15px;
  }

  .hs-what-we-do-page .page-center {
    padding-left: 0px;
    padding-right: 0px;
  }
  .hs-what-we-do-content .card-text {
    padding: 40px 20px 40px 20px;
  }

  .hs-main-content img.bucket-card-image {
    height: 100px;
  }
  .body-container-wrapper {
    overflow: hidden;
  }
  .hs-what-we-do-page div#featured-block .page-center {
    padding: 0px 15px;
  }
  .our-process .hs-row .hs-col-sm-4 p,
  .trailblaze-cta .cta-text h2 + p{
    line-height: 22px;
  }
  .trailblaze-cta img {
    margin-top: 0px;
  }
  .trailblaze-cta .hs-cta-wrapper p {
    line-height: 22px;
  }
  .trailblaze-cta .cta-text .small-text {
    line-height: 22px;
  }

  .hs-cta-wrapper p {
    line-height: 22px;
  }

  .hs-what-we-do-page.teal-band .hs-row .hs-col-md-4 {
    width: 50%;
  }

  .what-drives-us .hs-row [class*="hs-col-sm-5"] p {
    line-height: 22px;
  }
  .hs-site-map-page #page-heading .hs-row h1 {
    top: 0px;
  }

  .hs-home-footer-bg .hs-footer-right-content {
    width: 100% !important;
  }
  .hs-home-footer-copyright {
    width: 100% !important;
    text-align: center;
  }
  .hs-footer-right-bottom-content {
    margin-bottom: 0px;
    text-align: center;
  }
  .hs-home-footer-menu .hs-menu-wrapper > ul > li a,
  .hs-home-footer-social-icons ul li.social-item a{
    opacity: 1;
  }
  .hs-home-page.no-banner .hs-mobile-header .hs-header-logo {
    padding: 30px 0 30px 30px;
  }
  .hs-home-page .custom-menu-primary .hs-menu-wrapper>ul>li>a[href*="/get-started"] {
    letter-spacing: normal;
  }
  .hs-what-we-do-page .hs-full-wrapper .hs-full-column.col2 {
    margin-top: 35px;
  }
  .hs-full-wrapper .hs-full-column p {
    line-height: 22px;
  }

  .hs-home-page.no-banner .hs-header-logo {
    margin-top: 0px;
  }
  .hs-footer-bg.no-navigation {
    padding-bottom: 50px;
  }
  .hs-privacy-page .custom-menu-primary.mobile-view .hs-menu-wrapper > ul > li:not(:last-child) {
    padding-top: 10px !important;
    text-align: center;
    background-color: #175468!important;
    vertical-align: middle;
    color: #5e6d72;
    letter-spacing: -.25px;
    padding-bottom: 5px;
    font-weight: 300;
    padding-left: 40px;
    font-size: 18px !important;
  }
  .hs-privacy-page .custom-menu-primary.mobile-view .hs-menu-wrapper > ul > li:not(:last-child) > a {
    color: #fff;
    text-transform: capitalize;
    line-height: 17%;
    vertical-align: middle;
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
  }

  .hs-privacy-page .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    font-size: 18px;
    margin-top: 40px;
    padding-left: 40px;
  }
  .hs-privacy-page .custom-menu-primary .hs-menu-wrapper>ul>li>a[href*="/get-started"] {
    font-family: sans-serif;
    font-size: 18px;
  }
  .hs-privacy-page #page-heading .hs-row {
    bottom: 35px;
  }
}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 992px) {
  .hs-footer-bg.no-navigation .hs-footer-logo {
    width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .header-container .page-center,
  .body-container .page-center,
  .footer-container .page-center {
    max-width: 85% !important;
    padding-left: 0px;
    padding-right: 0px;
  }
  ul.social-links {
    margin: 0px;
    padding: 0px;
    float: none;
    margin-right: 0px;
    margin-top: 20px;
    margin-left: -25px;
    padding-right: 0px;
  }
  .hs-footer-social-icons-wrapper {
    margin-left: 0px !important;
    width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
  .hs-footer-logo {
    width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
  .hs-footer-menu .hs-menu-wrapper>ul>li {
    width: auto;
  }
  .hs-footer-menu .hs-menu-wrapper>ul>li>a {
    display: inline-block;
    width: auto;
  }

  .hs-footer-bg .page-center>div>div.row-fluid {
    margin-right: 0px;
    margin-left: 0px;
  }
  .hs-footer-top-content-wrapper {
    padding-top: 0px;
  }

  .hs-privacy-page #page-heading .hs-row {
    left: 0px;
    bottom: 10px;
  }
  #page-heading .hs-row h1 {
    line-height: 1.1;
    top: 0px;
  }
  #page-heading {
    background-position: center center !important;
  }
  .hs-privacy-page .body-container .page-center {
    padding-left: 3px;
    padding-right: 3px;
  }
  .hs-privacy-content {
    margin-top: 90px;
  }
  .hs-privacy-page ul.social-links {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 16px;
  }
  .hs-privacy-page ul.social-links li {
    display: inline;
    margin-left: 17px;
    line-height: normal;
  }
  #page-heading .hs-row {
    bottom: 10px;
    left: 0px;
  }
  .three-buckets .bucket-card {
    margin-bottom: 25px;
  }
  .hs-col-xs-4 h3.bucket-card-title {
    font-size: 16px;
  }
  h2 {
    font-size: 2.0em;
  }
  p {
    font-size: 15.25px;
    letter-spacing: -.15px;
    line-height: 22px;
    margin-bottom: 1.15em;
  }
  p.small {
    font-size: 12px;
    line-height: 16px;
  }
  .section-header p.intro-copy, p.intro-copy {
    font-size: 18px;
    line-height: 26px;
  }
  .hs-what-we-do-page .hs-row .hs-col-sm-12,
  .hs-what-we-do-page .hs-row .hs-col-sm-11,
  .hs-what-we-do-page .hs-row .hs-col-sm-10,
  .hs-what-we-do-page .hs-row .hs-col-sm-9,
  .hs-what-we-do-page .hs-row .hs-col-sm-8,
  .hs-what-we-do-page .hs-row .hs-col-sm-7,
  .hs-what-we-do-page .hs-row .hs-col-sm-6,
  .hs-what-we-do-page .hs-row .hs-col-sm-5,
  .hs-what-we-do-page .hs-row .hs-col-sm-4,
  .hs-what-we-do-page .hs-row .hs-col-sm-3,
  .hs-what-we-do-page .hs-row .hs-col-sm-2,
  .hs-what-we-do-page .hs-row .hs-col-sm-1 {
    width: 100%;
  }
  .hs-what-we-do-page .hs-row .hs-col-5-buckets {
    width: 33.33333%;
  }
  .hs-col-sm-offset-2 {
    margin-left: 0;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .hs-what-we-do-content .card {
    max-width: 350px;
    margin-bottom: 25px;
  }
  .hs-main-content img.bucket-card-image {
    height: 75px;
  }
  .hs-what-we-do-page .hs-col-sm-push-6 {
    left: auto;
  }
  .hs-what-we-do-page .hs-col-sm-pull-6 {
    right: auto;
  }
  .trailblaze-cta {
    text-align: center;
  }
  .hs-what-we-do-page .hs-col-sm-offset-1 {
    margin-left: 0px;
  }
  .trailblaze-cta h2, 
  .trailblaze-cta p,
  .trailblaze-cta .hs-cta-wrapper {
    position: relative;
    left: auto;
    text-align: center;
  }
  .trailblaze-cta .hs-col-sm-push-6 img {
    width: 75%;
    margin-bottom: 25px;
    left: 0px;
  }
  span#hs_cos_wrapper_widget_1548058799604_ {
    display: block;
    text-align: center;
  }
  .hs-what-we-do-page div#featured-block .page-center {
    max-width: 100% !important;
  }
  .special-band h3 {
    text-align: center;
  }
  .special-band .cta-button {
    margin-top: 25px;
    text-align: center;
  }
  .special-content-bar {
    background-size: 225% auto;
    padding: 50px 0;
  }
  .special-band .hs-row .hs-col-sm-8 {
    margin-top: 0px !important;
  }
  .our-process .hs-row .hs-col-sm-4 {
    background-size: auto 70%;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto 70%;
    max-width: 350px;
    margin: 0 auto !important;
    text-align: center !important;
    float: none;
  }
  .trailblaze-cta .cta-text {
    text-align: center;
  }
  .hs-what-we-do-page.teal-band .hs-row .hs-col-md-4 {
    width: 100%;
  }
  .teal-band .team-member .team-info,
  .trailblaze-band .team-member .team-info {
    display: block;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    background: none;
  }
  .teal-band .team-member,
  .trailblaze-band .team-member {
    margin-bottom: 25px;
  }
  .what-drives-us img.icon-full-image {
    padding-top: 0%;
    max-width: 75%;
    margin: auto;
    height: auto;
    width: 100%;
  }
  .what-drives-us .text-right .hs-col-sm-5:first-child {
    left: 0;
  }
  .hs-what-we-do-page .hs-col-sm-5 {
    width: 100%;
  }
  .what-drives-us .text-right .hs-col-sm-5:last-child {
    right: 0;
    text-align: center;
  }
  .what-drives-us .text-left .hs-col-sm-5:last-child {
    text-align: center;
  }
  .what-drives-us .text-left .hs-col-sm-5:first-child {
    margin-left: 0px;
  }
  .hs-logo-band .hs-logo-container {
    margin-right: 0px;
    margin-left: 0px;
  }
  .hs-logo-band .hs-logo-container .hs-logo-column {
    width: 33.33333333%;
  }
  .hs-what-we-do-page .hs-row .hs-col-sm-6 img.cs-image {
    margin-top: 0px;
  }
  .intro-band-with-image-text {
    text-align: center;
  }
  .intro-band-with-image-image img {
    /*max-width: 75%;
    margin: 0 auto;
    display: block;
    margin-top: 20px;*/
    display: none;
  }
  .page-intro-image {
    padding: 25px 0 !important;
    background-image: none !important;
  }
  .page-intro-image-ratings {
    padding-top: 25px !important;
    padding-bottom: 375px !important;
    margin-bottom: 25px;
    background-position: center center;
  }
  .hs-site-map-link ul {
    margin-left: 0px;
  }
  .hs-site-map-page .body-container .page-center {
    padding-left: 3px;
    padding-right: 3px;
  }
  .hs-footer-contact-us {
    display: none !important;
  }
  .section.content-block .section-title {
    margin-top: 20%;
    font-size: 2.5em;
  }
  .section.content-block .hs-row .hs-col-sm-7 {
    width: 100%;
  }

  .hs-home-footer-menu .hs-menu-wrapper > ul > li {
    width: auto;
  }
  .hs-home-footer-menu .hs-menu-wrapper > ul > li a {
    width: auto;
    display: inline-block;
  }
  .hs-what-we-do-page .hs-row .hs-col-sm-6.right-column {
    display: none;
  }
  .hs-what-we-do-page .hs-row.hs-full-wrapper {
    max-width: 350px;
    margin: 0 auto;
    background: none!important;
  }
  .hs-what-we-do-page .hs-full-wrapper .hs-full-column.col1 {
    left: 0px;
  }
  .hs-what-we-do-page .hs-full-wrapper .hs-full-column {
    width: 100%;

  }
  .hs-what-we-do-page .hs-full-wrapper .hs-full-column.col2 {
    right: 0;
    margin-left: 0px;
    text-align: center;
    margin-top: -20px;
  }

  .hs-row.hs-full-wrapper {
    margin: 0 auto !important;
  }
  .our-process.gray-band .hs-row {
    margin: 0px;
  }
  .hs-what-we-do-page .hs-row.hs-full-wrapper {
    max-width: 80%;
  }

  .hs-home-page .body-container .page-center {
    padding: 0px 0px;
  }

  body.hs-home-page .body-container-wrapper {
    margin-top: -1px;
  }

  .blog .blog-sidebar {
    margin-top: 40px;
  }
  .hs-privacy-page .hs-mobile-header .hs-header-logo {
    padding-left: 50px;
  }
  h2.intro-band-title {
    margin-top: 25px;
  }
  .three-buckets {
    padding: 25px 0 !important;
  }
  .bucket-card-advanced {
    margin-bottom: 25px;
  }
  .og-cta-band {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  span.pvd-text {
    margin-bottom: -30px !important;
  }
}  


@media (min-width: 576px) {
  .hs-home-footer-social-icons.mobile-view {
    display: none !important;
  }
}

/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 575px) {
  .header-container .page-center,
  .body-container .page-center,
  .footer-container .page-center {
    max-width: 90% !important;
  }
  div#page-heading {
    height: 200px;
  }
  #page-heading .hs-row h1 {
    font-size: 2.5em;
  }
  .hs-footer-menu .hs-menu-wrapper>ul>li:last-child>a {
    display: block;
    max-width: 93px;
    margin: 25px auto auto auto;
  }
  .hs-footer-menu .hs-menu-wrapper>ul>li:not(:last-child):after {
    padding: 0 7px;
  }
  .hs-privacy-content {
    margin-top: 80px;
  }
  .our-process .hs-row .hs-col-sm-4 {
    width: 80%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .special-content-bar {
    background-size: 225% auto;
    font-size: 16px;
    padding: 50px 0;
  }
  .hs-col-xs-4 h3.bucket-card-title {
    font-size: 13px;
  }

  .hs-what-we-do-content .card {
    width: 80%;
  }
  .intro-band h2, .intro-band p {
    text-align: center;
  }
  .what-drives-us img.icon-full-image {
    max-width: 50%;
    margin: auto;
    width: 100%;
    display: block;
  }
  .hs-site-map-link {
    margin-top: 80px;
  }

  .hs-home-footer-social-icons.desktop-view {
    display: none !important;
  }
  .hs-home-footer-menu .hs-menu-wrapper > ul > li {
    margin: 2px 0 2px 4px;
  }
  .hs-home-footer-menu .hs-menu-wrapper > ul > li:after {
    padding: 0 2px 0 9px;
  }
  .hs-home-footer-menu .hs-menu-wrapper > ul > li:last-child:after {
    content: none;
  } 
  .hs-home-footer-social-icons.mobile-view {
    width: 100% !important;
    text-align: center;
  }
  .hs-home-footer-copyright p {
    margin: 0px;
  }
  .hs-home-footer-copyright {
    padding: 0px;
  }
  .section.content-block .section-title {
    margin-top: 10px;
    font-size: 30px;
  }
  .section.content-block h3.section-subheader {
    margin-bottom: 20px;
    font-size: 18px;
    margin-top: -5px;
  }
  .content-block .button {
    padding: 9px 18px;
  }
  .section.content-block {
    background-position: left center;
  }
  .section.content-block .hs-row.bottom-row .hs-col-sm-3 {
    float: right;
    text-align: right;
  }
  .section.content-block .cd-headline {
    font-size: 20px;
    line-height: 10px;
  }

  .home-banner.home-sec-banner .page-center {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #fp-nav {
    display: none !important;
  }
  .no-navigation .hs-footer-menu .hs-menu-wrapper>ul>li:last-child>a {
    max-width: 100%;

    max-width: 120px;
    margin: auto;

  }
  body.error-template.one-column .content-wrapper h1{
    font-size: 3.5em;
  }
  .section.content-block .cd-headline span.cd-words-wrapper {
    line-height: 16px;
  }
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    width: 100%;
    text-align: center !important;
  }
  .hs-what-we-do-page .hs-row .hs-col-5-buckets {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    float: none;
    margin: 10px 0px;
  }

}



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


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


/* Lite Header Right */


.lite-right {
  position: absolute;
  right: 0px;
}
.lite-right p {
  color: #fff!important;
  font-weight: 700;
  text-align: right;
}

/* Sticky Nav */
.small-header-fixed {
  position: fixed;
  top: 0px;
  display: none!important;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  background: rgba(23, 84, 104, 0.9)!important;
  background-image: none;
  opacity: 1;
  padding: 7px 0;
}

.small-header-fixed .custom-menu-primary .hs-menu-wrapper > ul {
  padding-top: 0px;
  padding-bottom: 0px;
}



.small-header-fixed.activated {

  display: block!important;
  -webkit-animation: slideInDown 1s forwards;
  -moz-animation: slideInDown 1s forwards;
  animation: slideInDown 1s forwards;    -webkit-animation: slideInDown 1s forwards;
  -moz-animation: slideInDown 1s forwards;
}
.small-header-fixed .hs-header-logo img { 
  position: relative;
  top: 3px;
}

.small-header-fixed .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  background: rgba(59, 119, 141, 1)!important;
}



/* Footer Links Reset */

.hs-footer-bottom-content .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  padding: 0;
  overflow: visible;
}

.hs-footer-menu li:last-child a {
  padding: 3px 15px!important;
  border: 1px solid #fff!important;
  border-radius: 3px;
  margin-left: 15px;
}

.hp-ad .footer-container-wrapper {
  position: relative;

  width: 100%;
  z-index: 500;
}

.hp-ad .hs-row.bottom-row a.scroll {
  z-index: 0; 
}

.hp-ad .hs-home-footer-menu .hs-menu-wrapper > ul > li:after {

  top: -4px;
  position: relative;
}




/* Page Reduction */

.overflow-landscape {
  background-color:#31738f!important;

  overflow: hidden!important;
  height: 100%;
}

.hide-content {
  display: none;
}

.header-container-wrapper.hide-background #page-heading {
  background: none!important;
}

.full-menu-nav div#hs_cos_wrapper_module_155050702266486,
.full-menu-nav div#hs_cos_wrapper_module_151811933987828 {
  position: relative;
}


/*------ 2019 New Menu ------*/


.hs-home-page .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  padding: 0px!important; 
}

.hs-home-page.hp-ad .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  padding: 10px 20px!important;
}

.hs-home-page.hp-ad .hs-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  padding: 0px!important;
}

.hs-home-page.hp-ad .hs-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a {
  padding: 3px 15px!important;
}

.hs-home-page.hp-ad .custom-menu-primary .hs-menu-wrapper>ul ul li {
  padding:0px!important; 
}

@media screen and (min-width: 993px) {
  .hs-home-page .custom-menu-primary .hs-menu-wrapper>ul>li>a[href*="/get-started"] {
    padding: 3px 22px!important;
  }
}

.full-menu-nav .custom-menu-primary .hs-menu-wrapper>ul>li a:hover {
  background-color: #114454;
}

.full-menu-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a.l-active {
  opacity: 0.5!important;
  color: #fff;
}
.full-menu-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.l-active > a,
.full-menu-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > a:hover {
  background: rgba(59, 119, 141, 0.9)!important;
  opacity: 0.5!important;
  color: #fff;
}

.full-menu-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.l-active ul a {
  background: none!important;
}


.full-menu-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a::after {
  font-family: FontAwesome!important;
  content:"\f107"; 
  padding-left: 4px;
}

.full-menu-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul a::after {
  display: none; 
}


.full-menu-nav .custom-menu-primary .hs-menu-wrapper>ul ul:before {
  display: none;
}

.full-menu-nav .custom-menu-primary .hs-menu-wrapper>ul ul {
}

.full-menu-nav .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper a:hover{
  color: #bada55 !important; 
}
.full-menu-nav .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background: rgba(59, 119, 141, 0.9) !important;
  text-align: left !important;
  padding: 0 !important;
  margin: 0 0 0 0px !important;
  list-style-type: none !important;
  text-align: left !important;
  position: absolute !important;
  width: auto !important;
  top: 27px;
  border-radius: 0px;
  border: none !important;
  padding-bottom: 0px !important;
  display: none;
  z-index: 5000;
  padding-top: 0px !important;
  margin-left: 0px !important;

}

.full-menu-nav .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover {
  background-color: #114454 !important;
}

.full-menu-nav .hs-menu-children-wrapper {

}

.full-menu-nav .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a {
  padding-bottom: 10px;
}

.full-menu-nav .custom-menu-primary .hs-menu-wrapper>ul ul a { 
  padding: 0 !important; 
}

.full-menu-nav .custom-menu-primary .hs-menu-wrapper > ul > li {
  padding: 0 !important; 
}


.nav-icon {
  display: none!important;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  z-index: 5001;
  right: 0px;
  width: 35px;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}
.nav-icon:after, 
.nav-icon:before, 
.nav-icon span  {
  display: block;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  content: '';
  margin: 7px 0;
  height: 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background-color: #fff;
}

.nav-icon.nav-expanded:before {
  transform: translateY(12px) rotate(135deg);
  -webkit-transform: translateY(12px) rotate(135deg);
  -moz-transform: translateY(12px) rotate(135deg);
}

.nav-icon.nav-expanded:after {
  transform: translateY(-12px) rotate(-135deg);
  -moz-transform: translateY(-12px) rotate(-135deg);
  -webkit-transform: translateY(-12px) rotate(-135deg);
}

.nav-icon.nav-expanded span {
  visibility: hidden;
}

.nav-icon.nav-expanded span {
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
}


@media only screen and (max-width : 992px) { 
  .nav-icon {
    display: block!important;
    top: -45px;
  }
  .hs-home-page .nav-icon {
    top: -50px;
  }
  .small-header-fixed .hs-header-logo img {
    top: 3px!important; 
  }
  .full-menu-nav .custom-menu-primary, 
  .full-menu-nav .custom-menu-primary .hs-menu-wrapper > ul, 
  .full-menu-nav .custom-menu-primary .hs-menu-wrapper > ul li, 
  .full-menu-nav .custom-menu-primary .hs-menu-wrapper > ul li a {
    text-align: center;  
  }
  .full-menu-nav .custom-menu-primary.desktop-view .hs-menu-wrapper {
    display: inherit;
    transition: visibility 0s, opacity 0.5s linear;
    visibility: hidden;
    position: absolute;
    top: 105px!important;
    background:#34748e!important;
    opacity: 0;
  }
  .full-menu-nav .custom-menu-primary.desktop-view.onstate .hs-menu-wrapper {
    visibility: visible!important;
    opacity: 1!important;

    width: 100%!important;
    height: 100%!important;
    position: fixed!important;
    background:#34748e;
    left: 0px;
    right: 0px;
    top: 105px;
    z-index: 5000;
  }
  .full-menu-nav .custom-menu-primary.desktop-view .hs-menu-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    max-height: 100%;
  }
  .full-menu-nav .custom-menu-primary .hs-menu-wrapper {
    background-color: #3b778d;
  }
  .full-menu-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
    padding: 10px 10px!important;
    text-align: center;
    border-bottom: 1px solid #bbb;
    font-size: 16px!important;
  }
  .full-menu-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
    background: none!important; 
  }
  .full-menu-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.l-active a, 
  .full-menu-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:hover {
    background: none!important;
  }
  .full-menu-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover {
    background: #175468;
  }
  .full-menu-nav .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    margin-top: 0px!important; 
  }
  .full-menu-nav .custom-menu-primary .hs-menu-wrapper>ul>li>a[href*="/contact-us"] {
    padding: 5px 22px;
    border: none!important;
    background: none!important;
    top: 0px!important;
    border-radius: 0px;
    font-weight: 600;
    margin-left: 0px;
    font-size: 16px!important;
  }
  .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  }
  .full-menu-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative; 
  }

  .full-menu-nav .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    position: relative!important;
    display: block;
    max-height: 0;
    transition: max-height 0.5s ease-out;
    overflow: hidden;
    top: 0px!important;
    box-shadow: none!important;
    background: none!important;
    margin-left: -10px!important;
    margin-right: -10px!important;
  }

  .nav-expanded-dropdown {
    overflow: visible;
    max-height: 200px!important;
    transition: max-height 0.75s ease-in;
  }

  .full-menu-nav .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
    border: none!important;   
    text-align: center;
  }

  .full-menu-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    text-align: center!important;
  }

  .full-menu-nav .hs-item-has-children > a {
    cursor: pointer!important; 
  }

  .full-menu-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a.l-active::after {
    font-family: FontAwesome!important;
    content:"\f106"; 
  }
}

@media only screen and (max-width : 992px) { 
  div#hs_menu_wrapper_module_1547797453185604_ {
    text-align: center;
    opacity: 0.7!important;
  }
}

@media only screen and (max-width : 767px) { 
  .span12.widget-span.widget-type-cell.small-header-fixed.activated {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .hs-footer-menu .hs-menu-wrapper>ul>li:last-child a {
    display: block!important;
    max-width: 93px;
    margin: 25px auto auto auto;
    clear: both;
  }
}


@media (max-width: 568px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { 
    display: inline-block!important;
    max-width:auto!important;
    width: auto!important;
  }
}