scrollformore/* @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    */
/*****************************************/


hr,
img {
    border: 0
}
input[type=checkbox],
input[type=radio],
td,
th {
    padding: 0
}
body,
figure {
    margin: 0
}
.btn,
.expandable a.expand-trigger:after {
    -moz-user-select: none;
    -ms-user-select: none
}
@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 100;
    src: local('Lato Hairline'), local('Lato-Hairline'), url(https://fonts.gstatic.com/s/lato/v11/5FbdueAKJ1eeO4CsvGhNRevvDin1pK8aKteLpeZ5c0A.ttf) format('truetype')
}
@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 300;
    src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v11/0DeoTBMnW4sOpD0Zb8OQSALUuEpTyoUstqEm5AMlJo4.ttf) format('truetype')
}
@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/1EqTbJWOZQBfhZ0e3RL9uvesZW2xOQ-xsNqO47m55DA.ttf) format('truetype')
}
@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v11/MZ1aViPqjfvZwVD_tzjjkwLUuEpTyoUstqEm5AMlJo4.ttf) format('truetype')
}
@font-face {
    font-family: Lato;
    font-style: italic;
    font-weight: 700;
    src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(https://fonts.gstatic.com/s/lato/v11/HkF_qI1x_noxlxhrhMQYEJBw1xU1rKptJj_0jans920.woff2) format('truetype')
}
@font-face {
    font-family: Lato;
    font-style: italic;
    font-weight: 100;
    src: local('Lato Hairline Italic'), local('Lato-HairlineItalic'), url(https://fonts.gstatic.com/s/lato/v11/gc5ZVKiLNkRdGlU3GaSVBXYhjbSpvc47ee6xR_80Hnw.ttf) format('truetype')
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    background-color: transparent
}
a:active,
a:hover {
    outline: 0
}
b,
optgroup,
strong {
    font-weight: 700
}
dfn {
    font-style: italic
}
h1 {
    margin: .67em 0
}
mark {
    background: #ff0;
    color: #000
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    vertical-align: middle
}
svg:not(:root) {
    overflow: hidden
}
hr {
    box-sizing: content-box;
    height: 0
}
*,
:after,
:before,
input[type=checkbox],
input[type=radio],
input[type=search] {
    box-sizing: border-box
}
pre,
textarea {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
.contact-form form.hs-form select.hs-input,
.expandable form.hs-form fieldset .hs-input,
.landing-page .landing-page-form form.hs-form select.hs-input,
input[type=search] {
    -webkit-appearance: none
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }
    *,
    :after,
    :before {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999
    }
    thead {
        display: table-header-group
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    select {
        background: #fff!important
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}
.img-responsive,
.img-thumbnail,
.table,
img,
label {
    max-width: 100%
}
.btn,
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-secondary.active,
.btn-secondary:active,
.btn-success.active,
.btn-success:active,
.btn-warning.active,
.btn-warning:active,
.btn.active,
.btn:active,
.form-control,
.open>.dropdown-toggle.btn-danger,
.open>.dropdown-toggle.btn-default,
.open>.dropdown-toggle.btn-info,
.open>.dropdown-toggle.btn-secondary,
.open>.dropdown-toggle.btn-success,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}
.img-thumbnail,
body {
    background-color: #fff
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}
body {
    font-family: Lato, sans-serif, Sans-Serif;
    font-size: 17px;
    line-height: 1.42857143;
    color: #2f2f31;
    font-weight: 300
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
a {
    text-decoration: none
}
a:focus,
a:hover {
    color: #73b5ed;
    text-decoration: underline
}
a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}
.img-responsive {
    display: block;
    height: auto
}
.img-rounded {
    border-radius: 4px
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    height: auto
}
.img-circle {
    border-radius: 50%
}
hr {
    margin-top: 24px;
    margin-bottom: 24px;
    border-top: 1px solid #fafafa
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #a6a6a6
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 24px;
    margin-bottom: 12px
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 12px;
    margin-bottom: 12px
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}
.h1,
h1 {
    font-size: 44px
}
.h2,
h2 {
    font-size: 36px
}
.h3,
h3 {
    font-size: 29px
}
.h4,
h4 {
    font-size: 22px
}
.h5,
h5 {
    font-size: 17px
}
.h6,
h6 {
    font-size: 15px
}
.lead {
    margin-bottom: 24px;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.4
}
dt,
kbd kbd,
label {
    font-weight: 700
}
address,
blockquote .small,
blockquote footer,
blockquote small,
dd,
dt,
pre {
    line-height: 1.42857143
}
@media (min-width: 768px) {
    .lead {
        font-size: 25.5px
    }
}
.small,
small {
    font-size: 88%
}
.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}
.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.text-center {
    text-align: center
}
.text-justify {
    text-align: justify
}
.text-nowrap {
    white-space: nowrap
}
.text-lowercase {
    text-transform: lowercase
}
.text-uppercase {
    text-transform: uppercase
}
.text-capitalize {
    text-transform: capitalize
}
.caps,
.initialism {
    text-transform: uppercase
}
.text-muted {
    color: #a6a6a6
}
.text-primary {
    color: #86bd3b
}
a.text-primary:hover {
    color: #6a962f
}
.text-success {
    color: #3c763d
}
a.text-success:hover {
    color: #2b542c
}
.text-info {
    color: #31708f
}
a.text-info:hover {
    color: #245269
}
.text-warning {
    color: #8a6d3b
}
a.text-warning:hover {
    color: #66512c
}
.text-danger {
    color: #a94442
}
a.text-danger:hover {
    color: #843534
}
.bg-primary {
    color: #fff;
    background-color: #86bd3b
}
a.bg-primary:hover {
    background-color: #6a962f
}
.bg-success {
    background-color: #dff0d8
}
a.bg-success:hover {
    background-color: #c1e2b3
}
.bg-info {
    background-color: #d9edf7
}
a.bg-info:hover {
    background-color: #afd9ee
}
.bg-warning {
    background-color: #fcf8e3
}
a.bg-warning:hover {
    background-color: #f7ecb5
}
.bg-danger {
    background-color: #f2dede
}
a.bg-danger:hover {
    background-color: #e4b9b9
}
pre code,
table {
    background-color: transparent
}
.page-header {
    padding-bottom: 11px;
    margin: 48px 0 24px
}
dl,
ol,
ul {
    margin-top: 0
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}
address,
dl {
    margin-bottom: 24px
}
ol,
ul {
    margin-bottom: 12px
}
.list-inline {
    margin-left: -5px
}
.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}
dd {
    margin-left: 0
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
    .container {
        width: 750px
    }
}
abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #a6a6a6
}
.initialism {
    font-size: 90%
}
blockquote {
    padding: 12px 24px;
    margin: 0 0 24px;
    font-size: 21.25px;
    border-left: 5px solid #fafafa
}
blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    color: #a6a6a6
}
legend,
pre {
    display: block;
    color: #404040
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.panel-two-facts .facts .icon:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #fafafa;
    border-left: 0;
    text-align: right
}
code,
kbd {
    padding: 2px 4px;
    font-size: 90%
}
caption,
th {
    text-align: left
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}
address {
    font-style: normal
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 2px
}
kbd {
    color: #fff;
    background-color: #333;
    border-radius: 1px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none
}
pre {
    padding: 11.5px;
    margin: 0 0 12px;
    font-size: 16px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 2px
}
.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0
}
.container,
.container-fluid {
    padding-left: 15px;
    padding-right: 15px
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}
@media (min-width: 992px) {
    .container {
        width: 970px
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}
.row {
    margin-left: -15px;
    margin-right: -15px
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}
.col-xs-12 {
    width: 100%
}
.col-xs-11 {
    width: 91.66666667%
}
.col-xs-10 {
    width: 83.33333333%
}
.col-xs-9 {
    width: 75%
}
.col-xs-8 {
    width: 66.66666667%
}
.col-xs-7 {
    width: 58.33333333%
}
.col-xs-6 {
    width: 50%
}
.col-xs-5 {
    width: 41.66666667%
}
.col-xs-4 {
    width: 33.33333333%
}
.col-xs-3 {
    width: 25%
}
.col-xs-2 {
    width: 16.66666667%
}
.col-xs-1 {
    width: 8.33333333%
}
.col-xs-pull-12 {
    right: 100%
}
.col-xs-pull-11 {
    right: 91.66666667%
}
.col-xs-pull-10 {
    right: 83.33333333%
}
.col-xs-pull-9 {
    right: 75%
}
.col-xs-pull-8 {
    right: 66.66666667%
}
.col-xs-pull-7 {
    right: 58.33333333%
}
.col-xs-pull-6 {
    right: 50%
}
.col-xs-pull-5 {
    right: 41.66666667%
}
.col-xs-pull-4 {
    right: 33.33333333%
}
.col-xs-pull-3 {
    right: 25%
}
.col-xs-pull-2 {
    right: 16.66666667%
}
.col-xs-pull-1 {
    right: 8.33333333%
}
.col-xs-pull-0 {
    right: auto
}
.col-xs-push-12 {
    left: 100%
}
.col-xs-push-11 {
    left: 91.66666667%
}
.col-xs-push-10 {
    left: 83.33333333%
}
.col-xs-push-9 {
    left: 75%
}
.col-xs-push-8 {
    left: 66.66666667%
}
.col-xs-push-7 {
    left: 58.33333333%
}
.col-xs-push-6 {
    left: 50%
}
.col-xs-push-5 {
    left: 41.66666667%
}
.col-xs-push-4 {
    left: 33.33333333%
}
.col-xs-push-3 {
    left: 25%
}
.col-xs-push-2 {
    left: 16.66666667%
}
.col-xs-push-1 {
    left: 8.33333333%
}
.col-xs-push-0 {
    left: auto
}
.col-xs-offset-12 {
    margin-left: 100%
}
.col-xs-offset-11 {
    margin-left: 91.66666667%
}
.col-xs-offset-10 {
    margin-left: 83.33333333%
}
.col-xs-offset-9 {
    margin-left: 75%
}
.col-xs-offset-8 {
    margin-left: 66.66666667%
}
.col-xs-offset-7 {
    margin-left: 58.33333333%
}
.col-xs-offset-6 {
    margin-left: 50%
}
.col-xs-offset-5 {
    margin-left: 41.66666667%
}
.col-xs-offset-4 {
    margin-left: 33.33333333%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-2 {
    margin-left: 16.66666667%
}
.col-xs-offset-1 {
    margin-left: 8.33333333%
}
.col-xs-offset-0 {
    margin-left: 0
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #a6a6a6
}
.table {
    width: 100%;
    margin-bottom: 24px
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}
.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}
.table>tbody+tbody {
    border-top: 2px solid #ddd
}
.table .table {
    background-color: #fff
}
.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}
.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}
.table-hover>tbody>tr:hover,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}
table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}
table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}
.btn-group>.btn-group,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}
.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

/*-=-=*/
.hs_blog_blog_subscription > label {display:none;}
.hs_blog_blog_subscription  .hs-error-msgs {bottom:0 !important;}
.gutter-bottom .hs_blog_blog_subscription {display:none;}


.hs-form.stacked .hs_email.field.hs-form-field {margin-bottom:0; }
.hs-form.stacked .hs_email input[type=email] { width:100%; }
.hs-form.stacked .hs_submit .actions { padding-left:0; margin:0; }

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 18px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}
fieldset,
legend {
    padding: 0;
    border: 0
}
fieldset {
    margin: 0;
    min-width: 0
}
legend {
    width: 100%;
    margin-bottom: 24px;
    font-size: 25.5px;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5
}
label {
    display: inline-block;
    margin-bottom: 5px
}
input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}
.form-control,
output {
    font-size: 17px;
    line-height: 1.42857143;
    color: grey;
    display: block
}
input[type=file] {
    display: block
}
input[type=range] {
    display: block;
    width: 100%
}
select[multiple],
select[size] {
    height: auto
}
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}
output {
    padding-top: 7px
}
.form-control {
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-group-sm .form-control,
.input-sm {
    font-size: 15px;
    border-radius: 1px;
    padding: 5px 10px
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}
.form-control:-ms-input-placeholder {
    color: #999
}
.form-control::-webkit-input-placeholder {
    color: #999
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #fafafa;
    opacity: 1
}
textarea.form-control {
    height: auto
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date],
    input[type=datetime-local],
    input[type=month],
    input[type=time] {
        line-height: 38px
    }
    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 34px
    }
    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 52px
    }
}
.form-group {
    margin-bottom: 15px
}
.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}
.checkbox label,
.radio label {
    min-height: 24px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9
}
.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}
.checkbox-inline,
.radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}
.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}
.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}
.input-sm {
    height: 34px;
    line-height: 1.5
}
select.input-sm {
    height: 34px;
    line-height: 34px
}
select[multiple].input-sm,
textarea.input-sm {
    height: auto
}
.form-group-sm .form-control {
    height: 34px;
    line-height: 1.5
}
.form-group-lg .form-control,
.input-lg {
    border-radius: 4px;
    padding: 10px 16px;
    font-size: 22px
}
select.form-group-sm .form-control {
    height: 34px;
    line-height: 34px
}
select[multiple].form-group-sm .form-control,
textarea.form-group-sm .form-control {
    height: auto
}
.form-group-sm .form-control-static {
    height: 34px;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.5
}
.input-lg {
    height: 52px;
    line-height: 1.3333333
}
select.input-lg {
    height: 52px;
    line-height: 52px
}
select[multiple].input-lg,
textarea.input-lg {
    height: auto
}
.form-group-lg .form-control {
    height: 52px;
    line-height: 1.3333333
}
select.form-group-lg .form-control {
    height: 52px;
    line-height: 52px
}
select[multiple].form-group-lg .form-control,
textarea.form-group-lg .form-control {
    height: auto
}
.form-group-lg .form-control-static {
    height: 52px;
    padding: 10px 16px;
    font-size: 22px;
    line-height: 1.3333333
}
.has-feedback {
    position: relative
}
.has-feedback .form-control {
    padding-right: 47.5px
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    pointer-events: none
}
.input-lg+.form-control-feedback {
    width: 52px;
    height: 52px;
    line-height: 52px
}
.input-sm+.form-control-feedback {
    width: 34px;
    height: 34px;
    line-height: 34px
}
.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}
.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}
.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}
.has-feedback label~.form-control-feedback {
    top: 29px
}
.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #6d6d72
}
@media (min-width: 768px) {
    .form-inline .form-control-static,
    .form-inline .form-group {
        display: inline-block
    }
    .form-inline .control-label,
    .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}
