2020-wmd-add-to-calendar-block.module@import url('https://fonts.googleapis.com/css?family=Open+Sans:100,300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

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














*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body{
  padding:0;
  margin:0;
  font-weight: 300;
  color:#74716f;
  font-family: "Poppins", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.cntr--categorized-featured-block .categorized-features--feature .images .image img {
    max-height: 400px;
}


/** Fonts **/
.font--poppins {
  font-family: Poppins;
}

.font--open-sans {
  font-family: 'Poppins', sans-serif; 
}

.hs_disclaimer_gdpr * {
  text-align:left !important;
  font-size: 14px !important;
}
  

.body-container-wrapper {
  padding: 0;
}
.row-fluid [class*="span"] {
  min-height: 0;
}
img {
  max-width: 100%;
  height:auto;
}

.container {
  max-width: 1200px;
  width:100%;
  margin: auto;
  padding: 0 15px;
  -webkit-transition:all .2s ease;
  -o-transition:all .2s ease;
  -moz-transition:all .2s ease;
  transition:all .2s ease;
  position: relative;
  z-index: 1;
}
.overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #322f2d;
  opacity: .85;
}

.new_error_layout .overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.new_error_layout h2 {
  margin-bottom: 20px;
}

.remove-overlay:after{
    opacity: 0;
}
.overlay--blue:after{
  background:#658990;
}
.flex-wrapper{
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:stretch;
  -webkit-align-items:stretch;
  -moz-box-align:stretch;
  -ms-flex-align:stretch;
  align-items:stretch;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-direction:row;
  -moz-box-orient:horizontal;
  -moz-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-wrapper.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-wrapper>*{
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 99.9999%;
  width: 99.9999%;
}
.overlay {
  position: relative;
  color: white;
}
.overlay.black-text {
  color: #46423f;
}
.overlay h1,
.overlay h2,
.overlay h3,
.overlay h4,
.overlay h5{
  color:inherit;
}
.content{
  position:relative;
  z-index:1;
}
.bg--split:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -30vw;
  width: 90vw;
  margin-right: -60vw;
  top: 0;
  background: #d8e1e3;
  z-index: 1;
  -webkit-transform: rotate(28deg);
  -moz-transform: rotate(28deg);
  -ms-transform: rotate(28deg);
  -o-transform: rotate(28deg);
  transform: rotate(28deg);
  -webkit-box-shadow: 0 0 40px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 40px rgba(0,0,0,.1);
  box-shadow: 0 0 40px rgba(0,0,0,.1);
}
.bg--split--bottom:before {
  width: 120vw;
  height: 100vw;
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  transform: rotate(-7deg);
  top: 0;
  margin-top: 11vw;
  margin-right: -12vw;
}
.bg--split--top:before {
  width: 120vw;
  height: 20vw;
  -webkit-transform: rotate(7deg);
  -moz-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  -o-transform: rotate(7deg);
  transform: rotate(7deg);
  bottom: 0;
  margin-top: -10vw;
  margin-right: -12vw;
  -webkit-box-shadow: inset 0 0 50px rgba(0,0,0,.1);
  -moz-box-shadow: inset 0 0 50px rgba(0,0,0,.1);
  box-shadow: inset 0 0 50px rgba(0,0,0,.1);
}
.bg--split--white-bg:before {
  background: white;
}
.bg--split--black-bg:before {
  background: #46423f;
}
.bg--split--grey-bg:before {
  background: #f5f5f5;
}
.bg--split--blue-bg:before {
  background: #d2dfe3;
}
.bg--split--lightblue-bg:before {
  background: #d8e1e3;
}
.bg--split--lighterblue-bg:before {
  background: #f0f6f7;
}
.bg--split {
  position: relative;
  overflow: hidden;
}
.bg--split--lightblue-bg:before {
  background: #d8e1e3;
}
.lightblue-bg.bg--split--lightblue-bg {
  background: #cddbdd;
}
.bg--split--bottom.bg--split--bottom--sharp:before {
  -webkit-transform: rotate(-27deg);
  -moz-transform: rotate(-27deg);
  -ms-transform: rotate(-27deg);
  -o-transform: rotate(-27deg);
  transform: rotate(-27deg);
  margin-top: 0;
  margin-right: -25vw;
}

.bottom-bg-color {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33%;
  z-index: 1;
  -webkit-box-shadow: 0 -30px 30px rgba(0,0,0,.01);
  -moz-box-shadow: 0 -30px 30px rgba(0,0,0,.01);
  box-shadow: 0 -30px 30px rgba(0,0,0,.01);
}

.small-container{
  max-width:600px;
  margin:auto;
}
.small-wrapper {
  max-width: 800px;
  margin: auto;
}
.padding-box {
  padding: 60px;
}
.small-padding-box{
	padding:20px;
}
.small-margin-bottom{
	margin-bottom:30px;
}
.big-container {
  max-width: 1800px;
  margin: auto;
}
.text-container{
  max-width:650px;
  margin:0 auto;
  font-weight:400;
}
.text-container h2 {
  margin-bottom: 60px;
}
.text-page__block .text-container {
  margin-top: 0;
  max-width:850px;
}
.padding-wrapper{
  padding:80px 0;
  display:block;
  width:100%;
  position:relative;
}
.double-padding-wrapper{
  padding:160px 0;
  display:block;
  width:100%;
  position:relative;
}
.padding-top {
  padding-top: 80px;
  padding-bottom:30px;
}
.double-padding-top {
  padding-top: 160px;
}
.padding-bottom{
  padding-bottom:80px;
  padding-top:30px;
}
.small-padding-wrapper {
  padding: 30px 0;
  display:inline-block;
  width:100%;
}
.no-padding-bottom{
  padding-bottom:0;
}
.no-padding-top{
  padding-top:0;
}
.no-padding{
  padding:0 !important;
}
.center{
  text-align:center;
}
.background {
  background-position: top center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.background.align--center{
  background-position: center center;
}
.contained--bg {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.white-text{
  color:#f6f6f6;
}
.blurb,
.hs_cos_wrapper_type_rich_text ul li,
.text__block ul li{
  font-size: 18px;
  font-weight: 300;
  line-height:150%;
}
.hs_cos_wrapper_type_rich_text ul li,
.text__block ul li{
  letter-spacing:1px;
}
.blog--blog .hs_cos_wrapper_type_rich_text ul li {
  font-size: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
}
p{
  font-size:16px;
  font-weight:normal;
  line-height:150%;
}
.blurb{
  max-width: 800px;
  margin: auto;
  margin-bottom:30px;
}
.blurb p {
  font-size: 19px;
}
.half-container{
  max-width:600px;
  width:100%;
  margin:auto;
}
.top__block--wrapper .blurb {
  margin-bottom: 30px;
}
a{
  text-decoration:none;
  color:#61c587;
  font-weight:500;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition:all .2s ease;
}
button:focus,
a:focus,
div:focus,
input:focus,
textarea:focus,
select:focus{
  outline: none;
}
button,
input,
textarea,
select.hs-input{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}
select.hs-input::-ms-expand {
  display: none;
}
select.hs-input {
  background-image: url(https://1545537.fs1.hubspotusercontent-na1.net/hubfs/1545537/Images/Icons/dropdown.png);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 98% center;
  width:100% !important;
}
.hs-form .hs-form-field select{
  margin-bottom:0;
}
.hs-form .hs-form-field>label>span {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
a:hover{
  text-decoration:none;
}

/* HEADLINES */
h1,h2,h3,h4{
  color:#46423f;
}
h1 {
  font-size: 60px;
  line-height: 1.167;
  font-weight: 200;
  margin: 0 0 10px;
}
h2 {
  font-size: 40px;
  font-weight: 300;
  margin-top: 0;
  position: relative;
  line-height: 130%;
}
h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 30px;
}

::-moz-selection{
  color:white;
  background:#61c587;
}
::selection{
  color:white;
  background:#61c587;
}

/* BACKGROUNDS */
.blue-bg{
  background-color:#d2dfe3;
}
.darkblue-bg{
  background-color:#658990;
  color:white;
}
.darkblue-bg h1,.darkblue-bg h2,.darkblue-bg h3,.darkblue-bg h4,.darkblue-bg h5{
  color:inherit;
}
.grey-bg{
  background-color:#f5f5f5;
}
.lightblue-bg{
  background-color:#d8e1e3;
}
.lighterblue-bg{
  background-color:#f0f6f7;
}
.black-bg{
  background-color:#46423f;
}
.white-bg{
  background-color:white;
}
.shadow {
  -webkit-box-shadow: 10px 10px 30px rgba(0,0,0,.05);
  -moz-box-shadow: 10px 10px 30px rgba(0,0,0,.05);
  box-shadow: 10px 10px 30px rgba(0,0,0,.05);
}

.block--icon svg,
.block--icon img{
  height: inherit;
}
.block--icon {
  height: 40px;
  margin-bottom: 30px;
}


/************
 * Spinner *
 ************/
.spinner {
  width: 24px;
  height: 24px;
  border-top: 5px solid #74716f;
  border-bottom: 5px solid #e8e8e8;
  border-left: 5px solid #e8e8e8;
  border-right: 5px solid #e8e8e8;
  border-radius: 90px;
  animation: spinner 2s linear infinite;
  margin-top: 20px;
  margin-bottom: 20px;
}

@keyframes spinner {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}



/******
* NAV HEADER *
*********/

.white--nav nav {
 background-color: white;
}

.nav--logo .st0{
  fill:#FFE788;
}
.mobile-dropdown{
	display:none;
}
.nav--logo .st1{
  fill:white;
}
.nav--logo .st0,
.nav--logo .st1{
  -webkit-transition:all .2s ease;
  -o-transition:all .2s ease;
  -moz-transition:all .2s ease;
  transition:all .2s ease;
}
nav a {
  text-decoration: none;
  font-weight:500;
  display:inline-block;
  font-size:14px;
  font-family: 'Poppins', sans-serif !important;
}
nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
nav .hs-menu-wrapper>ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  /*padding-right: 30px;*/
  margin:0 !important;
}
nav li {
  position: relative;
}
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  -webkit-transition: background .2s ease, padding .2s ease .001s;
  -o-transition: background .2s ease, padding .2s ease .001s;
  -moz-transition: background .2s ease, padding .2s ease .001s;
  transition: background .2s ease, padding .2s ease .001s;
  padding:30px;
}
.lp--event nav {
  padding: 24px 30px;
}
.hamburger-wrapper{
  display:none;
}
.scrolled nav{
  padding:20px 30px;
  background: white;
  -webkit-transition: background .2s ease, padding .2s ease .35s;
  -o-transition: background .2s ease, padding .2s ease .35s;
  -moz-transition: background .2s ease, padding .2s ease .35s;
  transition: background .2s ease, padding .2s ease .35s;
    
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.03);
}
.scrolled .nav--logo .st1 {
  fill: #46423f;
}
.scrolled nav .hs-menu-depth-1>a{
  color:#11154b;
}

.dark-nav nav .hs-menu-depth-1>a {
  color: #11154b;
}
.dark-nav .nav--logo .st1 {
  fill: #46423f;
}

.main-menu>div{
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.main-menu>.row-fluid-wrapper {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 99.9999%;
}
nav .hs-menu-depth-1>a {
  color: white;
  padding: 10px 15px !important;
  position:relative;
  font-weight:600;
  max-width:100% !important;
}
a.nav--logo svg {
  max-width: 180px;
  max-height:40px;
}
a.nav--logo {
  display: block;
}

/* TOP MENU */
.top-menu {
  padding: 0 50px;
  text-align: right;
  background: #658990;
}
nav .top-menu ul li.hs-menu-depth-1 a {
  color: white;
  padding: 5px 20px;
  font-size: 13px;
}
nav .top-menu ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.top-menu .widget-type-menu {
  line-height: 1;
}
nav .top-menu ul li.hs-menu-depth-1 a:hover {
  color: #11154b;
}
nav a.login svg {
  fill: #6EAC66;
}
nav a.login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color:white;
  font-weight:600;
}
.dark-nav nav a.login {
  color: #11154B;
}
.dark-nav .lang_switcher_class .globe_class:before, .dark-nav .lang_switcher_class .globe_class:after {
  color: #11154B;
}
nav a.login .icon {
  width: 20px;
  margin-right: 10px;
  max-height:20px;
}
nav .icon .st0 {
  fill: inherit;
  stroke: inherit;
}
.scrolled nav a.login {
  color: #11154b;
}

/* MAIN NAVIGATION MENU */
nav .navigation-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
nav .navigation-menu .widget-type-cta {
  text-align: right;
}
.main-menu .hs-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-menu li.active>a,
.main-menu li.hs-menu-depth-1>a:hover{
  color: #E36453 !important;
}


nav .hs-menu-depth-1>a[href="javascript:;"]:hover {
  text-shadow: none;
}
nav .hs-menu-depth-1.hs-item-has-children>a:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  margin-top: -3px;
  right: 0;
  margin-right: 10px;
  background: transparent;
  border-right: 2px solid;
  border-bottom: 2px solid;
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav .hs-menu-depth-1.hs-item-has-children>a{
  padding-right:25px !important;
}
.main-menu .nav-menu {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* Language dropdown */
.main-menu .extra-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-menu .language {
  padding-left: 30px;
}
.globe_class {
  cursor: pointer;
}
.globe_class:hover .lang_list_class {
  display: block;
  position: absolute;
}
.lang_list_class {
  display: none;
}
.lang_switcher_class .globe_class {
  background: transparent;
  width: auto;
  height: auto;
  position: relative;
}
.lang_switcher_class .lang_list_class {
  top: 100%;
  right: 0;
  left: auto;
  transform: none;
  box-shadow: 0 22px 30px -5px rgba(0,0,0,.05);
}
.lang_switcher_class .lang_list_class li {
  padding: 0;
  display: block;
  width: 100%;
  margin: 0;
  border: 0;
  background: transparent;
}
.lang_switcher_class .lang_list_class li a:hover {
  background: #f2f2f2;
}
.lang_switcher_class .lang_list_class li a {
  display: block;
  width: 100%;
  padding: 8px 15px;
  background: white;
  color: #10154b;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.scrolled .language .lang_switcher_class {
  color: #11154B;
}
.language .lang_switcher_class {
  color: white;
}
.lang_switcher_class .lang_list_class li:first-child {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.lang_switcher_class .lang_list_class li:last-child {
  border-radius: 0 0 3px 3px;
  overflow: hidden;
}
.lang_switcher_class .lang_list_class li:first-child a {
  padding-top: 18px;
  color: #E36453 !important;
}
.lang_switcher_class .lang_list_class li:last-child a {
  padding-bottom: 18px;
}
.lang_switcher_class .lang_list_class:before{
  display:none;
}
.lang_switcher_class .lang_list_class:after {
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  width: 0;
  height: 0;
  right: 0;
  left: auto;
  transform: none;
  margin-right: 9px;
  margin-top: 0;
  top: -3px;
}
.lang_switcher_class .globe_class:after {
  content: '';
  position: absolute;
  right: 0;
  width: 4px;
  height: 4px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-radius: 1px;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -3px;
}
.lang_switcher_class .globe_class:before {
  content: 'QUI';
  font-weight: 600;
  color: inherit;
  font-size: 14px;
  padding-right: 15px;
}
.lang_switcher_class.English .globe_class:before {
  content: 'ENG';
}
.lang_switcher_class.Dansk .globe_class:before {
  content: 'DEN';
}
.lang_switcher_class.Deutsch .globe_class:before {
  content: 'DE';
}
.lang_switcher_class.Suomi .globe_class:before {
  content: 'FIN';
}
.lang_switcher_class.Nederlands .globe_class:before {
  content: 'NED';
}
.lang_switcher_class.Norsk .globe_class:before,
.lang_switcher_class.Norwegian .globe_class:before{
  content: 'NOR';
}
.lang_switcher_class.Svenska .globe_class:before {
  content: 'SWE';
}

.customer--lang--nav,
.press--lang--nav{
  display:none;
}

footer .language .lang_switcher_class .lang_list_class {
  bottom: 100%;
  top: auto;
  padding-top: 0;
    
    right: auto;
  left: 0;
}
footer .lang_switcher_class .lang_list_class:after {
  top: auto;
  bottom: 0;
  transform: rotate(180deg);
  margin-bottom: -17px;
    
    right: auto;
    left: 20px;
}
.footer-privacy-menu {
  margin: 19px 0 5px;
}
footer .language {
  margin: 10px 0;
}

.lang_switcher_class .globe_class:after {
    border-color: white;
}


.navigation-menu .lang_switcher_class .globe_class:after {
    border-color: white;
}

.dark-nav .navigation-menu .lang_switcher_class .globe_class:after {
    border-color: #11154B;
}
.scrolled .navigation-menu .lang_switcher_class .globe_class:after {
    border-color: #11154B;
}




/* Social media */
.icons8{
  display: inline-block;
  height: inherit;
  width: inherit;
  background-size: contain;
  max-height:inherit;
  background-size: 100%;
}
.icons8 svg {
  width: 100%;
  max-height: inherit;
  fill: #46423f;
  height: 100%;
  transition:all .2s ease;
}
.social-media a:hover svg{
  fill: #60c587;
}
.social-media {
  margin-top: 15px;
}
.social-media a {
  width: 20px;
  height: 20px;
  max-height:20px;
  display: inline-block;
  margin-right: 2px;
}
footer .btn.video-btn:after,
footer .btn.video-btn:before{
  display:none;
}
footer .btn.video-btn {
  padding: 0 !important;
}


/* Nav dropdown */
nav li.hs-item-has-children>ul{
  left: auto !important;
  top:100%;
  right: 20px;
  -webkit-box-shadow: 0 5px 20px -5px rgba(0,0,0,.1);
  -moz-box-shadow: 0 5px 20px -5px rgba(0,0,0,.1);
  box-shadow: 0 5px 20px -5px rgba(0,0,0,.1);
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: 80vh;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
nav li.hs-item-has-children>ul::-webkit-scrollbar { 
  display: none;
}
nav li.hs-item-has-children:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -7px;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  z-index: 99;
  -webkit-transform:scale(0);
  -moz-transform:scale(0);
  -ms-transform:scale(0);
  -o-transform:scale(0);
  transform:scale(0);
  -webkit-transform-origin:bottom;
  -moz-transform-origin:bottom;
  -ms-transform-origin:bottom;
  -o-transform-origin:bottom;
  transform-origin:bottom;
  -webkit-transition:all .1s ease;
  -o-transition:all .1s ease;
  -moz-transition:all .1s ease;
  transition:all .1s ease;
}
nav li.hs-item-has-children:hover:after{
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
}
nav li.hs-item-has-children>ul li.hs-menu-depth-2>a {
  width: auto !important;
  max-width: 100% !important;
  min-width:250px;
  color: #10154b;
  text-transform: uppercase;
  font-weight: 600;
  padding: 20px 40px 20px 60px !important;
  background: white;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
nav li.hs-item-has-children>ul>li:first-child>a{
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
nav li.hs-item-has-children>ul>li:last-child>a{
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

nav li.hs-item-has-children>ul>li a.priority {
  background: white;
  border-bottom: 1px solid #b7c8cc;
  padding-left: 25px !important;
  padding-top: 48px !important;
}
nav li.hs-item-has-children>ul>li a.priority:hover {
  background: white !important;
  color: #11154b;
}
nav li.hs-item-has-children>ul>li a.priority .nav-product {
  top: 20px;
}
nav li.hs-item-has-children>ul>li a.priority .navdescription {
  max-width: 100%;
}

nav .hs-menu-depth-1>a[href="javascript:;"] {
  cursor: default;
}
nav li.hs-item-has-children>ul li.hs-menu-depth-2>a:hover {
  background:#f2f2f2;
}
.navdescription {
  display: inline-block;
  max-width: 150px;
  text-transform: none;
  font-weight: 400;
  opacity: .6;
  white-space: normal;
  margin-top: 5px;
}
.navicon{
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 25px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.nav-2020-directions {
    background-image: url('https://www.quinyx.com/hubfs/2020%20icons/petroleum/Icons%20Petrol_Directions.png');
}
  
.nav-2020-healthcare {
    background-image: url('https://www.quinyx.com/hubfs/2020%20icons/petroleum/Icons%20Petrol_Healthcare.png');
}
  
.nav-2020-manufacturing {
    background-image: url('https://www.quinyx.com/hubfs/2020%20icons/petroleum/Industry.png');
}

.nav-2020-facility {
    background-image: url('https://www.quinyx.com/hubfs/2020%20icons/Facility.png');
}

.nav-2020-integrations {
    background-image: url('https://www.quinyx.com/hubfs/2020%20icons/petroleum/Icons%20Petrol_Pocket%20Knife%20%283%29.png');
}

.nav-2020-truck {
    background-image: url('https://www.quinyx.com/hubfs/2020%20icons/petroleum/Icons%20Petrol_Truck.png');
}

.nav-2020-coffee {
    background-image: url('https://www.quinyx.com/hubfs/2020%20icons/petroleum/Icons%20Petrol_Coffee%20%281%29.png');
}

.nav-2020-burger {
    background-image: url('https://www.quinyx.com/hubfs/2020%20icons/petroleum/Icons%20Petrol_Burger.png');
}

.nav-2020-basket {
    background-image: url('https://www.quinyx.com/hubfs/2020%20icons/petroleum/Icons%20Petrol_Basket%20%282%29.png');
}

.nav-2020-phone-and-computer {
    background-image: url('https://www.quinyx.com/hubfs/2020%20icons/petroleum/Icons%20Petrol_Phone%20and%20Computer.png');
}

.nav-2020-mic {
    background-image: url('https://www.quinyx.com/hubfs/2020%20icons/petroleum/All_Mic.png');
}

.nav-hot-coffee {
    background-image: url('https://www.quinyx.com/hubfs/Icons_2019/hot-coffee.svg');
}
.nav-success {
    background-image: url('https://www.quinyx.com/hubfs/Icons_2019/success.svg');
}
.nav-manual {
    background-image: url('https://www.quinyx.com/hubfs/Icons_2019/manual.svg');
}
.nav-calendar {
    background-image: url('https://www.quinyx.com/hubfs/Icons_2019/calendar.svg');
}

.nav-resources {
  background-image: url(https://enjoy.quinyx.com/hubfs/Icons_2019/resources.png);
}
.nav-events {
  background-image: url(https://1545537.fs1.hubspotusercontent-na1.net/hubfs/1545537/Images/Icons/nav-icons/events-nav-icon.png);
}
.nav-retail {
  background-image: url(https://enjoy.quinyx.com/hubfs/iGoMoon2017/Icons/Retail.png);
}
.nav-healthcare {
  background-image: url(https://enjoy.quinyx.com/hubfs/iGoMoon2017/Icons/Healthcare.png);
}
.nav-hospitality {
  background-image: url(https://enjoy.quinyx.com/hubfs/iGoMoon2017/Icons/Hospitality2.png);
}
.nav-transportation {
  background-image: url(https://enjoy.quinyx.com/hubfs/iGoMoon2017/Icons/TransporationAndWarehousing.png);
}
.nav-partner {
  background-image: url(https://enjoy.quinyx.com/hubfs/Icons_2019/partners.svg);
}
.nav-support {
  background-image: url(https://enjoy.quinyx.com/hubfs/Icons_2019/support.svg);
}
.nav-product {
  background-image: url(https://enjoy.quinyx.com/hubfs/Icons_2019/product.png);
}
.nav-privacy {
  background-image: url(https://enjoy.quinyx.com/hubfs/Icons_2019/gdpr.svg);
}
.nav-aboutus {
  background-image: url(https://enjoy.quinyx.com/hubfs/Icons_2019/about-us.svg);
}
.nav-academy {
  background-image: url(https://enjoy.quinyx.com/hubfs/Icons_2019/learning.svg);
}
.nav-becomepartner {
  background-image: url(https://enjoy.quinyx.com/hubfs/Icons_2019/apply.svg);
}
.nav-career {
  background-image: url(https://enjoy.quinyx.com/hubfs/Icons_2019/briefcase.svg);
}
.nav-newspress {
  background-image: url(https://enjoy.quinyx.com/hubfs/Icons_2019/press.svg);
}
.nav-resources {
  background-image: url(https://enjoy.quinyx.com/hubfs/iGoMoon2017/Icons/Resources.png);
}
.nav-getstarted {
  background-image: url(https://enjoy.quinyx.com/hubfs/Icons_2019/rocket.svg);
}
.nav-increase {
  background-image: url(https://www.quinyx.com/hubfs/Icons_2019/018-increase.svg);
}
.nav-2020-stars {
    background-image: url('https://www.quinyx.com/hubfs/2020%20icons/petroleum/Icons%20Petrol_Stars.png');
}
.nav-2020-party {
    background-image: url('https://www.quinyx.com/hubfs/2020%20icons/petroleum/Icons%20Petrol_Party.png');
}
.nav-talking {
    background-image: url(https://www.quinyx.com/hubfs/2020%20icons/petroleum/Icons%20Petrol_Talking.png%27);
}
.nav-communication {
    background-image: url(https://www.quinyx.com/hubfs/Icons%20Petrol_Communication.png%27);
}

/* Nav 2019 */
.nav-resources--2019 {
  background-image: url(https://enjoy.quinyx.com/hubfs/Icons_2019/resources.png);
}
.nav-events--2019 {
  background-image: url(https://1545537.fs1.hubspotusercontent-na1.net/hubfs/1545537/Images/Icons/nav-icons/events-nav-icon.png);
}
.nav-retail--2019 {
  background-image: url(https://enjoy.quinyx.com/hubfs/Icons_2019/retail.png);
}
.nav-healthcare--2019 {
  background-image: url(https://enjoy.quinyx.com/hubfs/iGoMoon2017/Icons/Healthcare.png);
}
.nav-hospitality--2019 {
  background-image: url(https://enjoy.quinyx.com/hubfs/iGoMoon2017/Icons/Hospitality2.png);
}
.nav-transportation--2019 {
  background-image: url(https://enjoy.quinyx.com/hubfs/Icons_2019/transportation_warehouseing.png);
}
.nav-partner--2019 {
  background-image: url(https://enjoy.quinyx.com/hubfs/Icons_2019/partners.svg);
}
.nav-support--2019 {
  background-image: url(https://enjoy.quinyx.com/hubfs/Icons_2019/support.svg);
}
.nav-product--2019 {
  background-image: url(https://enjoy.quinyx.com/hubfs/Icons_2019/product.png);
}
.nav-privacy--2019 {
  background-image: url(https://enjoy.quinyx.com/hubfs/Icons_2019/gdpr.svg);
}
.nav-aboutus--2019 {
  background-image: url(https://enjoy.quinyx.com/hubfs/Icons_2019/about-us.svg);
}
.nav-academy--2019 {
  background-image: url(https://enjoy.quinyx.com/hubfs/Icons_2019/learning.svg);
}
.nav-becomepartner--2019 {
  background-image: url(https://enjoy.quinyx.com/hubfs/Icons_2019/apply.svg);
}
.nav-career--2019 {
  background-image: url(https://enjoy.quinyx.com/hubfs/Icons_2019/briefcase.svg);
}
.nav-newspress--2019 {
  background-image: url(https://enjoy.quinyx.com/hubfs/Icons_2019/press.svg);
}
.nav-resources--2019 {
  background-image: url(https://enjoy.quinyx.com/hubfs/iGoMoon2017/Icons/Resources.png);
}
.nav-getstarted--2019 {
  background-image: url(https://enjoy.quinyx.com/hubfs/Icons_2019/rocket.svg);
}
.nav-scheduling {
  background-image: url(https://www.quinyx.com/hubfs/Icons_2019/scheduling.svg);
}
.nav-timeattendance {
  background-image: url(https://www.quinyx.com/hubfs/Icons_2019/time-and-attendance.svg);
}
.nav-forecasting {
  background-image: url(https://www.quinyx.com/hubfs/Icons_2019/advanced-forcasting.svg);
}
.nav-engagement {
  background-image: url(https://www.quinyx.com/hubfs/Icons_2019/engagement.svg);
}
.nav-reporting {
  background-image: url(https://www.quinyx.com/hubfs/Icons_2019/reporting.svg);
}
.nav-task {
  background-image: url(https://www.quinyx.com/hubfs/Icons_2019/task.svg);
}
/*****
.hs-menu-depth-2:hover {
  opacity: 0.5;
}
***********/

/*****
* BUTTONS BTN *
***********/
.cta_button.btn,
.btn {
  color: white !important;
  background: #004851 !important;
  padding: 15px 55px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  display: inline-block !important;
  text-transform: none !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
.btn-secondary{
  background: #658990 !important;
}
.top__block--subpage--wrapper .btn-secondary {
  margin-top: 20px;
  background: transparent !important;
  border: 2px solid;
}
.btn:hover {
  -webkit-transform: scale(1.05) translateY(-5px);
  -moz-transform: scale(1.05) translateY(-5px);
  -ms-transform: scale(1.05) translateY(-5px);
  -o-transform: scale(1.05) translateY(-5px);
  transform: scale(1.05) translateY(-5px);
  -webkit-box-shadow: 0 15px 20px -5px rgba(0,0,0,.1);
  -moz-box-shadow: 0 15px 20px -5px rgba(0,0,0,.1);
  box-shadow: 0 15px 20px -5px rgba(0,0,0,.1);
}
.btn{
  transition:all .2s ease;
  cursor:pointer;
}
.btn-block{
  width:100%;
}

.btn.video-btn:after {
  border-left: 9px solid #ffe988;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  width: 0;
  height: 0;
  display: inline-block;
  margin-right: 5px;
  margin-top: -6px;
}
.btn.video-btn:before {
  width: 16px;
  height: 16px;
  background: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 3px solid #ffe988;
  margin-top: -11px;
}
.btn.video-btn:after,
.btn.video-btn:before{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transition:all .2s ease;
  -o-transition:all .2s ease;
  -moz-transition:all .2s ease;
  transition:all .2s ease;
}
.btn.video-btn {
  background: transparent !important;
  padding: 10px 30px 10px 0 !important;
  color: inherit !important;
  font-weight: 600 !important;
  position: relative;
}
.btn.video-btn:hover:after {
  margin-right: 0;
}
.btn.video-btn:hover:before {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.btn.video-btn:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.text-link {
  display: block;
  padding: 10px;
  margin-top: 10px;
  font-weight:600;
  color:#5c4173;
}
a.text-link:hover{
  color:#61c587;
}
.overlay a.text-link:hover {
  color: #60c587;
}
.overlay a.text-link {
  color: #ffe788;
}

button.btn.btn-primary.disabled:hover {
  transform: none;
  box-shadow: none;
}
button {
  border: 0;
}
button.btn.btn-primary.disabled {
  background-color: #999999 !important;
  cursor: not-allowed;
}
.btn-link:hover {
  transform: none;
  box-shadow: none;
  text-decoration: underline;
}
.btn.btn-link-dark {
  color: #46423f !important;
}
.btn-link {
  background: transparent !important;
  padding: 10px 30px 10px 0 !important;
  color: inherit !important;
  font-weight: 600 !important;
  position: relative;
  margin-top: 10px;
}







/*******
* TOP BLOCK *
*********/
.top__block--start--wrapper {
  padding: 270px 0 170px;
}
.top__block--wrapper .video-btn {
  margin-top: 20px;
}
.top__block--wrapper h1 {
  color: inherit;
}
.top__block--subpage--wrapper {
  padding: 210px 0 140px;
}
.top__block--subpage--wrapper .blurb {
  max-width: 550px;
}




/****
* MOCKUPS *
*******/
.mockup {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
}
.right-mockup {
  right: 0;
  bottom: 0;
  height: -webkit-calc(100% - 100px);
  height: -moz-calc(100% - 100px);
  height: calc(100% - 100px);
  width: 40vw;
  background-position: bottom right;
}

.single-mockup-overflow--top{
  position: absolute;
  right: 0;
  height: -webkit-calc(100% + 80px);
  height: -moz-calc(100% + 80px);
  height: calc(100% + 80px);
  bottom: 0;
  width: 30%;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  -webkit-transition:all .2s ease;
  -o-transition:all .2s ease;
  -moz-transition:all .2s ease;
  transition:all .2s ease;
}








/*****
* HORIZONTAL LINKS *
***************/
.horizontal--wrapper ul {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #d8e1e3;
  margin:0;
}
.horizontal--wrapper ul li {
  list-style-type:none;
}

.horizontal--wrapper ul a {
  font-size: 14px;
  display:block;
  max-width: 100% !important;
  overflow: visible !important;
  -o-text-overflow: unset !important;
  text-overflow: unset !important;
  color: inherit;
  opacity: .5;
  padding: 25px !important;
}
.horizontal--wrapper ul a:hover {
  background: #d8e1e3;
  opacity:1;
  color: white;
}






/******
* CASE BLOCK *
*********/
.customer-case__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.customer-case__block--img,
.customer-case__block--info {
  width: 100%;
  max-width: 50%;
}
.customer-case__block--img {
  margin: 50px 0;
  position:relative;
}
.customer-case__block--wrapper {
  margin-bottom: 80px;
}
.customer-case__block--info p {
  font-size: 16px;
}
.customer-case__block--info a.link {
  color: #658990;
  text-align: right;
  display: block;
}
a.link:hover {
  transform: translateX(10px);
}
.customer-case__block--info img {
  max-width: 150px;
  width: 100% !important;
  height:auto !important;
  margin-bottom: 20px;
}
.customer-case__block--info {
  padding: 80px 80px 60px;
}
.customer-case__block--info .info p strong {
  font-size: 20px;
  font-weight: 600;
}
.customer-case__block .banner:before {
  content: '';
  position: absolute;
  border-right: 13px solid #64898f;
  border-top: 24px solid transparent;
  border-bottom: 0px solid transparent;
  top: 0;
  left: 0;
  margin-left: -12px;
  margin-top: 0px;
}
.customer-case__block .banner:after {
  content: '';
  position: absolute;
  border-left: 40px solid #64898f;
  border-top: 24px solid transparent;
  border-bottom: 0px solid transparent;
  top: 0;
  right: 0;
  margin-right: -39px;
  margin-top: 0px;
}
.customer-case__block .banner {
  display: inline-block;
  font-weight: 600;
  letter-spacing: .5px;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  line-height: 1;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
  left: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  margin-top: 10px;
  margin-left: -10px;
  width: 100px;
  background: #658990;
  padding: 6px 0;
  text-align: center;
}
.banner-shadow--right {
  position: absolute;
  right: 0;
  border-bottom: 12px solid #46423f;
  border-left: 21px solid transparent;
  border-right: 11px solid transparent;
  bottom: 0;
  margin-right: -47px;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  margin-bottom: -8px;
}
.banner-shadow--left {
  position: absolute;
  left: 0;
  border-right: 7px solid #46423f;
  border-top: 5px solid transparent;
  border-bottom: 11px solid transparent;
  bottom: 0;
  margin-left: -13px;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  margin-bottom: -12px;
}
.customer-case__block .info {
  font-weight: 600;
  margin-bottom: 30px;
}
.customer-case__block .info a.link {
  color:#5c4173;
}

.hs_cos_wrapper_type_inline_rich_text .hs-responsive-embed iframe {
  height: 20vw;
}

/* Latest blog post */
.latest-blog--post--wrapper .customer-case__block--img {
  margin: 0;
}
.latest-blog--post--wrapper .customer-case__block--info {
  padding: 50px 60px;
}
.latest-blog--post--wrapper .customer-case__block--info a.link {
  margin-top: 30px;
  color:#5c4173;
}
.latest-blog--post--wrapper .btn {
  margin-top: 80px;
}
.latest-blog--post--wrapper .customer-case__block--wrapper{
  margin-bottom:0;
}
.latest-blog--post--wrapper .customer-case__block .banner:before {
  border-right: 13px solid #a94e4d;
}
.latest-blog--post--wrapper .customer-case__block .banner:after {
  border-left: 40px solid #a94e4d;
}
.latest-blog--post--wrapper .customer-case__block .banner {
  background: #a94e4d;
}

/****
* PRODUCTS PAGE JUNE 2019 *
******/

.products-page .products-blurb a {
  font-family: 'Poppins', sans-serif; 
  font-size: 18px; 
  font-weight: bold; 
  color: #E36453; 
  position: relative; 
  transition: all 200ms ease; 
}

.products-page .products-blurb a::after {
  content: "";
  margin-left: 5px;
  position: absolute;
  height: 4px;
  width: 4px;
  border-left: 2px solid #E36453;
  border-top: 2px solid #E36453;
  top: 10px;
  transform: rotate(135deg);
  transition: all 200ms ease; 
  
}

.products-page .products-blurb a:hover {
  opacity: 0.8; 
}

.products-headline {
  font-family: 'Poppins', sans-serif; 
  /*font-size: 50px;*/ 
  color: #11154B; 
  line-height: 60px; 
  font-weight: 700;   
  max-width: 768px; 
  margin: auto; 
  margin-bottom: 30px; 
}

.products-sub-headline {
  font-family: 'Poppins', sans-serif; 
  font-size: 16px;
  text-transform: uppercase; 
  color: #11154B; 
  line-height: 24px; 
  font-weight: 900; 
  margin-bottom: 10px; 
}
  
.products-blurb {
  font-family: "Poppins", sans-serif; 
  font-size: 18px; 
  line-height: 34px; 
  color: #333333; 
  width: 100%; 
  max-width: 768px; 
  margin: auto; 
  margin-bottom: 30px; 
}

.products-blurb p {
  font-family: "Poppins", sans-serif; 
  font-size: 18px; 
  line-height: 34px; 
  color: #333333; 
  width: 100%; 
  max-width: 768px; 
  margin: auto; 
}

.products-shadow {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(22,43,100,0.10);
  -moz-box-shadow: 0px 0px 40px 0px rgba(22,43,100,0.10);
  box-shadow: 0px 0px 40px 0px rgba(22,43,100,0.10);
}

.products-shadow--slider {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(22,43,100,0.10);
  -moz-box-shadow: 0px 0px 40px 0px rgba(22,43,100,0.10);
  box-shadow: 0px 0px 40px 0px rgba(22,43,100,0.10);
}

.products-padding {
  padding: 100px 0; 
}

@media (max-width: 768px) {
  
  .products-headline {
    font-size: 30px; 
    line-height: 48px; 
  }
  
  
  .products-padding {
    padding: 50px 0; 
  } 
  

  .products-shadow--slider {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(22,43,100,0.10);
    -moz-box-shadow: 0px 0px 10px 0px rgba(22,43,100,0.10);
    box-shadow: 0px 0px 10px 0px rgba(22,43,100,0.10);
  }
}


/****
* FOOTER *
******/
footer{
  background:#d8e1e3;
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
}
footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
  transform: translateX(5px) scale(1.1);
}
.footer-logo svg {
  -webkit-transition: all .3s ease 1s;
  -o-transition: all .3s ease 1s;
  -moz-transition: all .3s ease 1s;
  transition: all .3s ease 1s;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.footer-logo.bottom-reached svg {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.footer-logo svg {
  max-height: 40px;
}








/****
* LANDING PAGE *
***********/
.landing-page__block h1,
.landing-page__block--wrapper .container{
  max-width: 800px;
  margin-left: auto;
  padding-right: 30px;
  margin-right: 0;
    font-weight: 700;
}
.landing-page--form {
  max-width: 400px;
  padding-left: 30px;
  padding-right:30px;
}
.landing-page__block .right {
  margin: 0 !important;
}
.landing-page--form form {
  margin-top: 20px;
}
.landing-page__block--wrapper .content {
  padding: 0 15px;
}
.landing-page__block p{
  font-size:16px;
}
.landing-page__block .hs_cos_wrapper_type_inline_rich_text>p>strong:first-child {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}
.landing-page--form .icon {
  width: 200px;
  height: 200px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 30px;
}
body .landing-page--form form input[type="submit" i] {
  width:100%;
}

blockquote {
  font-size: 22px;
  text-align: center;
}
.quote--person p {
  margin: 0;
  font-size:inherit;
}
.quote--person {
  font-size: 14px;
  text-align: left;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.quote--person .photo {
  width: 60px;
  height: 60px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
    flex: 1 1 60px;
}
.quote--person .info strong {
  text-transform: none;
}
.quote--person .info {
  padding-left: 20px;
  text-transform: uppercase;
        flex: 1 1 calc(100% - 60px);
}
.landing-page--text blockquote {
  display: block;
  margin-top: 70px;
}
.quote__block blockquote {
  font-size: 30px;
  max-width: 560px;
  padding: 0 40px;
  position: relative;
}
.quote__block .quote--person .info {
  padding: 0;
}
.quote__block .quote--person {
  text-align: center;
  font-size: 16px;
}

.hs_cos_wrapper_type_inline_rich_text ul {
  padding: 0;
  list-style-type: none;
}
.hs_cos_wrapper_type_inline_rich_text ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 5px;
  background: #a94e4d;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-top: 10px;
}
.hs_cos_wrapper_type_inline_rich_text ul li {
  margin: 10px 0;
  position: relative;
  padding-left: 20px;
  font-weight: 500;
}

/* ADVANCED LANDING PAGE */
.advanced-landing-page .span4.right {
  width: 33.333%;
}
.advanced-landing-page .span8.left {
  width: 66.666%;
}
.advanced-landing-page .flex-wrapper>div>div>.row-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.lp--text__block--wrapper{
  padding-right:100px;
}
.landing-page__block--wrapper .text-container h2 {
  margin-bottom: 60px;
}
.landing-page__block--wrapper .text-container {
  max-width: 640px;
  margin-left: 0;
}
.landing-page__block--wrapper .blurb__block{
  max-width:50%;
}
.landing-page__block--wrapper .flex-wrapper > .speakers__block{
  width:33.333%;
}

.no-nav-scroll nav{
  position: absolute;
}
.no-nav-scroll.scrolled nav {
  padding: 30px;
  background: inherit;
}
.no-nav-scroll.scrolled .nav--logo .st1{
  fill: white;
}

/* Events blog */
.events--blog.hs-blog-listing .span8.left {
  width: 100%;
}
center .counter-clock:after {
  left: 50%;
  margin-left: -7.5%;
}
.counter-clock:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
  height: 2px;
  background: white;
  opacity: .3;
}
.counter-clock {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  padding-bottom: 20px;
}

/* Quote block on Partner */
.partner--quote {
  max-width: 33.333%;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.partner--quotes--wrapper {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -80px;
  width: 100%;
}
.partner--quote__block {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  max-width:99.999%;
}
.partner--quote--photo {
  width: 100px;
  height: 100px;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-top: -50px;
}
.loaded .partner--quote:nth-of-type(3n+2) {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}
.partner--quote {
  position: relative;
  -webkit-transition: all .5s ease 2s;
  -o-transition: all .5s ease 2s;
  -moz-transition: all .5s ease 2s;
  transition: all .5s ease 2s;
}
.become-partner--page .top__block--subpage--wrapper {
  padding-bottom: 200px;
}











/***
* FORMS *
*****/
form{
  position:relative;
}
body textarea,
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 select {
  padding: 17px 20px !important;
  border: 0;
  font-size: 16px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f0f6f7;
  height:auto !important;
  font-family: 'Poppins', sans-serif !important;
  width:100% !important;
}
body input[type="number"] {
  width: 100% !important;
}
body select {
  height: 52px !important;
  color: #757575;
  padding:0 10px !important;
}
body textarea {
  min-height: 120px;
  width:100% !important;
}
body .hs-form-field {
  margin-bottom: 10px;
  position:relative;
}
body .hs-form-field>label {
  /*
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 5px;
  text-align:left;
  display: block;
  */
  display:none;
}
form .input>label {
  background: transparent !important;
}
.input {
  position: relative;
}
ul.hs-error-msgs label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background: red;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 10px;
}
ul.hs-error-msgs label {
  font-size: 11px;
  margin: 0;
  padding: 5px 10px;
  line-height: 1;
  background: red;
  color: white;
  font-weight: bold;
}
ul.hs-error-msgs {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  top: 100%;
  z-index:3;
  display:none;
}
body input[type="submit"]:hover {
  background: #658990;
  color: white;
}
body input[type="submit"] {
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 15px 30px;
  display: inline-block;
  margin-top: 30px;
  font-size: 16px;
  cursor: pointer;
  background:#61c587;
  color:white;
  font-weight:500;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  min-width:50%;
}

.primary-color-purple input[type="submit"],
.primary-color-purple input[type="submit"]:hover {
    background: #782493;
    transition: ease all 0.2s:
}
.primary-color-purple input[type="submit"]:hover {
    -webkit-transform: scale(1.05) translateY(-5px);
    -ms-transform: scale(1.05) translateY(-5px);
    transform: scale(1.05) translateY(-5px);
    -webkit-box-shadow: 0 15px 20px -5px rgba(0,0,0,.1);
    box-shadow: 0 15px 20px -5px rgba(0,0,0,.1);
}

.primary-color-purple a,
.primary-color-purple a:focus,
.primary-color-purple a:hover {
    color: #782493;
}


body .input>label {
  background: transparent !important;
}

form ul.inputs-list label span {
  padding-left: 10px;
  font-weight: 600;
  font-size: 14px;
  color: #0c0d0d;
}
form ul.inputs-list label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
form ul.inputs-list {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 0;
}

img.icon {
  max-height: 60px;
  margin-bottom: 20px;
  width: auto;
}
fieldset.form-columns-1,
fieldset.form-columns-2,
fieldset.form-columns-3 {
  width: 100%;
  max-width: 100% !important;
}

fieldset.form-columns-3 .hs-form-field {
	width: 33.333% !important;
}
.form-columns-3
.input.invalid .hs-error-msgs,
.input.invalid .hs-error-msgs label {
  display: block !important;
}
.input ul.hs-error-msgs {
  display: none;
}
input.hs-input:invalid + .hs-error-msgs {
  display: block;
}
.invalid input.hs-input:valid + .hs-error-msgs,
.invalid input.hs-input:valid + .hs-error-msgs label {
  display: none !important;
}
input.hs-input:not(:placeholder-shown):invalid,
.focused input.hs-input:invalid{
  background: rgba(255,0,0,.1);
}
/*.focused input.hs-input:valid {
  background: rgba(96,197,135,.15);
}*/


/* Placeholder */
body form .hs-form-field.dropdown>label{
  display:block;
}
.dropdown .input {
  padding: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f0f6f7;
}
.input>label,
body form .hs-form-field.dropdown>label{
  position: absolute;
  top: 3px;
  font-size: 10px;
  padding-left: 20px;
  font-weight: 600;
  color: #74716e;
  z-index:1;
}

/* Get in touch */
body .get-in-touch--wrapper form .hs_submit {
  max-width: 100%;
  width: 100%;
}
.get-in-touch--wrapper h2 {
  max-width: 800px;
}
body .get-in-touch--wrapper form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
body .get-in-touch--wrapper form .hs-form-field,
body .get-in-touch--wrapper form .hs-dependent-field{
  max-width: 99.9999%;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
  -moz-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  padding: 0 5px;
}
body form .hs-form-field {
  margin-bottom: 10px;
  position: relative;
}
body .get-in-touch--wrapper form .hs-form-field.textarea {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -moz-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}











/****
* BLURBS BLOCK *
***********/
.blurb__block {
  max-width: 33.333%;
  padding: 20px;
  margin-top: 30px;
}
.blurb__block h3 {
  font-size: 16px;
  margin: 20px 0 10px;
}
.blurb__block p {
  font-size: 16px;
  margin: 0;
}
.blurb__block p .cta_button.btn {
  margin-top: 15px;
  background: #658990 !important;
}
.blurb__block img {
  max-height: 40px;
  width: auto;
}





/*****
* TEXT / IMAGE BLOCK *
***********/
.text-image__block {
  margin-top: 60px;
}
.text-image__block--text {
  padding: 20px;
}
.text-image__block.flex-wrapper:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}


/****
* IMAGE BLOCK *
**********/
.hs_cos_wrapper_type_widget_container>.hs_cos_wrapper_type_module {
  text-align: center;
}
.hs_cos_wrapper_type_widget_container>.hs_cos_wrapper_type_module>.hs_cos_wrapper_type_linked_image {
  margin: auto;
}
.top__block--wrapper {
  text-align: left;
}



/****
* OUR CUSTOMERS *
***********/
.customer__block--logo {
  position: absolute;
  height: 160px;
  width: 260px;
  display: block;
  z-index: 2;
  left: 50%;
  top: 0;
  margin-left: -130px;
  margin-top: -80px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-size: 60% 60%;
  -moz-background-size: 60%;
  -o-background-size: 60%;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center center;
}
.customer__block--logo--wrapper {
  position: relative;
  height: 100px;
  background: #f0f6f7;
}

/* LISTING */
.customer--listing--box {
  max-width: 33.333%;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.customer--listing--box>a {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 99.999%;
}
.customer--listing--box .padding-box{
  padding:40px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -moz-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  max-width: 99.999%;
  width: 99.999%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.customer--listing--box .padding-box .description {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.customer--listing--logo {
  width: 140px;
  height: 100px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.customer--listing--box a:hover {
  -webkit-transform: scale(1.05) translateY(-10px);
  -moz-transform: scale(1.05) translateY(-10px);
  -ms-transform: scale(1.05) translateY(-10px);
  -o-transform: scale(1.05) translateY(-10px);
  transform: scale(1.05) translateY(-10px);
  -webkit-box-shadow: 0 10px 70px rgba(0,0,0,.15);
  -moz-box-shadow: 0 10px 70px rgba(0,0,0,.15);
  box-shadow: 0 10px 70px rgba(0,0,0,.15);
}
.customer--listing--box a {
  color: inherit;
}
.blog-section{
  display:block;
}

.blog-pagination a:hover {
  color:#61c587;
}
.blog-pagination a {
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 10px;
}
.blog-pagination {
  margin-top: 30px;
  padding: 20px;
  text-align: right;
  border-top: 1px solid rgba(0,0,0,.05);
}

/* Partner */
.partner--listing .extra--info {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.partner--listing .extra--info .category {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.partner--link a:before,
.partner--link .partner--link--hover:before{
  content: '?';
  font-weight: 900;
  color: #61c587;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -3px;
  margin-left: -3px;
  -webkit-transition:all .2s ease;
  -o-transition:all .2s ease;
  -moz-transition:all .2s ease;
  transition:all .2s ease;
}
.partner--link a,
.partner--link .partner--link--hover{
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  background: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #61c587;
  cursor: pointer;
}
.customer--listing--box .partner--link a:hover:before,
.partner--link .partner--link--hover:hover:before{
  color: white;
}
.customer--listing--box .partner--link a:hover,
.partner--link .partner--link--hover:hover{
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #61c587;
}

.partner--link--hover span:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  display: block;
  background: #46423f;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  margin-bottom: -4px;
  transform: rotate(45deg);
}
.partner--link--hover span {
  width: 220px;
  background: #46423f;
  display: inline-block;
  bottom: 100%;
  position: absolute;
  color: white;
  font-weight: 600;
  font-size: 12px;
  right: 0;
  margin-right: -105px;
  padding: 5px 10px;
  margin-bottom: 10px;
  transition: all .2s ease;
  transform: scale(0);
  transform-origin: bottom;
}
.partner--link--hover:hover span{
  transform: scale(1);
}

/* Resources */
.resources--wrapper .customer--listing--box {
  max-width: 50%;
}
.resources--wrapper .customer--listing--box .text {
  max-width: 60%;
}
.resources--wrapper .customer--listing--box .image {
  max-width: 40%;
}
.resources--wrapper .customer--listing--box .extra--info .category {
  text-transform: none;
  color: #61c587;
}
.resources--wrapper .customer--listing--box .extra--info {
  margin-top: 0;
}
.resources--wrapper .customer--listing--box h3 {
  font-size: 16px;
  text-transform: none;
  margin-top: 15px;
}
.resources--wrapper .customer--listing--box p {
  font-size: 14px;
}

/* SORTING */
.sort--nav {
  background: #f5f5f5;
  padding: 10px 0;
}
.sort--nav h3 {
  display: none;
}
.sort--nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.sort--nav ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  line-height:1;
}
.sort--nav a {
  font-size: 14px;
  color: inherit;
  padding: 10px 25px 10px 25px;
  display: inline-block;
  position: relative;
  text-transform: capitalize;
}
.sort--nav a:before {
  content: '';
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  top:50%;
  margin-top:-8px;
  background: #e8ebed;
  -webkit-box-shadow: inset -1px 1px 8px rgba(0,0,0,.11);
  -moz-box-shadow: inset -1px 1px 8px rgba(0,0,0,.11);
  box-shadow: inset -1px 1px 8px rgba(0,0,0,.11);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.sort--nav a.active:after {
  content: '';
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  background: #5c4173;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  top: 50%;
  margin-top: -4px;
  margin-left: 4px;
}
.sort--nav a.active:hover {
  color: inherit;
}
.sort--nav a:hover {
  color: #5b4172;
}
.sort--nav .filter-link-count{
  display:none;
}
.sort--nav .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-direction:row;
  -moz-box-orient:horizontal;
  -moz-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.sort--nav .container::-webkit-scrollbar { 
  display: none;
}
.sort--nav li:before {
  display: none;
}






/****
* EVENTS BLOCK *
**********/
.events__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 33.333%;
  padding: 15px;
}
.events__block--wrapper.events .events__block {
  max-width: none;
  width: 33.333%;
}

.events__block .padding-box {
  padding: 30px;
}
.events__block a {
  color:inherit;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.events__block--wrapper.events .events__block a {
	width: 100%;
}
.events__block--wrapper.flex-wrapper  {
    max-width: none; 
    width: auto; 
	}
.events__block a:hover {
  -webkit-transform: scale(1.05) translateY(-10px);
  -moz-transform: scale(1.05) translateY(-10px);
  -ms-transform: scale(1.05) translateY(-10px);
  -o-transform: scale(1.05) translateY(-10px);
  transform: scale(1.05) translateY(-10px);
}
.events__block h3 {
  margin-top: 10px;
}
.events__block--image {
  height: 160px;
  background-color: #b8c9cc;
}
.events__block p {
  margin-top: 10px;
}
.events__block .top--info {
  font-weight: 600;
}

.event-countdown-v2 .center h2 {
	text-align: center;
}


/*****
* BLOG LAYOUT *
*********/
/* Listing */
.top--blog__post--info {
  margin: 0 !important;
  padding: 40px;
  color: #4a4744;
}
a.top--blog__post {
  color: inherit;
}
a.top--blog__post:hover {
  -webkit-transform: scale(1.03) translateY(-10px);
  -moz-transform: scale(1.03) translateY(-10px);
  -ms-transform: scale(1.03) translateY(-10px);
  -o-transform: scale(1.03) translateY(-10px);
  transform: scale(1.03) translateY(-10px);
  -webkit-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
  box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
  border-radius: 5px;
  overflow: hidden;
}
.top--blog__post h1,
.blog--listing--wrapper .events__block:nth-of-type(10n + 3) h3,
.blog--listing--wrapper .events__block:nth-of-type(10n + 8) h3,
.blog--listing--wrapper .events__block:nth-of-type(10n + 4) h3,
.blog--listing--wrapper .events__block:nth-of-type(10n + 9) h3{
  font-size: 28px;
  line-height: 150%;
  font-weight: 300;
  color: #46423f;
  margin-bottom: 30px;
  text-transform: none;
  padding:0;
}
.blog--listing--wrapper.related--posts {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top--blog__post .top--info,
.blog--listing--wrapper .events__block:nth-of-type(10n + 3) .top--info,
.blog--listing--wrapper .events__block:nth-of-type(10n + 8) .top--info,
.blog--listing--wrapper .events__block:nth-of-type(10n + 4) .top--info,
.blog--listing--wrapper .events__block:nth-of-type(10n + 9) .top--info{
  font-weight: 600;
  margin-bottom: 30px;
}
.blog--listing--wrapper .events__block {
  max-width:25%;
  font-size: 14px;
}
.blog--listing--wrapper .events__block h3 {
  font-size: 16px;
  line-height:140%;
}
.blog--listing--wrapper .events__block p{
  font-size:inherit;
}
.blog--listing--wrapper .events__block:nth-of-type(10n + 4),
.blog--listing--wrapper .events__block:nth-of-type(10n + 9) {
  max-width: 75%;
}
.blog--listing--wrapper .events__block:nth-of-type(10n + 3),
.blog--listing--wrapper .events__block:nth-of-type(10n + 8) {
  max-width: 50%;
}
.blog--listing--wrapper .events__block:nth-of-type(10n + 3)>a,
.blog--listing--wrapper .events__block:nth-of-type(10n + 8)>a,
.blog--listing--wrapper .events__block:nth-of-type(10n + 4)>a,
.blog--listing--wrapper .events__block:nth-of-type(10n + 9)>a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 99.9999%;
}
.blog--listing--wrapper .events__block:nth-of-type(10n + 3)>a>div,
.blog--listing--wrapper .events__block:nth-of-type(10n + 8)>a>div,
.blog--listing--wrapper .events__block:nth-of-type(10n + 4)>a>div,
.blog--listing--wrapper .events__block:nth-of-type(10n + 9)>a>div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 99.999%;
  max-width: 99.999%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
}
.blog--listing--wrapper .events__block:nth-of-type(10n + 3) .events__block--image,
.blog--listing--wrapper .events__block:nth-of-type(10n + 8) .events__block--image,
.blog--listing--wrapper .events__block:nth-of-type(10n + 3) .events__block--text,
.blog--listing--wrapper .events__block:nth-of-type(10n + 8) .events__block--text {
  max-width: 50%;
}
.blog--listing--wrapper .events__block:nth-of-type(10n + 4) .events__block--image,
.blog--listing--wrapper .events__block:nth-of-type(10n + 9) .events__block--image{
  max-width: 70%;
}
.blog--listing--wrapper .events__block:nth-of-type(10n + 4) .events__block--text,
.blog--listing--wrapper .events__block:nth-of-type(10n + 9) .events__block--text {
  max-width: 30%;
}
/*
.events__block--wrapper .events__block:nth-of-type(2) .white-bg h3 {
color: white;
}
.events__block--wrapper .events__block:nth-of-type(2) .white-bg {
background-color: #322f2d;
color: #cddbdd;
}
.events__block--wrapper .events__block:nth-of-type(2) .white-bg .top--info>span {
color: #cddbdd;
}
.events__block--wrapper .events__block:nth-of-type(2) .white-bg .top--info {
color: #ffe988;
}
*/
.published-by .name {
  font-weight: 600;
}
.published-by {
  font-size: 16px;
  margin-bottom: 10px;
}
.events__block>.cta__block--wrapper {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 10px 10px 30px rgba(0,0,0,.05);
  -moz-box-shadow: 10px 10px 30px rgba(0,0,0,.05);
  box-shadow: 10px 10px 30px rgba(0,0,0,.05);
}
.post--by--info .title {
  text-transform: uppercase;
  padding: 0;
}
.post--by--info a {
  display: block;
  font-weight: 600;
}
.post--by--info {
  padding-left: 20px;
  font-size: 16px;
}
.post--by--photo {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
  margin-top: 30px;
}
.post--by {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


/* Blog listing revamp april 2018 */
.sort--nav--revamp ul li a {
  font-size: 14px;
  color: #46423f;
  font-weight: 600;
  text-transform: capitalize;
  padding: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.sort--nav--revamp ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.blog--revamp--aside h3 {
  display: none;
}
.sort--nav--revamp a .filter-link-count {
  color: #658990;
  font-weight: 500;
}
.sort--nav--revamp ul li a.active {
  color: #64898f;
  font-weight: bold;
}
.sort--nav--revamp a.filter-expand-link {
  font-size: 14px;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #f3f1f1;
}
.blog--revamp--aside h4{
	margin-top:0;
}
.popular-posts__block ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.popular-posts__block li:after {
  content: '';
  display: block;
  clear: both;
}
.popular-posts__block li img {
  width: 60px;
  height: auto;
  display: inline-block;
  float: left;
  margin-top: 5px;
}
.popular-posts__block li a {
  color: #46423f;
  font-size: 14px;
  display: inline-block;
  width: calc(100% - 60px);
  padding: 0 0 0 15px;
  float: right;
}
.popular-posts__block li {
  display: block;
  margin-bottom: 20px;
}
.popular-posts__block ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.popular-posts__block li a:hover {
  color: #60c587;
}
.blog--revamp--listing--wrapper p,
.blog--revamp--listing--wrapper .published-by,
.blog--revamp--listing--wrapper .top--info{
  font-size: 14px;
}
.blog--revamp--listing--wrapper p{
	margin-bottom:0;
}
.blog--revamp--listing--wrapper .published-by .name,
.blog--revamp--listing--wrapper .top--info .topics {
  color: #5c4173;
}
.blog--revamp--listing--wrapper .top--info {
  color: #46423f;
  opacity: .75;
}
.blog--revamp--listing--wrapper .top--blog__post--info {
  padding: 25px 30px;
}
body .subscribe--blog-listing input[type="submit"] {
  width: 100%;
  margin-top: 5px;
}
.blog--revamp--listing--wrapper .cta__block--wrapper .half-container {
  max-width: 700px;
}
.blog--revamp--listing--wrapper .cta__block--wrapper {
  margin-bottom: 30px;
  border-radius: 3px;
}
.blog--revamp--listing--wrapper .cta__block--wrapper .blurb {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
.blog--blog--revamp a.top--blog__post {
  border-radius: 3px;
  overflow: hidden;
}
.subscribe--blog-listing form p {
  font-size: 12px;
  margin: 3px 0;
}
.subscribe--blog-listing .hs_disclaimer_gdpr p:after {
  content: '*';
  margin-left: 3px;
}
.subscribe--blog-listing .hs_disclaimer_gdpr .hs-form-required {
  display: none;
}
a.go-back:before {
  content: '\2039';
  margin-right: 5px;
  transition: all .2s ease;
}
a.go-back:hover:before {
  margin-right: 10px;
}
a.go-back {
  display: inline-block;
  position: relative;
}


/* ** FORM UPDATED STYLING *** */

.get-in-touch--wrapper {
    z-index: 1;
}

.form-updated-style input[type="submit"] {
  border-radius: 60px;
  padding: 10px 40px;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #6EAC66;
  color: #ffffff;
  font-weight: 900;
  margin: auto; 
  border: 3px solid #6EAC66;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(110,172,102,0.36);
  box-shadow: 0px 3px 16px 0px rgba(110,172,102,0.36);
}
  
.form-updated-style input[type="submit"]:hover {
  background-color: #6EAC66;
  opacity: 0.7; 
}

.form-updated-style textarea, 
.form-updated-style input[type="text"], 
.form-updated-style input[type="password"], 
.form-updated-style input[type="datetime"], 
.form-updated-style input[type="datetime-local"], 
.form-updated-style input[type="date"], 
.form-updated-style input[type="month"], 
.form-updated-style input[type="time"], 
.form-updated-style input[type="week"], 
.form-updated-style input[type="number"], 
.form-updated-style input[type="email"], 
.form-updated-style input[type="url"], 
.form-updated-style input[type="search"], 
.form-updated-style input[type="tel"], 
.form-updated-style input[type="color"], 
.form-updated-style select {
  background-image: none !important; 
  background: #F1F3F6 !important; 
  border-radius: 10px !important;
  font-family: "Poppins", sans-serif!important; 
}

.form-updated-style .slider-wrapper label {
  text-align: center !important; 
  font-family: 'Poppins', sans-serif !important;
  font-size: 18px !important; 
  font-weight: 900 !important; 
  color: #333333 !important; 
}

.form-updated-style .slider-wrapper .noUi-horizontal .noUi-handle {
  background-color: #eb9a9d !important; 
} 

.form-updated-style .slider-wrapper .noUi-tooltip {
  font-family: "Poppins", sans-serif!important; 
}

.form-updated-style .hs_disclaimer_gdpr * {
  font-family: "Poppins", sans-serif!important; 
  display: inline-block; 
}

.form-updated-style .hs_disclaimer_gdpr a {
  color: #eb9a9d;
}

.form-updated-style h2 {
  font-family: 'Poppins', sans-serif; 
  font-weight: 700; 
  color: #11154B; 
}

/* Removed as it should not be used */
/*
.download-cta__cta-btn .cta_button:hover {
  background-color: #6EAC66 !important;
  opacity: 0.8 !important; 
}
*/

/***
* NETFLIX SLIDER *
************/
.netflix-slider {
  position: relative;
  overflow: hidden;
}
.netflix-slider .slick-list,
.netflix-slider .slick-track {
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  padding-bottom:15px;
}
.netflix-slider .slick-track {
  padding-bottom:15px;
  margin-bottom:15px;
  margin-left:0;
}
.netflix-slider__inner {
  z-index: 2;
}
.netflix-post{
  color:inherit;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.netflix-post>div{
  background: #fff;
  margin: 15px;
  padding:30px;
  text-align:center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width:99.999%;
  max-width:99.999%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -moz-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.netflix-post:hover {
  -webkit-transform:scale(1.05);
  -moz-transform:scale(1.05);
  -ms-transform:scale(1.05);
  -o-transform:scale(1.05);
  transform:scale(1.05);
}
.netflix-post img {
  max-width:100%;
  max-height:100%;
}
.netflix-post__logo {
  max-width: 150px;
  width:100%;
  height: 75px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.netflix-post__title {
  margin: 0 0 15px;
}
.netflix-slider button.slick-prev.slick-arrow {
  z-index: 9;
  position: absolute;
  left: 0;
  margin-left: 0;
  font-size: 0;
  width: 60px;
  height: -webkit-calc(100% - 30px);
  height: -moz-calc(100% - 30px);
  height: calc(100% - 30px);
  margin-top:-15px;
  bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;

  /*
  background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.35)),to(rgba(0,0,0,0)));
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%);
  background: -moz-linear-gradient(left, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(left, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
  */
}
.netflix-slider button.slick-next.slick-arrow {
  z-index: 9;
  position: absolute;
  right: 0;
  margin-left: 0;
  font-size: 0;
  width: 60px;
  height: -webkit-calc(100% - 30px);
  height: -moz-calc(100% - 30px);
  height: calc(100% - 30px);
  bottom: 0;
  margin-top:-15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent; 
 
  
  /*
  background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0)),to(rgba(0,0,0,0.35)));
  background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%);
  background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%);
  background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
  */
}
.netflix-slider .slick-next:before,
.netflix-slider .slick-prev:before{
  font-size: 70px;
  text-shadow: 0 0 30px rgba(0,0,0,1);
}
.netflix-slider .slick-next:before {
  content: '\203A';
  color: #fff; 
}
.netflix-slider .slick-prev:before {
  content: '\2039';
  color: #fff; 
}

/* News wrapper */
.news--listing--wrapper .netflix-post__title {
  line-height: 120%;
  margin-bottom: 10px;
}
.news--listing--wrapper .netflix-post {
  text-align: left;
  font-size: 16px;
  line-height: 130%;
}
.netflix-post .published {
  margin-bottom: 15px;
}

/* Latest media */
.latest-media--listing--wrapper .netflix-post .image{
  height:180px;
}
.latest-media--listing--wrapper .netflix-post{
  padding:0;
  overflow:hidden;
}
.latest-media--listing--wrapper .netflix-post .text{
  padding:30px 30px 20px;
}
.black-bg h2 {
  color: white;
}
.news--listing--wrapper .netflix-slider {
  margin-top: 40px;
}

.hs-responsive-embed iframe {
  /*min-height: 25vw;*/
}





/*****
* PRESS RELEASES *
**********/
.press-release__block {
  color: inherit;
  font-size: 16px;
  margin: 20px 0 60px;
  display: none;
}
.press-release__block--title {
  font-weight: bold;
}
.press-release__block h3 {
  text-transform: none;
  font-weight: 400;
}
.press-release__block .more {
  font-weight: bold;
  color: #46423f;
  text-align: right;
  margin-top: 10px;
}
.load-more--press{
  -webkit-transition:all .2s ease;
  -o-transition:all .2s ease;
  -moz-transition:all .2s ease;
  transition:all .2s ease;
  margin-top:60px;
  background:#658990 !important;
  cursor:pointer;
}






/****
* ERROR PAGES *
*********/
.error-page--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 180px 0 120px;
}
.error-page__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  color: #46423f;
}






/***
* FAQ BLOCK *
********/
.faq__block--faq--wrapper {
  max-width: 70%;
}
.faq__block--nav {
  max-width: 30%;
  padding: 10px 30px;
}
.faq__block--nav--category {
  display: block;
  padding: 6px;
  color: #658990;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  position: relative;
}
.faq__block--question h3 {
  margin: 0;
  text-transform: none;
  cursor: pointer;
  position:relative;
  font-size:18px;
  padding-right:15px;
}
.faq__block--nav--category:hover {
  color: #60c587;
}
.faq__block--answer p {
  margin: 0;
}
.faq__block--answer {
  padding: 20px 0 20px 30px;
  display: none;
}
.faq__block {
  margin-bottom: 30px;
}
.faq__block--question h3:before {
  content: '';
  position: absolute;
  right: 0;
  margin-right:5px;
  width: 5px;
  height: 5px;
  border-right: 3px solid;
  border-bottom: 3px solid;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
}
.faq__block--question h3.active:before {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -3px;
}
.faq__block--faq {
  margin-bottom: 60px;
}

.faq__block--icon {
  max-width: 25%;
  color: inherit;
  text-align: center;
  font-weight: bold;
  padding: 20px;
}
.faq__block--icons--icon {
  width: 100px;
  height: 100px;
  background-color: #d2dfe3;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto 10px;
  -webkit-background-size: 50% 50%;
  -moz-background-size: 50%;
  -o-background-size: 50%;
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.faq__block--icon:hover .faq__block--icons--icon {
  background-color:#658990;
}
.faq__block--nav:after {
  content: '';
  position: absolute;
  right: 30px;
  height: 100%;
  top: 0;
  width: 1px;
  background: #d3dfe3;
}
.faq__block--nav {
  position: relative;
}
.faq__block--icon--wrapper {
  margin-top: 60px;
}

.faq__block--wrapper {
  text-align: left; 
}







/****
* POPUP BLOCK *
*********/
#popup-block {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(70, 66, 63,.9);
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100vh;
  width: 100vw;
  transition: all .5s ease;
  transform: translateY(-100%) scale(0);
  opacity:0;
  transform-origin: top;
}
.popup-open #popup-block {
  transform: translateY(0%) scale(1);
  opacity:1;
}
.popup__block {
  padding: 80px 40px;
}
.popup__block--lower .span8 {
  text-align: right;
  margin: 0;
}
.popup__block--lower p {
  text-align: inherit;
  margin: inherit;
}
.popup__block--lower .row-fluid {
  display: flex;
  align-items: center;
}
.popup__block--lower {
  padding: 30px 60px;
}
.popup__block--wrapper {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.close:hover:after {
  transform: rotate(-35deg);
}
.close:hover:before {
  transform: rotate(35deg);
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
.close:after, .close:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: #46423f;
  left: 0;
  top: 50%;
  margin-top: -2px;
  border-radius: 3px;
  transition: all .2s ease;
}
.close {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: transparent;
  margin-top: 20px;
  margin-right: 20px;
  cursor: pointer;
}
.submitted .popup__block h2, .submitted .popup__block .blurb {
  display: none;
}
.popup-open {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.toolkit-mobile--nav{
  display:none;
}

.submitted-message {
  background: #64898f;
  padding: 20px;
  color: white;
}




/****
* NOUISlider *
*********/
.slider-wrapper .hs-input[type="number"] {
  width: 100% !important;
}
.slider-wrapper label {
  display: block !important;
  text-align: left;
  font-weight: 600;
  color: black;
  margin-bottom: 50px;
  margin-top: 20px;
}
.slider-wrapper .input {
  display: none;
}
.slider-wrapper + #slider {
  margin-bottom: 30px;
}
.slider-wrapper .noUi-tooltip {
  border: 0;
}

.slider-wrapper .rangeslider--horizontal {
  height: 1px;
}

.slider-wrapper .rangeslider__handle {
  background:#a94e4d;
  width: 20px;
  height: 20px;
}

.slider-wrapper .rangeslider__fill {
  background:#a94e4d;
}

.slider-wrapper .rangeslider__handle:after {
  display:none;
}


.slider-wrapper .noUi-target.noUi-horizontal {
  height: 1px;
  border: 0 !important;
  background: #d1d0cf;
  margin-bottom:30px;
  box-shadow: none !important;
  width: calc(100% - 20px);
}

.slider-wrapper .noUi-connect {
  background:#a94e4d;
}

.slider-wrapper .noUi-horizontal .noUi-handle {
  border-radius: 50%;
  background: #a94e4d;
  width: 20px;
  height: 20px;
  box-shadow: none;
  border: 0;
  top: -9.5px;
  left: -9.5px;
}

.slider-wrapper .noUi-horizontal .noUi-handle:after,
.slider-wrapper .noUi-horizontal .noUi-handle:before {
  display:none;
}




/***
* Payroll solutions *
***/
.payroll__block--illustration {
  max-width: 600px;
  margin: 60px 0;
}
.payroll__block--wrapper .logotype__block--logo img{
	margin:auto;
}
.white-bg button.slick-arrow {
  background: #64898f;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  z-index: 1;
  transition: all .1s ease;
}
.white-bg button.slick-arrow:hover {
    background: #60c587;
}
.white-bg .slick-next:before, .white-bg .slick-prev:before {
  font-weight: bold;
  opacity: 1;
}
.white-bg .slick-prev:before{
	content:'\2039';
}
.white-bg .slick-next:before{
  content: '\203A';
}
.container.border-top {
  padding-top: 80px;
}
.border-top {
  border-top: 1px solid #dde2e3;
}




/***
* Standalone ROI block *
********/
.standalone--roi__block--wrapper {
  padding: 23vw 0;
  box-shadow: inset 0 -10px 80px -30px rgba(69, 84, 86, 0.3);
}


.double-cta--top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.double-cta--top>div {
  display: inline-block;
}
.double-cta--top .cta_button.btn {
  line-height: 1.4 !important;
  margin: 10px 0;
}
.double-cta--top>a.btn {
  margin-right: 20px;
}
.double-cta--top .cta_button.btn {
  background: #64898f !important;
}





/***
* Landing page *
***/

.lp-top {
	height: 90vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  position: relative;
}
.lp-top .lp-right {
	display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  flex: 0 0 50%;
}
.lp-top span {
  font-size: 20px;
  font-weight: 500;
  max-width: 500px;
  width: 100%;
  margin-bottom: 27px;
}
.lp-top h1 {
  max-width: 500px;
  width: 100%;
}
.lp-top .lp-left {
  background-position: bottom right;
  background-repeat: no-repeat;
  width: 50%;
  margin-right: 50px;
}
.lp-top .lp-logo {
	position: absolute;
  top: 40px;
  left: 40px;
}
.lp-top .lp-logo {
	width: 200px;
}
.lp-top svg {
  max-width: 180px;
  max-height: 40px;
}
.quote-block {
	background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: row;
  padding: 100px 20px;
}
.quote-block .q-left {
	width: 50%;
}
.q-left .q-image {
	margin-left: auto;
  border-radius: 50%;
  margin-right: 60px;
  height: 160px;
  width: 160px;
  background-size: cover;
  background-position: center;
}
.quote-block .q-right {
	width: 50%;
  /*display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;*/
  display: inline-block;
  font-weight: 600;
  max-width: 600px;
}
.quote-block .quote-name {
  display:block;
	text-transform: uppercase;
  color: #a94e4d;
}
.quote-block .quote-city {
  color: #658990;
  display:block;
}
.quote-quote {
	font-size: 24px;
  margin: 10px 0px;
  display:block;
}
.text-w-img {
	padding: 100px 20px;
  display: flex;
  background-color: #f0f6f7;
  position: relative;
}
.twi-left {
	width: 45%;
  display: flex;
  z-index: 5;
}
.twi-right {
	display: flex;
  justify-content: center;
  font-weight: 600;
  width: 50%;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.twi-right span {
	max-width: 500px;
}
.twi-right span:nth-of-type(2) {
	z-index: 1;
  position: relative;
}
.twi-heading {
	position: relative;
  text-transform: uppercase;
  font-size: 20px;
  color: #46423f;
  margin-bottom: 15px;
}
.twi-heading:before {
	content: " ";
  height: 130px;
  width: 130px;
  border-radius: 50%;
  background-color: #d8e1e3;
  z-index: -1;
  display: block;
  position: absolute;
  top: -65px;
  left: -65px;
  
}
.text-w-img img {
	height: 100%;
  width: auto;
  margin-left: auto;
  margin-right: 150px;
}
.text-w-img.img-right .twi-left {
	order: 2;
}
.text-w-img.img-right .twi-left img {
	margin-right: auto;
  margin-left: 100px;
}
.text-w-img.img-right .twi-right {
	order: 1;
  width: 60%;
}
.twi-container {
	width: 100%;
  max-width: 900px;
  margin: auto;
  display: flex;
}

.text-w-vid .twi-container {
	max-width: 1000px;
}
.text-w-vid .twi-right {
	width: 40%;
  margin-left: 10%;
  text-align: left;
}


.numbers-grid {
	padding: 100px 20px;
  background-size: cover;
  background-position: center;
}
.numbers-grid .grid-container{
	display: flex;
  flex-flow: row wrap;
  background-color: white;
  border-radius: 5px;
  padding: 30px;
  
}
.numbers-grid .grid-item {
	width: 33%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
    padding: 50px;
}
.numbers-grid .grid-item i {
	color: #61c587;
  font-size: 30px;

}
.numbers-grid .grid-number {
	font-size: 60px;
  color: #46423f;
  font-weight: bold;
  margin-top: 10px;
    margin-bottom: 0px;
}
.numbers-grid .grid-item {
	border-bottom: 2px solid #f5f9fa;
}
.numbers-grid .grid-item:nth-child(2) {
	border: 2px solid #f5f9fa;
  border-top: none;
}
.numbers-grid .grid-item:nth-child(3n+5) {
	border: 2px solid #f5f9fa;
  border-bottom: none;
  border-top: none;
}
.numbers-grid .grid-item:nth-last-child(1) {
	border-bottom: none;
}
.numbers-grid .grid-item:nth-last-child(2) {
	border-bottom: none;
}
.numbers-grid .grid-item:nth-last-child(3) {
	border-bottom: none;
}

@media screen and (max-width: 1030px) {
  .numbers-grid {
  	padding: 30px 20px;
  }
  .numbers-grid .grid-item {
  	padding: 20px;
  }
}
@media (max-width: 767px) {
  .numbers-grid .grid-item {
  	border: none !important;
    width: 100%;
    padding: 15px;
  }
  .twi-left {
  	width: 30%;
  }
  .twi-right, .text-w-img.img-right .twi-right {
  	width: 70%;
  }
  .text-w-img img {
  	margin-right: 50px;
    height: 60px;
  }
  .text-w-img.img-right .twi-left img {
  	margin-left: 10px;
  }
  .quote-block {
  	padding: 30px 20px;
    flex-direction: column;
  }
  .q-left .q-image {
  	margin-right: auto;
    margin-bottom: 20px;
  }
  .quote-block .q-left {
  	width: auto;
  }
  .quote-block .q-right {
    width: auto;
    text-align: center;
    align-items: center;
    margin-left:auto;
    margin-right:auto;
  }
  .text-w-vid .twi-right {
    width: 100%;
    margin-left: 0px;
    margin-top: 30px;
  }
  .text-w-vid .twi-left {
    width: 100%;
  }
  .text-w-vid .twi-container {
    flex-direction: column;
  }
  .text-w-vid.img-right .twi-right{
  	order: 2 !important;
  }
  .text-w-vid.img-right .twi-left{
  	order: 1 !important;
  }
}


.numbers-grid .grid-number span{
	font-size: 30px;
  color: #658990;
  vertical-align: bottom;
}
.numbers-grid .grid-container {
	width: 100%;
  max-width: 1180px;
  margin: auto;
}

.LP-footer {
	color: white;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.LP-footer img {
	max-width: 165px;
}


@media screen and (min-width:1999px){
	.standalone--roi__block--wrapper {
    padding: 17vw 0;
  }
}

@media screen and (max-width:1439px){
  .single-mockup-overflow--top {
    width: 26%;
  }
}

@media screen and (max-width:1399px){
  nav li.hs-item-has-children:nth-of-type(1)>ul, nav li.hs-item-has-children:nth-of-type(2)>ul {
    right: auto;
    left: 20px !important;
  }
}

@media screen and (max-width:1024px){
  .customer--listing--box {
    max-width: 50%;
    padding: 15px;
  }
  .top__block--subpage--wrapper {
    padding: 110px 0 80px;
  }
  h1 {
    font-size: 48px;
  }
  .blurb p {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px){
  .customer--listing--box {
    max-width: 100%;
    padding: 0 0 20px;
  }
  a.nav--logo {
    width: 130px;
  }
  .get-in-touch--wrapper .container {
    max-width: 500px;
      /*max-width: 70%;
    margin-left: 0;*/
  }
  .get-in-touch--wrapper center {
    text-align: left;
  }
  .single-mockup-overflow--top {
    width: 50%;
  }
  .double-cta--top {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .double-cta--top .btn {
    margin: 10px !important;
  }
  .double-cta--top>a.btn {
    margin-right: 10px;
  }
  
  .events__block--wrapper.events  .events__block,
  .events__block--wrapper.events  .events__block.full-width
  {
    display: block;
    width: 100%;
  }
  .events__block.full-width .events__block--text {
    width: 100%;
    float: none;
    display: block;
	}
  .events__block.full-width .events__block--image {
  	width: 100%;
    float: none;
    display: block;
  }
  .events__block.full-width .padding-box {
  padding: 40px 40px 40px 0;
  }

}












@media screen and (max-width:1399px){
  .main-menu .language {
    padding-left: 18px;
  }
}

@media screen and (max-width:1299px){
  a.nav--logo svg {
    max-width: 150px;
  }
  nav .hs-menu-depth-1>a,
  nav a.login{
    font-size: 13px;
  }
  nav a.login .icon {
    width: 15px;
  }
  .lang_switcher_class .globe_class:before {
    font-size: 12px;
    padding-right: 12px;
  }
}

@media screen and (max-width:1199px){
  nav .hs-menu-depth-1>a {
    font-size: 12px;
    padding: 10px 12px !important;
  }
  nav a.login{
    font-size: 0;
  }
  nav a.login .icon {
    margin-right: 0;
  }
}

@media screen and (max-width:1099px){
	.standalone--roi__block--wrapper.contained--bg {
    background-size: auto 100%;
  }
  .standalone--roi__block--wrapper {
    padding: 30vw 0;
  }
}

@media screen and (max-width:1030px){
  nav {
    padding: 20px 15px;
  }
  .scrolled nav {
    padding: 15px;
  }
  .globe_class:hover .lang_list_class {
    position: relative;
  }
  body.open{
    height:100%;
    max-height:100vh;
    overflow:hidden;
  }
  .mobile-dropdown{
    display:block;
  }
  nav .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw !important;
    height: 100vh;
    background: #e0eaed;
    margin: 0 !important;
    padding: 15px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    overflow:hidden;
  }
  nav .main-menu>div{
    display: block !important;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    max-height: 95vh;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  }
  nav .main-menu>div::-webkit-scrollbar { 
    display: none;
  }
  .open nav .main-menu {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
      
      background-color: #593b78;
  }

  .main-menu .hs-menu-wrapper {
    display: block;
  }
  nav .hs-menu-depth-1>a {
    color: #11154b;
    font-size: 16px;
    width: 100%;
    font-weight: 500;
    padding: 10px 0 !important;
  }
  nav .hs-menu-depth-1.hs-item-has-children>a:after{
    display:none;
  }
  nav .main-menu .nav-menu {
    width: 100% !important;
    background: white;
    padding: 60px 30px 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 -5px 30px rgba(0,0,0,.1);
    -moz-box-shadow: 0 -5px 30px rgba(0,0,0,.1);
    box-shadow: 0 -5px 30px rgba(0,0,0,.1);
  }
  nav .hs-menu-wrapper>ul {
    display: block;
    width: 100%;
  }
  nav .hs-menu-depth-1,
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
    display: block;
    width: 100%;
    float: none !important;
    border-bottom: 1px solid #ececeb;
  }
  nav .hs-menu-depth-1:last-child {
    border-bottom: 0;
  }
  nav .extra-menu {
    margin: 0 !important;
    width: 100% !important;
    display: block;
    padding: 20px 30px 60px;
    background: white;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 11px 40px -10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 11px 40px -10px rgba(0,0,0,.1);
    box-shadow: 0 11px 40px -10px rgba(0,0,0,.1);
  }
  nav a.login .icon {
    display: none;
  }
  nav a.login {
    display: block;
    background: #593b78;
    padding: 15px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 28.5px;
    font-size: 18px;
    
    font-weight: 900;
    /*-webkit-box-shadow: 0px 3px 16px 0px rgba(227,100,83,0.36);
    -moz-box-shadow: 0px 3px 16px 0px rgba(227,100,83,0.36);
    box-shadow: 0px 3px 16px 0px rgba(227,100,83,0.36);*/
  }
  nav li.hs-item-has-children>ul {
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    max-height: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    right: 0;
    display:none;
    -webkit-transition:none !important;
    -o-transition:none !important;
    -moz-transition:none !important;
    transition:none !important;
    padding-bottom: 20px;
  }
  nav li.hs-item-has-children>ul li.hs-menu-depth-2>a {
    background: transparent;
  }
  .navdescription {
    max-width: 100%;
  }

  /*nav .main-menu:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-box-shadow: 0 0 70px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 70px rgba(0,0,0,.2);
    box-shadow: 0 0 70px rgba(0,0,0,.2);
    background: #e0eaed;
    width: 120vw;
    height: 90vw;
    -webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    -o-transform: rotate(-12deg);
    transform: rotate(-12deg);
    top: 0;
    margin-top: 30vh;
    z-index: -1;
    margin-right: -12vw;
  }*/
  nav li.hs-item-has-children:nth-of-type(1)>ul, nav li.hs-item-has-children:nth-of-type(2)>ul{
    left: 0 !important;
  }

  .show-kids .has-kids:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .has-kids:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 8px;
    border-right: 3px solid;
    border-bottom: 3px solid;
    border-color: #11154b;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    margin-top: 19px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .has-kids {
    width: 30px;
    z-index:1;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }


  .hamburger-wrapper {
    display: block;
    padding-right:30px;
    text-align: right;
  }
  .hamburger {
    display:block;
    height: 24px;
    width: 40px;
    z-index: 1;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    margin-right: 30px;
    right: 0;
  }
  #nav-icon3{
    width: 40px;
    display:block;
    height: 25px;
    position: relative;
    margin: auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  #nav-icon3 span{
    display: block;
    position: absolute;
    height: 4px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    width: 100%;
    /*background:#6EAC66;*/
    opacity: 1;
    left: 0;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  
  
  #nav-icon3 span{
    background: white;
  }
  .loaded #nav-icon3 span {
    background:white;
  }
  .dark-nav #nav-icon3 span{
    background:#11154B;
  }
  
  .scrolled #nav-icon3 span {
    background:#11154B;
  }
  .open #nav-icon3 span {
    background:#11154B;
  }
  
  
  #nav-icon3 span:nth-child(1) {
    top: 0px;
    -webkit-transition-delay:.001s;
    -moz-transition-delay:.001s;
    -o-transition-delay:.001s;
    transition-delay:.001s;
  }
  #nav-icon3 span:nth-child(2){
    top: 10px;
    -webkit-transition-delay:.2s;
    -moz-transition-delay:.2s;
    -o-transition-delay:.2s;
    transition-delay:.2s;
  }
  #nav-icon3 span:nth-child(3) {
    top: 20px;
    -webkit-transition-delay:.001s;
    -moz-transition-delay:.001s;
    -o-transition-delay:.001s;
    transition-delay:.001s;
  }
  .open #nav-icon3 span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .open #nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open #nav-icon3 span:nth-child(1),
  .open #nav-icon3 span:nth-child(3){
    top: 14px;
    width: 19px;
    -webkit-transition-delay:.2s;
    -moz-transition-delay:.2s;
    -o-transition-delay:.2s;
    transition-delay:.2s;
  }
  .open #nav-icon3 span:nth-child(2) {
    -webkit-transform: translateX(70px);
    -moz-transform: translateX(70px);
    -ms-transform: translateX(70px);
    -o-transform: translateX(70px);
    transform: translateX(70px);
    opacity: 0;
    -webkit-transition-delay:.001s;
    -moz-transition-delay:.001s;
    -o-transition-delay:.001s;
    transition-delay:.001s;
  }
  
  .main-menu .extra-menu {
    display: block;
  }
  .open.scrolled nav a.login {
    color: white;
  }
  .main-menu .language {
    padding-left: 0;
    margin-top: 20px;
  }
  .open .language .lang_switcher_class {
    color: #11154b;
  }
  .mobile-dropdown:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 5px;
    border-right: 3px solid;
    border-bottom: 3px solid;
    border-color: #11154b;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    margin-top: 19px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav .lang_switcher_class .lang_list_class li {
    padding-right: 0;
  }
  .mobile-dropdown {
    color: #11154b;
    font-size: 16px;
    width: 100%;
    font-weight: 500;
    padding: 10px 0;
    position: relative;
  }
  nav .lang_switcher_class .lang_list_class:after{
  	display:none;
  }
  .language .lang_switcher_class {
    width: 100%;
  }
  .lang_switcher_class .globe_class:before,
  .lang_switcher_class .globe_class:after,
  .lang_switcher_class .globe_class:after{
    display:none;
  }
  footer .lang_switcher_class .lang_list_class {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: relative;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    box-shadow: none;
  }
  nav .globe_class:hover .lang_list_class {
    display: none;
    position: relative;
  }
  nav .lang_switcher_class .lang_list_class {
    display: none;
    width: 100%;
    box-shadow: none;
    position: relative;
  }
  .lang_switcher_class .lang_list_class li a, 
  .lang_switcher_class .lang_list_class li:first-child a, 
  .lang_switcher_class .lang_list_class li:last-child a {
    padding: 15px 20px !important;
    font-size: 12px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .lang_switcher_class .lang_list_class li:first-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .lang_switcher_class .lang_list_class li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px 10px 0;
  }
  .lang_switcher_class .lang_list_class li:first-child a {
    color: #E36453 !important;
  }
  
  .hs-responsive-embed iframe {
    min-height: 35vw;
  }
  .toolkit__nav .slick-track {
    width: 100% !important;
  }
  .toolkit__nav .slick-track {
    width: 100% !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .toolkit__nav .slick-track>div {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 10px;
  }
  .toolkit__nav-label {
    width: auto !important;
  }
  .dark-nav nav a.login {
    color: white;
  }
  .popular-posts__block li img {
    display: none;
  }
  .popular-posts__block li a {
    width: 100%;
    float: none;
    border-bottom: 1px solid #f3f1f1;
    padding: 0 0 10px;
    font-weight: 600;
  }
  .popular-posts__block li {
    margin-bottom: 10px;
  }
  .popular-posts__block li:last-child {
    margin-bottom: 0;
  }
  .popular-posts__block li:last-child a {
    border-bottom: 0;
    padding: 0;
  }
}

@media screen and (max-width:992px){
  h2 {
    font-size: 30px;
  }
  .padding-wrapper {
    padding: 40px 0;
  }
  .landing-page__block--wrapper .quote--person .info {
    padding-left: 0;
    padding-top: 5px;
  }
  .landing-page__block--wrapper .quote--person {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .double-padding-wrapper {
    padding: 100px 0 60px;
  }
  .top__block--subpage--wrapper {
    padding: 130px 0 110px;
  }
  .text-image__block {
    margin-top: 40px;
  }
  .flex-wrapper>.offices__block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33.333%;
  }
  .offices__block>div {
    padding: 20px 10px 20px 0;
  }
  .story__block>div {
    padding: 20px 30px;
  }
  .story__block:nth-of-type(odd) .story__block--text:before, .story__block:nth-of-type(even) .story__block--image:before {
    top: 28px;
  }
  .horizontal--wrapper ul {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .horizontal--wrapper ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .top__block--start--wrapper {
    padding: 120px 0 60px;
  }
  .blog--listing--wrapper .events__block>* {
    max-width: 99.9999%;
    width: 99.9999%;
    display: block !important;
  }
  .blog--listing--wrapper .events__block .events__block--image, .blog--listing--wrapper .events__block .events__block--text {
    min-height: 200px !important;
    max-width: 100% !important;
  }
  .top--blog__post h1, .blog--listing--wrapper .events__block:nth-of-type(10n + 3) h3, .blog--listing--wrapper .events__block:nth-of-type(10n + 8) h3, .blog--listing--wrapper .events__block:nth-of-type(10n + 4) h3, .blog--listing--wrapper .events__block:nth-of-type(10n + 9) h3 {
    margin: inherit;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
  }
  .top--blog__post .top--info, .blog--listing--wrapper .events__block:nth-of-type(10n + 3) .top--info, .blog--listing--wrapper .events__block:nth-of-type(10n + 8) .top--info, .blog--listing--wrapper .events__block:nth-of-type(10n + 4) .top--info, .blog--listing--wrapper .events__block:nth-of-type(10n + 9) .top--info {
    margin-bottom: 10px;
  }
  .blog--listing--wrapper .events__block, .blog--listing--wrapper .events__block:nth-of-type(10n + 3), .blog--listing--wrapper .events__block:nth-of-type(10n + 8), .blog--listing--wrapper .events__block:nth-of-type(10n + 4), .blog--listing--wrapper .events__block:nth-of-type(10n + 9) {
    max-width: 99.9999%;
  }
  a.top--blog__post .background {
    height: 200px;
  }
  a.top--blog__post>div {
    width: 99.9999% !important;
  }
  .no-padding-top {
    padding-top: 0;
  }
  .padding-top {
    padding: 40px 0 15px;
  }
  .double-padding-top {
    padding-top: 80px;
  }
  .horizontal--wrapper ul a {
    text-align: center;
  }
  .blurb__block {
    max-width: 50%;
  }
  .hardware__block--outer {
    margin-bottom: 60px;
  }
  .partner--quote blockquote {
    font-size: 18px;
    margin: 0;
    padding: 30px 15px;
  }
  .standalone--roi__block--wrapper {
    padding: 35vw 0;
  }
}

@media screen and (max-width:767px){
  .text-image__block .background {
    height: 40vw;
    display: block;
    width: 100%;
  }
  .text-image__block--text h3 {
    margin-top: 0;
  }
  .text-image__block--text {
    padding: 30px 0 20px;
  }
  .story__block--image {
    display: none;
  }
  .story__block {
    display: block;
  }
  .story__block:nth-of-type(even) {
    text-align: left;
  }
  .story__block>div {
    padding: 20px;
    max-width: 100%;
    position:relative;
  }
  .story__block .story__block--text {
    border-left: 1px dotted;
  }
  .story__block .story__block--text:before {
    content: '';
    position: absolute;
    top: 28px;
    margin-left: -6px;
    left: 0;
    width: 11px;
    height: 11px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: white;
  }
  .story__block--outer center h2 {
    text-align: left;
  }
  .show--more:after{
    display:none;
  }
  .show--more {
    padding: 20px;
  }
  .show--more>* {
    background: #61c587;
    padding: 15px;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .customer-case__block .banner {
    display: none;
  }
  .speakers__block--wrapper {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  }
  .speakers__block--wrapper::-webkit-scrollbar{
    display: none;
  }
  .flex-wrapper>.speakers__block {
    margin-bottom: 0;
    max-width: 40%;
  }
  .speakers__block--photo {
    width: 20vw;
    height: 20vw;
  }
  .cta__block--image--wrapper.padding-wrapper {
    padding-top: 30vw;
  }
  .cta__block--image--wrapper .padding-box.white-bg.shadow {
    padding: 0;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .cta__block--image--wrapper center>div {
    padding: 30px;
    background: white;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,.1);
    box-shadow: 0 0 30px rgba(0,0,0,.1);
  }
  .cta__block--wrapper .cta_button.btn {
    margin-top: 20px;
    width: 100%;
    padding: 15px 0 !important;
  }
  footer .container>.span2 {
    width: 50% !important;
    float: left;
    margin-top: 20px;
  }
  .flex-wrapper>.offices__block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  nav {
    padding: 20px 30px;
  }
  .scrolled nav {
    padding: 15px 30px;
  }
  .container {
    padding: 0 30px;
  }
  .top__block--start--wrapper {
    padding: 100px 0 110px;
    text-align: center;
  }
  .top__block--wrapper .video-btn {
    color: #46423f !important;
  }
  .btn.video-btn:before {
    border-color: #60c587;
  }
  .btn.video-btn:after {
    border-left: 9px solid #60c587;
  }
  .right-mockup {
    width: 100%;
    height: 280px;
    display:none;
  }
  .bg--split:before {
    width: 150vw;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    transform: rotate(-8deg);
    margin-right: -10vw;
    top: auto;
    bottom: -180px;
    margin-bottom: 0;
    height: 350px;
  }
  .customer-case__block--info .info a {
    display: inline-block;
    margin: 0;
    color: #60c587;
  }
  .latest-blog--post--wrapper.latest--outer .customer-case__block--info {
    padding: 40px 20px;
    z-index: 1;
    position: relative;
    margin: -60px 30px 0;
    max-width: calc(100% - 60px);
    border-radius: 3px;
  }
  .latest-blog--post--wrapper.latest--outer .customer-case__block--img {
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: 220px;
    box-shadow: none;
  }
  .latest-blog--post--wrapper.latest--outer {
    padding: 0 0 60px;
  }
  .latest-blog--post--wrapper.latest--outer .container {
    padding: 0;
  }
  .pen-paper__browser-inner {
    padding: 90px 30px;
  }
  .latest-blog--post--wrapper.latest--outer .btn {
    margin-top: 40px;
    width: calc(100% - 60px);
    background: #61c587 !important;
  }
  .cup-svg {
    width: 40vw;
    height: 40vw;
    top: -15vw;
    left: -25vw;
  }
  .bg--split--bottom.bg--split--bottom--sharp:before {
    margin-right: -35vw;
  }
  nav .main-menu .nav-menu {
    padding: 60px 40px 0;
  }
  nav .extra-menu {
    padding: 20px 40px 60px;
  }
  .netflix-post>div {
    padding: 30px 20px;
    margin:0 10px;
  }
  .customer-case__block--wrapper {
    margin-bottom: 50px;
  }
  .roi--outer {
    padding-bottom: 60px;
    padding-top:10px;
  }
  .roi--outer.bg--split:before {
    bottom: -5%;
    height: 80%;
    margin-right: -25%;
  }
  .toolkit__nav-label {
    margin: 10px 10px 0 0;
    padding: 15px;
    font-size: 14px;
  }
  .toolkit__body>.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .toolkit__contents {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .toolkit__mockups {
    height: 200px;
    max-width: 60%;
    margin: auto;
  }
  .toolkit__mockups img {
    height: 200px !important;
  }
  .customer-case__block--info {
    padding: 60px 30px 40px;
    margin-top: -15px;
  }
  .customer-case__block--info a {
    text-align: center;
    font-weight: 600;
    color: #60c587;
    font-size: 14px;
  }
  .customer-case__block--info img {
    max-width: 36vw;
    margin: 0 auto 30px;
    display: block;
  }
  .customer-case__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .customer-case__block--img {
    margin: 0;
  }
  .customer-case__block--info {
    max-width: 100%;
  }
  .customer-case__block--img {
    max-width: 90%;
    height: 160px;
    margin-left: 5%;
    box-shadow: 0 10px 20px rgba(0,0,0,.1);
  }
  .customer-case__block--info .info p strong {
    font-size: 18px;
  }
  .events__block {
    max-width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  body .get-in-touch--wrapper form .hs-form-field, body .get-in-touch--wrapper form .hs-dependent-field {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .blurb__block {
    max-width: 99.9999%;
    padding: 0;
  }
  .subfeature__block--nav a {
    text-align: left;
    max-width: 99.999%;
    width: auto !important;
    padding: 5px 10px;
  }
  .subfeature__block--nav .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    max-width: -webkit-calc(100vw - 30px);
    max-width: -moz-calc(100vw - 30px);
    max-width: calc(100vw - 30px);
  }
  .subfeature__block--nav a {
    text-align: left;
    max-width: 99.999%;
    padding: 5px 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto !important;
  }
  .toolkit__nav .slick-list {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0 10px !important;
    margin: 0 15px;
  }
  .toolkit__nav .slick-track {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .subfeature__block--outer {
    margin-top: 20px;
  }
  .flex-wrapper>.subfeature__block--text {
    max-width: 99.999%;
    padding: 30px 0;
    width: 100%;
  }
  .subfeature__block img {
    height: auto !important;
  }
  .cta__block--mobile--text {
    padding: 0;
    margin: 40px 0 0;
    text-align: center;
  }
  .cta__block--mobile--text ul {
    text-align: left;
  }
  .phone--mockup--wrapper {
    text-align: center;
    height: 90vw !important;
  }
  .hardware__block--image {
    width: 100% !important;
    height: 180px !important;
    background-size: contain;
  }
  .hardware__block--text {
    padding: 10px 15px 20px;
  }
  .partner--listing .customer--listing--box .padding-box {
    padding: 20px 20px 100px;
  }
  .customer--listing--box .padding-box {
    padding: 20px;
  }
  .partner--link--hover span {
    width: -webkit-calc(100vw - 100px);
    width: -moz-calc(100vw - 100px);
    width: calc(100vw - 100px);
    margin-right: 0;
    transform: scale(1);
    bottom: auto;
    top: 100%;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .partner--link--hover span:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: 2px;
    bottom: auto;
    top: 0;
    margin-bottom: 0;
    margin-top: -4px;
  }
  .loaded .partner--quote:nth-of-type(3n+2) {
    transform: none;
  }
  .partner--quote {
    max-width: 99.999%;
    margin-bottom: 30px;
  }
  .become-partner--page .top__block--subpage--wrapper {
    padding-bottom: 120px;
  }
  .partner--quote--photo {
    box-shadow: 0 -5px 20px -5px rgba(0,0,0,.05);
  }
  .resources--wrapper .customer--listing--box {
    max-width: 99.999%;
    display: block;
  }
  .resources--wrapper .customer--listing--box .image {
    max-width: 10%;
    background-size: 85% auto;
    background-position: center 20px;
  }
  .resources--wrapper .customer--listing--box .text {
    max-width: 90%;
    padding: 20px 20px 10px;
  }
  .faq__block--nav {
    display: none;
  }
  .faq__block--faq--wrapper {
    max-width: 99.999%;
  }
  .faq__block--icon--wrapper {
    margin-top: 30px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .faq__block--question h3 {
    font-size: 16px;
  }
  .faq__block--icon {
    max-width: 40vw;
  }
  .faq__block--icons--icon {
    width: 20vw;
    height: 20vw;
  }
  .faq__block--icons--name {
    font-size: 14px;
  }
  .faq__block--wrapper {
    margin-top: 30px;
    
  }
  
  
  .faq__block--faq {
    margin-bottom: 40px;
  }
  .faq__block {
    margin-bottom: 20px;
  }
  h2 {
    font-size: 30px;
  }
  .faq__block--answer {
    padding: 5px 0 0;
  }
  .single-mockup-overflow--top {
    height: -webkit-calc(100% + 30px);
    height: -moz-calc(100% + 30px);
    height: calc(100% + 30px);
  }
  fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }
  .popup__block--lower .row-fluid {
    display: block;
  }
  .popup__block--lower .span8 {
    text-align: center;
    margin: 0 0 20px;
  }
  h1 {
    font-size: 32px;
  }
  .blurb p {
    font-size: 15px;
  }
  .blurb, .hs_cos_wrapper_type_rich_text ul li, .text__block ul li {
    font-size: 16px;
  }
  .form-grid__item-image {
    max-width: 30vw;
    margin: 10px auto 20px;
  }
  nav li.hs-item-has-children>ul li.hs-menu-depth-2>a {
    padding: 15px 15px 15px 30px !important;
  }
  nav li.hs-item-has-children>ul li.hs-menu-depth-2>a.priority {
    padding: 48px 15px 15px 0 !important;
  }
  .navicon {
    left: 0;
  }
  .landing-page--form {
    max-width: 100%;
    padding: 0 15px;
  }
  .double-padding-wrapper {
    padding: 60px 0 30px;
  }
  .landing-page--form .icon {
    margin: 0 auto;
    width: 33vw;
    height: 33vw;
  }
  .quote__block blockquote {
    font-size: 18px;
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0 25px;
  }
  .quote__block .quote--person {
    margin-top: 15px;
    font-size: 14px;
  }
  .quote__block blockquote:before {
    font-size: 80px;
    margin-top: -35px;
  }
  .text-container h2 {
    margin-bottom: 25px;
  }
  .blurb__block {
    margin-bottom: 20px;
  }

  .toolkit .toolkit__nav,
  .toolkit__mockups{
    display: none;
  }
  .toolkit__content,
  .toolkit-mobile--nav{
    display:block;
  }
  .toolkit__contents {
    display: block;
  }
  .toolkit__body .container {
    padding: 0;
  }
  .toolkit-mobile--nav:before {
    content: '';
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -1px;
    width: 4px;
    height: 4px;
    border-right: 2px solid;
    border-top: 2px solid;
    transition: all .2s ease;
    transform: rotate(-45deg);
    opacity: 0;
  }
  .active.toolkit-mobile--nav:before{
    opacity:1;
    border-color:#abbdc1;
  }
  .active.toolkit-mobile--nav{
    background:white;
    text-align:left;
    color:#65888f;
  }
  .toolkit-mobile--nav {
    transition: all .2s ease;
    background: #abbdc1;
    color: white;
    text-align: center;
    font-size: 16px;
    position: relative;
    font-weight: 600;
    padding: 15px 40px;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    cursor: pointer;
  }
  .toolkit__content h2 {
    display: none;
  }
  .toolkit__content--body,
  .hardware__block--nav--wrapper{
    padding: 30px 40px;
    display:none;
  }
  .subfeature__block--outer>div,
  .hardware__block--wrapper>div{
    opacity: 1 !important;
  }
  .flex-wrapper>.subfeature__block--nav{
    display:none;
  }
  .subfeature__block img,
  .hardware__block--image{
    display: none !important;
  }
  .subfeature__block--wrapper,
  .hardware__block--image,
  .hardware__block--outer--wrapper .bottom-bg-color,
  .hardware__block--outer--wrapper.bg--split--bottom.bg--split--bottom--sharp:before,
  .hardware__block{
    display: none;
  }
  .subfeature__block>ul {
    padding-left: 30px;
  }
  .subfeature__block>* {
    padding: 0 20px 0 0;
  }
  .subfeature__block {
    text-align: left;
  }
  .hardware__block--outer--wrapper {
    padding-bottom: 0;
  }
  .subfeature__block h3 {
    margin-top: 0;
  }
  .hardware__block--text {
    background: transparent;
    padding:30px 40px;
  }
  .cta__block--mobile--wrapper.bg--split:before {
    top: 0;
  }
  .cta__block--mobile--wrapper .flex-wrapper {
    flex-direction: column-reverse;
  }
  .hardware__block--outer--wrapper .container center {
    padding: 0 30px;
  }
  .hardware__block--outer--wrapper .container {
    padding: 0;
  }
  .hardware__block--outer {
    margin: 40px 0 0;
    background: transparent;
  }
  .customer--listing--logo {
    width: 50vw;
    height: 15vw;
  }
  .customer--listing--box h3 {
    margin-top: 5px;
  }
  .contact-person__block.flex-wrapper {
    display: block;
    max-width: 100%;
  }
  .contact-person__block .text {
    max-width: 100%;
    width: 100%;
    padding: 20px 0 0;
    text-align: center;
  }
  .contact-person__block.flex-wrapper>.photo {
    width: 33vw;
    height: 33vw;
    max-width: 33vw;
  }
  .contact-person--wrapper.flex-wrapper {
    margin-top: 20px;
  }
  .netflix-slider button.slick-prev.slick-arrow, .netflix-slider button.slick-next.slick-arrow {
    width: 30px;
  }
  .netflix-slider .slick-list {
    padding: 0 30px !important;
  }
  .latest-media--listing--wrapper .netflix-post .image {
    height: 80px;
    background-position: bottom center;
    background-size: contain;
  }
  .latest-media--listing--wrapper .netflix-post .text {
    padding: 0;
  }
  h3 {
    font-size: 18px;
  }
  .netflix-post:hover {
    transform: none;
  }
  .netflix-post{
    font-size:14px;
  }
  .events__block a:hover,
  a.top--blog__post:hover,
  .customer--listing--box a:hover{
    transform: none;
  }
  .resources--wrapper .customer--listing--box .image {
    display: none;
  }
  .resources--wrapper .customer--listing--box .text {
    max-width: 100%;
    padding: 30px;
  }
  form ul.inputs-list label span p {
    font-size: 14px;
    margin: 0;
  }
  form ul.inputs-list label span {
    text-align: left;
  }
  input[type="checkbox"] {
    width: 25px !important;
    height: 25px;
    flex: 0 0 25px;
  }

  .sort--nav--revamp h3 {
    display: none;
  }
  .sort--aside h4{
  	margin:0;
  }
  .subscribe--aside h4 {
    margin-top: 0;
  }
  .sort--nav--revamp--inner{
  	display:none;
  }
  .sort--aside h4:after {
    content: '+';
    position: absolute;
    right: 0;
  }
  .sort--aside h4.active:after{
  	content:'-';
  }
  .sort--aside h4 {
    margin: 0;
    cursor: pointer;
    position: relative;
  }
  .lp-top .lp-left {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 350px;
    background-size: contain;
    background-position: center center;
  }
  .lp-top .lp-right {
    flex: 1 0 auto;
    padding: 30px;
    max-width: 99.999%;
    align-items: center;
    text-align: center;
  }
  .lp-top {
    height: auto;
    padding: 100px 0 400px;
  }
  .top__block--wrapper {
    text-align: left;
  }
}

@media screen and (max-width: 580px){
  /*nav li.hs-item-has-children>ul {
  display: none !important;
}
  nav li.hs-item-has-children.show-kids>ul {
  display: block !important;
}
  */
  .get-in-touch--wrapper .container {
    max-width: 100%;
  }
  .single-mockup-overflow--top {
    display: none;
  }
  .get-in-touch--wrapper center {
    text-align: center;
  }
  .standalone--roi__block--wrapper {
    padding: 40px 0;
    background-image: none !important;
  }



  

















/***
* YOUTUBE POPUP *
************/
.YouTubePopUp-Wrap{
  position:fixed;
  width:100%;
  height:100%;
  background-color:#000;
  background-color:rgba(0,0,0,0.8);
  top:0;
  left:0;
  z-index:9999999999999;
}

.YouTubePopUp-animation{
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: YouTubePopUp;
  animation-name: YouTubePopUp;
}

@-webkit-keyframes YouTubePopUp {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes YouTubePopUp {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

body.logged-in .YouTubePopUp-Wrap{ /* For WordPress */
  top:32px;
  z-index:99998;
}

.YouTubePopUp-Content{
  max-width:680px;
  display:block;
  margin:0 auto;
  height:100%;
  position:relative;
}

.YouTubePopUp-Content iframe{
  max-width:100% !important;
  width:100% !important;
  display:block !important;
  height:480px !important;
  border:none !important;
  position:absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.YouTubePopUp-Hide{
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: YouTubePopUpHide;
  animation-name: YouTubePopUpHide;
}

@-webkit-keyframes YouTubePopUpHide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes YouTubePopUpHide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.YouTubePopUp-Close{
  position:absolute;
  top:0;
  cursor:pointer;
  bottom:528px;
  right:0px;
  margin:auto 0;
  width:24px;
  height:24px;
  background:url(../images/close.png) no-repeat;
  background-size:24px 24px;
  -webkit-background-size:24px 24px;
  -moz-background-size:24px 24px;
  -o-background-size:24px 24px;
}

.YouTubePopUp-Close:hover{
  opacity:0.5;
}

@media all and (max-width: 768px) and (min-width: 10px){
  .YouTubePopUp-Content{
    max-width:90%;
  }
}

@media all and (max-width: 600px) and (min-width: 10px){
  .YouTubePopUp-Content iframe{
    height:320px !important;
  }

  .YouTubePopUp-Close{
    bottom:362px;
  }
}

@media all and (max-width: 480px) and (min-width: 10px){
  .YouTubePopUp-Content iframe{
    height:220px !important;
  }

  .YouTubePopUp-Close{
    bottom:262px;
  }
}




/*****
* COOKIE INFORMATION *
************/
body div#hs-eu-cookie-confirmation {
  background: white !important;
  top: auto;
  bottom: 0;
  position:fixed;
}
body #hs-eu-cookie-confirmation-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
body div#hs-eu-cookie-confirmation>div#hs-eu-cookie-confirmation-inner>p a {
  color: #60c587 !important;
  font-weight: bold !important;
  font-size: inherit !important;
  display: block;
}
body div#hs-eu-cookie-confirmation>div#hs-eu-cookie-confirmation-inner>p {
  text-shadow: none;
  color: #2a2a2a !important;
  margin: 0 !important;
  font-family: "Poppins", sans-serif!important;
  font-size: 13px !important;
  letter-spacing: 0 !important;
  line-height:1.2 !important;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover {
  background: #63888f !important;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  font-family: "Poppins", sans-serif!important;
  font-weight: 600 !important;
  border: 0 !important;
  margin-left: 20px !important;
  background: #60c587 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  padding: 10px 25px !important;
  display: inline-block !important;
}
@media and screen (max-width:992px){
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
    margin-left: 0 !important;
    margin-top: 20px !important;
  }
  body div#hs-eu-cookie-confirmation>div#hs-eu-cookie-confirmation-inner>p {
    text-align: center !important;
  }
  .social-media a {
    width: 35px;
    height: 35px;
    max-height: 35px;
    margin-right: 15px;
  }
  .social-media {
    margin: 30px 0;
  }
}















/***
* POPUP *
*****/
#popup-campaign{
  position:fixed;
  top:0;
  left:0;
  padding:0;
  width:100vw;
  height:0vh;
  z-index:999;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  animation:heightPopup .2s linear 10s;
  animation-fill-mode: forwards;
}
@keyframes heightPopup{
  0%{height:0vh;padding:0;}
  100%{height:100vh;padding:80px 0;}
}
#popup-campaign:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1e1e1f;
  opacity: 0;
  transition:all .8s ease 10.5s;
}
.loaded #popup-campaign:after {
  opacity: .85;
}

#popup-campaign .container {
  transform: translateY(100vh);
  opacity: 0;
  transition:all .65s ease 10.2s;
}
.loaded #popup-campaign .container {
  transform: translateY(0);
  opacity: 1;
}

#popup-campaign .btn.btn-primary {
  font-size: 18px !important;
  margin-top: 10px;
  font-weight: bold !important;
  box-shadow: 3px 6px 12px rgba(101,137,144,.16);
  padding: 20px 50px !important;
}
.popup--logo {
  margin: 0 0 20px;
  display: inline-block;
}
.popup--logo img {
  max-height: 35px;
}
#popup-campaign .blurb p {
  font-size: 24px;
  font-weight: 300;
  color: #46423f;
}
#popup-campaign .popup__block--wrapper {
  max-width: 80%;
  padding-right: 60px;
  margin: auto;
  border-radius: 0;
  overflow: visible;
}
#popup-campaign .popup__block {
  border-radius: 5px;
  padding: 40px 120px;
}
#popup-campaign .close:before, #popup-campaign .close:after {
  background: white;
  height: 2px;
}
#popup-campaign .close {
  margin: 0;
}
.download--image {
  position: absolute;
  top: 30px;
  left: 100%;
  width: 40%;
  margin-left: -20%;
  bottom: -30px;
}


@media(max-width:767px){
	#popup-campaign .popup__block {
    padding: 90px 30px 30px;
  }
  #popup-campaign .popup__block--wrapper {
    max-width: 100%;
    padding-right: 0;
  }
  #popup-campaign .close {
    margin-top: -40px;
  }
  .download--image img {
    max-height: 100%;
  }
  .download--image {
    top: 0;
    width: 50%;
    left: 0;
    right: 0;
    height: 160px;
    margin-top: -80px;
    margin-left: 0;
  }
  #popup-campaign .blurb p {
    font-size: 14px;
  }
  #popup-campaign {
    display: block;
    padding-top: 80px;
    overflow: scroll;
  }
}




















/* Hide all doublets made by Hubspot (bug) */
.hs_cos_wrapper_widget_container>.hs_cos_wrapper_widget.hs_cos_wrapper_type_inline_text,
.hs_cos_wrapper_widget_container>.hs_cos_wrapper_widget.hs_cos_wrapper_type_inline_rich_text,
.hs_cos_wrapper_widget_container>.hs_cos_wrapper_widget.hs_cos_wrapper_type_form,
.hs_cos_wrapper_widget_container>.hs_cos_wrapper_widget.hs_cos_wrapper_type_cta,
.hs_cos_wrapper_type_custom_widget>.hs_cos_wrapper_widget.hs_cos_wrapper_type_inline_text,
.hs_cos_wrapper_type_custom_widget>.hs_cos_wrapper_widget.hs_cos_wrapper_type_inline_rich_text,
.hs_cos_wrapper_type_custom_widget>.hs_cos_wrapper_widget.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_custom_widget>.hs_cos_wrapper_widget.hs_cos_wrapper_type_cta{
  display: none;
}

.hs_cos_wrapper_type_space {
  min-height: 1px;
  display: block;
}