/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Dosis:700,400,600|Nunito:700,300,400');

@font-face {
  font-family: "squarespace-ui-font";
  src: url("//cdn2.hubspot.net/hubfs/4131243/EpiHunter_October2018/fonts/squarespace-ui-font_1.eot?#iefix") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/4131243/EpiHunter_October2018/fonts/squarespace-ui-font_1.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4131243/EpiHunter_October2018/fonts/squarespace-ui-font_1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }

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

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

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

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

body {
    background: #fff;
    font-family: Nunito,Arial,Helvetica,sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    letter-spacing: .015em;
    line-height: 1.5em;
    text-transform: none;
    color: #737373;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
}

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




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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {

}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    color: #121212;
    font-size: 50px;
    letter-spacing: 0em;
    font-family: Dosis;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .015em;
    line-height: 1em;
    text-transform: none;
}
h2 {
  color: #333;
  font-family: Dosis;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  letter-spacing: .01em;
  line-height: 1.4em;
  text-transform: none;
}
h3 {
    font-family: Nunito;
    font-weight: 300;
    font-style: normal;
    font-size: 24px;
    letter-spacing: .02em;
    line-height: 1.5em;
    text-transform: none;
    color: #333;
}
h4 {
    font-style: normal;
    font-size: 18px;
    letter-spacing: .015em;
    line-height: 1.5em;
    text-transform: none;
    color: #737373;
      font-family: Nunito;
}
h5 {
      font-size: 0.83em;
}
h6 {
   font-size: 0.67em;
}

/* Anchor Links */
a { 
    color: #d88518;
    -webkit-transition: color .15s ease-out;
    -moz-transition: color .15s ease-out;
    -ms-transition: color .15s ease-out;
    -o-transition: color .15s ease-out;
    transition: color .15s ease-out;
    padding-bottom: .05em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(216,133,24,.3);
    -webkit-transition: border-color .15s ease-out,color .15s ease-out;
    -moz-transition: border-color .15s ease-out,color .15s ease-out;
    -ms-transition: border-color .15s ease-out,color .15s ease-out;
    -o-transition: border-color .15s ease-out,color .15s ease-out;
    transition: border-color .15s ease-out,color .15s ease-out;
    text-decoration:none;
    
}
a:hover, a:focus { 
    color: rgba(216,133,24,.6);
    border-color: rgba(216,133,24,.15);
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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


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

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

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

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


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


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

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

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



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

.header-container-wrapper {}
.header-container {}
.custom-header {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    background-color: #248875;
    padding-bottom: 20px;
}
.custom-header .page-center {
    padding-left: 95px;
    padding-right: 95px;
    padding-top: 40px;
}
.custom-header-logo img {
    width: 200px !important;
}
.custom-header-logo {
    padding: 7px 5px;
}
.custom-lang-switcher .globe_class {
    width: auto;
    height: auto;
    background-image: none;
}

.custom-lang-switcher .globe_class ul.lang_list_class {
    position: static;
    -webkit-transform: none;
    transform: none;
    display: block;
    padding: 0;
    background-color: transparent;
}
.custom-lang-switcher .globe_class .lang_list_class:before,
.custom-lang-switcher .globe_class .lang_list_class:after{
  display:none !important;
}
.custom-lang-switcher a.lang_switcher_link:after {
    content: "";
    display: block !important;
    font-size: 15px;
}

.custom-lang-switcher .globe_class ul.lang_list_class li a {
    border: none;
    font-size: 0;
      display: block;
}
.custom-lang-switcher .globe_class ul.lang_list_class li {
    background-color: transparent;
    border: none;
    padding: 0;
  float: left;
}
.custom-lang-switcher .globe_class ul.lang_list_class li a {
    border: none;
}


.custom-lang-switcher a.lang_switcher_link[data-language="en-us"]:after {
    content: "EN";
}

.custom-lang-switcher a.lang_switcher_link[data-language="de"]:after {
    content: "DE";
}
.custom-lang-switcher a.lang_switcher_link[data-language="nl"]:after {
    content: "NL";
}

.custom-lang-switcher a.lang_switcher_link[data-language="fr"]:after {
    content: "FR";
}

.custom-header-right {
    margin: 0 !important;
    float: right !important;
  width: auto !important;
}
.custom-header-right .custom-menu-primary, 
.custom-header-right .custom-lang-switcher,
.custom-header-right .custom-header-social{
    width: auto;
    margin: 0;
}

.Header-social {
    padding: 5px;
}
.SocialLinks-inner {
    line-height: 0;
}

.SocialLinks-link {
  display: inline-block;
  position: relative;
  width: 28px;
  height: 28px;
  margin: 3.64px;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 170ms ease-in-out;
  border-radius: 15%;
  box-sizing: border-box;
  border: 2px solid;
  border-color: #fff;
}

.Header-inner .email {
    display: none;
}

.SocialLinks-link>div, .SocialLinks-link-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.SocialLinks-link-icon {
    fill: #fff;
    transition: fill 170ms ease-in-out;
}

.SocialLinks-link:hover .SocialLinks-link-icon {
    fill: #222;
}
.SocialLinks-link-mask{
    fill: transparent;
    transition: fill 170ms ease-in-out;
}

.SocialLinks-link:hover {
      background-color: #fff;
    border-color: #fff
}
.custom-lang-switcher {
    padding: 5px;
}

.custom-lang-switcher a.lang_switcher_link:after {
    content: "";
    display: block !important;
    font-size: 15px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 0em;
    text-transform: none;
    margin: 0 .26em;
    padding: .618em 0;
    color: #fff;
}
.custom-lang-switcher .lang_switcher_class {
    position: relative;
    display: block;
    float: left;
    padding: 6px 0 0 0;
}
.custom-header-social {
    padding-top: 4px;
}

.custom-lang-switcher {
    padding-top: 8px;
}


.custom-banner:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.custom-banner .banner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    align-items: center;
    padding: 50px 100px;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 99;
    text-align: center
}

.custom-banner h1 {
    font-family: Dosis;
    font-weight: 700;
    font-style: normal;
    color: #fff
}

.custom-banner h3 {
    font-family: Nunito;
    font-weight: 300;
    font-style: normal;
    font-size: 24px;
    letter-spacing: .02em;
    line-height: 1.5em;
    text-transform: none;
    margin-top: 15px;
    color: #fff
}


.Index-page-scroll-indicator {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 3;
    padding: 0 10px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    line-height: 0;
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
    display: block;
    cursor: pointer;
    z-index: 99
}

.Index-page-scroll-indicator-text {
    display: none;
    margin-bottom: 16px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 1em;
    color: #fff;
    -webkit-transition: transform 170ms 170ms ease-out,opacity 170ms 170ms ease-out;
    -moz-transition: transform 170ms 170ms ease-out,opacity 170ms 170ms ease-out;
    -ms-transition: transform 170ms 170ms ease-out,opacity 170ms 170ms ease-out;
    -o-transition: transform 170ms 170ms ease-out,opacity 170ms 170ms ease-out;
    transition: transform 170ms 170ms ease-out,opacity 170ms 170ms ease-out
}

.Index-page-scroll-indicator-arrow,.Index-page-scroll-indicator-line {
    -webkit-transition: transform 170ms ease-out,opacity 170ms ease-out;
    -moz-transition: transform 170ms ease-out,opacity 170ms ease-out;
    -ms-transition: transform 170ms ease-out,opacity 170ms ease-out;
    -o-transition: transform 170ms ease-out,opacity 170ms ease-out;
    transition: transform 170ms ease-out,opacity 170ms ease-out
}

.Index-page-scroll-indicator-arrow {
    margin-bottom: 2vh;
    fill: transparent;
    stroke: #fff
}
.body-container {
   -webkit-font-smoothing: subpixel-antialiased;
   -moz-osx-font-smoothing: auto;
}
.Icon--caretLarge--down {
    width: 48px;
    height: 23px
}

