@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

@font-face {
    font-family: 'Avenir Light'; src: url('https://395201.fs1.hubspotusercontent-na1.net/hubfs/395201/2018_WCS/Avenir/c886ac4d-0476-43f2-859c-69521d566f36.eot'); /* IE9 Compat Modes */ 
    src: url('https://395201.fs1.hubspotusercontent-na1.net/hubfs/395201/2018_WCS/Avenir/c886ac4d-0476-43f2-859c-69521d566f36.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
    url('https://395201.fs1.hubspotusercontent-na1.net/hubfs/395201/2018_WCS/Avenir/e35493b4-782b-41f0-b3f0-b7e5d0ceab0b.woff') format('woff'), /* Modern Browsers */ 
    url('https://395201.fs1.hubspotusercontent-na1.net/hubfs/395201/2018_WCS/Avenir/3441ac36-8e74-4708-8a0e-bc7eb293b307.ttf') format('truetype') /* Safari, Android, iOS */
}
@font-face {
    font-family: 'Avenir Medium'; src: url('https://395201.fs1.hubspotusercontent-na1.net/hubfs/395201/2018_WCS/Avenir/4b08ce72-f57c-4113-84ba-56062e307075.eot'); /* IE9 Compat Modes */ 
    src: url('https://395201.fs1.hubspotusercontent-na1.net/hubfs/395201/2018_WCS/Avenir/4b08ce72-f57c-4113-84ba-56062e307075.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
    url('https://395201.fs1.hubspotusercontent-na1.net/hubfs/395201/2018_WCS/Avenir/28433854-a1b7-4a30-b6a4-10c3a5c75494.woff') format('woff'), /* Modern Browsers */ 
    url('https://395201.fs1.hubspotusercontent-na1.net/hubfs/395201/2018_WCS/Avenir/edcbf576-7e55-423b-9ec9-cf526614a117.ttf') format('truetype') /* Safari, Android, iOS */
}
@font-face {
    font-family: 'Avenir Black'; src: url('https://395201.fs1.hubspotusercontent-na1.net/hubfs/395201/2018_WCS/Avenir/f78abaf6-0dfb-4005-ab13-c97830e204ad.eot'); /* IE9 Compat Modes */ 
    src: url('https://395201.fs1.hubspotusercontent-na1.net/hubfs/395201/2018_WCS/Avenir/f78abaf6-0dfb-4005-ab13-c97830e204ad.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
    url('https://395201.fs1.hubspotusercontent-na1.net/hubfs/395201/2018_WCS/Avenir/1144e594-fd94-44b6-9cf8-171075a034cc.woff') format('woff'), /* Modern Browsers */ 
    url('https://395201.fs1.hubspotusercontent-na1.net/hubfs/395201/2018_WCS/Avenir/1e7f1e82-645f-42fe-abde-a2a6096e6906.ttf') format('truetype') /* Safari, Android, iOS */
}

@font-face { font-family: 'Sofia-Pro-Bold';  src: url('https://395201.fs1.hubspotusercontent-na1.net/hubfs/395201/Sofia%20Pro%20Bold.otf') format('opentype');}


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

@-webkit-keyframes shadow {
    0%{-webkit-transform:none;-ms-transform:none;transform:none}
    50%{-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8)}
    100%{-webkit-transform:none;-ms-transform:none;transform:none}
}
@keyframes shadow {
    0%{-webkit-transform:none;-ms-transform:none;transform:none}
    50%{-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8)}
    100%{-webkit-transform:none;-ms-transform:none;transform:none}
}
@-webkit-keyframes hover{
    0%{-webkit-transform:none;-ms-transform:none;transform:none}
    50%{-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}
    100%{-webkit-transform:none;-ms-transform:none;transform:none}
}
@keyframes hover{
    0%{-webkit-transform:none;-ms-transform:none;transform:none}
    50%{-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}
    100%{-webkit-transform:none;-ms-transform:none;transform:none}
}

.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h5, .wf-loading h6, .wf-loading h4, .wf-loading p {
    visibility: hidden;
}
.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h5, .wf-active h6, .wf-active h4, .wf-active p {
    visibility: visible;
}

body {
    margin: 0 !important;
    font-size: 16px;
    /*font-family: "sofia-pro", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: "Avenir Light";
    font-weight: 300;
    color: #4A585E;
}

body p {
    letter-spacing: 1.1px;
}

body, .white-bg, .grey-bg, .lightgrey-bg, .blog-gradient-bg {
    overflow-x: hidden;
}
.page-center {
    /*max-width: 1180px;*/
    max-width: 1100px;
    padding: 0 40px;
    margin: 0 auto !important;
    float: none !important;
}
.docs .page-center {
    max-width: 1166px;
    padding: 0 40px;
    margin: 0 auto !important;
    float: none !important;
}
@media (max-width: 440px) {
    .docs .page-center {
        padding: 0 20px;
    }
}
.page-center-short {
    max-width: 1000px;
    padding: 0 40px;
    margin: 0 auto !important;
    float: none !important;
}
.page-center-hero {
    /*max-width: 920px;*/
    max-width: 1100px;
    padding: 0 40px;
    margin: 0 auto !important;
    float: none !important;
}

.widget-type-raw_html {
    min-height: 0px !important;
}
.widget-type-raw_jinja {
    min-height: 0px !important;
}
.widget-type-custom_widget {
    min-height: 0 !important;
}

.home-hero-logo img {
    width: auto;
    height: 70px;
}

.company-logo img {
    max-width: 60px;
    height: auto;
}

.blog.ab .company-logo img {
    max-width: 100%;
    height: auto;
}

.setup .company-logo img {
    max-width: 100%;
    height: auto;
}

/*****************************************/
/*             TYPOGRAPHY                */
/*****************************************/

h1, h2, h3, h4, h5, h6, p, li, a {
    /*font-weight: lighter;*/
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin-bottom: 10px;
}
h1 {
    font-size: 3em;
    line-height: 1.375;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Avenir Black";
}
@media (max-width: 767px) {
    h1 {
        font-size: 2.5em;
        line-height: 1.2em;
    }
     .wf-active h1 {
        font-size: 2.1em;
        line-height: 1.2em;
    }
}
h2 {
    font-size: 1.8em;
    line-height: 1.375;
    /*font-weight: 400;*/
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Avenir Black";
}
h3 {
    font-size: 1.5em;
    line-height: 1.375;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Avenir Black";
}
h4 {
    font-size: 1.3em;
    line-height: 1.375;
    /*color: #999;*/
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Avenir Black";
}
h5 {
    font-size: 1.1em;
    line-height: 1.375;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Avenir Black";
}
h6 {
    font-size: .8em;
    line-height: 1.375;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Avenir Black";
}
p, li {
    font-size: 1.1em;
    line-height: 1.65;
    /*color: #999;*/
    color: #4A585E;
}
/*.wcs2017 p {
    font-family: Montserrat;
    font-weight: 300;
}
.hero-text h4 {
    font-family: Montserrat;
    font-size: 1.2em;
    font-weight: 300;
}*/
.home p {
    font-size: 1.1em;
    line-height: 1.65em;
}
.home em {
    font-size: 1.1em;
    line-height: 1.65em;
}
ul {
    -webkit-padding-start: 0px;
}

.lander.coming-soon ul {
    -webkit-padding-start: 0px;
    padding-left: 30px;
}

.blog-post-wrapper ul {
    -webkit-padding-start: 40px;
}
.career-post ul {
    -webkit-padding-start: 40px;
}
a:link, a:hover, a:active, a:visited {
    text-decoration: none;
    color: #fc6140;
}

.blog.main a:link, .blog.main a:hover, .blog.main a:active, .blog.main a:visited {
    text-decoration: none;
    color: #F4F4EF;
}

hr {
    max-width: 1000px;
    margin: auto;
    height: 1px;
    border: none;
    background-color: #ededed;
}
img {
    height: auto;
}
@media (max-width: 767px) {
    .hidden-mobile {
        display: none !important;
    }
}

a.blog-view-button {
    position: fixed;
    padding: 15px 20px;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
    cursor: pointer;
}
a.card-view-button {
    background-color: #fc614e;
    /*color: #fff;*/
    color: #F4F4EF;
    position: fixed;
    padding: 15px 20px;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
    cursor: pointer;
    display: none;
}
.blog-view-button {
    position: fixed;
    padding: 15px 20px;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
    cursor: pointer;
    border: none;
    background-color: rgba(0,0,0,0.8);
    /*color: #fff;*/
    color: #F4F4EF;
    display: none;
}
.card-view-button {
    border: none;
    background-color: #fc614e;
    /*color: #fff;*/
    color: #F4F4EF;
    position: fixed;
    padding: 15px 20px;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
    cursor: pointer;
    display: none;
}

.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
}

/*****************************************/
/*            BACKGROUNDS                */
/*****************************************/

.aside-posts h2 {
    font-size: 1.5em;
}