.btn .badge,
.btn .label {
    top: -1px
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}
.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 31px
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px
    }
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 17px;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-user-select: none;
    user-select: none
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle,
.expandable a:active,
.expandable a:focus {
    outline: 0
}
.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}
.btn.active,
.btn:active {
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}
.btn-default .badge {
    color: #fff;
    background-color: #333
}
.btn-primary {
    color: #fff;
    background-color: #86bd3b;
    border-color: #78aa35
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #6a962f;
    border-color: #577b26
}
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #86bd3b;
    border-color: #78aa35
}
.btn-primary .badge {
    color: #86bd3b;
    background-color: #fff
}
.btn-secondary {
    color: #333;
    background-color: #fff;
    border-color: #f2f2f2
}
.btn-secondary.active,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.open>.dropdown-toggle.btn-secondary {
    color: #333;
    background-color: #e6e6e6;
    border-color: #d4d4d4
}
.btn-secondary.disabled,
.btn-secondary.disabled.active,
.btn-secondary.disabled.focus,
.btn-secondary.disabled:active,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:hover,
.btn-secondary[disabled],
.btn-secondary[disabled].active,
.btn-secondary[disabled].focus,
.btn-secondary[disabled]:active,
.btn-secondary[disabled]:focus,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary,
fieldset[disabled] .btn-secondary.active,
fieldset[disabled] .btn-secondary.focus,
fieldset[disabled] .btn-secondary:active,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary:hover {
    background-color: #fff;
    border-color: #f2f2f2
}
.btn-secondary .badge {
    color: #fff;
    background-color: #333
}
.btn-success {
    color: #fff;
    background-color: #f5f5f7;
    border-color: #e7e7ec
}
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #d9d9e0;
    border-color: #c5c5d0
}
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #f5f5f7;
    border-color: #e7e7ec
}
.btn-success .badge {
    color: #f5f5f7;
    background-color: #fff
}
.btn-info {
    color: #fff;
    background-color: #f5f5f7;
    border-color: #e7e7ec
}
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #d9d9e0;
    border-color: #c5c5d0
}
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #f5f5f7;
    border-color: #e7e7ec
}
.btn-info .badge {
    color: #f5f5f7;
    background-color: #fff
}
.btn-warning {
    color: #fff;
    background-color: #ddd;
    border-color: #d0d0d0
}
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #c4c4c4;
    border-color: #b2b2b2
}
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #ddd;
    border-color: #d0d0d0
}
.btn-warning .badge {
    color: #ddd;
    background-color: #fff
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}
.btn-link {
    color: #5ca1d8;
    font-weight: 400;
    border-radius: 0
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}
.btn-link:focus,
.btn-link:hover {
    color: #73b5ed;
    text-decoration: underline;
    background-color: transparent
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #a6a6a6;
    text-decoration: none
}
.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 22px;
    line-height: 1.3333333;
    border-radius: 4px
}
.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 1px
}
.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 1px
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child),
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}
.btn-block {
    display: block;
    width: 100%
}
.btn-block+.btn-block {
    margin-top: 5px
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}
.fade.in {
    opacity: 1
}
.collapse {
    display: none;
    visibility: hidden
}
.collapse.in {
    display: block;
    visibility: visible
}
tr.collapse.in {
    display: table-row
}
tbody.collapse.in {
    display: table-row-group
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}
.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}
.btn-toolbar {
    margin-left: -5px
}
.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}
.btn .caret,
.btn-group>.btn:first-child {
    margin-left: 0
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}
.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}
.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn-group.open .dropdown-toggle.btn-link,
.off-canvas {
    box-shadow: none
}
.btn-lg .caret {
    border-width: 5px 5px 0
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}
.btn-group-vertical>.btn-group>.btn {
    float: none
}
.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group,
.input-group-btn>.btn+.btn {
    margin-left: -1px
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}
.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}
.btn-group-justified>.btn-group .btn {
    width: 100%
}
.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}
.btn .badge,
.btn .label,
.embed-responsive,
.input-group,
.input-group-btn,
.input-group-btn>.btn {
    position: relative
}
.input-group {
    display: table;
    border-collapse: separate
}
.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 52px;
    padding: 10px 16px;
    font-size: 22px;
    line-height: 1.3333333;
    border-radius: 4px
}
select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 52px;
    line-height: 52px
}
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 34px;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 1px
}
select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 34px;
    line-height: 34px
}
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    color: grey;
    text-align: center;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 2px
}
.badge,
.label {
    font-weight: 700;
    line-height: 1;
    vertical-align: baseline;
    text-align: center;
    white-space: nowrap
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 1px
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 22px;
    border-radius: 4px
}
.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.input-group-addon:first-child {
    border-right: 0
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.input-group-addon:last-child {
    border-left: 0
}
.input-group-btn {
    font-size: 0;
    white-space: nowrap
}
.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    color: #fff;
    border-radius: .25em
}
a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}
.label:empty {
    display: none
}
.label-default {
    background-color: #a6a6a6
}
.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #8c8c8c
}
.label-primary {
    background-color: #86bd3b
}
.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #6a962f
}
.label-success {
    background-color: #f5f5f7
}
.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #d9d9e0
}
.label-info {
    background-color: #f5f5f7
}
.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #d9d9e0
}
.label-warning {
    background-color: #ddd
}
.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #c4c4c4
}
.label-danger {
    background-color: #d9534f
}
.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 15px;
    color: #fff;
    background-color: #a6a6a6;
    border-radius: 10px
}
.badge:empty {
    display: none
}
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}
a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}
.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #5ca1d8;
    background-color: #fff
}
.list-group-item>.badge {
    float: right
}
.list-group-item>.badge+.badge {
    margin-right: 5px
}
.nav-pills>li>a>.badge {
    margin-left: 3px
}
.media {
    margin-top: 15px
}
.media:first-child {
    margin-top: 0
}
.media,
.media-body {
    zoom: 1;
    overflow: hidden
}
.media-body {
    width: 10000px
}
.media-object {
    display: block
}
.media-right,
.media>.pull-right {
    padding-left: 10px
}
.media-left,
.media>.pull-left {
    padding-right: 10px
}
.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}
.media-middle {
    vertical-align: middle
}
.media-bottom {
    vertical-align: bottom
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}
.gutter-both,
.gutter-top {
    margin-top: 30px
}
.gutter-both,
.gutter-bottom {
    margin-bottom: 30px
}
.media-list {
    padding-left: 0;
    list-style: none
}
.embed-responsive {
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}
.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%
}
.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%
}
.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.expandable div.hbspt-form:after,
.expandable div.hbspt-form:before,
.expandable form.hs-form:after,
.expandable form.hs-form:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.landing-page .landing-page-content-panel:after,
.landing-page .landing-page-content-panel:before,
.landing-page .landing-page-image-panel:after,
.landing-page .landing-page-image-panel:before,
.row:after,
.row:before {
    content: " ";
    display: table
}
.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.expandable div.hbspt-form:after,
.expandable form.hs-form:after,
.form-horizontal .form-group:after,
.landing-page .landing-page-content-panel:after,
.landing-page .landing-page-image-panel:after,
.row:after {
    clear: both
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.pull-right {
    float: right!important
}
.pull-left {
    float: left!important
}
.hide {
    display: none!important
}
.show {
    display: block!important
}
.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}
.invisible {
    visibility: hidden
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.hidden {
    visibility: hidden!important
}
.affix {
    position: fixed
}

.gutter-main { width:100%; float:left; padding-top:30px; }
.gutter-main .gutter-box { position:relative; width:32%; float:left; margin-right:2%; padding:0; }
.gutter-main .gutter-box img { width:100% !important; }
.gutter-main .gutter-box:nth-child(3n) { margin-right:0; }
.gutter-main .gutter-box img:hover{ background:rgba(0,0,0,0.3); -webkit-transition: all .4s ease-in-out;  transition: all .4s ease-in-out; -webkit-transform: scale(1.1); -ms-transform: scale(1.1);transform: scale(1.1);} 



.sidebar-img { width:100%; float:left; }
.sidebar-img .post-right { position:relative; width:100%; float:left; padding:0; margin-bottom:20px; }
.sidebar-img .post-right img { width:100% !important; }
.sidebar-img .post-right img:hover{ background:rgba(0,0,0,0.3); -webkit-transition: all .4s ease-in-out;  transition: all .4s ease-in-out; -webkit-transform: scale(1.1); -ms-transform: scale(1.1);transform: scale(1.1);} 




@-ms-viewport {
    width: device-width
}
@media (max-width: 767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
    .visible-xs-block {
        display: block!important
    }
    .visible-xs-inline {
        display: inline!important
    }
    .visible-xs-inline-block {
        display: inline-block!important
    }
    
    .gutter-main { padding:15px 15px; text-align:center; }
    .gutter-main .col-xs-12 { text-align:center; }
    .gutter-main .gutter-box { width:100%; max-width: 329px; float: none; display: inline-block; }
    .gutter-main .gutter-box:before { display:none;  }
    .sidebar-img .post-right:before { display:none; } 
    
    
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
    .visible-sm-block {
        display: block!important
    }
    .visible-sm-inline {
        display: inline!important
    }
    .visible-sm-inline-block {
        display: inline-block!important
    }
    
    .gutter-main .gutter-box:before{ width: 84%; height: 141px; top: 12px; left: 22px; }
    .sidebar-img .post-right  { max-width:350px; margin-right:10px;} 
    .sidebar-img .post-right:before {height: 201px; top: 18px; left: 24px }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
    .visible-md-block {
        display: block!important
    }
    .visible-md-inline {
        display: inline!important
    }
    .visible-md-inline-block {
        display: inline-block!important
    }
    
    .sidebar-img .post-right:before  { height: 111px; top: 17px; left: 17px; }
    .gutter-main .gutter-box:before  { height: 170px; top: 23px; left:23px;}
    
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
    .visible-lg-block {
        display: block!important
    }
    .visible-lg-inline {
        display: inline!important
    }
    .visible-lg-inline-block {
        display: inline-block!important
    }
    .hidden-lg {
        display: none!important
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none!important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none!important
    }
}
.visible-print {
    display: none!important
}
@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}
.visible-print-block {
    display: none!important
}
@media print {
    .visible-print-block {
        display: block!important
    }
}
.visible-print-inline {
    display: none!important
}
@media print {
    .visible-print-inline {
        display: inline!important
    }
}
.visible-print-inline-block {
    display: none!important
}
@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
    .hidden-print {
        display: none!important
    }
}
.fa,
.fa-stack {
    display: inline-block
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - https://fontawesome.io - @fontawesome
 *  License - https://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    src: url(https://www.adherecreative.com/hubfs/layout/fonts/fontawesome-webfont.eot?v=4.3.0);
    src: url(https://www.adherecreative.com/hubfs/layout/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'), url(https://www.adherecreative.com/hubfs/layout/fonts/fontawesome-webfont.woff2?v=4.3.0) format('woff2'), url(https://www.adherecreative.com/hubfs/layout/fonts/fontawesome-webfont.woff?v=4.3.0) format('woff'), url(https://www.adherecreative.com/hubfs/layout/fonts/fontawesome-webfont.ttf?v=4.3.0) format('truetype'), url(https://www.adherecreative.com/hubfs/layout/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}
.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}
.fa-2x {
    font-size: 2em
}
.fa-3x {
    font-size: 3em
}
.fa-4x {
    font-size: 4em
}
.fa-5x {
    font-size: 5em
}
.fa-fw {
    width: 1.28571429em;
    text-align: center
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}
.fa-ul>li {
    position: relative
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}
.fa-li.fa-lg {
    left: -1.85714286em
}
.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}
.fa.pull-left {
    margin-right: .3em
}
.fa.pull-right {
    margin-left: .3em
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}
.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}
.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}
.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}
.fa-stack-1x {
    line-height: inherit
}
.fa-stack-2x {
    font-size: 2em
}
.fa-inverse {
    color: #fff
}
.fa-glass:before {
    content: "\f000"
}
.fa-music:before {
    content: "\f001"
}
.fa-search:before {
    content: "\f002"
}
.fa-envelope-o:before {
    content: "\f003"
}
.fa-heart:before {
    content: "\f004"
}
.fa-star:before {
    content: "\f005"
}
.fa-star-o:before {
    content: "\f006"
}
.fa-user:before {
    content: "\f007"
}
.fa-film:before {
    content: "\f008"
}
.fa-th-large:before {
    content: "\f009"
}
.fa-th:before {
    content: "\f00a"
}
.fa-th-list:before {
    content: "\f00b"
}
.fa-check:before {
    content: "\f00c"
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}
.fa-search-plus:before {
    content: "\f00e"
}
.fa-search-minus:before {
    content: "\f010"
}
.fa-power-off:before {
    content: "\f011"
}
.fa-signal:before {
    content: "\f012"
}
.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}
.fa-trash-o:before {
    content: "\f014"
}
.fa-home:before {
    content: "\f015"
}
.fa-file-o:before {
    content: "\f016"
}
.fa-clock-o:before {
    content: "\f017"
}
.fa-road:before {
    content: "\f018"
}
.fa-download:before {
    content: "\f019"
}
.fa-arrow-circle-o-down:before {
    content: "\f01a"
}
.fa-arrow-circle-o-up:before {
    content: "\f01b"
}
.fa-inbox:before {
    content: "\f01c"
}
.fa-play-circle-o:before {
    content: "\f01d"
}
.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}
.fa-refresh:before {
    content: "\f021"
}
.fa-list-alt:before {
    content: "\f022"
}
.fa-lock:before {
    content: "\f023"
}
.fa-flag:before {
    content: "\f024"
}
.fa-headphones:before {
    content: "\f025"
}
.fa-volume-off:before {
    content: "\f026"
}
.fa-volume-down:before {
    content: "\f027"
}
.fa-volume-up:before {
    content: "\f028"
}
.fa-qrcode:before {
    content: "\f029"
}
.fa-barcode:before {
    content: "\f02a"
}
.fa-tag:before {
    content: "\f02b"
}
.fa-tags:before {
    content: "\f02c"
}
.fa-book:before {
    content: "\f02d"
}
.fa-bookmark:before {
    content: "\f02e"
}
.fa-print:before {
    content: "\f02f"
}
.fa-camera:before {
    content: "\f030"
}
.fa-font:before {
    content: "\f031"
}
.fa-bold:before {
    content: "\f032"
}
.fa-italic:before {
    content: "\f033"
}
.fa-text-height:before {
    content: "\f034"
}
.fa-text-width:before {
    content: "\f035"
}
.fa-align-left:before {
    content: "\f036"
}
.fa-align-center:before {
    content: "\f037"
}
.fa-align-right:before {
    content: "\f038"
}
.fa-align-justify:before {
    content: "\f039"
}
.fa-list:before {
    content: "\f03a"
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}
.fa-indent:before {
    content: "\f03c"
}
.fa-video-camera:before {
    content: "\f03d"
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}
.fa-pencil:before {
    content: "\f040"
}
.fa-map-marker:before {
    content: "\f041"
}
.fa-adjust:before {
    content: "\f042"
}
.fa-tint:before {
    content: "\f043"
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}
.fa-share-square-o:before {
    content: "\f045"
}
.fa-check-square-o:before {
    content: "\f046"
}
.fa-arrows:before {
    content: "\f047"
}
.fa-step-backward:before {
    content: "\f048"
}
.fa-fast-backward:before {
    content: "\f049"
}
.fa-backward:before {
    content: "\f04a"
}
.fa-play:before {
    content: "\f04b"
}
.fa-pause:before {
    content: "\f04c"
}
.fa-stop:before {
    content: "\f04d"
}
.fa-forward:before {
    content: "\f04e"
}
.fa-fast-forward:before {
    content: "\f050"
}
.fa-step-forward:before {
    content: "\f051"
}
.fa-eject:before {
    content: "\f052"
}
.fa-chevron-left:before {
    content: "\f053"
}
.fa-chevron-right:before {
    content: "\f054"
}
.fa-plus-circle:before {
    content: "\f055"
}
.fa-minus-circle:before {
    content: "\f056"
}
.fa-times-circle:before {
    content: "\f057"
}
.fa-check-circle:before {
    content: "\f058"
}
.fa-question-circle:before {
    content: "\f059"
}
.fa-info-circle:before {
    content: "\f05a"
}
.fa-crosshairs:before {
    content: "\f05b"
}
.fa-times-circle-o:before {
    content: "\f05c"
}
.fa-check-circle-o:before {
    content: "\f05d"
}
.fa-ban:before {
    content: "\f05e"
}
.fa-arrow-left:before {
    content: "\f060"
}
.fa-arrow-right:before {
    content: "\f061"
}
.fa-arrow-up:before {
    content: "\f062"
}
.fa-arrow-down:before {
    content: "\f063"
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}
.fa-expand:before {
    content: "\f065"
}
.fa-compress:before {
    content: "\f066"
}
.fa-plus:before {
    content: "\f067"
}
.fa-minus:before {
    content: "\f068"
}
.fa-asterisk:before {
    content: "\f069"
}
.fa-exclamation-circle:before {
    content: "\f06a"
}
.fa-gift:before {
    content: "\f06b"
}
.fa-leaf:before {
    content: "\f06c"
}
.fa-fire:before {
    content: "\f06d"
}
.fa-eye:before {
    content: "\f06e"
}
.fa-eye-slash:before {
    content: "\f070"
}
.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}
.fa-plane:before {
    content: "\f072"
}
.fa-calendar:before {
    content: "\f073"
}
.fa-random:before {
    content: "\f074"
}
.fa-comment:before {
    content: "\f075"
}
.fa-magnet:before {
    content: "\f076"
}
.fa-chevron-up:before {
    content: "\f077"
}
.fa-chevron-down:before {
    content: "\f078"
}
.fa-retweet:before {
    content: "\f079"
}
.fa-shopping-cart:before {
    content: "\f07a"
}
.fa-folder:before {
    content: "\f07b"
}
.fa-folder-open:before {
    content: "\f07c"
}
.fa-arrows-v:before {
    content: "\f07d"
}
.fa-arrows-h:before {
    content: "\f07e"
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}
.fa-twitter-square:before {
    content: "\f081"
}
.fa-facebook-square:before {
    content: "\f082"
}
.fa-camera-retro:before {
    content: "\f083"
}
.fa-key:before {
    content: "\f084"
}
.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}
.fa-comments:before {
    content: "\f086"
}
.fa-thumbs-o-up:before {
    content: "\f087"
}
.fa-thumbs-o-down:before {
    content: "\f088"
}
.fa-star-half:before {
    content: "\f089"
}
.fa-heart-o:before {
    content: "\f08a"
}
.fa-sign-out:before {
    content: "\f08b"
}
.fa-linkedin-square:before {
    content: "\f08c"
}
.fa-thumb-tack:before {
    content: "\f08d"
}
.fa-external-link:before {
    content: "\f08e"
}
.fa-sign-in:before {
    content: "\f090"
}
.fa-trophy:before {
    content: "\f091"
}
.fa-github-square:before {
    content: "\f092"
}
.fa-upload:before {
    content: "\f093"
}
.fa-lemon-o:before {
    content: "\f094"
}
.fa-phone:before {
    content: "\f095"
}
.fa-square-o:before {
    content: "\f096"
}
.fa-bookmark-o:before {
    content: "\f097"
}
.fa-phone-square:before {
    content: "\f098"
}
.fa-twitter:before {
    content: "\f099"
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}
.fa-github:before {
    content: "\f09b"
}
.fa-unlock:before {
    content: "\f09c"
}
.fa-credit-card:before {
    content: "\f09d"
}
.fa-rss:before {
    content: "\f09e"
}
.fa-hdd-o:before {
    content: "\f0a0"
}
.fa-bullhorn:before {
    content: "\f0a1"
}
.fa-bell:before {
    content: "\f0f3"
}
.fa-certificate:before {
    content: "\f0a3"
}
.fa-hand-o-right:before {
    content: "\f0a4"
}
.fa-hand-o-left:before {
    content: "\f0a5"
}
.fa-hand-o-up:before {
    content: "\f0a6"
}
.fa-hand-o-down:before {
    content: "\f0a7"
}
.fa-arrow-circle-left:before {
    content: "\f0a8"
}
.fa-arrow-circle-right:before {
    content: "\f0a9"
}
.fa-arrow-circle-up:before {
    content: "\f0aa"
}
.fa-arrow-circle-down:before {
    content: "\f0ab"
}
.fa-globe:before {
    content: "\f0ac"
}
.fa-wrench:before {
    content: "\f0ad"
}
.fa-tasks:before {
    content: "\f0ae"
}
.fa-filter:before {
    content: "\f0b0"
}
.fa-briefcase:before {
    content: "\f0b1"
}
.fa-arrows-alt:before {
    content: "\f0b2"
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}
.fa-cloud:before {
    content: "\f0c2"
}
.fa-flask:before {
    content: "\f0c3"
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}
.fa-paperclip:before {
    content: "\f0c6"
}
.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}
.fa-square:before {
    content: "\f0c8"
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}
.fa-list-ul:before {
    content: "\f0ca"
}
.fa-list-ol:before {
    content: "\f0cb"
}
.fa-strikethrough:before {
    content: "\f0cc"
}
.fa-underline:before {
    content: "\f0cd"
}
.fa-table:before {
    content: "\f0ce"
}
.fa-magic:before {
    content: "\f0d0"
}
.fa-truck:before {
    content: "\f0d1"
}
.fa-pinterest:before {
    content: "\f0d2"
}
.fa-pinterest-square:before {
    content: "\f0d3"
}
.fa-google-plus-square:before {
    content: "\f0d4"
}
.fa-google-plus:before {
    content: "\f0d5"
}
.fa-money:before {
    content: "\f0d6"
}
.fa-caret-down:before {
    content: "\f0d7"
}
.fa-caret-up:before {
    content: "\f0d8"
}
.fa-caret-left:before {
    content: "\f0d9"
}
.fa-caret-right:before {
    content: "\f0da"
}
.fa-columns:before {
    content: "\f0db"
}
.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}
.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}
.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}
.fa-envelope:before {
    content: "\f0e0"
}
.fa-linkedin:before {
    content: "\f0e1"
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}
.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}
.fa-comment-o:before {
    content: "\f0e5"
}
.fa-comments-o:before {
    content: "\f0e6"
}
.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}
.fa-sitemap:before {
    content: "\f0e8"
}
.fa-umbrella:before {
    content: "\f0e9"
}
.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}
.fa-lightbulb-o:before {
    content: "\f0eb"
}
.fa-exchange:before {
    content: "\f0ec"
}
.fa-cloud-download:before {
    content: "\f0ed"
}
.fa-cloud-upload:before {
    content: "\f0ee"
}
.fa-user-md:before {
    content: "\f0f0"
}
.fa-stethoscope:before {
    content: "\f0f1"
}
.fa-suitcase:before {
    content: "\f0f2"
}
.fa-bell-o:before {
    content: "\f0a2"
}
.fa-coffee:before {
    content: "\f0f4"
}
.fa-cutlery:before {
    content: "\f0f5"
}
.fa-file-text-o:before {
    content: "\f0f6"
}
.fa-building-o:before {
    content: "\f0f7"
}
.fa-hospital-o:before {
    content: "\f0f8"
}
.fa-ambulance:before {
    content: "\f0f9"
}
.fa-medkit:before {
    content: "\f0fa"
}
.fa-fighter-jet:before {
    content: "\f0fb"
}
.fa-beer:before {
    content: "\f0fc"
}
.fa-h-square:before {
    content: "\f0fd"
}
.fa-plus-square:before {
    content: "\f0fe"
}
.fa-angle-double-left:before {
    content: "\f100"
}
.fa-angle-double-right:before {
    content: "\f101"
}
.fa-angle-double-up:before {
    content: "\f102"
}
.fa-angle-double-down:before {
    content: "\f103"
}
.fa-angle-left:before {
    content: "\f104"
}
.fa-angle-right:before {
    content: "\f105"
}
.fa-angle-up:before {
    content: "\f106"
}
.fa-angle-down:before {
    content: "\f107"
}
.fa-desktop:before {
    content: "\f108"
}
.fa-laptop:before {
    content: "\f109"
}
.fa-tablet:before {
    content: "\f10a"
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}
.fa-circle-o:before {
    content: "\f10c"
}
.fa-quote-left:before {
    content: "\f10d"
}
.fa-quote-right:before {
    content: "\f10e"
}
.fa-spinner:before {
    content: "\f110"
}
.fa-circle:before {
    content: "\f111"
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}
.fa-github-alt:before {
    content: "\f113"
}
.fa-folder-o:before {
    content: "\f114"
}
.fa-folder-open-o:before {
    content: "\f115"
}
.fa-smile-o:before {
    content: "\f118"
}
.fa-frown-o:before {
    content: "\f119"
}
.fa-meh-o:before {
    content: "\f11a"
}
.fa-gamepad:before {
    content: "\f11b"
}
.fa-keyboard-o:before {
    content: "\f11c"
}
.fa-flag-o:before {
    content: "\f11d"
}
.fa-flag-checkered:before {
    content: "\f11e"
}
.fa-terminal:before {
    content: "\f120"
}
.fa-code:before {
    content: "\f121"
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}
.fa-location-arrow:before {
    content: "\f124"
}
.fa-crop:before {
    content: "\f125"
}
.fa-code-fork:before {
    content: "\f126"
}
.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}
.fa-question:before {
    content: "\f128"
}
.fa-info:before {
    content: "\f129"
}
.fa-exclamation:before {
    content: "\f12a"
}
.fa-superscript:before {
    content: "\f12b"
}
.fa-subscript:before {
    content: "\f12c"
}
.fa-eraser:before {
    content: "\f12d"
}
.fa-puzzle-piece:before {
    content: "\f12e"
}
.fa-microphone:before {
    content: "\f130"
}
.fa-microphone-slash:before {
    content: "\f131"
}
.fa-shield:before {
    content: "\f132"
}
.fa-calendar-o:before {
    content: "\f133"
}
.fa-fire-extinguisher:before {
    content: "\f134"
}
.fa-rocket:before {
    content: "\f135"
}
.fa-maxcdn:before {
    content: "\f136"
}
.fa-chevron-circle-left:before {
    content: "\f137"
}
.fa-chevron-circle-right:before {
    content: "\f138"
}
.fa-chevron-circle-up:before {
    content: "\f139"
}
.fa-chevron-circle-down:before {
    content: "\f13a"
}
.fa-html5:before {
    content: "\f13b"
}
.fa-css3:before {
    content: "\f13c"
}
.fa-anchor:before {
    content: "\f13d"
}
.fa-unlock-alt:before {
    content: "\f13e"
}
.fa-bullseye:before {
    content: "\f140"
}
.fa-ellipsis-h:before {
    content: "\f141"
}
.fa-ellipsis-v:before {
    content: "\f142"
}
.fa-rss-square:before {
    content: "\f143"
}
.fa-play-circle:before {
    content: "\f144"
}
.fa-ticket:before {
    content: "\f145"
}
.fa-minus-square:before {
    content: "\f146"
}
.fa-minus-square-o:before {
    content: "\f147"
}
.fa-level-up:before {
    content: "\f148"
}
.fa-level-down:before {
    content: "\f149"
}
.fa-check-square:before {
    content: "\f14a"
}
.fa-pencil-square:before {
    content: "\f14b"
}
.fa-external-link-square:before {
    content: "\f14c"
}
.fa-share-square:before {
    content: "\f14d"
}
.fa-compass:before {
    content: "\f14e"
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}
.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}
.fa-gbp:before {
    content: "\f154"
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}
.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}
.fa-krw:before,
.fa-won:before {
    content: "\f159"
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}
.fa-file:before {
    content: "\f15b"
}
.fa-file-text:before {
    content: "\f15c"
}
.fa-sort-alpha-asc:before {
    content: "\f15d"
}
.fa-sort-alpha-desc:before {
    content: "\f15e"
}
.fa-sort-amount-asc:before {
    content: "\f160"
}
.fa-sort-amount-desc:before {
    content: "\f161"
}
.fa-sort-numeric-asc:before {
    content: "\f162"
}
.fa-sort-numeric-desc:before {
    content: "\f163"
}
.fa-thumbs-up:before {
    content: "\f164"
}
.fa-thumbs-down:before {
    content: "\f165"
}
.fa-youtube-square:before {
    content: "\f166"
}
.fa-youtube:before {
    content: "\f167"
}
.fa-xing:before {
    content: "\f168"
}
.fa-xing-square:before {
    content: "\f169"
}
.fa-youtube-play:before {
    content: "\f16a"
}
.fa-dropbox:before {
    content: "\f16b"
}
.fa-stack-overflow:before {
    content: "\f16c"
}
.fa-instagram:before {
    content: "\f16d"
}
.fa-flickr:before {
    content: "\f16e"
}
.fa-adn:before {
    content: "\f170"
}
.fa-bitbucket:before {
    content: "\f171"
}
.fa-bitbucket-square:before {
    content: "\f172"
}
.fa-tumblr:before {
    content: "\f173"
}
.fa-tumblr-square:before {
    content: "\f174"
}
.fa-long-arrow-down:before {
    content: "\f175"
}
.fa-long-arrow-up:before {
    content: "\f176"
}
.fa-long-arrow-left:before {
    content: "\f177"
}
.fa-long-arrow-right:before {
    content: "\f178"
}
.fa-apple:before {
    content: "\f179"
}
.fa-windows:before {
    content: "\f17a"
}
.fa-android:before {
    content: "\f17b"
}
.fa-linux:before {
    content: "\f17c"
}
.fa-dribbble:before {
    content: "\f17d"
}
.fa-skype:before {
    content: "\f17e"
}
.fa-foursquare:before {
    content: "\f180"
}
.fa-trello:before {
    content: "\f181"
}
.fa-female:before {
    content: "\f182"
}
.fa-male:before {
    content: "\f183"
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}
.fa-sun-o:before {
    content: "\f185"
}
.fa-moon-o:before {
    content: "\f186"
}
.fa-archive:before {
    content: "\f187"
}
.fa-bug:before {
    content: "\f188"
}
.fa-vk:before {
    content: "\f189"
}
.fa-weibo:before {
    content: "\f18a"
}
.fa-renren:before {
    content: "\f18b"
}
.fa-pagelines:before {
    content: "\f18c"
}
.fa-stack-exchange:before {
    content: "\f18d"
}
.fa-arrow-circle-o-right:before {
    content: "\f18e"
}
.fa-arrow-circle-o-left:before {
    content: "\f190"
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}
.fa-dot-circle-o:before {
    content: "\f192"
}
.fa-wheelchair:before {
    content: "\f193"
}
.fa-vimeo-square:before {
    content: "\f194"
}
.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}
.fa-plus-square-o:before {
    content: "\f196"
}
.fa-space-shuttle:before {
    content: "\f197"
}
.fa-slack:before {
    content: "\f198"
}
.fa-envelope-square:before {
    content: "\f199"
}
.fa-wordpress:before {
    content: "\f19a"
}
.fa-openid:before {
    content: "\f19b"
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}
.fa-yahoo:before {
    content: "\f19e"
}
.fa-google:before {
    content: "\f1a0"
}
.fa-reddit:before {
    content: "\f1a1"
}
.fa-reddit-square:before {
    content: "\f1a2"
}
.fa-stumbleupon-circle:before {
    content: "\f1a3"
}
.fa-stumbleupon:before {
    content: "\f1a4"
}
.fa-delicious:before {
    content: "\f1a5"
}
.fa-digg:before {
    content: "\f1a6"
}
.fa-pied-piper:before {
    content: "\f1a7"
}
.fa-pied-piper-alt:before {
    content: "\f1a8"
}
.fa-drupal:before {
    content: "\f1a9"
}
.fa-joomla:before {
    content: "\f1aa"
}
.fa-language:before {
    content: "\f1ab"
}
.fa-fax:before {
    content: "\f1ac"
}
.fa-building:before {
    content: "\f1ad"
}
.fa-child:before {
    content: "\f1ae"
}
.fa-paw:before {
    content: "\f1b0"
}
.fa-spoon:before {
    content: "\f1b1"
}
.fa-cube:before {
    content: "\f1b2"
}
.fa-cubes:before {
    content: "\f1b3"
}
.fa-behance:before {
    content: "\f1b4"
}
.fa-behance-square:before {
    content: "\f1b5"
}
.fa-steam:before {
    content: "\f1b6"
}
.fa-steam-square:before {
    content: "\f1b7"
}
.fa-recycle:before {
    content: "\f1b8"
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}
.fa-tree:before {
    content: "\f1bb"
}
.fa-spotify:before {
    content: "\f1bc"
}
.fa-deviantart:before {
    content: "\f1bd"
}
.fa-soundcloud:before {
    content: "\f1be"
}
.fa-database:before {
    content: "\f1c0"
}
.fa-file-pdf-o:before {
    content: "\f1c1"
}
.fa-file-word-o:before {
    content: "\f1c2"
}
.fa-file-excel-o:before {
    content: "\f1c3"
}
.fa-file-powerpoint-o:before {
    content: "\f1c4"
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}
.fa-file-code-o:before {
    content: "\f1c9"
}
.fa-vine:before {
    content: "\f1ca"
}
.fa-codepen:before {
    content: "\f1cb"
}
.fa-jsfiddle:before {
    content: "\f1cc"
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}
.fa-circle-o-notch:before {
    content: "\f1ce"
}
.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}
.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}
.fa-git-square:before {
    content: "\f1d2"
}
.fa-git:before {
    content: "\f1d3"
}
.fa-hacker-news:before {
    content: "\f1d4"
}
.fa-tencent-weibo:before {
    content: "\f1d5"
}
.fa-qq:before {
    content: "\f1d6"
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}
.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}
.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}
.fa-history:before {
    content: "\f1da"
}
.fa-circle-thin:before,
.fa-genderless:before {
    content: "\f1db"
}
.fa-header:before {
    content: "\f1dc"
}
.fa-paragraph:before {
    content: "\f1dd"
}
.fa-sliders:before {
    content: "\f1de"
}
.fa-share-alt:before {
    content: "\f1e0"
}
.fa-share-alt-square:before {
    content: "\f1e1"
}
.fa-bomb:before {
    content: "\f1e2"
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}
.fa-tty:before {
    content: "\f1e4"
}
.fa-binoculars:before {
    content: "\f1e5"
}
.fa-plug:before {
    content: "\f1e6"
}
.fa-slideshare:before {
    content: "\f1e7"
}
.fa-twitch:before {
    content: "\f1e8"
}
.fa-yelp:before {
    content: "\f1e9"
}
.fa-newspaper-o:before {
    content: "\f1ea"
}
.fa-wifi:before {
    content: "\f1eb"
}
.fa-calculator:before {
    content: "\f1ec"
}
.fa-paypal:before {
    content: "\f1ed"
}
.fa-google-wallet:before {
    content: "\f1ee"
}
.fa-cc-visa:before {
    content: "\f1f0"
}
.fa-cc-mastercard:before {
    content: "\f1f1"
}
.fa-cc-discover:before {
    content: "\f1f2"
}
.fa-cc-amex:before {
    content: "\f1f3"
}
.fa-cc-paypal:before {
    content: "\f1f4"
}
.fa-cc-stripe:before {
    content: "\f1f5"
}
.fa-bell-slash:before {
    content: "\f1f6"
}
.fa-bell-slash-o:before {
    content: "\f1f7"
}
.fa-trash:before {
    content: "\f1f8"
}
.fa-copyright:before {
    content: "\f1f9"
}
.fa-at:before {
    content: "\f1fa"
}
.fa-eyedropper:before {
    content: "\f1fb"
}
.fa-paint-brush:before {
    content: "\f1fc"
}
.fa-birthday-cake:before {
    content: "\f1fd"
}
.fa-area-chart:before {
    content: "\f1fe"
}
.fa-pie-chart:before {
    content: "\f200"
}
.fa-line-chart:before {
    content: "\f201"
}
.fa-lastfm:before {
    content: "\f202"
}
.fa-lastfm-square:before {
    content: "\f203"
}
.fa-toggle-off:before {
    content: "\f204"
}
.fa-toggle-on:before {
    content: "\f205"
}
.fa-bicycle:before {
    content: "\f206"
}
.fa-bus:before {
    content: "\f207"
}
.fa-ioxhost:before {
    content: "\f208"
}
.fa-angellist:before {
    content: "\f209"
}
.fa-cc:before {
    content: "\f20a"
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}
.fa-meanpath:before {
    content: "\f20c"
}
.fa-buysellads:before {
    content: "\f20d"
}
.fa-connectdevelop:before {
    content: "\f20e"
}
.fa-dashcube:before {
    content: "\f210"
}
.fa-forumbee:before {
    content: "\f211"
}
.fa-leanpub:before {
    content: "\f212"
}
.fa-sellsy:before {
    content: "\f213"
}
.fa-shirtsinbulk:before {
    content: "\f214"
}
.fa-simplybuilt:before {
    content: "\f215"
}
.fa-skyatlas:before {
    content: "\f216"
}
.fa-cart-plus:before {
    content: "\f217"
}
.fa-cart-arrow-down:before {
    content: "\f218"
}
.fa-diamond:before {
    content: "\f219"
}
.fa-ship:before {
    content: "\f21a"
}
.fa-user-secret:before {
    content: "\f21b"
}
.fa-motorcycle:before {
    content: "\f21c"
}
.fa-street-view:before {
    content: "\f21d"
}
.fa-heartbeat:before {
    content: "\f21e"
}
.fa-venus:before {
    content: "\f221"
}
.fa-mars:before {
    content: "\f222"
}
.fa-mercury:before {
    content: "\f223"
}
.fa-transgender:before {
    content: "\f224"
}
.fa-transgender-alt:before {
    content: "\f225"
}
.fa-venus-double:before {
    content: "\f226"
}
.fa-mars-double:before {
    content: "\f227"
}
.fa-venus-mars:before {
    content: "\f228"
}
.fa-mars-stroke:before {
    content: "\f229"
}
.fa-mars-stroke-v:before {
    content: "\f22a"
}
.fa-mars-stroke-h:before {
    content: "\f22b"
}
.fa-neuter:before {
    content: "\f22c"
}
.fa-facebook-official:before {
    content: "\f230"
}
.fa-pinterest-p:before {
    content: "\f231"
}
.fa-whatsapp:before {
    content: "\f232"
}
.fa-server:before {
    content: "\f233"
}
.fa-user-plus:before {
    content: "\f234"
}
.fa-user-times:before {
    content: "\f235"
}
.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}
.fa-viacoin:before {
    content: "\f237"
}
.fa-train:before {
    content: "\f238"
}
.fa-subway:before {
    content: "\f239"
}
.fa-medium:before {
    content: "\f23a"
}
.lower {
    text-transform: lowercase
}
.underline {
    text-decoration: underline
}
.strong {
    font-weight: 700
}
.rel {
    position: relative
}
.overflow {
    overflow: hidden
}
.gutter-double-top {
    margin-top: 60px
}
.gutter-double-bottom {
    margin-bottom: 60px
}
.gutter-double-both {
    margin-top: 60px;
    margin-bottom: 60px
}
.gutter-half-both,
.gutter-half-top {
    margin-top: 15px
}
.gutter-half-both,
.gutter-half-bottom {
    margin-bottom: 15px
}
.pad-side {
    padding-right: 15px;
    padding-left: 15px
}
.border-top {
    border-top: 1px solid #fafafa
}
.border-right {
    border-right: 1px solid #fafafa
}
.border-bottom {
    border-bottom: 1px solid #fafafa
}
.border-left {
    border-left: 1px solid #fafafa
}
.two-col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}
img {
    height: auto
}
.media img {
    max-width: none
}
img.pull-left,
img[align=left] {
    float: left;
    margin: 0 30px 30px 0
}
img.pull-right,
img[align=right] {
    float: right;
    margin: 0 0 30px 30px
}
a {
    -webkit-transition: color .2s;
    transition: color .2s;
    color: grey
}
a:hover {
    color: #404040;
    -webkit-transition: color .2s;
    transition: color .2s;
    text-decoration: none
}
hr {
    border-top-color: #404040
}
.panel {
    float: left;
    width: 100%
}
.image-panel {
    background-position: center center;
    background-attachment: fixed;
    background-size: cover
}
@media (max-width: 768px) {
    .two-col {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
    .image-panel {
        background-attachment: scroll
    }
}
.white-panel {
    background-color: #fff
}
.black-panel {
    background-color: #000
}
.gray-panel {
    background-color: grey
}
.light-gray-panel {
    background-color: #fafafa
}
body.off-canvas-expanded {
    overflow: hidden;
    position: fixed
}
.off-canvas {
    position: fixed;
    width: 240px;
    right: -250px;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 1010;
    -webkit-transition: right .2s ease;
    transition: right .2s ease
}
.off-canvas ul {
    padding: 0;
    margin: 0
}
.off-canvas ul li {
    list-style: none;
    display: block;
    position: relative
}
.off-canvas ul a {
    display: block;
    width: 100%;
    padding: 5px 15px;
    text-transform: uppercase;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}
.off-canvas ul a:hover {
    background: #fafafa;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #404040
}
.off-canvas ul li a {
    padding: 0 0 0 30px;
    text-transform: none
}
.off-canvas>div>ul>li>ul {
    display: none
}
.off-canvas .expand {
    position: absolute;
    top: 0;
    right: 0;
    color: #404040;
    width: 45px;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.5em;
    border-left: 1px dashed gray;
    cursor: pointer
}
.off-canvas.off-canvas-expanded {
    right: 0;
    -webkit-transition: right .2s ease;
    transition: right .2s ease
}
.off-canvas .off-canvas-toggle {
    display: block;
    text-align: left;
    cursor: pointer;
    position: absolute;
    background: #fff;
    z-index: -1;
    padding: 0 0 0 15px;
    height: 51px
}
.off-canvas .off-canvas-toggle .fa {
    font-size: 2.5em;
    line-height: 48px
}
.off-canvas .off-canvas-wrapper {
    position: absolute;
    left: 0;
    overflow: scroll;
    width: 100%
}
.off-canvas .off-canvas-wrapper .fa {
    color: #fff
}
.off-canvas .off-canvas-wrapper .fa:hover {
    color: #a6a6a6
}
.off-canvas .menu-logo {
    padding: 20px 30px;
    background: #fff;
    float: left;
    width: 100%
}
.off-canvas .menu-header {
    color: #fff;
    background: #404040;
    padding: 0 15px;
    float: left;
    width: 100%;
    font-weight: 700
}
.off-canvas-overlay {
    display: block;
    position: fixed;
    z-index: 1009
}
.off-canvas-overlay.off-canvas-expanded {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6)
}
.logo {
    background: url(https://www.adherecreative.com/hubfs/layout/img/adhere-creative-logo.png);
    width: 137px;
    height: 44px;
    display: block;
    text-indent: -9999px;
    overflow: hidden
}
section.image-panel {
    background-position: 50% 50%;
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/banners/home-768-banner.jpg)
}
section.image-panel .inner-container {
    padding-top: 40px;
    padding-bottom: 40px
}
section.image-panel .inner-container.text-box .col-md-8 {
    float: none;
    margin: 0 auto;
    text-align: center
}
section.image-panel h1 {
    color: #fff;
    margin: 0 0 40px;
    font-weight: 100;
    font-size: 70px;
    line-height: 70px
}
@media (max-width: 767px) {
    section.image-panel h1 {
        font-size: 40px;
        line-height: 40px
    }
}
section.image-panel h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto;
    font-weight: 300;
    color: #fff;
    width: 66%
}
section.image-panel h2 span {
    color: #fff
}
section.image-panel .see-more {
    display: block;
    margin: 100px auto 40px;
    padding-bottom: 54px;
    background: url(https://www.adherecreative.com/hubfs/layout/img/ui/mouse.png) 50% 100% no-repeat;
    font-size: 13px;
    line-height: 27px;
    color: #fff;
    font-weight: 700;
    font-style: italic
}
section#scene-intro.panel .container {
    text-align: center
}
section .quote {
    font-size: 28px;
    min-height: 91px;
    padding: 25px 0 45px 150px;
    margin: 0;
    background: url(https://www.adherecreative.com/hubfs/layout/img/ui/quote.png) 0 25px no-repeat;
    border: none;
    position: relative;
    display: inline-block
}
section .quote p {
    text-align: left;
    margin: 0 0 5px;
    font-weight: 500;
    line-height: 38px
}
section .quote cite {
    position: absolute;
    right: -30px;
    color: #86bd3b;
    font-weight: 900;
    line-height: 26px;
    font-style: italic;
    font-family: helvetica, arial
}
section .quote cite span {
    position: absolute;
    right: 0;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    color: #4d4d4f;
    white-space: nowrap
}
@media (max-width: 1199px) {
    section .quote cite {
        right: -20px
    }
}
@media (max-width: 767px) {
    section .quote {
        background: 0 0;
        padding: 25px 0 45px;
        font-size: 18px;
        margin: 0 auto
    }
    section .quote p {
        line-height: 28px
    }
    section .quote cite {
        right: 0
    }
    section .quote cite span {
        font-size: 16px
    }
}
.off-canvas {
    background: #fff
}
.off-canvas .off-canvas-toggle {
    top: 0;
    color: #86bd3b;
    width: 75px;
    left: -75px;
    box-shadow: -2px 2px 6px rgba(0, 0, 0, .05)
}
.off-canvas.off-canvas-expanded .off-canvas-toggle {
    box-shadow: none
}
.off-canvas .logo {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    border: 0;
    display: block;
    width: 100%;
    height: 72px;
    background: url(https://www.adherecreative.com/hubfs/layout/img/adhere-creative-logo.png) center center no-repeat #5d8329!important;
    background-size: contain
}
.off-canvas .off-canvas-wrapper {
    top: 72px;
    bottom: 0;
    right: 0
}
.off-canvas .off-canvas-wrapper ul ul {
    border-bottom: 1px dashed #a6a6a6
}
.off-canvas .off-canvas-wrapper a {
    background: #fff;
    color: #86bd3b;
    padding: 10px 45px 10px 10px;
    border-bottom: 1px dashed #a6a6a6
}
.off-canvas .off-canvas-wrapper ul ul a {
    border-bottom: none;
    padding: 5px 10px 5px 30px;
    font-size: .8em;
    font-style: italic;
    color: #404040
}
.off-canvas .off-canvas-wrapper .expand {
    padding-top: 5px;
    border-left-color: #a6a6a6;
    color: grey;
    line-height: 1.8em
}
.off-canvas .off-canvas-wrapper .header-social {
    width: 100%
}
.off-canvas .off-canvas-wrapper .header-social ul {
    display: block!important
}
.off-canvas .off-canvas-wrapper .header-social li a {
    background: 0 0
}
.off-canvas .off-canvas-wrapper .header-social .expand,
.off-canvas .off-canvas-wrapper .header-social .share-alt {
    display: none
}
.off-canvas .off-canvas-wrapper .header-social ul li {
    float: left
}
.off-canvas .off-canvas-wrapper .header-social ul li a {
    padding: 0;
    text-align: center;
    font-size: 1.3em;
    width: 50px;
    line-height: 50px
}
.off-canvas .off-canvas-wrapper .header-social .pinterest {
    background: #cb2027
}
.off-canvas .off-canvas-wrapper .header-social .pinterest:hover {
    background: #89161a
}
.off-canvas .off-canvas-wrapper .header-social .google-plus {
    background: #dd4b39
}
.off-canvas .off-canvas-wrapper .header-social .google-plus:hover {
    background: #ac2d1e
}
.off-canvas .off-canvas-wrapper .header-social .facebook {
    background: #3b5998
}
.off-canvas .off-canvas-wrapper .header-social .facebook:hover {
    background: #263961
}
.off-canvas .off-canvas-wrapper .header-social .twitter {
    background: #00aced
}
.off-canvas .off-canvas-wrapper .header-social .twitter:hover {
    background: #0074a1
}
.off-canvas .off-canvas-wrapper .header-social .linkedin {
    background: #007bb6
}
.off-canvas .off-canvas-wrapper .header-social .linkedin:hover {
    background: #00476a
}
.off-canvas .off-canvas-wrapper .header-social .rss {
    background: #86bd3b
}
.off-canvas .off-canvas-wrapper .header-social .rss:hover {
    background: #5d8329
}
.off-canvas .nav-cta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}
.off-canvas .nav-cta a {
    background: #86bd3b;
    color: #fff;
    width: 100%;
    padding: 10px 0;
    display: block;
    text-align: center;
    font-weight: 600
}
body {
    -webkit-transition: left .2s;
    transition: left .2s;
    position: relative;
    left: 0
}
body.off-canvas-expanded {
    -webkit-transition: left .2s;
    transition: left .2s;
    left: -240px
}
.footer-container-wrapper {
    padding-bottom: 30px;
    clear: both
}
.footer-container-wrapper .footer-container {
    padding-top: 58px;
    padding-bottom: 20px
}
.footer-container-wrapper .footer-container .footer-nav ul {
    list-style: none;
    padding: 0;
    text-align: center
}
.footer-container-wrapper .footer-container .footer-nav ul ul {
    margin: 0
}
.footer-container-wrapper .footer-container .footer-nav ul ul li {
    width: 100%;
    margin-right: 0;
    float: none
}
.footer-container-wrapper .footer-container .footer-nav ul ul li a {
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    color: #6e6e70
}
.footer-container-wrapper .footer-container .footer-nav ul li {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-right: 3.5%;
    float: none
}
.footer-container-wrapper .footer-container .footer-nav ul li:last-child {
    margin-right: 0
}
.footer-container-wrapper .footer-container .footer-nav ul li a {
    display: block;
    padding: 5px 5px 5px 0;
    text-decoration: none;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #2f2f31;
    text-align: left
}
.footer-container-wrapper .footer-container .footer-nav ul li a:hover {
    text-decoration: underline
}
@media (max-width: 480px) {
    .footer-container-wrapper .footer-container .footer-nav ul li {
        width: 100%;
        margin-right: 0
    }
    .footer-container-wrapper .footer-container .footer-nav ul li a {
        text-align: center
    }
}
@media (max-width: 1199px) {
    .footer-container-wrapper .footer-container .footer-nav ul {
        margin: 2em 0
    }
    .footer-container-wrapper .footer-container .footer-nav ul li a,
    .footer-container-wrapper .footer-container .footer-nav ul ul li a {
        text-align: center
    }
    .footer-container-wrapper .footer-container .center-content>div {
        margin: 0 0 2em
    }
}
.footer-container-wrapper .footer-container .mail-to,
.footer-container-wrapper .footer-container .tel {
    margin: 0 auto 25px;
    display: block;
    padding: 65px 0 24px;
    line-height: 30px;
    position: relative;
    font-weight: 700;
    text-align: center
}
.footer-container-wrapper .footer-container .tel {
    text-decoration: none;
    font-size: 20px;
    color: #2f2f31
}
.footer-container-wrapper .footer-container .mail-to {
    color: #549ad6;
    font-size: 13px
}
.footer-container-wrapper .footer-container .mail-to:before,
.footer-container-wrapper .footer-container .tel:before {
    font-family: FontAwesome;
    content: "\f095";
    text-align: center;
    font-size: 22px;
    line-height: 48px;
    width: 48px;
    margin-left: -24px;
    border-radius: 24px;
    position: absolute;
    top: 0;
    left: 50%;
    color: #fff;
    background-color: #86bd3b;
    -webkit-transition: "all .2s linear";
    transition: "all .2s linear"
}
.footer-container-wrapper .footer-container .mail-to:before {
    content: "\f003"
}
.footer-container-wrapper .footer-container .mail-to:hover:before,
.footer-container-wrapper .footer-container .tel:hover:before {
    opacity: .8
}
.footer-container-wrapper .footer-container address {
    text-align: center;
    font-style: normal
}
.footer-container-wrapper .hr {
    width: 100%
}
.footer-container-wrapper .social-icons {
    float: left;
    margin-bottom: 25px;
    text-align: center;
    width: 100%
}
.footer-container-wrapper .social-icons a {
    height: 36px;
    width: 36px;
    display: inline-block;
    float: none;
    text-align: center
}
.footer-container-wrapper .social-icons a:hover {
    opacity: .8
}
.footer-container-wrapper .social-icons a i {
    color: #fff;
    line-height: 36px
}
.footer-container-wrapper .copyright {
    font-size: 14px;
    line-height: 15px;
    margin: 11px 0;
    text-align: right;
    color: #6e6e70;
    clear: both
}
.footer-with-menu .social-icons {
    text-align: left
}
p {
    margin: 30px 0
}
.inner-container {
    width: 100%;
    float: none;
    max-width: 1200px;
    margin: 0 auto
}
.page-header {
    color: #fff;
    text-align: center;
    border-bottom: none;
    /* padding-top: 15vh */
    padding-top: 22vh;
}
.page-header p {
    font-weight: 100;
    color: #fff
}
.hr {
    width: 75%;
    height: 1px;
    min-height: 1px!important;
    max-height: 1px;
    background: #dadadb;
    margin: 20px auto
}
.left-col-padding {
    padding-right: 100px
}
.right-col-padding {
    padding-left: 100px
}
.center-content {
    text-align: center
}
.no-p,
.no-p p {
    padding: 0;
    margin: 0
}
.huge-title,
.large-title {
    color: #fff;
    margin: 0 0 40px;
    font-weight: 100
}
.huge-title {
    font-size: 70px;
    line-height: 70px
}
.large-title {
    font-size: 50px;
    line-height: 50px
}
.large-subtitle {
    font-size: 20px;
    line-height: 30px;
    color: #999;
    width: 33%;
    margin: 0 auto;
    font-weight: 300
}
.large-subtitle span {
    color: #fff
}
.centered-img {
    margin: 30px auto;
    display: block
}
section.content {
    clear: both
}
section.content .h1,
section.content h1 {
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 40px;
    font-weight: 100;
    color: #2f2f31
}
section.content .h2,
section.content h2 {
    margin: 0 0 40px;
    font-weight: 100;
    font-size: 70px;
    line-height: 70px;
    color: #2f2f31
}
section.content .h5,
section.content h5 {
    font-size: 20px;
    line-height: 30px;
    width: 33%;
    margin: 0 auto;
    font-weight: 300;
    color: #2f2f31
}
section.content .h5 span,
section.content h5 span {
    color: #fff
}
.expandable {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover
}
.expandable.reveal-comments a.expand-trigger:after {
    display: none
}
.expandable.reveal-comments a.expand-trigger h4 {
    font-size: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #b6b6b7;
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #2f2f31
}
.expandable.reveal-comments a.expand-trigger h4:hover {
    border-bottom: 1px solid #b6b6b7
}
.expandable a.expand-trigger {
    display: block;
    text-align: center;
    padding: 80px 20px 20px;
    position: relative;
    text-decoration: none
}
.expandable a.expand-trigger h4 {
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    margin: 0 0 40px;
    font-weight: 100
}
@media (max-width: 767px) {
    .expandable a.expand-trigger h4 {
        font-size: 35px
    }
}
.expandable a.expand-trigger h5 {
    font-size: 20px;
    line-height: 30px;
    color: #999;
    width: 33%;
    margin: 0 auto;
    font-weight: 300
}
.expandable a.expand-trigger h5 span {
    color: #fff
}
@media (max-width: 767px) {
    .expandable a.expand-trigger h5 {
        width: 100%
    }
}
.expandable a.expand-trigger:after {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-user-select: none;
    user-select: none;
    content: "Get Started";
    position: relative;
    background-color: #86bd3b;
    color: #fff;
    padding: 10px 25px;
    margin-bottom: 30px;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px
}
.expandable a.expand-trigger:after.active.focus,
.expandable a.expand-trigger:after.active:focus,
.expandable a.expand-trigger:after.focus,
.expandable a.expand-trigger:after:active.focus,
.expandable a.expand-trigger:after:active:focus,
.expandable a.expand-trigger:after:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}
.expandable a.expand-trigger:after.focus,
.expandable a.expand-trigger:after:focus,
.expandable a.expand-trigger:after:hover {
    color: #333;
    text-decoration: none
}
.expandable a.expand-trigger:after.active,
.expandable a.expand-trigger:after:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.expandable a.expand-trigger:after.disabled,
.expandable a.expand-trigger:after[disabled],
fieldset[disabled] .expandable a.expand-trigger:after {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}
.expandable div.hbspt-form {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width: 768px) {
    .expandable div.hbspt-form {
        width: 750px
    }
}
@media (min-width: 992px) {
    .expandable div.hbspt-form {
        width: 970px
    }
}
@media (min-width: 1200px) {
    .expandable div.hbspt-form {
        width: 1170px
    }
}
.expandable form.hs-form {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 30px;
    padding-bottom: 90px
}
.expandable form.hs-form .hs_submit {
    width: 33%;
    margin: 50px 33% 0;
    padding: 0 15px;
    float: left
}
@media (max-width: 768px) {
    .expandable form.hs-form .hs_submit {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}
.expandable form.hs-form .hs_submit .hs-button {
    width: 100%;
    border-radius: 2px;
    color: #fff
}
.expandable form.hs-form fieldset {
    width: 33%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}
@media (max-width: 768px) {
    .expandable form.hs-form fieldset {
        width: 100%
    }
}
.expandable form.hs-form fieldset div.field.hs-form-field {
    width: 100%;
    padding: 10px 0 40px;
    float: left;
    position: relative
}
.expandable form.hs-form fieldset label {
    position: absolute;
    width: 100%;
    height: 40px;
    margin: 0;
    overflow: inherit;
    clip: auto;
    text-align: center;
    font-weight: 100;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    bottom: 0;
    left: 0
}
.expandable form.hs-form fieldset .hs-input {
    background: rgba(255, 255, 255, .1);
    -webkit-transition: background .2s;
    transition: background .2s;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px
}
.expandable form.hs-form fieldset .hs-input:focus {
    background: #2a2c32;
    -webkit-transition: background .2s;
    transition: background .2s
}
.expandable form.hs-form fieldset .input {
    float: left;
    width: 100%;
    position: relative
}
.expandable form.hs-form fieldset textarea.hs-input {
    box-sizing: border-box;
    height: 214px;
    max-width: 100%
}
.expandable form.hs-form fieldset .hs_message .input {
    height: 214px
}
.expandable form.hs-form fieldset .hs-error-msgs {
    position: absolute;
    bottom: -13px;
    width: 100%;
    margin: 0
}
.expandable form.hs-form fieldset .hs-error-msgs label {
    color: #f06747
}
.expandable .reveal {
    display: none
}
.expandable .reveal.open {
    display: block
}
.expandable .reveal .layout-widget-wrapper {
    width: 100%;
    float: none;
    max-width: 1200px;
    margin: 0 auto
}
.middle-line {
    background: url(https://www.adherecreative.com/hubfs/layout/img/middle-line.png) 50% 50% repeat-y
}
.graph-icon {
    display: inline-block;
    height: 70px;
    width: 71px;
    background: url(https://www.adherecreative.com/hubfs/layout/img/ui/growth-diagram.png)
}
.header-cta {
    float: right
}
.header-cta a {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    line-height: normal;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    background-color: #6fd3f7;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 5px
}
.custom-menu-primary .hs-menu-wrapper>ul ul,
.header-cta img {
    display: none
}
.custom-menu-primary .hs-menu-wrapper>ul {
    padding: 0;
    margin: 0;
    float: right
}
.custom-menu-primary .hs-menu-wrapper>ul>li {
    list-style: none;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 13px;
    text-transform: uppercase;
    color: #979799;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
    position: relative;
    padding: 8px;
    margin: 6px
}
.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a,
.custom-menu-primary .hs-menu-wrapper>ul>li.active>a,
.custom-menu-primary .hs-menu-wrapper>ul>li>a:focus,
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    color: #fff;
    text-decoration: none
}
.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a:after,
.custom-menu-primary .hs-menu-wrapper>ul>li.active>a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 12px;
    height: 3px;
    background: #86bd3b;
    margin-left: -6px
}
.off-canvas ul ul {
    display: none
}
.custom-menu-primary .hs-menu-wrapper>ul li a,
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    overflow: visible!important;
    max-width: none!important;
    width: auto!important
}
@media screen and (min-width: 768px) {
    .custom-menu-primary .hs-menu-wrapper {
        display: block!important
    }
}
.child-trigger,
.mobile-trigger {
    display: none
}
@media (max-width: 767px) {
    .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: 0;
        margin: 0;
        background-image: none;
        background-color: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        max-width: none;
        width: 100%;
        height: auto;
        line-height: 1;
        font-weight: 400;
        text-decoration: none;
        text-indent: 0;
        text-align: left;
        color: #fff
    }
    .mobile-trigger {
        display: inline-block!important;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 10px;
        width: auto;
        height: auto;
        padding: 7px 10px 8px;
        background: #fff;
        border: 1px solid #000;
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        text-transform: uppercase;
        border-radius: 4px;
        color: #000
    }
    .mobile-trigger:hover {
        text-decoration: none;
        color: #fff;
        background-color: #000;
        border-color: transparent
    }
    .mobile-open .mobile-trigger {
        color: #fff;
        background-color: #000;
        border-color: transparent
    }
    .mobile-trigger i {
        position: relative;
        top: -4px
    }
    .mobile-trigger i:after,
    .mobile-trigger i:before {
        position: absolute;
        content: ''
    }
    .mobile-trigger i,
    .mobile-trigger i:after,
    .mobile-trigger i:before {
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: #000;
        display: inline-block
    }
    .mobile-trigger i:before {
        top: -6px
    }
    .mobile-trigger i:after {
        top: 6px
    }
    .mobile-open .mobile-trigger i,
    .mobile-open .mobile-trigger i:after,
    .mobile-open .mobile-trigger i:before,
    .mobile-trigger:hover i,
    .mobile-trigger:hover i:after,
    .mobile-trigger:hover i:before {
        background-color: #fff
    }
    .child-trigger {
        display: block!important;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        width: 55px!important;
        min-width: 55px!important;
        height: 45px!important;
        padding: 0!important;
        border-left: 1px dotted rgba(255, 255, 255, .2)
    }
    .child-trigger:hover {
        text-decoration: none
    }
    .child-trigger i {
        position: relative;
        top: 50%;
        margin: 0 auto!important
    }
    .child-trigger i:after {
        position: absolute;
        content: '';
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
    .child-trigger i,
    .child-trigger i:after {
        width: 10px;
        height: 1px;
        background-color: #fff;
        display: block
    }
    .child-trigger.child-open i:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    .child-trigger.child-open i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    .custom-menu-primary.js-enabled {
        position: relative;
        padding-top: 44px;
        margin: 10px 0
    }
    .custom-menu-primary.js-enabled .hs-menu-children-wrapper,
    .custom-menu-primary.js-enabled .hs-menu-wrapper {
        display: none
    }
    .custom-menu-primary ul.hs-menu-children-wrapper {
        visibility: visible!important;
        opacity: 1!important;
        position: static!important;
        display: none
    }
    .custom-menu-primary.js-enabled .hs-menu-wrapper {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        padding: 0
    }
    .custom-menu-primary .hs-menu-wrapper {
        background-color: #000;
        width: 100%
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li {
        position: relative
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li a {
        font-size: 22px;
        line-height: 45px;
        overflow: visible
    }
    .custom-menu-primary .hs-menu-wrapper>ul li {
        border-top: 1px dotted rgba(255, 255, 255, .35)
    }
    .custom-menu-primary .hs-menu-wrapper>ul li a {
        padding: 0 10px;
        color: #fff
    }
    .custom-menu-primary .hs-menu-wrapper>ul li a:hover {
        color: #fff
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul li {
        background-color: rgba(255, 255, 255, .08)
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul li a {
        text-indent: 10px;
        font-size: 16px
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul ul li a {
        text-indent: 30px
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul ul ul li a {
        text-indent: 50px
    }
}
body label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.hs-form .hs-input,
.hs-form textarea.hs-input,
body input[type=color],
body input[type=date],
body input[type=datetime-local],
body input[type=datetime],
body input[type=email],
body input[type=file],
body input[type=month],
body input[type=number],
body input[type=password],
body input[type=search],
body input[type=tel],
body input[type=text],
body input[type=time],
body input[type=url],
body input[type=week],
body select,
body textarea,
body textarea.hs-input {
    width: 100%;
    font-size: 15px;
    line-height: 27px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    background: #f0f0f1;
    padding: 16px;
    border-bottom: 1px solid #b6b6b7;
    letter-spacing: .5px;
    color: #6e6e70;
    font-weight: 300
}
body input[type=color]:focus,
body input[type=date]:focus,
body input[type=datetime-local]:focus,
body input[type=datetime]:focus,
body input[type=email]:focus,
body input[type=file]:focus,
body input[type=month]:focus,
body input[type=number]:focus,
body input[type=password]:focus,
body input[type=search]:focus,
body input[type=tel]:focus,
body input[type=text]:focus,
body input[type=time]:focus,
body input[type=url]:focus,
body input[type=week]:focus,
body select:focus,
body textarea.hs-input:focus,
body textarea:focus {
    border: 0;
    border-bottom: 1px solid #86bd3b;
    outline: 0;
    box-shadow: none
}
body textarea.hs-input {
    box-sizing: initial;
    max-width: 500px;
    width: 100%
}
body form.hs-form .hs-form-field ul.inputs-list {
    list-style: none;
    padding: 0
}
#hs_form_target_blog_subscription input[type=checkbox],
#hs_form_target_blog_subscription input[type=radio] {
    width: auto;
    margin-right: 10px
}
body form.hs-form fieldset {
    max-width: none
}
body form.hs-form fieldset .hs-form-field {
    padding: 0 10px 0 0
}
body form.hs-form fieldset[class*=form-columns] .input {
    margin-right: 0
}
body form.hs-form fieldset[class*=form-columns] .hs-input {
    width: 100%;
    color:#fff;
}
body form.hs-form fieldset[class*=form-columns] .hs-input[type=checkbox] {
    width: auto
}
body form.hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.33%
}
@media (max-width: 400px) {
    body form.hs-form fieldset .hs-form-field {
        padding: 0
    }
    body form.hs-form .form-columns-2 .hs-form-field .hs-input,
    body form.hs-form .form-columns-3 .hs-form-field .hs-input,
    body form.hs-form fieldset.form-columns-3 .hs-form-field {
        width: 100%
    }
    body form.hs-form .form-columns-3 .hs-form-field .hs-input[type=checkbox] {
        width: auto
    }
}
body .hs-button.primary,
body .hs-button.primary:active,
body input[type=button],
body input[type=button]:active,
body input[type=submit],
body input[type=submit]:active {
    cursor: pointer;
    -webkit-appearance: none;
    font-family: Lato, sans-serif, Sans-Serif;
    text-transform: uppercase;
    text-decoration: none!important;
    border-radius: 4px;
    margin: 0 auto;
    box-shadow: none;
    border: 0;
    padding: 8px 16px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    display: block;
    text-shadow: none;
    letter-spacing: 1px;
    background: #86bd3b;
    font-weight: 700;
    color: #fff
}
.panel h2,
.panel h3 {
    font-weight: 100;
    margin-top: 0
}
.panel {
    position: relative;
    overflow: visible
}
.panel h3 {
    font-size: 35px;
    line-height: 1.3em
}
.panel h2 {
    font-size: 45px
}
.panel p {
    font-weight: 300;
    line-height: 28px
}
.panel.steps {
    padding: 0!important
}
.panel.page-lead p {
    font-size: 1.2em
}
@media (max-width: 767px) {
    .panel.page-lead p {
        font-size: 1.1em
    }
}
.panel .container {
    position: relative;
    z-index: 1
}
.panel .staticbg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 0;
    width: 100%;
    height: 100%;
    max-width: 1280px;
    display: none
}
@media (min-width: 1200px) {
    .panel .staticbg {
        display: block
    }
    .panel-simple {
        text-align: center;
        overflow: hidden
    }
    .panel-simple .container {
        padding-left: 150px;
        padding-right: 150px
    }
}
.panel-two-facts .facts .icon img,
.panel-two-facts .facts .icon:before {
    display: inline-block;
    vertical-align: middle
}
.panel-two-facts {
    max-width: 100%;
    overflow: visible;
    overflow-x: hidden
}
@media (min-width: 1200px) {
    .panel-two-facts .container>.btn-cta,
    .panel-two-facts .container>h3,
    .panel-two-facts .container>p {
        max-width: 350px;
        margin-left: 90px
    }
}
.panel-two-facts .facts {
    margin: 75px 0 0;
    padding-top: 40px;
    border-top: 1px solid #ececed
}
@media (min-width: 1200px) {
    .panel-two-facts .facts {
        margin-left: 90px;
        margin-right: 90px
    }
}
.panel-two-facts .facts .fact {
    float: left;
    width: 40%;
    min-height: 75px
}
.panel-two-facts .facts .fact:first-of-type {
    margin-right: 5%
}
@media (max-width: 992px) {
    .panel-two-facts .facts .fact {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 2em
    }
}
.panel-two-facts .facts h4 {
    font-size: 14px;
    font-weight: 900;
    line-height: 28px;
    margin: 10px 0 0;
    color: #2f2f31;
    text-transform: uppercase
}
.panel-two-facts .facts p {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    color: #6e6e70
}
.panel-two-facts .facts .icon {
    background: #CCC;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    float: left;
    margin-right: 10px;
    text-align: center;
    max-width: 70%
}
@media (min-width: 1200px) {
    .panel-two-facts .facts .icon {
        height: 100px;
        width: 100px
    }
    .panel-two-facts .facts .icon img {
        max-width: none
    }
}
.panel-two-facts .facts .icon:before {
    height: 100%;
    margin-right: -.25em
}
.device {
    position: relative;
    background: no-repeat
}
.device .screen {
    background-size: cover;
    position: absolute;
    overflow: hidden
}
.device .screen.screen-desktop {
    top: 23px;
    left: 23px;
    width: 447px;
    height: 285px
}
.device .screen.screen-laptop {
    top: 30px;
    left: 107px;
    width: 485px;
    height: 301px
}
.device .screen.screen-phone {
    top: 30px;
    left: 8px;
    height: 139px;
    width: 83px
}
.device .screen.screen-tablet {
    top: 32px;
    left: 10px;
    height: 210px;
    width: 162px
}
.device.device-desktop {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/devices/desktop.png);
    background-size: contain;
    height: 400px;
    width: 500px
}
.device.device-laptop {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/devices/laptop.png);
    background-size: contain;
    width: 700px;
    height: 410px
}
.device.device-phone {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/devices/phone.png);
    background-size: contain;
    height: 200px;
    width: 99px
}
.device.device-tablet {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/devices/tablet.png);
    background-size: contain;
    height: 270px;
    width: 182px
}
body.home .panel {
    padding: 75px 0
}
body.home .panel.page-lead {
    padding: 0
}
body.home section.image-panel {
    background: url(https://www.adherecreative.com/hubfs/layout/img/home/home-bg.jpg) no-repeat fixed;
    background-size: cover;
    min-height: 120vh
}
body.home section.image-panel .page-header {
    padding-top: 21vh
}
@media (max-width: 767px) {
    body.home section.image-panel .page-header {
        padding-top:80px
    }
    body.home section.image-panel { min-height:0; }
}
@media (min-width: 768px) and (max-width: 1199px) {
    body.home section.image-panel {
        min-height: 90vh
    }
    body.home section.image-panel .page-header {
        padding-top: 15vh
    }
}
body.home section.image-panel h1,
body.home section.image-panel p {
    font-weight: 100
}
body.home section.image-panel p {
    font-size: 1.2em
}
body.home section.image-panel .scrollformore {
    display: none;
    position: absolute;
    left: 50%;
    bottom: -55px;
    width: 18px;
    height: 78px;
    background: url(https://www.adherecreative.com/hubfs/layout/img/ui/scrollmouse.png) center center no-repeat;
    background-size: contain;
    animation: slide 2.5s linear infinite;
    -moz-animation: slide 2.5s linear infinite;
    -webkit-animation: slide 2.5s linear infinite;
    -o-animation: slide 2.5s linear infinite
}
@media (min-width: 1200px) {
    body.home section.image-panel .scrollformore {
        display: block
    }
}
body.home .btn-cta {
    font-weight: 100;
    text-transform: uppercase
}
body.home .btn-cta em {
    font-weight: 400;
    font-style: normal
}
body.home .panel-discoverroi {
    text-align: center
}
body.home .panel-discoverroi h2 {
    position: relative;
    font-weight: 100;
    font-size: 3.5vw
}
@media (max-width: 767px) {
    body.home .panel-discoverroi h2 {
        font-size: 1.5em
    }
}
body.home .panel-market h3,
body.home .panel-platform h3 {
    font-size: 70px
}
body.home .panel-discoverroi h2:after {
    content: "";
    display: block;
    position: relative;
    left: 50%;
    bottom: -5px;
    width: 67px;
    height: 67px;
    background: url(https://www.adherecreative.com/hubfs/layout/img/ui/icon-growth.png) no-repeat;
    background-size: contain;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}
body.home .panel-revenuebg {
    padding: 0;
    background: #080717
}
body.home .panel-revenuebg .map {
    display: none;
    position: relative;
    height: 100%
}
@media (min-width: 1200px) {
    body.home .panel-revenuebg .map {
        display: block
    }
}
body.home .panel-revenuebg .map img {
    width: 100vw
}
body.home .panel-revenuebg .map .on {
    position: absolute;
    top: 0;
    left: 0
}
body.home .panel-revenuebg .map .sparkles {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}
body.home .panel-revenuebg .map .sparkles svg {
    width: 100%;
    height: 100%
}
body.home .panel-revenuebg .map #star-complete {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}
body.home .panel-revenuebg .map #star-complete .center {
    fill: #FFF
}
body.home .panel-revenuebg .map #star-complete .sparkle {
    fill: #4dffff;
    opacity: .4
}
body.home .panel-revenuebg .map #star-complete .sparkle.angle {
    opacity: .2
}
body.home .panel-revenuebg .map>svg {
    display: none
}
body.home .panel-revenue {
    background: url(https://www.adherecreative.com/hubfs/layout/img/home/map-mobile.jpg) center center no-repeat
}
@media (min-width: 1200px) {
    body.home .panel-revenue {
        background: 0 0;
        position: absolute;
        top: 0;
        z-index: 10
    }
}
body.home .panel-revenue h3 {
    color: #FFF;
    font-size: 70px
}
@media (max-width: 767px) {
    body.home .panel-revenue h3 {
        font-size: 40px
    }
}
body.home .panel-revenue p {
    color: #b6b6b7;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px
}
body.home .panel-successbg {
    background: url(https://www.adherecreative.com/hubfs/layout/img/home/success-bg.jpg) center center no-repeat;
    position: relative;
    padding-bottom: 0
}
body.home .panel-success {
    text-align: center;
    position: relative;
    z-index: 3
}
body.home .panel-success .extra,
body.home .panel-success h3 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 3em;
    text-align: center;
    z-index: 2
}
@media (max-width: 767px) {
    body.home .panel-success .extra,
    body.home .panel-success h3 {
        font-size: 2em
    }
}
body.home .panel-success .extra span,
body.home .panel-success h3 span {
    position: relative;
    display: inline-block
}
body.home .panel-success h3 {
    color: #86bd3b;
    text-shadow: 0 1px 0 #7eb137, 0 2px 0 #78aa35, 0 3px 0 #73a233, 0 4px 0 #709e31, 0 5px 0 #6a962f, 0 0 5px rgba(0, 0, 0, .0980392), 0 1px 3px rgba(0, 0, 0, .298039), 0 3px 5px rgba(0, 0, 0, .2);
    position: relative
}
body.home .panel-success h3 span[class^=word] {
    margin-right: .3em
}
body.home .panel-success h3 span[class^=char] {
    margin-right: .1em
}
body.home .panel-success .extra {
    position: absolute;
    top: -100px;
    text-shadow: 0 3px 0 #9d9d9d, 0 4px 0 #919191;
    color: #AAA;
    display: none
}
body.home .panel-success .extra.lettered {
    display: block
}
body.home .panel-success .extra.lettered span {
    opacity: 0
}
body.home .panel-success p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px
}
body.home .panel-platformbg .elements {
    display: none
}
body.home .panel-platformbg .elements:after,
body.home .panel-platformbg .elements:before {
    content: " ";
    display: table
}
body.home .panel-platformbg .elements:after {
    clear: both
}
@media (min-width: 1200px) {
    body.home .panel-success {
        padding: 150px 0 50px
    }
    body.home .panel-platformbg {
        padding: 200px 0 100px;
        overflow-x: hidden;
        overflow-y: visible
    }
    body.home .panel-platformbg .elements {
        position: relative;
        margin: 0 auto;
        width: 1170px;
        display: block
    }
    body.home .panel-platformbg .elements .el {
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat
    }
    body.home .panel-platformbg .elements .device-laptop {
        top: 10px;
        right: -135px
    }
    body.home .panel-platformbg .elements .device-tablet {
        top: 190px;
        right: 0;
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5)
    }
    body.home .panel-platformbg .elements .device-phone {
        top: 290px;
        right: 150px;
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5)
    }
    body.home .panel-platformbg .elements .screen-laptop {
        background-image: url(https://www.adherecreative.com/hubfs/layout/img/inbound/web-screens-desktop-php.jpg)
    }
    body.home .panel-platformbg .elements .screen-phone {
        background-image: url(https://www.adherecreative.com/hubfs/layout/img/inbound/web-screens-phone-php.jpg)
    }
    body.home .panel-platformbg .elements .screen-tablet {
        background-image: url(https://www.adherecreative.com/hubfs/layout/img/inbound/web-screens-tablet-php.jpg)
    }
}
body.home .panel-platformbg:after,
body.home .panel-platformbg:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0
}
body.home .panel-platformbg:before {
    top: 0;
    height: 20vh;
    background-image: -webkit-linear-gradient(top, #d5d8df 0, #FFF 100%);
    background-image: linear-gradient(to bottom, #d5d8df 0, #FFF 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd5d8df', endColorstr='#ffffffff', GradientType=0)
}
body.home .panel-platform {
    padding: 0
}
body.home .panel-platform p {
    color: #6e6e70
}
body.home .panel-market {
    padding: 0 0 50px;
    text-align: center
}
@media (max-width: 767px) {
    body.home .panel-market h3 {
        font-size: 40px
    }
}
body.home .panel-market p {
    color: #6e6e70;
    font-size: 20px
}
body.home #graph {
    display: none;
    height: 330px;
    width: 90vw;
    margin: 0 5vw;
    position: absolute;
    bottom: 0
}
body.home #graph .column {
    display: block;
    float: left;
    width: 10%;
    height: 330px;
    position: relative
}
body.home #graph .column span {
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background: #53616c
}
body.home #graph .column span.inactive {
    background: rgba(83, 97, 108, .3)
}
body.home #graph .column span span {
    background: #bdbc67
}
body.home #graph .column span span.inactive {
    background: rgba(189, 188, 103, .3)
}
body.home #graph .column span span span {
    background: #de6d5b
}
body.home #graph .column span span span.inactive {
    background: rgba(222, 109, 91, .3)
}
body.home #graph .column span span span span {
    background: #9771a5
}
body.home #graph .column span span span span.inactive {
    background: rgba(151, 113, 165, .3)
}
body.home #graph .column span span span span span {
    background: #f7bb0d
}
body.home #graph .column span span span span span.inactive {
    background: rgba(247, 187, 13, .3)
}
body.home #graph .column span span span span span span {
    background: #76b4d1
}
body.home #graph .column span span span span span span.inactive {
    background: rgba(118, 180, 209, .3)
}
body.home #graph .column span a {
    display: block;
    width: 100%;
    height: 100%
}
body.home #graph .column>span {
    left: 20%;
    width: 60%
}
body.home #graph .column.col1 {
    margin-left: 0
}
body.home #graph .column.col1 span {
    height: 30px
}
body.home #graph .column.col1 span span {
    height: 17px;
    bottom: 30px
}
body.home #graph .column.col1 span span span {
    height: 21px;
    bottom: 17px
}
body.home #graph .column.col1 span span span span {
    height: 8px;
    bottom: 21px
}
body.home #graph .column.col1 span span span span span {
    height: 8px;
    bottom: 8px
}
body.home #graph .column.col1 span span span span span span {
    height: 29px;
    bottom: 8px
}
body.home #graph .column.col2 span {
    height: 36px
}
body.home #graph .column.col2 span span {
    height: 22px;
    bottom: 36px
}
body.home #graph .column.col2 span span span {
    height: 34px;
    bottom: 22px
}
body.home #graph .column.col2 span span span span {
    height: 22px;
    bottom: 34px
}
body.home #graph .column.col2 span span span span span {
    height: 10px;
    bottom: 22px
}
body.home #graph .column.col2 span span span span span span {
    height: 45px;
    bottom: 10px
}
body.home #graph .column.col3 span {
    height: 55px
}
body.home #graph .column.col3 span span {
    height: 41px;
    bottom: 55px
}
body.home #graph .column.col3 span span span {
    height: 14px;
    bottom: 41px
}
body.home #graph .column.col3 span span span span {
    height: 26px;
    bottom: 14px
}
body.home #graph .column.col3 span span span span span {
    height: 10px;
    bottom: 26px
}
body.home #graph .column.col3 span span span span span span {
    height: 69px;
    bottom: 10px
}
body.home #graph .column.col4 span {
    height: 50px
}
body.home #graph .column.col4 span span {
    height: 21px;
    bottom: 50px
}
body.home #graph .column.col4 span span span {
    height: 28px;
    bottom: 21px
}
body.home #graph .column.col4 span span span span {
    height: 15px;
    bottom: 28px
}
body.home #graph .column.col4 span span span span span {
    height: 20px;
    bottom: 15px
}
body.home #graph .column.col4 span span span span span span {
    height: 68px;
    bottom: 20px
}
body.home #graph .column.col5 span {
    height: 59px
}
body.home #graph .column.col5 span span {
    height: 37px;
    bottom: 59px
}
body.home #graph .column.col5 span span span {
    height: 50px;
    bottom: 37px
}
body.home #graph .column.col5 span span span span {
    height: 27px;
    bottom: 50px
}
body.home #graph .column.col5 span span span span span {
    height: 12px;
    bottom: 27px
}
body.home #graph .column.col5 span span span span span span {
    height: 50px;
    bottom: 12px
}
body.home #graph .column.col6 span {
    height: 35px
}
body.home #graph .column.col6 span span {
    height: 50px;
    bottom: 35px
}
body.home #graph .column.col6 span span span {
    height: 45px;
    bottom: 50px
}
body.home #graph .column.col6 span span span span {
    height: 45px;
    bottom: 45px
}
body.home #graph .column.col6 span span span span span {
    height: 48px;
    bottom: 45px
}
body.home #graph .column.col6 span span span span span span {
    height: 75px;
    bottom: 48px
}
body.home #graph .column.col7 span {
    height: 35px
}
body.home #graph .column.col7 span span {
    height: 40px;
    bottom: 35px
}
body.home #graph .column.col7 span span span {
    height: 55px;
    bottom: 40px
}
body.home #graph .column.col7 span span span span {
    height: 45px;
    bottom: 55px
}
body.home #graph .column.col7 span span span span span {
    height: 38px;
    bottom: 45px
}
body.home #graph .column.col7 span span span span span span {
    height: 70px;
    bottom: 38px
}
body.home #graph .column.col8 span {
    height: 50px
}
body.home #graph .column.col8 span span {
    height: 40px;
    bottom: 50px
}
body.home #graph .column.col8 span span span {
    height: 35px;
    bottom: 40px
}
body.home #graph .column.col8 span span span span {
    height: 50px;
    bottom: 35px
}
body.home #graph .column.col8 span span span span span {
    height: 45px;
    bottom: 50px
}
body.home #graph .column.col8 span span span span span span {
    height: 90px;
    bottom: 45px
}
body.home #graph .column.col9 span {
    height: 60px
}
body.home #graph .column.col9 span span {
    height: 45px;
    bottom: 60px
}
body.home #graph .column.col9 span span span {
    height: 30px;
    bottom: 45px
}
body.home #graph .column.col9 span span span span {
    height: 40px;
    bottom: 30px
}
body.home #graph .column.col9 span span span span span {
    height: 51px;
    bottom: 40px
}
body.home #graph .column.col9 span span span span span span {
    height: 95px;
    bottom: 51px
}
body.home #graph .column.col10 {
    margin-right: 0
}
body.home #graph .column.col10 span {
    height: 70px
}
body.home #graph .column.col10 span span {
    height: 44px;
    bottom: 70px
}
body.home #graph .column.col10 span span span {
    height: 30px;
    bottom: 44px
}
body.home #graph .column.col10 span span span span {
    height: 35px;
    bottom: 30px
}
body.home #graph .column.col10 span span span span span {
    height: 41px;
    bottom: 35px
}
body.home #graph .column.col10 span span span span span span {
    height: 110px;
    bottom: 41px
}
@media (min-width: 1200px) {
    body.home #graph {
        display: block
    }
    body.home .panel-marketbg {
        padding-bottom: 330px
    }
}
body.home .panel-marketbg .icns {
    display: none;
    text-align: center;
    margin: 80px 0
}
@media (min-width: 1200px) {
    body.home .panel-marketbg .icns {
        display: block
    }
}
body.home .panel-marketbg .icns .icn {
    height: 70px;
    width: 70px;
    margin: 0 4.5%;
    display: inline-block;
    position: relative;
    background: center center no-repeat;
    background-size: 100%;
    border-style: solid;
    border-width: 5px;
    border-radius: 35px;
    cursor: pointer
}
body.home .panel-marketbg .icns .icn.icn-clip {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/home/icons/clip.png);
    border-color: #bdbc67
}
body.home .panel-marketbg .icns .icn.icn-clip:after {
    background: #bdbc67;
    content: 'videos'
}
body.home .panel-marketbg .icns .icn.icn-clip:before {
    border-bottom-color: #bdbc67
}
body.home .panel-marketbg .icns .icn.icn-envelope {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/home/icons/envelope.png);
    border-color: #53616c
}
body.home .panel-marketbg .icns .icn.icn-envelope:after {
    background: #53616c;
    content: 'emails'
}
body.home .panel-marketbg .icns .icn.icn-envelope:before {
    border-bottom-color: #53616c
}
body.home .panel-marketbg .icns .icn.icn-megaphone {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/home/icons/megaphone.png);
    border-color: #de6d5b
}
body.home .panel-marketbg .icns .icn.icn-megaphone:after {
    background: #de6d5b;
    content: 'PR'
}
body.home .panel-marketbg .icns .icn.icn-megaphone:before {
    border-bottom-color: #de6d5b
}
body.home .panel-marketbg .icns .icn.icn-molecule {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/home/icons/molecule.png);
    border-color: #9771a5
}
body.home .panel-marketbg .icns .icn.icn-molecule:after {
    background: #9771a5;
    left: -35px;
    width: 128px;
    content: 'social media'
}
body.home .panel-marketbg .icns .icn.icn-molecule:before {
    border-bottom-color: #9771a5
}
body.home .panel-marketbg .icns .icn.icn-pencil {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/home/icons/pencil.png);
    border-color: #76b4d1
}
body.home .panel-marketbg .icns .icn.icn-pencil:after {
    background: #76b4d1;
    content: 'blogging'
}
body.home .panel-marketbg .icns .icn.icn-pencil:before {
    border-bottom-color: #76b4d1
}
body.home .panel-marketbg .icns .icn.icn-ui {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/home/icons/ui.png);
    border-color: #f7bb0d
}
body.home .panel-marketbg .icns .icn.icn-ui:after {
    background: #f7bb0d;
    left: -52px;
    width: 168px;
    content: 'advanced content'
}
body.home .panel-marketbg .icns .icn.icn-ui:before {
    border-bottom-color: #f7bb0d
}
body.home .panel-marketbg .icns .icn.active:after,
body.home .panel-marketbg .icns .icn.active:before,
body.home .panel-marketbg .icns .icn:hover:after,
body.home .panel-marketbg .icns .icn:hover:before {
    display: inline-block
}
body.home .panel-marketbg .icns .icn.inactive {
    opacity: .3
}
body.home .panel-marketbg .icns .icn:before {
    display: none;
    position: absolute;
    bottom: -10px;
    left: 25px;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px inset transparent;
    border-right: 5px inset transparent;
    border-bottom: 5px solid
}
body.home .panel-marketbg .icns .icn:after {
    display: none;
    position: absolute;
    bottom: -40px;
    left: -15px;
    content: '';
    width: 90px;
    height: 30px;
    text-transform: uppercase;
    color: #fff;
    line-height: 30px;
    font-size: .8em;
    font-weight: 600
}
body.home .panel-clients {
    background: #f7f7f5;
    text-align: center
}
body.home .panel-clients h3 {
    font-size: 70px
}
@media (max-width: 767px) {
    body.home .panel-clients h3 {
        font-size: 40px
    }
}
body.home .panel-clients h5 {
    font-size: 1.2em
}
body.home .panel-clients .testimonials.row {
    text-align: center
}
body.home .panel-clients .testimonial {
    max-width: 400px;
    position: relative;
    margin: 0 auto 100px
}
body.home .panel-clients .testimonial .video-info {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%
}
body.home .panel-clients .testimonial:after {
    padding-top: 60.3%;
    display: block;
    content: ''
}
body.home .panel-clients .wistia_embed {
    width: calc(100% - 30px);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 15px
}
body.home .panel-clients .wistia_embed>div>div>div:first-of-type {
    background: 0 0!important
}
body.home .panel-clients .wistia_embed>div>div>img+div {
    display: none
}
@keyframes slide {
    0%, 100% {
        background-position: center top 10px
    }
    50% {
        background-position: center bottom 10px
    }
}
@-webkit-keyframes slide {
    0%, 100% {
        background-position: center top 10px
    }
    50% {
        background-position: center bottom 10px
    }
}
.home-old section.image-panel .inner-container {
    padding-top: 120px
}
.home-old section.page-lead {
    float: none
}
.home-old section.content h2 {
    margin: 0 auto 40px
}
.home-old section.content article .btn {
    padding: 20px;
    border: 0;
    font-weight: 100;
    margin-top: 55px;
    text-transform: uppercase;
    text-align: center
}
.home-old section.content article#more-revenue {
    position: relative;
    background-color: #fff
}
.home-old section.content article#more-revenue #see-more {
    position: relative;
    bottom: -25px
}
.home-old section.content article#more-revenue h1 {
    text-align: center;
    width: 33%;
    padding-top: 80px;
    color: #6e6e70
}
.home-old section.content article#more-revenue h1 i {
    display: block;
    margin: 20px auto
}
.home-old section.content article#more-revenue .map-container {
    position: relative;
    clear: both
}
.home-old section.content article#more-revenue .map-container #map-size {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 1350px
}
.home-old section.content article#more-revenue .map-container .map {
    background: url(https://www.adherecreative.com/hubfs/layout/img/banners/home-768-banner-more-revenue.jpg);
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}
.home-old section.content article#more-revenue .map-container .map .marker {
    display: none;
    opacity: 0;
    position: absolute;
    top: 5%;
    left: 50%;
    height: 75px;
    width: 45px;
    padding-top: 35px;
    z-index: 12;
    -webkit-transition: all 666ms cubic-bezier(.68, -.55, .265, 1.55);
    transition: all 666ms cubic-bezier(.68, -.55, .265, 1.55)
}
.home-old section.content article#more-revenue .map-container .map .marker.appear {
    display: block;
    opacity: 1
}
.home-old section.content article#more-revenue .map-container .map .marker span {
    opacity: 0;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 43%;
    margin-left: -19px;
    display: block;
    width: 100%;
    text-align: center;
    z-index: 10;
    -webkit-transition: all 0s cubic-bezier(.6, .04, .98, .335);
    transition: all 0s cubic-bezier(.6, .04, .98, .335)
}
.home-old section.content article#more-revenue .map-container .map .marker span sup {
    color: #2f2f31
}
.home-old section.content article#more-revenue .map-container .map .marker:before {
    font-family: FontAwesome;
    content: "\f041";
    display: block;
    position: absolute;
    bottom: 0;
    left: 26%;
    color: #fff;
    z-index: 9;
    font-size: 40px;
    -webkit-transition: all 666ms cubic-bezier(.68, -.55, .265, 1.55);
    transition: all 666ms cubic-bezier(.68, -.55, .265, 1.55)
}
.home-old section.content article#more-revenue .map-container .map .marker:after {
    font-family: FontAwesome;
    content: "\f111";
    display: block;
    position: absolute;
    bottom: 20px;
    left: 15px;
    color: #fff;
    z-index: 9;
    font-size: 19px;
    -webkit-transition: all 666ms cubic-bezier(.68, -.55, .265, 1.55);
    transition: all 666ms cubic-bezier(.68, -.55, .265, 1.55)
}
.home-old section.content article#more-revenue .map-container .map .marker.active,
.home-old section.content article#more-revenue .map-container .map .marker:hover {
    cursor: pointer
}
.home-old section.content article#more-revenue .map-container .map .marker.active span,
.home-old section.content article#more-revenue .map-container .map .marker:hover span {
    opacity: 1;
    text-indent: 0;
    -webkit-transition: all 666ms cubic-bezier(.6, .04, .98, .335);
    transition: all 666ms cubic-bezier(.6, .04, .98, .335)
}
.home-old section.content article#more-revenue .map-container .map .marker.active:before,
.home-old section.content article#more-revenue .map-container .map .marker:hover:before {
    font-family: FontAwesome;
    content: "\f041";
    display: block;
    position: absolute;
    bottom: -18%;
    left: 2%;
    color: #ef6747;
    z-index: 9;
    font-size: 80px
}
.home-old section.content article#more-revenue .map-container .map .marker.active:after,
.home-old section.content article#more-revenue .map-container .map .marker:hover:after {
    font-family: FontAwesome;
    content: "\f111";
    display: block;
    position: absolute;
    bottom: 31px;
    left: 10px;
    color: #ef6747;
    z-index: 9;
    font-size: 31px
}
.home-old section.content article#more-revenue .map-container .map-overlay .container {
    position: relative
}
.home-old section.content article#more-revenue .map-container .map-overlay .container div.position {
    position: absolute;
    left: 0;
    bottom: 120px;
    z-index: 10;
    padding: 80px 0;
    width: 50%;
    text-shadow: 0 0 10px #144364
}
.home-old section.content article#more-revenue .map-container .map-overlay .container div.position h5 {
    color: #b6b6b7;
    width: 100%
}
.home-old section.content article#more-revenue .map-container .map-overlay .container div.position .btn {
    padding: 20px;
    border: 0;
    font-weight: 100;
    margin-top: 55px;
    text-transform: uppercase;
    text-shadow: 0 0 0 #144364
}
.home-old section.content article#your-plan .matrix-container {
    position: relative;
    clear: both
}
.home-old section.content article#your-plan .matrix-container .matrix {
    position: relative;
    background: #f2f3f5;
    background-size: contain;
    height: 1000px;
    width: 100%;
    overflow-y: hidden
}
.home-old section.content article#your-plan .matrix-container .matrix .letters {
    width: 10.9001%;
    height: 100%;
    min-height: 100%;
    background-repeat: repeat-y;
    background-position: 0 50%;
    background-size: contain;
    display: inline-block
}
.home-old section.content article#your-plan .matrix-container .matrix .letters.action {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/homeold/letters/action.png)
}
.home-old section.content article#your-plan .matrix-container .matrix .letters.analysis {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/homeold/letters/analysis.png)
}
.home-old section.content article#your-plan .matrix-container .matrix .letters.customer {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/homeold/letters/customer.png)
}
.home-old section.content article#your-plan .matrix-container .matrix .letters.planning {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/homeold/letters/planning.png)
}
.home-old section.content article#your-plan .matrix-container .matrix .letters.products {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/homeold/letters/products.png)
}
.home-old section.content article#your-plan .matrix-container .matrix .letters.progressive {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/homeold/letters/progressive.png)
}
.home-old section.content article#your-plan .matrix-container .matrix .letters.publications {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/homeold/letters/publications.png)
}
.home-old section.content article#your-plan .matrix-container .matrix .letters.share {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/homeold/letters/share.png)
}
.home-old section.content article#your-plan .matrix-container .matrix .letters.trademark {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/homeold/letters/trademark.png)
}
.home-old section.content article#your-plan .matrix-container .matrix .middle {
    width: 100%;
    height: 100%;
    position: relative
}
.home-old section.content article#your-plan .matrix-container .matrix .back,
.home-old section.content article#your-plan .matrix-container .matrix .front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.home-old section.content article#your-plan .matrix-container .matrix .back .letters,
.home-old section.content article#your-plan .matrix-container .matrix .front .letters {
    width: 5%;
    margin: 0 2.95%;
    -webkit-filter: blur(3px);
    filter: blur(3px)
}
.home-old section.content article#your-plan .matrix-container .matrix .front .letters {
    width: 22%;
    margin: 0 5.57%
}
.home-old section.content article#your-plan .matrix-container .matrix-overlay {
    height: 100%;
    min-height: 100%
}
.home-old section.content article#your-plan .matrix-container .matrix-overlay .container {
    position: relative
}
.home-old section.content article#your-plan .matrix-container .matrix-overlay .container div.position {
    position: absolute;
    left: 0;
    bottom: 150px;
    z-index: 10;
    padding: 80px 0;
    width: 100%
}
.home-old section.content article#your-plan .matrix-container .matrix-overlay .container div.position h2 {
    text-align: center;
    width: 55%;
    color: #2f2f31
}
.home-old section.content article#your-plan .matrix-container .matrix-overlay .container div.position h5 {
    color: #6e6e70;
    width: 60%;
    text-align: justify
}
.home-old section.content article#marketing-platform {
    position: relative;
    clear: both
}
.home-old section.content article#marketing-platform .devices-container {
    overflow-x: hidden
}
.home-old section.content article#marketing-platform .devices-container .devices {
    position: relative;
    height: 700px;
    width: 100%
}
.home-old section.content article#marketing-platform .devices-container .devices .device {
    position: absolute;
    background: cover;
    opacity: 0;
    -webkit-transition: all 1333ms ease-in;
    transition: all 1333ms ease-in
}
.home-old section.content article#marketing-platform .devices-container .devices .device.laptop {
    background: url(https://www.adherecreative.com/hubfs/layout/img/homeold/laptop.png);
    top: 220px;
    left: 50%;
    width: 640px;
    height: 376px;
    margin-left: -320px
}
.home-old section.content article#marketing-platform .devices-container .devices .device.smart-phone {
    background: url(https://www.adherecreative.com/hubfs/layout/img/homeold/smart-phone.png);
    top: 350px;
    left: 0;
    width: 154px;
    height: 311px;
    margin-left: -77px
}
.home-old section.content article#marketing-platform .devices-container .devices .device.tablet {
    background: url(https://www.adherecreative.com/hubfs/layout/img/homeold/tablet.png);
    top: 250px;
    left: 100%;
    width: 259px;
    height: 382px;
    margin-left: -129px
}
.home-old section.content article#marketing-platform .devices-container .devices .device.cacti {
    background: url(https://www.adherecreative.com/hubfs/layout/img/homeold/cacti.jpg);
    top: 160px;
    left: 77%;
    width: 155px;
    height: 302px;
    margin-left: -177px;
    opacity: 1
}
.home-old section.content article#marketing-platform .devices-container .devices.in-view .device {
    opacity: 1;
    -webkit-transition: all 1333ms ease-in;
    transition: all 1333ms ease-in
}
.home-old section.content article#marketing-platform .devices-container .devices.in-view .device.laptop {
    top: 120px;
    left: 50%
}
.home-old section.content article#marketing-platform .devices-container .devices.in-view .device.smart-phone {
    top: 350px;
    left: 46%%
}
.home-old section.content article#marketing-platform .devices-container .devices.in-view .device.tablet {
    top: 250px;
    left: 57%
}
.home-old section.content article#marketing-platform .devices-container .devices-overlay {
    padding-bottom: 120px
}
.home-old section.content article#marketing-platform .devices-container .devices-overlay h2 {
    text-align: center;
    width: 55%;
    color: #2f2f31
}
.home-old section.content article#marketing-platform .devices-container .devices-overlay h5 {
    color: #6e6e70;
    width: 60%;
    text-align: justify
}
.home-old section.content article#marketing-platform .devices-container .devices-overlay .btn {
    padding: 20px;
    border: 0;
    font-weight: 100;
    margin-top: 55px;
    text-transform: uppercase;
    text-align: center
}
.home-old section.content article#marketing-your-co {
    position: relative;
    clear: both;
    background-color: #f7f7f5
}
.home-old section.content article#marketing-your-co .container {
    position: relative
}
.home-old section.content article#marketing-your-co .container div.position {
    padding: 80px 0;
    width: 100%
}
.home-old section.content article#marketing-your-co .container div.position h2 {
    text-align: center;
    width: 55%;
    color: #2f2f31
}
.home-old section.content article#marketing-your-co .container div.position h5 {
    color: #6e6e70;
    width: 60%;
    text-align: justify
}
.home-old section.content article#marketing-your-co #icons {
    text-align: center
}
.home-old section.content article#marketing-your-co #icons div {
    height: 76px;
    width: 16.4%;
    display: inline-block;
    margin: 80px 0;
    position: relative;
    background-cover: contain
}
.home-old section.content article#marketing-your-co #icons div:after {
    content: '';
    display: block;
    background-color: #f7f7f5;
    height: 76px;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute
}
.home-old section.content article#marketing-your-co #icons div#clip {
    background: url(https://www.adherecreative.com/hubfs/layout/img/homeold/icons/clip.png) 0 50% no-repeat
}
.home-old section.content article#marketing-your-co #icons div#envelope {
    background: url(https://www.adherecreative.com/hubfs/layout/img/homeold/icons/envelope.png) 16% 50% no-repeat
}
.home-old section.content article#marketing-your-co #icons div#megaphone {
    background: url(https://www.adherecreative.com/hubfs/layout/img/homeold/icons/megaphone.png) 33% 50% no-repeat
}
.home-old section.content article#marketing-your-co #icons div#molecule {
    background: url(https://www.adherecreative.com/hubfs/layout/img/homeold/icons/molecule.png) 66% 50% no-repeat
}
.home-old section.content article#marketing-your-co #icons div#pencil {
    background: url(https://www.adherecreative.com/hubfs/layout/img/homeold/icons/pencil.png) 84% 50% no-repeat
}
.home-old section.content article#marketing-your-co #icons div#ui {
    background: url(https://www.adherecreative.com/hubfs/layout/img/homeold/icons/ui.png) 100% 50% no-repeat
}
.home-old section.content article#marketing-your-co.in-view #icons div:after {
    opacity: 0
}
body.blog .topic-section ul li a:hover,
body.blog .topic-section ul li.active-branch a {
    opacity: 1
}
.home-old section.content article#marketing-your-co.in-view #icons div#clip:after {
    -webkit-transition: all .3s cubic-bezier(.68, -.55, .265, 1.55);
    transition: all .3s cubic-bezier(.68, -.55, .265, 1.55)
}
.home-old section.content article#marketing-your-co.in-view #icons div#envelope:after {
    -webkit-transition: all 450ms cubic-bezier(.68, -.55, .265, 1.55);
    transition: all 450ms cubic-bezier(.68, -.55, .265, 1.55)
}
.home-old section.content article#marketing-your-co.in-view #icons div#megaphone:after {
    -webkit-transition: all .6s cubic-bezier(.68, -.55, .265, 1.55);
    transition: all .6s cubic-bezier(.68, -.55, .265, 1.55)
}
.home-old section.content article#marketing-your-co.in-view #icons div#molecule:after {
    -webkit-transition: all 750ms cubic-bezier(.68, -.55, .265, 1.55);
    transition: all 750ms cubic-bezier(.68, -.55, .265, 1.55)
}
.home-old section.content article#marketing-your-co.in-view #icons div#pencil:after {
    -webkit-transition: all .9s cubic-bezier(.68, -.55, .265, 1.55);
    transition: all .9s cubic-bezier(.68, -.55, .265, 1.55)
}
.home-old section.content article#marketing-your-co.in-view #icons div#ui:after {
    -webkit-transition: all 1.2s cubic-bezier(.68, -.55, .265, 1.55);
    transition: all 1.2s cubic-bezier(.68, -.55, .265, 1.55)
}
.home-old section.content article#marketing-your-co #graph {
    height: 330px;
    width: 100%;
    position: relative
}
.home-old section.content article#marketing-your-co #graph .column {
    display: inline-block;
    width: 7.8666%;
    margin: 0 2.5%;
    height: 330px;
    position: relative
}
.home-old section.content article#marketing-your-co #graph .column span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #53616c;
    -webkit-transition: all 666ms cubic-bezier(.68, -.55, .265, 1.55);
    transition: all 666ms cubic-bezier(.68, -.55, .265, 1.55)
}
.home-old section.content article#marketing-your-co #graph .column span span {
    background: #bdbc67;
    -webkit-transition: all 333ms ease-in;
    transition: all 333ms ease-in
}
.home-old section.content article#marketing-your-co #graph .column span span span {
    background: #de6d5b;
    -webkit-transition: all 333ms ease-in;
    transition: all 333ms ease-in
}
.home-old section.content article#marketing-your-co #graph .column span span span span {
    background: #9771a5;
    -webkit-transition: all 333ms ease-in;
    transition: all 333ms ease-in
}
.home-old section.content article#marketing-your-co #graph .column span span span span span {
    background: #f7bb0d;
    -webkit-transition: all 333ms ease-in;
    transition: all 333ms ease-in
}
.home-old section.content article#marketing-your-co #graph .column span span span span span span {
    background: #76b4d1;
    -webkit-transition: all 333ms ease-in;
    transition: all 333ms ease-in
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col1 {
    margin-left: 0
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col1 span {
    height: 50px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col1 span span {
    height: 27px;
    bottom: 50px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col1 span span span {
    height: 31px;
    bottom: 27px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col1 span span span span {
    height: 18px;
    bottom: 31px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col1 span span span span span {
    height: 8px;
    bottom: 18px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col1 span span span span span span {
    height: 39px;
    bottom: 8px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col2 span {
    height: 66px;
    -webkit-transition: all 666ms cubic-bezier(.68, -.55, .265, 1.55);
    transition: all 666ms cubic-bezier(.68, -.55, .265, 1.55)
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col2 span span {
    height: 32px;
    bottom: 66px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col2 span span span {
    height: 44px;
    bottom: 32px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col2 span span span span {
    height: 22px;
    bottom: 44px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col2 span span span span span {
    height: 8px;
    bottom: 22px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col2 span span span span span span {
    height: 155px;
    bottom: 8px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col3 span {
    height: 95px;
    -webkit-transition: all 999ms cubic-bezier(.68, -.55, .265, 1.55);
    transition: all 999ms cubic-bezier(.68, -.55, .265, 1.55)
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col3 span span {
    height: 41px;
    bottom: 95px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col3 span span span {
    height: 14px;
    bottom: 41px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col3 span span span span {
    height: 26px;
    bottom: 14px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col3 span span span span span {
    height: 10px;
    bottom: 26px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col3 span span span span span span {
    height: 69px;
    bottom: 10px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col4 span {
    height: 50px;
    -webkit-transition: all 1333ms cubic-bezier(.68, -.55, .265, 1.55);
    transition: all 1333ms cubic-bezier(.68, -.55, .265, 1.55)
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col4 span span {
    height: 21px;
    bottom: 50px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col4 span span span {
    height: 28px;
    bottom: 21px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col4 span span span span {
    height: 15px;
    bottom: 28px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col4 span span span span span {
    height: 20px;
    bottom: 15px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col4 span span span span span span {
    height: 68px;
    bottom: 20px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col5 span {
    height: 79px;
    -webkit-transition: all 1666ms cubic-bezier(.68, -.55, .265, 1.55);
    transition: all 1666ms cubic-bezier(.68, -.55, .265, 1.55)
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col5 span span {
    height: 37px;
    bottom: 79px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col5 span span span {
    height: 50px;
    bottom: 37px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col5 span span span span {
    height: 27px;
    bottom: 50px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col5 span span span span span {
    height: 12px;
    bottom: 27px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col5 span span span span span span {
    height: 50px;
    bottom: 12px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col6 span {
    height: 148px;
    -webkit-transition: all 1999ms cubic-bezier(.68, -.55, .265, 1.55);
    transition: all 1999ms cubic-bezier(.68, -.55, .265, 1.55)
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col6 span span {
    height: 22px;
    bottom: 148px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col6 span span span {
    height: 14px;
    bottom: 22px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col6 span span span span {
    height: 18px;
    bottom: 14px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col6 span span span span span {
    height: 29px;
    bottom: 18px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col6 span span span span span span {
    height: 101px;
    bottom: 25px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col7 span {
    height: 95px;
    -webkit-transition: all 2333ms cubic-bezier(.68, -.55, .265, 1.55);
    transition: all 2333ms cubic-bezier(.68, -.55, .265, 1.55)
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col7 span span {
    height: 12px;
    bottom: 95px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col7 span span span {
    height: 8px;
    bottom: 12px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col7 span span span span {
    height: 98px;
    bottom: 8px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col7 span span span span span {
    height: 22px;
    bottom: 98px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col7 span span span span span span {
    height: 63px;
    bottom: 22px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col8 {
    margin-right: 0
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col8 span {
    height: 80px;
    -webkit-transition: all 2666ms cubic-bezier(.68, -.55, .265, 1.55);
    transition: all 2666ms cubic-bezier(.68, -.55, .265, 1.55)
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col8 span span {
    height: 39px;
    bottom: 80px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col8 span span span {
    height: 15px;
    bottom: 39px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col8 span span span span {
    height: 55px;
    bottom: 15px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col8 span span span span span {
    height: 28px;
    bottom: 55px
}
.home-old section.content article#marketing-your-co #graph.in-view .column.col8 span span span span span span {
    height: 111px;
    bottom: 28px
}
.home-old section.content article#testimonials {
    padding: 120px 0
}
.home-old section.content article#testimonials h2 {
    text-align: center;
    width: 55%;
    color: #2f2f31
}
.home-old section.content article#testimonials .videos {
    font-size: 18px;
    line-height: 28px;
    font-weight: 100;
    text-align: center
}
.home-old section.content article#testimonials .videos span {
    display: block;
    clear: both
}
.home-old section.content article#testimonials .videos img {
    display: block;
    clear: both;
    width: 100%;
    margin-bottom: 32px
}
.home-old section.content article#testimonials .videos a {
    text-decoration: underline;
    color: #549ad6
}
body.blog section.image-panel {
    background-image: url(//assets.adherecreative.com/hubfs/images/header-bg.jpg?t=1430274586441);
    background-size: contain;
    background-position: 50% 0
}
@media (max-width: 992px) {
    body.blog section.image-panel {
        background-size: auto auto
    }
}
body.blog .topic-section ul li:nth-child(1n) a {
    background-color: #2d7c9b
}
body.blog .topic-section ul li:nth-child(2n) a {
    background-color: #a88952
}
body.blog .topic-section ul li:nth-child(3n) a {
    background-color: #7f5c94
}
body.blog .topic-section ul li:nth-child(4n) a {
    background-color: #f06747
}
body.blog .topic-section ul li:nth-child(5n) a {
    background-color: #6aa2b9
}
body.blog .topic-section ul li:nth-child(6n) a {
    background-color: #559405
}
@media (max-width: 767px) {
    body.blog .topic-section ul li {
        width: 50%;
        float:left !important; 
    }
    body.blog .topic-section ul li a {
        width: 100%;
        padding: 10px 0
    }
}
.blog .body-container .main {
    padding-top: 80px;
    padding-bottom: 0
}
.blog .body-container .main .hr {
    margin: 60px auto 20px
}
.blog .body-container .main .subscription-form {
    border-bottom: 1px dotted #dadadb;
    margin-bottom: 50px
}
.blog .body-container .main .subscription-form p {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    color: #6e6e70;
    font-weight: 300
}
.blog .body-container .main .subscription-form .hs-input,
.blog .body-container .main .subscription-form input[type=text] {
    text-align: center;
    font-size: 12px;
    line-height: 23px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    background: #f8f8f8;
    padding: 16px;
    border-bottom: 1px solid #b6b6b7;
    letter-spacing: .5px;
    color: #2f2f31
}
.blog .body-container .main .subscription-form .hs-input:focus,
.blog .body-container .main .subscription-form input[type=text]:focus {
    border-bottom-color: #86bd3b
}
.blog .body-container .main .subscription-form .hs-form.stacked .actions {
    margin-left: 0
}


.blog .body-container .main .subscription-form .hs-form.stacked .actions .field.hs-form-field,
.blog .body-container .main .subscription-form .hs-form.stacked .actions .field.hs-form-field #recaptcha_area {
    float: right;
    margin-right: 0
}
.blog .body-container .main .subscription-form .hs-form-required {
    display: none
}
.blog .body-container .main .subscription-form .hs-button.primary.large {
    border-radius: 4px;
    margin: 0 auto;
    box-shadow: none;
    border: 0;
    padding: 8px 16px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    display: block;
    text-shadow: none;
    letter-spacing: 1px;
    background: #86bd3b;
    font-weight: 700
}
.blog .body-container .main .primary .post-header h2 {
    width: 96%
}
.blog .body-container .main .post-header h1,
.blog .body-container .main .post-header h1 a,
.blog .body-container .main .post-header h2 a {
    font-size: 55px;
    line-height: 1.15;
    font-weight: 100;
    color: #2f2f31;
    text-decoration: none;
    display: inline-block
}
.blog .body-container .main h1 {
    margin-top: 0
}
.blog .body-container .main .post-header h2 a:hover {
    color: #86bd3b
}
.secondary .post-header h2 {
    margin: 20px 0
}
.secondary .post-header h2,
.secondary .post-header h2 a {
    font-size: 30px;
    font-weight: 100;
    line-height: 34.5px;
    color: #2f2f31
}
.blog-post-wrapper .bordered,
.post-listing .post-item {
    border-right: 1px dotted #dadadb
}
.post-listing .authors img {
    max-width: 100%;
    height: auto
}
.post-listing .authors a {
    text-align: center;
    color: #6e6e70;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase
}
.post-listing .authors a span {
    display: block;
    margin-bottom: 20px;
    letter-spacing: 1px
}
.row.padded-post-row .col-md-6 {
    padding: 40px
}
.post-listing .post-item.primary .more-link {
    float: right;
    margin-right: 35px
}
.post-listing .post-item.primary .custom_listing_comments {
    float: left;
    margin-left: 85px
}
.blog-post-wrapper .post-body,
.post-listing .post-item .post-body {
    margin: 30px 0
}
.post-listing .post-item .post-body p {
    padding: 0 35px 0 85px;
    clear: both
}
.primary .hs-featured-image-wrapper {
    width: 86.5%
}
.post-listing .custom_listing_comments a {
    text-decoration: none;
    border-bottom: 1px solid #b6d0eb
}
::-moz-selection {
    color: #fff;
    background: #86bd3b;
    text-shadow: none
}
::selection {
    color: #fff;
    background: #86bd3b;
    text-shadow: none
}
.widget-module a {
    color: #5ca1d8
}
.widget-module a:hover {
    color: #73b5ed
}
.align-right {
    text-align: right
}
.facebook,
.facebook:hover {
    background-color: #3b5998
}
.twitter,
.twitter:hover {
    background-color: #55acee
}
.google-plus,
.google-plus:hover {
    background-color: #dd4b39
}
.linkedin,
.linkedin:hover {
    background-color: #0976b4
}
.envelope,
.envelope:hover {
    background-color: #b6b6b7
}
.youtube,
.youtube:hover {
    background-color: #b31217
}
.fa-facebook-official,
.fa-facebook-official:hover {
    color: #3b5998;
}
.footer-icon .fa-facebook-official{ color: #86bd3a !important;}
.fa-twitter-square,
.fa-twitter-square:hover {
    color: #55acee
}
.fa-google-plus-square,
.fa-google-plus-square:hover {
    color: #dd4b39
}
.fa-linkedin-square,
.fa-linkedin-square:hover {
    color: #0976b4
}
.fa-envelope-square,
.fa-envelope-square:hover {
    color: #b6b6b7
}
body.blog .topic-section {
    background: #f5f5f7;
    padding: 20px 0;
    text-align: center
}
body.blog .topic-section ul {
    margin: 0;
    padding: 0
}
body.blog .topic-section ul li {
    list-style: none;
    padding: 0 10px;
    float: left;
    margin: 10px 0
}
body.blog .topic-section ul li a {
    display: inline-block;
    background: #6e6e70;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 20px;
    opacity: .5;
    -webkit-transition: "all .2s linear";
    transition: "all .2s linear";
    border-radius: 2px
}
@media (max-width: 767px) {
    body.blog .topic-section ul li {
        width: 50%
    }
    body.blog .topic-section ul li a {
        width: 100%;
        padding: 10px 0
    }
    .our-work .what-we-did-panel .what-we-did-box {
        clear: both
    }
}
.blog .hs-cta-wrapper {
    opacity: .8;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}
.blog .hs-cta-wrapper:hover {
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}
.blog .content {
    padding-top: 80px;
    padding-bottom: 0
}
.blog .hr {
    margin: 60px auto 20px;
    width: 100%
}
.blog .subscription-form {
    border-bottom: 1px dotted #dadadb;
    margin-bottom: 50px
}
.blog .subscription-form p {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    color: #6e6e70;
    font-weight: 300
}
.blog .subscription-form .hs-input,
.blog .subscription-form input[type=text] {
    text-align: center;
    font-size: 12px;
    line-height: 23px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    background: #f8f8f8;
    padding: 16px;
    border-bottom: 1px solid #b6b6b7;
    letter-spacing: .5px;
    color: #2f2f31
}
.blog .subscription-form .hs-input:focus,
.blog .subscription-form input[type=text]:focus {
    border-bottom-color: #86bd3b
}
.blog .subscription-form .hs-form.stacked .actions {
    margin-left: 0
}
.blog .subscription-form .hs-form.stacked .actions .field.hs-form-field,
.blog .subscription-form .hs-form.stacked .actions .field.hs-form-field #recaptcha_area {
    float: right;
    margin-right: 0
}
.blog .subscription-form .hs-form-required {
    display: none
}
.blog .subscription-form .hs-button.primary.large {
    border-radius: 4px;
    margin: 0 auto;
    box-shadow: none;
    border: 0;
    padding: 8px 16px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    display: block;
    text-shadow: none;
    letter-spacing: 1px;
    background: #86bd3b;
    font-weight: 700
}
.primary .post-header h2 {
    width: 96%
}
.post-header h1,
.post-header h1 a,
.post-header h2 a {
    font-size: 55px;
    line-height: 1.15;
    font-weight: 100!important;
    color: #2f2f31;
    text-decoration: none;
    display: inline-block
}
@media (max-width: 480px) {
    .post-header h1,
    .post-header h1 a,
    .post-header h2 a {
        font-size: 30px
    }
}
.blog .simple-title {
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 1em
}
.post-header h1 {
    margin-top: 0
}
.post-header h2 a:hover {
    color: #86bd3b
}
.secondary .post-header h2 a {
    font-size: 30px
}
#hubspot-author_data {
    color: #b6b6b7;
    font-style: italic;
    font-weight: 100
}
@media (max-width: 768px) {
    #hubspot-author_data {
        font-weight: 500
    }
}
#hubspot-author_data a.author-link {
    color: #b6b6b7
}
#hubspot-author_data a.author-link img {
    margin-right: 10px
}
.blog-listing-wrapper .post-listing .post-item,
.blog-post-wrapper .bordered {
    border-right: 1px dotted #dadadb
}
.blog-listing-wrapper .post-listing .authors img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto
}
.blog-listing-wrapper .post-listing .authors a {
    text-align: center;
    color: #6e6e70;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase
}
.blog-listing-wrapper .post-listing .authors a span {
    display: block;
    margin-bottom: 20px;
    letter-spacing: 1px
}
.padded-post-row {
    padding: 40px 0
}
.blog-listing-wrapper .post-listing .post-item.primary .more-link {
    float: none;
    margin-right: 45px
}
.blog-listing-wrapper .post-listing .post-item.primary .custom_listing_comments {
    float: left;
    margin-left: 85px
}
.blog-listing-wrapper .post-listing .post-item .post-body,
.blog-post-wrapper .post-body {
    margin: 30px 0
}
.blog-listing-wrapper .post-listing .post-item .post-body p {
    padding: 0 35px 0 85px;
    clear: both
}
.blog-post-wrapper .post-body {
    padding-right: 35px
}
.blog-post-wrapper .post-body .content {
    margin-left: 85px
}
.blog-post-wrapper .post-body .content ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.blog-post-wrapper .post-body .content li {
    padding-left: 60px;
    margin-bottom: 20px;
    position: relative;
    color: #6e6e70
}
.blog-post-wrapper .post-body .content ul li:before {
    position: absolute;
    top: 0;
    left: 35px;
    content: "\2022";
    color: #86bd3b
}
.blog-post-wrapper .post-body .content ol {
    padding-left: 22px;
    margin-left: 40px
}
.blog-post-wrapper .post-body .content ol li {
    padding-left: 10px
}
.blog-post-wrapper .post-body .content p {
    font-size: 17px;
    line-height: 27px;
    color: #6e6e70;
    font-weight: 300
}
.blog-post-wrapper .post-body .content a {
    color: #86bd3b;
    text-decoration: underline
}
.blog-post-wrapper .post-body .content h2 {
    font-size: 35px;
    line-height: 35px;
    color: #2f2f31;
    font-weight: 100
}
.blog-post-wrapper .post-body .content h3 {
    font-size: 25px;
    line-height: 32px;
    color: #86bd3b;
    font-weight: 400
}
.blog-post-wrapper .post-body .content h4 {
    font-size: 20px;
    line-height: 27px;
    color: #2f2f31;
    font-weight: 400
}
.comment-from,
a.more-link {
    font-weight: 700
}
.blog-post-wrapper #hs_cos_wrapper_post_body .hs-cta-wrapper img,
.blog-post-wrapper #hs_cos_wrapper_post_body img.featured-image {
    display: block;
    width: 100%;
    height: auto
}
.hs-featured-image-wrapper {
    float: left;
    margin-left: 60px
}
.primary .hs-featured-image-wrapper {
    float: none
}
@media (max-width: 768px) {
    .primary .hs-featured-image-wrapper {
        width: 76.5%
    }
}
.secondary .hs-featured-image-wrapper {
    float: none;
    margin-left: 0
}
.hs-featured-image-wrapper .hs-featured-image-link {
    display: block;
    width: 100%;
    height: 460px;
    background-size: cover;
    margin: 0 0 35px;
    background-position: center center
}
.secondary .hs-featured-image-wrapper .hs-featured-image-link {
    margin-bottom: 0;
    height: 320px
}
.blog-listing-wrapper .post-listing .custom_listing_comments a,
a.more-link {
    text-decoration: none;
    border-bottom: 1px solid #b6d0eb
}
#hubspot-topic_data {
    padding-left: 85px
}
.blog .social-sharing,
.hs-blog-social-share {
    padding: 0;
    float: left;
    width: 55px;
    height: 403px;
    text-align: center
}
.blog .social-sharing a,
.hs-blog-social-share {
    text-decoration: none;
    font-size: 36px;
    margin-bottom: 20px
}
.blog .secondary .social-sharing a {
    margin: 16px 6%;
    font-size: 24px
}
.blog .social-sharing a:hover,
.hs-blog-social-share {
    opacity: .8
}
.blog .secondary .social-sharing {
    background: #f5f5f6;
    height: 54px;
    width: 100%;
    float: none;
    margin: -6px 0 0;
    padding: 0
}
.blog .cta-row .hr:last-child {
    margin-top: 16px
}
.blog .cta-row .hs-cta-img {
    width: 100%;
    height: auto;
    max-width: 100%
}
.blog .about-author-sec {
    margin-bottom: 75px
}
.blog .about-author-sec .author-container {
    border-radius: 4px;
    border: 1px solid #ececed;
    padding: 32px;
    margin-left: 0;
    width: 100%
}
.blog .about-author-sec-listing .author-container {
    margin-left: 0;
    width: 100%
}
.blog .about-author-sec h3 {
    margin-top: 0
}
.blog .about-author-sec img {
    border-radius: 50%;
    width:135px;
}
.blog .about-author-sec .align-right {
    margin-bottom: 0
}
.blog .about-author-sec .fa {
    width: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    color: #fff;
    -webkit-transition: background .2s;
    transition: background .2s
}
.blog .about-author-sec .fa:hover {
    -webkit-transition: background .2s;
    transition: background .2s
}
.blog .about-author-sec .fa-facebook {
    background: #3b5998
}
.blog .about-author-sec .fa-facebook:hover {
    background: #4c70ba
}
.blog .about-author-sec .fa-twitter {
    background: #00aced
}
.blog .about-author-sec .fa-twitter:hover {
    background: #21c2ff
}
.blog .about-author-sec .fa-linkedin {
    background: #007bb6
}
.blog .about-author-sec .fa-linkedin:hover {
    background: #009de9
}
.blog .about-author-sec .fa-google-plus {
    background: #dd4b39
}
.blog .about-author-sec .fa-google-plus:hover {
    background: #e47365
}
#comments-listing {
    margin-bottom: 30px;
    margin-top: 30px
}
.comment {
    margin: 10px 0;
    padding: 15px 0
}
.comment-date {
    font-size: 13px;
    text-align: right
}
.comment-from h4 {
    margin-bottom: 0
}
.comment-body {
    padding: 10px 0
}
.blog-pagination {
    text-align: center
}
.blog-pagination a {
    font-size: 25px;
    line-height: 27px;
    display: inline-block;
    padding: 15px
}
.expandable-section.reveal-comments a.expand-trigger:after {
    display: none
}
.expandable-section.reveal-comments a.expand-trigger h4 {
    font-weight: 100;
    text-align: center;
    font-size: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #b6b6b7;
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #2f2f31
}
.expandable-section.reveal-comments a.expand-trigger h4:hover {
    border-bottom: 1px solid #b6b6b7
}
.expandable-section.reveal-comments a.expand-trigger {
    display: block;
    text-align: center;
    padding: 80px 20px;
    position: relative;
    text-decoration: none
}
#comment-form form.hs-form {
    margin: auto
}
#comment-form form.hs-form .actions {
    padding-left: 0;
    margin-left: 0
}
#comment-form .hs-form .field {
    width: 30%;
    float: left;
    margin-right: 3%
}
@media (max-width: 480px) {
    #comment-form .hs-form .field {
        width: 100%;
        margin-right: 0
    }
}
#comment-form .hs-form .field.hs_comment,
#comment-form .hs-form .field.hs_email {
    margin-right: 0
}
#comment-form .hs-form .field.hs_comment {
    width: 63%;
    padding: 0 16px
}
@media (max-width: 480px) {
    #comment-form .hs-form .field.hs_comment {
        width: 100%;
        margin-right: 0
    }
}
#comment-form .hs-form .field.hs_comment textarea {
    height: 18px;
    max-width: 100%;
    width: 100%;
    line-height: 16px;
    box-sizing: initial;
    margin-left: -16px
}
.hs-form.stacked .actions {
    padding-right: 0;
    padding-top: 0
}
#comment-form .hs-form .hs_submit input {
    float: right;
    clear: both;
    margin-bottom: 40px;
    width: 98%
}
#comment-form .hs-form .hs_submit input:focus,
#comment-form .hs-form .hs_submit input:hover,
.hs-form .hs-button.hovered:not(.inactive),
.hs-form .hs-button:focus:not(.inactive),
.hs-form .hs-button:hover:not(.inactive) {
    box-shadow: none!important;
    border: 0!important
}
.blog-section .hr,
.cta-row,
.padded-post-row,
.post-listing {
    float: left;
    width: 100%
}
.blog .post-body .hs-migrated-cms-post img {
    height: auto!important
}
.blog .post-body .content {
    padding-top: 0
}
#map {
    position: relative
}
.scrolloff {
    pointer-events: none
}
.overlay {
    display: block;
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.contact-us .middle-line {
    padding: 70px 0
}
.contact-us .page-lead {
    background-image: url(https://assets.adherecreative.com/hubfs/images/contact-header-bg.jpg);
    background-position: 0 95%;
    background-attachment: inherit
}
.contact-info {
    padding-left: 55px
}
.contact-info .hours,
.contact-info a {
    text-decoration: none;
    position: relative;
    display: block;
    color: #6e6e70;
    font-weight: 400
}
.contact-info .hours span,
.contact-info a span {
    display: block;
    font-size: 20px;
    margin: 10px 0;
    font-weight: 700;
    color: #2f2f31
}
.contact-info a.address address,
.contact-info a.address span {
    font-style: normal;
    font-weight: 400
}
.contact-info .hours:before,
.contact-info a:before {
    font-family: FontAwesome;
    font-size: 30px;
    display: block;
    position: absolute;
    top: 0;
    left: -50px;
    color: #2f2f31
}
.contact-info a:hover {
    text-decoration: none;
    color: #86bd3b
}
.contact-info a.address span {
    margin-top: 0
}
.contact-info a.address:before {
    content: "\f0f7"
}
.contact-info a.phone:before {
    content: "\f095"
}
.contact-info a.email:before {
    content: "\f003";
    top: -4px
}
.contact-info .hours:before {
    content: "\f017"
}
.contact-form {
    padding: 0 30px;
    text-align: center
}
.contact-form h3 {
    font-weight: 300;
    font-size: 38px
}
.contact-form form.hs-form {
    float: left;
    width: 100%
}
.contact-form form.hs-form .hs_submit {
    width: 100%;
    margin: 50px 0 0;
    padding: 0 15px;
    float: left
}
.contact-form form.hs-form .hs_submit .hs-button {
    width: 100%;
    border-radius: 2px;
    color: #fff
}
.contact-form form.hs-form div.field.hs-form-field {
    width: 100%;
    padding: 10px 0 40px;
    float: left;
    position: relative
}
.contact-form form.hs-form label {
    position: absolute;
    width: 100%;
    height: 40px;
    margin: 0;
    overflow: inherit;
    clip: auto;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    color: #404040;
    font-size: 13px;
    bottom: 0;
    left: 0
}
.contact-form form.hs-form div.field.hs-form-field.checkbox-box {
    padding-top: 40px;
    padding-bottom: 10px
}
.contact-form form.hs-form div.field.hs-form-field.checkbox-box label.checkbox-control {
    font-weight: 700;
    bottom: 0;
    top: 10px;
    text-align: left;
    text-transform: none;
    font-size: 15px
}
.contact-form form.hs-form .hs-input {
    color: #2f2f31;
    padding-top: 5px;
    padding-bottom: 5px;
    background: 0 0;
    border: 1px solid #a6a6a6;
    -webkit-transition: border-color .2s;
    transition: border-color .2s
}
.contact-form form.hs-form .hs-input:focus {
    border-color: #86bd3b;
    -webkit-transition: border-color .2s;
    transition: border-color .2s
}
.contact-form form.hs-form .input {
    float: left;
    width: 100%;
    position: relative
}
.contact-form form.hs-form .input .inputs-list.multi-container label {
    position: static;
    text-align: left
}
.contact-form form.hs-form .input .inputs-list.multi-container input {
    width: 14px;
    height: 14px;
    margin-right: 15px
}
.contact-form form.hs-form textarea.hs-input {
    box-sizing: border-box;
    height: 214px;
    max-width: 100%
}
.contact-form form.hs-form .hs_message .input {
    height: 214px
}
.contact-form form.hs-form .hs-error-msgs {
    position: absolute;
    bottom: -13px;
    width: 100%;
    margin: 0
}
.contact-form form.hs-form .hs-error-msgs label {
    color: #f06747
}
.contact-form .copyright {
    margin-top: 90px;
    float: left;
    width: 100%;
    color: grey
}
.our-work .page-lead {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/banners/our-work-banner.jpg);
    background-repeat: repeat;
    background-position: left center;
    background-attachment: scroll
}
.our-work .page-lead p {
    font-size: 20px
}
@media (max-width: 768px) {
    .our-work .page-lead {
        background-image: url(https://www.adherecreative.com/hubfs/layout/img/banners/our-work-banner-768.jpg)
    }
}
@media (max-width: 480px) {
    .our-work .page-lead {
        background-image: url(https://www.adherecreative.com/hubfs/layout/img/banners/our-work-banner-480.jpg);
        background-repeat: no-repeat
    }
}
.our-work .our-work-filter {
    text-align: center
}
.our-work .our-work-filter ul {
    margin: 15px 0;
    padding: 0;
    float: left;
    width: 100%
}
.our-work .our-work-filter li {
    list-style: none;
    display: inline-block;
    margin: 0 30px 5px;
    padding: 10px 7px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s
}
.our-work .our-work-filter li a {
    color: #979799;
    border-bottom: dashed 1px #fafafa;
    text-decoration: none
}
.our-work .our-work-filter li.active a,
.our-work .our-work-filter li:hover.active a {
    color: #fff;
    border-bottom: none
}
.our-work .our-work-filter li.active {
    background: #86bd3b
}
.our-work .our-work-filter li:hover {
    background: #fff;
    -webkit-transition: background .2s;
    transition: background .2s
}
.our-work .our-work-filter li:hover.active {
    background: #78aa35
}
.our-work .our-work-filter li:hover a {
    border-bottom: none;
    color: grey
}
@media (max-width: 600px) {
    .our-work .our-work-filter li {
        margin: 0;
        float: left;
        display: block;
        width: 50%
    }
    .our-work .our-work-filter li:first-child {
        width: 100%
    }
}
.our-work .our-work-boxes article {
    border: 3px solid #fff;
    background: center center;
    background-size: cover;
    width: 25%;
    display: block;
    position: relative;
    min-height: 200px;
    overflow: hidden;
    cursor: pointer
}
@media (max-width: 992px) {
    .our-work .our-work-boxes article {
        width: 33%
    }
}
@media (max-width: 768px) {
    .our-work .our-work-boxes article {
        width: 50%
    }
}
@media (max-width: 480px) {
    .our-work .our-work-boxes article {
        width: 100%;
        max-height: 300px;
        min-height: 300px;
        height: 300px
    }
}
.our-work .our-work-boxes a {
    position: absolute;
    top: 150%;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .85);
    color: #fff;
    -webkit-transition: top .3s, opacity .5s;
    transition: top .3s, opacity .5s;
    opacity: 0;
    filter: alpha(opacity=0)
}
.our-work .our-work-boxes article:hover a {
    top: 0;
    -webkit-transition: top .3s, opacity .5s;
    transition: top .3s, opacity .5s;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100)
}
.our-work .our-work-boxes .our-work-inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    padding: 0 15px
}
.our-work .our-work-boxes h3 {
    margin: 0;
    position: relative;
    color: #86bd3b
}
.our-work .our-work-boxes h3:after {
    content: "";
    width: 125px;
    height: 5px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    background: #fff;
    display: block;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}
.our-work .our-work-boxes p {
    margin-bottom: 0;
    margin-top: 20px
}
.our-work .what-we-did-panel {
    background: #fff;
    text-align: center
}
.our-work .what-we-did-panel .hs_cos_flex-slider {
    width: 100%;
    float: left;
    position: relative
}
.our-work .what-we-did-panel .what-we-did-list ul {
    margin: 15px 0;
    padding: 0
}
.our-work .what-we-did-panel .what-we-did-list ul li {
    list-style: none;
    display: inline-block;
    margin: 0 30px;
    padding: 4px 7px;
    border-radius: 3px;
    border-bottom: dashed 1px #fafafa
}
.our-work .what-we-did-panel .what-we-did-list ul li:first-child {
    font-weight: 700
}
.our-work .what-we-did-panel .what-we-did-box {
    background-size: cover;
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
    min-height: 25px;
    border: 3px solid #fff
}
@media (max-width: 480px) {
    .our-work .what-we-did-panel .what-we-did-list ul li:first-child {
        width: 100%;
        margin: 0
    }
    .our-work .what-we-did-panel .what-we-did-box {
        max-height: 300px;
        height: 300px
    }
    .our-work .what-we-did-panel .what-we-did-box.highlight {
        max-height: 450px;
        min-height: 450px;
        height: 450px
    }
}
.our-work .what-we-did-panel .what-we-did-box h3 {
    font-weight: 300;
    color: #fff;
    padding: 10px;
    font-size: 13px;
    background-color: rgba(0, 0, 0, .85);
    display: inline-block;
    position: absolute;
    top: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0
}
.our-work .what-we-did-panel .what-we-did-box h3 a {
    color: #aad372
}
.our-work .what-we-did-panel .what-we-did-box h3 a:hover {
    color: #86bd3b
}
.our-work .what-we-did-panel .what-we-did-box h3.wwd-middle {
    top: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}
.our-work .what-we-did-panel .what-we-did-box h3.wwd-bottom {
    top: 80%
}
.our-work .what-we-did-panel a.what-we-did-box {
    display: block
}
.our-work .what-we-did-panel a.what-we-did-box:before {
    content: "\f04b";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    font-size: 8em;
    color: rgba(255, 255, 255, .85);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transition: color .2s;
    transition: color .2s
}
.our-work .what-we-did-panel a.what-we-did-box:before.pull-left {
    margin-right: .3em
}
.our-work .what-we-did-panel a.what-we-did-box:before.pull-right {
    margin-left: .3em
}
.our-work .what-we-did-panel a.what-we-did-box:hover:before {
    color: rgba(134, 189, 59, .85);
    -webkit-transition: color .2s;
    transition: color .2s
}
.our-work .what-we-did-panel .hs_cos_wrapper_type_image_slider {
    float: left;
    width: 100%;
    position: relative;
    border: 3px solid #fff
}
@media (max-width: 767px) {
    .our-work .what-we-did-panel .hs_cos_wrapper_type_image_slider {
        float: none
    }
}
.our-work .what-we-did-panel .hs_cos_wrapper_type_image_slider .hs_cos_flex-slides-main {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%
}
.our-work .what-we-did-panel .hs_cos_wrapper_type_image_slider .hs_cos_flex-slides-main img {
    width: 100%
}
.our-work .what-we-did-panel .hs_cos_wrapper_type_image_slider .hs_cos_flex-slides-main li {
    position: relative
}
.our-work .what-we-did-panel .hs_cos_wrapper_type_image_slider .hs_cos_flex-slides-main .caption {
    font-weight: 100;
    color: #fff;
    padding: 10px;
    font-size: 13px;
    background-color: rgba(0, 0, 0, .75);
    display: inline-block;
    position: absolute;
    bottom: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
    z-index: 1000
}
.our-work .what-we-did-panel .hs_cos_wrapper_type_image_slider .hs_cos_flex-control-paging {
    position: absolute;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1001;
    margin: 0;
    padding: 0
}
.our-work .what-we-did-panel .hs_cos_wrapper_type_image_slider .hs_cos_flex-control-paging li {
    list-style: none;
    display: inline-block;
    margin: 0 10px
}
.our-work .what-we-did-panel .hs_cos_wrapper_type_image_slider .hs_cos_flex-control-paging a {
    font-size: 0;
    display: block;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 2px;
    background-clip: content-box;
    cursor: pointer
}
.our-work .what-we-did-panel .hs_cos_wrapper_type_image_slider .hs_cos_flex-control-paging a.hs_cos_flex-active {
    background-color: #86bd3b;
    border-color: #86bd3b
}
@media (max-width: 767px) {
    .our-work .what-we-did-panel .hs_cos_wrapper_type_image_slider .hs_cos_flex-control-paging {
        display: none
    }
}
.our-work .what-we-did-panel .hs_cos_wrapper_type_image_slider .hs_cos_flex-direction-nav {
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1002;
    margin: 0;
    padding: 0;
    height: 64px
}
.our-work .what-we-did-panel .hs_cos_wrapper_type_image_slider .hs_cos_flex-direction-nav li {
    list-style: none;
    width: 64px;
    height: 64px;
    display: block;
    position: absolute
}
@media (max-width: 480px) {
    .our-work .what-we-did-panel .hs_cos_wrapper_type_image_slider .hs_cos_flex-direction-nav li {
        width: 32px;
        height: 32px
    }
}
.our-work .what-we-did-panel .hs_cos_wrapper_type_image_slider .hs_cos_flex-direction-nav a {
    font-size: 0;
    width: 64px;
    height: 64px;
    display: block;
    border: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
@media (max-width: 480px) {
    .our-work .what-we-did-panel .hs_cos_wrapper_type_image_slider .hs_cos_flex-direction-nav a {
        width: 32px;
        height: 32px
    }
}
.our-work .what-we-did-panel .hs_cos_wrapper_type_image_slider .hs_cos_flex-direction-nav li:first-child {
    left: 25px
}
.our-work .what-we-did-panel .hs_cos_wrapper_type_image_slider .hs_cos_flex-direction-nav li:first-child a {
    border-right: none;
    border-top: none;
    box-shadow: -2px 2px 3px rgba(0, 0, 0, .1)
}
.our-work .what-we-did-panel .hs_cos_wrapper_type_image_slider .hs_cos_flex-direction-nav li:last-child {
    right: 25px
}
.our-work .what-we-did-panel .hs_cos_wrapper_type_image_slider .hs_cos_flex-direction-nav li:last-child a {
    border-left: none;
    border-bottom: none;
    box-shadow: 2px -2px 3px rgba(0, 0, 0, .1)
}
.our-work .numbers-panel {
    background-attachment: scroll;
    text-align: center
}
.our-work .numbers-panel h3 {
    font-size: 60px;
    font-weight: 300;
    color: #fff;
    position: relative
}
.our-work .numbers-panel h3:after {
    content: "";
    display: block;
    width: 55px;
    height: 1px;
    background: #fff;
    margin: 30px auto
}
.our-work .numbers-panel .qnumbers {
    display: inline-block;
    max-width: 300px;
    padding: 0 30px;
    vertical-align: top
}
.our-work .numbers-panel .qpercentage {
    display: block;
    font-size: 4.25em;
    color: #86bd3b;
    font-weight: 300
}
.our-work .numbers-panel .qlabel {
    display: block;
    text-transform: uppercase;
    padding: 0 60px;
    color: #fff;
    font-size: 20px;
    font-weight: 300
}
body.our-work.inpage-editing .expandable {
    position: relative;
    top: 200px
}
.wwd-nav {
    padding-top: 60px;
    padding-bottom: 60px
}
.wwd-nav .wwd-nav-next a,
.wwd-nav .wwd-nav-prev a {
    color: #a6a6a6;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    padding: 0 30px
}
.wwd-nav .wwd-nav-next a:hover,
.wwd-nav .wwd-nav-prev a:hover {
    color: grey
}
.wwd-nav .wwd-nav-next a span,
.wwd-nav .wwd-nav-prev a span {
    font-weight: 100;
    font-size: 50px;
    display: block
}
.wwd-nav .wwd-nav-prev {
    border-right: 1px solid #a6a6a6;
    text-align: right
}
@media (max-width: 767px) {
    .wwd-nav .wwd-nav-next,
    .wwd-nav .wwd-nav-prev {
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px
    }
    .wwd-nav .wwd-nav-next a span,
    .wwd-nav .wwd-nav-prev a span {
        font-size: 35px
    }
    .wwd-nav .wwd-nav-prev {
        border-right: none;
        border-bottom: 1px solid #a6a6a6
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .wwd-nav .wwd-nav-next,
    .wwd-nav .wwd-nav-prev {
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px
    }
    .wwd-nav .wwd-nav-next a span,
    .wwd-nav .wwd-nav-prev a span {
        font-size: 35px
    }
}
.landing-page .off-canvas-toggle {
    color: #000
}
.landing-page .landing-page-image-panel {
    margin-left: -15px;
    margin-right: -15px;
    padding: 60px 60px 120px;
    background: url(https://www.adherecreative.com/hubfs/layout/img/banners/landing-page-banner.jpg) right center no-repeat;
    background-size: cover
}
@media (max-width: 768px) {
    .landing-page .landing-page-image-panel {
        background-image: url(https://www.adherecreative.com/hubfs/layout/img/banners/landing-page-banner-768.jpg)
    }
}
@media (max-width: 480px) {
    .landing-page .landing-page-image-panel {
        background-image: url(https://www.adherecreative.com/hubfs/layout/img/banners/landing-page-banner-480.jpg);
        padding: 30px 15px
    }
}
.landing-page .landing-page-image-panel h1 {
    font-weight: 100;
    font-size: 4.5em;
    color: #fff;
    margin: 100px 0
}
@media (max-width: 768px) {
    .landing-page .landing-page-image-panel h1 {
        font-size: 11vw
    }
}
.landing-page .landing-page-image-panel h2 {
    color: #86bd3b;
    font-size: 28px;
    margin-left: 30px;
    margin-top: 0
}
.landing-page .landing-page-image-panel p {
    color: #fff
}
.landing-page .landing-page-image-panel ul {
    padding: 0;
    margin-left: 30px
}
.landing-page .landing-page-image-panel li {
    background: url(https://www.adherecreative.com/hubfs/layout/img/ui/circle-check.png) top left no-repeat;
    line-height: 28px;
    color: #fff;
    padding-left: 36px;
    list-style: none;
    margin-bottom: 15px
}
.landing-page .landing-page-image-panel blockquote {
    border: 2px solid #86bd3b;
    border-bottom: none;
    font-size: 16px;
    color: #fff;
    font-style: italic;
    padding: 30px;
    position: relative;
    margin-top: 30px
}
.landing-page .landing-page-image-panel blockquote:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 22px;
    background: url(https://www.adherecreative.com/hubfs/layout/img/ui/quote-bottom.png)
}
.landing-page .landing-page-image-panel blockquote cite {
    color: #a1a1a5;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    margin-top: 15px
}
.landing-page .landing-page-image-panel img {
    display: block;
    max-width: 100%;
    height: auto
}
.landing-page .landing-page-content-panel {
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
    background: #fafafa
}
.landing-page .landing-page-content-panel #hs_cos_wrapper_lpcontent {
    padding: 60px;
    float: left;
    width: 100%
}
.landing-page .landing-page-content-panel #hs_cos_wrapper_lpcontent:empty {
    padding: 0
}
.landing-page .landing-page-content-panel h2 {
    font-weight: 300
}
.landing-page .landing-page-content-panel .landing-page-content-box {
    width: 240px;
    padding: 30px;
    display: inline-block;
    vertical-align: top
}
.landing-page .landing-page-form {
    padding: 60px 30px;
    text-align: center
}
.landing-page .landing-page-form h3 {
    font-weight: 300;
    font-size: 38px;
    margin-bottom: 40px;
    display: inline-block;
    color: #86bd3b
}
.landing-page .landing-page-form form.hs-form {
    float: left;
    width: 100%
}
.landing-page .landing-page-form form.hs-form .hs_submit {
    width: 100%;
    margin: 0 0 0;
    padding: 0 15px;
    float: left
}
.landing-page .landing-page-form form.hs-form .hs_submit .hs-button {
    width: 100%;
    border-radius: 2px;
    color: #fff;
    margin-top:34px;
}
.landing-page .landing-page-form form.hs-form div.field.hs-form-field {
    width: 100%;
    padding: 15px 0;
    float: left;
    position: relative
}
.landing-page .landing-page-form form.hs-form label {
    position: absolute;
    width: 100%;
    height: 40px;
    margin: 0;
    overflow: inherit;
    clip: auto;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    color: #404040;
    font-size: 13px;
    bottom: -27px;
    left: 0
}
.landing-page .landing-page-form form.hs-form div.field.hs-form-field.checkbox-box {
    padding-top: 40px;
    padding-bottom: 10px
}
.landing-page .landing-page-form form.hs-form div.field.hs-form-field.checkbox-box>label {
    bottom: 0;
    top: 10px;
    text-align: left;
    font-size: 15px;
    text-transform: uppercase
}
.landing-page .landing-page-form form.hs-form .hs-input {
    color: #2f2f31;
    padding-top: 5px;
    padding-bottom: 5px;
    background: 0 0;
    border: 1px solid #a6a6a6;
    -webkit-transition: border-color .2s;
    transition: border-color .2s
}
.landing-page .landing-page-form form.hs-form .hs-input:focus {
    border-color: #86bd3b;
    -webkit-transition: border-color .2s;
    transition: border-color .2s
}
.landing-page .landing-page-form form.hs-form .input {
    float: left;
    width: 100%;
    position: relative
}
.landing-page .landing-page-form form.hs-form .input .inputs-list.multi-container label {
    position: static;
    text-align: left;
    text-transform: none
}
.landing-page .landing-page-form form.hs-form .input .inputs-list.multi-container input {
    width: 14px;
    height: 14px;
    margin-right: 15px
}
.landing-page .landing-page-form form.hs-form textarea.hs-input {
    box-sizing: border-box;
    height: 214px;
    max-width: 100%
}
.landing-page .landing-page-form form.hs-form .hs_message .input {
    height: 214px
}
.landing-page .landing-page-form form.hs-form .hs-error-msgs {
    position: absolute;
    bottom: -22px;
    width: 100%;
    margin: 0
}
.landing-page .landing-page-form form.hs-form .hs-error-msgs label {
    color: #f06747
}
.landing-page .landing-page-form form.hs-form .form-columns-2 div.field.hs-form-field {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%
}
.landing-page .landing-page-form .copyright {
    margin-top: 90px;
    float: left;
    width: 100%;
    color: grey
}
.landing-page .hs_cos_wrapper {
    display: inline
}
body.thank-you form.hs-form .hs-form-field ul.inputs-list li {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    float: left
}
body.inbound .panel {
    padding: 75px 0
}
body.inbound .panel.page-lead {
    padding: 0;
    min-height: 90vh
}
body.inbound .panel.expandable {
    padding: 0
}
body.inbound section.image-panel {
    background: url(https://www.adherecreative.com/hubfs/layout/img/inbound/hero.jpg) center center no-repeat;
    background-size: cover
}
body.inbound .panel-identity {
    position: relative;
    background: url(https://www.adherecreative.com/hubfs/layout/img/inbound/panel-bg-beigenoise.png) fixed
}
body.inbound .panel-identity h3,
body.inbound .panel-identity p {
    color: #FFF
}
body.inbound .panel-identity .facts {
    border-top-color: #2f2f31
}
body.inbound .panel-identity .facts h4,
body.inbound .panel-identity .facts p {
    color: #2f2f31
}
body.inbound .panel-identity .facts .icon {
    background-color: #2f2f31
}
body.inbound .panel-identity figure {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0
}
body.inbound .panel-identity figure .collateral {
    background: no-repeat;
    background-size: contain;
    position: absolute
}
body.inbound .panel-identity figure .collateral.cards {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/inbound/identity-cards.png);
    width: 150px;
    height: 110px;
    top: 100px;
    right: 460px;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg)
}
body.inbound .panel-identity figure .collateral.catalog {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/inbound/identity-catalog.png);
    width: 300px;
    height: 430px;
    top: -80px;
    right: -70px;
    z-index: 9
}
body.inbound .panel-identity figure .collateral.clips {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/inbound/identity-clips.png);
    width: 61px;
    height: 74px;
    top: 415px;
    right: 410px;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg)
}
body.inbound .panel-identity figure .collateral.envelope {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/inbound/identity-envelope.png);
    width: 345px;
    height: 180px;
    top: -100px;
    right: 300px;
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg)
}
body.inbound .panel-identity figure .collateral.eraser {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/inbound/identity-eraser.png);
    width: 89px;
    height: 47px;
    top: 385px;
    right: 220px;
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg)
}
body.inbound .panel-identity figure .collateral.pencils {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/inbound/identity-pencils.png);
    width: 274px;
    height: 51px;
    top: 453px;
    right: -50px;
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg)
}
body.inbound .panel-identity figure .collateral.phone {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/inbound/identity-phone.png);
    width: 116px;
    height: 188px;
    top: 135px;
    right: 270px;
    -webkit-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg)
}
@media (min-width: 768px) and (max-width: 1199px) {
    body.inbound .panel-identity figure {
        position: relative;
        display: block;
        right: auto;
        margin: 0 auto;
        height: 400px;
        width: 628px
    }
    body.inbound .panel-identity figure .collateral.cards {
        top: 200px
    }
    body.inbound .panel-identity figure .collateral.catalog {
        top: 20px
    }
    body.inbound .panel-identity figure .collateral.envelope {
        top: 0
    }
    body.inbound .panel-identity figure .collateral.phone {
        top: 235px
    }
}
@media (max-width: 767px) {
    body.inbound .panel-identity figure {
        position: relative;
        display: block;
        right: auto;
        margin: 0 auto;
        height: 290px;
        width: 328px
    }
    body.inbound .panel-identity figure .collateral.cards {
        top: 180px;
        right: 250px;
        width: 75px;
        height: 55px
    }
    body.inbound .panel-identity figure .collateral.catalog {
        top: 0;
        right: -20px;
        width: 150px;
        height: 215px
    }
    body.inbound .panel-identity figure .collateral.envelope {
        top: 30px;
        right: 210px;
        width: 172.5px;
        height: 90px
    }
    body.inbound .panel-identity figure .collateral.phone {
        top: 175px;
        right: 135px;
        width: 58px;
        height: 94px
    }
}
body.inbound .panel-group-web {
    position: relative;
    float: left;
    overflow-x: hidden
}
@media (min-width: 1200px) {
    body.inbound.has-animations .panel-social {
        min-height: 100vh;
        padding-top: 25vh
    }
    body.inbound.has-animations .panel-crm {
        padding-top: 200px;
        padding-bottom: 20px
    }
    body.inbound .panel-identity {
        padding-top: 25vh;
        min-height: 100vh
    }
    body.inbound .panel-identity figure {
        display: block
    }
    body.inbound .panel-group-web {
        z-index: -1
    }
    body.inbound .panel-group-web .panel-two-facts {
        padding-top: 25vh
    }
    body.inbound .panel-group-web .panel-two-facts .container>p {
        min-height: 235px
    }
}
body.inbound .panel-group-web .panel-two-facts {
    background: 0 0;
    z-index: 1;
    position: relative
}
body.inbound .panel-group-web .panel-two-facts.parked .facts {
    border-top: 1px solid #ececed
}
body.inbound .panel-group-web .facts {
    border-top: none
}
body.inbound .panel-group-web .facts .icon {
    background-color: #86bd3b
}
body.inbound .panel-group-web .staticbg {
    display: none;
    position: fixed;
    top: calc(50vh - 375px);
    right: 0;
    z-index: 0;
    height: 100vh;
    width: 100vw;
    max-width: 1280px
}
body.inbound .panel-group-web .staticbg .bg-content .camera,
body.inbound .panel-group-web .staticbg .bg-content .plant,
body.inbound .panel-group-web .staticbg .bg-content .typewriter,
body.inbound .panel-group-web .staticbg .bg-conversion .books,
body.inbound .panel-group-web .staticbg .bg-conversion .coffee {
    max-width: none;
    position: absolute
}
@media (min-width: 1200px) {
    body.inbound .panel-group-web .staticbg {
        display: block
    }
}
body.inbound .panel-group-web .staticbg .device {
    position: absolute
}
body.inbound .panel-group-web .staticbg .device.device-desktop {
    z-index: 5;
    top: 45px;
    right: 5vw;
    opacity: 1
}
body.inbound .panel-group-web .staticbg .device.device-phone {
    top: 260px;
    left: -30px;
    z-index: 1
}
body.inbound .panel-group-web .staticbg .device.device-tablet {
    top: 170px;
    left: -185px
}
body.inbound .panel-group-web .staticbg .bg-content,
body.inbound .panel-group-web .staticbg .bg-conversion,
body.inbound .panel-group-web .staticbg .bg-design {
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 500px
}
body.inbound .panel-group-web .staticbg.scene-design .device-desktop {
    opacity: 1
}
body.inbound .panel-group-web .staticbg .screen-desktop.design {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/inbound/web-screens-desktop-gbh.jpg);
    background-position: top
}
body.inbound .panel-group-web .staticbg .bg-design {
    z-index: 6
}
body.inbound .panel-group-web .staticbg .bg-design .screen-phone {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/inbound/web-screens-phone-gbh.jpg)
}
body.inbound .panel-group-web .staticbg .bg-design .screen-tablet {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/inbound/web-screens-tablet-gbh.jpg)
}
body.inbound .panel-group-web .staticbg.scene-content .bg-content,
body.inbound .panel-group-web .staticbg.scene-content .device-desktop {
    opacity: 1
}
body.inbound .panel-group-web .staticbg .screen-desktop.content {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/inbound/web-screen-content.png)
}
body.inbound .panel-group-web .staticbg .bg-content .plant {
    top: 0;
    left: -270px;
    z-index: 1;
    max-height: 450px
}
body.inbound .panel-group-web .staticbg .bg-content .typewriter {
    top: 275px;
    left: -250px;
    z-index: 6;
    max-height: 200px
}
body.inbound .panel-group-web .staticbg .bg-content .camera {
    top: 270px;
    left: 170px;
    z-index: 7;
    max-height: 245px
}
body.inbound .panel-group-web .staticbg.scene-conversion .bg-conversion,
body.inbound .panel-group-web .staticbg.scene-conversion .device-desktop {
    opacity: 1
}
body.inbound .panel-group-web .staticbg .screen-desktop.conversion {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/inbound/web-screen-conversions.png)
}
body.inbound .panel-group-web .staticbg .bg-conversion .books {
    top: 165px;
    left: -250px;
    z-index: 1;
    max-height: 220px
}
body.inbound .panel-group-web .staticbg .bg-conversion .coffee {
    top: 390px;
    left: 220px;
    z-index: 7;
    max-height: 120px
}
body.inbound .panel-social {
    background: url(https://www.adherecreative.com/hubfs/layout/img/inbound/panel-bg-darkdots.jpg) center center;
    background-size: cover
}
body.inbound .panel-social h3,
body.inbound .panel-social h4 {
    color: #FFF
}
body.inbound .panel-social p {
    color: #6e6e70
}
body.inbound .panel-social .facts {
    border-top-color: #2f2f31
}
body.inbound .panel-social .facts .icon {
    background-color: #2f2f31
}
body.inbound .panel-social figure {
    display: none;
    position: absolute;
    top: -15px;
    right: 0
}
body.inbound .panel-social figure .tablet {
    position: absolute;
    top: 70px;
    right: 0;
    height: 360px;
    width: 560px;
    z-index: 1;
    max-width: none
}
body.inbound .panel-social figure .markers {
    position: absolute;
    top: 0;
    right: 0
}
body.inbound .panel-social figure .markers .marker {
    position: absolute;
    height: 60px;
    width: 53px;
    background: url(https://www.adherecreative.com/hubfs/layout/img/inbound/social-markers.png) no-repeat;
    background-size: auto 100%;
    z-index: 3
}
body.inbound .panel-social figure .markers .marker.marker-facebook {
    top: 183px;
    right: 540px
}
body.inbound .panel-social figure .markers .marker.marker-gplus {
    background-position: -53px;
    top: 180px;
    right: 423px
}
body.inbound .panel-social figure .markers .marker.marker-foursquare {
    background-position: -106px;
    top: 255px;
    right: 365px
}
body.inbound .panel-social figure .markers .marker.marker-linkedin {
    background-position: -159px;
    top: 65px;
    right: 300px
}
body.inbound .panel-social figure .markers .marker.marker-twitter {
    background-position: -212px;
    top: 195px;
    right: 260px
}
body.inbound .panel-social figure .markers .marker.marker-yahoo {
    background-position: -265px;
    top: 135px;
    right: 130px
}
body.inbound .panel-social figure .markers .network {
    opacity: 0;
    position: absolute;
    background: no-repeat;
    background-size: contain;
    z-index: 2
}
body.inbound .panel-social figure .markers .network.network-facebook {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/inbound/social-network-facebook.png);
    top: 206px;
    right: 505px;
    width: 257px;
    height: 157px
}
body.inbound .panel-social figure .markers .network.network-gplus {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/inbound/social-network-googleplus.png);
    top: 186px;
    right: 391px;
    width: 129px;
    height: 119px
}
body.inbound .panel-social figure .markers .network.network-foursquare {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/inbound/social-network-foursquare.png);
    top: 245px;
    right: 324px;
    width: 156px;
    height: 204px
}
body.inbound .panel-social figure .markers .network.network-linkedin {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/inbound/social-network-linkedin.png);
    top: -43px;
    right: 235px;
    width: 153px;
    height: 203px
}
body.inbound .panel-social figure .markers .network.network-twitter {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/inbound/social-network-twitter.png);
    top: 175px;
    right: 244px;
    width: 103px;
    height: 203px
}
body.inbound .panel-social figure .markers .network.network-yahoo {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/inbound/social-network-yahoo.png);
    top: -75px;
    right: -87px;
    width: 319px;
    height: 321px
}
@media (min-width: 1200px) {
    body.inbound .panel-social figure {
        display: block
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    body.inbound .panel-social figure {
        position: relative;
        display: block;
        right: auto;
        margin: 0 auto;
        height: 400px;
        width: 628px
    }
    body.inbound .panel-social figure .markers .network {
        opacity: 1
    }
}
@media (max-width: 767px) {
    
    .landing-page .landing-page-form form.hs-form .hs_submit .hs-button {margin-top:53px;}
    
    body.inbound .panel-social figure {
        position: relative;
        display: block;
        right: auto;
        margin: 0 auto;
        height: 260px;
        width: 280px
    }
    body.inbound .panel-social figure .tablet {
        height: 180px;
        width: 280px
    }
    body.inbound .panel-social figure .markers .marker {
        height: 30px;
        width: 26px
    }
    body.inbound .panel-social figure .markers .marker.marker-facebook {
        top: 128px;
        right: 270px
    }
    body.inbound .panel-social figure .markers .marker.marker-gplus {
        background-position: -27px;
        top: 128px;
        right: 208px
    }
    body.inbound .panel-social figure .markers .marker.marker-foursquare {
        background-position: -53px;
        top: 165px;
        right: 175px
    }
    body.inbound .panel-social figure .markers .marker.marker-linkedin {
        background-position: -80px;
        top: 65px;
        right: 150px
    }
    body.inbound .panel-social figure .markers .marker.marker-twitter {
        background-position: -106px;
        top: 130px;
        right: 125px
    }
    body.inbound .panel-social figure .markers .marker.marker-yahoo {
        background-position: -133px;
        top: 105px;
        right: 60px
    }
    body.inbound .panel-social figure .markers .network {
        opacity: 1
    }
    body.inbound .panel-social figure .markers .network.network-facebook {
        top: 142px;
        right: 252px;
        width: 128.5px;
        height: 78.5px
    }
    body.inbound .panel-social figure .markers .network.network-gplus {
        top: 132px;
        right: 192px;
        width: 64.5px;
        height: 59.5px
    }
    body.inbound .panel-social figure .markers .network.network-foursquare {
        top: 162px;
        right: 154px;
        width: 78px;
        height: 102px
    }
    body.inbound .panel-social figure .markers .network.network-linkedin {
        top: 10px;
        right: 117px;
        width: 76.5px;
        height: 101.5px
    }
    body.inbound .panel-social figure .markers .network.network-twitter {
        top: 121px;
        right: 116px;
        width: 51.5px;
        height: 101.5px
    }
    body.inbound .panel-social figure .markers .network.network-yahoo {
        top: -4px;
        right: -50px;
        width: 159.5px;
        height: 160.5px
    }
}
body.inbound .panel-crm .container {
    position: static
}
body.inbound .panel-crm .facts {
    border-top-color: #ececed
}
body.inbound .panel-crm .facts .icon {
    background-color: #86bd3b
}
body.inbound .panel-crm figure {
    display: none
}
body.plan .panel {
    padding: 75px 0
}
body.plan .panel.page-lead {
    padding: 0;
    min-height: 90vh
}
body.plan section.image-panel {
    background: url(https://www.adherecreative.com/hubfs/layout/img/plan/hero-bg.jpg) center center no-repeat;
    background-size: cover
}
body.plan .panel-whatsinplan {
    background: #fbfbfb;
    border-bottom: 1px solid #ececed
}
@media (min-width: 1200px) {
    body.inbound .panel-crm figure {
        display: block;
        position: absolute;
        top: 130px;
        right: 0
    }
    body.inbound .panel-crm figure img {
        max-height: 100%
    }
    body.inbound .panel-crm figure .plant {
        max-height: 360px;
        position: absolute;
        top: 20px;
        right: 335px;
        z-index: 0
    }
    body.inbound .panel-crm figure .laptop {
        position: relative;
        z-index: 1;
        max-height: 320px;
        margin: 65px 50px 0 0
    }
    body.plan .panel-landscapebg {
        overflow: hidden;
        padding-top: 25vh;
        min-height: 100vh
    }
}
body.plan .panel-landscape {
    padding: 0;
    overflow: visible
}
body.plan .panel-landscape .facts {
    position: relative
}
body.plan .panel-landscape .facts .icon {
    background-color: #86bd3b
}
body.plan .panel-landscape .landscape {
    position: absolute;
    top: 0;
    right: 100px
}
body.plan .panel-landscape .landscape .screenmask {
    overflow: hidden;
    background: #C00;
    position: absolute;
    width: 261px;
    height: 240px;
    top: 138px;
    right: 167px;
    z-index: 8;
    -webkit-transform: rotate(-34deg);
    -ms-transform: rotate(-34deg);
    transform: rotate(-34deg)
}
body.plan .panel-landscape .landscape .screenmask .screenmaskcontents {
    -webkit-transform: rotate(34deg);
    -ms-transform: rotate(34deg);
    transform: rotate(34deg)
}
body.plan .panel-landscape .landscape .land {
    position: absolute;
    background: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0
}
body.plan .panel-landscape .landscape .land.mountains {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/plan/landscape-mountains.png);
    width: 470px;
    height: 275px;
    top: -20px;
    right: 36px;
    z-index: 8
}
body.plan .panel-landscape .landscape .land.grid {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/plan/landscape-grid.png);
    width: 469px;
    height: 240px;
    top: 20px;
    right: 34px;
    z-index: 7
}
body.plan .panel-landscape .landscape .land.screen {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/plan/landscape-screen.png);
    width: 470px;
    height: 230px;
    top: 25px;
    right: 36px;
    z-index: 6
}
body.plan .panel-landscape .landscape .land.tablet {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/plan/landscape-tablet.png);
    width: 565px;
    height: 285px;
    top: 10px;
    z-index: 5
}
body.plan .panel-landscape .landscape .land.diamond {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/plan/landscape-diamond.png);
    width: 250px;
    height: 170px;
    top: 90px;
    right: 150px;
    z-index: 1
}
body.plan .panel-gettingready {
    overflow-y: visible;
    background: #86bd3b
}
body.plan .panel-gettingready h3,
body.plan .panel-gettingready p {
    color: #FFF
}
body.plan .panel-gettingready .staticbg {
    width: auto;
    height: auto;
    top: -110px;
    right: -20px
}
body.plan .panel-gettingready .staticbg .device {
    position: absolute;
    top: 90px;
    right: -80px
}
body.plan .panel-gettingready .staticbg .device .screen {
    background: url(https://www.adherecreative.com/hubfs/layout/img/plan/ready-screen.jpg);
    background-size: cover
}
body.plan .panel-gettingready .facts {
    border-top-color: #aad372
}
body.plan .panel-gettingready .facts h4,
body.plan .panel-gettingready .facts p {
    color: #2f2f31
}
body.plan .panel-gettingready .facts .icon {
    background-color: #2f2f31
}
body.plan .panel-bridgingthegap {
    overflow-y: visible
}
body.plan .panel-bridgingthegap h3,
body.plan .panel-bridgingthegap p {
    z-index: 1;
    position: relative
}
body.plan .panel-bridgingthegap .staticbg {
    width: auto;
    height: auto;
    top: -70px;
    right: -30px
}
body.plan .panel-bridgingthegap .staticbg .device {
    position: absolute;
    top: 90px;
    right: -80px
}
body.plan .panel-bridgingthegap .staticbg .device .screen {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/plan/gap-screen.jpg)
}
body.plan .panel-bridgingthegap .staticbg .plant {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/plan/plant.jpg);
    background-size: contain;
    position: absolute;
    top: 130px;
    right: 430px;
    width: 302px;
    height: 305px
}
body.plan .panel-bridgingthegap .staticbg .screen-overlay {
    background-size: contain;
    position: absolute;
    width: 350px;
    height: 320px
}
body.plan .panel-bridgingthegap .staticbg .screen-overlay.screen-overlay-1 {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/plan/gap-screen-overlay-1.png);
    top: 97px;
    right: -10px
}
body.plan .panel-bridgingthegap .staticbg .screen-overlay.screen-overlay-2 {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/plan/gap-screen-overlay-2.png);
    top: 155px;
    right: 70px
}
body.plan .panel-bridgingthegap .staticbg .screen-overlay.screen-overlay-3 {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/plan/gap-screen-overlay-3.png);
    top: 195px;
    right: 190px
}
@media (min-width: 768px) and (max-width: 1199px) {
    body.plan .panel-bridgingthegap .staticbg {
        position: relative;
        display: block;
        right: auto;
        margin: 0 auto;
        height: 500px;
        width: 550px
    }
}
@media (max-width: 767px) {
    body.plan .panel-bridgingthegap .staticbg {
        position: relative;
        display: block;
        right: auto;
        margin: 0 auto;
        height: 240px;
        width: 350px
    }
    body.plan .panel-bridgingthegap .staticbg .device {
        top: 60px;
        right: 0;
        width: 350px;
        height: 205px
    }
    body.plan .panel-bridgingthegap .staticbg .device .screen {
        top: 15px;
        left: 53px;
        width: 242.5px;
        height: 150.5px
    }
    body.plan .panel-bridgingthegap .staticbg .plant {
        top: 100px;
        right: 270px;
        width: 151px;
        height: 152.5px
    }
    body.plan .panel-bridgingthegap .staticbg .screen-overlay {
        width: 175px;
        height: 160px
    }
    body.plan .panel-bridgingthegap .staticbg .screen-overlay.screen-overlay-1 {
        top: 60px;
        right: 30px
    }
    body.plan .panel-bridgingthegap .staticbg .screen-overlay.screen-overlay-2 {
        top: 85px
    }
    body.plan .panel-bridgingthegap .staticbg .screen-overlay.screen-overlay-3 {
        top: 115px;
        right: 110px
    }
}
body.plan .panel-bridgingthegap .facts .icon {
    background-color: #86bd3b
}
body.plan .panel-execution {
    background-attachment: fixed;
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/plan/execution-bg.jpg);
    background-size: cover;
    overflow-y: visible
}
@media (min-width: 1200px) {
    body.plan .panel-gettingready {
        padding-top: 25vh;
        min-height: 100vh
    }
    body.plan .panel-bridgingthegap {
        min-height: 100vh;
        padding-top: 25vh
    }
    body.plan .panel-execution {
        min-height: 100vh;
        padding: 25vh 0 120px
    }
}
body.plan .panel-execution h3,
body.plan .panel-execution p {
    color: #FFF
}
body.plan .panel-execution .staticbg {
    width: auto;
    height: auto;
    z-index: 2;
    top: -85px;
    right: -60px
}
body.plan .panel-execution .screen {
    position: absolute;
    background: no-repeat;
    background-size: contain
}
body.plan .panel-execution .screen.screen-one {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/plan/screen-execution-1.png);
    top: 75px;
    right: 0;
    z-index: 1;
    width: 770px;
    height: 520px
}
body.plan .panel-execution .screen.screen-two {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/plan/screen-execution-2.png);
    top: 35px;
    right: 0;
    width: 770px;
    height: 520px;
    z-index: 2
}
body.plan .panel-execution .screen.screen-three {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/plan/screen-execution-3.png);
    top: 90px;
    width: 500px;
    height: 400px;
    right: 160px;
    z-index: 3
}
@media (min-width: 768px) and (max-width: 1199px) {
    body.plan .panel-execution .staticbg {
        position: relative;
        display: block;
        right: auto;
        top: -55px;
        margin: 0 auto;
        height: 500px;
        width: 770px
    }
}
body.plan .panel-execution .facts {
    border-top-color: rgba(255, 255, 255, .4);
    z-index: 1
}
body.plan .panel-execution .facts h4,
body.plan .panel-execution .facts p {
    color: #2f2f31
}
body.plan .panel-execution .facts .icon {
    background-color: #2f2f31
}
body.landscape .panel {
    padding: 75px 0
}
body.landscape .panel.page-lead {
    padding: 0;
    min-height: 90vh
}
body.landscape .panel-whatsinplan {
    background: #fbfbfb;
    border-bottom: 1px solid #ececed
}
body.landscape section.image-panel {
    background: url(https://www.adherecreative.com/hubfs/layout/img/landscape/hero-bg.jpg) center center no-repeat;
    background-size: cover
}
@media (max-width: 767px) {
    body.plan .panel-execution .staticbg {
        position: relative;
        display: block;
        right: auto;
        top: -55px;
        margin: 0 auto;
        height: 290px;
        width: 390px
    }
    body.plan .panel-execution .staticbg .screen.screen-one {
        width: 385px;
        height: 260px
    }
    body.plan .panel-execution .staticbg .screen.screen-two {
        width: 385px;
        height: 260px;
        top: 55px
    }
    body.plan .panel-execution .staticbg .screen.screen-three {
        width: 250px;
        height: 200px;
        top: 80px;
        right: 80px
    }
    body.landscape section.image-panel {
        background-position: 40% center
    }
}
@media (min-width: 1200px) {
    body.landscape .panel-landscapebg {
        overflow: hidden;
        padding-top: 25vh;
        min-height: 100vh
    }
}
body.landscape .panel-landscape {
    padding: 0;
    overflow: visible
}
body.landscape .panel-landscape .facts {
    position: relative
}
body.landscape .panel-landscape .facts .icon {
    background-color: #86bd3b
}
body.landscape .panel-landscape .staticbg {
    z-index: 0;
    top: -30px
}
body.landscape .panel-landscape .landscape {
    position: absolute;
    top: 10px;
    right: 70px
}
body.landscape .panel-landscape .landscape .screenmask {
    overflow: hidden;
    background: #C00;
    position: absolute;
    width: 261px;
    height: 240px;
    top: 138px;
    right: 167px;
    z-index: 8;
    -webkit-transform: rotate(-34deg);
    -ms-transform: rotate(-34deg);
    transform: rotate(-34deg)
}
body.landscape .panel-landscape .landscape .screenmask .screenmaskcontents {
    -webkit-transform: rotate(34deg);
    -ms-transform: rotate(34deg);
    transform: rotate(34deg)
}
body.landscape .panel-landscape .landscape .land {
    position: absolute;
    background: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0
}
body.landscape .panel-landscape .landscape .land.model {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/landscape/landscape-3dmodel.png);
    width: 628px;
    height: 382px;
    z-index: 8
}
body.landscape .panel-landscape .landscape .land.grid {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/landscape/landscape-grid.png);
    width: 628px;
    height: 382px;
    z-index: 7
}
body.landscape .panel-landscape .landscape .land.screen {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/landscape/landscape-screen.png);
    width: 628px;
    height: 382px;
    z-index: 6;
    opacity: 0
}
body.landscape .panel-landscape .landscape .land.tablet {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/landscape/landscape-tablet.png);
    width: 628px;
    height: 382px;
    z-index: 5
}
@media (min-width: 768px) and (max-width: 1199px) {
    body.landscape .panel-landscape .staticbg {
        position: relative;
        display: block;
        right: auto;
        margin: 0 auto;
        height: 400px;
        width: 628px
    }
    body.landscape .panel-landscape .staticbg .landscape {
        right: 0
    }
}
@media (max-width: 767px) {
    body.landscape .panel-landscape .staticbg {
        position: relative;
        display: block;
        right: auto;
        margin: 0 auto;
        height: 200px;
        width: 315px
    }
    body.landscape .panel-landscape .staticbg .landscape {
        right: 0
    }
    body.landscape .panel-landscape .landscape .land {
        width: 50px;
        height: 50px;
        top: 0;
        right: 0
    }
    body.landscape .panel-landscape .landscape .land.model,
    body.landscape .panel-landscape .landscape .land.tablet {
        width: 314px;
        height: 191px
    }
    body.landscape .panel-landscape .landscape .land.grid,
    body.landscape .panel-landscape .landscape .land.screen {
        display: none
    }
}
body.landscape .panel-customers {
    background: #e1e4ed
}
@media (min-width: 1200px) {
    body.landscape .panel-customers {
        padding-top: 150px
    }
}
body.landscape .panel-customers.panel-two-facts .facts {
    position: relative;
    border: none
}
body.landscape .panel-customers.panel-two-facts .facts .icon {
    background-color: #86bd3b
}
body.landscape .panel-customers .staticbg img {
    position: absolute;
    bottom: 0;
    right: 0
}
body.landscape .panel-competition {
    background: #000;
    padding: 150px 0
}
body.landscape .panel-competition h3,
body.landscape .panel-competition h4 {
    color: #fff
}
body.landscape .panel-competition p {
    color: #6e6e70
}
body.sales .panel-collateral .facts h4,
body.sales .panel-collateral .facts p,
body.sales .panel-enablesales .facts h4,
body.sales .panel-enablesales .facts p,
body.sales .panel-tracksales .facts h4,
body.sales .panel-tracksales .facts p {
    color: #2f2f31
}
body.landscape .panel-competition.panel-two-facts .facts {
    position: relative;
    border-top-color: #2f2f2f
}
body.landscape .panel-competition.panel-two-facts .facts .icon {
    background-color: #86bd3b
}
body.landscape .panel-competition .staticbg {
    z-index: 2
}
body.landscape .panel-competition .staticbg .graphbg {
    background: url(https://www.adherecreative.com/hubfs/layout/img/landscape/graph_bg.png) center center no-repeat;
    width: 369px;
    height: 552px;
    position: absolute;
    bottom: 158px;
    right: 455px
}
body.landscape .panel-competition .staticbg .device-alt-laptop {
    background: url(https://www.adherecreative.com/hubfs/layout/img/landscape/competition-laptop.png) center center no-repeat;
    width: 667px;
    height: 446px;
    position: absolute;
    bottom: 265px;
    right: 0
}
body.landscape .panel-competition .staticbg .device-alt-laptop>img {
    width: 667px;
    height: 446px;
    position: absolute;
    bottom: 0;
    right: 0
}
@media (min-width: 768px) and (max-width: 1199px) {
    body.landscape .panel-competition .staticbg {
        position: relative;
        display: block;
        right: auto;
        margin: 0 auto;
        height: 380px;
        width: 100%
    }
    body.landscape .panel-competition .staticbg .graphbg {
        bottom: -109px
    }
    body.landscape .panel-competition .staticbg .device-alt-laptop {
        bottom: 0
    }
}
@media (max-width: 767px) {
    body.landscape .panel-competition {
        padding: 75px 0
    }
    body.landscape .panel-competition .staticbg {
        position: relative;
        display: block;
        right: auto;
        margin: 0 auto;
        height: 270px;
        width: 100%
    }
    body.landscape .panel-competition .staticbg .graphbg {
        bottom: -4px;
        right: 230px;
        width: 184.5px;
        height: 276px;
        background-size: contain
    }
    body.landscape .panel-competition .staticbg .device-alt-laptop {
        bottom: 50px;
        width: 333.5px;
        height: 223px;
        background-size: contain
    }
    body.landscape .panel-competition .staticbg .device-alt-laptop>img {
        width: 333.5px;
        height: 223px
    }
}
body.landscape .panel-strategy {
    border-top: 1px solid #ededed
}
@media (min-width: 1200px) {
    body.landscape .panel-strategy {
        padding-top: 100px;
        overflow: visible
    }
}
body.landscape .panel-strategy .facts {
    position: relative;
    z-index: 1;
    border-top: none
}
body.landscape .panel-strategy .facts .icon {
    background-color: #86bd3b
}
body.landscape .panel-strategy .staticbg .stickynotes {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 759px;
    height: 668px;
    background: url(https://www.adherecreative.com/hubfs/layout/img/landscape/strategy.png);
    background-size: contain
}
body.sales .panel {
    padding: 75px 0
}
body.sales .panel.page-lead {
    padding: 0;
    min-height: 90vh
}
body.sales .panel-whatsinplan {
    background: #fbfbfb;
    border-bottom: 1px solid #ececed
}
body.sales section.image-panel {
    background: url(https://www.adherecreative.com/hubfs/layout/img/sales/hero-bg.jpg) center center no-repeat;
    background-size: cover
}
body.sales .panel-definesalesbg {
    overflow: hidden
}
@media (min-width: 1200px) {
    body.sales .panel-landscapebg {
        overflow: hidden;
        padding-top: 25vh;
        min-height: 1000px
    }
    body.sales .panel-definesalesbg {
        padding-top: 25vh;
        min-height: 100vh
    }
    body.sales .panel-definesales {
        overflow: visible
    }
}
body.sales .panel-definesales {
    padding: 0
}
body.sales .panel-definesales .facts .icon {
    background-color: #86bd3b
}
body.sales .panel-definesales .staticbg {
    z-index: 2;
    width: auto;
    height: auto
}
body.sales .panel-definesales .staticbg .waves {
    position: absolute;
    top: -20px;
    right: -100px;
    width: 864px;
    height: 420px
}
body.sales .panel-definesales .staticbg .waves>div,
body.sales .panel-definesales .staticbg .waves>img {
    width: 864px;
    height: 420px;
    position: absolute;
    bottom: 75px;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center
}
body.sales .panel-definesales .staticbg .waves>div {
    bottom: 0
}
body.sales .panel-definesales .staticbg .waves .reflection {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/sales/wave-reflection.png)
}
body.sales .panel-definesales .staticbg .device {
    top: -120px;
    right: 0;
    width: 578px;
    height: 470px;
    position: absolute;
    z-index: 1
}
body.sales .panel-definesales .staticbg .device .screen {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/sales/deals-screen.jpg);
    background-position: center top;
    background-size: cover;
    top: 30px;
    left: 30px;
    width: 519px;
    height: 329px
}
body.sales .panel-definesales .staticbg .popup {
    position: absolute;
    top: -155px;
    right: -60px;
    z-index: 1;
    width: 344px;
    height: 516px;
    background: url(https://www.adherecreative.com/hubfs/layout/img/sales/deals-popup.png) center center no-repeat
}
@media (min-width: 768px) and (max-width: 1199px) {
    body.sales .panel-definesales .staticbg {
        position: relative;
        display: block;
        right: auto;
        margin: 0 auto;
        height: 500px;
        width: 670px
    }
    body.sales .panel-definesales .staticbg .waves {
        top: 100px
    }
    body.sales .panel-definesales .staticbg .device {
        top: 0
    }
    body.sales .panel-definesales .staticbg .popup {
        top: -15px
    }
}
@media (max-width: 767px) {
    body.sales .panel-definesales .staticbg {
        position: relative;
        display: block;
        right: auto;
        margin: 0 auto;
        height: 290px;
        width: 432px
    }
    body.sales .panel-definesales .staticbg .waves {
        top: 100px;
        right: 0;
        width: 432px;
        height: 210px
    }
    body.sales .panel-definesales .staticbg .waves>div,
    body.sales .panel-definesales .staticbg .waves>img {
        width: 432px;
        height: 210px;
        bottom: 75px;
        left: 0
    }
    body.sales .panel-definesales .staticbg .device {
        top: 0;
        right: 71px;
        width: 289px;
        height: 235px
    }
    body.sales .panel-definesales .staticbg .device .screen {
        width: 259.5px;
        height: 164.5px
    }
    body.sales .panel-definesales .staticbg .popup {
        top: -5px;
        right: 30px;
        width: 172px;
        height: 258px;
        background-size: 100%
    }
}
body.sales .panel-connectmarketingsbg {
    padding: 0;
    overflow: hidden
}
body.sales .panel-collateral,
body.sales .panel-enablesales,
body.sales .panel-tracksales {
    overflow-y: visible;
    border-bottom: 1px solid #f6f6f6
}
@media (min-width: 1200px) {
    body.sales .panel-connectmarketingsbg {
        min-height: 100vh;
        padding-top: 25vh
    }
}
body.sales .panel-connectmarketing {
    padding: 0
}
body.sales .panel-connectmarketing .facts .icon {
    background-color: #86bd3b
}
body.sales .panel-connectmarketing .staticbg {
    z-index: 2;
    width: auto;
    height: auto
}
body.sales .panel-connectmarketing .staticbg .timeline {
    position: absolute;
    top: -150px;
    right: -65px;
    width: 952px;
    height: 494px
}
body.sales .panel-connectmarketing .staticbg .timeline svg {
    width: 952px;
    height: 494px
}
body.sales .panel-connectmarketing .staticbg .device {
    top: -80px;
    right: -170px;
    position: absolute;
    z-index: 1;
    width: 840px;
    height: 492px
}
body.sales .panel-connectmarketing .staticbg .device .screen {
    top: 39px;
    left: 131px;
    width: 577px;
    height: 356px;
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/sales/connect-screen.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat
}
body.sales .panel-connectmarketing .staticbg .popup {
    position: absolute;
    top: -30px;
    right: -70px;
    z-index: 1;
    width: 305px;
    height: 491px;
    background: url(https://www.adherecreative.com/hubfs/layout/img/sales/connect-popup.png) center center no-repeat
}
@media (min-width: 768px) and (max-width: 1199px) {
    body.sales .panel-connectmarketing .staticbg {
        position: relative;
        display: block;
        right: auto;
        margin: 0 auto;
        height: 560px;
        width: 100%
    }
    body.sales .panel-connectmarketing .staticbg .timeline {
        top: 0
    }
    body.sales .panel-connectmarketing .staticbg .device {
        top: 60px
    }
    body.sales .panel-connectmarketing .staticbg .popup {
        top: 50px
    }
}
@media (max-width: 767px) {
    body.sales .panel-connectmarketing .staticbg {
        position: relative;
        display: block;
        right: auto;
        margin: 0 auto;
        height: 290px;
        width: 420px
    }
    body.sales .panel-connectmarketing .staticbg .timeline {
        display: none
    }
    body.sales .panel-connectmarketing .staticbg .device {
        top: 0;
        right: 0;
        width: 420px;
        height: 246px
    }
    body.sales .panel-connectmarketing .staticbg .device .screen {
        top: 20px;
        left: 66px;
        width: 288.5px;
        height: 178px
    }
    body.sales .panel-connectmarketing .staticbg .popup {
        top: 10px;
        right: 30px;
        background-size: 100%;
        width: 152.5px;
        height: 245.5px
    }
}
body.sales .expandable a.expand-trigger h5 {
    width: 75%
}
body.sales .expandable a.expand-trigger:after {
    content: 'Request Consultation'
}
body.sales .panel-collateral {
    background: #f7f7f7;
    border-top: 1px solid #f6f6f6
}
body.sales .panel-collateral .staticbg {
    z-index: 2;
    width: auto;
    height: auto;
    top: -200px;
    right: -100px
}
body.sales .panel-collateral .screen {
    position: absolute;
    background: no-repeat;
    background-size: contain
}
body.sales .panel-collateral .screen.screen-one {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/sales/screen-collateral-1.png);
    top: 90px;
    right: 0;
    width: 745px;
    height: 622px;
    z-index: 1
}
body.sales .panel-collateral .screen.screen-two {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/sales/screen-collateral-2.png);
    top: 90px;
    right: 0;
    width: 745px;
    height: 622px;
    z-index: 2
}
body.sales .panel-collateral .screen.screen-three {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/sales/screen-collateral-3.png);
    top: 90px;
    right: 0;
    width: 745px;
    height: 622px;
    z-index: 3
}
body.sales .panel-collateral .facts {
    border-top-color: #e3e3e5;
    z-index: 1
}
body.sales .panel-collateral .facts .icon {
    background-color: #86bd3b
}
body.sales .panel-enablesales {
    background: #f7f7f7;
    border-top: 1px solid #f6f6f6
}
body.sales .panel-enablesales .staticbg {
    width: auto;
    height: auto
}
body.sales .panel-enablesales .staticbg .enable-sales-screen {
    position: absolute;
    top: -84px;
    right: -30px;
    width: 656px;
    height: 487px;
    background: url(https://www.adherecreative.com/hubfs/layout/img/sales/enable-sales-screen.jpg) center center no-repeat
}
body.sales .panel-enablesales .staticbg .enable-sales-client {
    position: absolute;
    top: 325px;
    right: 110px;
    width: 388px;
    height: 128px;
    background: url(https://www.adherecreative.com/hubfs/layout/img/sales/enable-sales-client.png) center center no-repeat
}
body.sales .panel-enablesales .staticbg .enable-sales-activity {
    position: absolute;
    top: 30px;
    right: -30px;
    width: 313px;
    height: 478px;
    background: url(https://www.adherecreative.com/hubfs/layout/img/sales/enable-sales-activity.png) center center no-repeat
}
body.sales .panel-enablesales .facts {
    border-top-color: #e3e3e5;
    z-index: 1
}
body.sales .panel-enablesales .facts .icon {
    background-color: #86bd3b
}
body.sales .panel-tracksales {
    background: #f7f7f7;
    border-top: 1px solid #f6f6f6
}
@media (min-width: 1200px) {
    body.sales .panel-connectmarketing {
        padding-top: 80px
    }
    body.sales .panel-collateral,
    body.sales .panel-enablesales {
        min-height: 100vh;
        padding-top: 25vh
    }
    body.sales .panel-enablesales .container>p {
        max-width: 310px
    }
    body.sales .panel-tracksales {
        min-height: 100vh;
        padding-top: 25vh
    }
    body.sales .panel-tracksales .container>p {
        max-width: 310px
    }
}
body.sales .panel-tracksales .staticbg {
    width: auto;
    height: auto
}
body.sales .panel-tracksales .staticbg .track-sales-tablet {
    position: absolute;
    top: -35px;
    right: -55px;
    width: 637px;
    height: 560px;
    background: url(https://www.adherecreative.com/hubfs/layout/img/sales/track-tablet.png) center center no-repeat
}
body.sales .panel-tracksales .staticbg .track-sales-tablet>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 637px;
    height: 560px
}
body.sales .panel-tracksales .staticbg .track-sales-tablet .track-sales-tablet-dots {
    background: url(https://www.adherecreative.com/hubfs/layout/img/sales/track-tablet-dots.png) center center no-repeat
}
body.sales .panel-tracksales .staticbg .track-sales-tablet .track-sales-tablet-line {
    background: url(https://www.adherecreative.com/hubfs/layout/img/sales/track-tablet-line.png) center center no-repeat
}
body.sales .panel-tracksales .staticbg .track-sales-tablet .track-sales-tablet-blind {
    top: 88px;
    left: auto;
    right: 79px;
    width: 432px;
    height: 217px;
    background: url(https://www.adherecreative.com/hubfs/layout/img/sales/track-tablet-blind.png) center center no-repeat
}
body.sales .panel-tracksales .staticbg .track-sales-phone {
    position: absolute;
    top: 20px;
    right: 477px;
    width: 271px;
    height: 439px;
    background: url(https://www.adherecreative.com/hubfs/layout/img/sales/track-phone.png) center center no-repeat
}
body.sales .panel-tracksales .staticbg .track-sales-phone>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 271px;
    height: 439px
}
body.sales .panel-tracksales .staticbg .track-sales-phone .track-sales-phone-bars {
    top: 100px;
    left: 81px;
    width: 110px;
    height: 143px;
    background: url(https://www.adherecreative.com/hubfs/layout/img/sales/track-phone-bars.png) center center no-repeat
}
body.sales .panel-tracksales .staticbg .track-sales-phone .track-sales-phone-shadow {
    background: url(https://www.adherecreative.com/hubfs/layout/img/sales/track-phone-shadow.png) center center no-repeat
}
@media (min-width: 768px) and (max-width: 1199px) {
    body.sales .panel-tracksales .staticbg {
        position: relative;
        display: block;
        right: auto;
        margin: 0 auto;
        height: 430px;
        width: 100%
    }
    body.sales .panel-tracksales .staticbg .track-sales-tablet .track-sales-tablet-blind {
        display: none
    }
}
@media (max-width: 767px) {
    body.sales .panel-tracksales .staticbg {
        position: relative;
        display: block;
        right: auto;
        margin: 0 auto;
        height: 260px;
        width: 375px
    }
    body.sales .panel-tracksales .staticbg .track-sales-tablet {
        background-size: 100%;
        width: 318.5px;
        height: 280px;
        right: 0;
        top: 0
    }
    body.sales .panel-tracksales .staticbg .track-sales-tablet>div {
        width: 318.5px;
        height: 280px
    }
    body.sales .panel-tracksales .staticbg .track-sales-tablet .track-sales-tablet-blind {
        display: none
    }
    body.sales .panel-tracksales .staticbg .track-sales-tablet .track-sales-tablet-dots,
    body.sales .panel-tracksales .staticbg .track-sales-tablet .track-sales-tablet-line {
        background-size: 100%
    }
    body.sales .panel-tracksales .staticbg .track-sales-phone {
        width: 135.5px;
        height: 219.5px;
        background-size: 100%;
        right: 270px;
        top: 30px
    }
    body.sales .panel-tracksales .staticbg .track-sales-phone .track-sales-phone-bars {
        width: 55px;
        height: 71.5px;
        background-size: 100%;
        top: 50px;
        left: 40px
    }
    body.sales .panel-tracksales .staticbg .track-sales-phone .track-sales-phone-shadow {
        width: 135.5px;
        height: 219.5px;
        background-size: 100%
    }
}
body.sales .panel-tracksales .facts {
    border-top-color: #e3e3e5;
    z-index: 1
}
body.sales .panel-tracksales .facts .icon {
    background-color: #86bd3b
}
body.campaign .panel {
    padding: 75px 0
}
body.campaign .panel.page-lead {
    padding: 0;
    min-height: 90vh
}
body.campaign section.image-panel {
    background: url(https://www.adherecreative.com/hubfs/layout/img/campaign/hero-bg.jpg) no-repeat;
    background-size: cover
}
@media (max-width: 767px) {
    body.campaign section.image-panel {
        background-position: 27% center
    }
}
body.campaign .panel-customersbg {
    background: #2b2b2b;
    padding: 0;
    overflow: hidden
}
@media (min-width: 1200px) {
    body.campaign .panel-customersbg {
        min-height: 1000px
    }
    body.campaign .panel-customers {
        min-height: 100vh;
        padding-top: 25vh
    }
    body.campaign .panel-opportunitiesbg {
        min-height: 1000px
    }
}
body.campaign .panel-customers h3 {
    color: #fff
}
body.campaign .panel-customers h4 {
    color: #b6b6b7
}
body.campaign .panel-customers p {
    color: #6e6e70
}
body.campaign .panel-customers .facts {
    border-top-color: #4d4d4e
}
body.campaign .panel-customers .facts .icon {
    background-color: #4d4d4e
}
body.campaign .panel-customers .staticbg .map {
    background: url(https://www.adherecreative.com/hubfs/layout/img/campaign/customers-bg.jpg) 100% 100% no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    width: 65vw;
    height: 100vh
}
body.campaign .panel-customers .staticbg .slider {
    position: absolute;
    top: 16vh;
    right: 12vw
}
body.campaign .panel-customers .staticbg .slider .track {
    width: 330px;
    background: #2b2b2b;
    border-radius: 3px;
    box-shadow: inset 1px 1px 1px #000, 0 0 0 2px rgba(255, 255, 255, .2)
}
body.campaign .panel-customers .staticbg .slider .track .fill {
    height: 4px;
    width: 30%;
    background: #86bd3b;
    border-radius: 3px;
    box-shadow: inset 1px 1px 1px #334817
}
body.campaign .panel-customers .staticbg .slider .indicator {
    position: absolute;
    top: -46px;
    left: 30%;
    width: 36px;
    height: 30px;
    padding: 0;
    background: #86bd3b;
    border-radius: 0;
    -webkit-transform: translateX(-18px);
    -ms-transform: translateX(-18px);
    transform: translateX(-18px)
}
body.campaign .panel-customers .staticbg .slider .indicator .icon {
    background: url(https://www.adherecreative.com/hubfs/layout/img/campaign/customers-indicator-icons.png);
    background-size: cover;
    width: 30px;
    height: 28px;
    margin: 3px auto 0
}
body.campaign .panel-customers .staticbg .slider .indicator:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 11px 18px 0;
    border-color: #86bd3b transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -18px;
    bottom: -11px;
    left: 50%
}
body.campaign .panel-customers .staticbg .slider .ticks {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%
}
body.campaign .panel-customers .staticbg .slider .ticks .tick {
    background: #86bd3b;
    position: absolute;
    top: 0;
    height: 10px;
    width: 1px
}
body.campaign .panel-customers .staticbg .slider .ticks .tick.tick1 {
    left: 16.66666667%
}
body.campaign .panel-customers .staticbg .slider .ticks .tick.tick2 {
    left: 33.33333333%
}
body.campaign .panel-customers .staticbg .slider .ticks .tick.tick3 {
    left: 50%
}
body.campaign .panel-customers .staticbg .slider .ticks .tick.tick4 {
    left: 66.66666667%
}
body.campaign .panel-customers .staticbg .slider .ticks .tick.tick5 {
    left: 83.33333333%
}
body.campaign .panel-customers .staticbg .cities .city {
    background: 100% 100% no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
body.campaign .panel-customers .staticbg .cities .city.city-level1 {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/campaign/customers-cities-level1.png)
}
body.campaign .panel-customers .staticbg .cities .city.city-level2 {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/campaign/customers-cities-level2.png)
}
body.campaign .panel-customers .staticbg .cities .city.city-level3 {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/campaign/customers-cities-level3.png)
}
body.campaign .panel-customers .staticbg .cities .city.city-level4 {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/campaign/customers-cities-level4.png)
}
body.campaign .panel-customers .staticbg .cities .city.city-level5 {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/campaign/customers-cities-level5.png)
}
body.campaign .panel-customers .staticbg .cities .city.city-level6 {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/campaign/customers-cities-level6.png)
}
body.campaign .panel-opportunitiesbg {
    padding: 0;
    overflow: hidden
}
@media (min-width: 1200px) {
    body.campaign .panel-opportunities {
        min-height: 100vh;
        padding-top: 25vh
    }
    body.campaign .panel-salesbg {
        min-height: 1000px
    }
}
body.campaign .panel-opportunities .facts .icon {
    background-color: #86bd3b
}
body.campaign .panel-opportunities .staticbg .device {
    top: -80px;
    right: 5vw;
    width: 578px;
    height: 470px;
    position: absolute;
    z-index: 1
}
body.campaign .panel-opportunities .staticbg .device .screen {
    background: url(https://www.adherecreative.com/hubfs/layout/img/campaign/opportunities-screen.jpg);
    background-size: cover;
    top: 30px;
    left: 30px;
    width: 519px;
    height: 329px
}
@media (min-width: 768px) and (max-width: 1199px) {
    body.campaign .panel-opportunities .staticbg {
        position: relative;
        display: block;
        right: auto;
        margin: 0 auto;
        height: 480px;
        width: 670px
    }
    body.campaign .panel-opportunities .staticbg .device {
        top: 0
    }
}
@media (max-width: 767px) {
    body.campaign .panel-opportunities .staticbg {
        position: relative;
        display: block;
        right: auto;
        margin: 0 auto;
        height: 270px;
        width: 290px
    }
    body.campaign .panel-opportunities .staticbg .device {
        top: 0;
        right: 0;
        width: 289px;
        height: 235px
    }
    body.campaign .panel-opportunities .staticbg .device .screen {
        top: 15px;
        left: 15px;
        width: 259.5px;
        height: 164.5px
    }
}
body.campaign .panel-salesbg {
    padding: 0;
    overflow: hidden
}
body.campaign .panel-sales .facts .icon {
    background-color: #86bd3b
}
body.campaign .panel-sales .staticbg .device {
    top: -124px;
    left: 5vw;
    width: 578px;
    height: 470px;
    position: absolute;
    z-index: 1
}
body.campaign .panel-sales .staticbg .device .screen {
    background: url(https://www.adherecreative.com/hubfs/layout/img/campaign/sales-screen.jpg);
    background-size: cover;
    top: 30px;
    left: 30px;
    width: 519px;
    height: 329px
}
body.campaign .panel-sales .staticbg .screen-focus {
    position: absolute;
    z-index: 2;
    background: url(https://www.adherecreative.com/hubfs/layout/img/campaign/sales-screen-overlay-new.jpg);
    background-size: contain;
    left: 60px;
    top: 190px;
    width: 470px;
    height: 107px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .2)
}
body.campaign .panel-improvement {
    background: #fbfbfb;
    border-top: 1px solid #ededed
}
@media (min-width: 1200px) {
    body.campaign .panel-sales {
        min-height: 100vh;
        padding-top: 25vh;
        text-align: right
    }
    body.campaign .panel-sales .container>h3,
    body.campaign .panel-sales .container>p {
        margin-left: auto;
        margin-right: 90px
    }
    body.campaign .panel-sales .facts .icon {
        float: right;
        margin-right: auto;
        margin-left: 10px
    }
    body.campaign .panel-sales .facts .icon .fact {
        float: right
    }
    body.campaign .panel-sales .facts .icon .fact:first-of-type {
        margin-right: auto;
        margin-left: 5%
    }
    body.campaign .panel-improvement {
        padding-top: 200px
    }
}
body.campaign .panel-improvement .facts {
    position: relative;
    z-index: 1
}
body.campaign .panel-improvement .facts .icon {
    background-color: #86bd3b
}
body.campaign .panel-improvement .staticbg {
    z-index: 2
}
body.campaign .panel-improvement .staticbg .device {
    position: absolute;
    top: 100px;
    right: 10px;
    z-index: 1
}
body.campaign .panel-improvement .staticbg .device .screen {
    background-image: url(https://www.adherecreative.com/hubfs/layout/img/campaign/improvement-screen.jpg)
}
body.campaign .panel-improvement .staticbg .chart {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    width: 310px;
    height: 313px;
    background: url(https://www.adherecreative.com/hubfs/layout/img/campaign/improvement-chart.png);
    background-size: contain
}
@media (min-width: 768px) and (max-width: 1199px) {
    body.campaign .panel-improvement .staticbg {
        position: relative;
        display: block;
        right: auto;
        margin: 0 auto;
        height: 410px;
        width: 710px
    }
    body.campaign .panel-improvement .staticbg .device {
        top: 0
    }
    body.campaign .panel-improvement .staticbg .chart {
        bottom: -100px
    }
}
@media (max-width: 767px) {
    body.campaign .panel-improvement .staticbg {
        position: relative;
        display: block;
        right: auto;
        margin: 0 auto;
        height: 230px;
        width: 350px
    }
    body.campaign .panel-improvement .staticbg .device {
        top: 0;
        width: 350px;
        height: 205px
    }
    body.campaign .panel-improvement .staticbg .device .screen {
        width: 242.5px;
        height: 150.5px;
        top: 15px;
        left: 53px
    }
    body.campaign .panel-improvement .staticbg .chart {
        bottom: -40px;
        width: 155px;
        height: 156.5px
    }
}
.error-404 section.image-panel {
    background-image: url(https://assets.adherecreative.com/hubfs/layout/img/banners/404-banner.jpg)
}
.error-404 section.image-panel .page-header {
    padding: 175px 15%
}
@media (max-width: 992px) {
    .error-404 section.image-panel {
        background-image: url(https://assets.adherecreative.com/hubfs/layout/img/banners/404-banner-992.jpg)
    }
    .error-404 section.image-panel .page-header {
        padding: 75px 5%
    }
}
@media (max-width: 768px) {
    .error-404 section.image-panel {
        background-image: url(https://assets.adherecreative.com/hubfs/layout/img/banners/404-banner-768.jpg)
    }
}
@media (max-width: 480px) {
    .landing-page .landing-page-image-panel blockquote {
        font-weight: 300;
        font-style: normal
    }
    .landing-page .landing-page-image-panel blockquote cite {
        font-style: normal
    }
    .error-404 section.image-panel {
        background-image: url(https://assets.adherecreative.com/hubfs/layout/img/banners/404-banner-480.jpg)
    }
    .error-404 section.image-panel .page-header {
        padding: 15px 0
    }
}
.error-404 section.image-panel h1 {
    font-size: 32px;
    line-height: 42px
}
.error-404 section.image-panel a {
    color: #5ca1d8;
    text-decoration: underline;
    font-weight: 300
}
.error-404 section.image-panel a:hover {
    color: #73b5ed
}




/*
-------------------
UPDATE
-------------------
*/


.stickymainmenu{background: rgba(0,0,0,0.5); height: 86px; position: fixed; width: 100%; top: 0px; left:0;  padding-bottom: 20px; z-index: 99;}

 section.image-panel .inner-container {
    padding-top: 20px;
    padding-bottom: 40px
}



.custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 13px;
    text-transform: uppercase;
    /*color: #979799;*/
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
    position: relative;
    padding: 8px;
    margin: 6px
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover { color:#8cc63f; }



.campaign .panel-stickynav {
  background: #2b2b2b;
}
.panel-stickynav {
  text-align: center;
  min-height: 45px;
}
.panel-stickynav .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.panel-stickynav .stickynav ul li .active{color: #60a0c6!important;}
.panel-stickynav .stickynav ul li .active span{color: #fff!important; background: #60a0c6;}

  
.panel-stickynav .stickynav {
  width: 100%;
  z-index: 9999;
  padding: 2px 0;
  background-color: rgba(251, 251, 251, 0.8);
  border-bottom: 1px solid #ececed;
}
.panel-stickynav .stickynav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.panel-stickynav .stickynav ul li {
  display: inline-block;
  font-size: 14px;
  margin: 0;
  width: auto;
  vertical-align: top;
}
.panel-stickynav .stickynav ul li a {
  float: left;
  color: #444444;
  display: block;
  padding: 0 0 0 18px;
  line-height: 40px;
  border-radius: 3px;
  font-weight: 400;
  padding-left: 30px;
  text-align: left;
  transition: none;
}
.panel-stickynav .stickynav ul li a span {
  line-height: 26px;
  margin-left: -30px;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  color: white;
  background: #dfdfde;
  margin-right: 5px;
  text-align: center;
}
.panel-stickynav .stickynav ul li i {
  float: left;
  width: 36px;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  color: #dfdfde;
}
.panel-stickynav .stickynav ul li:hover a {
  color: #60a0c6;
}
.panel-stickynav .stickynav ul li:hover a span {
  color: white;
  background: #60a0c6;
}
.panel-stickynav .stickynav ul li.active a {
  color: #93c21f;
}
.panel-stickynav .stickynav ul li.active a span {
  color: white;
  background: #93c21f;
}
.panel-stickynav .stickynav ul li.overview a {
  padding-left: 0;
}
.panel-stickynav .stickynav.fixed {
  position: fixed;
  top: 86px;
}
@media (max-width: 499px) {
  .panel-stickynav .stickynav ul {
    width: 195px;
    margin: 0 auto;
    text-align: left;
  }
  .panel-stickynav .stickynav li {
    width: 100%;
  }
  .panel-stickynav .stickynav li.overview {
    padding-left: 35px;
  }
  .panel-stickynav .stickynav li i {
    display: none;
  }
}

.header-cta{min-width: 127px!important;}
    
.btn-style .btn-primary , .btn-style .btn , .btn-style .launch-btn { background:none !important; min-width:270px; border:1px solid #60a0c6 !important; color:#60a0c6; overflow:hidden; position:relative; text-indent:0; }
body .btn-style .container .btn , { border:1px solid #60a0c6 !important;  }
body .btn-style .container .btn-secondary , .btn-style .launch-btn  { border-color:#fff !important;  color:#fff;  }

.btn-style .btn:after , .btn-style .launch-btn:after ,  .btn-style .launch-btn:after { font-family: FontAwesome; content: "\f178"; margin:0 0 0 20px; }
.btn-style .btn:hover , .btn-style .btn-primary:hover , .btn-style .launch-btn:hover { background:#60a0c6 !important; text-indent: -600px; color:#fff; }
body .btn-style .container .btn-secondary:hover , .btn-style .launch-btn:hover { border-color:#60a0c6 !important; color:#fff; }
.btn-style .btn:hover:after , .btn-style .btn:focus:after , .btn-style .launch-btn:hover:after { text-indent: 0; position:absolute; margin:0; right:50%; -moz-transform: translateX(50%); -webkit-transform: translateX(50%); -o-transform: translateX(50%); -ms-transform: translateX(50%); transform: translateX(50%); }
.btn-style .btn-primary , .btn-style .btn  , .btn-style .launch-btn:hover  { -webkit-transition:text-indent .4s ease-in-out; -moz-transition:text-indent .4s ease-in-out; -o-transition:text-indent .4s ease-in-out; transition:text-indent .4s ease-in-out;} 
.btn-style .btn-primary:after , .btn-style .btn:after  , .btn-style .launch-btn:hover:after { -webkit-transition:right .4s ease-in-out; -moz-transition:right .4s ease-in-out; -o-transition:right .4s ease-in-out; transition:right .4s ease-in-out;} 



@media(min-width: 1401px){
.static-plat{width: 100%!important; max-width: 1163px!important; right: 10%!important;}
}
@media(max-width: 1400px){
    .static-plat{right: 2%!important;}
}

@media(min-width: 1150px){
.platform-pg{float: none!important; max-width: 1163px; margin: 0 auto; }
}

@media(max-width: 991px){
    .off-canvas .hs-menu-wrapper.hs-menu-flow-horizontal>ul{width: 100%!important;}
    .off-canvas .hs-menu-wrapper.hs-menu-flow-horizontal>ul li{float: none!important; clear: both!important; width: 100%!important;}
    .off-canvas .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{width: 100%!important; max-width: none!important;}
}    
    
@media(max-width: 911px){
    .stickynav{display: none;}
}

@media(max-width: 1199px){
    .custom-menu-primary .hs-menu-wrapper>ul>li>a{font-size: 12px!important;}
    .header-cta{display: none;}
}


.topic-link { padding:6px 15px; background:#86bd3b; color:#fff; border-radius:4px; }
@media(max-width: 768px){

    .topic-link { display:inline-block; }
    .topic-link + .hs_cos_wrapper  { display:none; }
    
    body.thank-you .landing-page .landing-page-form form.hs-form label { position:relative; bottom:auto; height:auto !important; }
    .landing-page .landing-page-form form.hs-form .form-columns-2 div.field.hs-form-field { width: 100%;  margin-left: 0;   margin-right: 0; }
}



.page-header a{display: inline-block!important; border: 2px solid #86bd3b; background: none !important; min-width: 270px; color: #86bd3b; overflow: hidden; position: relative; text-indent: 0; padding: 8px 20px; transition: all ease 0.3s; color: #fff;}
.page-header a:hover{text-indent: -600px; color: #fff; background: #86bd3b!important; cursor: pointer;}
.page-header a strong:after{font-family: FontAwesome; content: "\f178"; margin: 0 0 0 20px;}
.page-header a:hover strong:after{text-indent: 0; position: absolute; margin: 0; right: 50%; -moz-transform: translateX(50%); -webkit-transform: translateX(50%); -o-transform: translateX(50%); -ms-transform: translateX(50%); transform: translateX(50%);}


.header-cta{position: relative; top: 9px;}

.shakethis{animation: shaker 0.32s cubic-bezier(.36,.07,.19,.97) both; transition: all ease 0.2s;}
.shakethisagain{animation: shakeragain 0.32s cubic-bezier(.36,.07,.19,.97) both; transition: all ease 0.2s;}

@keyframes shaker {
  20% {left: -5px; }
  40% {left:  5px; }
  60% {left: -5px; }
  80% {left:  5px; }
  100% {left:  0px; }
}

@keyframes shakeragain {
  20% {left: -5px; }
  40% {left:  5px; }
  60% {left: -5px; }
  80% {left:  5px; }
  100% {left:  0px; }
}







.footer-container .middle-layercake ul li a:hover i:before{color: #fff!important;}


@media(min-width:601px){.table-tile{display:none;}.backtoform{display:none;}}
@media(max-width:600px){.rg-table{display:none;}}

.table-tile{
    width:100%;
    padding: 0px;
    background: #fff;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.18);
    border: solid 1px #c8c8c8;
    text-align:center;
    margin-bottom:40px;
}
.table-tile .top{
    background-color:#5C84BC;
    width:100%;
    min-height:60px;
    color:#fff;
    display:table;
}
.table-tile .top h4{
    font-weight:700;
    display:table-cell;
    vertical-align:middle;
    font-family:"Oswald",sans-serif;
    font-size:22px;
    
}
.table-tile .top h4 small{
   display:block;
   font-weight:500;
   color:#fff;
   font-family:"Open Sans",sans-serif;
   font-size:16px;
}
.table-tile .body{
    text-align:left;
    padding:30px;
}
.table-tile .body small{
    font-size:15px;
    font-weight:400;
}
.table-tile .body h6{
    font-size:18px;
    font-weight:600;
    color:#676565;
    margin-bottom:5px;
    margin-top:5px;
}
.table-tile .body ul{
    list-style:disc !important;
    list-style-position: inside;
}
.table-tile .body ul li{
    color: #A3CF57;
    list-style: disc !important;
    list-style-position: inside !important;
    font-size: 27px;
    line-height: 20px;

}
.table-tile .body ul li span{
    color:#6e6e70;
    font-size:18px;
    font-weight:500;
    margin-left:-4%;
    position:relative;
    top:-4px;
}