svg:not(:root) {
    overflow: hidden
}

.tweak-index-page-scroll-indicator-icon-weight-light .Index-page-scroll-indicator-arrow {
    stroke-width: 2
}

.tweak-index-page-scroll-indicator-icon-arrow:not(.tweak-index-page-scroll-indicator-none) .Index-page-scroll-indicator-arrow {
    display: inline-block
}

svg#caret-down-large-icon {
    stroke-width: 2
}
/* =============== Content =============== */

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

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

.body-container .content-wrapper {
  padding-top:50px;
  padding-bottom:50px;
}
/* =============== Footer =============== */

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

.custom-footer {
    background-color: #3c342f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.custom-footer .page-center {
    padding: 40px 100px 20px;
}
.custom-footer .col.col1 {
    width: 66.6667%;
}

.custom-footer .col.col2 {
       width: 33.3333%;
    margin: 0;
    text-align: right;
}
.hs-block {
    position: relative;
    height: auto;
    padding-top: 17px;
    padding-bottom: 17px;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(128,128,128,0);
    transition: box-shadow .2s ease-in-out;
}
.custom-footer-social .Header-social {
    padding: 0;
}
.custom-footer-social{
  position: relative;
    height: auto;
    padding-top: 17px;
    padding-bottom: 17px;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(128,128,128,0);
    transition: box-shadow .2s ease-in-out;
}

.custom-footer-address {
 
}

.custom-footer .col.col2 {
    padding:0px 0px 0;
}

.custom-footer .page-center>div {

    width: auto;
}

.custom-footer-contact p {
    font-size: 12px;
    color: #fff;
    padding: 17px 0 17px;
    margin: 0;
}
.custom-footer-contact ul {
    margin: 0;
    padding: 0 0 61px;
    list-style: none;
}
.custom-footer-contact ul a {
    color: #fff;
    -webkit-transition: color .15s ease-out;
    -moz-transition: color .15s ease-out;
    -ms-transition: color .15s ease-out;
    -o-transition: color .15s ease-out;
    transition: color .15s ease-out;
    padding-bottom: .05em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255,255,255,.3);
    -webkit-transition: border-color .15s ease-out,color .15s ease-out;
    -moz-transition: border-color .15s ease-out,color .15s ease-out;
    -ms-transition: border-color .15s ease-out,color .15s ease-out;
    -o-transition: border-color .15s ease-out,color .15s ease-out;
    transition: border-color .15s ease-out,color .15s ease-out;
}
.custom-footer-contact ul a:hover {
    color: rgba(255,255,255,.6);
    border-color: rgba(255,255,255,.15);
}
.custom-header-logo {
    width: auto !important;
}
.custom-footer-social .Header-social {
    padding: 0;
    margin-left: -3px;
}

.custom-footer-address p {
       color: #fff;
    margin-bottom: 0;
    padding: 11px 0 12px;
    margin-top: 0;
}


.custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul>li{
  padding-right: 14.5px;
}

.custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul>li{
  padding-right: 14.5px;
}

.custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul>li:last-child {
    padding-right: 0;
}

.body-container.container-fluid .row-fluid .page-center {
    padding: 50px 100px;
}
.custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul>li>a {
    color: #fff;
    -webkit-transition: color .15s ease-out;
    -moz-transition: color .15s ease-out;
    -ms-transition: color .15s ease-out;
    -o-transition: color .15s ease-out;
    transition: color .15s ease-out;
    padding-bottom: .05em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255,255,255,.3);
    -webkit-transition: border-color .15s ease-out,color .15s ease-out;
    -moz-transition: border-color .15s ease-out,color .15s ease-out;
    -ms-transition: border-color .15s ease-out,color .15s ease-out;
    -o-transition: border-color .15s ease-out,color .15s ease-out;
    transition: border-color .15s ease-out,color .15s ease-out;
    font-size: 18px;
    letter-spacing: .015em;
    line-height: 1.5em;
    display: inherit;
    display: inline;
}
.custom-footer {
    margin-bottom: -1px;
}
.custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul>li>a:hover {
    color: rgba(255,255,255,.6);
    border-color: rgba(255,255,255,.15);
}
/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
    float: left;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{}

.custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
    padding-right: 19px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    -webkit-transition: background-color 170ms ease-out,color 170ms ease-out;
    -moz-transition: background-color 170ms ease-out,color 170ms ease-out;
    -ms-transition: background-color 170ms ease-out,color 170ms ease-out;
    -o-transition: background-color 170ms ease-out,color 170ms ease-out;
    transition: background-color 170ms ease-out,color 170ms ease-out;
    border: none !important;
    color: #fff;
    padding: 12px 0;
    margin: .618em .618em;
    font-family: Dosis;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0em;
    text-transform: uppercase;
      line-height: 1;
      margin-top: 7px;
      margin-bottom: 0;
}


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

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
  border: none !important;
  font-family: Dosis;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0em;
  text-transform: uppercase;
  box-shadow: none;
  border: 2px #fff !important;
  color: #fff;
  padding: 8px 10px !important;
  border-radius: 5px;
  margin-right: 0px;
  border-color: #fff;
  text-decoration: none;  
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width: 1025px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
  .close-icon {
      display: none!important;
    }
  .custom-banner img.jarallax-img {
      object-position: 50% 88% ;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
      box-shadow: none;
      border: 2px solid #fff !important;
      color: #fff;
      padding: 12px 18px !important;
      border-radius: 5px;
      margin-top: 5px;
      margin-right: 0px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {
      background-color: #fff;
      color: #000;
  }
  .hs-home-page .custom-header {
      width: 100% !important;
      background-color: transparent;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 999;
  }
}

