/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

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

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

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("../png/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("../png/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("../png/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("../png/googleplus-24x24.png");
}

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

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

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

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

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }
@media screen and (min-width:992px) {
  /* Third level list container */
  .hs-menu-children-wrapper > .hs-menu-item.hs-menu-depth-2.hs-item-has-children > .hs-menu-children-wrapper {
    display: contents !important;
  }

  /* Second level list container */
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(3) ul {
    display: contents;
    width: 450px !important;
    left: -210% !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(3) > ul::after {
    left: 39.5% !important;
  }

  /* Removes the 'arrow' pointer on third level  */
  /* ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper::after { */
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(3) ul{
    display: none;
  }

  /* Third level listitems */
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(3) ul > li {
    float: left;
    display: grid;
    margin: 0;
    grid-row-gap: 20px;
  }

  /* Second level list 'Solutions', third level list #first list */
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(3) ul > li:nth-of-type(1) {
    width: 39%;
  }

  /* Second level list 'By Industries', third level list second list */
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(3) ul > li:nth-of-type(2):not(.hs-menu-item.hs-menu-depth-3) {
    width: 61%;
    padding-left: 24px;
  }

  /* Render a 'seperator' on the second listitem element  */
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(3) ul > li:nth-of-type(2) {
    box-shadow: -3px 0px 0px #f2f2f2;
  }

  /* Remove grey seperator on list items */
  .custom-menu-primary .hs-menu-wrapper > ul > li ul > li ul > li {
    box-shadow: none !important;
  }

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


@media (max-width: 991px){
  li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > .hs-menu-children-wrapper{
    border-left: none;
  }
  li.hs-menu-item.hs-menu-depth-2.hs-item-has-children {
    margin-top: 20px;
    padding: 0;
  }
}
/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

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

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

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

body {
  background: #fff;
  color: #262A3A;
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  line-height: 32px;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1202px;
  margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  background: #3399FF;
}
::selection {
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  background: #3399FF;
}


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

/* Basic text */
p {
  margin: 0 0 10px;
}
.hs-two-column-cnt-with-img-cnt-col p{
  color: #7d7f89;
}
sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1 {
  font: 700 40px/56px 'Merriweather', serif;
  color: #262A3A;
  margin: 0 0 10px;
}
h2 {
  font: 700 32px/48px 'Merriweather', serif;
  color: #262A3A;
  margin: 0 0 8px;
}
.hs-two-column-cnt-with-img-cnt-col h2 {
    padding-bottom: 25px;
    position: relative;
    text-align: left;
    margin-bottom: 32px;
  }
  .hs-two-column-cnt-with-img-cnt-col h2:before {
    content: '';
    width: 112px;
    height: 8px;
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
    background-image: url(../png/horizontal-blue-stripe.png);
    -webkit-background-size: 112px 7px;
    background-size: 112px 7px;
  }
h3 {
  font: 700 24px/40px 'Merriweather', serif;
  color: #262A3A;
  margin: 0 0 10px;
}
h4 {
  font: 700 18px/32px 'Merriweather', serif;
  color: #262A3A;
  margin: 0 0 10px;
}
h5 {
  font: 700 16px/26px 'Merriweather', serif;
  color: #262A3A;
  margin: 0 0 10px;
}
h6 {
  font: 700 16px/26px 'Merriweather', serif;
  color: #262A3A;
  margin: 0 0 10px;
}

/* Anchor Links */
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

a:hover, a:focus { 
  color: #3779a0;
  text-decoration: none;
}

a:not([href]) {
  cursor: default !important; 
}
/* Horizontal Rules */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}
img[data-src] {
  opacity: 0;
  transition: opacity 1s;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  line-height: 32px;
}
img[data-src]:before {
  content: '';
  display: block;
  padding-top: calc(56.25% - 32px);
}
img[data-src].loaded {
  opacity: 1;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.text-center {
  text-align: center;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

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

/* Fix mouse cursor as clickable on text-only (no link) items in the menu */
li.hs-menu-item.hs-menu-depth-1 > ul li a[href="javascript:;"]{  
  cursor: default !important;
}

li.hs-menu-item.hs-menu-depth-1 > ul li a[href="javascript:;"]:hover{  
  color: #252a3a !important; 
}

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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  display: inline-block;
  vertical-align: top;
  padding: 8px 0 20px;
  font-size: 16px;
  line-height: 20px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  display: block;
  color: #fff;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li+li {
  margin-left: 25px;
}
.custom-menu-primary {
  margin-left: 0 !important;
  width: auto !important;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

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


/* =============== Search icon + field =============== */
.footer-container .custom-search {
  display: none;
}
.custom-search {
  position: relative;
}
#search-icon {
  cursor: pointer;
  color: #fff;
  position: absolute;
  margin-top: 3px;
}
.hs-search-field {
  position: absolute;
  text-align: right;
  top: 40px;
  right: -85px;
  width: 400px;
  display: none !important;
}
.hs-search-field.no-after .hs-search-field__input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
} 
.hs-search-field__suggestions #results-for {
  font-weight: bold;
  cursor: auto;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__input {
  box-sizing: border-box;
  width: 88% !important;
  background-color: #fff !important;
  float: left;
  font-size: 14px !important;
  margin-bottom: 0px !important;
  border-radius: 5px 0px 0px 5px !important;
  -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.16);
  -moz-box-shadow: 0 0 50px rgba(0,0,0,0.16);
  box-shadow: 0 0 50px rgba(0,0,0,0.16);
}
.hs-search-field:after {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 5px 5px 20px 5px;
  position: absolute;
  top: -6px;
  right: 69px;
  background: #fff;
  margin-left: -13px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  overflow: hidden;
}
.hs-search-field.active {
  display: block !important;
}
.hs-search-field__suggestions, .hs-search-field__suggestions.open-menu-list {
  margin: 0;
  list-style: none;
  position: sticky;
  width: 400px !important;
  margin-top: 66px !important;
  background: #fff;
  z-index: 9;
  text-align: left;
  color: #252a3a;
  font-size: 14px;
  line-height: 20px;
  border-radius: 6px;
  transition: none;
  padding: 27px 24px 21px;
  visibility: hidden;
  opacity: 0;
  display: none !important;
  -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.16);
  -moz-box-shadow: 0 0 50px rgba(0,0,0,0.16);
  box-shadow: 0 0 50px rgba(0,0,0,0.16);
  cursor: default;
}
.hs-search-field__suggestions a:hover {
  color: #585d6d;
  background-color: #fff;
}
.hs-search-field__suggestions:after {
  content: '';
  width: 26px;
  height: 26px;
  border-radius: 5px;
  position: absolute;
  top: -5px;
  left: 50%;
  background: #fff;
  margin-left: -13px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  overflow: hidden; 
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
ul.hs-search-field__suggestions {
  max-width:  500px;
  border-color:  #ccc !important;
}
ul.hs-search-field__suggestions a {
  padding:  10px;
}
button.custom-search-btn {
  float: left;
  width: 48px;
  cursor: pointer;
  padding: 5px;
  background: #E8014B;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  border-radius: 0px 5px 5px 0px;
  border: 1px solid #E8014B;
  border-left: 0;
  outline: none;
}
button.custom-search-btn:hover {
 background: linear-gradient(180deg,#ff0080,#e9004c); 
}

.custom-header-group {
  position: relative;
  z-index: 9;
  padding: 38px 0 21px;
}
.custom-header-group .page-center{
  padding-left: 16px;
  padding-right: 16px;
}

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

.header-container-wrapper {
  position: relative;
}
.custom-header-gp {
  position: relative;
  transition: top .5s ease;
}
.custom-header-gp.cloned-menu {
  position: fixed;
  z-index: 100;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 5px 0 #ccc;
  display: none;
  top: -120px;
}
.custom-header-gp.cloned-menu.enabled {
  display: block;
}
.custom-header-gp.cloned-menu.enabled.visible {
  top: 0;
}
.custom-header-gp.cloned-menu .custom-header-group {
  padding: 20px 0 0;
}
.custom-header-gp.cloned-menu .custom-logo {
  top: 22px; 
}
.custom-header-gp.cloned-menu .custom-login {
  top: 18px; 
}
.custom-header-gp.cloned-menu .custom-menu-primary .hs-menu-wrapper>ul>li>a, .custom-header-gp.cloned-menu .custom-menu-primary .hs-menu-wrapper>ul>li>a i#search-icon, .custom-header-gp.cloned-menu .custom-menu-primary .hs-menu-wrapper>ul ul li a, .custom-header-gp.cloned-menu .custom-header-login ul li a {
  color: #90929b;
}
.custom-header-gp.cloned-menu .custom-logo-inner img.logo {
  display: none;
}
.custom-header-gp.cloned-menu .custom-logo-inner img.logo-red {
  display: block;
}
.custom-header-gp.cloned-menu .custom-search {
  display: none; 
}
.custom-logo {
  width: 164px !important;
  height: 32px;
  overflow: hidden;
  margin: 0 16px 0 0;
  left: 32px;
  top: 41px;
  position: absolute;
}
img.tab-logo,
.tab-logo-red{
  display: none;
}
.tab-logo-red{
  display:block;
}
.custom-header-group .page-center {
  max-width: 100% !important;
}

.custom-login {
  margin-left: 0 !important;
  position: absolute;
  top: 36px;
  right: 32px;
  width: auto !important;
}

.custom-header-search {
  width: 400px !important;
  position: absolute;
  top: 75%;
  right: 34%;
}
.custom-header-login ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.custom-header-login ul li {
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  margin-left: 7px;
  position: relative;
}
.custom-header-login ul li a, .bb--header-centered-hexagon.no-banner .custom-header-login ul li a {
  color: #90929B;
}
.custom-header-login ul li ~ li {
  min-width: 144px;
  min-height: 40px;
}
.no-banner .custom-logo .logo-red {
  display: block;
}
.no-banner .custom-logo .logo {
  display: none;
}
body:not(.no-banner) .logo-red, body:not(.no-banner) .tab-logo-red {
  display: none;
}
.body-container .page-center.content-wrapper{
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 20px;
}
.hs-home-layout .body-container .page-center.content-wrapper {
  padding-bottom: 0;
}
.bg-image-section {
  position: relative;
  margin-top: -116px;
  padding-top: 125px;
  min-height: 693px;
  display: flex;
  align-items: center;
  overflow-x:hidden;
}
.bg-image-section .page-center {
  width:100%;
}
.bg-image-section.hs-banner-wrapper.no-banner-image {
  background: #000;
  min-height: 500px;
}
.bg-image-section-banner {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  margin-left: -1448px;
  width: 1932px;
  background-repeat: no-repeat;
  right: 0;
  background-size: 100%;
}
.bg-image-section .page-center {
  position: relative;
  color: #fff;
  padding: 6px 16px 163px;
}
.bg-image-section .custom-heading {
  width: 58.33333333%;
}
.body-container-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
.custom-heading h1 {
  color: white;
  font: 700 40px/56px 'Merriweather', serif;
  margin: 0 0 10px;
}

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

a.btn.pink-btn {
  background: linear-gradient(180deg, #FF0080, #E9004C);
  color: #fff;
}
a.btn-blue-outline {
  color: #385aff !important;
  display: inline-block !important;
  font-size: 14px !important;
  line-height: 18px;
  padding: 9px 17px !important;
  font-weight: 700;
  min-width: 110px;
  border: 0;
  border-radius: 5px;
  position: relative;
  transform: translateY(0);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.05);
  -webkit-transition: all .3s; */
  background: none !important;
  -o-transition: all .3s;
  transition: all .3s;
  border: 2px solid #385aff;
  box-shadow: 0px 0px 0px 0px;   
}

a.btn-blue-outline:hover {
  background: #385aff;
  transform: translateY(-2px);
  box-shadow: 0px 0px 0px 0px;
}
a.btn-blue-outline:active {
  background: #385aff
}
a.btn.btn-white-pink {
  color: #e9004c;
}
a.button.btn.btn-white-pink {
  position: absolute;
  bottom: 60px;
  right: 40px;
}
.cm-cta-button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  border-radius: 5px;
  transition: all .3s;
  box-shadow: 0 0 4px rgb(0 0 0 / 10%), 0 1px 2px rgb(0 0 0 / 27%);
}
.cm-cta-button:hover:before {
  background: rgba(255,255,255,.2);
  box-shadow: 0 2px 4px rgba(0,0,0,.1), 0 2px 2px rgba(0,0,0,.27);
}
.hs-title-grp h2 {
  color: #262A3A;
  margin: 0 0 8px;
  margin-bottom: 32px;
  padding-bottom: 25px;
  position: relative;
  text-align: center;
}
.hs-title-grp h2:before {
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0; 
  background-repeat:no-repeat;   
}
.hs-title-grp.blue h2:before{
  background-image: url(../png/horizontal-blue-stripe-1.png);
  -webkit-background-size: 112px 7px;
  background-size: 112px 7px;
  background-repeat:no-repeat;
}
.hs-title-grp.purple h2:before{
  background-image: url(../png/horizontal-purple-stripe-1.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
  background-repeat:no-repeat;
}
.hs-title-grp.red h2:before {
  background-image: url(../png/horizontal-red-stripe.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
}
.hs-title-grp h1 {
  font: 700 32px/48px 'Merriweather', serif;
  color: #262A3A;
  margin: 0 0 8px;
  margin-bottom: 32px;
  padding-bottom: 25px;
  position: relative;
  text-align: center;
}
span.page-center-before-span {
  content: '';
  position: absolute;
  top: -380px;
  left: 50%;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-background-size: 2428px 1042px;
  background-size: 2428px 1042px;
  width: 2428px !important;
  height: 1042px;
  margin-left: -721px !important;
}
.page-center-before-image, .section-before-image, .dark-background-image, .section-image, .section-after-image {
  display: none !important; 
}
.page-center-banner-before .page-center {
  position: relative;
}
.page-center-before-span.reversed {
  transform: rotate(180deg);
  top: auto;
  bottom: -230px;
}
.page-dark-banner-before.dark-mode {
  min-height: 1500px;
}
.page-dark-banner-before.dark-mode .page-center.content-wrapper {
  position: relative;
  padding: 300px 16px 400px;
  max-width: 850px;
}
.page-dark-before-span.dark-mode {
  content: '';
  position: absolute;
  width: 3000px !important;
  height: calc(100% - 10px);
  min-height: 1500px;
  top: -70px;
  left: -1500px;
  -webkit-background-size: 3000px 100%;
  background-size: 3000px 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.page-dark-banner-before.dark-mode *, .bb--red-bg * {
  color: #fff !important;
  opacity: 1;
}
.page-dark-banner-before.dark-mode a {
  border-bottom: 1px dashed #fff;
}
.page-dark-banner-before.dark-mode a:hover {
  border-bottom: 1px solid #fff;
}

.custom-banner-area-popup-mod:before {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  margin-left: -1448px;
  max-width: 1932px;
  z-index: -1;
  background-repeat: no-repeat;
  right:0;
}
.custom-banner-area-popup-mod {
  color: #fff;
}
.custom-banner-area-popup-mod .page-center {
  padding-left: 16px;
  padding-right: 16px;
}
.intro-inner {
  margin-left: -16px;
  margin-right: -16px;
}
.intro {
  position: relative;
}
.left {
  width: 58.33333333%;
  float: left;
  padding: 0 15px;
}
.right {
  width: 41.66666667%;
  float: left;
  padding: 0 16px;
}
.cell {
  height: 577px;
  display: table-cell;
  vertical-align: middle;
  padding: 30px 0 110px;
  width: 1%;
}
.cell h1 {
  color: #fff;
  margin: 0 0 10px;
}
.cell p {
  max-width: 450px;
  margin-bottom: 23px;
}
.intro-news-body {
  overflow-x: visible;
  width: 100%;
  position: relative;
  background: linear-gradient(180deg, #4381f0, #2e57f2);
  padding: 18px 48px;
  text-align: center;
  margin-top: -10px;
}
.intro-news-outer {
  width: 100%;
  margin-top: 125px;
 /*  max-width: 468px; */
}
.intro-news-body .quote-bg:before, .intro-news-body .quote-bg:after {
  content: '';
  width: 132px;
  height: 143px;
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 132px 143px;
  opacity: 0.18;
}

.intro-news-body .quote-bg:before {
  background-image: url(../png/quote-bg-before.png);
  top: 20px;
  left: 20px;
}

.intro-news-body .quote-bg:after {
  background-image: url(../png/quote-bg-after.png);
  bottom: 20px;
  right: 20px;
}

.intro-news-body p.news-title {
  font: 700 24px/40px 'Merriweather', serif;
  margin: 0 0 10px;
}
.hs-home-layout .test-banner .desktop-bar{
    background: #f8f8f9;
    border: 1px solid #e9e9eb;
    border-radius: 5px 5px 0px 0px;
    padding-left: 10px;
}
span.section-before {
  z-index: -2;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin-top: -563px;
  display: block;
  width: 100%;
  height: 1454px;
  background: no-repeat 50% 0;
}
span.section-before-span {
  position: absolute;
  height: 1593px;
  top: -315px;
  left: 50%;
  margin-left: -485px !important;
  background-size: 1931px 1593px;
  z-index: -1;
}
span.section-after {
  position: absolute;
  top: -90px;
  left: 50%;
  z-index: -1;
  width: 1920px;
  height: 824px;
  margin-left: -1585px;
  background-size: cover;
  content: "";
  background-repeat: no-repeat;
}
.section-after {
  position: relative;
}
.section-banner-before {
  position: relative;
}
textarea.hs-input {
  color: #90929b;
  font-size: 14.4px;
}

.custom-two-col-bg-inner {
  padding: 0 16px;
  width: 50%;
  float: left;
}
.img-betty {
  position: relative;
  color: #fff;
  border-radius: 5px;
  overflow: hidden;
  height: 410px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 31px 39px;
  font-weight: 700;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #000;
}
.img-betty h3 {
  margin-bottom: 20px;
  position: relative;
  color: #fff;
  font-size: 24px;
}
.img-betty .client-logo {
  padding-bottom: 40px;
}
.img-betty .client-logo img {max-width: 70%;}
.custom-two-col-bg-group {
  margin: 0 -16px;
}
.text-about {
  padding: 21px 30px;
  min-height: 410px;
  border-radius: 5px;
  color: #848893;
  background: #fff;
  -webkit-box-shadow: 0px -6px 20px rgba(124,127,137,0.1);
  -moz-box-shadow: 0px -6px 20px rgba(124,127,137,0.1);
  box-shadow: 0px -6px 20px rgba(124,127,137,0.1);
}
.text-about .logotype {
  height: 71px;
  width: 71px;
  border-radius: 50%;
  background: #fde5ed;
  margin-bottom: 31px;
  padding: 16px 14px;
  display: flex;
  align-items: center;
}
.text-about h3 {
  margin-bottom: 33px;
}
.text-about p {
  padding-bottom: 20px;
}

.hs-our-customers-grp {
  margin: 40px -16px;
}
.hs-our-customers-grp-item {
  width: 25%;
  float: left;
  padding-left: 16px;
  padding-right: 16px;
}
.hs-our-customers-logo-box {
  display: block;
  text-decoration: none !important;
  margin: 0 0 32px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0px 6px 30px rgba(125,127,137,0.15);
  -moz-box-shadow: 0px 6px 30px rgba(125,127,137,0.15);
  box-shadow: 0px 6px 30px rgba(125,127,137,0.15);
  border-radius: 5px;
}
.hs-our-customers-logo-box figure {
  height: 276px;
  display: table-cell;
  width: 1%;
  background: #fff;
  background-size: cover;
  border-radius: 5px;
  vertical-align: middle;
  padding: 15px;
}
.hs-our-customers-logo-box img {
  vertical-align: top;
  width: 47%;
  display: inline-block;
  height: auto;
  vertical-align: middle;
}

.hs-partnership-box {
  position: relative;
  color: #fff; 
  text-align: center;
}
.hs-partnership-box-holder {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 544px;
  padding: 50px;
  margin-bottom: 100px;
}
.hs-partnership-box-logo {
  position: relative;
  margin-bottom: 50px;
}
.hs-partnership-box-content {
  position: relative; 
}
.hs-partnership-box-content-inner p {
  font-size: 26px; 
  margin-bottom: 30px;
}

.custom-home-feature-inner {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-home-feature-mod {
  display: flex;
  justify-content: space-evenly;
}
.custom-home-feature-mod.v2 .custom-home-feature-inner {
  padding: 0; 
}
.custom-home-feature-title-below {
  display: flex;
  justify-content: center;
  margin-bottom: 125px;
}
.custom-home-feature-inner-bg {
  padding: 50px 50px;
  background-repeat:no-repeat;
  background-size: 100%;
  background-position: center;
}
.feature-content {
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(125, 127, 137, .1);
  text-align: center;
  padding: 60px 20px;
  border-radius: 15px;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.feature-content.with-image {
  min-height: 230px;
  justify-content: space-between;
  padding: 40px;
}
.feature-content.with-image img {
  margin-bottom: 20px;
}
.feature-content.with-image .usp {
  min-height: 40px;
}
.number {
  font: 700 40px 'Merriweather', serif;
}
.usp {
  font: 700 20px 'Merriweather', serif;
  margin-top: 0;
}
.custom-home-feature-inner-bg.purple {
  color: #6C4AE2;
}
.custom-home-feature-inner-bg.orange {
  color: #EE7320;
}
.custom-home-feature-inner-bg.green {
  color: #4BC630;
}

.iso-quote, .custom-iso-quote {
  width: 66.66666667%;
  margin: 0 auto;
  position: relative;
  padding: 44px 0 0 0;
}
.iso-quote:before, .custom-iso-quote:before {
  content: '';
  background: url(../png/quote-bg-before.png);
  position: absolute;
  z-index: -1;
  height: 204px;
  width: 188px;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}
.iso-quote h3, .custom-iso-quote h3, .custom-iso-quote p {
  text-align: center;
}
.custom-iso-quote p { 
  opacity: .6;
  font-size: 16px;
}
.iso-quote .quote-person, .custom-iso-quote .quote-person {
  text-align: center;
  color: #7D7F89;
  font-size: 16px;
}
.custom-iso-quote .quote-person a {
  color: #4b88fb;
  border-bottom: 1px dashed #4b88fb;
  display: inline-block;
  line-height: 26px;
}
.custom-iso-quote .quote-person a:hover {
  color: #4b88fb;
  border-bottom: 1px solid #4b88fb;
}
.iso-quote .quote-person img, .custom-iso-quote .quote-person img {
  vertical-align: middle;
  max-width: 114px;
}
.custom-iso-quote {
  margin: 125px auto;
  z-index: 1;
}
.custom-iso-quote h3 {
  font-size: 30px;
  margin: 0 0 30px; 
}
.custom-iso-quote .quote-img {
  display: inline-block;
  border-radius: 50%;
  position: relative;
  margin-right: 15px;
  width: 70px;
  height: 70px;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 0 20px 2px #ccc;
}
.iso-quote .quote-img img:after, .custom-iso-quote .quote-img img:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  box-shadow: inset 0 0 0 2px #fff, 0px 0px 2px 0px #999;
  border-radius: 50%;
}
.iso-quote:after, .custom-iso-quote:after {
  content: '';
  background: url(../png/quote-bg-after.png);
  position: absolute;
  z-index: -1;
  height: 204px;
  width: 188px;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
}
.hs-testimonial-slider {
  margin: 75px 0; 
}
/* Testimonial Slider */
#testimonialLightSlider .custom-iso-quote {
  margin: 0 auto 20px;
}
.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
    height: auto;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    transition-timing-function: ease;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSSlide .lSSlideContent {
  display: flex;
  justify-content: center;
  justify-items: center;
  margin-right: 10px;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/
.lSSlideOuter .lSPager.lSpg {
    margin: 5px 0 20px 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #a0b3b0;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #e9004c;
}
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    cursor: pointer !important;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    left: 10px;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 451.847 451.847' style='enable-background:new 0 0 451.847 451.847;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M97.141,225.92c0-8.095,3.091-16.192,9.259-22.366L300.689,9.27c12.359-12.359,32.397-12.359,44.751,0 c12.354,12.354,12.354,32.388,0,44.748L173.525,225.92l171.903,171.909c12.354,12.354,12.354,32.391,0,44.744 c-12.354,12.365-32.386,12.365-44.745,0l-194.29-194.281C100.226,242.115,97.141,234.018,97.141,225.92z' fill='%23e9004c'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
}
.lSAction > .lSNext {
    right: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 451.846 451.847' style='enable-background:new 0 0 451.846 451.847;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M345.441,248.292L151.154,442.573c-12.359,12.365-32.397,12.365-44.75,0c-12.354-12.354-12.354-32.391,0-44.744 L278.318,225.92L106.409,54.017c-12.354-12.359-12.354-32.394,0-44.748c12.354-12.359,32.391-12.359,44.75,0l194.287,194.284 c6.177,6.18,9.262,14.271,9.262,22.366C354.708,234.018,351.617,242.115,345.441,248.292z' fill='%23e9004c'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
  float: left;
}
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
/* End Testimonial slider */

.hs-partners-box {
  text-align: center;
  color: #fff;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 125px;
  margin-left: 0px;
  overflow: hidden;
}
.hs-partners-box.partners-box-small {
  margin-bottom: 0;
  width: 50%;
  padding: 20px 20px 50px;
}
.hs-partners-box.partners-box-small:after {
  left: 30px;
  right: 30px;
}
.hs-partners-box.partners-box-small.no-blue-bg {
  padding-bottom: 0; 
}
.hs-partners-box.partners-box-small.no-blue-bg:after {
  content: none; 
}
.hs-partners-box.partners-box-small.no-blue-bg .hs-partner-box--holder {
  background: none;
  padding: 20px 20px 0 0;
}
.partners-box-small.no-blue-bg .hs-partners-box-content-inner h3, .partners-box-small.no-blue-bg .hs-partners-box-content-inner p {
  color: #262a3a;
  text-align: left;
}
.partners-box-small.no-blue-bg .hs-partners-box-content-inner p {
  opacity: .6; 
}
.hs-partner-box--holder {
  border-radius: 10px;
  background: #558dff;
  background: -moz-linear-gradient(top, #558dff 0%, #395cff 100%);
  background: -webkit-linear-gradient(top, #558dff 0%,#395cff 100%);
  background: linear-gradient(to bottom, #558dff 0%,#395cff 100%);
  padding: 33px 33px 30px;
}
.hs-partners-box-logo {
  margin-bottom: 24px;
}
.partners-logo {
  float: left;
  width: 128px;
  max-height: 32px;
  overflow: hidden;
}
.partners-logo a {
  display: block;
  height: 100%;
}
.partners-logo img {
  width: 100%;
  vertical-align: top;
  height: auto;
}
.hs-partners-box-content {
  width: 66.66666667%;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.hs-partners-box-content-inner h2 {
  color: white;
  margin-bottom: 20px;
}
.hs-partners-box-content-inner p {
  margin-bottom: 23px;
  opacity: 1;
}
.hs-partners-box-content-inner p:last-child {
  margin-bottom: 0;
}
.hs-partners-box-content-inner a, .hs-partners-box-content-inner a:hover {
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.hs-partners-box-content-inner a:hover {
  border-bottom: 1px solid #fff; 
}
.partners-box-small .hs-partners-box-content-inner .block-with-list {
  text-align: left;
}
.partners-box-small .hs-partners-box-content-inner .block-with-list h3 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 25px;
  padding: 10px 20px 20px;
}
.partners-box-small .hs-partners-box-content-inner .block-with-list li:not(:last-of-type) {
  padding-bottom: 10px; 
}
.hs-partners-box:after {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  height: 40px;
  background: url(../png/background-image-blue.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.hs-partners-box-wrapper {
  display: flex;
  justify-content: center;
}
.hs-partners-box-content-inner h3 {
  color: #fff; 
}
.hs-partners-box-content-inner .hs-three-col-eql-cnt-with-title-grp {
  margin: 50px 50px 0;
}
.partners-box-small .hs-partners-box-logo {
  margin-bottom: 0px;  
}
.partners-box-small .hs-partners-box-content {
  width: 100%;
  padding: 0;
}
.partners-box-small .hs-partners-box-content-inner h3 {
  font-size: 23px;
  line-height: 37px;
}
.partners-box-small .hs-partners-box-content-cta {
  margin-top: 30px; 
}
.hs-partners-box-content-inner-img {
  width: auto;
  height: 200px;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hs-partners-box-content-inner-img img {
  width: auto;
  max-height: 100%;
}
.hs-partners-box.no-blue-bg {
  margin-bottom: 0;
}
.hs-partners-box.no-blue-bg:after {
   content: none;
}
.hs-partners-box.no-blue-bg .hs-partner-box--holder {
  background: none;
  color: #262a3a;
}
.hs-partners-box.no-blue-bg .hs-partners-box-content-inner h2 {
  color: #262a3a;
  margin: 0 0 32px;
  padding-bottom: 25px;
  position: relative;
}
.hs-partners-box.no-blue-bg .hs-partners-box-content-inner h2:before {
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
  background-repeat: no-repeat;
  background-image: url(../png/horizontal-blue-stripe-1.png);
  -webkit-background-size: 112px 7px;
  background-size: 112px 7px;
  background-repeat: no-repeat;
}
.hs-partners-box.no-blue-bg p {
  color: #848893;
  margin: 23px 0 33px;
}
.hs-three-col-eql-cnt-with-title-col {
  position: relative;
  width: 33.33333333%;
  float: left;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 50px;
}

.hs-also-recognized-grp {
  margin: 75px 0px;
  text-align: center;
  position: relative;
}
.hs-also-recognized-inner h5, .custom-home-feature-title-below h5 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  color: #7d7f89;
  margin-bottom: 14px;
  text-align: center;
}
.hs-also-recognized-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.hs-also-recognized-inner ul li {
  display: inline-block;
  padding: 0 20px 30px;
  min-width: 190px;
}
.hs-also-recognized-inner ul li img {
  width: 150px;
  vertical-align: bottom;
  height: auto;
  max-width: 184px;
}
.hs-also-recognized-inner ul li img.new {
  width: auto;
  max-height: 40px;
}
.custom-one-col-image-without-link-mod {
  overflow: hidden;
  width: 100%;
  margin: 75px auto;
  text-align: center;
}
.custom-one-col-image-without-link-inner {
  padding: 20px;
  width: 33.33333333%;
  float: left;
}
.custom-one-col-image-without-link-inner.four-cols {
  width: 25%; 
}
.custom-one-col-image-without-link-inner img {
  margin: 0 auto 20px;
  display: block;
}
.custom-one-col-image-without-link-inner h5 {
  font: 700 24px/40px 'Merriweather', serif;
}
.custom-one-col-image-without-link-inner.four-cols h5 {
  font: 700 16px/26px 'Merriweather', serif;
}
.custom-one-col-image-without-link-inner p {
  opacity: .6; 
}

.custom-two-col-left-video-group {
  display: flex;
  margin: 75px -16px 150px;
}
.custom-two-col-left-video-group.right-align {
  flex-direction: row-reverse;
}
.custom-two-col-left-video-group .video video {
  width: 100%;
  margin-bottom: -10px;
}
.custom-two-col-left-video-inner.video {
  position: relative;
  width: 58.33333333%;
  margin: 0 16px;
}
.custom-two-col-left-video-inner.video .video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background .3s;
}
.custom-two-col-left-video-inner.video .video-overlay:hover, .custom-two-col-left-video-inner.video.safari-video .video-overlay {
  background: rgba(0,0,0,0.3);
}
.custom-two-col-left-video-inner.video .video-overlay:hover .play-button, .custom-two-col-left-video-inner.video.safari-video .video-overlay .play-button {
  opacity: 1;
}
.custom-two-col-left-video-inner.video .video-overlay.playing {
  display: none; 
}
.custom-two-col-left-video-inner.content {
  width: 41.6666668%;
  margin: 0 16px;
  font-size: 16px; 
  padding: 34px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 30px 0 rgba(125,127,137,.51);
  display: block;
  text-align: left;
  position: relative;
}
.custom-two-col-left-video-inner.content.bullet-list {
  padding: 20px 0; 
}
.left-video-arrow {
  position: absolute;
  bottom: 20px;
  left: 35px;
  transform: rotate(-90deg);
}
.custom-two-col-left-video-inner.content .heading {
  font-weight: bold;
  color: #262A3A;
  opacity: 1;
}
.custom-two-col-left-video-inner.content ul {
  list-style: none;
  margin-left: 0;
}
.custom-two-col-left-video-inner.content ul li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.bullet-point-list {
  margin: 0 30px;
}
.bullet-point {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.bullet-point:last-of-type {
  margin-bottom: 0;
}
.bullet-point-icon {
  position: relative;
  display: grid;
  flex: 0 0 40px;
  justify-content: center;
}
.bullet-point-img {
  object-fit: contain;
}
.bullet-point-cnt {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  padding-left: 20px;
  color: #262A3A;
  opacity: .6;
}
.bullet-point-list-cta {
  text-align: center;
  margin-top: 27px;
}
.custom-two-col-video-inner.col2 h2 {
  font: 700 24px/40px 'Merriweather', serif;
  color: #262A3A;
  margin: 0 0 8px;
  padding-bottom: 25px;
  clear: both;
}
.custom-two-col-left-video-inner.content h3 {
  padding-bottom: 25px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.custom-two-col-left-video-inner.content h3:before {
  background-image: url(../png/green-brush.png);
  background-size: 112px 8px;
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0; 
}
.custom-two-col-video-inner.col2 p, .custom-two-col-left-video-inner.content p {
  opacity: .6;
}
.custom-two-col-video-inner.col2 a, .custom-two-col-left-video-inner.content a {
  color: #4b88fb;
  line-height: 26px;
  display: inline-block;
  border-bottom: 1px dashed #4b88fb;
}
.play-button {
  display: flex;
  justify-content: center;
  align-items: center;
	width: 80px;
	height: 80px;
	padding-left: 8px;
	border-radius: 50%;
	color: #f5f5f5;
	background-color: rgb(42,42,42);
	font-size: 20px;
  opacity: 0.65;
  transition: opacity .3s;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;  
  font-size: 14px;
  line-height: 18px;
  padding: 11px 17px;
  font-weight: 700;
  min-width: 110px;
  border: none;
  border-radius: 5px;
  position: relative;
  transform: translateY(0);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.05);
  white-space: normal;
}
.btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  border-radius: 5px;
  transition: all .3s;
  box-shadow: 0 0 4px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.27);
}
.btn:hover:before {
  background: rgba(255,255,255,.2);
  box-shadow: 0 2px 4px rgba(0,0,0,.1), 0 2px 2px rgba(0,0,0,.27);
}
.btn-primary {
  background: #568eff;
  background: linear-gradient(to bottom, #568eff 0%,#385aff 100%);
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-warning {
  background: #ffea00;
  background: linear-gradient(to bottom, #ffea00 0%,#ffcd19 100%);
  color: #32384b;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn-warning:active:hover, .btn-warning:hover {
  color: #32384b;
}
.btn-warning:hover {
  background-color: #ec971f;
  border-color: #d58512;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.05);
}
.section-title {
  padding-bottom: 16px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.section-title:before {
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
  background-repeat: no-repeat;
}
.section-title.red:before {
  background-image: url(../png/horizontal-red-stripe-2.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
}
.section-title.white:before {
  background-image: url(../png/horizontal-white-stripe.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
}
.section-title.blue:before {
  background-image: url(../png/horizontal-blue-stripe-1.png);
  -webkit-background-size: 112px 7px;
  background-size: 112px 7px;
}
.section-title.orange:before{
  background-image: url(../png/horizontal-orange-stripe.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
}
.section-title.green:before {
  background-image: url(../png/green-brush-1.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
}
.form .hs-input {
  border: 1px solid #D4D4D8;
  background: #F8F8F9;
  border-radius: 5px 0px 0px 5px;
  width: 240px !important;
  color: #262A3A;
  font-size: 14px;
  margin: 0;
  padding:1px 10px;
  line-height:40px;
}
.form .hs-button.primary {
  border-radius: 0px 5px 5px 0;
  padding: 13px 17px;
  margin: 0;
  position: relative;
  min-width: 114px;
  transition: all .3s;
  box-shadow: 0 0 4px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.27);
}
.form .hs_email.hs-form-field {
  display: inline-block;
  margin: 0;
}
.form form {
  display: flex;
  flex-shrink: unset;
  align-items: center;
  justify-content: center;
  position: relative;
}
.form {
  display: flex;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  max-width: 620px;
  margin: 0 auto;
}
.form .hs_email.hs-form-field > label {
  display: none;
}
.hs-form-field {
  margin: 0 0 10px;
}
/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100%;
  max-width:500px;
  border: 1px solid #D4D4D8;
  border-radius: 5px;
  color: #262A3A;
  padding: 5px 10px;
  font-size: 16px;
  margin-bottom: 8px;
  background-color: #fafafa;
  font-family: inherit;
  line-height: 32px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: .6em;
  background-position: calc(100% - 1em) center;
  background-repeat: no-repeat;
  padding-right: 35px;
}
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline: 0;
}
/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}
.hs-button.primary,
input[type="submit"],
input[type="button"] {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  background: linear-gradient(to bottom, #568eff 0%,#385aff 100%);
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  padding: 11px 17px;
  font-weight: 700;
  min-width: 110px;
  border: none;
  border-radius: 5px;
  position: relative;
  transform: translateY(0);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.05);
  margin: 20px 0 10px;
  font-family: inherit;
  transition: all .3s;
  white-space:normal !important;
  text-align:center;
}
.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 0 4px rgba(0,0,0,.1), 0px 3px 4px rgba(0,0,0,.27);
  background: linear-gradient(to bottom, #83abfd 0%,#6a83ff 100%);
  transition: all .3s;
}
.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
}
.body-container ul li{}
.hs-blog-social-share ul li {
  background: none;
  padding-left: 0;
}
form ul li{
  background: none !important;
  padding-left: 0 !important;
  list-style:none !important;
}
.hs-form-required {
  color: #ff0000;
}
.collection-cta {
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.collection-cta .not-first {
  margin-left: 20px; 
}

/******* Home Style ********/
.hs-home-layout {
  overflow-x: hidden;
}

.home-banner .form .form-title {
  margin: 0;
}
.home-banner.custom-banner-area-popup-mod:before {
  background-size: 100%;
}

.home-banner .intro-news-body p.news-sub-title {
  font-size: 16px;
  font-weight: normal;
  font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
  line-height: 32px;
  margin-bottom: 30px;
}
.home-banner .intro-news-body {
  padding-bottom: 20px;
  min-height: 350px;
  border-radius: 5px;
  box-shadow: 0 8px 22px 0 rgba(0,0,0,.15);
}
.home-banner .intro-news-body .cta-wrapper {
  margin-bottom: 20px;
}
.home-banner .intro-news-body a {
  padding-bottom: 3px;
  color: #fff;
  font-size: 16px;
}
.home-banner .intro-news-body .mySlides img {
  max-height: 200px;
}
.home-banner .intro-news-body .mySlides .news-sub-title {
    margin: 20px 0;
}
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin-top: -100px;
}
.mySlides {
    display: none;
    height: auto;
}
.mySlides.active {
    display: block; 
}
.slideshow-dots {
    text-align: center; 
}
.slideshow-dots .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease
}
.slideshow-dots .dot.active, .slideshow-dots .dot:hover {
    background-color: #fff
}
.mySlides.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: 0} 
  to {opacity: 1}
}
.home-banner .form {
  max-width: 100%;
  padding: 0;
  margin: 0;
  align-items: flex-start;
  justify-content: flex-start;
}
.home-banner .form .form {
  padding: 0 20px 20px 0; 
}
.home-banner .form .form ~ .cta-wrapper a {
  padding: 13px 17px !important;
}
.home-banner .form > .cta-wrapper {
  display: inline-block;
  padding: 0 20px 20px 0;
}
.home-banner .form > .cta-wrapper:last-of-type {
  padding: 0 0 20px; 
}
.hs-home-layout .body-container-wrapper {
  padding: 0;
}
.hs-home-row1-group span.page-center-before-span {
  top: -353px;
}
.hs-home-row1-group {
  padding: 32px 0;
}
.customers-home-block-wrapper .hs-our-customers-grp-item { width: 20%; }
.customers-home-block-wrapper .hs-our-customers-grp-item figure { height: 208px; }
.customers-home-block-wrapper .hs-our-customers-logo-box figure img { width: 80%; }
.hs-home-row2-group span.page-center-before-span {
  top: -100px;
  margin-left: -1706px !important;
}
.hs-home-row2-group {
  padding: 55px 0 85px 0;
  position: relative;
}
.body-container .hs-home-row2-group .page-center {
  max-width: 1000px;
}
.hs-home-row3-group .hs-testimonial-slider {
  margin: 0; 
}
.hs-home-row5-group {
  padding: 133px 0 83px;
  position: relative;
}
.hs-home-row5-group span.page-center-before-span {
  top: -80px;
  margin-left: -1706px !important;
  z-index: -1;
}
.hs-home-row5-group {
  text-align: center;
}
.hs-home-row5-group .custom-one-col-image-without-link-mod {
  margin: 50px auto;
}
.hs-home-row6-group {
  padding: 50px 0;
}
.hs-home-row7-group.section-banner-before.custom-form-gp {
  overflow: visible;
  margin: 0;
  padding: 93px 0 152px;
}
.hs-home-row7-group span.section-before-span {
  width: 100% !important;
  height: 1042px;
  bottom: 0;
  left: 0;
  top: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  margin-left:0 !important;
}
.hs-home-layout .footer-container-wrapper .custom-form-gp {
  display: none;
}

/* =============== Footer =============== */
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.footer-container-wrapper {}
.footer-container .page-center {
  padding-left: 16px;
  padding-right: 16px;
}
.custom-footer-top .hs-menu-wrapper > ul>li>a {
  cursor: text;
}
.custom-form-gp .hs-error-msgs label {
  font-size: 14px;
}
.social ul li a {
  display: block;
  width: 24px;
  height: 24px;
}

.custom-social {
  float: right !important;
  margin-right: 14px;
}

.custom-footer-group {
  font-size: 14px;
  line-height: 24px;
  color: #bdbfc4;
  font-weight: 400;
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
  padding: 32px 0 31px;
  background: #fff;
}

nav.social p {
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  margin: 0;
}
.rules {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
.betty {
  background: url(http://538005.fs1.hubspotusercontent-na1.net/hubfs/538005/BettyBlocks-Dec2017/Images/b.svg) no-repeat;
  -webkit-background-size: 29px 24px;
  background-size: 29px 24px;
  width: 29px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  text-indent: -9999px;
  margin-right: 17px;
}
ul.rules li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 24px;
}
ul.rules li a {
  color: #bdbfc4;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

ul.rules li+li {
  margin-left: 45px;
}
.copy-holder p {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  margin-right: 50px;
}
.custom-social ul {
  margin: 0 0 0 14px;
  padding-left: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.custom-social ul li {
  display: inline-block;
  vertical-align: top;
}
.custom-social ul li+li {
  margin-left: 13px;
}

.custom-copyright {
  width: auto !important;
  margin-left: 0 !important;
}  
.custom-social {
  width: auto !important;
}   

.copy-holder {
  float: left;
}

.custom-left-menu ul ul ,
.custom-right-menu ul ul {
  position: static !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.custom-footer-top {
  padding: 39px 0 97px;
}
.custom-footer-top .hs-menu-wrapper > ul {
  margin: 0 -16px;
}
.custom-footer-top .hs-menu-wrapper > ul > li {
  padding: 0 16px;
}
.custom-footer-top ul > li > a {
  font: 700 14px/17px 'Ubuntu', sans-serif;
  color: #32384b;
  margin: 0 0 5px 0;
  padding-bottom: 6px;
}
.custom-footer-top ul ul > li > a {
  color: #868993;
  text-decoration: none;
  font: 400 14px/18px 'Ubuntu',sans-serif;
  display: inline-block !important;
}
.custom-footer-top ul > li {
  width: 16.66666667% ;
  display: inline-block;
}
.custom-footer-top ul ul > li {
  width: 100% ;
}
.custom-footer-top ul ul > li:last-child > a {
  padding-bottom: 0;
}

.custom-footer-top ul ul > li {
  padding-left: 0 !important;
}
.custom-footer-top ul {
  display: block !important;
}
.custom-footer-top ul ul > li > a:hover{
  color: #6D707A;
}
ul.rules li a:hover {
  text-decoration: underline;
}
.custom-form-gp {
  padding: 65px;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.custom-form-gp:not(.hs-home-row7-group):before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../jpg/big_blue_background-2.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.cm-form h3 {
  color: #fff !important;
  margin-bottom: 33px !important;
  font: 700 40px/56px 'Merriweather', serif !important;
}
.custom-form-gp .cm-form .hs-form-field > label{
  display:inline;
}
.cm-form form {
  position:relative;
}
.custom-form-gp .cm-form .hs-form-required {
  display:none;
}
.custom-form-gp .cm-form .hs-input {
  border: 1px solid #D4D4D8;
  background: #F8F8F9;
  border-radius: 5px 0px 0px 5px;
  width: 250px !important;
  color: #262A3A;
  font-size: 14px;
  padding: 5px 10px;
  line-height: 32px;
  font-family: inherit;
  margin:0;
}
.custom-form-gp .hs_error_rollup {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  text-align: left;
  width: 360px !important;
  margin: 0 auto;
}
.custom-form-gp .hs-error-msgs.inputs-list label {
  text-align: left;
}
.custom-form-gp .hs_cos_wrapper_type_rich_text {
  width: 60%;
  margin: 0 auto;
}
.footer-container h1, .footer-container h2, .custom-form-gp h2 {
  font-size: 40px;
  color: #fff;
  line-height: 56px;
  margin-bottom: 10px;
}

.cm-form .hs-button.primary {
  position: relative;
  transform: translateY(0);
  box-shadow: 0 0 4px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.27);
  font-family: inherit;
  font-weight: 700;
  min-width: 110px;
  border: none;
  font-size: 14px;
  line-height: 18px;
  background: #ffea00;
  background: linear-gradient(to bottom, #ffea00 0%,#ffcd19 100%);
  color: #32384b;
  border-radius: 0px 5px 5px 0;
  padding: 13px 17px;
  cursor: pointer;
  margin:0;
}
.cm-form .hs-button.primary:hover {
  box-shadow: 0 2px 4px rgba(0,0,0,.1), 0 2px 2px rgba(0,0,0,.27);
  transform: none !important;
  background-color: #ec971f;
  background: linear-gradient(to bottom,  #ffea00 0%,#ffcd19 100%);
}
.cm-form .hs-form-field {
  margin: 0;
}
.cm-form form {
  display: flex;
  justify-content: center;
}

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

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }
.mobile-icon {
  display: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 0;
  position: absolute;
  top: 37px;
  right: 17px;
}
.mobile-icon:hover {
  text-decoration: none; /* Removes link text underline on button */
}

/* Three line icon */
.mobile-icon span {
  margin: 0 auto;
  position: relative;
  top: 17px;
}
.mobile-icon  span:before, .mobile-icon span:after {
  position: absolute;
  content: '';
}
.mobile-icon  span, .mobile-icon  span:before, .mobile-icon  span:after {
  width: 26px;
  height: 2px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
  margin: 0;
}
.no-banner .mobile-icon  span, .no-banner .mobile-icon  span:before, .no-banner .mobile-icon  span:after {
  background-color: #ea2249;
}
.mobile-icon  span:before {
  margin-top: -6px; /* Position top line */
}
.mobile-icon  span:after {
  margin-top: 6px; /* Position bottom line */
}


/* Close Button
========================================================================== */  

.close-icon {
  display: none !important;
  cursor: pointer;
  margin: 0;
  margin-left: 30px;
  float: left;
  position: absolute;
  top: 45px;
  right: 22px;
  text-indent: -9999px;
  width: 18px !important;
  height: 18px;
  z-index: 999;
}

.close-icon:after,
.close-icon:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 26px;
  top: 50%;
  left: 50%;
  margin: -13px 0 0 -1px;
  background: #e9004c;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-icon:before {
  -ms-transform: rotate(-45deg); 
  -webkit-transform: rotate(-45deg); 
  transform: rotate(-45deg);
}

.hs-two-column-cnt-with-img-grp.left-align .hs-two-column-cnt-with-img-col-bg, .hs-two-column-cnt-with-img-grp.right-align .hs-two-column-cnt-with-img-col-bg {
  width: 50%;
  margin-left: 0;
}

.hs-two-column-cnt-with-img-col, .hs-two-column-cnt-with-img-col-bg {
    position: relative;
    width: 33.33333333%;
    margin-left: 8.33333333%;
    float: left;
    padding-left: 16px;
    padding-right: 16px;
}

.hs-two-column-cnt-with-img-grp .hs_cos_wrapper_type_inline_rich_text img {
    max-width: 100%;
    min-height: 10px;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
}

.hs-two-column-cnt-with-img-grp.no-bg .hs-two-column-cnt-with-img-col-bg .browser-video > svg {
    display: none;
}

.browser-video svg:first-of-type {
    margin-left: 5px;
}

#site-wrapper {overflow-y: hidden !important}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:992px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul:not(.hs-search-field__suggestions) { 
    display:block !important;
  }
  #site-wrapper{
    overflow-x: hidden;
  }
  .custom-menu-primary {
    height: auto !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #fff;
    background: #fff;
    width: 220px;
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.16);
    -moz-box-shadow: 0 0 50px rgba(0,0,0,0.16);
    box-shadow: 0 0 50px rgba(0,0,0,0.16);
    top: 100%;
    left: -120% !important;
    padding: 27px 24px 21px;
    text-align: left;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s !important;
    -o-transition: all .3s !important;
    transition: all .3s !important;
  }
 
  
  .custom-menu-primary .hs-menu-wrapper > ul ul:after {
    content: '';
    width: 26px;
    height: 26px;
    border-radius: 5px;
    position: absolute;
    top: -5px;
    left: 50%;
    background: #fff;
    margin-left: -13px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    overflow: hidden;
  }
  
   .custom-menu-primary .hs-menu-wrapper  ul li ul ul:after {
   content: '';
   display: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: #252a3a;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li+li {
    margin-top: 16px;
  }
  .cm-mobile-logo {
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(2) ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(6) ul{
    left: auto !important;
    right: -48px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(3) ul {
    left: auto !important;
    right: -265px !important;
    width: 550px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(4) ul {
    left: auto !important;
    right: -73px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(5) ul {
    left: -27% !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: #585d6d;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(7) a {
    cursor: default;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(7) ul a {
    cursor: pointer;
  }
  .no-banner .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: #90929b;
  }
  .no-banner .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #90929b;
  }
  .no-banner .custom-menu-primary .hs-menu-wrapper > ul > li #search-icon {
    color: #90929b !important;
  }
  .custom-mobile-menu-group{
    display:none !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul .custom-search {
    transition: none; 
  }
  
  /* Second level list container */
 .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(4) ul {
    display: contents;
    width: 450px !important;
    left: -215% !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(5) ul {
    display: contents;
    width: 450px !important;
    left: -190% !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(3) > ul::after {
    left: 45% !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(4) > ul::after {
    left: 39.5% !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(5) > ul::after {
    left: 39.5% !important;
  }

  /* Removes the 'arrow' pointer on third level  */
  /* ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper::after { */
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(4) ul{
    display: none;
  }
  
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(5) ul{
    display: none;
  }

  /* Third level listitems */
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(4) ul > li {
    float: left;
    display: grid;
    margin: 0;
    grid-row-gap: 20px;
  }
  
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(5) ul > li {
    float: left;
    display: grid;
    margin: 0;
    grid-row-gap: 20px;
  }

  /* Second level list 'Solutions', third level list #first list */
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(3) ul > li:nth-of-type(1) {
    width: 45%;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(4) ul > li:nth-of-type(1) {
    width: 39%;
  }
  
   .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(5) ul > li:nth-of-type(1) {
    width: 39%;
  }

  /* Second level list 'By Industries', third level list second list */
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(3) ul > li:nth-of-type(2):not(.hs-menu-item.hs-menu-depth-3) {
    width: 55%;
    padding-left: 24px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(4) ul > li:nth-of-type(2):not(.hs-menu-item.hs-menu-depth-3) {
    width: 61%;
    padding-left: 24px;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(5) ul > li:nth-of-type(2):not(.hs-menu-item.hs-menu-depth-3) {
    width: 61%;
    padding-left: 24px;
  }

  /* Render a 'seperator' on the second listitem element  */
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(4) ul > li:nth-of-type(2) {
    box-shadow: -3px 0px 0px #f2f2f2;
  }
  
  /* Render a 'seperator' on the second listitem element  */
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(5) ul > li:nth-of-type(2) {
    box-shadow: -3px 0px 0px #f2f2f2;
  }

  /* Remove grey seperator on list items */
  .custom-menu-primary .hs-menu-wrapper > ul > li ul > li ul > li {
    box-shadow: none !important;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
    visibility: visible !important;
  }
  
  .hs-menu-flow-horizontal ul li:nth-of-type(4) ul.hs-menu-depth-2::after {
    content: '';
  display: none !important;
  }
  
  .custom-menu-primary.custom-desktop-menu2 .hs-menu-wrapper > ul > li:nth-of-type(2) ul, .custom-menu-primary.custom-desktop-menu2 .hs-menu-wrapper > ul > li:nth-of-type(6) ul {
     width: 240px !important;
     left: 50% !important;
     transform: translateX(-50%) !important;
  }
  
  .custom-menu-primary.custom-desktop-menu2 .hs-menu-wrapper > ul > li:nth-of-type(3) ul, .custom-menu-primary.custom-desktop-menu2 .hs-menu-wrapper > ul > li:nth-of-type(4) ul {
    width: 550px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  
  .custom-menu-primary.custom-desktop-menu2 .hs-menu-wrapper ul ul {
    width: 240px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  
  .custom-menu-primary.custom-desktop-menu2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal !important;
  }  
  
}

@media (max-width: 991px){

  .custom-desktop-menu{
    display:none !important;
  }

  body, html {
    height: auto;
  }

  /* Show the Mobile and Close Icons */
  .mobile-icon,
  .close-icon {
    display: block !important;
  }

  /* Container added with js and is required for transforms to work */
  #site-wrapper{
    max-width: 100%;
    height: 100%;
    position: relative;
    overflow-x:hidden;
  }

  /* Provide room in header for the toggle button */ 
  .header-container-wrapper .page-center{}

  /* Provide spacing for the menu ul */
  .custom-menu-primary .hs-menu-flow-horizontal>ul {
    clear: both;
  }

  /* Mobile Nav is HIDDEN By Default */
  .custom-menu-primary {
    position: fixed;
    width: 288px !important;
    z-index: 1000;
    background-color: #fff;
    right: -300px;
    top: 0;
    height:100vh !important;
    overflow-x:hidden !important;
    overflow-y:auto !important;
    transition:all 0.5s ;
  }
  .show-mobile-nav .custom-menu-primary {
    right:0;
    transition:all 0.5s ;
  }

  /* Set Link Colors */
  .custom-menu-primary a { color: #fff; }
  .custom-menu-primary a:hover { color: #ccc; }

  /* All Main Containers Display FULL Width By Default */
  .header-container-wrapper, .body-container-wrapper, .footer-container-wrapper {
    position:relative;
    right:0;
    transition:all 0.5s ;
  }
  .footer-container h1, .footer-container h2, .custom-form-gp h2 {
    font-size: 34px;
    height: auto;
  }

  /* All Main Containers Display PARTIAL Width On Icon Click */
  .show-mobile-nav .header-container-wrapper, 
  .show-mobile-nav .body-container-wrapper, 
  .show-mobile-nav .footer-container-wrapper{
    right:288px;
    transition:all 0.5s ;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {} 
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 20px 0px 0px 2px;
    float: none !important;
    text-align: left !important;
    display: block;
    margin-left: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display: block;
    padding: 12px 16px;
    color: rgba(38, 42, 58, 0.6);
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper> ul > li:nth-of-type(7) {
    height: 44px;
  }
  .custom-menu-primary .hs-menu-wrapper> ul > li:nth-of-type(7) > a {
    padding: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper> ul > li:nth-of-type(7) .hs-search-field {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 44px;
    display: block !important;
    background: #F5F7FA;
  }
  .custom-menu-primary .hs-menu-wrapper> ul > li:nth-of-type(7) .hs-search-field:after {
    content: none;
  }
  .custom-menu-primary .hs-menu-wrapper> ul > li:nth-of-type(7) .hs-search-field button.custom-search-btn {
    width: 15%;
    height: 100%;
    background: transparent;
    color: #d4d4d8;
    border: none;
    border-radius: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper> ul > li:nth-of-type(7) .hs-search-field > .hs-search-field__bar, .custom-menu-primary .hs-menu-wrapper> ul > li:nth-of-type(7) .hs-search-field form {
    height: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper> ul > li:nth-of-type(7) .hs-search-field form .hs-search-field__input {
    display: block !important;
    border-radius: 0px;
    width: 85% !important; 
    background: transparent !important;
    border: none;
    padding: 5px 16px;
    color: rgba(38,42,58,0.6);
    max-width: 288px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .custom-menu-primary .hs-menu-wrapper> ul > li:nth-of-type(7) .hs-search-field__input:focus {
    color: #252A3E;
  }
  .custom-menu-primary .hs-menu-wrapper ul > li:nth-of-type(7) .hs-search-field__suggestions {
    width: 100% !important;
  }
  .custom-menu-primary .hs-menu-wrapper .hs-search-field__suggestions:after {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #fff;
    padding: 0 15px;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {}

  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children ul {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: #252a3a;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 20px;
  } 
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children.child-open > a{
    color: #252a3a;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: #585d6d;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children.child-open ul {
    position: static !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children.child-open ul {
    display: block;
  }
  .show-mobile-nav .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 40;
    opacity: .16;
    background: #000;
  }

  body.show-mobile-nav {
    overflow: hidden;
  }
  .custom-menu-primary {
    padding-top: 38px;
  }
  a.cm-mobile-logo {
    padding-left: 16px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block !important;
    padding-top: 16px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 14px;
    display: block;
    padding: 12px 40px 12px 16px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(6) {
    border-bottom: 1px solid #f2f4f7;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    position: absolute;
    content: '';
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    right: 22px;
    top: 50%;
    border: 4px solid transparent;
    border-right: 5px solid #d4d4d8;
    margin: -4px 0 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.child-open > a:after {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: -2px -2px 0 0;
  }
  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%; /* Button width */
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .custom-menu-primary .custom-header-login ul li a {
    display: inline-block !important;
  } 
  .custom-menu-primary .custom-header-login ul {
    min-height: auto !important;
  }
  .custom-menu-primary .custom-header-login ul li {
    width: auto;
    display: inline-block;
  }
  .custom-menu-primary .custom-header-login ul {
    padding: 15px;
    overflow: hidden;
  }
  .custom-menu-primary .custom-header-login ul li {
    margin:0;
  }
  .custom-menu-primary .custom-header-login ul li+li a:before{
    display:none;
  }
  .custom-menu-primary .custom-header-login ul li + li a {
    min-width: 114px;       
  }
  .custom-menu-primary .custom-header-login ul li a {
    padding: 10px 16px;
    font-size: 14px;
  }
  .custom-menu-primary .custom-header-login ul li a.btn {
    min-width: 114px;
    line-height: 18px;
  }
  .custom-menu-primary .custom-header-login ul li a:hover {
    color: #90929B;
  }
  a.cm-mobile-logo img {
    width: 164px;   
  }
  .custom-header-group {
    padding: 38px 0 30px;
  }
  .custom-menu-primary .custom-logo-inner {
    padding: 0 16px;
  }
  .custom-menu-primary .custom-logo-inner img {
    display:none !important;
  }
  .custom-menu-primary .custom-logo-inner img.logo-red {
    display: block !important;
    float: left;
  }
  .custom-menu-primary .custom-header-login {
    display:block !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .test-banner .left, .test-banner .right {
    width: 100% !important;
  }
    .hs-two-column-cnt-with-img-grp.left-align .hs-two-column-cnt-with-img-col-bg {
    width: 100% !important;
  }
  .browser-video .image {
    position: relative;
    border-radius: 0 0 5px5px;
    overflow: hidden;
    margin: 0;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
  }
  .hs-two-column-cnt-with-img-grp .hs_cos_wrapper_type_inline_rich_text img {
    width: 100% ;
    min-height: 10px;
  }
  .hs-two-column-cnt-with-img-grp.left-align:not(.bg) .hs-two-column-cnt-with-img-cnt-col {
    padding: 0 16px;
    float: none;
  }
}
@media (min-width: 1440px) {

  .custom-menu-primary {
    width: 100% !important;
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li+li {
    margin-left: 41px;
  }
}
@media (max-width: 1439px) {
  .custom-logo {
    position: static;
    float: left !important;
    margin-left: 16px !important;
    margin-right: 40px;
  }
  .custom-login {
    position: static;
    float: right !important;
    margin-right: 16px;
    margin-top: -2px;
  } 
  .custom-banner-area-popup-mod:before {
    margin-left: -1538px;
  }
  .hs-search-field {
    right: 385px;
  }
}
@media (max-width: 1209px) {
  body{
    font-size:16px;
  }
  .home-banner .form ul.hs-error-msgs.inputs-list {
    bottom: -120px;
  }
  .custom-login ul li {
    margin-left: 8px;
  }
  .custom-footer-top {
    padding: 43px 0 96px;
  }
  .custom-footer-top ul > li {
    line-height: 32px;
  }
  .custom-footer-top .hs-menu-wrapper > ul > li > a {
    display: block;
    padding: 0;
    margin: 0 0 6px 0;
  }
  .intro-news-body{
    margin-top: -11px;
  }
  .custom-header-gp.cloned-menu .custom-logo-inner img.tab-logo-red {
    display: block; 
  }
  .custom-header-gp.cloned-menu .custom-logo-inner img.tab-logo, .custom-header-gp.cloned-menu .custom-logo-inner img.logo-red {
    display: none !important; 
  }
  img.tab-logo {
    display: block !important;
  }
  .logo {
    display: none;
  }
  .custom-logo {
    width: 39px !important;
    margin-right: 43px;
  }
  .custom-footer-top ul ul > li > a {
    font: 400 12px/14px 'Ubuntu',sans-serif;
  }
  .container-fluid .row-fluid .page-center {
    max-width: 972px;
  }
  .custom-footer-top ul ul > li:last-child > a, .custom-footer-top ul > li > a {
    margin: 0;
    padding-bottom: 0;
  }
  .custom-banner-area-popup-mod:before {
    margin-left: -1638px;
  }
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
  .hs-also-recognized-grp {
    margin: 40px 0px;
  }
  .hs-home-row4-group .hs-also-recognized-grp {
    margin: 40px 0px -80px;
  }
  .hs-also-recognized-inner ul li {
    padding: 0 20px 30px;
    min-width: 190px;
  }
  .img-betty {
    background-size: 160%;
    background-position: 30% 0;
  }
  .cell p {
    max-width: 350px; 
  }
  .hs-title-grp h2 {
    margin-bottom: 24px;
    padding-bottom: 32px;
  }
  .left-video-arrow {
    right: 35px;
    left: auto;
  }
}
@media (max-width: 1209px) and (min-width:768px) {
  #search-icon {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li+li:last-of-type {
    margin-left: 0;
  }
  .form .hs-input {
    width: 250px;
  }
  h3 {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (max-width: 1009px) {
  .custom-logo {
    width: 39px !important;
    margin-right: 20px;
    margin-left: 5px !important;
  }
}
@media (max-width: 991px) {
  .custom-home-feature-inner-bg, .custom-home-feature-mod.v2 .custom-home-feature-inner-bg {
    padding: 50px 20px;
  }
  .custom-home-feature-mod.v2 .feature-content.purple, .custom-home-feature-mod.v2 .feature-content.orange, .custom-home-feature-mod.v2 .feature-content.green {
    padding: 10px;
  }
  .feature-content.with-image {
    min-height: 200px;
    justify-content: space-evenly;
    padding: 10px;
  }
  .custom-header-group {
    padding: 38px 0 30px;
  }
  .container-fluid .row-fluid .hs-home-row2-group .page-center {
    max-width: 100%;
  }
  .container-fluid .row-fluid .page-center {
    max-width: 752px;
  }
  .tab-logo {
    display: none !important;
  }
  .logo {
    display:inline-block !important
  }
  .custom-logo {
    width: 164px !important;
    margin-right: 35px;
  }
  .custom-login {
    display: none !important;
  } 
  .custom-right-menu, .custom-left-menu {
    width: 100% !important;
  }
  .custom-footer-top {
    padding: 0 0 30px;
  }  
  .custom-left-menu .hs-menu-wrapper > ul {
    font-size: 0;
    line-height: 0;
    margin: 0 -16px !important;
  }
  .custom-footer-top .hs-menu-wrapper > ul> li {
    padding: 0 16px;
  }
  .custom-footer-group {
    font-size: 12px;
  }
  ul.rules li {
    font-size: 12px;
  }
  ul.rules li+li {
    margin-left: 15px;
  }
  .betty {
    margin-right: 5px;
  }
  .copy-holder p {
    margin-right: 15px;
  } 
  .custom-social ul {
    margin: 0 0 0 8px;
  }
  .custom-social ul li+li {
    margin-left: 7px;
  }
  .custom-social {
    margin-right: 0;
  }
  .custom-footer-top .hs-menu-wrapper > ul > li > a {
    margin: 0 0 5px 0;
  }
  .custom-footer-top ul ul > li {
    margin-bottom: 0 !important;
    line-height: 32px;
  }
  .custom-footer-top ul > li {
    margin-bottom: 25px;
  }
  .custom-footer-top ul ul > li > a {
    margin: 0;
    padding-bottom: 0;
    display: inline-block !important;
  }
  .custom-footer-top ul > li > a {
    margin: 0 0 5px 0;
    padding-bottom: 0;
  }
  .custom-left-menu ul ul > li:last-child > a {
    margin-bottom: 8px;
  }
  .custom-header-login ul li:last-child{
    float: left !important;
  }
  .custom-banner-area-popup-mod:before {
    bottom: auto;
    height: 100%;
    min-height: 681px;
    margin-left: 0;
    left: -950px;
    right: 0;
  }
  .left {
    width: 100%;
    float: none;
    padding-top: 24px;
  }
  .cell {
    height: auto;
    padding-bottom: 80px;
    display: block;
    width: 100%;
  }
  .intro-inner {
    padding-bottom: 40px;
  }
  .cell p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 32px;
    max-width: 450px;
  }
  .right {
    width: 100%;
    float: none;
  }
  .iso-quote h3, .custom-iso-quote h3, .hs-one-col-img-with-quote .custom-iso-quote h3 {
    font-size: 18px;
    line-height: 32px;
  }
  h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .intro-news-outer {
    margin: 20px auto 0;
  }
  .intro-news-outer .intro-news-top {
    top: 10px;
  }
  span.page-center-before-span {
    top: -360px;
  }
  .custom-one-col-image-without-link-mod {
    width: 100%;
  }
  .custom-footer-top ul > li {
    width: 33.33333333%;
    display: inline-block;
    float: none !important;
    vertical-align: top;
    margin-right: -2px;
  }
  .hs-partners-box-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .partners-logo {
    display: block;
    margin: 0 auto;
    width: 96px;
    float: none;
  }
  .hs-partners-box-content-inner p {
    margin-bottom: 13px;
  }
  .hs-partners-box-logo {
    margin-bottom: 14px;
  }
  .hs-partner-box--holder {
    padding: 42px 15px 30px;
  }
  .hs-partners-box:after {
    height: 28px;
  }
  .hs-partners-box {
    padding-bottom: 50px;
    margin-bottom: 15px;
  }
  .partners-box-small .hs-partners-box-content-inner {
    margin: 0 0 30px;
  }
  .partners-box-small .hs-partners-box-content-inner h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .hs-partners-box-content-inner-img {
    height: 150px; 
  }
  .hs-our-customers-grp-item, 
  .customers-home-block-wrapper .hs-our-customers-grp-item {
    width: 33.33333333%;
  }
  .customers-home-block-wrapper .hs-our-customers-grp-item figure {
    height: 276px;
  }
  .hs-home-row1-group span.page-center-before-span {
    top: -753px;
  }
  .custom-two-col-bg-inner {
    width: 100%;
    margin-bottom: 15px;
  }
  .img-betty {
    height: 450px;
    background-size: 120%;
  }
  .img-betty p {
    font-size: 16px;
  }
  .hs-home-row5-group {
    padding-bottom: 20px;
  }
  .text-about p {
    font-size: 16px;
    line-height: 32px;
  }
  .text-about {
    padding: 16px;
    min-height: 250px;
  }
  .hs-home-row7-group.section-banner-before.custom-form-gp {
    padding-top: 50px;
    padding-bottom: 72px;
  }
  .hs-home-row6-group {
    padding-bottom: 30px;
  }
  .hs-partnership-box:before {
    height: -webkit-fill-available !important;
    height: -moz-available !important;
    height: fill-available !important;
  }
  .hs-partnership-box-holder {
    height: auto; 
  }
  .hs-partnership-box-logo {
    max-width: 150px; 
  }
  .hs-partnership-box-content-inner p {
    font-size: 20px; 
  }
  .custom-two-col-left-video-group {
    display: block;
    margin: 75px 0;
  }
  .custom-two-col-left-video-inner.video, .custom-two-col-left-video-inner.content {
    width: 100%;
    float: none;
  }
  .custom-two-col-left-video-inner.content {
    margin-left: 0;
    border-radius: 0 0 5px 5px;
  }
  .custom-two-col-video-inner.col2, .custom-two-col-left-video-inner.content.bullet-list {
    width: 100%;
    float: none;
    padding: 20px 0 38px;
  }
  .custom-two-col-left-video-inner.content a {
    font-size: 16px;
  }
  .custom-two-col-left-video-inner.video {
    margin: 0;
  }
  .custom-two-col-left-video-inner.content.bullet-list {
    margin-left: 0px;
    padding: 20px 0 30px;
    border-radius: 0 0 5px 5px;
  }
  .custom-two-col-left-video-inner.content h3 {
    margin-left: 30px;
    margin-bottom: 30px;
    text-align: left;
  }
  .custom-two-col-left-video-inner.content h3:before {
    margin-left: 0px;
    left: 0px;
  }
  .custom-two-col-left-video-inner.content .bullet-point-cnt {
    font-size: 16px;
  }
  .custom-two-col-left-video-inner.content .bullet-point-list-cta {
    margin-top: 30px;
    text-align: left;
  }
  .hs-three-col-eql-cnt-with-title-col {
    width: 100%;
    padding: 0;
  }
  .left-video-arrow {
    top: 0;
    right: 15px;
  }
}
/* End of max-width 991px */

/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  input[type="text"],
  input[type="password"],
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    width: 100%;
    max-width:100%;
  }
  .custom-copyright,
  .custom-social{
    width: 100% !important;
    float: none !important;
    text-align: center;
  }
  .copy-holder,
  .rules{
    float: none;
  }
  ul.rules li+li {
  /*  margin-left: 32px; */
    padding-bottom: 10px;
  }
  .betty {
    margin-right: 19px;
  }
  .copy-holder p {
    margin-right: 0;
  }
  ul.rules {
    margin-bottom: 15px;
  }
  .custom-social {
    margin-bottom: 23px;
  }
  .custom-footer-group {
    padding: 32px 0 33px;
  }
  .custom-social ul {
    margin: 0 0 0 17px;
  }
  .custom-social ul li+li {
    margin-left: 13px;
  }
  .custom-header-group {
    padding: 38px 0 30px;
    padding-top: 20px;
  }
  .mobile-icon {
    top: 18px;
    right: 5px;
  }   
  .custom-logo {
    margin-left: 0 !important;
  }
  .custom-menu-primary {
    padding-top: 20px;
  }
  .close-icon {
    top: 27px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-top: 16px;
  }
  .cell h1 {
    font-size: 34px;
    line-height: 1.2em;
  }

  .cell p {
    line-height: 24px;
  }

  .cell {
    padding-bottom: 97px;
  }
  body {
    line-height: 24px;
    font-size: 14px;
  }
  h2 {
    font-size: 20px;
    line-height: 32px;
  }
  h3 {
    font-size: 20px;
    line-height: 32px;
  }
  .hs-title-grp h2 {
    padding-bottom:30px;
  }
  .custom-iso-quote {
    width: 100%; 
  }
  .custom-iso-quote h3, .hs-one-col-img-with-quote .custom-iso-quote h3 {
    font-size: 20px;
    line-height: 32px;
  }
  .custom-iso-quote .quote-person img {
    display: block;
    margin: 0 auto;
  }
  .custom-iso-quote .quote-person img {
    margin: 20px auto;
  }
  .hs-partners-box {
    margin-bottom: 0;
  }
  .hs-partners-box-wrapper {
    display: block; 
  }
  .hs-partners-box.partners-box-small {
    width: 100%;
  }
  .hs-partners-box-wrapper .partners-box-small:nth-of-type(even) {
    margin-left: 0; 
  }
  .cell p {
    line-height: 24px;
  }
  .custom-one-col-image-without-link-inner {
    width: 100%;
  }
  .logo-box figure {
    height: 106px;
  }
  .logo-box figure img {
    -webkit-transform: scale(0.82);
    transform: scale(0.82);
  }
  .home-banner.custom-banner-area-popup-mod:before {
    width: 1932px;
  }
  .hs-banner-wrapper.home-banner.custom-banner-area-popup-mod .cell {
    padding-bottom: 36px;
  }
  .hs-home-row1-group span.page-center-before-span {
    top: -524px;
  }
  .home-banner .intro-news-body p.news-sub-title {
    font-size: 16px;
    line-height: 24px;
  }
  .hs-home-row7-group span.section-before-span {
    bottom: -139px;
  }
  .custom-home-feature-mod {
    padding: 25px 0;
    background-image: url(../png/orange_big.png);
    background-position: center;
    background-size: 63%;
    background-repeat: no-repeat;
    display: block;
  }
  .custom-home-feature-inner-bg {
    background-image: none !important;
    padding: 15px 0px;
  }
  .custom-home-feature-mod.v2 {
    background-image: none; 
  }
  .custom-home-feature-mod.v2 .custom-home-feature-inner-bg {
    background-size: 100% 100%;
  }
  .custom-home-feature-mod.v2 .custom-home-feature-inner-bg.purple {
    background-image: url('../png/purple_big.png') !important;
  }
  .custom-home-feature-mod.v2 .custom-home-feature-inner-bg.orange {
    background-image: url('../png/orange_big.png') !important;
  }
  .custom-home-feature-mod.v2 .custom-home-feature-inner-bg.green {
    background-image: url('../png/green_big.png') !important;
  }
  .feature-content {
    padding: 16px 20px;
    min-height: 59px;
  }
  .number {
    display: inline-block;
    font: 700 20px 'Merriweather', serif;
  }
  .usp {
    display: inline-block;
    margin-top: 0;
  }
  .text-about p {
    font-size: 14px;
    line-height: 24px;
  }
  .img-betty{
    height: 285px;
    padding: 15px;
  } 
  .hs-home-row7-group.section-banner-before.custom-form-gp .cm-form h3 {
    font-size: 20px !important;
  }
  .custom-form-gp .custom-header, .custom-form-gp .custom-subheader {
    color: #fff;
  }
  .img-betty p {
    font-size: 14px;
    line-height: 24px;
  }
  .text-about .logotype {
    width: 36px;
    height: 36px;
    padding: 10px 8px;
  }
  .text-about .logotype img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  .hs-our-customers-grp-item, 
  .customers-home-block-wrapper .hs-our-customers-grp-item {
    width: 50%;
  }
  .customers-home-block-wrapper .hs-our-customers-grp-item figure {
    height: 276px;
  }
  .testimonial {
    padding: 20px; 
    margin-left: -10px; 
    margin-right: -10px;
  }
  .testimonial blockquote {
    padding: 50px 20px;
  }
  .lSAction > .lSPrev {
    left: -5px;
  }
  .lSAction > .lSNext {
    right: -5px;
  }
  .hs-also-recognized-inner ul li {
    padding: 0 10px 30px;
    min-width: 150px;
  }
  .hs-partnership-box-logo {
    max-width: 100px;
    margin-bottom: 20px;
  }
  .hs-partnership-box-content-inner p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .custom-footer-top {
    display: none !important;
  }
  .custom-two-col-left-video-inner.content p {
    font-size: 14px;
    line-height: 24px;
  }
  .custom-two-col-video-inner.col2 a, .custom-two-col-left-video-inner.content a {
    font-size: 14px;
    line-height: 24px;
  }
}
/* End of max-width 767px */

/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  .home-banner .form ul.hs-error-msgs.inputs-list {
    bottom: 0;
  }
  .cell {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .custom-form-gp {
    padding: 65px 0; 
  }
  .img-betty p {
    font-size: 14px;
    line-height: 24px;
  }
  .img-betty {
    background-size: 150%;
  }
  .hs-partners-box-wrapper {
    display: block;
  }
  .hs-partnership-box-holder {
    border-radius: 5px;
  }
  .hs-partnership-box-content-inner p {
    font-size: 14px; 
  }
  .custom-iso-quote {
    margin: 75px auto; 
  }
  .iso-quote:before, .custom-iso-quote:before, .iso-quote:after, .custom-iso-quote:after {
    width: 94px;
    height: 102px;
    background-size: contain;
  }
  .customers-home-block-wrapper .hs-our-customers-logo-box figure img {
    width: 55%; 
  }
  .customers-home-block-wrapper .hs-our-customers-grp-item {
    width: 50%;
  }
  .customers-home-block-wrapper .hs-our-customers-grp-item figure {
    height: 150px;
  }
  .custom-two-col-left-video-inner.content h3 {
    margin-left: 0px;
    text-align: center;
  }
  .custom-two-col-left-video-inner.content h3:before {
    left: 50%;
    margin-left: -56px;
  }
  .custom-two-col-left-video-inner.content .bullet-point-list-cta {
    margin-top: 30px;
    text-align: center;
  }
  .left-video-arrow {
    width: 30px;
  }
}
/* End of max-width 479px */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hs-partners-box:after {
    bottom: 1px;
  }
  .intro-news-outer .intro-news-top {
    top: 58px;
    position:relative;
  }
  .intro-news-outer .intro-news-bottom {
    top: -58px;
    position:relative;
  }
  .hs-home-row1-group span.page-center-before-span {
    top:-517px;
  }
}
body div#hs-eu-cookie-confirmation {
  background-color: rgba(0, 0, 0, 0.75) !important;
  height: auto !important;
  position: fixed !important;
  width: 100% !important;
  bottom: 0 !important;
  z-index: 10000000 !important;
  background-image: none !important;
  color: #fff !important;
  text-align: center !important;
  top: auto !important;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  font: 18px/32px 'Ubuntu', Arial, Helvetica, sans-serif !important;
  text-align: center !important;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a{
  display: inline-block !important;
  cursor: pointer !important;
  text-decoration: none !important;
  background: linear-gradient(to bottom,#568eff 0%,#385aff 100%) !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 18px !important;
  padding: 11px 17px !important;
  font-weight: 700 !important;
  min-width: 110px !important;
  border: 0 !important;
  border-radius: 5px !important;
  position: relative !important;
  transform: translateY(0) !important;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.05) !important;
  margin: 10px !important;
  font-family: inherit !important;
  transition: all .3s;
  white-space: normal !important;
  text-align: center !important;
  background-color: transparent !important;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a:hover {
  transform: translateY(-2px) !important;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.05) !important;
  text-decoration:none !important;
  background: linear-gradient(to bottom,#568eff 0%,#385aff 100%) !important;
}