.white-bg {
    background-color: #fff;
    /*color: #465560;*/
    color: #4A585E;
    position: relative;
    z-index: 2;
    padding: 20px;
}
.blog-gradient-bg {
    background: rgba(255, 96, 71, 0.8); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgba(255, 96, 71, 0.8), rgba(255, 194, 58, 0.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(255, 96, 71, 0.8), rgba(255, 194, 58, 0.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(255, 96, 71, 0.8), rgba(255, 194, 58, 0.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(255, 96, 71, 0.8), rgba(255, 194, 58, 0.8)); /* Standard syntax (must be last) */
    color: #F4F4EF;
    position: relative;
    z-index: 2;
    /*padding: 20px;*/
    padding: 10px;
    margin-bottom: 30px;
}

.blog-gradient-bg h3 {
    margin-bottom: 0px;
}

.cream-bg {
    background-color: #F4F4EF;
    color: #4A585E;
    position: relative;
    z-index: 2;
    padding: 20px;
}
.our-motto {
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    z-index: 2;    
}
.our-motto p {
    font-size: 1em;
    line-height: 1.2em;
}
.our-motto-image {
    padding: 0 0 0 6px;
    position: relative;
    z-index: 2;
}
@media (max-width: 767px) {
    .our-motto-image {
        padding: 0;
    }
}
.culture-code-group{
    position: relative;
    z-index: 1;
    margin: 25px;
    box-sizing: border-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.culture-code-gradient {
    padding: 10px 50px;
    background: rgba(0,158,145,.8); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgba(0,158,145,.8), rgba(0,141,255,.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(0,158,145,.8), rgba(0,141,255,.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(0,158,145,.8), rgba(0,141,255,.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(0,158,145,.8) , rgba(0,141,255,.8)); /* Standard syntax (must be last) */     
}
.culture-bg{
    background-color: #fff
    color: #465560;
    position: relative;
    z-index: 2;
    margin: 100px;
}
.culture-code-text{
    background-color: #fff;
    color: #fc6140;
    margin: 10px 20px;
    position: relative;
    z-index: 2;
}
.work-with-us-group{
    position: relative;
    z-index: 2;
    margin-bottom: 25px;
    box-sizing: border-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.work-with-us-gradient {
    padding: 10px 50px;
    background: rgba(0,128,255,.8); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgba(0,128,255,.8), rgba(138,113,212,.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(0,128,255,.8), rgba(138,113,212,.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(0,128,255,.8), rgba(138,113,212,.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(0,128,255,.8) , rgba(138,113,212,.8)); /* Standard syntax (must be last) */    
}
.work-with-us-bg{
    background-color: #fff;
    color: #465560;
    position: relative;
    z-index: 2;
    margin: 100px;  
}
.work-with-us-text{
    background-color: #fff;
    color: #fc6140;
    padding: 10px 20px;
    position: relative;
    z-index: 2;
}
.want-to-learn-more-text{
    color: #fc6140;
}
.learn-more-group {
    background-color: #fff;
    padding: 130px;
    position: relative;
    z-index: 2;
}

.pain-points-hero {
    position: relative;
    z-index: 2;
}

.home .red-bg {
    background: #FF3AA3; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #FF3AA3, #FF6047); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #FF3AA3, #FF6047); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #FF3AA3, #FF6047); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #FF3AA3, #FF6047); /* Standard syntax (must be last) */
    /*background: rgba(24,152,212,.8);
    background: -webkit-linear-gradient(left, rgba(24,152,212,.8) , rgba(16,242,255,.8));
    background: -o-linear-gradient(right, rgba(24,152,212,.8), rgba(16,242,255,.8));
    background: -moz-linear-gradient(right, rgba(24,152,212,.8), rgba(16,242,255,.8));
    background: linear-gradient(to right, rgba(24,152,212,.8) , rgba(16,242,255,.8));*/
    color: #ffffff;
    position: relative;
    z-index: 2;
}

.red-bg {
    background: rgb(255, 96, 71);
    background: -webkit-linear-gradient(left, rgba(255, 96, 71, 1) , rgba(255, 58, 163, 1));
    background: -o-linear-gradient(right, rgba(255, 96, 71, 1), rgba(255, 58, 163, 1));
    background: -moz-linear-gradient(right, rgba(255, 96, 71, 1), rgba(255, 58, 163, 1));
    background: linear-gradient(to right, rgba(255, 96, 71, 1) , rgba(255, 58, 163, 1));
    color: #ffffff;
    position: relative;
    z-index: 3;
}

.red-bg p {
    font-size: 13px;
}

.inbound .red-bg {
    background: rgb(24, 152, 212); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgba(24, 152, 212, 1), rgba(12, 184, 145, 1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgb(24, 152, 212, 1), rgb(12, 184, 145, 1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgb(24, 152, 212, 1), rgb(12, 184, 145, 1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgb(24, 152, 212, 1) , rgb(12, 184, 145, 1)); /* Standard syntax (must be last) */
    color: #ffffff;
    position: relative;
    z-index: 3;
}

.website .red-bg {
    background: rgba(24,152,212,1); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgba(24,152,212,1), rgba(138,113,212,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(24,152,212,1), rgba(138,113,212,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(24,152,212,1), rgba(138,113,212,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(24,152,212,1), rgba(138,113,212,1)); /* Standard syntax (must be last) */
    color: #ffffff;
    position: relative;
    z-index: 3 !important;
}

.red-bg h1, .red-bg h5,
.red-bg h2, .red-bg h6, 
.red-bg h3, .red-bg p, 
.red-bg h4 {
    /*color: #fff;*/
    color: #F4F4EF;
}

.red-bg a:link, .red-bg a:active, .red-bg a:visited {
    color: #F4F4EF;
    text-decoration: none;
}

.red-bg a:hover {
    color: rgba(244,244,239,.7);
}

.bluegrey-bg {
    background-color: #465560;
    position: relative;
    z-index: 2;
}
.lightgrey-bg {
    background-color: #e9eaea;
    background-color: #f9f8f7;
    position: relative;
    z-index: 2;
}
.drop-back {
    z-index: 0;
}

/*****************************************/
/*             BUTTONS                   */
/*****************************************/
a.wcs-button, a.wcs-button:link, a.wcs-button:active, a.wcs-button:visited {
    /*color: #fff;*/
    color: #F4F4EF;
}
.wcs-button {
    display: inline-block;
    text-align: center;
    padding: 20px 30px;
    width: 240px;
    margin-top: 10px;
    box-shadow: 0px 3px 20px rgba(0,0,0,0.1);
    -webkit-transition-duration: .3s; /* Safari */
    transition-duration: .3s;
}
@media (min-width: 768px) and (max-width: 900px) {
    .wcs-button {
        width: 160px;
    }
}
@media (max-width: 600px) {
    .wcs-button {
        width: 200px;
    }
}
@media (max-width: 360px) {
    .wcs-button {
        width: auto;
        margin: 0 auto !important;
        display: block;
    }
}
.wcs-button:hover {
    transform: translate(0, -5px);
    box-shadow: 0px 30px 40px rgba(0,0,0,0.1);
}
.right-cta {
    text-align: center;
}
@media (min-width: 768px) {
    .right-cta {
        text-align: right;
    }
}
.wcs-red-button {
    background: #FF6047; /* For browsers that do not support gradients */
    /*background: -webkit-linear-gradient(left, #9171db , #FF6047);*/ /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(right, #9171db, #FF6047);*/ /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(right, #9171db, #FF6047);*/ /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(to right, #9171db , #FF6047);*/ /* Standard syntax (must be last) */
    /*color: #fff;*/
    color: #F4F4EF;
}
.wcs-grey-button {
    background-color: #465560;
    /*color: #fff;*/
    color: #F4F4EF;
}
.wcs-coral-button {
    background: #fc6140;
    border: 2px solid #fc6140;
    /*color: #fff;*/
    color: #F4F4EF;
}
.wcs-blue-button {
    background: #1898D4;
    border: 2px solid #1898D4;
    /*color: #fff;*/
    color: #F4F4EF;
    margin-bottom: 30px;
}
.wcs-white-bordered-button {
    background: transparent;
    border: 2px solid #fff;
    /*color: #fff;*/
    color: #F4F4EF;
}
.wcs-white-bordered-button:hover {
    background: #fc6140;
    border-color: #fc6140;
    /*color: #fff;*/
    color: #F4F4EF;
}

/*****************************************/
/*              HEADER                   */
/*****************************************/

.page-header {
    background: #fff;
    position: relative;
    z-index: 300;

}
.page-header .page-center-short {
    position: relative;
}
@media (max-width: 767px) {
    .page-header .page-center-short {
        padding: 0 10px;
    }
}
.page-header {
    background: transparent;
}

.page-header .custom-menu-primary .hs-menu-depth-1:last-child > a {
    margin-right: 0px;
    color: rgba(255, 255, 255, 0.93);
    padding: 10px 26px;
    background: none;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.93);
    border-image: initial;

}
.page-header .custom-menu-primary .hs-menu-depth-1:last-child > a:hover {
    color: rgb(58, 166, 227);
    background: rgba(255, 255, 255, 0.93);
}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    /*color: #fff;*/
    color: #F4F4EF;
    padding: 15px 0;
    font-size: 13px;
    line-height: 25px;
    font-weight: lighter;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

@media screen and (min-width: 768px) {
    .custom-menu-primary {
        
    }
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
        float: right;
        position: absolute;
        height: 60px;
        margin-top: -30px;
        top: 50%;
        right: 0;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
      background-color: #fff;
      margin-top:-15px;
      -webkit-transition: all .15s ease-in-out;
      -o-transition: all .15s ease-in-out;
      transition: all .15s ease-in-out;
      box-shadow: 0px 0px 28px rgb(0 0 0 / 12%);
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
      background-color: #fff;
      padding:0px 10px;
      margin:0;
      height:auto;
      -webkit-transition: all .15s ease-in-out;
      -o-transition: all .15s ease-in-out;
      transition: all .15s ease-in-out;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover a {
      color:#1898d4;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
      background-color: #fff;
      max-width:140px;
      width:auto;
      margin:0;
      color:#000;
      padding:5px 10px;
      -webkit-transition: all .15s ease-in-out;
      -o-transition: all .15s ease-in-out;
      transition: all .15s ease-in-out;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
        margin-right: 30px;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
        
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child {
        margin-right: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li a {
        border-bottom: 0 solid ;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.active-branch a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li a:hover {
        
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.active-branch ul li a {
        padding-bottom: 15px;
        border-bottom: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li ul > li > a {
        padding: 10px 0;
    }
}

/*****************************************/
/*              FOOTER                   */
/*****************************************/

.footer-container-wrapper {
    
}
.under-footer {
    position: relative;
}
.page-footer {
    display: none;
    background: #333;
    /*color: #fff;*/
    color: #F4F4EF;
    position: relative;
    padding: 10px 0;
}

.site-footer {
    /*background: #465560;*/ /* For browsers that do not support gradients */
    background: #4A585E; /* For browsers that do not support gradients */
    /*color: #fff;*/
    color: #F4F4EF;
    width: 100%;
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}
.site-footer h4 {
    /*color: #fff;*/
    color: #F4F4EF;
}
@media (max-width: 767px) {
    .site-footer {
        position: relative;
    }
  .page-header .custom-menu-primary .hs-menu-depth-1:last-child > a {
    margin-right: 0px;
    color: #000;
    padding: 13px 20px;
    background: none;
    border: none;

}
  .page-header .custom-menu-primary .hs-menu-depth-1:last-child > a:hover {
    color: rgb(58, 166, 227);
    background: rgba(255, 255, 255, 0.93);
}
    .das-footer {
        display: none !important;
    }
}
.das-footer {
    background: transparent;
    pointer-events: none;
    position: relative;
    z-index: -1;
}
.footer-cta-container {
    padding: 150px 0 100px;
}
.custom .footer-cta-container {
    padding: 80px 0 80px;
}
.footer-menu {
    text-align: right;
    margin-bottom: 20px;
}
.footer-menu a {
    /*color: #fff;*/
    color: #F4F4EF;
    padding: 15px 0;
    font-size: 13px;
    line-height: 25px;
    font-weight: lighter;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    margin-right: 30px;
}
.footer-menu a:last-child {
    margin-right: 0;
}
@media (min-width: 768px) {
    .footer-menu {
        margin-top: 10px;
    }
}
.footer-menu a {
    color: #fff !important;
}
.footer-menu a:hover {
    color: #fc6140 !important;
}
.footer-logo {
    margin-bottom: 20px;
}
@media (max-width:767px) {
    .footer-cta-container {
        padding: 150px 0;
    }
    .footer-menu {
        padding: 5px 0;
        text-align: center;
    }
    .footer-logo {
        text-align: center;
        margin-bottom: 20px;
        display: none !important;
    }
    .footer-menu a {
        margin: 0 15px;
    }
    .footer-menu a:last-child {
        margin-right: 15px;
    }
}
.copyright-menu {
    border-top: 2px solid rgba(238,238,238,.5);
    padding-top: 20px;
}

/*****************************************/
/*               HOME                    */
/*****************************************/


.hero {
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    /*overflow: hidden;*/
}

.company .hero {
    background-color: #fff;
    position: relative;
    z-index: 2;
    /*overflow: hidden;*/
}

.blog .hero {
    background-color: #fff;
    position: relative;
    z-index: 3;
    /*overflow: hidden;*/
}

.hero-text {
    padding-top: 125px;
    padding: 175px 0;
}

@media (max-width: 1500px) {
    .hero-text {
        padding: 125px 0;
        padding-top: 75px;
    }
}

/*.inbound .hero-text {
    padding: 250px 0 100px;
}*/
.website .hero-text {
    /*padding: 250px 0 100px;*/
    padding: 125px 0;
}
.pricing .hero-text {
    padding: 250px 0 100px;
    padding: 0;
}
.career-post .hero-text {
    padding: 20px 0 10px;
}
.career-sidebar {
    
}

@media (max-width: 1900px) {
    .pricing .hero-text,
    .website .hero-text, /*.inbound .hero-text*/ {
        padding-top: 125px;
    }
}
@media (max-width: 767px) {
    .hero-text, .pricing .hero-text,
    .website .hero-text, .inbound .hero-text {
        padding-top: 50px;
    }
    .pricing.soon .hero-text {
        padding-top: 250px;
    }
}
.hero-text h1 {
    font-size: 1.2em;
    line-height: 1.2em;
}
.hero-text h2 {
    font-size: 3em;
    line-height: 1.375;
}

.pricing.soon .hero-text h2 {
    font-size: 4em;
    line-height: 1.375;
}


@media (max-width: 532px) {
    .pricing.soon .hero-text h2 {
        font-size: 3.5em;
    }
}
@media (max-width: 476px) {
    .pricing.soon .hero-text h2 {
        font-size: 3.1em;
    }
}
@media (max-width: 430px) {
    .pricing.soon .hero-text h2 {
        font-size: 2.7em;
    }
}


@media (max-width: 700px) {
    .hero-text h2 {
        font-size: 2.7em;
        line-height: 1.2em;
    }
}
@media (max-width: 635px) {
    .hero-text h2 {
        font-size: 2.6em;
    }
}
@media (max-width: 500px) {
    .hero-text h2 {
        font-size: 2.5em;
    }
}
@media (max-width: 400px) {
    .hero-text h2 {
        font-size: 2em;
    }
}
@media (max-width: 330px) {
    .hero-text h2 {
        font-size: 1.8em;
        margin: 0 20px;
    }
}

@media (max-width: 314px) {
    .hero-text h2 {
        font-size: 1.8em;
        margin: 0 10px;
        line-height: 1.2em;
    }
}

.hero-text h4 {
    /*color: #fff;*/
    color: #F4F4EF;
    line-height: 1.375em;
}
.home .hero-overlay,
.career-post .hero-overlay {
    /*background: rgba(18,116,148,.8);*/ /* For browsers that do not support gradients */
    /*background: -webkit-linear-gradient(left, rgba(18,116,148,.8), rgba(0,170,157,.8));*/ /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(right, rgba(18,116,148,.8), rgba(0,170,157,.8));*/ /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(right, rgba(18,116,148,.8), rgba(0,170,157,.8));*/ /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(to right, rgba(18,116,148,.8) , rgba(0,170,157,.8));*/ /* Standard syntax (must be last) */
    
    background: rgba(24,152,212,.8); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgba(24,152,212,.8), rgba(138,113,212,.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(24,152,212,.8), rgba(138,113,212,.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(24,152,212,.8), rgba(138,113,212,.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(24,152,212,.8) , rgba(138,113,212,.8)); /* Standard syntax (must be last) */
    
    /*color: #fff;*/
    color: #F4F4EF;
}
.home .hero-drop {
    /*background: #fff;
    background-image: url('//395201.fs1.hubspotusercontent-na1.net/hubfs/395201/2016_WCS/build/Images/wcs-home-hero-drop-min.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed;*/
    position: relative;
    z-index: 2;
    background: rgba(24,152,212,.8); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgba(24,152,212,.8), rgba(138,113,212,.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(24,152,212,.8), rgba(138,113,212,.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(24,152,212,.8), rgba(138,113,212,.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(24,152,212,.8) , rgba(138,113,212,.8)); /* Standard syntax (must be last) */
    /*box-shadow: 0 -10px 40px rgba(0,0,0,.15);*/
}

.home .hero-drop-pattern {
    background-image:url("https://395201.fs1.hubspotusercontent-na1.net/hubfs/395201/2018_WCS/Images/dot9w.png");
    background-position: center center;
    background-repeat: repeat;
}

.home .hero-drop-overlay {
    /*padding:5px;*/
    background: rgba(255,255,255,.15);
    /*color: #fff;*/
    color: #F4F4EF;
}
/*.inbound .hero-overlay {
    background: rgba(0,158,145,.8);
    background: -webkit-linear-gradient(left, rgba(0,158,145,.8), rgba(0,141,255,.8));
    background: -o-linear-gradient(right, rgba(0,158,145,.8), rgba(0,141,255,.8));
    background: -moz-linear-gradient(right, rgba(0,158,145,.8), rgba(0,141,255,.8));
    background: linear-gradient(to right, rgba(0,158,145,.8) , rgba(0,141,255,.8));
    color: #F4F4EF;
}*/

.inbound .hero-overlay {
    background: rgba(24,152,212,.8); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgba(24,152,212,.8), rgba(12,184,145,.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(24,152,212,.8), rgba(12,184,145,.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(24,152,212,.8), rgba(12,184,145,.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(24,152,212,.8) , rgba(12,184,145,.8)); /* Standard syntax (must be last) */
    /*color: #fff;*/
    color: #F4F4EF;
}

.website .hero-overlay {
    /*background: rgba(0,128,255,.8);
    background: -webkit-linear-gradient(left, rgba(0,128,255,.8), rgba(138,113,212,.8));
    background: -o-linear-gradient(right, rgba(0,128,255,.8), rgba(138,113,212,.8));
    background: -moz-linear-gradient(right, rgba(0,128,255,.8), rgba(138,113,212,.8));
    background: linear-gradient(to right, rgba(0,128,255,.8) , rgba(138,113,212,.8));*/
    /*color: #fff;*/
    color: #F4F4EF;
    background: rgba(24,152,212,.8); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgba(24,152,212,.8), rgba(138,113,212,.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(24,152,212,.8), rgba(138,113,212,.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(24,152,212,.8), rgba(138,113,212,.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(24,152,212,.8), rgba(138,113,212,.8)); /* Standard syntax (must be last) */
}

.hero-overlay p {
    color: #F4F4EF;
}

/*.pricing.soon.quiz .hero-overlay p {
  	color: #4A585E;
}*/

.docs.support.custom .hero-overlay p {
    color: #465560;
}

.company .hero-overlay {
    background: rgba(24,152,212,.8); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgba(24,152,212,.8), rgba(138,113,212,.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(24,152,212,.8), rgba(138,113,212,.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(24,152,212,.8), rgba(138,113,212,.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(24,152,212,.8), rgba(138,113,212,.8)); /* Standard syntax (must be last) */
    /*color: #fff;*/
    color: #F4F4EF;
}
.company .hero-overlay p {
    color: #F4F4EF;
}

.company.culture .hero-overlay {
    background: rgba(24,152,212,.8); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgba(24,152,212,.8), rgba(138,113,212,.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(24,152,212,.8), rgba(138,113,212,.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(24,152,212,.8), rgba(138,113,212,.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(24,152,212,.8), rgba(138,113,212,.8)); /* Standard syntax (must be last) */
    /*color: #fff;*/
    color: #F4F4EF;
}
.blog .hero-overlay {
    background: rgba(255, 96, 71, 0.8); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgba(255, 96, 71, 0.8), rgba(255, 194, 58, 0.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(255, 96, 71, 0.8), rgba(255, 194, 58, 0.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(255, 96, 71, 0.8), rgba(255, 194, 58, 0.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(255, 96, 71, 0.8), rgba(255, 194, 58, 0.8)); /* Standard syntax (must be last) */
    /*color: #fff;*/
    color: #F4F4EF;
}
.blog.new.post .hero-overlay {
    background: #fff;
}
.marketplace-hero-overlay {
    background: rgba(0,128,255,.8);
    background: -webkit-linear-gradient(left, rgba(0,128,255,.8), rgba(138,113,212,.8));
    background: -o-linear-gradient(right, rgba(0,128,255,.8), rgba(138,113,212,.8));
    background: -moz-linear-gradient(right, rgba(0,128,255,.8), rgba(138,113,212,.8));
    background: linear-gradient(to right, rgba(0,128,255,.8) , rgba(138,113,212,.8));
    /*color: #fff;*/
    color: #F4F4EF;
}

.case-studies-hero-overlay {
    background: rgba(24,152,212,.8);
    background: -webkit-linear-gradient(left, rgba(24,152,212,.8), rgba(138,113,212,.8));
    background: -o-linear-gradient(right, rgba(24,152,212,.8), rgba(138,113,212,.8));
    background: -moz-linear-gradient(right, rgba(24,152,212,.8), rgba(138,113,212,.8));
    background: linear-gradient(to right, rgba(24,152,212,.8), rgba(138,113,212,.8));
    /*color: #fff;*/
    color: #F4F4EF;
}

.case-studies-hero-overlay p {
    color: #F4F4EF;
}

.lander .hero-overlay {
    background: rgba(216, 98, 29,.8);
    /*color: #fff;*/
    color: #F4F4EF;
}

.lander.coming-soon .hero-overlay {
    background: rgba(255,96,71,.8);
    background: -webkit-linear-gradient(left, rgba(255,96,71,.8), rgba(255,194,58,.8));
    background: -o-linear-gradient(right, rgba(255,96,71,.8), rgba(255,194,58,.8));
    background: -moz-linear-gradient(right, rgba(255,96,71,.8), rgba(255,194,58,.8));
    background: linear-gradient(to right, rgba(255,96,71,.8), rgba(255,194,58,.8));
}

.lander.coming-soon .pillar-gradient {
    background: rgba(255,96,71,1);
    background: -webkit-linear-gradient(left, rgba(255,96,71,1), rgba(255,194,58,1));
    background: -o-linear-gradient(right, rgba(255,96,71,1), rgba(255,194,58,1));
    background: -moz-linear-gradient(right, rgba(255,96,71,1), rgba(255,194,58,1));
    background: linear-gradient(to right, rgba(255,96,71,1), rgba(255,194,58,1));
    color: #F4F4EF;
    padding: 100px 0;
}

.pillar-gradient h2 {
    font-size: 3em;
    line-height: 1.375;
}

@media (max-width: 1024px) {
    .hero {
        background-attachment: scroll;
        background-position: center center;
    }
}
@media (max-width: 767px) {
    .hero {
        background-attachment: scroll;
        background-position: center center;
    }
    .home .hero-text {
        padding: 50px 0 100px;
    }
}
.spinner-icons-group {
    max-width: 40rem;
    margin: 0 auto !important;
    float: none !important;
    position: relative;
}
.spinner-icons {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin-top: -50px;
    margin-bottom: -50% !important;
}
.home-spinner-circle {
    width: 36rem;
    height: 36rem;
    border: 3px dashed #fff;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 50%;
    margin-left: -18rem;
}
.home-spinners-center {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 5rem;
    margin: auto;
    width: 12rem;
    height: 12rem;
    max-width: 35%;
    max-height: 35%;
    font-size: 1.1em;
}
.home-spinner-tile {
    position: absolute;
    padding: 10px;
    bottom: 0;
    -webkit-animation: spinImgAnimation 160s infinite linear;
    animation: spinImgAnimation 160s infinite linear;
}
.home-spinner-tile img {
    display: block;
    margin: auto;
    width: 48px !important;
}
.spinner-title {
    margin: auto;
    text-align: center;
    display: block;
    font-size: 11px;
}
.home-spinner-icon {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 50%;
    width: 6rem;
    max-width: 18%;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.home-spinner-tile {
    background-color: #465560;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    height: 80px;
    width: 80px;
    -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0px 0px 14px rgba(0, 0, 0, 0.2);
    box-shadow:         0px 0px 14px rgba(0, 0, 0, 0.2); 
}
.home-spinner-icon {
  -webkit-animation: spinnerAnimation 160s infinite linear;
          animation: spinnerAnimation 160s infinite linear;
    
}
.home-spinner-icon:nth-child(1) {
  -webkit-animation-delay: -20s;
          animation-delay: -20s;
}
.home-spinner-icon:nth-child(2) {
  -webkit-animation-delay: -40s;
          animation-delay: -40s;
}
.home-spinner-icon:nth-child(3) {
  -webkit-animation-delay: -60s;
          animation-delay: -60s;
}
.home-spinner-icon:nth-child(4) {
  -webkit-animation-delay: -80s;
          animation-delay: -80s;
}
.home-spinner-icon:nth-child(5) {
  -webkit-animation-delay: -100s;
          animation-delay: -100s;
}
.home-spinner-icon:nth-child(6) {
  -webkit-animation-delay: -120s;
          animation-delay: -120s;
}
.home-spinner-icon:nth-child(7) {
  -webkit-animation-delay: -140s;
          animation-delay: -140s;
}
.home-spinner-icon:nth-child(8) {
  -webkit-animation-delay: -160s;
          animation-delay: -160s;
}
.home-spinner-icon:nth-child(1) .home-spinner-tile {
  -webkit-animation-delay: -20s;
          animation-delay: -20s;
}
.home-spinner-icon:nth-child(2) .home-spinner-tile {
  -webkit-animation-delay: -40s;
          animation-delay: -40s;
}
.home-spinner-icon:nth-child(3) .home-spinner-tile {
  -webkit-animation-delay: -60s;
          animation-delay: -60s;
}
.home-spinner-icon:nth-child(4) .home-spinner-tile {
  -webkit-animation-delay: -80s;
          animation-delay: -80s;
}
.home-spinner-icon:nth-child(5) .home-spinner-tile {
  -webkit-animation-delay: -100s;
          animation-delay: -100s;
}
.home-spinner-icon:nth-child(6) .home-spinner-tile {
  -webkit-animation-delay: -120s;
          animation-delay: -120s;
}
.home-spinner-icon:nth-child(7) .home-spinner-tile {
  -webkit-animation-delay: -140s;
          animation-delay: -140s;
}
.home-spinner-icon:nth-child(8)  .home-spinner-tile {
  -webkit-animation-delay: -160s;
          animation-delay: -160s;
}
@-webkit-keyframes spinnerAnimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinnerAnimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes spinImgAnimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes spinImgAnimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@media (max-width:730px) {
    .spinner-title {
        font-size: 11px;
    }
    .home-spinner-tile img {
        width: 36px !important;
    }
    .home-spinner-tile {
        width: 80px;
        height: 80px;
    }
    .home-spinner-icon {
        height: 45%;
    }
    .home-spinner-circle {
        width: 80%;
        height: 80%;
        margin-left: -40%;
    }
    .home-spinners-center {
        bottom: 0;
    }
    .spinner-icons {
        margin-top: -85px;
    }
}
@media (max-width:600px) {
    .spinner-title {
        font-size: 9px;
    }
    .home-spinner-tile img {
        width: 30px !important;
    }
    .home-spinner-tile {
        width: 70px;
        height: 70px;
    }
    .home-spinner-icon {
        height: 55%;
    }
    .home-spinner-circle {
        width: 100%;
        height: 100%;
        margin-left: -50%;
    }
    .home-spinners-center {
        bottom: 5rem;
    }
    .spinner-icons {
        margin-top: 0;
    }
}
@media (max-width:480px) {
    .spinner-title {
        font-size: 8px;
    }
    .home-spinner-tile img {
        width: 30px !important;
    }
    .home-spinner-tile {
        width: 60px;
        height: 60px;
    }
    .home-spinner-icon {
        height: 58%;
    }
    .spinner-icons {
        margin-top: 0;
        margin-bottom: -40% !important;
    }
}

.home .home-top-white {
    position: relative;
    z-index: 3;
    /*box-shadow: 0 30px 40px 0px rgba(0,0,0,.25);*/
}

.home-top-white {
    position: relative;
    z-index: 3;
}

.top-cta-section {
    padding: 100px 0;
}
@media (max-width: 767px) {
    .top-cta-section {
        text-align: center;
    }
}

.video-blog-section {
    padding: 100px 0;
}
@media (max-width: 767px) {
    .video-blog-section {
        text-align: center;
    }
}
.video-blog-section .page-center {
    max-width: 1200px;
    padding: 0 40px;
    margin: 0 auto !important;
    float: none !important;
}

.categories-blog-section {
    
}
.categories-blog-section .page-center {
    max-width: 1200px;
    padding: 0 40px;
    margin: 0 auto !important;
    float: none !important;
}

.brands-section {
    position: relative;
    z-index: 3;
}
.brands-text-area {
    padding: 80px 100px 60px 0;
    /*background-color: #465560;
    color: #ffffff;
    padding: 100px 50px 100px 100px;
    margin-left: -2000px !important;
    padding-left: 1900px !important;
    width: auto !important;*/
}
.brands-text-area p {
    margin: 1.5em 0;
}
@media (max-width: 767px) {
    .brands-text-area {
        padding: 150px 0 0;
        text-align: center;
    }
}
.brands-logo-area {
    padding: 100px 0;
    position: relative;
}

@media (min-width: 768px) {
    .brands-section .row-fluid {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
    }
}

.logo-grad {
    background: -webkit-linear-gradient(180deg,#fff 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,#fff 100%);
    background: linear-gradient(-90deg,#fff 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,#fff 100%);
    height: 500px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 200;
}
.awesome-brands {
    overflow: hidden;
}
.logo-row {
    position: relative;
    height: 80px;
    margin-bottom: 20px;
}

.logo-row:last-child {
    margin-bottom: 0;
}

.logo-row img {                    /***** ADD/REMOVE COLUMNS HERE!!!!! *****/
    position: absolute;
    right: -150px;
  -webkit-animation: rowLeft 32s infinite linear;
          animation: rowLeft 32s infinite linear;
}
.logo-row img:nth-child(1) {
    -webkit-animation-delay: -8s;
            animation-delay: -8s;
}
.logo-row img:nth-child(2) {
    -webkit-animation-delay: -16s;
            animation-delay: -16s;
}
.logo-row img:nth-child(3) {
    -webkit-animation-delay: -24s;
            animation-delay: -24s;
}
.logo-row img:nth-child(4) {
    -webkit-animation-delay: -32s;
            animation-delay: -32s;
}
.logo-row img:nth-child(5) {
    -webkit-animation-delay: -40s;
            animation-delay: -40s;
}
.logo-row img:nth-child(6) {
    -webkit-animation-delay: -48s;
            animation-delay: -48s;
}
.logo-row img:nth-child(7) {
    -webkit-animation-delay: -56s;
            animation-delay: -56s;
}
.logo-row img:nth-child(8) {
    -webkit-animation-delay: -64s;
            animation-delay: -64s;
}
.logo-row img:nth-child(9) {
    -webkit-animation-delay: -72s;
            animation-delay: -72s;
}
.logo-row img:nth-child(10) {
    -webkit-animation-delay: -80s;
            animation-delay: -80s;
}
.logo-row img:nth-child(11) {
    -webkit-animation-delay: -88s;
            animation-delay: -88s;
}
.logo-row img:nth-child(12) {
    -webkit-animation-delay: -96s;
            animation-delay: -96s;
}
.logo-row img:nth-child(13) {
    -webkit-animation-delay: -104s;
            animation-delay: -104s;
}
.logo-row img:nth-child(14) {
    -webkit-animation-delay: -112s;
            animation-delay: -112s;
}
.logo-row img:nth-child(15) {
    -webkit-animation-delay: -120s;
            animation-delay: -120s;
}
.logo-row img:nth-child(16) {
    -webkit-animation-delay: -128s;
            animation-delay: -128s;
}
.logo-row img:nth-child(17) {
    -webkit-animation-delay: -136s;
            animation-delay: -136s;
}
.logo-row img:nth-child(18) {
    -webkit-animation-delay: -144s;
            animation-delay: -144s;
}
.logo-row img:nth-child(19) {
    -webkit-animation-delay: -152s;
            animation-delay: -152s;
}
.logo-row img:nth-child(20) {
    -webkit-animation-delay: -160s;
            animation-delay: -160s;
}


/*.logo-row img:nth-child(1) {
    -webkit-animation-delay: -160s;
            animation-delay: -160s;
}
.logo-row img:nth-child(2) {
    -webkit-animation-delay: -152s;
            animation-delay: -152s;
}
.logo-row img:nth-child(3) {
    -webkit-animation-delay: -144s;
            animation-delay: -144s;
}
.logo-row img:nth-child(4) {
    -webkit-animation-delay: -136s;
            animation-delay: -136s;
}
.logo-row img:nth-child(5) {
    -webkit-animation-delay: -128s;
            animation-delay: -128s;
}
.logo-row img:nth-child(6) {
    -webkit-animation-delay: -120s;
            animation-delay: -120s;
}
.logo-row img:nth-child(7) {
    -webkit-animation-delay: -112s;
            animation-delay: -112s;
}
.logo-row img:nth-child(8) {
    -webkit-animation-delay: -104s;
            animation-delay: -104s;
}
.logo-row img:nth-child(9) {
    -webkit-animation-delay: -96s;
            animation-delay: -96s;
}
.logo-row img:nth-child(10) {
    -webkit-animation-delay: -88s;
            animation-delay: -88s;
}
.logo-row img:nth-child(11) {
    -webkit-animation-delay: -80s;
            animation-delay: -80s;
}
.logo-row img:nth-child(12) {
    -webkit-animation-delay: -72s;
            animation-delay: -72s;
}
.logo-row img:nth-child(13) {
    -webkit-animation-delay: -64s;
            animation-delay: -64s;
}
.logo-row img:nth-child(14) {
    -webkit-animation-delay: -56s;
            animation-delay: -56s;
}
.logo-row img:nth-child(15) {
    -webkit-animation-delay: -48s;
            animation-delay: -48s;
}
.logo-row img:nth-child(16) {
    -webkit-animation-delay: -40s;
            animation-delay: -40s;
}
.logo-row img:nth-child(17) {
    -webkit-animation-delay: -32s;
            animation-delay: -32s;
}
.logo-row img:nth-child(18) {
    -webkit-animation-delay: -24s;
            animation-delay: -24s;
}
.logo-row img:nth-child(19) {
    -webkit-animation-delay: -16s;
            animation-delay: -16s;
}
.logo-row img:nth-child(20) {
    -webkit-animation-delay: -8s;
            animation-delay: -8s;
}*/


@keyframes rowLeft {
    from { right: -150px; }
    to { right: 950px; }
}
@-webkit-keyframes rowLeft {
	from { right: -150px; }
    to { right: 950px; }
}
.testimonial {
    padding: 100px 0;
}

.white-bg.testimonial.bottom {
    /*box-shadow: 0 -30px 40px 0px rgba(0,0,0,.25);*/
}

.testimonial h2 {
    font-size: 1.4em;
    line-height: 1.2em;
}
.testimonial h4 {
    margin-top: 20px;
    font-size: 1em;
    line-height: 1.2em;
}
.testimonial img {
    border-radius: 50%;
    vertical-align:middle;
}
.testimonial-center {
    max-width: 680px;
    padding: 0 40px;
    margin: 0 auto !important;
    float: none !important;
}
.pain-points {
    padding: 100px 0;
}
@media (max-width: 767px) {
    .pain-points h2 {
        margin-bottom: 30px;
    }
}
.pain-points p {
    padding-top: 6px;
}

.slideshow-txtLoop-slide {
    position: relative;
    display: inline-block;
    text-align: left;
    height: 50px;
    width: 200px;
    margin-left: 6px;
    margin-top: -6px;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media (max-width: 782px) {
    .slideshow-txtLoop-slide {
        margin-top: 8px;
    }
}
.slideshow-txtLoop>span {
    display: inline-block;
    position: relative;
}

@media (max-width: 734px) {
    .slideshow-txtLoop>span {
        display: block;
        margin: 0 auto !important;
        float: none !important;
    }
}

.slideshow-txtLoop .slideshow-txtLoop-slide {
    overflow: hidden;
    vertical-align: top;
}
.slideshow-txtLoop-slide .slideshow-slide {
    position: absolute;
    left: 0;
    top: 0;
    max-height: 50px;
    height: 50px;
    width: 200px;
    display: inline-block;
    white-space: nowrap;
    transition: all .33s cubic-bezier(0.19,1,0.22,1);
    -webkit-transition-duration: .8s;
      -moz-transition-duration: .8s;
      transition-duration: .8s;
}
.slideshow-slide.active {
    z-index:3;
    transform: translate(0, 0);
    /*-webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);*/
}
.slideshow-slide.killed {
    z-index:0;
    transform: translate(0, -120%);
    /*-webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);*/
}
.slideshow-slide.next {
    z-index:0;
    transform: translate(0, 120%);
    /*-webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);*/
}
.slideshow-txtLoop .slideshow-slide.on {
    -webkit-animation: switchTxtDownUp-in .6s cubic-bezier(.76,0,.18,1) forwards;
    -ms-animation: switchTxtDownUp-in .6s cubic-bezier(.76,0,.18,1) forwards;
    animation: switchTxtDownUp-in .6s cubic-bezier(.76,0,.18,1) forwards;
}
.slideshow-txtLoop .slideshow-slide.out {
    -webkit-animation: switchTxtDownUp-out .6s cubic-bezier(.76,0,.18,1) forwards;
    -ms-animation: switchTxtDownUp-out .6s cubic-bezier(.76,0,.18,1) forwards;
    animation: switchTxtDownUp-out .6s cubic-bezier(.76,0,.18,1) forwards;
}
@-webkit-keyframes switchTxtDownUp-in{
    0%{
        -webkit-transform:translate3d(0,100%,0)
    }
    100% {
        -webkit-transform:translate3d(0,0,0)
    }    
}
@-ms-keyframes switchTxtDownUp-in{
    0%{
        -ms-transform:translate3d(0,100%,0)
    
    }
    100% {
        -ms-transform:translate3d(0,0,0)}
}
@keyframes switchTxtDownUp-in{
    0%{
        transform:translate3d(0,100%,0)
    }
    100%{
        transform:translate3d(0,0,0)
    }
}
@-webkit-keyframes switchTxtDownUp-out{
    0%{
        -webkit-transform:translate3d(0,0,0)
    }
    100%{
        -webkit-transform:translate3d(0,-105%,0)
    }
}
@-ms-keyframes switchTxtDownUp-out{
    0%{
        -ms-transform:translate3d(0,0,0)
    }
    100%{
        -ms-transform:translate3d(0,-105%,0)
    }
}
@keyframes switchTxtDownUp-out{
    0%{
        transform:translate3d(0,0,0)
    }
    100%{
        transform:translate3d(0,-105%,0)
    }
}

.pain-block {
    padding-top: 100px;
}
.pain-indiv-block {
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .pain-indiv-block {
        clear: both;
        width: 350px !important;
        float: none !important;
        margin: 0 auto 40px !important;
    }
}
.pain-block img {
    vertical-align: middle;
}
.home-stats {
    /*background: #fff;*/ /* For browsers that do not support gradients */
    /*background: -webkit-linear-gradient( #fff 0%, #fff 50%, #f1f2f3 100%);*/ /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient( #fff 0%, #fff 50%, #f1f2f3 100%);*/ /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient( #fff 0%, #fff 50%, #f1f2f3 100%);*/ /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(#fff 0%, #fff 50%, #f1f2f3 100%);*/ /* Standard syntax (must be last) */
    background: #fff;
    color: #4A585E;
    /*background: -webkit-linear-gradient(left, #1898D4 , #FF3AA3);
    background: -o-linear-gradient(right, #1898D4, #FF3AA3);
    background: -moz-linear-gradient(right, #1898D4, #FF3AA3);
    background: linear-gradient(to right, #1898D4 , #FF3AA3);
    color: #F4F4EF;*/
    position: relative;
    z-index: 2;
    padding-bottom: 30px;
}

.home-stats h1 {
    /*color: #F4F4EF;*/
    color: #4A585E;
}
.home-stats h2 {
    /*color: #F4F4EF;*/
    color: #4A585E;
}
.home-stats h3 {
    /*color: #F4F4EF;*/
    color: #4A585E;
}
.home-stats h4 {
    /*color: #F4F4EF;*/
    color: #4A585E;
}
.home-stats h5 {
    /*color: #F4F4EF;*/
    color: #4A585E;
}
.home-stats h6 {
    /*color: #F4F4EF;*/
    color: #4A585E;
}

.home-stats .text img {
    max-width: 320px;
    height: auto;
}

.home-stats .widget-type-rich_text.left {
    float: left;
}
.home-stats .widget-type-rich_text.right {
    float: right;
}
@media all and (max-width: 1024px) {
    .home-stats .widget-type-rich_text.left,
    .home-stats .widget-type-rich_text.right {
        width: 100%;
    }
}

.home-stats .hang-image img {
    min-width: 1000px;
}

@media (min-width: 768px) {
    .home-stats .page-center .row-fluid {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
    }
}

.stats-intro {
    padding: 100px 0;
    color: #465560;
}
.slide-container {
    overflow: hidden;
}
.slider-images {
    position: relative;
    min-height: 300px;
}
.slider-images img {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
    opacity: 1;
    -webkit-transition-duration: .5s;
      -moz-transition-duration: .5s;
      transition-duration: .5s;
}
.slider-images img.slide-drop {
    opacity: 0;
    transform: translate(0, 100%);
}
.slider-images img.slide-pull {
    opacity: 0;
    transform: translate(0, -100%);
}
@media (max-width: 767px) {
    .slider-images img.slide-pull,
    .slider-images img.slide-drop {
        transform: translate(0,0);
    }
}
.slider-texts {
    position: relative;
}
.slide-text {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition-duration: .5s;
      -moz-transition-duration: .5s;
      transition-duration: .5s;
}
@media (max-width: 767px) {
    .slide-text {
        text-align: center;
    }
    .slide-text ul li {
        list-style-type: none;
    }
}
.slide-text p {
    font-size: 1.1em;
    line-height:1.65em;
    margin-bottom: 1.5em;
}
.slide-text ul li, p.small-text {
    /*font-size: .9em;*/
    line-height: 1.65em;
    list-style: none;
    /*color: #999;*/
}
.slider-texts .slide-text.slide-drop {
    opacity: 0;
    transform: translate(0, 100%);
}
.slider-texts .slide-text.slide-pull {
    opacity: 0;
    transform: translate(0, -100%);
}
@media (max-width: 767px) {
    .slider-texts .slide-text.slide-pull,
    .slider-texts .slide-text.slide-drop {
        transform: translate(0,0);
    }
}
.home-stats .picker-block {
    margin-top: 20px;
}
.home-stats .picker {
    height: 10px;
    width: 10px;
    margin: 10px;
    /*background-color: #fff;*/
    background-color: #757e82;
    border: .5px solid #fafafa;
    display: inline-block;
    border-radius: 50%;
    -webkit-transition-duration: .15s;
      -moz-transition-duration: .15s;
      transition-duration: .15s;
    cursor: pointer;
}
.home-case-study {
    /*padding: 130px 0 100px;*/
    padding: 100px 0;
      -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
      -moz-box-shadow:    0px 10px 10px rgba(0, 0, 0, 0.1);
      box-shadow:         0px 10px 10px rgba(0, 0, 0, 0.1);
}
.multi-tab-container {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .multi-tab-container {
        margin-bottom: 100px;
    }
}

.multi-tab {
    position: relative;
    -webkit-perspective: 1200px;
    -ms-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}
@media (min-width: 768px) {
    .multi-tab {
        /* width: 60% !important; */
    }
}
.multi-tab img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    margin-left: -200px;
    border-radius: 2px;
    -ms-box-shadow: 0 0 30px rgba(0,0,0,0.1),0 2px 2px rgba(0,0,0,0.05);
    -o-box-shadow: 0 0 30px rgba(0,0,0,0.1),0 2px 2px rgba(0,0,0,0.05);
    box-shadow: 0 0 30px rgba(0,0,0,0.1),0 2px 2px rgba(0,0,0,0.05);
    -webkit-transform: rotateY(33deg);
    -ms-transform: rotateY(33deg);
    transform: rotateY(33deg);
    transition: all 0.33s cubic-bezier(0.19, 1, 0.22, 1);
    /*-webkit-animation: hover 3s ease-in-out infinite;
    animation: hover 3s ease-in-out infinite;*/
    -webkit-transition-duration: .5s; /* Safari */
    transition-duration: .5s;
}
.multi-tab img.multi-tab-back {
    z-index: 1;
    top: -7.8%;
    left: 60%;
    /*-webkit-animation: hover 4.5s ease-in-out infinite;
    animation: hover 4.5s ease-in-out infinite;*/
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.multi-tab img.multi-tab-middle {
    position: relative;
    z-index: 2;
    /*-webkit-animation: hover 7s ease-in-out infinite;
    animation: hover 7s ease-in-out infinite;*/
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.multi-tab img.multi-tab-top {
    z-index: 3;
    top: 7.8%;
    left: 40%;
    /*-webkit-animation: drophover 5s ease-in-out infinite;
    animation: drophover 5s ease-in-out infinite;*/
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.multi-tab:hover img {
    -webkit-transform: rotateY(15deg);
    -ms-transform: rotateY(15deg);
    transform: rotateY(15deg);
}
.multi-tab:hover img.multi-tab-back {
    top: -15.5%;
    left: 70%;
}
.multi-tab:hover img.multi-tab-middle {
}
.multi-tab:hover img.multi-tab-top {
    top: 15.5%;
    left: 30%;
}
@media (max-width: 1300px) {
    .multi-tab img {
        margin-left: -200px;
    }
    .case-study-link {
    }
}
@media (max-width: 767px) {
    .multi-tab:hover img.multi-tab-back {
        top: -7.8%;
        left: 70%;
    }
    .multi-tab:hover img.multi-tab-middle {
        top: 0%;
        left: 50%;
    }
    .multi-tab:hover img.multi-tab-top {
        top: 7.8%;
        left: 30%;
    }
}
@media (max-width: 600px) {
    .multi-tab img {
        margin-left: -150px;
    }
    .multi-tab:hover img.multi-tab-back {
        top: -7.8%;
        left: 65%;
    }
    .multi-tab:hover img.multi-tab-middle {
        top: 0%;
        left: 50%;
    }
    .multi-tab:hover img.multi-tab-top {
        top: 7.8%;
        left: 35%;
    }
}
.case-study-link {
    margin-top: 50px;
}
@media (max-width:767px) {
    .case-study-link {
        margin-top: 100px;
    }
}

.support-banner {
    padding: 100px 0;
}


.bottom-icon-section {
    background-color: #F4F4EF;
    color: #4A585E;
    position: relative;
    z-index: 2;
    padding: 100px 0;
}

.home .bottom-icon-section {
    background-color: #F4F4EF;
    color: #4A585E;
    position: relative;
    z-index: 2;
    padding: 100px 0 100px;
}
@media (max-width: 767px) {
    .home .bottom-icon-section {
        padding: 100px 0 0;
    }
}

.home .icon-wrapper {
    height: 80px;
    width: 80px;
    border-radius: 80px;
    background: #fc6140;
    margin: 0 auto 10px !important;
    float: none!important;
    position: relative;
    z-index: 10;
}
.home .font-awesome-icon {
    color: #fff !important;
    /*height: 60px;
    width: 60px;*/
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    /*margin: 34px auto!important;*/
    float: none!important;
    padding-top: 24px;
    margin-top: -105px;
    position: relative;
    z-index: 10;
}

.home .icon-description {
    color: #465560;
    background: #fff;
    border: 2px solid #eee;
    padding: 60px 40px 30px;
    /*margin-top: -130px;*/
    position: relative;
    z-index: 10;
    transition-duration: .5s;
}
.home .icon-description .icon-wrapper {
    transition-duration: .5s;
}
.home .icon-description:hover {
    transform:scale(1.1);
}
.home .icon-description:hover .icon-wrapper {
    transform:scale(1.1) translateY(-10px);
}

@media (max-width: 1279px) {
    .home .icon-description {
        padding: 60px 31px 30px;
    }
}

@media (max-width: 1141px) {
    .home .icon-description {
        padding: 60px 40px 30px;
    }
}

@media (max-width: 1096px) {
    .home .icon-description {
        padding: 60px 40px 30px;
    }
}

@media (max-width: 1033px) {
    .home .icon-description {
        padding: 60px 40px 30px;
    }
}

@media (max-width: 1001px) {
    .home .icon-description {
        padding: 60px 40px 30px;
    }
}

@media (max-width: 969px) {
    .home .icon-description {
        padding: 60px 35px 30px;
    }
}

@media (max-width: 938px) {
    .home .icon-description {
        padding: 60px 30px 30px;
    }
}

@media (max-width: 906px) {
    .home .icon-description {
        padding: 60px 25px 30px;
    }
}

@media (max-width: 874px) {
    .home .icon-description {
        padding: 60px 20px 30px;
    }
}

@media (max-width: 842px) {
    .home .icon-description {
        padding: 60px 15px 30px;
    }
}

@media (max-width: 767px) {
    .home .icon-description {
        margin: 0px 0 100px;
        padding: 60px 20px 30px;
    }
}

@media (max-width: 400px) {
    .home .icon-description {
        padding: 60px 20px 30px;
    }
}

.home .icon-description h3 {
    margin: 15px 0;
}

.home .icon-description p {
    line-height: 30px;
}

.home .icon-description a:hover {
    color: rgba(252, 97, 64, 0.7);
}


/*****************************************/
/*                PAGES                  */
/*****************************************/

.content-section {
    padding: 100px 0;
}
.motto-section {
    padding 100px 0;
}
.website .hero {
    z-index: 4;
}
.old-new-computer {
    background-image: url('//395201.fs1.hubspotusercontent-na1.net/hubfs/395201/2016_WCS/build/Images/website-icons/website-mac-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    position: relative;
    z-index: 5;
    width: 570px;
    height: 350px;
    margin: 0 auto;
}
.old-new-screen {
    /*background-image: url('//395201.fs1.hubspotusercontent-na1.net/hubfs/395201/2016_WCS/build/Images/website-icons/website-screen-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;*/
    position: absolute;
    top: 37px;
    left: 89px;
    z-index: 6;
    width: 394px;
    height: 246px;
    -ms-animation: oldNewBG 8s linear infinite;
    -moz-animation: oldNewBG 8s linear infinite;
    -webkit-animation: oldNewBG 8s linear infinite;
    animation: oldNewBG 8s linear infinite;
}
.website .home-top-white .content-section .top-white-text {
    padding-top: 100px;
}
@media (max-width: 600px) {
    .old-new-computer {
        width: 300px;
        height: 184px;
    }
    .old-new-screen {
        width: 207px;
        height: 130px;
        top: 19px;
        left: 47px;
    }
    .website .home-top-white .content-section .top-white-text {
        padding-top: 0;
    }
}
@media (max-width: 767px) {
    .website .home-top-white .content-section .top-white-text {
        padding-top: 0;
    }
}
@media (min-width: 768px) and (max-width: 1180px) {
    /*.old-new-computer {
        width: 300px;
    }
    .old-new-screen {
        width: 207px;
        height: 130px;
        top: 19px;
        left: 47px;
    }*/
    .website .home-top-white .content-section .top-white-text {
        padding-top: 0;
    }
}
/*@keyframes oldNewBG {
    0% { background-position: 0 0; }
    40% { background-position: 0 0; }
    50% { background-position: 100% 0; }
    90% { background-position: 100% 0; }
    100% { background-position: 0 0; }
}
@-webkit-keyframes oldNewBG {
    0% { background-position: 0 0; }
    40% { background-position: 0 0; }
    50% { background-position: 100% 0; }
    90% { background-position: 100% 0; }
    100% { background-position: 0 0; }
}
@-ms-keyframes oldNewBG {
	0% { background-position: 0 0; }
    40% { background-position: 0 0; }
    50% { background-position: 100% 0; }
    90% { background-position: 100% 0; }
    100% { background-position: 0 0; }
}
@-moz-keyframes oldNewBG {
	0% { background-position: 0 0; }
    40% { background-position: 0 0; }
    50% { background-position: 100% 0; }
    90% { background-position: 100% 0; }
    100% { background-position: 0 0; }
}*/

@media (min-width: 768px) {
    .website-hero-mockup {
        margin-bottom: -150px;
        position: relative;
        z-index: 2;
    }
    .website-mockup-text {
        position: relative;
        z-index: 3;
    }
}

.website-hero-subs {
    /*color: #fff;*/
    color: #F4F4EF;
    margin-bottom: 20px;
}
.website-hero-subs p {
    font-size: .825em;
    line-height: 1.2em;
    /*color: #fff;*/
    color: #F4F4EF;
}
.website-hero-subs h4 {
    font-size: 1em;
    line-height: 1.2em;
    font-weight: bold;
    color: #465560;
}
.website-hero-subs.prime {
    /*color: #fff;*/
    color: #F4F4EF;
    margin-bottom: 20px;
}
.website-hero-subs.prime p {
    font-size: .825em;
    line-height: 1.2em;
    /*color: #fff;*/
    color: #F4F4EF;
}
.website-hero-subs.prime h4 {
    font-size: 1em;
    line-height: 1.2em;
    font-weight: bold;
    /*color: #fff;*/
    color: #F4F4EF;
}
.subs-left {
    
}
.subs-right {
    
}
.subs-left.prime {
    -ms-animation: oldNewOp 8s linear infinite;
    -moz-animation: oldNewOp 8s linear infinite;
    -webkit-animation: oldNewOp 8s linear infinite;
    animation: oldNewOp 8s linear infinite;
}
.subs-right.prime {
    -ms-animation: oldNewOp 8s linear infinite;
    -moz-animation: oldNewOp 8s linear infinite;
    -webkit-animation: oldNewOp 8s linear infinite;       
    animation: oldNewOp 8s linear infinite;
    -ms-animation-delay: -4s;
    -moz-animation-delay: -4s;
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
}
@media (max-width: 767px) {
    .website-hero-subs,
    .website-hero-subs p,
    .website-hero-subs h4 {
        /*color: #fff;*/
        color: #F4F4EF;
    }
    .website .home-top-white h2,
    .website .home-top-white h4,
    .website .sticky-menu-container h2 {
        text-align: left !important;
    }
    .subs-left.prime, .subs-right.prime {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .subs-left {
        text-align: right;
    }
    .website-hero-subs {
        margin-top: -100px;
    }
    .website-hero-subs.prime {
        margin-top: 60px;
    }
    
}
@keyframes oldNewOp {
    0% { opacity: 1; }
    40% { opacity: 1; }
    50% { opacity: .2; }
    90% { opacity: .2; }
    100% { opacity: 1; }
}
@-webkit-keyframes oldNewOp {
    0% { opacity: 1; }
    40% { opacity: 1; }
    50% { opacity: .2; }
    90% { opacity: .2; }
    100% { opacity: 1; }
}
@-ms-keyframes oldNewOp {
    0% { opacity: 1; }
    40% { opacity: 1; }
    50% { opacity: .2; }
    90% { opacity: .2; }
    100% { opacity: 1; }
}
@-moz-keyframes oldNewOp {
	0% { opacity: 1; }
    40% { opacity: 1; }
    50% { opacity: .2; }
    90% { opacity: .2; }
    100% { opacity: 1; }
}
.website .home-top-white .content-section {
    padding: 50px 0 100px;
}

.marketing-card-container {
    position: relative;
}
@media (min-width: 768px) {
    .marketing-card-container {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
        -webkit-animation: marCards 1s forwards ease-in-out;
        animation: marCards 1s forwards ease-in-out;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }
    .card-right {
        -webkit-animation-delay: 3s;
        animation-delay: 3s;
    }
}
    

@-webkit-keyframes marCards {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 1;
    }
    96% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    100% {
        -webkit-transform: translateY(1%);
        transform: translateY(1%);
        opacity: 1;
    }
}
@keyframes marCards {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 1;
    }
    96% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    100% {
        -webkit-transform: translateY(2%);
        transform: translateY(2%);
        opacity: 1;
    }
}

.card-traditional-marketing {
    background: #efe9f2;
    background: -webkit-linear-gradient(left, #efe9f2 , #fff); 
    background: -o-linear-gradient(right, #efe9f2, #fff);
    background: -moz-linear-gradient(right, #efe9f2, #fff);
    background: linear-gradient(to right, #efe9f2 , #fff);
    color: #444;
    padding: 40px;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    position: absolute;
    bottom:0;
    right: 0;
}

.card-inbound-marketing {
    background: #c9eae9;
    background: -webkit-linear-gradient(left, #c9eae9 , #fff); 
    background: -o-linear-gradient(right, #c9eae9, #fff);
    background: -moz-linear-gradient(right, #c9eae9, #fff);
    background: linear-gradient(to right, #c9eae9 , #fff);
    color: #444;
    padding: 40px;
    box-shadow: 0 0 40px rgba(0,0,0,0.25);
    position: absolute;
    bottom: 0;
    right: 0;
}
.card-traditional-marketing ul,
.card-inbound-markeing ul {
    -webkit-padding-start: 0;
}
.card-traditional-marketing ul li {
    list-style-type: none;
    position: relative;
    -webkit-padding-start: 30px;
}
.card-traditional-marketing ul li:before {
    content: url('//395201.fs1.hubspotusercontent-na1.net/hubfs/395201/2016_WCS/build/Images/inbound-icons/trad-bullet.svg');
    height: 20px;
    width: 20px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 4px;
}
.card-inbound-marketing ul li {
    list-style-type: none;
    position: relative;
    -webkit-padding-start: 30px;
}
.card-inbound-marketing ul li:before {
    content: url('//395201.fs1.hubspotusercontent-na1.net/hubfs/395201/2016_WCS/build/Images/inbound-icons/inbound-bullet.svg');
    height: 20px;
    width: 20px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 4px;
}
.card-traditional-marketing h3,
.card-inbound-marketing h3{
    margin-bottom: 50px;
}
@media (min-width: 768px) {
    .marketing-card-container.card-right {
        margin-left: 0 !important;
    }
}
@media (max-width: 767px) {
    .stages-piece {
        margin-bottom: 50px;
    }
}
.how-im-works {
    padding-bottom: 100px;
}
.sticky-menu-item {
    display: inline-block;
    float: left;
}
.inbound .sticky-menu-item {
    opacity: .5;
}
.inbound .sticky-menu-item:hover {
    opacity: 1;
}
.inbound .sticky-menu-item {
    width: 14.2857143%;
}
.website .sticky-menu-item {
    width: 14.2857143%;
}
.website .sticky-menu-item {
    opacity: .5;
}
.website .sticky-menu-item:hover {
    opacity: 1;
}
.sticky-menu-container {
    padding: 100px 0;
}
.what-is-inbound,
.what-is-website {
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .sticky-menu {
        display: none !important;
    }
    .what-is-inbound,
    .what-is-website {
        margin-bottom: 0;
    }
}
.sticky {
    position: fixed !important;
    top: 0;
    padding: 20px 0 0 !important;
    z-index: 14;
    margin-left: 0 !important;
}
.sticky.red-bg {
    z-index: 14;
}
.dropout {
    display: none !important;
}
.dotted {
    border: 2px dashed #c5c7c8;
    border-style: none none dashed;
    background-color: transparent;
    height: 0px;
    position: relative;
    z-index: 0;
}
.inbound-content {
    
}
.buyer-persona-development {
    padding: 200px 0 0;
    position: relative;
    z-index: 3;
}
.buyer-persona-development .inbound-content {
    padding: 100px 0;
}
.bpdsvg {
    
}
.buyer-persona-images {
    
}

/* ------ more spinner stuff ------ */
.buyer-persona-images {
    position: relative;
    height: 400px;
    max-width: 400px;
}
@media (max-width: 767px) {
    .buyer-persona-images {
        margin: 0 auto !important;
    }
}
.bpd-text {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -100px;
    width: 200px;
}
.buyer-persona-images .spinner-icons {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin-top: -50px;
    margin-bottom: -50% !important;
}
.buyer-persona-images img.maria {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
}
.buyer-persona-images .bpdsvg {
    position: absolute;
    padding: 10px;
    height: 40%;
    -webkit-animation: bpdSpinner 60s infinite linear;
            animation: bpdSpinner 60s infinite linear;
}
.buyer-persona-images .bpdsvg .svg-tile {
    display: block;
    margin: auto;
    position: absolute;
    bottom: 0;
}
.buyer-persona-images .bpdsvg {
    position: absolute;
    z-index: 1;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 18%;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.buyer-persona-images .bpdsvg .svg-tile {
    opacity: 0;
    width: 50px;
  -webkit-animation: bpdImgSpinner 60s infinite linear;
          animation: bpdImgSpinner 60s infinite linear;
    
}
.bpdsvg:nth-child(1) {
  -webkit-animation-delay: -10s;
          animation-delay: -10s;
}
.bpdsvg:nth-child(2) {
  -webkit-animation-delay: -20s;
          animation-delay: -20s;
}
.bpdsvg:nth-child(3) {
  -webkit-animation-delay: -30s;
          animation-delay: -30s;
}
.bpdsvg:nth-child(4) {
  -webkit-animation-delay: -40s;
          animation-delay: -40s;
}
.bpdsvg:nth-child(5) {
  -webkit-animation-delay: -50s;
          animation-delay: -50s;
}
.bpdsvg:nth-child(6) {
  -webkit-animation-delay: -60s;
          animation-delay: -60s;
}
.bpdsvg:nth-child(1) .svg-tile {
  -webkit-animation-delay: -10s;
          animation-delay: -10s;
}
.bpdsvg:nth-child(2) .svg-tile {
  -webkit-animation-delay: -20s;
          animation-delay: -20s;
}
.bpdsvg:nth-child(3) .svg-tile {
  -webkit-animation-delay: -30s;
          animation-delay: -30s;
}
.bpdsvg:nth-child(4) .svg-tile {
  -webkit-animation-delay: -40s;
          animation-delay: -40s;
}
.bpdsvg:nth-child(5) .svg-tile {
  -webkit-animation-delay: -50s;
          animation-delay: -50s;
}
.bpdsvg:nth-child(6) .svg-tile {
  -webkit-animation-delay: -60s;
          animation-delay: -60s;
}
@-webkit-keyframes bpdSpinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes bpdSpinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes bpdImgSpinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  15% {
      fill: #fff;
      opacity: 0;
  }
  18% {
      fill: #f0614e;
      opacity: 1;
  }
  50% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  82% {
      fill #f0614e;
      opacity: 1;
  }
  85% {
      fill: #fff;
      opacity: 0;
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes bpdImgSpinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  15% {
      fill: #fff;
      opacity: 0;
  }
  18% {
      fill: #f0614e;
      opacity: 1;
  }
  50% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  82% {
      fill #f0614e;
      opacity: 1;
  }
  85% {
      fill: #fff;
      opacity: 0;
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

/* ------ more spinner stuff ------ */


.lead-generation {
    padding: 200px 0 50px;
}
.lead-generation .inbound-content {
    padding: 20px 0;
}
.typer-module {
    position: relative;
    min-height: 200px !important;
}
@media (max-width: 767px) {
    .typer-module {
        max-width: 400px;
        float: none !important;
        margin: 30px auto 0 !important;
    }
}
.content-creation {
    padding: 200px 0 100px;
}
.content-creation .inbound-content {
    padding: 50px 0;
}
.content-creation-images {
    position: relative;
    float: right;
    height: 300px;
}
@media (max-width: 767px) {
    .content-creation-images {
        max-width: 500px;
        float: none !important;
        margin: 0 auto !important;
    }
}
.content-creation-images .cc-img {
    position: absolute;
    top: 20%;
    left: 1%;
}
.content-creation-images .cc-mail {
    position: absolute;
    top: 0%;
    left: 50%;
}
.content-creation-images .cc-com {
    position: absolute;
    top: 30%;
    right: 1%;
}
.content-creation-images .cc-vid {
    position: absolute;
    bottom: 10%;
    left: 30%;
}
.content-creation-images img {
    -webkit-animation: hover 4s ease-in-out infinite;
    animation: hover 4s ease-in-out infinite;
}
.content-creation-images .cc-img img {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.content-creation-images .cc-mail img {
    -webkit-animation-delay: -1.6s;
    animation-delay: -1.6s;
}
.content-creation-images .cc-com img {
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
}
.content-creation-images .cc-vid img {
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
}
.content-creation-images .cc-img::after {
    content: '';
    border-radius: 50%;
    background-color: #dadada;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 5px;
    -webkit-animation: shadow 4s ease-in-out infinite;
    animation: shadow 4s ease-in-out infinite;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.content-creation-images .cc-mail::after {
    content: '';
    border-radius: 50%;
    background-color: #dadada;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 5px;
    -webkit-animation: shadow 4s ease-in-out infinite;
    animation: shadow 4s ease-in-out infinite;
    -webkit-animation-delay: -1.6s;
    animation-delay: -1.6s;
}
.content-creation-images .cc-com::after {
    content: '';
    border-radius: 50%;
    background-color: #dadada;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 5px;
    -webkit-animation: shadow 4s ease-in-out infinite;
    animation: shadow 4s ease-in-out infinite;
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
}
.content-creation-images .cc-vid::after {
    content: '';
    border-radius: 50%;
    background-color: #dadada;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 5px;
    -webkit-animation: shadow 4s ease-in-out infinite;
    animation: shadow 4s ease-in-out infinite;
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
}
.social-reach {
    padding: 200px 0 0;
}
@media (max-width: 767px) {
    .social-reach svg {
        max-width: 400px;
    }
    .inbound-social {
        text-align: center;
    }
}
.social-reach .inbound-img {
    
}
.circle-3 {
    -webkit-animation: beeper 11s infinite;
    animation: beeper 11s infinite;
}
.gr1 {
    -webkit-animation-delay: 0;
    animation-delay: 0;
}
.gr2 {
    -webkit-animation-delay: -10s;
    animation-delay: -10s;
}
.gr3 {
    -webkit-animation-delay: -9s;
    animation-delay: -9s;
}
.gr4 {
    -webkit-animation-delay: -8s;
    animation-delay: -8s;
}
.gr5 {
    -webkit-animation-delay: -7s;
    animation-delay: -7s;
}
.gr6 {
    -webkit-animation-delay: -6s;
    animation-delay: -6s;
}
.gr7 {
    -webkit-animation-delay: -5s;
    animation-delay: -5s;
}
.gr8 {
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
}
.gr9 {
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
}
.gr10 {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}
.gr11 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes beeper {
  
  0% {
    fill: #e6e7e8;
    r:30;
  }
  0.05% {
    fill: #f0614e;
  }
  9.04% {
    fill: #f0614e;
  }
  9.09% {
    fill: #e6e7e8;
  }
  25% {
      r:10;
  }
  50% {
      r:30;
  }
  75% {
      r:10;
  }
  100% {
    fill: #e6e7e8;
  }
}
@keyframes beeper {
  0% {
    fill: #e6e7e8;
    r:30;
  }
  0.05% {
    fill: #f0614e;
  }
  9.04% {
    fill: #f0614e;
  }
  9.09% {
    fill: #e6e7e8;
  }
  25% {
      r:10;
  }
  50% {
      r:30;
  }
  75% {
      r:10;
  }
  100% {
    fill: #e6e7e8;
  }
}

strong {
  font-family: 'Sofia-Pro-Bold';
}
.social-reach .inbound-content {
    padding: 100px 0;
}
.engage-with-email {
    padding: 200px 0 0;
}
.engage-with-email .inbound-content {
    padding: 120px 0;
}
.engage-with-email .email-stream {
    background-image: url('//395201.fs1.hubspotusercontent-na1.net/hubfs/395201/2016_WCS/build/Images/website-icons/email_workflow.png');
    background-repeat: repeat-y;
    background-position: 0 0;
    -ms-animation: animatedBackground 400s linear infinite;
    -moz-animation: animatedBackground 400s linear infinite;
    -webkit-animation: animatedBackground 400s linear infinite;
    animation: animatedBackground 400s linear infinite;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    height: 400px;
    width: 300px;
    background-size: 300px auto;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -150px;
}
.email-stream-grad {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 400px;
/*    background: -webkit-linear-gradient(#fff 0%, rgba(255,255,255,0) 5%, rgba(255,255,255,0) 95%, #fff 100%);
    background: -o-linear-gradient(#fff 0%, rgba(255,255,255,0) 5%, rgba(255,255,255,0) 95%, #fff 100%);
    background: -moz-linear-gradient(#fff 0%, rgba(255,255,255,0) 5%, rgba(255,255,255,0) 95%, #fff 100%);
    background: linear-gradient(#fff 0%, rgba(255,255,255,0) 5%, rgba(255,255,255,0) 95%, #fff 100%); */
    z-index: 2;
}
.email-stream-container {
    width: 400px;
    height: 400px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    position: relative;
    float: right;
}
@media (min-width: 768px) and (max-width: 860px) {
    .email-stream-container {
        width: 300px;
    }
}
@media (max-width: 767px) {
    .email-stream-container {
        float: none;
        margin: 0 auto;
    }
}
@media (max-width: 480px) {
    .email-stream-container {
        width: 320px;
    }
}
@keyframes animatedBackground {
    from { background-position: 0 0; }
    to { background-position: 0 1000%; }
}
@-webkit-keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 0 1000%; }
}
@-ms-keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 0 1000%; }
}
@-moz-keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 0 1000%; }
}
.optimization {
    padding: 200px 0 0;
}
@media (min-width: 768px) {
    .optimization .page-center .row-fluid {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
    }
}
.optimization .inbound-content {
    padding: 30px 0;
}


.analyze-data {
    padding: 200px 0 100px;
}

.inbound-resources {
    padding: 200px 0 100px;
      -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
      -moz-box-shadow:    0px 10px 10px rgba(0, 0, 0, 0.1);
      box-shadow:         0px 10px 10px rgba(0, 0, 0, 0.1);
}

.resource-main-header {
    margin: 20px 0;
}

.resource-title-header {
    margin: 20px 0;
}

.script-resource {
    
}

.resource-section {
    margin: 20px 0;
}

@media (min-width: 768px) {
    .social-reach .page-center .row-fluid {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
    }
}
.analyze-data .inbound-content {
    padding: 100px 0 0;
}
.inbound-resources .inbound-content {
    padding: 100px 0 0;
}
@media (min-width: 768px) {
    .lead-generation .inbound-content,
    .social-reach .inbound-content,
    .optimization .inbound-content {
        text-align: right;
        float: right !important;
    }
    .lead-generation .inbound-img,
    .social-reach .inbound-img,
    .optimization .inbound-img {
        float: left !important;
    }
}
@media (max-width: 767px) {
    .inbound-content {
        padding: 20px 0;
    }
    .buyer-persona-development, .lead-generation,
    .content-creation, .social-reach,
    .engage-with-email, .optimization,
    .analyze-data, .inbound-resources {
        padding: 50px 0;
    }
}
.analyze-text {
    padding-top: 80px;
}
.website-content {
    
}
.making-life-easier {
    padding: 200px 0 0;
}
.making-life-easier .website-content {
    padding: 40px 0;
    z-index: 8;
}
.problem-solution {
    position: relative;
    min-height: 200px !important;
}
@media (max-width: 767px) {
    .problem-solution {
        max-width: 500px;
    }
}
.problem-solution img {
    position: absolute;
    top: 0;
    right: 0;
    z-index:0;
    -webkit-animation: cardFlip 12s ease-in-out infinite;
    animation: cardFlip 12s ease-in-out infinite;
}
.problem-solution img:first-child {
    animation-delay: -3s;
}
.problem-solution img:nth-child(2) {
    animation-delay: -6s;
}
.problem-solution img:nth-child(3) {
    animation-delay: -9s;
}
.problem-solution img:nth-child(4) {
    animation-delay: -0s;
}
@-webkit-keyframes cardFlip {
  
  0% {
      right: 0;
      z-index: -1;
  }
  12% {
      z-index: -1;
  }
  12.5% {
      right: 220px;
      z-index: 2;
  }
  25% {
      right: 0;
      z-index: 2;
  }
  48% {
      z-index: 2;
  }
  49% {
      z-index: 1;
  }
  74% {
      z-index: 1;
  }
  75% {
      z-index: 0;
  }
  100% {
      right: 0;
      z-index: -1;
  }
}
@keyframes cardFlip {
  
  0% {
      right: 0;
      z-index: -1;
  }
  12% {
      z-index: -1;
  }
  12.5% {
      right: 220px;
      z-index: 2;
  }
  25% {
      right: 0;
      z-index: 2;
  }
  37% {
      z-index: 2;
  }
  37.5% {
      z-index: 1;
  }
  62% {
      z-index: 1;
  }
  62.5% {
      z-index: 0;
  }
  100% {
      right: 0;
      z-index: -1;
  }
}
.easy-to-navigate {
    padding: 200px 0 0;
    /*z-index: 8;*/
    z-index: 2;
}
.easy-to-navigate .website-content {
    padding: 160px 0;
}
.navigate-easily-div {
    -webkit-perspective: 1200px;
    -ms-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}
.navigate-page {
    width: 350px;
    height: 500px;
    -webkit-transform: rotateY(33deg);
    -ms-transform: rotateY(33deg);
    transform: rotateY(33deg);
    background-image: url('//395201.fs1.hubspotusercontent-na1.net/hubfs/395201/2016_WCS/build/Images/website-icons/Symphony_Long_3.png');
    background-repeat: repeat-y;
    background-size: cover;
    background-position: 0 0;
    -ms-animation: animatedBackground 400s linear infinite;
    -moz-animation: animatedBackground 400s linear infinite;
    -webkit-animation: animatedBackground 400s linear infinite;
    animation: animatedBackground 400s linear infinite;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.navigate-page:after {
    content: '';
    border-radius: 50%;
    background-color: rgba(215,215,215,.2);
    position: absolute;
    bottom: -50px;
    left: 0%;
    margin-left: -5px;
    width: 350px;
    height: 10px;
}
@media (max-width: 767px) {
    .navigate-page {
        margin: 0 auto !important;
        float: none !important;
    }
}
.answering-questions {
    padding: 200px 0 0;
}
.answering-questions .website-content {
    padding: 60px 0;
}
.questions-chat {
    position: relative;
    max-width: 450px;
    margin: 0 auto !important;
    float: none !important;
}
.seo-and-keyword {
    padding: 200px 0 0;
}
.seo-and-keyword .website-content {
    padding: 20px 0;
    z-index: 8;
}
@media (min-width: 768px) {
    .seo-and-keyword .page-center .row-fluid {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
    }
}
.opti-container {
    position: relative;
    height: 330px;
    background-image: url('//395201.fs1.hubspotusercontent-na1.net/hubfs/395201/2016_WCS/build/Images/inbound-icons/Screen.svg');
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 0 !important;
}
.opti-results {
    position: absolute;
    /*height: 217px;*/
    height: 198px;
    max-width: 300px !important;
    top: 80px;
    left: 50px;
    overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1185px) {
    .seo-and-keyword .page-center {
        padding: 0 40px 0 0;
    }
    .opti-results {
        left: 40px;
/*        height: 169px;    */
    }
    .opti-container {
        background-size: cover;
    }
}
@media (max-width: 540px) {
    .seo-and-keyword .page-center {
        padding: 0;
    }
    .seo-and-keyword .website-content {
        padding: 30px 40px;
    }
    .opti-results {
        height: 189px;
    }
}
.opti-results.in-view img:first-child {
    opacity: 0;
    -webkit-animation: optimizeMe1 8s infinite;
    animation: optimizeMe1 8s infinite;
    margin-bottom: 30px;
}
@-webkit-keyframes optimizeMe1 {
    0% {
        opacity: 0;
        transform: translateY(0);
    }
    2% {
        opacity: 1;
    }
    20% {
        transform: translateY(0);
    }
    60% {
        transform: translateY(80px);
    }
    70% {
        opacity: 1;
    }
    80% {
        opacity: 0;
        transform: translateY(80px);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}
@keyframes optimizeMe1 {
    0% {
        opacity: 0;
        transform: translateY(0);
    }
    2% {
        opacity: 1;
    }
    20% {
        transform: translateY(0);
    }
    60% {
        transform: translateY(80px);
    }
    70% {
        opacity: 1;
    }
    80% {
        opacity: 0;
        transform: translateY(80px);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}
.opti-results.in-view img:nth-child(2) {
    opacity: 0;
    -webkit-animation: optimizeMe2 8s infinite;
    animation: optimizeMe2 8s infinite;
}
@-webkit-keyframes optimizeMe2 {
    0% {
        opacity: 0;
        transform: translateY(0);
    }
    2% {
        opacity: 1;
    }
    20% {
        transform: translateY(0);
    }
    60% {
        transform: translateY(-190px);
        opacity: 1;
    }
    70% {
        opacity: 1;
        transform: translateY(-190px);
    }
    80% {
        opacity: 0;
        transform: translateY(-190px);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}
@keyframes optimizeMe2 {
    0% {
        opacity: 0;
        transform: translateY(0);
    }
    2% {
        opacity: 1;
    }
    20% {
        transform: translateY(0);
    }
    60% {
        transform: translateY(-190px);
        opacity: 1;
    }
    70% {
        opacity: 1;
        transform: translateY(-190px);
    }
    80% {
        opacity: 0;
        transform: translateY(-190px);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}
.opti-results.in-view img:nth-child(3) {
    opacity: 0;
    -webkit-animation: optimizeMe3 8s infinite;
    animation: optimizeMe3 8s infinite;
}
@-webkit-keyframes optimizeMe3 {
    0% {
        opacity: 0;
        transform: translateY(0);
    }
    70% {
        opacity: 0;
        transform: translateY(0);
    }
    80% {
        opacity: 1;
        transform: translateY(-210px);
    }
    95% {
        opacity: 1;
        transform: translateY(-210px);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}
@keyframes optimizeMe3 {
    0% {
        opacity: 0;
        transform: translateY(0);
    }
    70% {
        opacity: 0;
        transform: translateY(0);
    }
    80% {
        opacity: 1;
        transform: translateY(-210px);
    }
    95% {
        opacity: 1;
        transform: translateY(-210px);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}
/*.optimization-slider .hs_cos_flex-control-nav {
    display: none;
}
.optimization-slider .hs_cos_flex-direction-nav {
    display: none;
}*/
.designed-for-the-user {
    padding: 200px 0 0;
    /*z-index: 8;*/
    z-index: 2;
}
.designed-for-the-user .website-content {
    padding: 100px 0;
}
.user-diagram {
    position: relative;
    overflow: visible;
}

.user-diagram.animation-element.in-view {
    height: 460px;
}

@media (max-width: 600px) {
    .user-diagram.animation-element.in-view {
        height: 325px;
    }
}

.user-diagram .user-tech {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
.user-diagram .user-needs {
    position: absolute;
    left: 200px;
    top: 0;
    z-index: 1;
}
.user-diagram .user-goals {
    position: absolute;
    left: 100px;
    top: 150px;
    z-index: 2;
}
.user-diagram .user-ux {
    position: absolute;
    left: 223px;
    top: 170px;
    z-index: 4;
}
@media (min-width: 768px) and (max-width: 1240px) {
    .user-diagram {
        margin-top: 50px;
    }
    .user-tech, .user-needs, .user-goals {
        height: 210px;
        width: 210px;
    }
    .user-needs {
        left: 140px !important;
    }
    .user-goals {
        top: 105px !important;
        left: 70px !important;
    }
    .user-ux {
        left: 150px !important;
        top: 120px !important;
    }
}
@media (max-width: 768px) and (min-width: 601px) {
    .user-diagram {
        height: 500px;
        width: 500px !important;
        margin: 0 auto !important;
        float: none !important;
    }
}
@media (max-width: 600px) {
    .user-diagram {
        height: 250px;
        width: 250px !important;
        margin: 0 auto !important;
        float: none !important;
    }
    .user-tech, .user-needs, .user-goals {
        height: 150px;
        width: 150px;
    }
    .user-needs {
        left: 100px !important;
    }
    .user-goals {
        top: 75px !important;
        left: 50px !important;
    }
    .user-ux {
        left: 100px !important;
        top: 80px !important;
    }
}


.powerful-platform {
    padding: 200px 0 100px;
}
.powerful-platform .website-content {
    padding: 0;
}
.powerful-hubspot {
    position: relative;
}
.powerful-hubspot img {
    -webkit-animation: expand 2s ease-in-out infinite;
    animation: expand 2s ease-in-out infinite;
}

@-webkit-keyframes expand {
    0%{
        -ms-transform: scale(1, 1); /* IE 9 */
        -webkit-transform: scale(1, 1); /* Safari */
        transform: scale(1, 1);
    }
    20%{
        -ms-transform: scale(1, 1); /* IE 9 */
        -webkit-transform: scale(1, 1); /* Safari */
        transform: scale(1, 1);
    }
    30%{
        -ms-transform: scale(1.25, 1.25); /* IE 9 */
        -webkit-transform: scale(1.25, 1.25); /* Safari */
        transform: scale(1.25, 1.25);
    }
    35%{
        -ms-transform: scale(1.15, 1.15); /* IE 9 */
        -webkit-transform: scale(1.15, 1.15); /* Safari */
        transform: scale(1.15, 1.15);
    }
    45%{
        -ms-transform: scale(1.25, 1.25); /* IE 9 */
        -webkit-transform: scale(1.25, 1.25); /* Safari */
        transform: scale(1.25, 1.25);
    }
    55%{
        -ms-transform: scale(1, 1); /* IE 9 */
        -webkit-transform: scale(1, 1); /* Safari */
        transform: scale(1, 1);
    }
    100%{
        -ms-transform: scale(1, 1); /* IE 9 */
        -webkit-transform: scale(1, 1); /* Safari */
        transform: scale(1, 1);
    }
}
@keyframes expand {
    0%{
        -ms-transform: scale(1, 1); /* IE 9 */
        -webkit-transform: scale(1, 1); /* Safari */
        transform: scale(1, 1);
    }
    20%{
        -ms-transform: scale(1, 1); /* IE 9 */
        -webkit-transform: scale(1, 1); /* Safari */
        transform: scale(1, 1);
    }
    30%{
        -ms-transform: scale(1.25, 1.25); /* IE 9 */
        -webkit-transform: scale(1.25, 1.25); /* Safari */
        transform: scale(1.25, 1.25);
    }
    35%{
        -ms-transform: scale(1.15, 1.15); /* IE 9 */
        -webkit-transform: scale(1.15, 1.15); /* Safari */
        transform: scale(1.15, 1.15);
    }
    45%{
        -ms-transform: scale(1.25, 1.25); /* IE 9 */
        -webkit-transform: scale(1.25, 1.25); /* Safari */
        transform: scale(1.25, 1.25);
    }
    55%{
        -ms-transform: scale(1, 1); /* IE 9 */
        -webkit-transform: scale(1, 1); /* Safari */
        transform: scale(1, 1);
    }
    100%{
        -ms-transform: scale(1, 1); /* IE 9 */
        -webkit-transform: scale(1, 1); /* Safari */
        transform: scale(1, 1);
    }
}
.company-awards svg .trophy {
    -webkit-animation: bigginate 1.5s ease-in-out infinite;
    animation: bigginate 1.5s ease-in-out infinite;
    transform-origin: 50% 50% 0;
}
@-webkit-keyframes bigginate {
    0% {
        transform: scale(.98);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(.98);
    }
}
@keyframes bigginate {
    0% {
        transform: scale(.98);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(.98);
    }
}
g.trophy-star {
    transform-box: fill-box;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    /*-webkit-animation: twinkle 2s ease-in-out infinite;
    animation: twinkle 2s ease-in-out infinite; */
    -webkit-animation: twinkle 2s ease-in-out infinite;
    animation: twinkle 3s ease-in-out infinite; 
}
g.trophy-star.trophy-star1,
g.trophy-star.trophy-star6,
g.trophy-star.trophy-star9 {
    width: 35px;
    height: 35px;
}
g.trophy-star.trophy-star3,
g.trophy-star.trophy-star7 {
    animation-delay: -1.2s;
}
g.trophy-star.trophy-star5 {
    animation-delay: -.2s;
}

g.trophy-star.trophy-star2,
g.trophy-star.trophy-star9 {
    animation-delay: -.8s;
}
g.trophy-star.trophy-star4,
g.trophy-star.trophy-star1 {
    animation-delay: -1.5s;
}
g.trophy-star.trophy-star8,
g.trophy-star.trophy-star6 {
    
}
@-webkit-keyframes twinkle {
    0% {
        -ms-transform: rotate(0deg); /* IE 9 */
        -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
        transform: rotate(0deg);
        transform: scale(1);
    }
    2% {
        -ms-transform: rotate(1deg); /* IE 9 */
        -webkit-transform: rotate(1deg); /* Chrome, Safari, Opera */
        transform: rotate(1deg);
    }
    32% {
        -ms-transform: rotate(-7deg); /* IE 9 */
        -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
        transform: rotate(-7deg);
    }
    40% {
        transform: scale(1.15);
    }
    50% {
        -ms-transform: rotate(10deg); /* IE 9 */
        -webkit-transform: rotate(10deg); /* Chrome, Safari, Opera */
        transform: rotate(10deg);
    }
    61% {
        transform: scale(.9);
    }
    78% {
        transform: scale(1.05);
    }
    88% {
        -ms-transform: rotate(-2deg); /* IE 9 */
        -webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
        transform: rotate(-2deg);
    }
    91% {
        transform: scale(1);
    }
    100% {
        -ms-transform: rotate(0deg); /* IE 9 */
        -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
        transform: rotate(0deg);
    }
}
@keyframes twinkle {
    0% {
        -ms-transform: rotate(0deg); /* IE 9 */
        -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
        transform: rotate(0deg);
        transform: scale(1);
    }
    2% {
        -ms-transform: rotate(1deg); /* IE 9 */
        -webkit-transform: rotate(1deg); /* Chrome, Safari, Opera */
        transform: rotate(1deg);
    }
    32% {
        -ms-transform: rotate(-7deg); /* IE 9 */
        -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
        transform: rotate(-7deg);
    }
    40% {
        transform: scale(1.15);
    }
    50% {
        -ms-transform: rotate(10deg); /* IE 9 */
        -webkit-transform: rotate(10deg); /* Chrome, Safari, Opera */
        transform: rotate(10deg);
    }
    61% {
        transform: scale(.9);
    }
    78% {
        transform: scale(1.05);
    }
    88% {
        -ms-transform: rotate(-2deg); /* IE 9 */
        -webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
        transform: rotate(-2deg);
    }
    91% {
        transform: scale(1);
    }
    100% {
        -ms-transform: rotate(0deg); /* IE 9 */
        -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
        transform: rotate(0deg);
    }
}
.capture-your-audience {
    padding: 200px 0 100px;
      -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
      -moz-box-shadow:    0px 10px 10px rgba(0, 0, 0, 0.1);
      box-shadow:         0px 10px 10px rgba(0, 0, 0, 0.1);
}
.capture-your-audience .website-content {
    padding: 50px 0;
}
.converting-shapes {
    width: 403px; /* will need to change when adding line */
    height: 200px;
}
@media (min-width: 768px) {
    .converting-shapes {
        float: right;
    }
}
@media (max-width: 767px) {
    .converting-shapes {
        float: none !important;
        margin: 0 auto !important;
    }
    .powerful-hubspot {
        margin-top: 50px;
        text-align: center;
    }
}
.converting-square {
    width: 200px;
    height: 200px;
    padding-top: 75px;
    float: left;
    overflow: hidden;
    border-right: 3px solid #bababa;
}
.converting-square img {
    -webkit-animation: convertShape1 6s infinite;
    animation: convertShape1 6s infinite;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
}
.converting-circle {
    width: 200px;
    height: 200px;
    padding-top: 75px;
    float: right;
    overflow: hidden;
}
.converting-circle img {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
    -webkit-animation: convertShape2 6s infinite;
    animation: convertShape2 6s infinite;
}
@media (max-width: 600px) {
    .capture-your-audience .page-center {
        padding: 0;
    }
    .capture-your-audience .website-content {
        padding: 50px 40px;
    }
    /*.converting-square {
        margin-right: -25px;
        padding-left: 25px;
    }
    .converting-circle {
        margin-right: -25px;
        margin-left: 25px;
    }*/
}
@-webkit-keyframes convertShape1 {
    0% {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
    }
    50% {
        -webkit-transform: translateX(210px);
        transform: translateX(210px);
    }
    100% {
        -webkit-transform: translateX(-40px)
        transform: translateX(-40px);
    }
}
@keyframes convertShape1 {
    0% {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
    }
    50% {
        -webkit-transform: translateX(210px);
        transform: translateX(210px);
    }
    100% {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
    }
}
@-webkit-keyframes convertShape2 {
    0% {
        -webkit-transform: translateX(-250px);
        transform: translateX(-250px);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-250px);
        transform: translateX(-250px);
    }
}
@keyframes convertShape2 {
    0% {
        -webkit-transform: translateX(-250px);
        transform: translateX(-250px);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-250px);
        transform: translateX(-250px);
    }
}

@media (min-width: 768px) {
    .easy-to-navigate .website-content,
    .seo-and-keyword .website-content,
    .powerful-platform .website-content,
    .making-life-easier .website-img,
    .answering-questions .website-img,
    .designed-for-the-user .website-img,
    .capture-your-audience .website-img {
        text-align: right;
        float: right !important;
    }
    .easy-to-navigate .website-img,
    .seo-and-keyword .website-img,
    .powerful-platform .website-img {
        float: left !important;
    }
}
@media (max-width: 767px) {
    .website-content {
        padding: 20px 0;
    }
    .making-life-easier, .easy-to-navigate,
    .answering-questions, .seo-and-keyword,
    .designed-for-the-user, .powerful-platform,
    .target-your-audience {
        padding: 50px 0;
    }
}
.analyze-graphs {
    position: relative;
    height: 300px;
}
.anbo1, .anbo2, .anbo3, .anbo4, .anbo-bar {
    background: #fc614e;
    background: -webkit-linear-gradient(#fc614e , #ff4468); 
    background: -o-linear-gradient(#fc614e, #ff4468);
    background: -moz-linear-gradient(#fc614e, #ff4468);
    background: linear-gradient(#fc614e , #ff4468);
}
.anbo1 {
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 15%;
    height: 125px;
}
.anbo2 {
    position: absolute;
    bottom: 0;
    left: 30%;
    width: 15%;
    height: 180px;
}
.anbo3 {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 15%;
    height: 160px;
}
.anbo4 {
    position: absolute;
    bottom: 0;
    left: 70%;
    width: 15%;
    height: 270px;
}
.anbo-container1 {
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 15%;
    height: 125px;
}
.anbo-container2 {
    position: absolute;
    bottom: 0;
    left: 30%;
    width: 15%;
    height: 180px;
}
.anbo-container3 {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 15%;
    height: 160px;
}
.anbo-container4 {
    position: absolute;
    bottom: 0;
    left: 70%;
    width: 15%;
    height: 270px;
}
.andaln {
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #c5c7c8;
}


/*****************************************/
/*              COMPANY                  */
/*****************************************/

.instagram-images {
    position: relative;
    z-index: 1;
}
.how-do-we.operate {
    margin-bottom: 50px;
}
.how-do-we.operate img {
    margin-top: -200px;
    margin-bottom: 100px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}
.operate-icons {
    margin-bottom: 30px;
}
.bluegrey-bg {
    color: #909294;
    z-index: 2;
}
.bluegrey-bg h3 {
    /*color: #fff;*/
    color: #F4F4EF;
}
.partner-section {
    padding-top: 100px;
}
.partner-text {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fc6140;
}
.platinum-partner {
    margin-bottom: -100px;
}
.platinum-partner img {
    position: relative;
    z-index: 3;
}
.diamond-partner img {
    position: relative;
    z-index: 3;
    margin: 20px 0;
}
.hubspot-partner-text {
    position: relative;
    z-index: 3;
    margin: 10px 0;
    /* padding: 0 70px; */
}
.hubspot-partner-title h2 {
    font-size: 2.2em;
    color: #fc6140;
}

@media (max-width: 415px) {
    .hubspot-partner-title h2 {
        font-size: 2em;
    }
}

.hubspot-partner-title h4 {
    font-size: 1.5em;
}
@media (min-width: 768px) {
    .platinum-partner {
        float: left !important;
        margin-left: 0 !important;
    }
    .partner-text {
        float: right !important;
        padding-left: 40px;
    }
}
@media (max-width: 767px) {
    .home-top-white {
        text-align: center;
    }
    .operate-icons img {
        margin-bottom: 15px;
    }
    .partner-section {
        text-align: center;
    }
}
.team {
    padding: 250px 0 100px;
}
.wcs2017 .team {
    padding: 100px 0;
}
.team2017 img {
   /*border-radius: 50px 0 0 0;*/
}




.team-member-block {
    position: relative;
    overflow: hidden;
}
.team-pic-group {
    position: relative;
}
.pro-pic, .sc-pic {
    position: absolute;
    text-align: center !important;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}
.pro-pic img, .sc-pic img {
    max-height: 485px;
}
.wcs2017 .team-box {
    margin-top: 410px !important;
    height: 90px;
}

@media (max-width: 874px) {
    .wcs2017 .team-box {
        height: 115px;
    }
}
@media (max-width: 767px) {
    .wcs2017 .team-box {
        height: 110px;
    }
}

@media screen and (min-width:1065px) and (max-width:1178px) {
    .pro-pic img, .sc-pic img {
        max-height: 430px;
        max-width: 308px;
    }
    .wcs2017 .team-box {
        margin-top: 375px !important;
    }
}
@media screen and (min-width:940px) and (max-width:1064px) {
    .pro-pic img, .sc-pic img {
        max-height: 400px;
        max-width: 286px;
    }
    .wcs2017 .team-box {
        margin-top: 330px !important;
    }
}
@media screen and (min-width:768px) and (max-width:939px) {
    .pro-pic img, .sc-pic img {
        max-height: 298px;
        max-width: 212px;
    }
    .wcs2017 .team-box {
        margin-top: 215px !important;
    }
}
@media (max-width:767px) {
    .pro-pic, .sc-pic {
        left: 50%;
        margin-left: -174px !important;
    }
    .pro-pic img, .sc-pic img {
        max-height: 485px;
        max-width: 348px;
    }
    .wcs2017 .team-box {
        max-width: 320px !important;
    }
}
.sc-pic {
    z-index: -1;
}
/*.team-member-block:hover .pro-pic {
    transform: translateY(-485px);
}*/



.leadership-team {
    margin-bottom: 50px;
}
.leadership-team h2 {
    font-size: 1.7em;
    line-height: 1.2em;
    color: #a5a7a8;
}
.company-awards {
    text-align: center;
}
.contact-section {
    background: #fff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fff , #e9eaea); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, #e9eaea); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #e9eaea); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff , #e9eaea); /* Standard syntax (must be last) */
    position: relative;
    z-index: 2;
    padding: 100px 0;
      -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
      -moz-box-shadow:    0px 10px 10px rgba(0, 0, 0, 0.1);
      box-shadow:         0px 10px 10px rgba(0, 0, 0, 0.1);
}
.contact-section .content-section {
    padding: 100px 0 0;
}
@media (min-width: 768px) {
    .contact-text {
        padding-right: 100px;
    }
}
.contact-text h2 {
    font-size: 2.2em;
    color: #fc6140;
}

@media (max-width: 415px) {
    .contact-text h2 {
        font-size: 2em;
    }
}

.contact-text h4 {
    font-size: 1.5em;
}
.address {
    margin-top: 50px;
    color: #babbbc;
}
.address p {
    color: #babbbc;
    font-size: 1.1em;
    line-height: 1.2em;
}
.contact-icons {
    margin-top: 20px;
}
.contact-icons p {
    margin-bottom: 5px;
}
.contact-icons img {
    vertical-align: middle;
    margin-right: 5px;
}
.contact-icons a {
    color: #909294;
}
@media (min-width: 768px) {
    .career-post .career-sidebar {
        border-left: 1px solid #cbcccd;
        padding-left: 20px;
    }
}
@media (max-width: 767px) {
    .contact-group {
        /*text-align: center;*/
        margin-bottom: 50px;
    }
    .lander.coming-soon .contact-group {
        text-align: none;
        margin-bottom: 50px;
    }
    .career-post .career-sidebar {
        margin-top: 50px;
    }
}
.wcs2017 .contact-group {
    max-width: 600px;
    text-align: center;
    margin: 0 auto !important;
    float: none !important;
}
.wcs2017 .contact-text {
    padding-right: 0 !important;
}
.team-box {
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background-color: #fff;
    padding: 10px;
    width: 92% !important;
    float: none !important;
    /*margin: -40px auto 0 !important;*/
    margin: 0 auto 20px !important;
    position: relative;
    z-index: 3;
}
.team-box svg {
    height: 25px;
    width: 25px;
}
.team-title {
    border-right: 1px solid #c5c6c6;
    padding: 5px;
}
.team-title h3 {
    color: #fc6140;
    margin-bottom: 0;
    font-size: 1em;
    font-weight: 600;
}
.team-title h4 {
    color: #465560;
    margin-bottom: 0;
    font-size: .8em;
    font-weight: 600;
}

@media (max-width: 1139px) {
    .team-title h3 {
        font-size: 15px;
    }
    .team-title h4 {
        font-size: 12px;
    }
}
@media (max-width: 1046px) {
    .team-title h3 {
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .team-title h3 {
        font-size: 1em;
    }
    .team-title h4 {
        font-size: .8em;
    }
}

.bio-text {
    text-align: left;
    padding: 5px;
    margin: 20px 0;
}
.bio-text p {
    line-height: 1.5em;
}
.team-social {
    text-align: center;
    padding: 5px;
}
.team-social img {
    margin-right: 5px;
    margin-left: 5px;
    vertical-align: middle;
}
.team-social svg {
    margin-right: 5px;
    margin-left: 5px;
    vertical-align: middle;
}

@media (max-width: 874px) {
    .team-social {
        min-width: 100%;
        margin-left: 0px !important;
    }
}

.something-powerful {
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background-color: #fff;
    width: 100% !important;
    float: none !important;
    margin: -40px auto 0 !important;
}
@media (max-width: 874px) {
    .team-box {
        max-width: 380px;
        margin-bottom: 50px !important;
    }
    .team-title {
        text-align: center;
        border-right: none;
        min-width: 100%;
    }
}
.social-icons {
    margin-top: 50px;
}
.social-icons img {
    margin-right: 20px;
}
.social-icons svg {
    height: 30px;
    width: 30px;
    margin-right: 20px;
}


/* =====================
   Testimonial Slider                                             
   ===================== */
.testimonial-slider {
    margin: 40px 0;
}
.testimonial-slider ul li {}
.testimonial-slider ul li img {
    float: right;
    max-width: 15%;
    border-radius: 50% !important;
    position: relative !important;
    display: inline-block !important;
    margin-top: 8px !important;
}
.testimonial-slider .caption {
    background-color: #EEE;
    padding: 20px 30px 10px;
    margin-right: 30px;
    position: relative;
    max-width: 70%;
    display: inline-block;
    float: left;
    min-height: 130px;
    font-size: 1.5em;
    color: #465560;
}
.testimonial-slider .hs_cos_flex-slider p {
    color: #465560;
}
.testimonial-slider .caption:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(238, 238, 238, 0);
	border-left-color: #EEE;
	border-width: 15px;
	margin-top: -15px;
}
@media (max-width: 768px){
    .testimonial-slider ul li img {
        float: none;
        text-align: center;
        max-width: 200px;
        display: block;
        margin-bottom: 30px !important;
    }
    .testimonial-slider .caption {
        /*max-width: 100%;*/
        display: block;
        margin: 0 auto;
        float: none;
    }
    .testimonial-slider .caption:after {
        top: -15px;
        left: 50%;
        margin-left: -15px;
        border-left-color: transparent;
        border-bottom-color: #EEE;
    }
}


/*****************************************/
/*              PRICING                  */
/*****************************************/
.pricing .hero {
    background: #465560;
    /*color: #fff;*/
    color: #F4F4EF;
    z-index: 4;
    height: 100vh;
    width: 100vw;
}

.pricing .hero .hero-overlay {
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .pricing .hero {
        height: auto;
        min-height: 100vh;
    }
    .pricing .hero .hero-overlay {
        height: auto;
        padding: 50px 0;
    }
    .pricing.soon .hero .hero-overlay {
        height: auto;
        padding: 0;
    }
}

.pricing.soon .hero {
    /*background: #465560;*/
    /*color: #fff;*/
    color: #F4F4EF;
    z-index: 4;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

@media (max-width: 767px) {
    .pricing.soon .hero {
        height: auto;
        min-height: 100vh;
    }
}

.pricing.soon .hero .hero-overlay {
    background: rgba(24,152,212,.8); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgba(24,152,212,.8), rgba(16,242,255,.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(24,152,212,.8), rgba(16,242,255,.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(24,152,212,.8), rgba(16,242,255,.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(24,152,212,.8) , rgba(16,242,255,.8)); /* Standard syntax (must be last) */
    /*color: #fff;*/
}

.pricing.soon .hero .hero-overlay2 {


    /*color: #fff;
         background: rgba(24,152,212,.8); 
    background: -webkit-linear-gradient(left, rgba(24,152,212,.8), rgba(138,113,212,.8)); 
    background: -o-linear-gradient(right, rgba(24,152,212,.8), rgba(138,113,212,.8));
    background: -moz-linear-gradient(right, rgba(24,152,212,.8), rgba(138,113,212,.8)); 
    background: linear-gradient(to right, rgba(24,152,212,.8), rgba(138,113,212,.8)); */
    background: rgba(24,152,212,.8); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgba(24,152,212,.8), rgba(16,242,255,.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(24,152,212,.8), rgba(16,242,255,.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(24,152,212,.8), rgba(16,242,255,.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(24,152,212,.8) , rgba(16,242,255,.8)); /* Standard syntax (must be last) */
    /*color: #fff;*/
    color: #F4F4EF;
}



.pricing.soon .hero .hero-overlay {
    height: auto;
    display: block;
}
/*
@media (max-width: 767px) {
    .pricing.soon .hero .hero-overlay {
        height: 100vh;
    }
}
*/

.page-center-hero-quiz {
    height: 95vh;
    padding-top: 150px;
    max-width: 1000px;
    margin: 0 auto !important;
    float: none !important;

}

@media (max-width: 767px) {
  .page-center-hero-quiz {
    padding-top: 50px;
	}
}

@media (max-width: 532px) {
  .page-center-hero-quiz {
    height: 125vh;
	}
}

@media (max-width: 500px) {
  .page-center-hero-quiz p {
    font-size: 20px !important;
  }
}

.pricing.soon .hero .page-center-hero {
    height: 95vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1325px) and (min-width: 768px) {
    .pricing.soon .hero .page-center-hero {
        max-width: 600px !important;
    }
}

@media (max-width: 767px) {
    .pricing.soon .hero {
        height: auto;
        min-height: 0;
    }
    .pricing.soon .hero .page-center-hero {
        height: auto;
        padding: 0 40px;
    }
    .pricing.soon .hero-text {
        padding: 0px 0 100px;
        padding-top: 0px;
    }
}

@media (max-width: 600px) {
    .pricing.soon .hero-text {
        padding: 0px 0 300px;
        padding-top: 0px;
    }
}

.pricing .hero .wcs-button {
    margin: 10px 20px;
}

.pricing .roiLeads, .pricing #max-leads h4 {
    /*color: #fff;*/
    color: #F4F4EF;
    text-align: center;
}
.pricing #roiLeap, .pricing #totalPrice {
    color: #fc6140;
    margin: 20px 0;
}
.rangeslider,
.rangeslider__fill {
  display: block;
  border-radius: 10px; }

.rangeslider {
  position: relative;
  width: 100%;
  height: 5px;
  background: #363c44;
  background-image: -webkit-linear-gradient(0deg, #c5c6c6 99.5%, #202327 .5%);
  background-image: linear-gradient(90deg, #c5c6c6 99.5%, #202327 .5%);
  background-size: /*210px*/ 25%;
  cursor: pointer; }

.rangeslider__fill {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #488dc8;
  background-image: -webkit-linear-gradient(0deg, #fc6140 99.5%, #465560 .5%);
  background-image: linear-gradient(90deg, #fc6140 99.5%, #465560 .5%);
  background-size: /*210px*/ 100%; }

.rangeslider__handle {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -12px;
  border-radius: 16px;
  color: #488dc8;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  background: #fff;
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.rangeslider__handle:active {
  background: #ddd; }
  
  .s-range-slider--pricing + .rangeslider {
  margin-bottom: 44px; }
  @media (max-width: 1100px) {
    .s-range-slider--pricing + .rangeslider {
      width: 798px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 950px) {
    .s-range-slider--pricing + .rangeslider {
      width: auto; } }
.u-hidden {
  display: none !important;
}
.pricing-bar-text {
    margin-top: 50px;
}
.plan-box ul {
    -webkit-padding-start: 0;
}
.plan-box ul li {
    list-style-type: none;
    position: relative;
    -webkit-padding-start: 35px;
    margin: 20px 0;
}
.plan-box ul li:before {
    content: url('//395201.fs1.hubspotusercontent-na1.net/hubfs/395201/2016_WCS/build/Images/pricing-icons/pricing-check.svg');
    height: 30px;
    width: 30px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
}

.plan-box {
    padding: 30px;
    margin-top: 100px !important;
    margin-bottom: -20px !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
/*@media (min-width: 768px) {
    .plan-box ul li {
        width: 31%;
        float: left;
    }
}*/
.foundry-box {
    border: 2px dotted #ebebeb;
    padding: 40px 80px;
    margin: 40px 0;
}
.foundry-price {
    font-size: 72px;
}
@media (min-width: 767px) and (max-width: 1060px) {
    .foundry-price {
        font-size: 52px;
    }
}
@media (min-width: 767px) and (max-width: 900px) {
    .foundry-box {
        padding: 40px;
    }
}
@media (max-width: 600px) {
    .foundry-box {
        margin: 40px 0;
        padding: 40px;
    }
    .foundry-price {
        font-size: 52px;
    }
    .foundry-box .wcs-button {
        width: auto;
    }
}
.pricing .home-top-white {
      -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
      -moz-box-shadow:    0px 10px 10px rgba(0, 0, 0, 0.1);
      box-shadow:         0px 10px 10px rgba(0, 0, 0, 0.1);
}

/*****************************************/
/*             BLOG PAGE                 */
/*****************************************/

.blog-content {
    padding: 100px 0;
}

.post-link {
    
}
.post-item {
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    /*margin-bottom: 30px;*/
    margin-bottom: 1.3%;
    position: relative;
    min-height: 300px;
    -webkit-transition-duration: .3s;
      -moz-transition-duration: .3s;
      transition-duration: .3s;
}
/*.post-item:hover {
    transform: translate(0, -5px);
    box-shadow: 0px 30px 40px rgba(0,0,0,0.1);
}*/
.topic-menu {
    text-align: center;
    margin-top: -50px;
    margin-bottom: 50px;
}
a.topic-tab {
    background-color: #3a3a3a;
    color: #fafbfc;
    display: inline-block;
    padding: 10px;
    width: 100px;
    -webkit-transition-duration: .3s;
      -moz-transition-duration: .3s;
      transition-duration: .3s;
    margin: 0 10px 10px;
}
a.topic-tab:last-child {
}
a.topic-tab:hover {
    transform: translate(0, -5px);
    box-shadow: 0px 30px 40px rgba(0,0,0,0.1);
    color: #222;
}
a.topic-recent {
    background-color: rgba(24, 152, 212, 0.8);
}
a.topic-hubspot {
    background-color: rgba(24, 152, 212, 0.8);
}
a.topic-marketing {
    background-color: rgba(24, 152, 212, 0.8);
}
a.topic-website {
    background-color: rgba(24, 152, 212, 0.8);
}
a.topic-saas {
    background-color: rgba(24, 152, 212, 0.8);
}
a.topic-uxd {
    background-color: rgba(24, 152, 212, 0.8);
}
.post-item .d-post-item {
    background: rgba(24, 152, 212, 0.8);
    min-height: 300px;
}
.post-item .d-post-item.uxd {
    background: rgba(24, 152, 212, 0.8);
}
.post-item .d-post-item.saas {
    background: rgba(24, 152, 212, 0.8);
}
.post-item .d-post-item.website {
    background: rgba(24, 152, 212, 0.8);
}
.post-item .d-post-item.marketing {
    background: rgba(24, 152, 212, 0.8);
}
.post-item .d-post-item.HubSpot {
    background: rgba(24, 152, 212, 0.8);
}


.white-link a:link, .white-link a:hover, .white-link a:active, .white-link a:visited {
    color: #F4F4EF;
}


/*.blog.main .post-item .d-post-item.marketing {
    background: rgba(0,158,145,.8); 
    background: -webkit-linear-gradient(left, rgba(0,158,145,.8), rgba(0,141,255,.8)); 
    background: -o-linear-gradient(right, rgba(0,158,145,.8), rgba(0,141,255,.8));
    background: -moz-linear-gradient(right, rgba(0,158,145,.8), rgba(0,141,255,.8));
    background: linear-gradient(to right, rgba(0,158,145,.8) , rgba(0,141,255,.8)); 
    color: #fff;
}
.blog.main .post-item .d-post-item.website {
    background: rgba(0,128,255,.8); 
    background: -webkit-linear-gradient(left, rgba(0,128,255,.8), rgba(138,113,212,.8));
    background: -o-linear-gradient(right, rgba(0,128,255,.8), rgba(138,113,212,.8)); 
    background: -moz-linear-gradient(right, rgba(0,128,255,.8), rgba(138,113,212,.8)); 
    background: linear-gradient(to right, rgba(0,128,255,.8) , rgba(138,113,212,.8)); 
    color: #fff;
}
.blog.main .post-item .d-post-item.uxd {
    background: rgba(145,113,219,.8); 
    background: -webkit-linear-gradient(left, rgba(145,113,219,.8), rgba(107,0,196,.8)); 
    background: -o-linear-gradient(right, rgba(145,113,219,.8), rgba(107,0,196,.8)); 
    background: -moz-linear-gradient(right, rgba(145,113,219,.8), rgba(107,0,196,.8));
    background: linear-gradient(to right, rgba(145,113,219,.8) , rgba(107,0,196,.8)); 
    color: #fff;
}
.blog.main .post-item .d-post-item.saas {
    background: rgba(255,97,64,.8); 
    background: -webkit-linear-gradient(left, rgba(255,97,64,.8), rgba(255,68,104,.8));
    background: -o-linear-gradient(right, rgba(255,97,64,.8), rgba(255,68,104,.8)); 
    background: -moz-linear-gradient(right, rgba(255,97,64,.8), rgba(255,68,104,.8));
    background: linear-gradient(to right, rgba(255,97,64,.8) , rgba(255,68,104,.8));
    color: #fff;
}*/


.post-item .post-header {
    /*color: #fff;*/
    color: #F4F4EF;
    text-align: center;
    /*padding: 40px 10px;*/
    margin: 1px;
}


.blog.main .post-item .post-header {
    color: #F4F4EF;
    text-align: center;
    padding: 40px 10px;
    margin: 1px;
}


.post-item h2 {
    font-size: 1.4em;
    line-height: 1.2em;
    padding-bottom: 30px;
}
.post-item p {
    /*color: #fff;*/
    color: #F4F4EF;
    font-size: 1.2em;
    line-height: 1.2em;
}
.post-item .post-header span {
    display: none;
}
.post-item .post-info {
    /*color: #fff;*/
    color: #F4F4EF;
    position: absolute;
    width: 100%;
    bottom: 0;
    border-top: 2px solid rgba(255,255,255,.5);
}
.post-item .post-info-date {
    float: left;
    padding: 10px;
}
.post-item .post-info-read-time {
    float: right;
    padding: 10px;
}
.post-item .post-info-read-time p {
    display: none;
}
.blog-pagination {
    clear: both;
    max-width: 600px;
    margin: 0 auto 0;
}
.blog-pagination {
    color: #1898D4;
}
.blog-pagination a {
    color: #1898D4 !important;
}
.blog-pagination a:hover {
    color: rgba(24, 152, 212, 0.7) !important;
}
.previous-posts-link {
    float: left;
    margin-top: 30px;
}
.next-posts-link {
    float: right;
    margin-top: 30px;
}


@media (min-width: 1049px) {
    .blog.main .post-item {
        width: 31%;
        float: left;
        margin-right: 2.3%;
        height: 350px;
    }
    .blog.main .post-item .d-post-item {
        height: 350px;
    }
    .blog.main .post-item:nth-child(3n+3) {
        
    }
}
@media (min-width: 600px) and (max-width: 1048px) {
    .blog.main .post-item {
        width: 47.5%;
        float: left;
        margin-right: 2.5%;
        height: 350px;
    }
    .post-item .d-post-item {
        height: 350px;
    }
    .post-item:even {
        margin-right: 0;
    }
}


.blog-header {
    /*color: #fff;*/
    color: #F4F4EF;
    width: 100% !important;
    /*background: rgba(0,0,0,0.1);*/
    position: absolute;
    padding: 10px 0;
    top: 0;
    z-index: 1000;
      -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.02);
      -moz-box-shadow:    0px 1px 10px rgba(0, 0, 0, 0.02);
      box-shadow:         0px 1px 10px rgba(0, 0, 0, 0.02);
}
@media (min-width: 1001px) {
    .blog-header .page-center-short {
        padding: 0;
    }
}
.blog-content {
      -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
      -moz-box-shadow:    0px 10px 10px rgba(0, 0, 0, 0.1);
      box-shadow:         0px 10px 10px rgba(0, 0, 0, 0.1);
}
.blog.posts .hero-text {
    padding-top: 250px;
}
@media (max-width: 767px) {
    .blog.posts .hero-text {
        padding-top: 150px;
    }
}
.blog .hero-text a {
    /*color: #fff;*/
    color: #F4F4EF;
}
/*.blog iframe {
    height: 100vh;
    width: 100vw;
    position: absolute;
    z-index: 800;
}*/
.blog .the-form {
    margin-top: 0;
    padding: 100px 0;
    background-color: #f6f7f8;
}
.blog object {
    height: 100vh;
    width: 100vw;
    position: absolute;
    z-index: 800;
}
.blog embed {
    height: 100vh;
    width: 100vw;
    position: absolute;
    z-index: 800;
    display: none;
}

@media (max-width: 767px) {
    .blog embed {
    }
}
.author-social-media {
    margin: 10px 0 20px;
}
.author-social-media a {
    font-size: 24px;
    margin: 0 10px;
}
.blog-post-wrapper {
    max-width: 900px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.blog-post-wrapper p {
    font-size: 1.1em;
    line-height: 1.65em;
}
.blog-post-wrapper h2 {
    font-size: 2em;
    line-height: 1.2em;
    font-weight: 400;
}
.blog-post-wrapper h3 {
    font-size: 1.7em;
    line-height: 1.2em;
}
.blog-post-wrapper h4 {
    font-size: 1.7em;
    line-height: 1.2em;
    color: #999;
}
.comments-wrapper {
    max-width: 900px;
    float: none !important;
    margin: 50px auto !important;
}

.blog .form-header {
    background-color: #465560;
    padding: 20px;
    /*color: #fff;*/
    color: #F4F4EF !important;
}

.blog.new.post .form-header h3 {
    color: #F4F4EF !important;
}

.blog.new h3 {
    text-align: left;
}

.blog.new .hs_subscribe {
    text-align: center;
}

.grecaptcha-badge {
    margin: 0 auto !important;
}

.blog .form-header h1, .blog .form-header h5, 
.blog .form-header h2, .blog .form-header h6, 
.blog .form-header h3, .blog .form-header p, 
.blog .form-header h4 {
    /*color: #fff;*/
    color: #F4F4EF;
}
.blog .form-container {
    max-width: 600px;
    float: none !important;
    margin: 50px auto 0 !important;
}
.blog .form-container .hs-form fieldset {
    margin: 0 auto;
}
.blog .form-container .hs-button.primary {
    float: none;
    margin: 10px auto;
    display: block;
}
.blog .the-form-group {
    max-width: 900px;
    float: none !important;
    margin: 0 auto !important;
}
.blog .the-form-group {
    font-size: 1.4em;
    line-height: 1.6em;
}
.blog .blog-form {
    margin-top: 40px;
}


/*.blog .left-image {
    float: left;
}
.blog .right-image {
    float: right;
}

@media only screen and (max-width: 767px) {
    .blog .left-image, .blog .right-image {
        float:none;
    }
    .blog .left-image {
        clear: both;
    }
    .blog .right-image {
        clear: both;
    }
}*/


.blog .cta-bottom-banner {
    background-color: transparent;
    /*padding: 50px 0;*/
    padding: 30px 0;
    color: #F4F4EF;
    position: relative;
    z-index: 3;
}

.blog .cta-bottom-banner p {
    color: #F4F4EF;
}

.blog .banner-text {
        
}

@media (max-width: 767px) {
    .blog .banner-text {
        
    }
}

.blog .page-header {
    background: #4A585E;
}

.blog.new.post .page-header {
    /*background: #4A585E;*/
    background: transparent;
}

.blog.new.post .page-header .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    /*color: #F4F4EF;*/
    color: #4A585E;
    padding: 15px 0;
    padding-left: 20px;
    font-size: 13px;
    line-height: 25px;
    /*font-weight: lighter;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;*/
}

/**************************/
/*      2018 Changes      */
/**************************/

.blog.new .main-page {
    /*background:#F4F4EF;*/
    background: #fff;
    padding:22px 20px 50px;
    padding-top: 22px;
    position: relative;
    z-index: 2;
}
@media all and (max-width: 600px) {
    .blog.new .main-page {
        padding-left: 0;
        padding-right: 0;
    }
}

.blog.new .blog-piece p {
    margin-bottom: 20px;
}

.blog.new .blog-main-page .post-listing a:link {
    color:;
}
.blog.new .blog-main-page .post-listing a:visited {
    color:;
}
.blog.new .hs-featured-image {
    min-width: 100%;
    margin: 0;
    float: none;
    -webkit-transition:all .2s ease-in-out!important;
    transition: all .2s ease-in-out!important;
}
.blog.new .blog-post-item .hs-featured-image-wrapper {
    overflow: hidden;
    height: 400px;
    width: 100%;
}
.blog.new .blog-post-item .hs-featured-image {
    height: 500px;
    width: auto;
    min-width: 100%;
    max-width: 150%;
}
@media all and (max-width: 600px) {
    .blog.new .blog-post-item .hs-featured-image-wrapper {
        height: auto;
    }
    .blog.new .blog-post-item .hs-featured-image {
        height: auto;
        width: 100%;
        max-width: none;
    }
}
.blog.new .post-body.clearfix {
    text-align:left;
}
.blog.new .blog-pagination {
    clear:both;
    margin: 0 auto;
    float:none;
    text-align: center;
}
.blog.new .blog-post-item {
    /*background:#fff;
    box-shadow: 0px 2px 20px -10px #000;
    -webkit-box-shadow: 0px 2px 20px -10px #000;*/
    padding:0;
    margin:0 0 22px;
    overflow: hidden;
    float:left;
    min-width: 100%;
    -webkit-transition:all .2s ease-in-out!important;
    transition: all .2s ease-in-out!important;
}
.blog.new .blog-post-item h2 {
    font-size:24px;
}
.blog.new .post-header h2 {
    font-size:24px;
    line-height: 1.5em;
}
.blog.new .post-header {
    padding: 20px 0;
    font-size: 18px;
    color: #4A585E;
}
.blog.new .post-header p {
    font-size: 18px;
}
.blog.new .featured-blog .post-header-title a {
    color: #4A585E;
}
.blog.new .featured-blog .post-header-title a:hover {
    color: #FF6047;  
}
/*.blog.classic .featured-link:link {
    color: #fff;
}
.blog.classic .featured-link:active {
    color: #fff;
}
.blog.classic .featured-link:visited {
    color: #fff;
}
.blog.classic .featured-link:hover {
    color: #fff;
}*/
.blog.classic .featured-link .post-item a {
    color: #fff;
}
.blog.new .blog-link:link {
    color: #4A585E;
}
.blog.new .blog-link:visited {
    color: #4A585E;
}
.blog.new .blog-link:active {
    color: #4A585E;
}
.blog.new .blog-link:hover {
    color: #FF6047;
}
.blog.new .blog-cta-button {
    margin:0 auto 40px;
    text-align:center;
    float:none;
    display: inline-block;
}
/*.blog.new .blog-post-wrapper .cell-wrapper {
    font-size: 18px;
    line-height: 34px;
}
.blog.new .blog-post-wrapper .cell-wrapper p {
    font-size: 18px;
    line-height: 34px;
}*/
.blog.new .blog-item {
    background:#fff;
    box-shadow: 0px 2px 20px -10px #000;
    -webkit-box-shadow: 0px 2px 20px -10px #000;
    padding:20px; 
}
.blog.new .display-author {
        font-size:20px;
}
.blog.new .author-avatar-small-container {
    max-width:60px;
    max-height:60px;
    overflow:hidden;
    border-radius:30px;
}
.blog.new .author-avatar-small {
    width:60px;
    height:auto;
}
.blog.new .blog-sidebar {
    padding-bottom:50px;
}
.blog.new .blog-sidebar-item ul {
    list-style-type:none;
    -webkit-padding-start:0;
}
.blog.new .blog-sidebar-item li {
    margin: 10px 0;
    /*font-size: 12px;*/
    line-height: 1.5em;
}
.blog.new .blog-sidebar-item li a {
    color: #4A585E;
}
.blog.new .blog-sidebar-item li a:hover {
    color: #FF6047;
}
.blog.new .blog-sidebar-item {
    /*background:#fff;
    box-shadow: 0px 2px 20px -10px #000;
    -webkit-box-shadow: 0px 2px 20px -10px #000;*/
    padding: 0 20px;
    margin: -1px 0 40px 20px;    
}

@media (max-width: 842px) {
    .blog.new .blog-sidebar-item {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
}

@media all and (max-width: 767px) {
    .blog.new .blog-sidebar-item {
        margin-top: 20px;
        margin-left: 0;
    }
}
.blog.new .sidebar-item {
    /*margin: 30px 0;*/
    margin: 0px 0 30px;
}
.blog.new .sidebar-social-sharing {
    text-align: left;
}
.blog.new .sidebar-social-sharing a {
    margin: 0 7px;
}
.blog.new .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    float: right;
    padding-left: 20px;
    width: 76%;
    font-size: 12px;
    line-height: 1.5em;
}

.blog.new .blog-sidebar-item .hs-rss-item.hs-with-featured-image {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-direction: row-reverse;
    padding: 4px 2px 4px;
}

.hs-rss-item {
    margin-bottom: 12px;
}

@media (max-width: 1037px) {
    .blog.new .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
        width: 74%;
    }
}
@media (max-width: 842px) {
    .blog.new .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
        width: 85%;
    }
}
@media (max-width: 500px) {
    .blog.new .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
        width: 78%;
    }
}

@media all and (max-width: 400px) {
    .blog.new .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
        width: 70%;
    }
}
.blog.new .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-item-text a {
    color: #4A585E;
}
.blog.new .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-item-text a:hover {
    color: #FF6047;
}
.blog.new .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-title {
    font-size: 12px;
}

@media (max-width: 842px) {
    .blog.new .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-title {
        font-size: 16px;
    }
}
@media (max-width: 450px) {
    .blog.new .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-title {
        font-size: 13px;
    }
}

@media (max-width: 842px) {
    .blog.new .sidebar-item .blog-sharing {
        margin-bottom: 35px !important;
    }
}

.blog.new .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    overflow: hidden;
    height: 50px;
    width: 20%;
    border: 5px solid transparent;
    box-shadow: 0px 0px 20px -5px #000;
    -webkit-box-shadow: 0px 0px 20px -5px #000;
}
.blog.new .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-featured-image {
    height: 50px;
    width: auto;
    min-width: auto;
    max-width: none;
}
.blog.new .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-featured-image img {
    height: 50px;
    width: auto;
    max-width: none;
}
.blog.new .sidebar-cta {
    margin: 0 auto;
    float: none;
    text-align: center;
}
.blog.new .list-topics {
    margin: 0 20px 20px;
    font-size: 12px;
    line-height: 2em;
}
.blog.new .list-topics a {
    color: #fff;
    margin: 3px 0;
}
.blog.new .list-topics a:hover {
    color: #fff;
}
.blog.new .blog-post-item .list-topics {
    min-height: 50px;
}
.blog.new .blog-piece {
    
}

@media (max-width: 842px) {
    .blog.new .blog-piece {
        width: 100%;
    }
    .blog.new .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
        width: 11%;
    }
}
@media (max-width: 500px) {
    .blog.new .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
        width: 17%;
    }
}

.blog.new div#comment-form {
    max-width: 500px;
    /*margin: 0 auto !important;
    float: none !important;*/
}

.blog.new .featured-image-banner {
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background: rgba(255, 96, 71, 0.8); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgba(24, 152, 212, 0.8), rgba(16, 242, 255, 0.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(24, 152, 212, 0.8), rgba(16, 242, 255, 0.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(24, 152, 212, 0.8), rgba(16, 242, 255, 0.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(24, 152, 212, 0.8), rgba(16, 242, 255, 0.8)); /* Standard syntax (must be last) */
    color: #F4F4EF;
    padding: 10px;
    /*width: 85% !important;*/
    float: none !important;
    margin: 0 auto !important;
    position: relative;
    z-index: 3;
}

@media (max-width: 767px) {
    .blog.new .featured-image-banner {
        margin-bottom: 50px !important;
    }
    .blog.new .featured-image-banner-text {
        text-align: center;
        border-right: none;
    }
}

.blog.new .featured-image-banner-text {
    /*padding: 5px;*/
}
.blog.new .featured-image-banner-text h3 {
    margin-bottom: 0;
    font-size: 1em;
    font-weight: 600;
}
.blog.new .featured-image-banner-text h4 {
    margin-bottom: 0;
    font-size: .8em;
    font-weight: 600;
}
.blog.new .featured-image-banner-text p {
    margin-bottom: 0;
    font-size: 15px;
}

.blog.new .topics a:hover {
    color: rgba(252,97,64,0.8);
}

.blog.new h1 {
    color: #4A585E;
}
.blog.new h2 {
    color: #4A585E;
}
.blog.new h3 {
    color: #4A585E;
}
.blog.new .site-footer h3 {
    color: #F4F4EF;
}
.blog.new h4 {
    color: #4A585E;
}
.blog.new h5 {
    color: #4A585E;
}
.blog.new h6 {
    color: #4A585E;
}

.blog.new p {
    color: #4A585E;
}
.blog.new .blog-gradient-bg h1 {
    color: #F4F4EF;
}
.blog.new .blog-gradient-bg h2 {
    color: #F4F4EF;
}
.blog.new .blog-gradient-bg h3 {
    color: #F4F4EF;
    margin-bottom: 0px;
    font-size: 15px;
}
.blog.new .blog-gradient-bg h4 {
    color: #F4F4EF;
}
.blog.new .blog-gradient-bg h5 {
    color: #F4F4EF;
}
.blog.new .blog-gradient-bg h6 {
    color: #F4F4EF;
}

@media (max-width: 640px) {
    .blog.new .section.post-body iframe {
        height: 300px !important;
    }
}

@media (max-width: 440px) {
    .blog.new .section.post-body iframe {
        height: 250px !important;
    }
}


/**************************/
/*          End           */
/**************************/


/**************************/
/*         HELP           */
/**************************/

.faq-area {
    padding: 100px 0;
}

.faq-area h4 {
    color: #039CF4;
}

.box-section {
    padding: 50px 0 25px;
}

.custom .box-section {
    padding: 100px 0;
}

.faq-box {
    background: #fff;
    /*background: rgba(255,255,255,.2);*/
    border-radius: 3.6px;
    box-shadow: 0 2px 6px 0 rgba(81,81,81,0.24);
    max-width: 450px;
    max-height: 450px;
    -webkit-appearance: none;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    padding: 35px 43px;
}

.docs .faq-box {
    margin-bottom: 30px;
}

.docs .faq-box img {
    height: auto !important;
}

.faq-box:hover {
    transform: translate(0, -5px);
    -webkit-box-shadow: 0px 30px 40px rgba(0,0,0,0.1);
    box-shadow: 0px 30px 40px rgba(0,0,0,0.1);
    background: rgba(255,255,255,.2);
}
@media (max-width: 767px) {
    .faq-box {
        margin: 20px auto !important;
    }
}

.faq-box-text h2 {
    color: #465560 !important;
    font-size: 18px;
    line-height: 22px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

.faq-box-text a {
    color: #8D9AA2;
}
.faq-box a {
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    margin: 10px 0;
    padding: 35px 25px;
    border-radius: 2px;
    min-width: 310px;
    text-align: center;
    /*color: #fff;*/
    color: #F4F4EF;
    background: transparent;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}
@media (max-width: 1200px) {
    .faq-box a {
        min-width: 85%;
    }
}
@media (max-width: 1050px) {
    .faq-box a {
        min-width: 83%;
    }
}
@media (max-width: 970px) {
    .faq-box a {
        min-width: 81%;
    }
}
@media (max-width: 880px) {
    .faq-box a {
        min-width: 78%;
    }
}
@media (max-width: 850px) {
    .faq-box a {
        min-width: 85%;
    }
    .faq-box {
        width: 450px !important;
        margin: 0 auto 20px !important;
        float: none !important;
    }
}
@media (max-width: 767px) {
    .doc-group {
        margin-top: -55px !important;
    }
}
@media (max-width: 600px) {
    .faq-box {
        background: rgba(255,255,255,.4);
    }
}
@media (max-width: 540px) {
    .faq-box a {
        min-width: 85%;
    }
    .faq-box {
        width: 100% !important;
        height: auto !important;
        margin: 0 auto 20px !important;
        float: none !important;
    }
}
@media (max-width: 470px) {
    .faq-box a {
        min-width: 82%;
    }
}
@media (max-width: 410px) {
    .faq-box a {
        min-width: 78%;
    }
}
@media (max-width: 360px) {
    .faq-box a {
        min-width: 76%;
    }
    .faq-box {
        padding: 35px 30px;
    }
}

.faq-box a:hover {
    background: rgba(255,255,255,.3);
}

.main-page .page-center {
    max-width: 1166px;
}

.docs .hero-text {
    padding: 110px 0 80px;
    margin: 0 auto !important;
    float: none !important;
}

@media (max-width: 767px) {
    .docs .hero-text {
        padding: 120px 20px;
    }
}

.main-page {
    padding: 100px 0;
    background: #fafafa;
    z-index: 1;
    position: relative;
}

.docs .main-page {
    padding: 0 !important;
    background: #fafafa;
    z-index: 2;
    position: relative;
}

.docs .docs-content {
    padding: 100px 0 200px !important;
}

/*.card-section {
    padding: 0 0 100px;
}*/

.transparent-section-heading {
    padding: 0 0 30px;
}

.transparent-section-bg {
    background-color: transparent;
    overflow-x: hidden;
    position: relative;
    z-index: 1;
}
/*.transparent-section-bg, .transparent-section-bg p {
    color: #fff;
}*/
.transparent-section-bg h1, .transparent-section-bg h2, .transparent-section-bgg h3,
.transparent-section-bg h4, .transparent-section-bg h5, .transparent-section-bg h6 {
    /*color: rgba(0,0,0,0.87);*/
    /*color: #fff;*/
    color: #F4F4EF;
}

.white-section-bg .page-center {
    max-width: 1200px;
}


/******************************/
/*        DOCS                */
/******************************/

.docs .hero {
    /*background: linear-gradient(14.22deg, #4A5C68 0%, #394852 100%);*/
    /*color: #fff;*/
    color: #F4F4EF;
    z-index: 100;
}

.docs.custom.support-nav .hero {
    color: #4A585E;
    z-index: 100;
}

.docs .hero-overlay {
    /*background: transparent;*/
    /*background: rgba(18,116,148,.8);*/
    /*background: -webkit-linear-gradient(left, rgba(18,116,148,.8), rgba(0,170,157,.8));
    background: -o-linear-gradient(right, rgba(18,116,148,.8), rgba(0,170,157,.8));
    background: -moz-linear-gradient(right, rgba(18,116,148,.8), rgba(0,170,157,.8));
    background: linear-gradient(to right, rgba(18,116,148,.8) , rgba(0,170,157,.8));*/
    background: #465560;
}

.docs.custom.support-nav .hero-overlay p {
    color: #4A585E;
}

.docs .blog-piece {
    margin-left: 5%;
    width: 70%;
}

@media (max-width: 767px) {
    .docs .blog-piece {
        margin-left: 0;
        width: 100%;
        margin-top: 50px;
    }
}

.docs h1, .docs h2, .docs h3, .docs h4,
.docs h5, .docs h6, .docs p, .docs ul {
    -webkit-margin-before: 5px;
}
.docs .blog-section h1 {
    color: #465560;
    font-size: 36px;
    font-weight: 400;
}

.docs .blog-section h3 {
    font-size: 1.1em;
    line-height: 1.5em;
    color: #999;
}

.docs .blog-section h5 {
    font-size: 1.1em;
    line-height: 1.5em;
    color: #999;
}

.docs .post-listing ul {
    margin-left: 10px;
    list-style: none;
}

/*.docs .post-listing-simple a:link, a:hover, a:active, a:visited {
    text-decoration: none;
    color: #fc6140;
}*/

.docs .sidebar {
    margin-top: 10px;
    padding: 15px;
    background: #FCFCFC;
    border: 2px solid #eee;
    border-radius: 20px;
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.1),0 2px 2px rgba(0,0,0,0.05);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.1),0 2px 2px rgba(0,0,0,0.05);
    box-shadow: 0 0 10px rgba(0,0,0,0.1),0 2px 2px rgba(0,0,0,0.05);
}

@media (max-width: 767px) {
    .docs .sidebar {
        max-width: 260px !important;
        margin: 0 auto !important;
        float: none !important;
    }
}
.docs .sidebar .hs-menu-wrapper {
    font-size:14px;
}
.docs .sidebar .hs-menu-wrapper ul {
    list-style:none;
    margin:0;
    padding:0;
}
.docs .sidebar .hs-menu-wrapper ul li:not(.active-branch)>ul {
    display:none; 
} /* shows only active branch */
.docs .sidebar .hs-menu-wrapper li.hs-menu-depth-1 {
    margin-bottom:5px;
}
.docs .sidebar .hs-menu-wrapper>ul>li a {
    padding-left:6px;
}
.docs .sidebar .hs-menu-wrapper.hs-menu-flow-vertical>ul>li>a {
    /*font-weight:400;*/
    font-weight: 600;
    display:block;
    font-size:1rem;
    color: #465560;
    padding-left:0;
    margin-bottom:5px;
}
@media (max-width: 1001px) {
    .docs .sidebar .hs-menu-wrapper.hs-menu-flow-vertical>ul>li>a {
        font-size: 15px;
    }
}
@media (max-width: 820px) {
    .docs .sidebar .hs-menu-wrapper.hs-menu-flow-vertical>ul>li>a {
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .docs .sidebar .hs-menu-wrapper.hs-menu-flow-vertical>ul>li>a {
        font-size: 1rem;
    }
}
@media (max-width: 314px) {
    .docs .sidebar .hs-menu-wrapper.hs-menu-flow-vertical>ul>li>a {
        font-size: 15px;
    }
}
.docs .sidebar .hs-menu-wrapper>ul>li>ul {
    margin-left: -6px;
}
.docs .sidebar .hs-menu-wrapper>ul>li>ul li a {
    display:block;
    border-radius:4px;
    overflow: visible;
}

@media (max-width: 800px) {
    .docs .sidebar .hs-menu-wrapper>ul>li>ul li a {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .docs .sidebar .hs-menu-wrapper>ul>li>ul li a {
        font-size: 15px;
    }
}

.docs .sidebar .hs-menu-wrapper>ul>li>ul li a:hover {
    /*color:#2c84d1;
    background:#e9f2fa;*/
    border-bottom: 1px solid #f6f8fa;
}
.docs .sidebar .hs-menu-wrapper a {
    font-size:15px;
    color:#889a9d;
}
.docs .sidebar .hs-menu-wrapper.hs-menu-flow-vertical > ul li.active > a {
    color:#fff;
    background: #fc6140;
    padding-left: 10px;
    margin-left: -4px;
}

.docs .sidebar .hs-menu-wrapper.hs-menu-flow-vertical > ul ul ul li.active > a {
    padding-left: 18px !important;
    margin-left: -4px !important;
}

.docs .sidebar .hs-menu-wrapper.hs-menu-flow-vertical > ul ul ul li a {
    padding-left: 12px !important;
}

@media (max-width: 920px) {
    .docs .sidebar .hs-menu-wrapper.hs-menu-flow-vertical > ul li.active > a {
        padding: 6px;
    }
}

@media (max-width: 840px) {
    .docs .sidebar .hs-menu-wrapper.hs-menu-flow-vertical > ul li.active > a {
        padding: 6px 10px;
    }
}

@media (max-width: 767px) {
    .docs .sidebar .hs-menu-wrapper.hs-menu-flow-vertical > ul li.active > a {
        padding: 6px;
    }
}

.docs .sidebar .hs-menu-wrapper.hs-menu-flow-vertical > ul li.active > a:hover {
    background: rgba(252, 97, 64, 0.7);
}

.docs .sidebar .sidebar-menu-header {
    margin-left: -5px;
}
.docs .sidebar .sidebar-menu-header-2 {
    margin-top: 15px;
}
.docs .hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration:none;
    /*margin-top: -7px;*/
    margin-bottom: 0;
}
.docs .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    position:relative;
    left:0;
    padding-top: 5px;
}
.docs .hs-menu-wrapper.hs-menu-flow-vertical>ul {
    -webkit-padding-start: 0;
}
.docs .hs-menu-wrapper.hs-menu-flow-vertical li a {
    width: auto;
    white-space:normal;
}
@media (max-width: 945px) {
    .docs .hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
        width: 150px!important;
    }
}
@media (max-width: 800px) {
    .docs .hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
        width: 130px!important;
    }
}
@media (max-width: 800px) {
    .docs .hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
        width: 110px!important;
    }
}
@media (max-width: 767px) {
    .docs .sidebar {
        max-width: 90%;
        float: none!important;
        margin: 0 auto!important;
    }
    .docs .hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
        width: 100%!important;
    }
    .docs .hs-menu-wrapper.hs-menu-flow-vertical li a {
        width: 100%!important;
    }
}

.page-header {
    font-size: 16px;
    line-height: 21px;
}

@media all and (min-width: 1024px) and (max-width: 1160px) {
    .page-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        padding: 10px 14px;
    }
}

@media (max-width: 1023px) {
    .page-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        margin-right: 10px;
    }
}

/******************************/
/*        CASE STUDY          */
/******************************/


.case-study {
    
}
.case-study .hero-overlay {
    
}
.case-study .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    color: #465560;
}
.case-study .hero-text {
    padding: 100px 0;
}
.feats-section {
    padding: 50px 0;
}
.feats-section .page-center {
    max-width: 900px;
}
.center-column {
    text-align: center !important;
}
.blco-hovimg {
    
}
@media (min-width: 768px) {
    .blco-hovimg .row-fluid {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
    }
}
.case-study-hovimages {
    min-height: 400px !important;
    position: relative;
}
@media (max-width: 767px) {
    .case-study-hovimages {
        margin: 50px auto 0 !important;
        float: none !important;
        max-width: 600px;
    }
}
.case-study-hovimages img {
    -webkit-animation: hover 3s ease-in-out infinite;
    animation: hover 3s ease-in-out infinite;
    position: absolute;
    border: 5px solid #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.case-study-hovimages img:nth-child(odd) {
    -webkit-animation: drophover 4s ease-in-out infinite;
    animation: drophover 4s ease-in-out infinite;
}
.case-study-hovimages img:first-child {
    left: 0;
    top: 0;
    height: 250px;
    width: 250px !important;
    animation-delay: -1s;
}
.case-study-hovimages img:nth-child(2) {
    left: 25px;
    top: 225px;
    height: 250px;
    width: 250px !important;
    animation-delay: -1.5s;
}
.case-study-hovimages img:nth-child(3) {
    right: 0;
    top: 50px;
    height: 250px;
    width: 250px !important;
}
.case-study-hovimages img:nth-child(4) {
    right: 150px;
    top: 25px;
    width: 200px !important;
    height: auto;
}
@media (min-width: 768px) and (max-width: 1060px) {
    .case-study-hovimages img:first-child {
        height: 150px;
        width: 150px !important;
    }
    .case-study-hovimages img:nth-child(2) {
        height: 150px;
        width: 150px !important;
        top: 125px;
    }
    .case-study-hovimages img:nth-child(3) {
        height: 150px;
        width: 150px !important;
    }
    .case-study-hovimages img:nth-child(4) {
        width: 150px !important;
    }
}
@media (min-width: 768px) and (max-width: 900px) {
    .case-study-hovimages img:nth-child(4) {
        right: 25px;
    }
    .case-study-hovimages img:nth-child(2) {
        z-index: 2;
    }
}
@media (max-width: 660px) {
    .case-study-hovimages {
        max-width: 400px;
        margin: 0 auto !important;
        float: none !important;
        text-align: center;
    }
    .case-study-hovimages img {
        position: relative;
        top: 0 !important;
        left: auto !important;
        right: auto !important;
        margin: 0 auto !important;
    }
    .case-study-hovimages img:nth-child(3) {
        margin-top: -20px !important;
        width: 350px !important;
        height: 350px !important;
    }
    .case-study-hovimages img:nth-child(4) {
        
    }
}
@-webkit-keyframes hover{
    0%{-webkit-transform:none;-ms-transform:none;transform:none}
    50%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}
    100%{-webkit-transform:none;-ms-transform:none;transform:none}
}
@keyframes hover{
    0%{-webkit-transform:none;-ms-transform:none;transform:none}
    50%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}
    100%{-webkit-transform:none;-ms-transform:none;transform:none}
}
@-webkit-keyframes drophover{
    0%{-webkit-transform:none;-ms-transform:none;transform:none}
    50%{-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}
    100%{-webkit-transform:none;-ms-transform:none;transform:none}
}
@keyframes drophover{
    0%{-webkit-transform:none;-ms-transform:none;transform:none}
    50%{-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}
    100%{-webkit-transform:none;-ms-transform:none;transform:none}
}
.pull-it-middle span {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
@media (min-width: 768px) {
    .case-study-bg .page-center .row-fluid,
    .case-study .page-center-hero .row-fluid {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
    }
}
@media (max-width: 767px) {
    .pull-it-middle {
        margin-bottom: 30px;
    }
}

/*************************************/
/*           CULTURE ELEMENTS        */
/*************************************/

@media (min-width: 768px) {
    .our-culture-group .row-fluid {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
    }
}
.culture .hero-text {
    padding: 75px 0;
}
.white-bg.culture-footer {
    padding: 0 !important;
}
.core-value svg {
    max-height: 100px;
    max-width: 100px;
}
.driven {
    /*background: rgba(24,152,212,.8);
    background: -webkit-linear-gradient(left, rgba(24,152,212,.8), rgba(12,184,145,.8));
    background: -o-linear-gradient(right, rgba(24,152,212,.8), rgba(12,184,145,.8));
    background: -moz-linear-gradient(right, rgba(24,152,212,.8), rgba(12,184,145,.8));
    background: linear-gradient(to right rgba(24,152,212,.8), rgba(12,184,145,.8));
    color: #fff;*/
    background: rgba(255,96,71,.8); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgba(255,96,71,.8), rgba(255,58,163,.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(255,96,71,.8), rgba(255,58,163,.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(255,96,71,.8), rgba(255,58,163,.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right rgba(255,96,71,.8), rgba(255,58,163,.8)); /* Standard syntax (must be last) */
    color: #F4F4EF;
}
.dependable {
    /*background: rgba(24,152,212,.8);
    background: -webkit-linear-gradient(left, rgba(24,152,212,.8), rgba(138,113,212,.8));
    background: -o-linear-gradient(right, rgba(24,152,212,.8), rgba(138,113,212,.8));
    background: -moz-linear-gradient(right, rgba(24,152,212,.8), rgba(138,113,212,.8));
    background: linear-gradient(to right rgba(24,152,212,.8), rgba(138,113,212,.8));
    color: #fff;*/
    background: rgba(255,96,71,.8); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgba(255,96,71,.8), rgba(255,58,163,.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(255,96,71,.8), rgba(255,58,163,.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(255,96,71,.8), rgba(255,58,163,.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right rgba(255,96,71,.8), rgba(255,58,163,.8)); /* Standard syntax (must be last) */
    color: #F4F4EF;
}
.goal-oriented {
    /*background: rgba(24,152,212,.8);
    background: -webkit-linear-gradient(left, rgba(24,152,212,.8), rgba(16,242,255,.8));
    background: -o-linear-gradient(right, rgba(24,152,212,.8), rgba(16,242,255,.8));
    background: -moz-linear-gradient(right, rgba(24,152,212,.8), rgba(16,242,255,.8));
    background: linear-gradient(to right rgba(24,152,212,.8), rgba(16,242,255,.8));
    color: #fff;*/
    background: rgba(255,96,71,.8); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgba(255,96,71,.8), rgba(255,58,163,.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(255,96,71,.8), rgba(255,58,163,.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(255,96,71,.8), rgba(255,58,163,.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right rgba(255,96,71,.8), rgba(255,58,163,.8)); /* Standard syntax (must be last) */
    color: #F4F4EF;
}
.collaborative {
    background: rgba(255,96,71,.8); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgba(255,96,71,.8), rgba(255,58,163,.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(255,96,71,.8), rgba(255,58,163,.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(255,96,71,.8), rgba(255,58,163,.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right rgba(255,96,71,.8), rgba(255,58,163,.8)); /* Standard syntax (must be last) */
    /*color: #fff;*/
    color: #F4F4EF;
}
.innovative {
    /*background: rgba(255,96,71,.8);
    background: -webkit-linear-gradient(left, rgba(255,96,71,.8), rgba(255,194,58,.8));
    background: -o-linear-gradient(right, rgba(255,96,71,.8), rgba(255,194,58,.8));
    background: -moz-linear-gradient(right, rgba(255,96,71,.8), rgba(255,194,58,.8));
    background: linear-gradient(to right rgba(255,96,71,.8), rgba(255,194,58,.8));
    color: #fff;*/
    background: rgba(255,96,71,.8); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgba(255,96,71,.8), rgba(255,58,163,.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(255,96,71,.8), rgba(255,58,163,.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(255,96,71,.8), rgba(255,58,163,.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right rgba(255,96,71,.8), rgba(255,58,163,.8)); /* Standard syntax (must be last) */
    color: #F4F4EF;
}
.core-value-intro {
    max-width: 800px;
    margin: 0 auto 10px !important;
    float: none !important;
}
.core-value h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
}
.core-value img {
    width: 100px !important;
    height: 100px !important;
}
.core-value {
    background-color: #fff;
    box-sizing: border-box;
    padding: 100px 0;
    position: relative;
    z-index: 1;
    max-width: 350px;
    max-height: 350px;
}
.core-values-subgroup {
    padding: 30px 0;
    /*margin-top: 100px !important;
    margin-bottom: -20px !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);*/
}
.core-value-description {
    background-color: #fff;
    box-sizing: border-box;
    /*padding: 50px;*/
    position: relative;
    z-index: 1; 
}
.core-value-description h3 {
    color: #888;
}

@media (min-width: 768px) {
    .core-values-subgroup .row-fluid {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
    }
}

@media (max-width: 767px) {
    .core-value {
        margin: 0 auto !important;
        float: none !important;
    }
    .core-value-description {
        padding-top: 20px;
        text-align: center !important;
    }
    .core-value-description h2 {
        text-align: center !important;
    }
}

.coming-soon {
    
}
.coming-soon .hero-text {
    padding: 100px 0;
}
.coming-soon .contact-text {
    padding-right: 0;
}

.padding-t50 { padding-top: 50px; }
.padding-t100 { padding-top: 100px; }
.padding-t130 { padding-top: 130px; }
.padding-t150 { padding-top: 150px; }
.padding-t170 { padding-top: 170px; }


.padding-tb10 { padding: 10px 0; }
.padding-tb20 { padding: 20px 0; }
.padding-tb30 { padding: 30px 0; }
.padding-tb40 { padding: 40px 0; }
.padding-tb50 { padding: 50px 0; }
.padding-tb60 { padding: 60px 0; }
.padding-tb70 { padding: 70px 0; }
.padding-tb80 { padding: 80px 0; }
.padding-tb90 { padding: 90px 0; }
.padding-tb100 { padding: 100px 0; }

/*************************************/
/*              CAREER              */
/*************************************/

.heading {
    max-width: 800px;
    margin: 0 auto !important;
    float: none !important;
}
.careers-content {
    
}

.careers-text {
    padding: 100px 150px;
}
@media (max-width: 1543px) {
    .careers-text {
        padding: 100px 125px;
    }
}
@media (max-width: 1464px) {
    .careers-text {
        padding: 100px 90px;
    }
}
@media (max-width: 1424px) {
    .careers-text {
        padding: 75px 90px;
    }
}
@media (max-width: 1314px) {
    .careers-text {
        padding: 50px 90px;
    }
}
@media (max-width: 1164px) {
    .careers-text h3 {
        font-size: 1.2em;
    }
    .bluegrey-bg.careers-content p {
        font-size: .9em !important;
    }
}
@media (max-width: 996px) {
    .careers-text {
        padding: 40px !important;
    }
}
@media (max-width: 951px) {
    .bluegrey-bg.careers-content p {
        font-size: .8em !important;
    }
}
@media (max-width: 912px) {
    .careers-text {
        padding: 30px !important;
    }
}
@media (max-width: 836px) {
    .careers-text {
        padding: 25px !important;
    }
}
@media (max-width: 816px) {
    .careers-text h3 {
        font-size: .9em;
    }
    .bluegrey-bg.careers-content p {
        font-size: .7em !important;
    }
}
@media (max-width: 767px) {
    .careers-text {
        padding: 100px 150px;
    }
    .careers-text h3 {
        font-size: 1.5em;
    }
    .bluegrey-bg.careers-content p {
        font-size: 1.1em !important;
    }
    .careers-content {
        padding-top: 20px !important;
    }
}

@media (min-width: 768px) {
    .careers-content .page-center .row-fluid {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .careers-content.reverse-order .page-center .row-fluid {
        flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
    }
    .positions-group .row-fluid {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .positions-group.reverse-order .row-fluid {
        flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
    }
    .position-image.right {
        text-align: right;
    }
    .careers-content .row-fluid .span6 {
        width: 50%;
        margin-left: 0 !important;
    }
}
/*.careers-content .left {
    margin-left: 0 !important;
}*/
.bluegrey-bg.careers-content p {
    /*color: #fff;*/
    color: #F4F4EF;
}
.traits-section {
    padding: 100px 0;
}
.traits-section h3 {
    font-size: 1.2em;
}
.heading {
    padding-bottom: 50px;
}
.follow-up {
    padding-top: 50px;
}
.careers-content {
    padding-top: 100px;
}
/*#careers-row-2 {
    padding-bottom: 100px;
}*/
@media (min-width: 768px) {
    .careers-content {
        padding-top: 0;
    }
    #careers-row-2 {
        padding-top: 0;
        padding-bottom: 0;
    }
}
.positions-separator {
    padding-top: 100px;
}
.open-positions-section {
    padding-bottom: 100px;
}
.open-positions h2 {
    padding: 15px 0;
}
.lightgrey-bg.careers-content .widget-type-rich_text.left {
    float: left;
}
.lightgrey-bg.careers-content .widget-type-rich_text.right {
    float: right;
}
@media all and (max-width: 1024px) {
    .traits-section .wcs-traits {
        width: 100%;
        padding: 25px 0;
        margin: 0;
    }
    .lightgrey-bg.careers-content .widget-type-rich_text.left,
    .lightgrey-bg.careers-content .widget-type-rich_text.right {
        width: 100%;
    }
}

/*************************************/

@media (max-width: 1030px) {
    .pink-box h3 {
        font-size: 1em;
    }
}
@media (max-width: 860px) {
    .pink-box h3 {
        font-size: .8em;
    }
}
@media (max-width: 767px) {
    .pink-box {
        padding: 30px 0 !important;
    }
}

/*************************************/

/*************************************/
/*           MISC. ELEMENTS          */
/*************************************/

.hs-button.primary {
    padding:15px;
    font-size: .75em;
    background: #fc6140;
    color:#fff;
    border:none;
    margin-top:10px;
    width: 50%;
    box-shadow: 0px 3px 20px rgba(0,0,0,0.1);
    -webkit-appearance: none;
    -webkit-transition-duration: .3s; /* Safari */
    transition-duration: .3s;
}
.hs-button:focus {
    outline: none;
}
.hs-button:hover {
    transform: translate(0, -5px);
    box-shadow: 0px 30px 40px rgba(0,0,0,0.1);
}
@media (max-width: 767px) {
    .company .hs-button.primary {
        display: block;
        margin: 10px auto 0;
        float: none;
    }
}
body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
}
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    display: block;
    font-size: 20px;
    line-height: 30px;
    padding: 12px 10px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #c0c0c0;
    margin:4px 0 16px;
    letter-spacing: 0.5px;
    line-height: 18px;
    border-radius: 0 !important;
}
body select {
    height: 2.75em;
    color: #c0c0c0;
}
body textarea {
    height: 4em;
}
.hs-form {
    margin-top: 0px;
}
.hs-form-radio {
    list-style-type:none;
}
.hs-form-booleancheckbox {
    list-style-type:none;
}
.hs-form fieldset.form-columns-1 .hs-input {
    width: 100%!important;
    font-size: 17px;
}
.custom .hs-form fieldset.form-columns-1 .hs-input {
    height: 70%!important;
    width: 100%!important;
    font-size: 17px;
}
.hs-form fieldset.form-columns-1 input[type=checkbox], .hs-form fieldset.form-columns-1 input[type=radio] {
    width:auto!important;
}
.hs-form-field .hs_email {
    display:inline-block;
}
.hs-form-required {
    display: none;
}
ul.hs-error-msgs {
    -webkit-padding-start: 0;
}
ul.hs-error-msgs li {
    list-style-type: none;
    color: #a0a2a4;
}
ul.hs-error-msgs li label {
    font-size: .75em;
}
body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
    outline: none;
}
body label {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 20px;
}
input::-webkit-input-placeholder {
color: #c0c0c0 !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #c0c0c0 !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #c0c0c0 !important;  
}
 
input:-ms-input-placeholder {  
color: #c0c0c0 !important;  
}

.backup-unsubscribe .hs-input.email-edit {
    margin: 0 auto !important;
}
.backup-unsubscribe .hs-button.primary {
    text-align: center;
    margin: 10px auto;
    float: none;
    background-color: rgb(0,128,255);
}

/*****************************************/
/*           ANIMATION ELEMENTS          */
/*****************************************/

.animation-element {
  opacity: 0;
  position: relative;
}
.user-diagram.animation-element {
    opacity: 1;
}
.opti-results.animation-element {
    opacity: 1;
    position: absolute;
}
.animation-element .user-tech {
    opacity: 0;
    -moz-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    -moz-transform: translate3d(-50px, -50px, 0px);
    -webkit-transform: translate3d(-50px, -50px, 0px);
    -o-transform: translate(-50px, -50px);
    -ms-transform: translate(-50px, -50px);
    transform: translate3d(-50px, -50px, 0px);
}
.animation-element .user-needs {
    opacity: 0;
    -moz-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    -moz-transform: translate3d(50px, -50px, 0px);
    -webkit-transform: translate3d(50px, -50px, 0px);
    -o-transform: translate(50px, -50px);
    -ms-transform: translate(50px, -50px);
    transform: translate3d(50px, -50px, 0px);
}
.animation-element .user-goals {
    opacity: 0;
    -moz-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    -moz-transform: translate3d(0px, 50px, 0px);
    -webkit-transform: translate3d(0px, 50px, 0px);
    -o-transform: translate(0px, 50px);
    -ms-transform: translate(0px, 50px);
    transform: translate3d(0px, 50px, 0px);
}
.animation-element.in-view .user-tech,
.animation-element.in-view .user-needs,
.animation-element.in-view .user-goals {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.in-view .user-tech {
    -webkit-animation: hoverUL 4.5s infinite;
    animation: hoverUL 4.5s infinite;
}
.animation-element.in-view .user-needs {
    -webkit-animation: hoverUR 4.5s infinite;
    animation: hoverUR 4.5s infinite;
}
.animation-element.in-view .user-goals {
    -webkit-animation: hoverD 4.5s infinite;
    animation: hoverD 4.5s infinite;
}
.animation-element.in-view .user-ux {
    -webkit-animation: fadeOut 4.5s infinite;
    animation: fadeOut 4.5s infinite;
}
@-webkit-keyframes fadeOut{
    0%{opacity: 1;}
    35%{opacity: 0;}
    55%{opacity: 0;}
    100%{opacity: 1;}
}
@keyframes fadeOut{
    0%{opacity: 1;}
    35%{opacity: 0;}
    55%{opacity: 0;}
    100%{opacity: 1;}
}
@-webkit-keyframes hoverUL{
    0%{-webkit-transform:none;-ms-transform:none;transform:none}
    50%{-webkit-transform:translate3d(-20px, -20px, 0);-ms-transform:translate3d(-20px, -20px, 0);transform:translate3d(-20px, -20px, 0)}
    100%{-webkit-transform:none;-ms-transform:none;transform:none}
}
@keyframes hoverUL{
    0%{-webkit-transform:none;-ms-transform:none;transform:none}
    50%{-webkit-transform:translate3d(-20px, -20px, 0);-ms-transform:translate3d(-20px, -20px, 0);transform:translate3d(-20px, -20px, 0)}
    100%{-webkit-transform:none;-ms-transform:none;transform:none}
}
@-webkit-keyframes hoverUR{
    0%{-webkit-transform:none;-ms-transform:none;transform:none}
    50%{-webkit-transform:translateY(20px, -20px, 0);-ms-transform:translateY(20px, -20px, 0);transform:translateY(20px, -20px, 0)}
    100%{-webkit-transform:none;-ms-transform:none;transform:none}
}
@keyframes hoverUR{
    0%{-webkit-transform:none;-ms-transform:none;transform:none}
    50%{-webkit-transform:translate3d(20px, -20px, 0);-ms-transform:translate3d(20px, -20px, 0);transform:translate3d(20px, -20px, 0)}
    100%{-webkit-transform:none;-ms-transform:none;transform:none}
}
@-webkit-keyframes hoverD{
    0%{-webkit-transform:none;-ms-transform:none;transform:none}
    50%{-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}
    100%{-webkit-transform:none;-ms-transform:none;transform:none}
}
@keyframes hoverD{
    0%{-webkit-transform:none;-ms-transform:none;transform:none}
    50%{-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}
    100%{-webkit-transform:none;-ms-transform:none;transform:none}
}
.anbo-container1.animation-element,
.anbo-container2.animation-element,
.anbo-container3.animation-element,
.anbo-container4.animation-element {
    opacity: 1;
    position: absolute;
}
.questions-chat.in-view {
    opacity: 1;
}
.questions-chat.in-view .chat-1,
.questions-chat.in-view .chat-2,
.questions-chat.in-view .chat-3,
.questions-chat.in-view .chat-4 {
    position: relative;
    margin-bottom: 20px;
    opacity: 0;
}
.questions-chat.in-view .chat-thumb {
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -125px;
    opacity: 0;
    z-index:5;
}
.questions-chat .chat-1,
.questions-chat .chat-3 {
    float: left;
}
.questions-chat .chat-2,
.questions-chat .chat-4 {
    float: right;
}
.questions-chat .chat-1:after,
.questions-chat .chat-3:after {
    content: '';
    border-radius: 50%;
    background-color: #dadada;
    position: absolute;
    bottom: -20px;
    left: 0%;
    width: 60px;
    height: 5px;
}
.questions-chat .chat-2:after,
.questions-chat .chat-4:after {
    content: '';
    border-radius: 50%;
    background-color: #dadada;
    position: absolute;
    bottom: -20px;
    right: 0%;
    width: 60px;
    height: 5px;
}
.questions-chat.in-view .chat-1 {
    -webkit-animation: chatter1 10s infinite;
    animation: chatter1 10s infinite;
}
.questions-chat.in-view .chat-2 {
    -webkit-animation: chatter2 10s infinite;
    animation: chatter2 10s infinite;
}
.questions-chat.in-view .chat-3 {
    -webkit-animation: chatter3 10s infinite;
    animation: chatter3 10s infinite;
}
.questions-chat.in-view .chat-4 {
    -webkit-animation: chatter4 10s infinite;
    animation: chatter4 10s infinite;
}
.questions-chat.in-view .chat-thumb {
    -webkit-animation: chatterT 10s infinite;
    animation: chatterT 10s infinite;
}
@-webkit-keyframes chatter1 {
  
  0% {
      opacity: 0;
  }
  12.5% {
      opacity: 0;
  }
  15% {
      opacity: 1;
  }
  70% {
      opacity: 1;
  }
  75% {
      opacity: 0;
  }
  95% {
      opacity: 0;
  }
  100% {
      opacity: 0;
  }
}
@keyframes chatter1 {
  
  0% {
      opacity: 0;
  }
  12.5% {
      opacity: 0;
  }
  15% {
      opacity: 1;
  }
  70% {
      opacity: 1;
  }
  75% {
      opacity: 0;
  }
  95% {
      opacity: 0;
  }
  100% {
      opacity: 0;
  }
}
@-webkit-keyframes chatter2 {
  
  0% {
      opacity: 0;
  }
  27.5% {
      opacity: 0;
  }
  30% {
      opacity: 1;
  }
  70% {
      opacity: 1;
  }
  75% {
      opacity: 0;
  }
  95% {
      opacity: 0;
  }
  100% {
      opacity: 0;
  }
}
@keyframes chatter2 {
  
  0% {
      opacity: 0;
  }
  27.5% {
      opacity: 0;
  }
  30% {
      opacity: 1;
  }
  70% {
      opacity: 1;
  }
  75% {
      opacity: 0;
  }
  95% {
      opacity: 0;
  }
  100% {
      opacity: 0;
  }
}
@-webkit-keyframes chatter3 {
  
  0% {
      opacity: 0;
  }
  42.5% {
      opacity: 0;
  }
  45% {
      opacity: 1;
  }
  70% {
      opacity: 1;
  }
  75% {
      opacity: 0;
  }
  95% {
      opacity: 0;
  }
  100% {
      opacity: 0;
  }
}
@keyframes chatter3 {
  
  0% {
      opacity: 0;
  }
  42.5% {
      opacity: 0;
  }
  45% {
      opacity: 1;
  }
  70% {
      opacity: 1;
  }
  75% {
      opacity: 0;
  }
  95% {
      opacity: 0;
  }
  100% {
      opacity: 0;
  }
}
@-webkit-keyframes chatter4 {
  
  0% {
      opacity: 0;
  }
  57.5% {
      opacity: 0;
  }
  60% {
      opacity: 1;
  }
  70% {
      opacity: 1;
  }
  75% {
      opacity: 0;
  }
  95% {
      opacity: 0;
  }
  100% {
      opacity: 0;
  }
}
@keyframes chatter4 {
  
  0% {
      opacity: 0;
  }
  57.5% {
      opacity: 0;
  }
  60% {
      opacity: 1;
  }
  70% {
      opacity: 1;
  }
  75% {
      opacity: 0;
  }
  95% {
      opacity: 0;
  }
  100% {
      opacity: 0;
  }
}
@-webkit-keyframes chatterT {
  
  0% {
      opacity: 0;
  }
  75% {
      opacity: 0;
  }
  77.5% {
      opacity: 1;
  }
  95% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}
@keyframes chatterT {
  
  0% {
      opacity: 0;
  }
  75% {
      opacity: 0;
  }
  77.5% {
      opacity: 1;
  }
  95% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}
.grow {
    height: 0 !important;
    -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
}
.anbo-container1.grow.in-view {
    height: 125px !important;
}
.anbo-container2.grow.in-view {
    height: 180px !important;
}
.anbo-container3.grow.in-view {
    height: 160px !important;
}
.anbo-container4.grow.in-view {
    height: 270px !important;
    
}
.anbo-bar {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    -webkit-animation: lineV 3s infinite linear;
        animation: lineV 3s infinite linear;
}
.anbo-container1 .anbo-bar {
    animation-delay: -.3s;
    -webkit-animation: lineV 3.5s infinite linear;
        animation: lineV 3.5s infinite linear;
}
.anbo-container2 .anbo-bar {
    animation-delay: -.9s;
}
.anbo-container3 .anbo-bar {
    animation-delay: -1.3s;
    -webkit-animation: lineIV 5.5s infinite linear;
        animation: lineIV 5.5s infinite linear;
}
.anbo-container4 .anbo-bar {
    animation-delay: 0s;
}
@-webkit-keyframes lineV{
    0%{height: 100%;}
    50%{height: 84%;}
    100%{height: 100%;}
}
@keyframes lineV{
    0%{height: 100%;}
    50%{height: 84%;}
    100%{height: 100%;}
}
@-webkit-keyframes lineIV{
    0%{height: 100%;}
    25%{height: 80%;}
    50%{height: 90%;}
    75%{height: 80%;}
    100%{height: 100%;}
}
@keyframes lineIV{
    0%{height: 100%;}
    33%{height: 80%;}
    50%{height: 90%;}
    67%{height: 80%;}
    100%{height: 100%;}
}

/***** ALL STUFF FROM CONTACT STYLES *****/

.learn-more-group {
    padding: 100px 20px;
}
.all-inline {
    text-align: center;
}
.all-inline input.invalid.error {
    outline: 1px solid #fc6140;
}
.all-inline ul.hs-error-msgs {
    display: inline-block !important;
}
.all-inline .hs-error-msgs label {
    color: #fc6140;
}
.all-inline .hs-form {
    max-width: 1000px;
    margin: 0 auto;
}
.all-inline .field.hs-form-field {
    /*float: left;*/
    width: auto;
    display: inline-block;
}
.all-inline .field.hs-form-field label {
    display: inline-block;
    float: left;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 16px;
    line-height: 30px;
}
.all-inline .field.hs-form-field .input {
    display: inline-block;
    box-sizing: border-box;
    /*float: left;*/
    vertical-align: middle;
    margin-left: 10px;
    font-size: 16px;
    line-height: 30px;
}

@media (max-width: 618px) {
    .all-inline .field.hs-form-field label {
        font-size: 14px;
    }
    .all-inline .field.hs-form-field .input {
        font-size: 14px;
    }
}
@media (max-width: 567px) {
    .all-inline .field.hs-form-field label {
        font-size: 13px;
    }
    .all-inline .field.hs-form-field .input {
        font-size: 13px;
    }
}
@media (max-width: 531px) {
    .all-inline .field.hs-form-field label {
        float: none;
    }
    .all-inline .field.hs-form-field .input {
        float: none;
    }
}

.all-inline .field.hs-form-field label {
    /*margin: 6px 0 6px 5px;*/
    margin: 6px 0 6px 10px;
}
.all-inline input[type="text"],
.all-inline input[type="password"],
.all-inline input[type="datetime"],
.all-inline input[type="datetime-local"],
.all-inline input[type="date"],
.all-inline input[type="month"],
.all-inline input[type="time"],
.all-inline input[type="week"],
.all-inline input[type="number"],
.all-inline input[type="email"],
.all-inline input[type="url"],
.all-inline input[type="search"],
.all-inline input[type="tel"],
.all-inline input[type="color"],
.all-inline input[type="file"],
.all-inline textarea,
.all-inline select {
    font-size: 16px;
    line-height: 30px;
    margin-right: 0;
    padding: 0 10px;
    font-weight: 300;
    margin: 5px 0;
}

@media (max-width: 618px) {
    .all-inline input[type="text"],
    .all-inline input[type="password"],
    .all-inline input[type="datetime"],
    .all-inline input[type="datetime-local"],
    .all-inline input[type="date"],
    .all-inline input[type="month"],
    .all-inline input[type="time"],
    .all-inline input[type="week"],
    .all-inline input[type="number"],
    .all-inline input[type="email"],
    .all-inline input[type="url"],
    .all-inline input[type="search"],
    .all-inline input[type="tel"],
    .all-inline input[type="color"],
    .all-inline input[type="file"],
    .all-inline textarea,
    .all-inline select {
        font-size: 14px;
    }
}
@media (max-width: 567px) {
    .all-inline input[type="text"],
    .all-inline input[type="password"],
    .all-inline input[type="datetime"],
    .all-inline input[type="datetime-local"],
    .all-inline input[type="date"],
    .all-inline input[type="month"],
    .all-inline input[type="time"],
    .all-inline input[type="week"],
    .all-inline input[type="number"],
    .all-inline input[type="email"],
    .all-inline input[type="url"],
    .all-inline input[type="search"],
    .all-inline input[type="tel"],
    .all-inline input[type="color"],
    .all-inline input[type="file"],
    .all-inline textarea,
    .all-inline select {
        font-size: 13px;
    }
}

.all-inline select {
    height: 30px;
}
.all-inline .hs_i_am_not_an_asshole.field.hs-form-field {
    float: none;
    clear: both;
    margin: 0 auto;
    max-width: 215px;
    display: block;
}
.all-inline .hs_company,
.all-inline .hs_i_would_like_to_speak_with_you_about,
.all-inline .hs_email {
    position: relative;
}
.all-inline .hs_company:after,
.all-inline .hs_i_would_like_to_speak_with_you_about:after,
.all-inline .hs_email:after {
    content:'.';
    position: absolute;
    top: 10px;
    font-size: 16px;
    font-weight: 300;
    font-family: Montserrat;
    line-height: 30px;
    margin-left: 1px;
}

@media (max-width: 531px) {
    .all-inline .hs_company:after,
    .all-inline .hs_i_would_like_to_speak_with_you_about:after,
    .all-inline .hs_email:after {
        top: 0px;
        bottom: 0px;
        position: relative;
    }
}

.all-inline .hs_i_am_not_an_asshole.field.hs-form-field li {
    color: #111;
}
.all-inline .hs_i_am_not_an_asshole.field.hs-form-field label, .all-inline .hs_i_am_not_an_asshole.field.hs-form-field .input {
    display: block;
    float: none;
}
.all-inline .hs_i_am_not_an_asshole.field.hs-form-field input {
    margin-right: 10px;
}

.all-inline .hs-button {
    margin: 0 auto;
    display: block;
    float: none;
    text-align: center;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 26px;
}



.culture-boxes {
    padding-bottom: 50px;
}
.our-motto {
    padding: 100px 50px;
}
@media (max-width: 900px) and (min-width: 768px) {
    .our-motto {
        padding: 70px 50px;
    }
}
@media (max-width: 767px) {
    .our-motto {
        padding: 50px;
    }
}
@media (max-width: 600px) {
    .our-motto blockquote {
        -webkit-margin-start: 20px;
        -webkit-margin-end: 20px;
    }
}
.our-motto .row-fluid {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
}
.our-motto blockquote {
    font-weight: 400 !important;
    font-style: italic;
    font-size: 18px !important;
    /*color: #ff6047 !important;*/
}
.our-motto .widget-type-rich_text {
    max-width: 470px;
    margin: 0 auto !important;
    float: none !important;
}
.culture-code-group {
    margin: 0;
    margin-bottom: 25px;
}
@media (max-width: 767px) {
    .culture-code-group {
        margin-top: 25px;
    }
}
.work-with-us-group {
    margin-bottom: 0;
}
.culture-code-group, .work-with-us-group {
    -webkit-transition-duration: .3s; /* Safari */
    transition-duration: .3s;
}
.culture-code-group:hover, .work-with-us-group:hover {
    transform: translate(0, -5px);
    box-shadow: 0px 30px 40px rgba(0,0,0,0.1);
}

.culture-code-gradient, .work-with-us-gradient {
    height: 250px;
    padding-top: 90px;
    padding-bottom: 90px;
}
.culture-code-group,
.work-with-us-group,
.culture-code-gradient > .row-fluid-wrapper,
.work-with-us-gradient > .row-fluid-wrapper,
.culture-code-gradient,
.work-with-us-gradient,
.culture-bg,
.work-with-us-bg,
.culture-code-text,
.work-with-us-text {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
}
.culture-code-text, .work-with-us-text {
    background: transparent;
    margin: 0;
    padding: 10px;
    color: #888;
}
.culture-bg, .work-with-us-bg {
    margin: 0;
    padding: 10px;
    background-color: rgba(255,255,255,.85);
}
.culture-bg h5, .work-with-us-bg h5 {
    -webkit-margin-after: 0;
    font-weight: 400;
}
.work-with-us-gradient {
    background: rgba(255, 58, 163, .8);
    background: -webkit-linear-gradient(left, rgba(255, 58, 163, .8), rgba(255, 96, 71, .8));
    background: -o-linear-gradient(right, rgba(255, 58, 163, .8), rgba(255, 96, 71, .8));
    background: -moz-linear-gradient(right, rgba(255, 58, 163, .8), rgba(255, 96, 71, .8));
    background: linear-gradient(to right, rgba(255, 58, 163, .8), rgba(255, 96, 71, .8));
}

.culture-code-gradient {
    background: rgba(255, 96, 71, .8);
    background: -webkit-linear-gradient(left, rgba(255, 96, 71, .8), rgba(255, 58, 163, .8));
    background: -o-linear-gradient(right, rgba(255, 96, 71, .8), rgba(255, 58, 163, .8));
    background: -moz-linear-gradient(right, rgba(255, 96, 71, .8), rgba(255, 58, 163, .8));
    background: linear-gradient(to right, rgba(255, 96, 71, .8), rgba(255, 58, 163, .8));
}



/*animation element sliding left*/

.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-right {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
}

.animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-top-right {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(100px, -100px, 0px);
  -webkit-transform: translate3d(100px, -100px, 0px);
  -o-transform: translate(100px, -100px);
  -ms-transform: translate(100px, -100px);
  transform: translate3d(100px, -100px, 0px);
}

.animation-element.slide-top-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.fade-in {
    opacity: 0;
    -webkit-animation-delay: -5s; /* Chrome, Safari, Opera */
    animation-delay: -5s;v
}
.animation-element.fade-in.in-view {
    opacity: 1;
    -webkit-animation-delay: -5s; /* Chrome, Safari, Opera */
    animation-delay: -5s;
}
.bounce-up {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.delay1s {
    -webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
    animation-delay: 1s;
}
.delay2s {
    -webkit-animation-delay: 2s; /* Chrome, Safari, Opera */
    animation-delay: 2s;
}
.delay3s {
    -webkit-animation-delay: 3s; /* Chrome, Safari, Opera */
    animation-delay: 3s;
}
.delay4s {
    -webkit-animation-delay: 4s; /* Chrome, Safari, Opera */
    animation-delay: 4s;
}
.delay5s {
    -webkit-animation-delay: 5s; /* Chrome, Safari, Opera */
    animation-delay: 5s;
}
.delay-1s {
    -webkit-animation-delay: -1s; /* Chrome, Safari, Opera */
    animation-delay: -1s;
}
.delay-2s {
    -webkit-animation-delay: -2s; /* Chrome, Safari, Opera */
    animation-delay: -2s;
}
.delay-3s {
    -webkit-animation-delay: -3s; /* Chrome, Safari, Opera */
    animation-delay: -3s;
}
.delay-4s {
    -webkit-animation-delay: -4s; /* Chrome, Safari, Opera */
    animation-delay: -4s;
}
.delay-5s {
    -webkit-animation-delay: -5s; /* Chrome, Safari, Opera */
    animation-delay: -5s;
}


/***** Template Setup Form *****/

.setup .company-logo {
    margin-top: 30px;
    margin-bottom: 35px;
    text-align: center;
}
.setup .hero-overlay {
    min-height: 100vh;
    z-index:60;
    position: relative;
    padding: 35px 0 70px;
    background: rgba(0,128,255,.8);
    background: -webkit-linear-gradient(left, rgba(0,128,255,.8), rgba(138,113,212,.8));
    background: -o-linear-gradient(right, rgba(0,128,255,.8), rgba(138,113,212,.8));
    background: -moz-linear-gradient(right, rgba(0,128,255,.8), rgba(138,113,212,.8));
    background: linear-gradient(to right, rgba(0,128,255,.8) , rgba(138,113,212,.8));
    /*color: #fff;*/
    color: #F4F4EF;
}
.setup .hero-overlay {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.setup .hero-overlay {
    min-height: 100vh;
    z-index:60;
    position: relative;
}
.setup .hero-overlay {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.setup .super-page-center {
    max-width: 800px;
    padding:0 50px;
    margin: 0 auto!important;
    float: none!important;
}

.setup .form-center {
    max-width: 500px !important;
    margin: 0 auto!important;
    float: none!important;
}

.setup .hs-button.primary {
    padding: 15px;
    font-size: .75em;
    background: #fc6140;
    /*color: #fff;*/
    color: #F4F4EF;
    border: none;
    margin-top: 10px;
    width: 98%;
    box-shadow: 0px 3px 20px rgba(0,0,0,0.1);
    -webkit-appearance: none;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.hs-form fieldset.form-columns-1 .hs-input[type="file"] {
    width: 95.5% !important;
}

.setup h4 {
    font-size: 1.3em;
    line-height: 1.2em;
    /*color: #fff;*/
    color: #F4F4EF;
}

.setup .copyright-section {
    text-align: center;
    margin: 50px 0 -50px;
}

/*******************************/


/************ Marketplace Page ************/

#first-template-row {
    padding-top: 100px;
    padding-bottom: 200px;
}
.wcs-marketplace .careers-content {
    /*padding-top: 200px;*/
    padding-top: 130px;
}
.traits-section {
    padding: 100px 0;
}
.heading {
    padding-bottom: 100px;
}
.follow-up {
    padding-top: 50px;
}
#careers-last-row {
    padding-bottom: 130px;
}
.open-positions-section {
    padding-bottom: 200px;
}
.cta-section {
    padding: 150px 0;
}

.lightgrey-bg.careers-content .widget-type-rich_text.left {
    float: left;
}
.lightgrey-bg.careers-content .widget-type-rich_text.right {
    float: right;
}
/*.careers-content .text {
    padding: 225px 0;
}
@media all and (max-width: 767px) {
    .careers-content .text{
        padding: 75px 0;
    }
}*/

.careers-content .text img {
    max-width: 320px;
    height: auto;
}

@media all and (max-width: 1024px) {
    .traits-section .wcs-traits {
        width: 100%;
        padding: 25px 0;
        margin: 0;
    }/*
    .careers-content {
        padding: 75px 0 !important;
    }
    .careers-content .text {
        padding: 75px 0 !important;
    }*/
    /*.careers-content {
        padding: 75px 0 !important;
    }*/
    .careers-content .text {
        padding: 0 !important;
    }
}
/*
@media (min-width: 768px) {
    .left {
        float: left !important;
        margin-left: 0 !important;
	}
	.right {
		float: right !important;
        /*margin-left: 2.127659574% !important;*/
	}
}*/




/*=======================================================================*/
/*                  Slick Image Hang Left/Right Custom Module            */
/*=======================================================================*/


    .hang-image {
        min-width: 1000px;
    }
    .hang-image img {
        min-width: 1000px;
    }
    .hang-image.left img {
        margin-left: -85%;
    }

@media (max-width: 1100px) {
    .hang-image.left img {
        margin-left: -105%;
    }
    .hang-image.right img {
        margin-left: 0%;
    }
}
@media (max-width: 1000px) {
    .hang-image {
        min-width: 800px;
        max-width: 800px;
    }
    .hang-image img {
        min-width: 800px;
        max-width: 800px;
    }
    .hang-image.left img {
        margin-left: -50%;
    }
    .hang-image.right img {
        margin-left: 5%;
    }
}
@media (max-width: 900px) {
    .hang-image {
        min-width: 600px;
        max-width: 600px;
    }
    .hang-image img {
        min-width: 600px;
        max-width: 600px;
    }
    .hang-image.left img {
        margin-left: -45%;
    }
    .hang-image.right img {
        margin-left: 10%;
    }
}
/*@media (max-width: 815px) {
    .hang-image.left img {
        margin-left: -35%;
    }
}*/
@media (max-width: 767px) {
    .hang-image {
        min-width: auto;
        width: auto;
        max-width: 500px;
    }
    .hang-image img {
        min-width: auto;
        width: auto;
        max-width: 500px;
    }
    .hang-image.left {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .hang-image.right {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .hang-image.left img {
        margin-left: 0;
        text-align: center;
    }
    .hang-image.right img {
        margin-left: 0;
        text-align: center;
    }
    .careers-content .text {
        text-align: center !important;
    }
    .careers-content .text h3 {
        text-align: center !important;
    }
    .careers-content .text h4 {
        text-align: center !important;
    }
    .careers-content .text p {
        text-align: center !important;
    }
}

@media (max-width: 600px) {
    .hang-image {
        min-width: auto;
        width: auto;
        max-width: 400px;
    }
    .hang-image img {
        min-width: auto;
        width: auto;
        max-width: 400px;
    }
}

@media (max-width: 500px) {
    .hang-image {
        min-width: auto;
        width: auto;
        max-width: 100%;
    }
    .hang-image img {
        min-width: auto;
        width: auto;
        max-width: 100%;
    }
}

@media (min-width: 1201px) {
    .hang-image {
        min-width: 1100px;
    }
    .hang-image.left img {
        margin-left: -50%;
    }
    .hang-image.right img {
        margin-left: 0%;
    }
}
@media (min-width: 1300px) {
    .hang-image {
        min-width: 1100px;
    }
    .hang-image.left img {
        margin-left: -50%;
    }
    .hang-image.right img {
        margin-left: 10%;
    }
}
@media (min-width: 1400px) {
    .hang-image {
        min-width: 1100px;
    }
    .hang-image.left img {
        margin-left: -50%;
    }
    .hang-image.right img {
        margin-left: 10%;
    }
}
@media (min-width: 1500px) {
    .hang-image {
        min-width: 1100px;
    }
    .hang-image.left img {
        margin-left: -50%;
    }
    .hang-image.right img {
        margin-left: 10%;
    }
}
@media (min-width: 1600px) {
    .hang-image {
        min-width: 1100px;
    }
    .hang-image.left img {
        margin-left: -50%;
    }
    .hang-image.right img {
        margin-left: 10%;
    }
}
@media (min-width: 1700px) {
    .hang-image {
        min-width: 1100px;
    }
    .hang-image.left img {
        margin-left: -50%;
    }
    .hang-image.right img {
        margin-left: 10%;
    }
}
@media (min-width: 1800px) {
    .hang-image {
        min-width: 1100px;
    }
    .hang-image.left img {
        margin-left: -50%;
    }
    .hang-image.right img {
        margin-left: 15%;
    }
}
@media (min-width: 1900px) {
    .hang-image {
        min-width: 1300px;
    }
    .hang-image img {
        min-width: 1300px;
    }
    .hang-image.left img {
        margin-left: -65%;
    }
    .hang-image.right img {
        /*margin-left: 35%;*/
        margin-left: 15%;
    }
}
@media (min-width: 2000px) {
    .hang-image.left img {
        margin-left: -70%;
    }
    .hang-image.right img {
        margin-left: 20%;
    }
}
@media (min-width: 2100px) {
    .hang-image.left img {
        margin-left: -75%;
    }
    .hang-image.right img {
        margin-left: 25%;
    }
}
@media (min-width: 2200px) {
    .hang-image.left img {
        margin-left: -80%;
    }
    .hang-image.right img {
        margin-left: 30%;
    }
}

/*=======================================================================*/
/*               End Slick Image Hang Left/Right Custom Module           */
/*=======================================================================*/


/****************************************/

/************ Support Center ************/

.super-page-center {
    max-width: 800px;
    padding:0 50px;
    margin: 0 auto!important;
    float: none!important;
}

.form-center {
    max-width: 500px !important;
    margin: 0 auto!important;
    float: none!important;
}

.custom .hs-button.primary {
    padding: 15px;
    font-size: .75em;
    background: #fc6140;
    /*color: #fff;*/
    color: #F4F4EF;
    border: none;
    margin-top: 10px;
    width: 98%;
    box-shadow: 0px 3px 20px rgba(0,0,0,0.1);
    -webkit-appearance: none;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

/*.custom .site-footer {
    background: #465560;
    color: #F4F4EF;
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
}
.custom .site-footer h4 {
    color: #F4F4EF;
}
@media (max-width: 767px) {
    .custom .site-footer {
        position: relative;
    }
}*/

.docs.support .top-box {
    background: #4A585E;
    padding-bottom: 150px;
}

.docs.support .hero {
    /*color: #fff;*/
    color: #F4F4EF;
}

.docs.support .hero h3 {
    color: #465560;
    -webkit-margin-before: 0 !important;
}

@media (max-width: 314px) {
    .docs.support .hero h3 {
        font-size: 20px;
    }
}

.docs.support .hero .popular-docs h3 {
    margin-bottom: 59px;
}

@media (max-width: 1000px) {
    .docs.support .hero .popular-docs h3 {
        margin-bottom: 56px;
    }
}

@media (max-width: 975px) {
    .docs.support .hero .popular-docs h3 {
        margin-bottom: 55px;
    }
}

@media (max-width: 920px) {
    .docs.support .hero .popular-docs h3 {
        margin-bottom: 53px;
    }
}

@media (max-width: 852px) {
    .docs.support .hero .popular-docs h3 {
        margin-bottom: 53px;
    }
}

.docs.support .hero .popular-docs li {
    margin-bottom: 35px;
}

@media (max-width: 1143px) {
    .docs.support .hero .popular-docs li {
        margin-bottom: 31px;
    }
}

@media (max-width: 1052px) {
    .docs.support .hero .popular-docs li {
        margin-bottom: 27px;
    }
}

@media (max-width: 975px) {
    .docs.support .hero .popular-docs li {
        margin-bottom: 32px;
    }
}

@media (max-width: 970px) {
    .docs.support .hero .popular-docs li {
        margin-bottom: 28px;
    }
}

@media (max-width: 790px) {
    .docs.support .hero .popular-docs li {
        margin-bottom: 33px;
    }
}

.docs.support .hero-text {
    padding: 110px 0 40px;
    margin: 0 auto !important;
    float: none !important;
}

.docs.support input#aa-search-input {
    padding: 12px 110px;
}

@media (max-width: 450px) {
    .docs.support input#aa-search-input {
        padding: 12px 80px;
    }
}

@media (max-width: 380px) {
    .docs.support input#aa-search-input {
        padding: 12px 60px;
    }
}

@media (max-width: 345px) {
    .docs.support input#aa-search-input {
        padding: 12px 50px;
    }
}

@media (max-width: 320px) {
    .docs.support input#aa-search-input {
        padding: 12px 30px;
    }
}

.docs.support .icon-wrapper {
    height: 80px;
    width: 80px;
    border-radius: 80px;
    background: #fc6140;
    margin: 0 auto 10px !important;
    float: none!important;
    position: relative;
    z-index: 10;
}
.docs.support .font-awesome-icon {
    color: #fff !important;
    /*height: 60px;
    width: 60px;*/
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    /*margin: 34px auto!important;*/
    float: none!important;
    padding-top: 24px;
    margin-top: -105px;
    position: relative;
    z-index: 10;
}

.docs.support .icon-description {
    color: #465560;
    background: #fff;
    border: 2px solid #eee;
    padding: 60px 60px 30px;
    margin-top: -130px;
    position: relative;
    z-index: 10;
    transition-duration: .5s;
}
.docs.support .icon-description .icon-wrapper {
    transition-duration: .5s;
}
.docs.support .icon-description:hover {
    transform:scale(1.1);
}
.docs.support .icon-description:hover .icon-wrapper {
    transform:scale(1.1) translateY(-10px);
}

@media (max-width: 1279px) {
    .docs.support .icon-description {
        padding: 60px 31px 30px;
    }
}

@media (max-width: 1141px) {
    .docs.support .icon-description {
        padding: 60px 60px 30px;
    }
}

@media (max-width: 1096px) {
    .docs.support .icon-description {
        padding: 60px 50px 30px;
    }
}

@media (max-width: 1033px) {
    .docs.support .icon-description {
        padding: 60px 45px 30px;
    }
}

@media (max-width: 1001px) {
    .docs.support .icon-description {
        padding: 60px 40px 30px;
    }
}

@media (max-width: 969px) {
    .docs.support .icon-description {
        padding: 60px 35px 30px;
    }
}

@media (max-width: 938px) {
    .docs.support .icon-description {
        padding: 60px 30px 30px;
    }
}

@media (max-width: 906px) {
    .docs.support .icon-description {
        padding: 60px 25px 30px;
    }
}

@media (max-width: 874px) {
    .docs.support .icon-description {
        padding: 60px 20px 30px;
    }
}

@media (max-width: 842px) {
    .docs.support .icon-description {
        padding: 60px 15px 30px;
    }
}

@media (max-width: 767px) {
    .docs.support .icon-description {
        margin: -50px 0 150px;
        padding: 60px 60px 30px;
    }
}

@media (max-width: 400px) {
    .docs.support .icon-description {
        padding: 60px 40px 30px;
    }
}

.docs.support .icon-description h3 {
    margin: 15px 0;
}

.docs.support .icon-description p {
    line-height: 30px;
}

.docs.support .icon-description a:hover {
    color: rgba(252, 97, 64, 0.7);
}

.docs.support .transparent-section-bg {
    background-color: transparent;
    position: relative;
    z-index: 1;
    overflow: visible;
}

.docs.support .bottom-description {
    color: #465560;
    background: #fff;
    border: 2px solid #eee;
    padding: 60px;
    z-index: 10;
    margin-top: 30px;
    height: 560px;
}

@media (max-width: 975px) {
    .docs.support .bottom-description {
        padding: 40px;
    }
}

@media (max-width: 893px) {
    .docs.support .bottom-description {
        padding: 30px;
    }
}

@media (max-width: 852px) {
    .docs.support .bottom-description {
        padding: 25px;
    }
}

@media (max-width: 831px) {
    .docs.support .bottom-description {
        padding: 20px;
    }
}

@media (max-width: 831px) {
    .docs.support .bottom-description {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .docs.support .bottom-description {
        padding: 60px;
        margin-bottom: 120px;
    }
}

@media (max-width: 540px) {
    .docs.support .bottom-description {
        height: 640px;
    }
}

@media (max-width: 540px) {
    .docs.support .bottom-description {
        height: 700px;
    }
}

@media (max-width: 424px) {
    .docs.support .bottom-description {
        padding: 40px;
    }
}

@media (max-width: 370px) {
    .docs.support .bottom-description {
        padding: 30px;
    }
}

.docs.support .bottom-description li {
    list-style: none;
    position: relative !important;
    padding-left: 30px;
}

.docs.support .bottom-description li:before {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    content: "\f00c";
    font-size: 20px;
    color: #fc6140;
    transform-origin: 40% 100% 0;
}

.docs.support .bottom-description li:hover:before {
    animation: checkWiggle 0.75s linear infinite;
}
@keyframes checkWiggle {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(8deg);
    }
    75% {
        transform: rotate(-8deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.docs.support .bottom-description p {
    line-height: 30px;
}

.docs.support .hero .popular-docs li a {
    text-decoration: none;
    color: #465560;
}

.docs.support .hero .popular-docs li a:hover {
    text-decoration: none;
    color: #fc6140;
}

@media (max-width: 767px) {
    .card-section {
        padding-bottom: 0px;
    }
}

/****************************************/


/********** Support Center Nav ************/

.support-nav .icon-wrapper {
    height: 80px;
    width: 80px;
    border-radius: 80px;
    background: #fc6140;
    margin: 0 auto 10px !important;
    float: none!important;
    position: relative;
    z-index: 10;
}
.support-nav .font-awesome-icon {
    color: #fff !important;
    /*height: 60px;
    width: 60px;*/
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    /*margin: 34px auto!important;*/
    float: none!important;
    padding-top: 24px;
    margin-top: -105px;
    position: relative;
    z-index: 10;
}

.support-nav .icon-description {
    color: #465560;
    background: #fff;
    border: 2px solid #eee;
    padding: 60px 60px 30px;
    /*margin-top: -100px;*/
    position: relative;
    z-index: 10;
    transition-duration: .5s;
}
.support-nav .icon-description .icon-wrapper {
    transition-duration: .5s;
}
.support-nav .icon-description:hover {
    transform:scale(1.1);
}
.support-nav .icon-description:hover .icon-wrapper {
    transform:scale(1.1) translateY(-10px);
}

@media (max-width: 1279px) {
    .support-nav .icon-description {
        padding: 60px 31px 30px;
    }
}

@media (max-width: 1141px) {
    .support-nav .icon-description {
        padding: 60px 60px 30px;
    }
}

@media (max-width: 1096px) {
    .support-nav .icon-description {
        padding: 60px 50px 30px;
    }
}

@media (max-width: 1033px) {
    .support-nav .icon-description {
        padding: 60px 45px 30px;
    }
}

@media (max-width: 1001px) {
    .support-nav .icon-description {
        padding: 60px 40px 30px;
    }
}

@media (max-width: 969px) {
    .support-nav .icon-description {
        padding: 60px 35px 30px;
    }
}

@media (max-width: 938px) {
    .support-nav .icon-description {
        padding: 60px 30px 30px;
    }
}

@media (max-width: 906px) {
    .support-nav .icon-description {
        padding: 60px 25px 30px;
    }
}

@media (max-width: 874px) {
    .support-nav .icon-description {
        padding: 60px 20px 30px;
    }
}

@media (max-width: 842px) {
    .support-nav .icon-description {
        padding: 60px 15px 30px;
    }
}

@media (max-width: 767px) {
    .support-nav .icon-description {
        margin: 50px 0 150px;
        padding: 60px 60px 30px;
    }
}

@media (max-width: 400px) {
    .support-nav .icon-description {
        padding: 60px 40px 30px;
    }
}

.support-nav .icon-description h3 {
    margin: 15px 0;
}

.support-nav .icon-description p {
    line-height: 30px;
}

.support-nav .icon-description a:hover {
    color: rgba(252, 97, 64, 0.7);
}

/******************************************/



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


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

@media (min-width: 768px){

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

}

@media (max-width: 767px){

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

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


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .custom-menu-primary, .custom-menu-primary *, 
  .blog.new.post .custom-menu-primary, .blog.new.post .custom-menu-primary *{
    display: inline-block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #343434;
    }
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a,
    .blog.new.post .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        color: #222;
        padding-left: 20px;
        font-size: 18px;
    }

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

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

  a.mobile-trigger:hover,
  .blog.new.post a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #343434;
  }

  a.mobile-trigger span, 
  .blog.new.post a.mobile-trigger span {
      display: inline;
  }

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

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

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

  .mobile-open a.mobile-trigger span:after, 
  .blog.new.post .mobile-open a.mobile-trigger span:after {
     opacity: 1; 
  }


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

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

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

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


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

  a.child-trigger span,
  .blog.new.post a.child-trigger span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger span:after,
  .blog.new.post a.child-trigger span:after {
      position: absolute;
      content: '';
  }
  a.child-trigger span, a.child-trigger span:after,
  .blog.new.post a.child-trigger span, .blog.new.post a.child-trigger span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #343434; /* Icon color */
      display: block;
  }
  a.child-trigger span:after,
  .blog.new.post a.child-trigger span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span:after,
  .blog.new.post a.child-trigger.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span,
  .blog.new.post a.child-trigger.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

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


  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-flow-horizontal,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper,
  .blog.new.post .custom-menu-primary.js-enabled .hs-menu-flow-horizontal,
  .blog.new.post .custom-menu-primary.js-enabled .hs-menu-children-wrapper {
      display: none;
  }  

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

  /* Mobile Menu Styles */
  .custom-menu-primary.js-enabled .hs-menu-flow-horizontal,
  .blog.new.post .custom-menu-primary.js-enabled .hs-menu-flow-horizontal {
      position: absolute; /**************************************************************/
      top: 0;             /* Positions the menu to drop from the very top of the screen */
      right: 0px;          /**************************************************************/                                              
      width: 100%; /* was 100% */   
      background:  rgba(255, 255, 255, 0.8);
     /* -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);*/
     /*  -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);*/
      /* box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65); */
      overflow: scroll;
      height: auto; /* was 100vh */
  }
  .custom-menu-primary .hs-menu-flow-horizontal,
  .blog.new.post .custom-menu-primary .hs-menu-flow-horizontal {
      padding: 40px 0 0 0; /* Padding to add room for close button */
      background-color: #fff; /* Menu background color set off global mobile-menuColor variable */
      color: #222;
      width: 100%; /* Full screen width */
      z-index: 8888;
  }
  
  

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

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

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

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul li a, 
  .blog.new.post .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul li a {
      text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul ul li a, 
  .blog.new.post .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul ul li a {
      text-indent: 50px; /* Indent Child lists */
  }
}




/*******CSS for search function*******/

.aa-input-container {
    display: inline-block;
    position: relative;
    color: #aaa;
    font-size: 16px;
}

.aa-input-container input { text-indent: 32px;}

.aa-input-container .fa-search { 
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 2;
  color: #3E4E59;
}

.aa-input-search {
    width: 270px;
    padding: 12px 28px 12px 12px;
    border: 2px solid #0D6592;
    border-radius: 4px;
    -webkit-transition: .2s;
    transition: .2s;
    font-family: Roboto, sans-serif;
    box-shadow: 4px 4px 0 rgba(241, 241, 241, 0.35);
    font-size: 13px;
    box-sizing: border-box;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.aa-input-search::-webkit-search-decoration, .aa-input-search::-webkit-search-cancel-button, .aa-input-search::-webkit-search-results-button, .aa-input-search::-webkit-search-results-decoration {
    display: none;
}

.aa-input-search:focus {
    outline: 0;
    border-color: #039CF4;
    box-shadow: 4px 4px 0 rgba(58, 150, 207, 0.1);
}

.aa-input-icon {
    height: 16px;
    width: 16px;
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: #e4e4e4;
}

.aa-hint {
    color: #e4e4e4;
}

.home .aa-dropdown-menu {
    background-color: #fff;
    line-height: 1.5;
    border: 2px solid rgba(228, 228, 228, 0.6);
    border-top-width: 1px;
    font-family: "sofia-pro", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 325px;
    margin-top: 1px;
    box-shadow: 4px 4px 0 rgba(241, 241, 241, 0.35);
    font-size: 13px;
    border-radius: 4px;
    box-sizing: border-box;
    z-index: 11;
}

@media (max-width: 380px) {
    .home .aa-dropdown-menu {
        width: 320px;
    }
}

@media (max-width: 345px) {
    .home .aa-dropdown-menu {
        width: 300px;
    }
}

@media (max-width: 320px) {
    .home .aa-dropdown-menu {
        width: 260px;
    }
}

.home input#aa-search-input {
    padding: 12px 60px;
}

@media (max-width: 345px) {
    .home input#aa-search-input {
        padding: 12px 50px;
    }
}

@media (max-width: 320px) {
    .home input#aa-search-input {
        padding: 12px 30px;
    }
}

.docs.support .aa-dropdown-menu {
    background-color: #fff;
    line-height: 1.5;
    border: 2px solid rgba(228, 228, 228, 0.6);
    border-top-width: 1px;
    font-family: "sofia-pro", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 420px;
    margin-top: 1px;
    box-shadow: 4px 4px 0 rgba(241, 241, 241, 0.35);
    font-size: 13px;
    border-radius: 4px;
    box-sizing: border-box;
    z-index: 11;
}

@media (max-width: 450px) {
    .docs.support .aa-dropdown-menu {
        width: 360px;
    }
}

@media (max-width: 380px) {
    .docs.support .aa-dropdown-menu {
        width: 320px;
    }
}

@media (max-width: 345px) {
    .docs.support .aa-dropdown-menu {
        width: 300px;
    }
}

@media (max-width: 320px) {
    .docs.support .aa-dropdown-menu {
        width: 260px;
    }
}

.docs .aa-dropdown-menu {
    background-color: #fff;
    line-height: 1.5;
    border: 2px solid rgba(228, 228, 228, 0.6);
    border-top-width: 1px;
    font-family: "sofia-pro", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 220px;
    margin-top: 1px;
    box-shadow: 4px 4px 0 rgba(241, 241, 241, 0.35);
    font-size: 13px;
    border-radius: 4px;
    box-sizing: border-box;
    z-index: 11;
}

.aa-dropdown-menu a {
    color: #465560;
}

.aa-suggestion {
    padding: 12px;
    border-top: 1px solid rgba(228, 228, 228, 0.6);
    dcursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* .aa-suggestion a {
  text-decoration: none;
  font-style: normal;
}

.aa-suggestion a:active, a:link, a:visited {
  color: #292C33;
}

.aa-suggestion a:hover {
    text-decoration: underline;
}
*/

.aa-suggestion:hover, .aa-suggestion.aa-cursor {
    background-color: rgba(241, 241, 241, 0.75);
}

.aa-suggestion>span:first-child {
    color: #333;
}

.aa-suggestion>span:last-child {
    color: #a9a9a9;
}

.aa-suggestion>span:first-child em, .aa-suggestion>span:last-child em {
    font-weight: 700;
    font-style: normal;
    background-color: RGBA(3, 156, 244, 0.50);
    padding: 2px 0 2px 2px;
}
.symphony-day-announcement .cta_button {
    margin-bottom: 0 !important;
}


/* YouTube Responsive CSS for HubSpot */

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

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

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


.background-section {
    color: #F4F4EF;
    background: rgba(24,152,212,.8); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgba(24,152,212,.8), rgba(138,113,212,.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(24,152,212,.8), rgba(138,113,212,.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(24,152,212,.8), rgba(138,113,212,.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(24,152,212,.8), rgba(138,113,212,.8)); /* Standard syntax (must be last) */
}
    
    /*color: #fff;*/
    color: #F4F4EF;
}