#site-wrapper{
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 1024px){

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

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

.mobile-trigger {
      display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: auto;
    width: 24px;
    height: 18px;
    left: 0;
    top: 61%;
    transform: translateY(-50%);
    left: 8px;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */

  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{

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

  .close-icon {
       display: block!important;
    cursor: pointer;
    margin: 0;
    float: right;
    position: absolute;
    height: 16px;
    width: 16px !important;
    border: none !important;
    right: 0;
    padding: 22px 39px 30px;
    z-index:9;
  }
  .close-icon svg{
    width: 16px;
    height: 16px;
        stroke-width: 1;
    display: block;
        stroke: #fff;
  }
/*   .close-icon:after,
  .close-icon:before {
      content: "";
         width: 18px !important;
      height: 1px;
      background: #fff;
      position: absolute;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      -ms-transform: rotate(45deg); 
      -webkit-transform: rotate(45deg); 
      transform: rotate(45deg);
  }
  .close-icon:before {
      -ms-transform: rotate(-45deg); 
      -webkit-transform: rotate(-45deg); 
      transform: rotate(-45deg);
  } */
.custom-header-right .custom-menu-primary, .custom-header-right .custom-lang-switcher, .custom-header-right .custom-header-social {
    width: 100% !important;
  }
  .header-container-wrapper {
      min-height: 72px;
  }
  /* Toggle Button Icon */
  .mobile-trigger i{
        width: 24px;
    height: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #404040;
    display: block;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
        width: 24px;
    height: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #404040;
    display: block;
  }
  .mobile-trigger i:before{ top: -7px; } /* Position top line */
  .mobile-trigger i:after{ top: 7px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
        background-color: #404040; /* Icon color */
  }
  .custom-header .custom-header-right > .row-fluid-wrapper {
    max-height: 100vh;
    overflow: auto;
    width: 100%;
  }
  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{

  }
  .custom-header .custom-header-right {
      position: fixed;
      top: 0;
      left: -99999px;
      bottom: 0;
      z-index: 1010;
      width: 100% !important;
      -webkit-transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
      -moz-transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
      -ms-transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
      -o-transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
      transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
        -webkit-animation: anim-opacity-99 525ms linear;
    animation: anim-opacity-99 525ms linear;
  }
  .show-mobile-nav .custom-header .custom-header-right {
  
      left: 0;
    background-color: #3c342f;
    -webkit-transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
    transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
  }
  .custom-header .custom-header-right>div {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 80%;
    width: calc(100% - 60px );
    overflow: hidden;
    background-color: #3c342f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 36px;
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
}
  .show-mobile-nav .custom-header .custom-header-right>div {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    transition: transform 350ms cubic-bezier(.55,0,.1,1);
}
  .custom-menu-primary .hs-menu-wrapper > ul li a,
  .custom-lang-switcher a.lang_switcher_link:after{
      font-family: Dosis;
      font-weight: 400;
      font-style: normal;
      font-size: 24px;
      letter-spacing: .015em;
      line-height: 1em;
      text-transform: none;
      color: rgba(255,255,255,.8);
      box-sizing: border-box;
      display: block;
      position: relative;
      width: 100%;
      padding-bottom: .618em;
      text-align: left;
    margin:0;
  }
  .custom-lang-switcher .lang_switcher_class {
        position: relative;
        display: block;
        float: none;
        padding: 0;
  }
    .custom-lang-switcher {
      padding: 0;
  }
    .custom-lang-switcher li:first-child a.lang_switcher_link:after {
      padding-top: 1em;
  }
  .custom-lang-switcher a.lang_switcher_link:after {
      padding-top: 0;
  }
  .custom-header-right .custom-header-social {
      display: none !important;
  }
  /* Hide menu on mobile */
  .custom-lang-switcher .globe_class ul.lang_list_class li {
      background-color: transparent;
      border: none;
      padding: 0;
      float: none;
  }
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-header .page-center {
      padding: 0px 56px;
  }
  .custom-header {
      -webkit-font-smoothing: subpixel-antialiased;
      -moz-osx-font-smoothing: auto;
      background-color: #248875;
      padding-bottom: 0;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1001;
      width: 100% !important;
  }
  .custom-header-logo {
      width: 100% !important;
      text-align: center;
      position: relative;
      padding: 16px 8px;
  }
  
  .custom-lang-switcher .globe_class ul.lang_list_class {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-lang-switcher li:first-child a.lang_switcher_link:after {
      padding-top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{

  }
  .custom-lang-switcher .globe_class ul.lang_list_class {
    display: flex;
    padding-left: 0;
    padding-right: 0px;
    margin-right: 0;
    padding-top: 23px;
}
  body.show-mobile-nav {
      position: fixed;
      width: 100%;
  }
  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{

  }
  .custom-lang-switcher .globe_class ul.lang_list_class li {
      background-color: transparent;
      border: none;
      padding: 0;
      float: none;
      width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
      padding-right: 0;
      padding-bottom: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{

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

  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{

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

  }

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

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


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

/* Read More Link */
a.more-link {}

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

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

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

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


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

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

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

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

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


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


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

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

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

/* Labels and Legends */
label {
    display: block;
    font-family: Nunito !important;
    font-weight: 300;
    font-style: normal;
    font-size: 18px !important;
    letter-spacing: .015em;
    line-height: normal;
    text-transform: none;
    color: #737373;
}
.hs-form-field > label {}

/* 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% !important;
  padding: 12px;
  margin: 6px 0 15px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  font-family: sans-serif;
  font-size: 14px;
  line-height: normal;
  box-sizing: border-box;
  border-radius: 2px;
  max-width:500px;
  display:block;
  font-size: 14px;
  line-height: normal;
  font-weight: 300;
}

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 {}
.custom-order-form .hs-input {
    max-width: 100%;
}

.legal-consent-container {
    margin-bottom: 20px;
    margin-top: 40px;
}
.hs-form ul input {
    margin-right: 10px;
}

.hs-error-msgs label {
    color: #f2545b;
}
/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {
    font-size: 14px;
}
select:focus {}

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
      border-radius: 5px;
    font-size: 14px;
    font-family: Nunito;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #fff;
    background-color: #272727;
    background-image: none;
    border-color: #272727;
    display: inline-block;
    width: auto;
    height: auto;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    padding: 1em 2.5em;
    border-width: 0px;
    outline: none;
    backface-visibility: hidden;
    transition: opacity .1s linear;
      font-size: 14px;
      line-height: normal;
  white-space: normal;
}

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

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

.hs-form .hs-recaptcha {
    margin-bottom: 40px;
    margin-top: 20px;
}

.custom-order-form a {
    color: inherit;
    text-decoration: underline;
    border: none !important;
}
/* =============== Form Module Button =============== */

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


/* =============== Blog Comment Button =============== */
.custom-team-member-group .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 1903px;
    height: 940.843px;
}
.custom-team-member-group {
    position: relative;

    overflow: hidden;
}
#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}
.custom-team-member-group .column-main-content{
width:100%;
}

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

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


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

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


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */

.custom-order-form,
.hs-custom-row-in,
.hs-rich-width .hs_cos_wrapper_type_rich_text{
    width: 58.325% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    float: none !important;
      padding: 0 8px 17px;
  display:block;
}

.hs-rich-width .hs_cos_wrapper_type_rich_text>*:last-child {
    margin-bottom: 0;
}
.custom-home-row5 .hs-col-5.hs-block {
    padding-top: 0;
    padding-bottom: 0;
}
.custom-order-form h3 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 32px;
    letter-spacing: 0em;
    font-family: Dosis;
    font-weight: 700;
    font-style: normal;
    font-size: 50px;
    letter-spacing: .015em;
    line-height: 1em;
    text-transform: none;
    color: #121212;
    padding-bottom: 33px;
    margin: 0;
}

.anim-opacity-full 0% {
    opacity: 0
}

.anim-opacity-full 100% {
    opacity: 1
}

@-webkit-keyframes anim-opacity-full {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes anim-opacity-full {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.anim-opacity-half 0% {
    opacity: 0
}

.anim-opacity-half 50% {
    opacity: 0
}

.anim-opacity-half 100% {
    opacity: 1
}

@-webkit-keyframes anim-opacity-half {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes anim-opacity-half {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.anim-opacity-99 0% {
    opacity: 0
}

.anim-opacity-99 99% {
    opacity: 0
}

.anim-opacity-99 100% {
    opacity: 1
}

@-webkit-keyframes anim-opacity-99 {
    0% {
        opacity: 0
    }

    99% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes anim-opacity-99 {
    0% {
        opacity: 0
    }

    99% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.body-container [class*=hs-col] {
    float: left
}

.body-container [class*=hs-col] .hs-block {
    padding-left: 17px;
    padding-right: 17px
}


.body-container .hs-col-12 {
    width: 100%
}

.body-container .hs-col-12 .hs-col-12 {
    width: 100%
}

.body-container .hs-col-12 .hs-col-11 {
    width: 91.6667%
}

.body-container .hs-col-12 .hs-col-10 {
    width: 83.3333%
}

.body-container .hs-col-12 .hs-col-9 {
    width: 75%
}

.body-container .hs-col-12 .hs-col-8 {
    width: 66.6667%
}

.body-container .hs-col-12 .hs-col-7 {
    width: 58.3333%
}

.body-container .hs-col-12 .hs-col-6 {
    width: 50%
}

..body-container hs-col-12 .hs-col-5 {
    width: 41.6667%
}

.body-container .hs-col-12 .hs-col-4 {
    width: 33.3333%
}

.body-container .hs-col-12 .hs-col-3 {
    width: 25%
}

.body-container .hs-col-12 .hs-col-2 {
    width: 16.6667%
}

.body-container .hs-col-12 .hs-col-1 {
    width: 8.3333%
}

.body-container .hs-col-11 {
    width: 91.6667%
}

.body-container .hs-col-11 .hs-col-11 {
    width: 100%
}

.body-container .hs-col-11 .hs-col-10 {
    width: 90.9091%
}

.body-container .hs-col-11 .hs-col-9 {
    width: 81.8182%
}

.body-container .hs-col-11 .hs-col-8 {
    width: 72.7273%
}

.body-container .hs-col-11 .hs-col-7 {
    width: 63.6364%
}

.body-container .hs-col-11 .hs-col-6 {
    width: 54.5455%
}

.body-container .hs-col-11 .hs-col-5 {
    width: 45.4545%
}

.body-container .hs-col-11 .hs-col-4 {
    width: 36.3636%
}

.body-container .hs-col-11 .hs-col-3 {
    width: 27.2727%
}

.body-container .hs-col-11 .hs-col-2 {
    width: 18.1818%
}

.body-container .hs-col-11 .hs-col-1 {
    width: 9.0909%
}

.body-container .hs-col-10 {
    width: 83.3333%
}

.body-container .hs-col-10 .hs-col-10 {
    width: 100%
}

.body-container .hs-col-10 .hs-col-9 {
    width: 90%
}

.body-container .hs-col-10 .hs-col-8 {
    width: 80%
}

.body-container .hs-col-10 .hs-col-7 {
    width: 70%
}

.body-container .hs-col-10 .hs-col-6 {
    width: 60%
}

.body-container .hs-col-10 .hs-col-5 {
    width: 50%
}

.body-container .hs-col-10 .hs-col-4 {
    width: 40%
}

.body-container .hs-col-10 .hs-col-3 {
    width: 30%
}

.body-container .hs-col-10 .hs-col-2 {
    width: 20%
}

.body-container .hs-col-10 .hs-col-1 {
    width: 10%
}

.body-container .hs-col-9 {
    width: 75%
}

.body-container .hs-col-9 .hs-col-9 {
    width: 100%
}

.body-container .hs-col-9 .hs-col-8 {
    width: 88.8889%
}

.body-container .hs-col-9 .hs-col-7 {
    width: 77.7778%
}

.body-container .hs-col-9 .hs-col-6 {
    width: 66.6667%
}

.body-container .hs-col-9 .hs-col-5 {
    width: 55.5556%
}

.body-container .hs-col-9 .hs-col-4 {
    width: 44.4444%
}

.body-container .hs-col-9 .hs-col-3 {
    width: 33.3333%
}

.body-container .hs-col-9 .hs-col-2 {
    width: 22.2222%
}

.body-container .hs-col-9 .hs-col-1 {
    width: 11.1111%
}

.body-container .hs-col-8 {
    width: 66.6667%
}

.body-container .hs-col-8 .hs-col-8 {
    width: 100%
}
.custom-few-words-group.clearfix img,
.custom-four-col-top-img.clearfix img{
    width: 178px !important;
}
.body-container .hs-col-8 .hs-col-7 {
    width: 87.5%
}

.body-container .hs-col-8 .hs-col-6 {
    width: 75%
}

.body-container .hs-col-8 .hs-col-5 {
    width: 62.5%
}

.body-container .hs-col-8 .hs-col-4 {
    width: 50%
}

.body-container .hs-col-8 .hs-col-3 {
    width: 37.5%
}

.body-container .hs-col-8 .hs-col-2 {
    width: 25%
}

.body-container .hs-col-8 .hs-col-1 {
    width: 12.5%
}

.body-container .hs-col-7 {
    width: 58.3333%
}

.body-container .hs-col-7 .hs-col-7 {
    width: 100%
}

.body-container .hs-col-7 .hs-col-6 {
    width: 85.7143%
}

.body-container .hs-col-7 .hs-col-5 {
    width: 71.4286%
}
b, strong {
    font-weight: bold;
}
.body-container .hs-col-7 .hs-col-4 {
    width: 57.1429%
}

.body-container .hs-col-7 .hs-col-3 {
    width: 42.8571%
}

.body-container .hs-col-7 .hs-col-2 {
    width: 28.5714%
}

.body-container .hs-col-7 .hs-col-1 {
    width: 14.2857%
}

.body-container .hs-col-6 {
    width: 50%
}

.body-container .hs-col-6 .hs-col-6 {
    width: 100%
}

.body-container .hs-col-6 .hs-col-5 {
    width: 83.3333%
}

.body-container .hs-col-6 .hs-col-4 {
    width: 66.6667%
}

.body-container .hs-col-6 .hs-col-3 {
    width: 50%
}

.body-container .hs-col-6 .hs-col-2 {
    width: 33.3333%
}

.body-container .hs-col-6 .hs-col-1 {
    width: 16.6667%
}

.body-container .hs-col-5 {
    width: 41.6667%
}
.body-container .custom-three-col-top-img .hs-col-8 .hs-col-4 {
    width: 33.333333333333336%;
    text-align: center;
}
.body-container .hs-col-5 .hs-col-5 {
    width: 100%
}
.body-container .custom-three-col-top-img .hs-col-8 .hs-col-4 img {
    width: 258px !important;
}
.body-container .hs-col-5 .hs-col-4 {
    width: 80%
}
.body-container .custom-three-col-top-img .hs-col-8 .hs-col-4 p {
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: .5em;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.body-container .hs-col-5 .hs-col-3 {
    width: 60%
}
.custom-product-row7 img {
    margin-bottom: 17px;
}
.custom-one-col-top-img.clearfix {
    text-align: center;
}
.custom-one-col-top-img.clearfix p {
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: .5em;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 37px;
}
.body-container .custom-three-col-top-img .hs-col-8 {
    padding: 17px 0 20px;
}
.body-container .hs-col-5 .hs-col-2 {
    width: 40%
}
.custom-product-row6 .hs_cos_wrapper_type_rich_text p {
    padding: 0 17px 17px;
}
.body-container .hs-col-5 .hs-col-1 {
    width: 20%
}

.body-container .hs-col-4 {
    width: 33.3333%
}

..body-container hs-col-4 .hs-col-4 {
    width: 100%
}

.body-container .hs-col-4 .hs-col-3 {
    width: 75%
}

.body-container hs-col-4 .hs-col-2 {
    width: 50%
}

.body-container .hs-col-4 .hs-col-1 {
    width: 25%
}

.body-container .body-container .hs-col-3 {
    width: 25%
}

.body-container .hs-col-3 .hs-col-3 {
    width: 100%
}

.body-container .hs-col-3 .hs-col-2 {
    width: 66.6667%
}

.body-container .hs-col-3 .hs-col-1 {
    width: 33.3333%
}

.body-container .hs-col-2 {
    width: 16.6667%
}

.body-container .hs-col-2 .hs-col-2 {
    width: 100%
}

.body-container .hs-col-2 .hs-col-1 {
    width: 50%
}

.body-container .hs-col-1 {
    width: 8.3333%
}

.body-container .hs-col-1 .hs-col-1 {
    width: 100%
}

.hs-block {
    position: relative;
    height: auto;
    padding-top: 17px;
    padding-bottom: 17px;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(128,128,128,0);
    transition: box-shadow .2s ease-in-out;
}

[class*=hs-col] .hs-block {
    padding-left: 17px;
    padding-right: 17px;
}

.padding-top-non {
    padding-top: 0 !important;
}

.hs-support-page .body-container h2 {
    font-family: Arial,Helvetica,sans-serif;
    letter-spacing: 0em;
    line-height: 1.2em;
    font-family: Dosis;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    letter-spacing: .01em;
    line-height: 1.4em;
    text-transform: none;
    color: #333;
    margin: 0.83em 0;
}
.custom-accordion-group {
    padding: 0px 0 0px;
}
.hs-support-page .body-container h1 {
    margin: .67em 0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 32px;
    font-family: Dosis;
    font-weight: 700;
    font-style: normal;
    font-size: 50px;
    line-height: 1em;
    text-transform: none;
    margin-top: 0;
}
.custom-accordion-group .column:first-child h2 {
    margin-top: 0;
}
.custom-accordion-group .content{
  display:none
}
.custom-accordion-group .column h2 {
    cursor: pointer;
}
.custom-accordion-group .content p {
    margin: 0;
}
.custom-support-row3 {
    text-align: center;
}
.hsintrinsic {
   
}
.custom-support-row4 .hs-input {
    max-width: 100%;
}
.custom-support-row4 p {
    text-align: left;
}
.custom-support-row4 form {
    padding: 17px 0 0;
}
.hsintrinsic {
    padding: 17px 8px;
}
.body-container .custom-support-row3 .hs-col-6 {
    margin: 0 auto !important;
    float: none !important;
}
.custom-support-row4 .hs_cos_wrapper_type_rich_text {
    text-align: center;
}
.body-container .col {
    margin-left: 0 !important; 
    min-height: 1px !important;
}
.hs-support-page .body-container .custom-support-row5 h2 {
    margin-top: 10px;
}
.hs-support-page .body-container .custom-support-row5 p {
    margin-bottom: 0;
}
.custom-support-row4 input.hs-button.primary.large {
    margin-top: 7px;
}
.hs-intrinsic-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.clearfix.hs-custom-hr-row-in {
    width: 100%;
}
.hs-intrinsic-inner {
    padding-bottom: 56.25%;
   position: relative;
}
.custom-header.custom-nonav-header .mobile-trigger {
display: none !important;
}
.hs-field-row .hs_cos_wrapper_type_rich_text>*:last-child {
    margin-bottom: 0;
}
.hs-field-row .hs_cos_wrapper_type_rich_text>*:first-child {
    margin-top: 0;
}
.custom-slider .hs_cos_gallery_main,
.custom-slider .hs_cos_gallery_thumbnails,
.custom-slider .hs_cos_gallery_lightbox{
  margin-bottom: 0px;
  padding:0;
}
.custom-hr {
    border-top: 1px solid #ddd;
    margin-top: 10px;
}
.researc-bottom-row {
    padding: 32px 0 74px;
}
.custom-hr {
    border-top: 1px solid #ddd;
    margin-top: 8px;
    margin-bottom: 8px;
}

.custom-main-wrapper-row2 .col.hs-col-6.hs-field-row img {
    margin: 17px 0 !important;
}

.custom-slider {
    padding: 0 17px 0 17px !important;
}
.custom-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper {
    margin: 0;
    display: block;
}
.custom-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
    margin: 0;
}
.custom-slider .hs_cos_gallery_thumbnails .slick-slide {
    padding: 0;
}
.custom-slider .hs_cos_gallery_main .slick-slide img {
    max-height: 329px;
    width: auto;
      margin: 0 auto;
}
.custom-product-row1 .custom-slider .hs_cos_gallery_main .slick-list{
  max-height: 329px;
}
.body-container .hs-search-field--open .hs-search-field__suggestions {
  list-style: none;
  padding: 10px;
}

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

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

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

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

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

.custom-slider .hs_cos_gallery_thumbnails .slick-slide img {
    max-height: 90px;
    width: auto;
  opacity:0.5 !important;
  cursor:pointer;
}
.custom-slider .hs_cos_gallery {
    position: relative;
}
.custom-slider .hs_cos_gallery_thumbnails .slick-slide.slick-center img{
  opacity:1 !important;
}

.custom-lang-switcher .globe_class ul.lang_list_class {
    display: flex;
    padding-left: 2px;
    padding-right: 0px;
    margin-right: -3px;
}
.custom-lang-switcher .globe_class ul.lang_list_class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Lang switcher order for En */

.custom-lang-switcher .globe_class ul.lang_list_class li:last-child {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.custom-lang-switcher .globe_class ul.lang_list_class li:nth-child(1) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.custom-lang-switcher .globe_class ul.lang_list_class li:nth-child(2) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.custom-lang-switcher .globe_class ul.lang_list_class li:nth-child(3) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}


/* Order for nl */ 

.custom-header-nl .custom-lang-switcher .globe_class ul.lang_list_class li:last-child {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.custom-header-nl .custom-lang-switcher .globe_class ul.lang_list_class li:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.custom-header-nl .custom-lang-switcher .globe_class ul.lang_list_class li:nth-child(2) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.custom-header-nl .custom-lang-switcher .globe_class ul.lang_list_class li:nth-child(3) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

/* Order for FR */ 

.custom-header-fr .custom-lang-switcher .globe_class ul.lang_list_class li:last-child {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.custom-header-fr .custom-lang-switcher .globe_class ul.lang_list_class li:nth-child(1) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.custom-header-fr .custom-lang-switcher .globe_class ul.lang_list_class li:nth-child(2) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.custom-header-fr .custom-lang-switcher .globe_class ul.lang_list_class li:nth-child(3) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

/* Order for DE */ 

.custom-header-de .custom-lang-switcher .globe_class ul.lang_list_class li:last-child {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.custom-header-de .custom-lang-switcher .globe_class ul.lang_list_class li:nth-child(1) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.custom-header-de .custom-lang-switcher .globe_class ul.lang_list_class li:nth-child(2) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.custom-header-de .custom-lang-switcher .globe_class ul.lang_list_class li:nth-child(3) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.custom-slider .hs_cos_gallery_main,
.custom-slider .hs_cos_gallery_thumbnails, 
.custom-slider .hs_cos_gallery_lightbox {
    margin-bottom: 0px;
    padding: 0;
    position: static;
}
.custom-slider .hs_cos_gallery_thumbnails .slick-prev,
.custom-slider .hs_cos_gallery_thumbnails .slick-next{
    position: absolute;
    top: 39%;
    outline: none;
    color: #fff !important;
    z-index: 999;
    font-size: 14px;
    line-height: 40px;
    margin-top: 0px;
    background-color: rgba(0,0,0,.12);
    display: inline-block;
    padding: 10px;
    transition: all 200ms cubic-bezier(.25,.46,.45,.94);
      width: 44px;
    height: 60px;
      font-size: 0;
}
.custom-slider .hs_cos_gallery_thumbnails .slick-next:before,
.custom-slider .hs_cos_gallery_thumbnails .slick-prev:before{
      font-family: 'squarespace-ui-font';
    font-style: normal;
    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    content: "\E02D";
    text-align: center;
    display: inline-block;
    vertical-align: middle;
      font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
      color: #fff;
  
}

.custom-slider .hs_cos_gallery_thumbnails .slick-prev:before{
      content: "\E02C";
}
.custom-slider .hs_cos_gallery_thumbnails .slick-next:hover,
.custom-slider .hs_cos_gallery_thumbnails .slick-prev:hover{
    background-color: rgba(0,0,0,.2);
    color: #fff;
}

.custom-product-row1 .page-center.hs-col>div {
    margin: 0 -10px;
}
.hs-block-html .hs-block-content>*:last-child {
    margin-bottom: 0;
}
.custom-product-row1 .col.hs-col-5 .col.hs-col-4 .hs-block-code {
    text-align: center;
}

.custom-product-row1 .col.hs-col-5 .col.hs-col-4 .hs-block-code {
    text-align: center;
    font-weight: normal;
    color: #248875 !important;
    padding-top: 0;
}
.tl.compare-heading>div {
    padding-top: 10px !important;
    font-size: 80px;
    margin-bottom: 15px;
    font-weight: bold;
}
.tl.compare-heading {
    padding-top: 27px;
}
span.price-was {
    color: #248875;
    font-size: 20px;
    font-weight: bold;
}

.priceblock {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 10px 10px;
}

.priceblock p {
    margin: 0;
}
a.price-buy-dark {
    background: #248875;
    padding: 20px 40px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    border-radius: 3px;
    text-transform: uppercase;
    margin: 5px 0 10px 0;
}

.custom-product-row2 {
    background-color: #90c255;
    color: #fff;
    text-align: center;
}
.custom-product-row2 h1 {
    padding: 0 0 17px;
    margin: 0;
}

.custom-product-row2 .col .hs_cos_wrapper_type_rich_text{
       margin: 0em 0 22px;
    display: block;
}
h1 {

    margin-top: 0;
}

.custom-few-words-group.clearfix .column.clearfix {
    margin: 0 -17px;
}
.custom-product-row2 .col.col1 {
    padding-left: 1px;
}
.custom-product-row2 .col.col3 {
    padding-right: 1px;
}
.custom-product-row2 .col {
    padding: 17px;
}

.custom-few-words-group.clearfix h3 {
    margin-top: 0;
}
.custom-product-row2 .col .hs_cos_wrapper_type_rich_text h6 {
    font-family: Nunito;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .015em;
    line-height: 1.6em;
    text-transform: none;
    font-family: Nunito;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .015em;
    line-height: 1.6em;
    text-transform: none;
    margin: 7px 0 0;
}
.custom-product-row2 p{
  font-family: Nunito;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    letter-spacing: .015em;
    line-height: 1.6em;
    text-transform: none;
      margin: 0;
}

.custom-four-col-top-img.clearfix p {
    margin: 0;
}
.custom-four-col-top-img.clearfix {
    text-align: center;
    margin: 0 -17px;
}

.hs-block-content>*:last-child {
    margin-bottom: 0;
}

a.sqs-block-button-element--medium.sqs-block-button-element {
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: normal;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 21px 34px;
    border-color: #272727;
    font-family: Nunito;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .1em;
    border-width: 2px;
    border-style: solid;
    background-color: transparent;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
    color: #272727;
    border-radius: 3px;
}
.hs-block .hs_cos_wrapper_type_rich_text>*:last-child {
    margin-bottom: 0;
}
.body-container .hs-spacer {
    padding: 0 !important;
}
.custom-one-col-top-img.clearfix .col {
    width: 25%;
    margin: 0 auto !important;
    display: block;
    padding: 0 17px;
}
a.sqs-block-button-element--medium.sqs-block-button-element:hover {
    background-color: #272727;
    color: #fff;
}
.custom-product-row8 {
    text-align: center;
}
.custom-press-row2>div {
    margin: 0 -17px;
}
.custom-press-overview {
    border-top: 1px solid #ddd;
}

.custom-press-row2 .hs-psacer.hs-block:last-child {
    display: none;
}
.custom-press-row2 .custom-slider .hs_cos_gallery_thumbnails {
    margin-top: 19px;
    margin-bottom: 17px;
}

.hs-home-page .custom-header,
.hs-home-page .custom-banner {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
.custom-press-row2 .custom-slider .hs_cos_gallery_thumbnails .slick-slide img {
    max-height: 80px;
  height:100%;
}

html[lang="fr"] .custom-team-member-group .content-col p {
    text-transform: none;
}

html[lang="de"] .custom-team-member-group .content-col p {
    text-transform: none;
}
.body-container .custom-press-row2 .col1{
      padding-left: 17px;
    padding-right: 17px;
}
.custom-press-row2 .custom-slider {
    padding: 17px 0 !important;
}
.custom-press-row2 .hs_cos_wrapper_type_rich_text img {
    margin: 17px 0;
}

.custom-press-row2 .custom-slider .hs_cos_gallery_main .slick-slide img {
    max-height: 519px;
}

.custom-press-row2 .hs_cos_wrapper_type_rich_text p {
    margin: 0;
    padding: 17px 0;
}
.body-container .custom-press-row2 .hs-block {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.custom-press-overview{
    border-top: 1px solid #ddd;
    padding-top: 26px;
    margin-top: 9px;
}
.hs-block-content>*:first-child {
    margin-top: 0;
}
.custom-banner{
     margin-top: -1px;
}
.custom-banner .banner-content-inner.hs-custom-row-in.hs-block.padding-top-non.hs-block-content{
   padding-top: 114px !important;
}
.body-container.container-fluid .row-fluid .custom-banner .page-center {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* ==========================================================================
   Homepage                              
   ========================================================================== */


@media screen and (max-width: 600px){
	
  .jarallax {
    display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(https://cdn2.hubspot.net/hubfs/4131243/eye-stare-child-784903_pixabay-OG-TW-211557-edited.jpg) no-repeat;
 }

  	
 .custom-banner {
    display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(https://cdn2.hubspot.net/hubfs/4131243/eye-stare-child-784903_pixabay-OG-TW-211557-edited.jpg) no-repeat;
 }  
  
}
	


.banner-content {
    margin-top: -1px;
}
.custom-home-row1 p {
    padding: 17px 5px;
    margin: 0;
}

.custom-home-row5 {
    background-color: #248875;
    color: #fff;
    text-align: center;
}


.body-container.container-fluid .row-fluid .custom-on-col-testimonial .page-center,
.body-container.container-fluid .row-fluid .custom-home-row5 .page-center{
    padding-top: 20px;
    padding-bottom: 20px;
}
.custom-on-col-testimonial {
    text-align: center;
    color: #fff;
}
.custom-home-row3 .sqs-block-button-element {
    margin: 17px 0 0;
}

.custom-on-col-testimonial .hs-custom-row-in {
    padding-bottom: 0px;
}
.custom-home-row3 {
    text-align: center;
}
.custom-on-col-testimonial p,
.custom-home-row5 p{
    font-family: Nunito;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    letter-spacing: .015em;
    line-height: 1.6em;
    text-transform: none;
    margin: 1em 0 0;
}
.body-container .hs-col-3 {
    width: 25%;
}

.custom-home-row6 .form .hs-input {
    max-width: 100%;
}
.custom-team-member-group {
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.custom-home-row6 form.hs-form .hs-form-field ul.inputs-list li input {
    margin-left: 0;
}
.hs-form ul {
    list-style-type: none;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-left: 0px;
}
.custom-home-row6 .hs_cos_wrapper_type_rich_text {
    text-align: center;
}
.custom-home-row6 .form {
    padding: 17px 5px;
}

.custom-home-row6 ul.inputs-list.multi-container {
    margin: 0 0 20px;
}
.mobile-team {
    display: none;
}


.custom-on-col-testimonial h6,
.custom-home-row5 h6{
    font-family: Nunito;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .015em;
    line-height: 1.6em;
    text-transform: none;
    margin: 0;
    padding-top: .5em;
      margin-bottom: 20px !important;
}
.custom-home-row5 .page-center>div {
    margin: 0 -17px;
}
.custom-home-row5 {
    background-color: #248875;
    color: #fff;
    text-align: center;
}

.body-container .custom-team-member-group .col.col-1 .col-inner {
    width: 58.3333%;
    float: right;
}
.custom-team-member-group {
    position: relative;
}
.custom-team-member-group .bg-color{
  display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(15,6,6,.4);
}
.custom-for-whom {
    text-align: center;
}
.custom-for-whom .inner-row.clearfix {
    margin: 0 -17px;
    text-align: left;
}
.custom-team-member-group .social-link {
   padding: 0 17px 64px;
}
.custom-team-member-group .content-col p {
    margin-bottom: 0;
      text-transform: uppercase;
}
.custom-team-member-group {
    position: relative;

}
.custom-team-member-group .social-link a {
    border: none !important;
    display: inline-block;
    /* float: left; */
    /* margin-top: -5px; */
}
.custom-testimonial .column:last-child .hs-block-horizontalrule {
    display: none;
}

.custom-testimonial .column {
    margin: 0 -17px;
}
.body-container .custom-team-member-group .col.col-2 .content-col, .body-container .custom-team-member-group .col.col-2 .social-link {
    padding-left: 0;
}
.body-container.container-fluid .row-fluid .custom-team-member-group .page-center {
  
}
	.hs-block-horizontalrule hr {
    border: none;
    color: #bbb;
    background-color: #bbb;
    height: 1px;
}

.hs-block-horizontalrule hr {
    color: #ddd;
    background-color: #ddd;
}
.custom-team-member-group .social-link img {
    width: 20px !important;
    height: 20px !important;
}

.custom-team-member-group .content-col {
    padding: 17px 17px 10px;
}
.custom-team-member-group .page-center.clearfix {
    position: relative;
    color: #fff;
    z-index: 2;
}
.custom-team-member-group .content-col h2 {
    color: #fff;
    margin-top: 0;
      text-transform: uppercase;
}
.body-container .custom-team-member-group .col.col-1 {
    width: 100%;
    float: right;
    margin-left: 0 !important;
    clear: both;
}

.body-container  .custom-team-member-group .col {
    width: 25%;
    float: left;
    margin-left: 8.3333% !important;
}

.body-container .custom-team-member-group .col.col3 {
    margin-left: 8.3333% !important;
}

.body-container .custom-team-member-group .col.col-3 {
    margin-left: 41.6667% !important;
}
.custom-awards-wrapper {
    text-align: center;
}

.custom-awards-wrapper .row.hs-row.clearfix {
    margin: 0 -17px;
}
.custom-awards-wrapper .col.hs-col-4 .intrinsic {
    padding-bottom: 48.0702%;
    overflow: hidden;
    line-height: 0;
    text-align: center;
    position: relative;
}

.custom-company-logo-group .column:nth-child(10n + 1) {
    clear: center;
}
.custom-company-logo-group .inner{
 
}
.custom-awards-wrapper .col.hs-col-4 .intrinsic img {
    left: -22.3323%;
    top: 0%;
    width: 143.665% !important;
    height: 100%;
    position: absolute;
    display: block;
    /* width: 100%; */
    max-width: none;
}

.custom-home-row12 .col.hs-col-8.hs-block {
    padding-top: 0;
}

.custom-company-logo-group {
    background-color: #248875;
    color: #fff;
}
.body-container.container-fluid .row-fluid .custom-company-logo-group .page-center {
    padding-bottom: 0;
}
.custom-company-logo-group .column {
    width: 12.5%;
    float: left;

}


.body-container .custom-home-row12 .hs-block.content {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.custom-home-row12 p {
    text-align: left;
    margin-bottom: 34px;
}

.custom-home-row12 {
    background-color: #fff;
    margin-top: -6px;
      text-align: center;
}
.custom-company-logo-group .column-inner {
    margin-right: 44px;
    margin-bottom: 50px;
    text-align: center;
}

.custom-company-logo-group .inner {
    margin-right: -43px;
}
.custom-company-logo-group .column-inner .img-wrap img {
    vertical-align: middle;
}

.custom-company-logo-group .column-inner .img-wrap {
    line-height: 74px;
}
.custom-company-logo-group .column-inner {
   margin-right:44px;
    margin-bottom: 50px;
}
.custom-company-logo-group .column a{
  border:none !important;
}
.custom-home-row1 p:nth-child(2) {
    text-align: right;
    width: 80%;
}

.custom-home-row1 p:nth-child(2) {
    text-align: right;
    width: 80%;
}


.scroll-body .Index-page-scroll-indicator-arrow {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translatey(20px);
    -moz-transform: translatey(20px);
    -ms-transform: translatey(20px);
    -o-transform: translatey(20px);
    transform: translatey(20px);
}
svg.Index-page-scroll-indicator-arrow.Icon.Icon--caretLarge--down {
    webkit-transition: transform 170ms ease-out, opacity 170ms ease-out;
    -moz-transition: transform 170ms ease-out, opacity 170ms ease-out;
    -ms-transition: transform 170ms ease-out, opacity 170ms ease-out;
    -o-transition: transform 170ms ease-out, opacity 170ms ease-out;
    transition: transform 170ms ease-out, opacity 170ms ease-out;
}
.Index-page-scroll-indicator:hover .Index-page-scroll-indicator-arrow, .Index-page-scroll-indicator:hover .Index-page-scroll-indicator-line {
    -webkit-transform: translatey(.5vh);
    -moz-transform: translatey(.5vh);
    -ms-transform: translatey(.5vh);
    -o-transform: translatey(.5vh);
    transform: translatey(.5vh);
}
@media (min-width: 640px) {
  .custom-product-row1 .col.hs-col-5 .col.hs-col-4 .hs-block.html-block.hs-block-html {
    padding-top: 0;
  }
 }
/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

@media (min-width: 1201px) {
  .body-container.container-fluid .row-fluid .custom-team-member-group .page-center.mobile-team +.page-center {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .custom-team-member-group .column-main-content{
    width:100%;
  }

  .body-container .custom-team-member-group .col.col-1 {
    padding-top: 187px;
  }

}


@media (max-width: 1200px) {
  .custom-order-form,
  .hs-custom-row-in,
  .hs-rich-width .hs_cos_wrapper_type_rich_text{
    width: 66.6667% !important;
  }
  .custom-team-member-group .bg-color {
    display: none;
  }
  .custom-team-member-group {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    background-image: none !important;
  }
  .mobile-team {
    display: block;
  }
  .body-container .custom-team-member-group .col.col-1 .col-inner {
    width: 100%;
    float: none;
  }
  .body-container.container-fluid .row-fluid .custom-team-member-group .page-center,
  .custom-team-member-group .column-main-content{
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
  }
  .body-container .custom-team-member-group .col.col-1 {
    width: 16.6667%;
  }
  .body-container .custom-team-member-group .col {
    width: 16.6667%;
  }
  .body-container .custom-team-member-group .col.col-1 {
    margin-left: 16.6667% !important;
  }
  .body-container .custom-team-member-group .col {
    float: left;
    margin-left: 8.3333% !important;
  }
  .body-container .custom-team-member-group .col.col-3 {
    margin-left: 8.3333% !important;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .body-container .custom-team-member-group .col.col-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .custom-team-member-group .hs-custom-row-in {
      width: 55.6667% !important;
      text-align: center;
      margin-top: -8px;
  }
  .custom-team-member-group .hs-custom-row-in h1 {
      padding-top: 72px;
        margin-bottom: -17px;
  }
  .body-container .custom-team-member-group .col .img-col img {
      width: 135px !important;
  }
  .custom-team-member-group .content-col {
      padding: 35px 0px 10px;
  }
  .custom-team-member-group .content-col p {
      margin-bottom: 0;
      text-transform: uppercase;
      font-family: Nunito;
      font-weight: 300;
      font-style: normal;
      font-size: 18px;
      letter-spacing: .015em;
      line-height: 1.5em;
      text-transform: none;
      color: #737373;
  }
  .custom-team-member-group div#jarallax-container-1 {
      display: none !important;
  }
  .custom-testimonial .mobile-team .hs-block.hs-custom-row-in.horizontalrule-block.hs-block-horizontalrule {
      padding: 0 0 64px;
  }
  .custom-team-member-group .social-link {
      padding: 0;
  }
  .desktop-team{
    display:none;
  }
  .custom-team-member-group .content-col h2 {
      color: #333;
      margin-top: 0;
      text-transform: uppercase;
      font-family: Nunito;
      font-weight: 300;
      font-style: normal;
      font-size: 24px;
      letter-spacing: .02em;
      line-height: 1.5em;
      text-transform: none;
          margin-bottom: 1em;
  }
}

@media (min-width: 1025px) and (max-width: 1170px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
      padding-right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        margin: .618em 5px;
  }
}

@media (min-width: 1025px) and (max-width: 1100px) {
 .custom-menu-primary .hs-menu-wrapper > ul > li > a{
      font-size: 13px;
  }
}


@media (max-width: 1024px) {
  .body-container.container-fluid .row-fluid .page-center {
      padding: 50px 64px;
  }
  .custom-footer .page-center {
      padding: 40px 64px 20px;
  }
  .custom-banner img.jarallax-img {
      object-position: 100% 88% ;
  }
  .custom-home-row1 p:nth-child(2) {
      text-align: left;
      width: 100%;
  }
  .custom-press-row2 .custom-slider .hs_cos_gallery_main .slick-slide img {
      max-height: 364px;
  }
  .custom-banner .banner-content {
        min-height: calc(100vh - 71px)
    }
  .custom-banner .banner-content-inner.hs-custom-row-in.hs-block.padding-top-non.hs-block-content {
      padding-top: 0 !important;
  }
  
  .custom-company-logo-group .column {
    width: 25%;
  }
}

@media (max-width: 960px) {
    .body-container.container-fluid .row-fluid .page-center {
      padding: 50px 48px;
  }
  .custom-header .page-center {
      padding: 0px 40px;
  }
  .custom-footer .page-center {
      padding: 40px 48px 20px;
  }
}
@media (max-width: 900px) {
  .custom-order-form,
  .hs-custom-row-in,
  .hs-rich-width .hs_cos_wrapper_type_rich_text{
    width: 83.3333% !important;
        padding: 0 4px 17px;
  }

}
@media (min-width: 768px) {
  .custom-testimonial .column-1 .hs-block.hs-block-html{
      padding-top: 0;
  }
  
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .custom-header .page-center {
        padding: 0px 28px;
    }
    .custom-press-row2 .custom-slider .hs_cos_gallery_main .slick-slide img {
      max-height: 281px;
  }
  .custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul>li {
      padding-left: 0px;
      width: auto;
      float: left;
  }
  .custom-order-form, .hs-custom-row-in, .hs-rich-width .hs_cos_wrapper_type_rich_text {
    width: 100% !important;
  }
  .body-container [class*=hs-col] .hs-block {
      padding-left: 0;
      padding-right: 0;
  }
  .custom-slider .hs_cos_gallery_main .slick-slide img {
      max-height: 270px;
      width: auto;
      margin: 17px auto 0;
  }
 .custom-product-row1 .custom-slider .hs_cos_gallery_main .slick-list{
    max-height:270px;
  }
  .custom-home-row5 .page-center>div {
      margin: 0;
  }
  .custom-footer-address p {
      color: #fff;
      margin-bottom: 0;
      padding: 17px 0 12px;
      margin-top: 0;
  }
  .custom-footer-contact ul {
    margin: 0;
    padding: 23px 0 17px;
  }
  .body-container.container-fluid .row-fluid .page-center {
      padding: 50px 36px;
  }
 
  .custom-footer .page-center {
      padding: 58px 20px 20px;
  }
  .custom-footer .col.col2, .custom-footer .col.col1 {
    width: 100%;
  }
  .custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul>li:last-child {
      padding-right: 0;
  }
  span.hide-mobile {
    display: none;
  }
  .custom-slider {
      padding: 0px !important;
  }
  .padding-top-non {
      padding-top: 17px !important;
  }
  .custom-product-row2 h1 {
    padding: 17px 0 17px;
    margin: 0;
  }
    .priceblock {
      max-width: 100%;
      margin: 0 auto;
      text-align: center;
      padding: 0 10px 30px;
  }
  .tl.compare-heading {
      padding-top: 27px;
      padding: 47px 20px 20px;
  }
  a.price-buy-dark {
    padding: 5px 10px;
      font-size: 12px;
      margin: 25px 0 50px 0;
  }
  .custom-few-words-group.clearfix .column.clearfix {
      margin: 0;
  }
  .custom-press-row1 {
      padding-top: 17px;
  }
  .body-container .col {
      margin-left: 0 !important;
      min-height: 1px !important;
      width: 100% !important;
  }
  .researc-bottom-row {
      text-align: center;
  }
  .researc-bottom-row {
      padding: 32px 0 0;
  }
  .custom-on-col-testimonial .hs-custom-row-in {
      padding-bottom: 17px;
        padding-top: 17px;
    }
  .custom-for-whom .inner-row.clearfix {
    margin: 0;
  }
  .custom-for-whom img {
      margin: 0 auto;
      display: block;
  }
  .custom-home-row5 .hs-col-5.hs-block {
      padding-top: 17px;
      padding-bottom: 17px;
  }
  .custom-team-member-group .hs-custom-row-in {
      width: 100%!important;
      text-align: center;
      margin-top: -8px;
      padding: 0 17px 17px;
  }
  .custom-team-member-group .content-col p {
    padding-bottom: 27px;
}
  .body-container .custom-team-member-group .col.col-2 {
    padding-bottom: 0 !important;
}
  .body-container .custom-team-member-group .col.col-1 {
      margin-left: 0!important;
  }
  .custom-testimonial .column {
      margin: 0;
  }
  .body-container.container-fluid .row-fluid .custom-team-member-group .page-center,
  .custom-team-member-group .column-main-content{
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  }
    .body-container .custom-team-member-group .col .img-col img {
      width: 100% !important;
  }
  .body-container .custom-team-member-group .col.col-1, .body-container .custom-team-member-group .col.col-2, .body-container .custom-team-member-group .col.col-3 {
      margin: 0 !important;
      width: 100% !important;
      padding: 17px 0 28px!important;
    float: none !important;
  }
  .custom-awards-wrapper .row.hs-row.clearfix {
      margin: 0;
  }
  .custom-company-logo-group .column {
      width: 50%;
  }
  .custom-company-logo-group .column-inner {
    margin-right: 0;
  }
  .custom-company-logo-group .inner {
      margin-right: 0;
  }
  .custom-company-logo-group .column-inner .img-wrap img {
      vertical-align: middle;
    width: auto !important;
  }
  .custom-company-logo-group .column {
      width: 49%;
    min-height: 120px;
    padding: 0 30px;
    line-height: 120px;
    float: none !important;
    display: inline-block;
    vertical-align: middle;
  }
  .custom-company-logo-group .column-inner .img-wrap {
      line-height: 74px;
      line-height: 120px;
  }
  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% !important;
    max-width: 100% !important;
  }
  .blog-post-wrapper .post-body img {
      display: block;
      margin-bottom: 20px !important;
      float: none !important;
  }
}  

@media (max-width: 640px) {
  .custom-order-form,
  .hs-custom-row-in,
  .hs-rich-width .hs_cos_wrapper_type_rich_text{
      width: 100%!important;
      margin-right: auto !important;
      margin-left: auto !important;
      float: none !important;
      padding: 0px 0px 17px;
  }
  .mobile-trigger{
        left: -8px;
  }
  .body-container.container-fluid .row-fluid .page-center {
      padding: 50px 20px;
  }
  .custom-order-form h3 {
      padding-top: 17px;
      letter-spacing: .005853658536585366px;
  }
  .custom-support-row1 h1 {
      padding-top: 17px;
  }
  h1 {
    
      letter-spacing: .005853658536585366px;
  }
  .hsintrinsic {
      padding: 17px 0;
  }
  .body-container .hs-col-6 {
      width: 100%;
  }
    .custom-press-row2 .custom-slider .hs_cos_gallery_main .slick-slide img {
      max-height: 563px;
  }
  .hs-support-page .body-container h1 {
      padding-top: 17px;
  }
  .body-container [class*=hs-col] .hs-block {
      padding-left: 0;
      padding-right: 0;
  }
  .custom-product-row8 h1 {
      padding-top: 17px;
  }
  .custom-few-words-group.clearfix img {
    margin: 0 auto !important;
      display: block;
  }
  .body-container .spacer {
      padding: 0 !important;
  }
  .body-container .col {
      margin-left: 0 !important;
      min-height: 1px !important;
      width: 100% !important;
  }
}
/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  .custom-company-logo-group .column {
      width: 100%;
    }
}

@media (max-width: 400px) {
  html[lang="nl"] .custom-banner h1 ,
  html[lang="de"] .custom-banner h1,
  html[lang="de"] .custom-home-row3 h1,
  html[lang="de"] .body-container h1 {
      font-size: 34px;
  }
}


/* The navigation bar */
.navbar {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background-color: #3C342F;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  height: 40px;
}

/* Links inside the navbar */
.navbar a {
  margin: auto;
  margin-top: 10px;
  color: #f2f2f2;
  text-align: center;
  text-decoration: none;
}

/* Change background on mouse-over */
.navbar a:hover {
}

/* Main content */
.main {
  margin-top: 30px; /* Add a top margin to avoid content overlay */
}

.parallax-section-1 {
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative
}