/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* Font */
 @font-face {
    font-family: Brandon Bold; 
    src: url(https://cdn2.hubspot.net/hubfs/1790632/FontsV2/Brandon_bld.otf?t=1527789526970);
 }
 @font-face {
    font-family: Brandon Bold It; 
    src: url(https://cdn2.hubspot.net/hubfs/1790632/FontsV2/Brandon_bld_it.otf?t=1527789526970);
 }
 @font-face {
    font-family: Brandon Light; 
    src: url(https://cdn2.hubspot.net/hubfs/1790632/FontsV2/Brandon_light.otf?t=1527789526970);
 }
 @font-face {
    font-family: Brandon Light It; 
    src: url(https://cdn2.hubspot.net/hubfs/1790632/FontsV2/Brandon_light_it.otf?t=1527789526970);
 }
 @font-face {
    font-family: brandon-grotesque-bold; 
    src: url(https://cdn2.hubspot.net/hubfs/1790632/FontsV2/Brandon_med.otf?t=1527789526970);
 }
 @font-face {
    font-family: Brandon Medium It; 
    src: url(https://cdn2.hubspot.net/hubfs/1790632/FontsV2/Brandon_med_it.otf?t=1527789526970);
 }
 @font-face {
    font-family: brandon-grotesque; 
    src: url(https://cdn2.hubspot.net/hubfs/1790632/FontsV2/Brandon_reg.otf?t=1527789526970);
 }
 @font-face {
    font-family: Brandon Regular It; 
    src: url(https://cdn2.hubspot.net/hubfs/1790632/FontsV2/Brandon_reg_it.otf?t=1527789526970);
 }
 @font-face {
    font-family: Brandon Thin; 
    src: url(https://cdn2.hubspot.net/hubfs/1790632/FontsV2/Brandon_thin.otf?t=1527789526970);
 }
 @font-face {
    font-family: Brandon Thin It; 
    src: url(https://cdn2.hubspot.net/hubfs/1790632/FontsV2/Brandon_thin_it.otf?t=1527789526970);
 }
  @font-face {
    font-family: Calluna Regular; 
    src: url(https://cdn2.hubspot.net/hubfs/1790632/FontsV2/Calluna-Regular.otf?t=1527789526970); 
 }
/* End Fonts */

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

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

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

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

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

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

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

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

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

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

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

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

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

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




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

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




/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.legal-consent-container {
		font-size: 0.85em;
}

body div#hs-eu-cookie-confirmation {
    bottom: 0;
    top: auto;
    width: 40%;
    position: fixed;
    z-index: 2147483641 !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    float: left;
    width: 70%;
    font-family: georgia !important;
    font-size: 0.8em !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    width: 30%;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
    background: transparent !important;
    box-shadow: none;
    text-shadow: none !important;
    border: 2px solid white !important;
    padding: 9px 15px !important;
    font-family: georgia !important;
    font-size: 0.8em !important;
    margin-right: 0 !important;
}


/* Cookie decline */

body div#hs-eu-decline-button {
    bottom: 0;
    top: auto;
    width: 30%;
    position: fixed;
    z-index: 2147483641 !important;
}

body div#hs-eu-decline-button div#hs-eu-cookie-confirmation-inner p {
    float: left;
    width: 70%;
    font-family: georgia !important;
    font-size: 0.8em !important;
}


body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    width: 30%;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
    background: transparent !important;
    box-shadow: none;
    text-shadow: none !important;
    border: 2px solid #a3adb1 !important;
    padding: 9px 15px !important;
    font-family: georgia !important;
    font-size: 0.8em !important;
    margin-right: 0 !important;
  	margin-left: 4px; 
    color: #a3adb1 !important;
  	border-radius: 4px;

}


html, body {
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    font-family: georgia;
    color: rgb(77, 76, 76);
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .075em;
}

.row-fluid .widget-type-language_switcher {
    position: absolute;
    right: 60px;
    width: 20px;
    height: 20px;
    margin: 0;
    z-index: 2147483504;
}

.globe_class {
    background-image: url('https://cdn2.hubspot.net/hubfs/1790632/Naava_2.0/Icons/globe.png?t=1527789526970');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

div.leadinModal.leadinModal-theme-default {
    padding-top: 300px;
}

.header-container-wrapper .row-fluid [class*="span"] {
    min-height: 0;
}

.body-container-wrapper {
    min-height: 100vh;
}

*:focus {
    outline: none;
}

p, ul li span {
    font-family: georgia;
    color: rgb(77, 76, 76);
    font-size: 0.95em;
    line-height: 28px;
}

h1 {
    font-family: brandon-grotesque-bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 6.150em;
    color: rgb(77, 76, 76);
    line-height: 88px;
    text-transform: lowercase;
}

h2 {
    font-family: brandon-grotesque-bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.838em;
    line-height: 56px;
    color: rgb(27, 92, 61);
    letter-spacing: .010em;
}

h3 {
    font-family: brandon-grotesque-bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.775em;
    line-height: 38px;
    color: rgb(27, 92, 61);
    letter-spacing: .025em;
}

h4 {
    font-family: brandon-grotesque-bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.088em;
    line-height: 31px;
    color: rgb(77, 76, 76);
    letter-spacing: .025em;
    text-transform: uppercase;
    font-weight: 700;
}

a {
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.775em;
    line-height: 22px;
    color: rgb(27, 92, 61);
    letter-spacing: .025em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}

ul {
    list-style: none;
}

/*
*
* Graphite Button Style
*
*/

div.row-fluid-wrapper div.row-fluid div.graphite-button {
    margin: 20px auto;
    text-align: center;
}

div.row-fluid-wrapper div.row-fluid div.graphite-button a.cta_button:hover {
    box-shadow: none !important;
    background-color: rgba(255,255,255,0) !important;
    color: rgb(77,76,76) !important;
}

div.row-fluid-wrapper div.row-fluid div.graphite-button a.cta_button {
    text-shadow: none !important;
    box-shadow: inset 0px 1px rgba(255,255,255,0) !important;
    background-color: rgba(77,76,76, 1) !important;
    background-image: none !important;
    border: 2px solid rgba(77,76,76, 1) !important;
    border-radius: 4px !important;
    color: rgb(255, 255, 255) !important;
    min-width: 150px !important;
    height: 40px !important;
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.025em;
    line-height: 40px;
    letter-spacing: .050em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    padding: 8px 24px;
    display: inline-block;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

div.row-fluid-wrapper div.row-fluid div.graphite-button a.cta_button span {
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 1.025em !important;
    line-height: 30px !important;
    letter-spacing: .050em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

/*
*
* White Button Style
*
*/

div.row-fluid-wrapper div.row-fluid div.white-button {
    margin: 20px auto;
    text-align: center;
}

div.row-fluid-wrapper div.row-fluid div.white-button a.cta_button:hover {
    box-shadow: none !important;
    background-color: rgba(255,255,255,0) !important;
    color: rgb(255,255,255) !important;
}

div.row-fluid-wrapper div.row-fluid div.white-button a.cta_button {
    text-shadow: none !important;
    box-shadow: inset 0px 1px rgba(255,255,255,0) !important;
    background-color: rgba(255,255,255, 1) !important;
    background-image: none !important;
    border: 2px solid rgba(255,255,255, 1) !important;
    border-radius: 4px !important;
    color: rgb(77,76,76) !important;
    min-width: 150px !important;
    height: 40px !important;
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.025em;
    line-height: 40px;
    letter-spacing: .050em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    padding: 8px 24px;
    display: inline-block;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

div.row-fluid-wrapper div.row-fluid div.white-button a.cta_button span {
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 1.025em !important;
    line-height: 30px !important;
    letter-spacing: .050em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

/*
*
* Dark Green Button Style
*
*/

div.row-fluid-wrapper div.row-fluid div.dark-green-button {
    margin: 20px auto;
    text-align: center;
}

div.row-fluid-wrapper div.row-fluid div.dark-green-button a.cta_button:hover {
    box-shadow: none !important;
    background-color: rgba(255,255,255,0) !important;
    color: rgb(27,92,61) !important;
}

div.row-fluid-wrapper div.row-fluid div.dark-green-button a.cta_button {
    text-shadow: none !important;
    box-shadow: inset 0px 1px rgba(255,255,255,0) !important;
    background-color: rgba(27,92,61, 1) !important;
    background-image: none !important;
    border: 2px solid rgba(27,92,61, 1) !important;
    border-radius: 4px !important;
    color: rgb(255,255,255) !important;
    min-width: 150px !important;
    height: 40px !important;
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.025em;
    line-height: 40px;
    letter-spacing: .050em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    padding: 8px 24px;
    display: inline-block;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

div.row-fluid-wrapper div.row-fluid div.dark-green-button a.cta_button span {
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 1.025em !important;
    line-height: 30px !important;
    letter-spacing: .050em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

/*
*
* Light Green Button Style
*
*/

div.row-fluid-wrapper div.row-fluid div.light-green-button {
    margin: 20px auto;
    text-align: center;
}

div.row-fluid-wrapper div.row-fluid div.light-green-button a.cta_button:hover {
    box-shadow: none !important;
    background-color: rgba(255,255,255,0) !important;
    color: rgb(175, 201, 169) !important;
}

div.row-fluid-wrapper div.row-fluid div.light-green-button a.cta_button {
    text-shadow: none !important;
    box-shadow: inset 0px 1px rgba(255,255,255,0) !important;
    background-color: rgba(175, 201, 169, 1) !important;
    background-image: none !important;
    border: 2px solid rgba(175, 201, 169, 1) !important;
    border-radius: 4px !important;
    color: rgb(255,255,255) !important;
    min-width: 150px !important;
    height: 40px !important;
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.025em;
    line-height: 40px;
    letter-spacing: .050em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    padding: 8px 24px;
    display: inline-block;
}

div.row-fluid-wrapper div.row-fluid div.light-green-button a.cta_button span {
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 1.025em !important;
    line-height: 30px !important;
    letter-spacing: .050em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

/*
*
* Transparent White Button Style
*
*/

div.row-fluid-wrapper div.row-fluid div.transparent-white-button {
    margin: 20px auto;
    text-align: center;
}

div.row-fluid-wrapper div.row-fluid div.transparent-white-button a.cta_button:hover {
    box-shadow: none !important;
    background-color: rgba(255,255,255,1) !important;
    color: rgb(77, 76, 76) !important;
}

div.row-fluid-wrapper div.row-fluid div.transparent-white-button a.cta_button {
    text-shadow: none !important;
    box-shadow: inset 0px 1px rgba(255,255,255,0) !important;
    background-color: rgba(255,255,255, 0) !important;
    background-image: none !important;
    border: 2px solid rgba(255,255,255, 1) !important;
    border-radius: 4px !important;
    color: rgb(255, 255, 255) !important;
    min-width: 150px !important;
    height: 40px !important;
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.025em;
    line-height: 40px;
    letter-spacing: .050em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    padding: 8px 24px;
    display: inline-block;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

div.row-fluid-wrapper div.row-fluid div.transparent-white-button a.cta_button span {
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 1.025em !important;
    line-height: 30px !important;
    letter-spacing: .050em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

/*
*
* Transparent Graphite Button Style
*
*/

div.row-fluid-wrapper div.row-fluid div.transparent-graphite-button {
    margin: 20px auto;
    text-align: center;
}

div.row-fluid-wrapper div.row-fluid div.transparent-graphite-button a.cta_button:hover {
    box-shadow: none !important;
    background-color: rgba(77, 76, 76,1) !important;
    color: rgb(255, 255, 255) !important;
}

div.row-fluid-wrapper div.row-fluid div.transparent-graphite-button a.cta_button {
    text-shadow: none !important;
    box-shadow: inset 0px 1px rgba(255,255,255,0) !important;
    background-color: rgba(255,255,255, 0) !important;
    background-image: none !important;
    border: 2px solid rgba(77, 76, 76, 1) !important;
    border-radius: 4px !important;
    color: rgb(77, 76, 76) !important;
    min-width: 150px !important;
    height: 40px !important;
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.025em;
    line-height: 40px;
    letter-spacing: .050em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    padding: 8px 24px;
    display: inline-block;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

div.row-fluid-wrapper div.row-fluid div.transparent-graphite-button a.cta_button span {
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 1.025em !important;
    line-height: 30px !important;
    letter-spacing: .050em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

/*
*
* Transparent Dark Green Button Style
*
*/

div.row-fluid-wrapper div.row-fluid div.transparent-dark-green-button {
    margin: 20px auto;
    text-align: center;
}

div.row-fluid-wrapper div.row-fluid div.transparent-dark-green-button a.cta_button:hover {
    box-shadow: none !important;
    background-color: rgba(27, 92, 61, 1) !important;
    color: rgb(255, 255, 255) !important;
}

div.row-fluid-wrapper div.row-fluid div.transparent-dark-green-button a.cta_button {
    text-shadow: none !important;
    box-shadow: inset 0px 1px rgba(255,255,255,0) !important;
    background-color: rgba(27, 92, 61, 0) !important;
    background-image: none !important;
    border: 2px solid rgba(27, 92, 61, 1) !important;
    border-radius: 4px !important;
    color: rgb(27, 92, 61) !important;
    min-width: 150px !important;
    height: 40px !important;
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.025em;
    line-height: 40px;
    letter-spacing: .050em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    padding: 8px 24px;
    display: inline-block;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

div.row-fluid-wrapper div.row-fluid div.transparent-dark-green-button a.cta_button span {
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 1.025em !important;
    line-height: 30px !important;
    letter-spacing: .050em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

/*
*
* Main Button Style
*
*/

div.row-fluid-wrapper div.row-fluid div.main-button-style {
    margin: 20px auto;
    text-align: center;
}

div.row-fluid-wrapper div.row-fluid div.main-button-style a.cta_button:hover,
a.cta_button:hover {
    box-shadow:0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2) !important;
}

div.row-fluid-wrapper div.row-fluid div.main-button-style a.cta_button:active,
a.cta_button:active {
    box-shadow:0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2) !important;
}

div.row-fluid-wrapper div.row-fluid div.main-button-style a.cta_button:focus,
a.cta_button:focus {
    box-shadow:0 5px 6px 0 rgba(0,0,0,.2), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2) !important;
}

div.row-fluid-wrapper div.row-fluid div.main-button-style a.cta_button:focus:not(:active),
a.cta_button:focus:not(:active) {
    box-shadow:0 5px 6px 0 rgba(0,0,0,.2), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2) !important;
}

div.row-fluid-wrapper div.row-fluid div.main-button-style a.cta_button,
a.cta_button {
    text-shadow: none !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12) !important;
    /*box-shadow: inset 0px 1px rgba(255,255,255,0) !important;*/
    background-color: rgba(27, 92, 61, 1) !important;
    background-image: none !important;
    border: 2px solid #1b5c3c !important;
    border-radius: 4px !important;
    color: rgb(255, 255, 255) !important;
    min-width: 150px !important;
    height: 40px !important;
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.025em;
    line-height: 40px;
    letter-spacing: .050em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    padding: 8px 24px;
    display: inline-block;
}

div.row-fluid-wrapper div.row-fluid div.main-button-style a.cta_button span,
a.cta_button span {
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 1.025em !important;
    line-height: 30px !important;
    letter-spacing: .050em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

/*
*
* Secondary Button Style
*
*/

div.row-fluid-wrapper div.row-fluid div.secondary-button-style {
    margin: 20px auto;
    text-align: center;
}

div.row-fluid-wrapper div.row-fluid div.secondary-button-style a.cta_button:hover,
a.cta_button:hover {
    box-shadow:0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2) !important;
}

div.row-fluid-wrapper div.row-fluid div.secondary-button-style a.cta_button:active,
a.cta_button:active {
    box-shadow:0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2) !important;
}

div.row-fluid-wrapper div.row-fluid div.secondary-button-style a.cta_button:focus,
a.cta_button:focus {
    box-shadow:0 5px 6px 0 rgba(0,0,0,.2), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2) !important;
}

div.row-fluid-wrapper div.row-fluid div.secondary-button-style a.cta_button:focus:not(:active),
a.cta_button:focus:not(:active) {
    box-shadow:0 5px 6px 0 rgba(0,0,0,.2), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2) !important;
}

div.row-fluid-wrapper div.row-fluid div.secondary-button-style a.cta_button {
    text-shadow: none !important;
    box-shadow: inset 0px 1px rgba(255,255,255,0) !important;
    background-color: rgba(255, 255, 255, 0) !important;
    background-image: none !important;
    border: 2px solid #1b5c3c !important;
    border-radius: 4px !important;
    color: rgb(27, 92, 61) !important;
    min-width: 150px !important;
    height: 40px !important;
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.025em;
    line-height: 40px;
    letter-spacing: .050em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    padding: 8px 24px;
    display: inline-block;
}

div.row-fluid-wrapper div.row-fluid div.secondary-button-style a.cta_button span {
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 1.025em !important;
    line-height: 30px !important;
    letter-spacing: .050em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

/*
*
* Third Button Style
*
*/

div.row-fluid-wrapper div.row-fluid div.third-button-style {
    margin: 20px auto;
    text-align: center;
}

div.row-fluid-wrapper div.row-fluid div.third-button-style a.cta_button:hover {
    box-shadow: none !important;
    background-color: rgba(255, 255, 255, 1) !important;
    color: rgb(27, 92, 61) !important;
}

div.row-fluid-wrapper div.row-fluid div.third-button-style a.cta_button:active {
    box-shadow: none !important;
    background-color: rgba(255, 255, 255, 1) !important;
    color: rgb(27, 92, 61) !important;
}

div.row-fluid-wrapper div.row-fluid div.third-button-style a.cta_button:focus {
    box-shadow: none !important;
    background-color: rgba(255, 255, 255, 1) !important;
    color: rgb(27, 92, 61) !important;
}

div.row-fluid-wrapper div.row-fluid div.third-button-style a.cta_button:focus:not(:active) {
    box-shadow: none !important;
    background-color: rgba(255, 255, 255, 1) !important;
    color: rgb(27, 92, 61) !important;
}

div.row-fluid-wrapper div.row-fluid div.third-button-style a.cta_button {
    text-shadow: none !important;
    box-shadow: inset 0px 1px rgba(255,255,255,0) !important;
    background-color: rgba(255, 255, 255, 0) !important;
    background-image: none !important;
    border: 2px solid #ffffff !important;
    border-radius: 4px !important;
    color: rgb(255, 255, 255) !important;
    min-width: 150px !important;
    height: 40px !important;
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.025em;
    line-height: 40px;
    letter-spacing: .050em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    padding: 8px 24px;
    display: inline-block;
}

div.row-fluid-wrapper div.row-fluid div.third-button-style a.cta_button span {
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 1.025em !important;
    line-height: 30px !important;
    letter-spacing: .050em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

/*
*
* Fourth Button Style
*
*/

div.row-fluid-wrapper div.row-fluid div.fourth-button-style {
    margin: 20px auto;
    text-align: center;
}

div.row-fluid-wrapper div.row-fluid div.fourth-button-style a.cta_button:hover {
    box-shadow: none !important;
    background-color: #333 !important;
    color: rgb(234, 234, 234) !important;
}

div.row-fluid-wrapper div.row-fluid div.fourth-button-style a.cta_button:active {
    box-shadow: none !important;
    background-color: #333 !important;
    color: rgb(234, 234, 234) !important;
}

div.row-fluid-wrapper div.row-fluid div.fourth-button-style a.cta_button:focus {
    box-shadow: none !important;
    background-color: #333 !important;
    color: rgb(234, 234, 234) !important;
}

div.row-fluid-wrapper div.row-fluid div.fourth-button-style a.cta_button:focus:not(:active) {
    box-shadow: none !important;
    background-color: #333 !important;
    color: rgb(234, 234, 234) !important;
}

div.row-fluid-wrapper div.row-fluid div.fourth-button-style a.cta_button {
    text-shadow: none !important;
    box-shadow: inset 0px 1px rgba(255,255,255,0) !important;
    background-color: rgba(234, 234, 234, 1) !important;
    background-image: none !important;
    border: 2px solid rgba(234, 234, 234, 1) !important;
    border-radius: 4px !important;
    color: #333 !important;
    min-width: 150px !important;
    height: 40px !important;
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.025em;
    line-height: 40px;
    letter-spacing: .050em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    padding: 8px 24px;
    display: inline-block;
}

div.row-fluid-wrapper div.row-fluid div.fourth-button-style a.cta_button span {
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 1.025em !important;
    line-height: 30px !important;
    letter-spacing: .050em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

/*
*
* Fifth Button Style
*
*/

div.row-fluid-wrapper div.row-fluid div.fifth-button-style {
    margin: 20px auto;
    text-align: center;
}

div.row-fluid-wrapper div.row-fluid div.fifth-button-style a.cta_button:hover {
    box-shadow: none !important;
    background-color: #fff !important;
    color: rgb(27, 92, 61) !important;
}

div.row-fluid-wrapper div.row-fluid div.fifth-button-style a.cta_button:active {
    box-shadow: none !important;
    background-color: #fff !important;
    color: rgb(27, 92, 61) !important;
}

div.row-fluid-wrapper div.row-fluid div.fifth-button-style a.cta_button:focus {
    box-shadow: none !important;
    background-color: #fff !important;
    color: rgb(27, 92, 61) !important;
}

div.row-fluid-wrapper div.row-fluid div.fifth-button-style a.cta_button:focus:not(:active) {
    box-shadow: none !important;
    background-color: #fff !important;
    color: rgb(27, 92, 61) !important;
}

div.row-fluid-wrapper div.row-fluid div.fifth-button-style a.cta_button {
    text-shadow: none !important;
    box-shadow: inset 0px 1px rgba(255,255,255,0) !important;
    background-color: rgba(255, 255, 255, 0) !important;
    background-image: none !important;
    border: 2px solid rgba(255, 255, 255, 1) !important;
    border-radius: 4px !important;
    color: #fff !important;
    min-width: 150px !important;
    height: 40px !important;
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.025em;
    line-height: 40px;
    letter-spacing: .050em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    padding: 8px 24px;
    display: inline-block;
}

div.row-fluid-wrapper div.row-fluid div.fifth-button-style a.cta_button span {
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 1.025em !important;
    line-height: 30px !important;
    letter-spacing: .050em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

/*
*
* Sixth Button Style
*
*/

div.row-fluid-wrapper div.row-fluid div.sixth-button-style {
    margin: 20px auto;
    text-align: center;
}

div.row-fluid-wrapper div.row-fluid div.sixth-button-style a.cta_button:hover {
    box-shadow: none !important;
    background-color: rgba(255,255,255,0) !important;
    color: rgb(255,255,255) !important;
}

div.row-fluid-wrapper div.row-fluid div.sixth-button-style a.cta_button:active {
    box-shadow: none !important;
    background-color: rgba(255,255,255,0) !important;
    color: rgb(255,255,255) !important;
}

div.row-fluid-wrapper div.row-fluid div.sixth-button-style a.cta_button:focus {
    box-shadow: none !important;
    background-color: rgba(255,255,255,0) !important;
    color: rgb(255,255,255) !important;
}

div.row-fluid-wrapper div.row-fluid div.sixth-button-style a.cta_button:focus:not(:active) {
    box-shadow: none !important;
    background-color: rgba(255,255,255,0) !important;
    color: rgb(255,255,255) !important;
}

div.row-fluid-wrapper div.row-fluid div.sixth-button-style a.cta_button {
    text-shadow: none !important;
    box-shadow: inset 0px 1px rgba(255,255,255,0) !important;
    background-color: rgba(255, 255, 255, 1) !important;
    background-image: none !important;
    border: 2px solid rgba(255, 255, 255, 1) !important;
    border-radius: 4px !important;
    color: rgb(27, 92, 61) !important;
    min-width: 150px !important;
    height: 40px !important;
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.025em;
    line-height: 40px;
    letter-spacing: .050em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    padding: 8px 24px;
    display: inline-block;
}

div.row-fluid-wrapper div.row-fluid div.sixth-button-style a.cta_button span {
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 1.025em !important;
    line-height: 30px !important;
    letter-spacing: .050em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

.override-btn ~ a {
    display: none;
}

a.override-btn {
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.025em;
    letter-spacing: .050em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}

.infolevel2 p, .infolevel2 a, .infolevel2 span {
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.075em; 
    line-height: 26px;
    color: rgb(77, 76, 76);
    letter-spacing: .050em;
    font-weight: 400;
}

.center-img-column {
    position: relative;
    height: 400px;
}

.column-vertical {
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vertical-align-text {
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}

.relative-column {
    position: relative;
}

div.container div.row-fluid-wrapper div.row-fluid .column.three-to-two {
    padding: 15px 17%;
}

.toggle-section.section .row-fluid-wrapper {
    max-width: 100%;
}

.toggle-section.section .row-fluid-wrapper .row-fluid .container {
    padding: 0;
}

.toggle-section.section .row-fluid-wrapper .row-fluid .container .row-fluid-wrapper .row-fluid .column {
    padding: 15px 0;
}

.text-whitespace {
    padding: 10px 25px;
    margin: 10px 0;
}

.green-line {
    border-left: 2px solid rgba(27, 92, 61, 1);
    text-align: left;
    padding: 0 25px;
    margin: 10px 0;
}

.lift {
    box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.15);
    text-align: left;
}

.lift:hover {
    box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.28);
}

.grey-bg {
    background: rgba(234, 234, 234, 1);
}

.green-bg {
    background: rgba(27, 92, 61, 1);
}

.green-bg p, .green-bg li, .green-bg h4, .green-bg h2 {
    color: rgba(255,255,255,1);
}

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

.row-fluid .float-right {
    float: right;
}

.light-text {
    text-align: left;
    font-size: 0.7em;
}

.light-text p {
    line-height: 16px;
    color: rgb(194, 195, 195);
}

p.ingress, span.ingress {
    font-size: 1.375em;
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgba(27, 92, 61, 1);
    margin-bottom: 40px;
    display: block;
}

blockquote {
    margin: 40px 0;
    border-left: 2px solid rgba(27, 92, 61, 1);
    text-align: left;
}

blockquote > p, blockquote > span {
    display: block;
    font-size: 1.500em;
    padding: 20px 40px;
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div.infobox-lifestyle {
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    overflow-x: hidden;
    background-color: rgba(175, 201, 169, 1);
    margin: 50px 0;
    padding: 20px 0px;
}

div.infobox-lifestyle > p, div.infobox-lifestyle > ul, div.infobox-lifestyle > ol, div.infobox-lifestyle > h2, div.infobox-lifestyle > h3, div.infobox-lifestyle > h4 {
    max-width: 610px;
    padding: 15px 190px;
    margin: 0 auto;
    color: rgb(255,255,255);
}

div.infobox-science {
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    overflow-x: hidden;
    background-color: rgba(194, 195, 195, 1);
    margin: 50px 0;
    padding: 20px 0px;
}

div.infobox-science > p, div.infobox-science > ul, div.infobox-science > ol, div.infobox-science > h2, div.infobox-science > h3, div.infobox-science > h4 {
    max-width: 610px;
    padding: 15px 190px;
    margin: 0 auto;
    color: rgb(255,255,255);
}

div.infobox-clients {
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    overflow-x: hidden;
    background-color: rgba(27, 92, 61, 1);
    margin: 50px 0;
    padding: 20px 0px;
}

div.infobox-clients > p, div.infobox-clients > ul, div.infobox-clients > ol, div.infobox-clients > h2, div.infobox-clients > h3, div.infobox-clients > h4 {
    max-width: 610px;
    padding: 15px 190px;
    margin: 0 auto;
    color: rgb(255,255,255);
}

div.infobox-lifestyle p, div.infobox-science p, div.infobox-clients p,
div.infobox-lifestyle li span, div.infobox-science li span, div.infobox-clients li span,
div.infobox-lifestyle a, div.infobox-science a, div.infobox-clients a {
    color: rgb(255,255,255);
}

/*
*
* Language switcher
*
*/

.row-fluid .widget-type-language_switcher {
    position: absolute;
    right: 60px;
    width: auto;
    height: auto;
    top: 22px;
    margin: 0;
}
.row-fluid .widget-type-language_switcher span {
    display: inline-block;
}
.globe_class {
    background-image: none;
    width: auto;
    height: auto;
    border: none;
}
.lang_list_class:before {
    content: "";
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: none;
    border-bottom-color: rgba(0,0,0,0);
    margin-left: 0;
}
.lang_list_class:after {
    content: "";
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: none;
    border-bottom-color: rgba(0,0,0,0);
    margin-left: 0;
    margin-bottom: 0;
}
.lang_list_class {
    z-index: 10;
    position: relative;
    display: block;
    top: 0;
    padding: 0;
    height: 40px;
}
.lang_list_class:hover li:first-child ~ li {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    transition: all 0.3s ease-in-out;
}
.lang_list_class li {
    padding: 10px 0 10px 0;
    background-color: rgba(0,0,0,0);
    border-left: 2px solid rgba(255,255,255,1);
    border-right: none;
    border-top: none;
    transition: all 0.3s ease-in-out;
}
.lang_list_class li:first-child {
    opacity: 1;
    visibility: visible;
    padding: 10px 0 10px 0;
    border-top: none;
}
.lang_list_class li:nth-child(2) {
    opacity: 0;
    visibility: hidden;
    margin-top: -25px;
    transition: all 0.3s ease-in-out;
}
.lang_list_class li:nth-child(3) {
    opacity: 0;
    visibility: hidden;
    margin-top: -25px;
    transition: all 0.3s ease-in-out;
}
.lang_list_class li:last-child {
    opacity: 0;
    visibility: hidden;
    margin-top: -25px;
    padding-bottom: 0;
    border-bottom: none;
    transition: all 0.3s ease-in-out;
}
.lang_list_class li a {
    color: rgb(255,255,255);
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.025em;
    line-height: 22px;
    letter-spacing: .025em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    padding-left: 10px;
}
.lang_list_class li a:hover {
    color: rgb(255,255,255);
}

/*
*
* Header
*
*/

.header-section {
    position: fixed;
    padding: 10px 255px 0 60px;
    display: block;
    width: 100%;
    height: 84px;
    z-index: 2147483501;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.24) 87%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.24) 87%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.24) 87%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 );
    -webkit-transition: height  0.7s cubic-bezier(0.77,0.2,0.05,1.0);  
    -moz-transition: height  0.7s cubic-bezier(0.77,0.2,0.05,1.0);  
    -o-transition: height  0.7s cubic-bezier(0.77,0.2,0.05,1.0);
    transition: height  0.7s cubic-bezier(0.77,0.2,0.05,1.0);
}

.header-section.header-full-height, .header-section.header-full-height.language-open {
    height: 250px;
}

.header-section.past-hero {
    background: rgba(27, 92, 61, 1);
}

.header-menu ul.past-hero-menu {
    top: 27px;
}

.header-logo img {
    width: 140px!important;
    padding: 18px 90px 18px 0;
}

.header-menu-container {
    margin-top: 23px;
}

.header-menu ul {
    position: fixed;
    right: 297px;
    top: -30px;
    transition: all 0.3s linear;
}

div.row-fluid-wrapper div.row-fluid div.meeting-cta {
    width: auto;
    position: absolute;
    right: 115px;
    top: 23px;
    margin: 0;
    text-align: center;
}

div.row-fluid-wrapper div.row-fluid div.meeting-cta a.cta_button:hover {
    box-shadow: none !important;
    background-color: rgba(255,255,255,1) !important;
    color: rgb(77, 76, 76) !important;
}

div.row-fluid-wrapper div.row-fluid div.meeting-cta a.cta_button {
    text-shadow: none !important;
    box-shadow: inset 0px 1px rgba(255,255,255,0) !important;
    background-color: rgba(255,255,255, 0) !important;
    background-image: none !important;
    border: 2px solid rgba(255,255,255, 1) !important;
    border-radius: 4px !important;
    color: rgb(255, 255, 255) !important;
    min-width: 0 !important;
    height: 22px !important;
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.775em !important;
    line-height: 22px !important;
    letter-spacing: .025em !important;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    padding: 8px 10px;
    display: inline-block;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

div.row-fluid-wrapper div.row-fluid div.meeting-cta a.cta_button span {
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 0.775em !important;
    line-height: 22px !important;
    letter-spacing: .025em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul {
    height: 0;
}

div.header-container:hover > div.row-fluid-wrapper div.row-fluid div.header-menu-container div.row-fluid-wrapper div.row-fluid #menu-toggle div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul {
    top: 27px;
}

.header-menu .hs-menu-wrapper ul li.hs-menu-depth-1 {
    height: 40px;
    float: left;
    width: 125px;
}

.header-menu .hs-menu-wrapper ul li.hs-menu-depth-1 a {
    color: rgb(255,255,255);
    z-index: 2147483505;
    padding: 5px 10px;
    transition: all 0.1s ease;
}

div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper {
    position: relative;
    right: 0;
    top: 0;
    visibility: hidden;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
    transition: transform 0.7s cubic-bezier(0.77,0.2,0.05,1.0);
}

div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li {
    opacity: 0;
    visibility: hidden;
}

div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li a {
    font-size: 1.025em;
    text-transform: inherit;
    font-weight: 400;
    z-index: 2147483504;
    color: rgb(255,255,255);
    transition: all 0.1s ease;
}

div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper a {
    display: table-cell;
    width: 100%;
    color: rgb(255,255,255);
    text-decoration: none;
}

#menu-toggle div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts ul li.hs-item-has-children span.nav-plus {
    display: none;
}

#menu-toggle input:checked ~ div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul {
    top: 27px;
}

#menu-toggle input:checked ~ div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper {
    -ms-transform: scale(1.0, 1.0);
    -webkit-transform: scale(1.0, 1.0);
    -moz-transform: scale(1.0, 1.0);
    -o-transform: scale(1.0, 1.0);
    transform: scale(1.0, 1.0);
    visibility: visible;
}

#menu-toggle input:checked ~ div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li {
    opacity: 1; 
    visibility: visible;
}

div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li a:hover {
    font-size: 1.075em;
}

.header-menu .hs-menu-wrapper ul li.hs-menu-depth-1 a:hover {
    font-size: 0.825em;
}

.header-section:hover, .header-section.language-open:hover {
    height: 250px;
}

.header-section.language-open {
    height: 165px;
}

div.header-section:hover div div.row-fluid-wrapper div.row-fluid div#header-container div.row-fluid-wrapper div.row-fluid div.header-menu-container div.row-fluid-wrapper div.row-fluid div#menu-toggle div.header-menu div span div.hs-menu-wrapper ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper {
    -ms-transform: scale(1.0, 1.0);
    -webkit-transform: scale(1.0, 1.0);
    -moz-transform: scale(1.0, 1.0);
    -o-transform: scale(1.0, 1.0);
    transform: scale(1.0, 1.0);
    visibility: visible;
}

div.header-section:hover div div.row-fluid-wrapper div.row-fluid div#header-container div.row-fluid-wrapper div.row-fluid div.header-menu-container div.row-fluid-wrapper div.row-fluid div#menu-toggle div.header-menu div span div.hs-menu-wrapper ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li:last-child {
    opacity: 1; 
    visibility: visible;
    transition: opacity 0.2s cubic-bezier(0.77,0.2,0.05,1.0) 0.05s;
}

div.header-section:hover div div.row-fluid-wrapper div.row-fluid div#header-container div.row-fluid-wrapper div.row-fluid div.header-menu-container div.row-fluid-wrapper div.row-fluid div#menu-toggle div.header-menu div span div.hs-menu-wrapper ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li:nth-last-child(2) {
    opacity: 1; 
    visibility: visible;
    transition: opacity 0.2s cubic-bezier(0.77,0.2,0.05,1.0) 0.2s;
}

div.header-section:hover div div.row-fluid-wrapper div.row-fluid div#header-container div.row-fluid-wrapper div.row-fluid div.header-menu-container div.row-fluid-wrapper div.row-fluid div#menu-toggle div.header-menu div span div.hs-menu-wrapper ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li:nth-last-child(3) {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.15s cubic-bezier(0.77,0.2,0.05,1.0) 0.3s;
}

div.header-section:hover div div.row-fluid-wrapper div.row-fluid div#header-container div.row-fluid-wrapper div.row-fluid div.header-menu-container div.row-fluid-wrapper div.row-fluid div#menu-toggle div.header-menu div span div.hs-menu-wrapper ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li:nth-last-child(4) {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.1s cubic-bezier(0.77,0.2,0.05,1.0) 0.35s;
}

div.header-section:hover div div.row-fluid-wrapper div.row-fluid div#header-container div.row-fluid-wrapper div.row-fluid div.header-menu-container div.row-fluid-wrapper div.row-fluid div#menu-toggle div.header-menu div span div.hs-menu-wrapper ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li:nth-last-child(5) {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.05s cubic-bezier(0.77,0.2,0.05,1.0) 0.5s;
}

div.header-section div div.row-fluid-wrapper div.row-fluid div#header-container div.row-fluid-wrapper div.row-fluid div.header-menu-container div.row-fluid-wrapper div.row-fluid div#menu-toggle div.header-menu div span div.hs-menu-wrapper ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li:first-child {
    transition: opacity 0.2s cubic-bezier(0.77,0.2,0.05,1.0) 0.05s, visibility 0s linear 0.7s;
}

div.header-section div div.row-fluid-wrapper div.row-fluid div#header-container div.row-fluid-wrapper div.row-fluid div.header-menu-container div.row-fluid-wrapper div.row-fluid div#menu-toggle div.header-menu div span div.hs-menu-wrapper ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li:nth-child(2) {
    transition: opacity 0.2s cubic-bezier(0.77,0.2,0.05,1.0) 0.15s, visibility 0s linear 0.7s;
}

div.header-section div div.row-fluid-wrapper div.row-fluid div#header-container div.row-fluid-wrapper div.row-fluid div.header-menu-container div.row-fluid-wrapper div.row-fluid div#menu-toggle div.header-menu div span div.hs-menu-wrapper ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li:nth-child(3) {
    transition: opacity 0.2s cubic-bezier(0.77,0.2,0.05,1.0) 0.2s, visibility 0s linear 0.7s;
}

div.header-section div div.row-fluid-wrapper div.row-fluid div#header-container div.row-fluid-wrapper div.row-fluid div.header-menu-container div.row-fluid-wrapper div.row-fluid div#menu-toggle div.header-menu div span div.hs-menu-wrapper ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li:nth-child(4) {
    transition: opacity 0.2s cubic-bezier(0.77,0.2,0.05,1.0) 0.225s, visibility 0s linear 0.7s;
}

div.header-section div div.row-fluid-wrapper div.row-fluid div#header-container div.row-fluid-wrapper div.row-fluid div.header-menu-container div.row-fluid-wrapper div.row-fluid div#menu-toggle div.header-menu div span div.hs-menu-wrapper ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li:nth-child(5) {
    transition: opacity 0.2s cubic-bezier(0.77,0.2,0.05,1.0) 0.275s, visibility 0s linear 0.7s;
}

#menu-toggle {
    display: block;
    position: relative;
    float: right;
    width: 33px;
    height: 22px;
    z-index: 2147483503;
    -webkit-user-select: none;
    user-select: none;
}

#menu-toggle > div > span {
    float: right;
}

#menu-toggle input {
    display: block;
    width: 38px;
    height: 32px;
    position: absolute;
    top: -8px;
    left: -6px;
    cursor: pointer;
    opacity: 0;
    z-index: 2147483505;
    -webkit-touch-callout: none;
}

#menu-toggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: rgba(255, 255, 255, 1);
    border-radius: 3px;
    z-index: 2147483503;
    -ms-transform-origin: 4px 0px;
    -webkit-transform-origin: 4px 0px;
    -moz-transform-origin: 4px 0px;
    -o-transform-origin: 4px 0px;
    transform-origin: 4px 0px;
    transition: transform 0.7s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.7s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.75s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu-toggle span.hs_cos_wrapper:nth-last-child(1) {
    z-index: 0;
}

#menu-toggle span:first-child {
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

#menu-toggle span:nth-last-child(1) {
    background: rgba(0,0,0,0);
}

#menu-toggle span:nth-last-child(2) {
    -ms-transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

#menu-toggle input:checked ~ span {
    opacity: 1;
    -ms-transform: rotate(45deg) translate(-2px, -1px);
    -webkit-transform: rotate(45deg) translate(-2px, -1px);
    -moz-transform: rotate(45deg) translate(-2px, -1px);
    -o-transform: rotate(45deg) translate(-2px, -1px);
    transform: rotate(45deg) translate(-2px, -1px);
    background: rgba(255, 255, 255, 1);
}

#menu-toggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    -ms-transform: rotate(0deg) scale(0.2, 0.2);
    -webkit-transform: rotate(0deg) scale(0.2, 0.2);
    -moz-transform: rotate(0deg) scale(0.2, 0.2);
    -o-transform: rotate(0deg) scale(0.2, 0.2);
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menu-toggle input:checked ~ span:nth-last-child(2) {
    opacity: 1;
    -ms-transform: rotate(-45deg) translate(0, -1px);
    -webkit-transform: rotate(-45deg) translate(0, -1px);
    -moz-transform: rotate(-45deg) translate(0, -1px);
    -o-transform: rotate(-45deg) translate(0, -1px);
    transform: rotate(-45deg) translate(0, -1px);
}

#sidebar .sidenav {
    width: auto;
    display: none;
}

#sidebar .sidenav.stick {
    display: block;
    position: fixed;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 30;
}

#sidebar .sidenav ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

#sidebar .sidenav ul li a {
    padding: 20px 0;
    margin-right: 10px;
    text-align: right;
    transition: all 0.3s ease;
    max-width: 125px;
}

#sidebar .sidenav ul li a.nav-active:after {
    content: " \2039";
    float: right;
    padding-left: 10px;
    line-height: 10px;
    font-size: 36px;
}

.section > div {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
}

.section.video-section > div {
    max-width: 100%;
}

.section.full-height-section > div {
    min-height: 100vh;
    display: table;
}

div.full-height-section div.row-fluid-wrapper > div.row-fluid {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

div.full-height-section div.row-fluid-wrapper > div.row-fluid div.row-fluid {
    display: block;
    vertical-align: initial;
}

div.section div.row-fluid-wrapper div.row-fluid div.container {
    margin: 73px 0px;
    padding: 0 70px;
}

div.container div.row-fluid-wrapper div.row-fluid .column {
    padding: 15px 15px;
    text-align: center;
}

.footer-section {
    background: rgba(77, 76, 76, 1);
}

.footer-section a, .footer-section p {
    color: rgb(255,255,255);
}

div.section div.row-fluid-wrapper div.row-fluid div.footer-container {
    margin: 63px 0 63px 0;
    padding: 0;
}

.footer-p p {
    padding: 10px 20px;
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
}

.footer-menu {
    text-align: left;
}

.footer-menu a {
    width: 130px;
    text-align: left;
}

.footer-menu a:hover {
    font-size: 0.825em;
}

.footer-icons > div {
    float: left;
}
    
.footer-icons a {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 20px 20px 0;
    text-align: left;
}

.icon-facebook {
    background: url("https://cdn2.hubspot.net/hubfs/1790632/Images/footer-icons/facebook_white.svg?t=1527789526970") no-repeat center center;
    background-size: cover;
    transition: all 0.15s ease;
}

.icon-facebook-grey {
    background: url("https://cdn2.hubspot.net/hubfs/1790632/Naava_2.0/Icons/facebook_grey.svg?t=1527789526970") no-repeat center center;
    background-size: cover;
    transition: all 0.15s ease;
}

.icon-facebook:hover, .icon-facebook-grey:hover {
    width: 56px;
    height: 56px;
    margin: -3px 17px 17px -3px;
}

.icon-twitter {
    background: url("https://cdn2.hubspot.net/hubfs/1790632/Images/footer-icons/twitter_white.svg?t=1527789526970") no-repeat center center;
    background-size: cover;
    transition: all 0.15s ease;
}

.icon-twitter-grey {
    background: url("https://cdn2.hubspot.net/hubfs/1790632/Naava_2.0/Icons/twitter_grey.svg?t=1527789526970") no-repeat center center;
    background-size: cover;
    transition: all 0.15s ease;
}

.icon-twitter:hover, .icon-twitter-grey:hover {
    width: 56px;
    height: 56px;
    margin: -3px 17px 17px -3px;
}

.icon-instagram {
    background: url("https://cdn2.hubspot.net/hubfs/1790632/Images/footer-icons/instagram_white.svg?t=1527789526970") no-repeat center center;
    background-size: cover;
    transition: all 0.15s ease;
}

.icon-instagram:hover {
    width: 56px;
    height: 56px;
    margin: -3px 17px 17px -3px;
}

.icon-linkedin {
    background: url("https://cdn2.hubspot.net/hubfs/1790632/Images/footer-icons/linkedin_white.svg?t=1527789526970") no-repeat center center;
    background-size: cover;
    transition: all 0.15s ease;
}

.icon-linkedin-grey {
    background: url("https://cdn2.hubspot.net/hubfs/1790632/Naava_2.0/Icons/linkedin_grey.svg?t=1527789526970") no-repeat center center;
    background-size: cover;
    transition: all 0.15s ease;
}

.icon-linkedin:hover, .icon-linkedin-grey:hover {
    width: 56px;
    height: 56px;
    margin: -3px 17px 17px -3px;
}

.icon-google {
    background: url("https://cdn2.hubspot.net/hubfs/1790632/Images/footer-icons/google_white.svg?t=1527789526970") no-repeat center center;
    background-size: cover;
    transition: all 0.15s ease;
}

.icon-google-grey {
    background: url("https://cdn2.hubspot.net/hubfs/1790632/Naava_2.0/Icons/google_grey.svg?t=1527789526970") no-repeat center center;
    background-size: cover;
    transition: all 0.15s ease;
}

.icon-google:hover, .icon-google-grey:hover {
    width: 56px;
    height: 56px;
    margin: -3px 17px 17px -3px;
}

.icon-youtube {
    background: url("https://cdn2.hubspot.net/hubfs/1790632/Images/footer-icons/youtube_white.svg?t=1527789526970") no-repeat center center;
    background-size: cover;
    transition: all 0.15s ease;
}

.icon-youtube:hover {
    width: 56px;
    height: 56px;
    margin: -3px 17px 17px -3px;
}

.icon-pinterest {
    background: url("https://cdn2.hubspot.net/hubfs/1790632/Images/footer-icons/pinterest-png-icon.png?t=1527789526970") no-repeat center center;
    background-size: cover;
    transition: all 0.15s ease;
}

.icon-pinterest:hover {
    width: 56px;
    height: 56px;
    margin: -3px 17px 17px -3px;
}

/*
*
* Form
*
*/

.hs-form div.field.hs-form-field .hs-form-checkbox-display .hs-input {
    width: auto;
}

.form .hs-form fieldset,
.form .hs-form div.field.hs-form-field {
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 100%;
}

.form .hs-form fieldset.form-columns-3 .input, 
.form .hs-form fieldset.form-columns-1 .input, 
.form .hs-form fieldset.form-columns-2 .input,
.form .hs-form div.field.hs-form-field .input {
    padding: 10px;
    margin-right: 0;
}

.form span.hs-form-required {
    display: none;
}

.form form input {
    -webkit-appearance: none;
    border: 2px solid rgb(27, 92, 61);
    border-radius: 4px;
    color: rgb(27, 92, 61);
    padding: 16px;
    background-color: rgba(255, 255, 255, 1);
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.form input.hs-button.primary.large {
    -webkit-appearance: initial;
    border: 2px solid rgb(27, 92, 61);
    border-radius: 4px;
    background-color: rgb(27, 92, 61);
    color: rgb(255, 255, 255);
    margin: 10px;
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.025em;
    letter-spacing: .050em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
}

.form input.hs-button.primary.large:hover {
    box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.28);
}

body .form form textarea {
    resize: none;
    border: 2px solid rgb(27, 92, 61);
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 1);
    color: rgb(27, 92, 61);
    height: 135px;
    min-height: 110px;
    padding: 16px;
    font-size: 0.9em;
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

form.hs-form .input input, form select {
    font-size: 0.9em;
}

.form form.hs-form fieldset div.input select.hs-input,
.form form.hs-form div.hs-form-field div.input select.hs-input {
    border: 2px solid #1b5c3c;
    border-radius: 4px;
    color: #1b5c3c;
    padding: 16px;
    background-color: rgba(255, 255, 255, 1);
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.form input[type="email"][required]:valid,
.form input[type="text"][required]:valid,
.form input[type="tel"][required]:valid,
.form input[name="jobtitle"][required]:valid,
.form textarea[name="message"][required]:valid,
.form textarea[required]:valid,
.form select[name="topic_dropdown"][required]:valid {
    background-image: url(https://cdn2.hubspot.net/hubfs/1790632/Images/Illustrations/Icons/checkmark.png?t=1527789526970);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right center;
    background-origin: content-box;
}

.form input[type="email"][required].invalid:not(:focus),
.form input[type="text"][required].invalid:not(:focus),
.form input[type="tel"][required].invalid:not(:focus),
.form input[name="jobtitle"][required].invalid:not(:focus),
.form textarea[name="message"][required].invalid:not(:focus),
.form textarea[required].invalid:not(:focus),
.form select[name="topic_dropdown"][required].invalid:not(:focus) {
    background-image: url(https://cdn2.hubspot.net/hubfs/1790632/Images/Illustrations/Icons/cross.png?t=1527789526970);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right center;
    background-origin: content-box;
}

.form .hs-form .form-columns-1 .hs-input {
    width: 100%;
}

.post-container .form .hs-form fieldset.form-columns-1 .hs-form-field.hs_message {
  	width: 100%;
}

.post-container .form .hs-form fieldset.form-columns-1 .hs-form-field .input {
		padding: 10px 0;
}

.post-container .form .hs-form fieldset.form-columns-2 .hs-form-field:nth-child(1) .input {
    padding-right: 5px;
  	padding-left: 0;
}

.post-container .form .hs-form fieldset.form-columns-2 .hs-form-field:nth-child(2) .input {
    padding-left: 5px;
  	padding-right: 0;
}

.hero-section.media-hero .general-form.email-form .submitted-message, 
.hero-section.media-hero .form .submitted-message {
    color: rgb(255, 255, 255);
}

.hs-error-msgs {
    display: none !important;
}

.general-form.form .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50%;
}

.general-form.form .smart-field.field.hs-form-field {
    width: 100%;
}

/*
*
* General Form
*
*/

.general-form .hs-form fieldset,
.general-form .hs-form div.field.hs-form-field {
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 100%;
}

.general-form .hs-form fieldset.form-columns-3 .hs-form-field, 
.general-form .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 25%;
}

.general-form .hs-form fieldset.form-columns-1 .hs-input,
.general-form .hs-form div.field.hs-form-field .hs-input {
    width: 100%;
}

.general-form .hs-form fieldset.form-columns-3 .input, 
.general-form .hs-form fieldset.form-columns-1 .input, 
.general-form .hs-form fieldset.form-columns-2 .input,
.general-form .hs-form div.field.hs-form-field .input {
    padding: 10px;
    margin-right: 0;
}

.general-form span.hs-form-required {
    display: none;
}

.general-form .hs-form fieldset:first-child,
.general-form .hs-form div.field.hs-form-field:first-child {
    position: relative;
}

.general-form .hs-form fieldset:first-child > div:last-child/*, 
.general-form .hs-form div.field.hs-form-field:first-child > div:last-child*/ {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 50%;
    max-width: 100%;
}

.general-form .hs-form fieldset:nth-child(2) > div/*,
.general-form .hs-form div.field.hs-form-field:nth-child(2) > div*/ {
    width: 50%;
}

.general-form form input {
    border: 2px solid rgb(27, 92, 61);
    border-radius: 4px;
    color: rgb(27, 92, 61);
    padding: 16px;
    background-color: rgba(255, 255, 255, 1);
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.general-form input.hs-button.primary.large {
    -webkit-appearance: initial;
    border: 2px solid rgb(27, 92, 61);
    border-radius: 4px;
    background-color: rgb(27, 92, 61);
    color: rgb(255, 255, 255);
    margin: 10px;
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.025em;
    letter-spacing: .050em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
}

.general-form input.hs-button.primary.large:hover {
    box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.28);
}

body .general-form form textarea {
    resize: none;
    border: 2px solid rgb(27, 92, 61);
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 1);
    color: rgb(27, 92, 61);
    height: 135px;
    min-height: 110px;
    width: 100%;
    padding: 16px;
    font-size: 0.9em;
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

form.hs-form .input input, form select {
    font-size: 0.9em;
}

.general-form .smart-field.field.hs-form-field {
    width: 50%;
}

.general-form form.hs-form fieldset div.input select.hs-input,
.general-form form.hs-form div.hs-form-field div.input select.hs-input {
    border: 2px solid #1b5c3c;
    border-radius: 4px;
    color: #1b5c3c;
    padding: 16px;
    background-color: rgba(255, 255, 255, 1);
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.general-form input[type="email"][required]:valid,
.general-form input[type="text"][required]:valid,
.general-form input[type="tel"][required]:valid,
.general-form name[type="jobtitle"][required]:valid,
.general-form textarea[name="message"][required]:valid,
.general-form textarea[required]:valid,
.general-form select[name="topic_dropdown"][required]:valid {
    background-image: url(https://cdn2.hubspot.net/hubfs/1790632/Images/Illustrations/Icons/checkmark.png?t=1527789526970);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right center;
    background-origin: content-box;
}

.general-form input[type="email"][required].invalid:not(:focus),
.general-form input[type="text"][required].invalid:not(:focus),
.general-form input[type="tel"][required].invalid:not(:focus),
.general-form name[type="jobtitle"][required].invalid:not(:focus),
.general-form textarea[name="message"][required].invalid:not(:focus),
.general-form textarea[required].invalid:not(:focus),
.general-form select[name="topic_dropdown"][required].invalid:not(:focus) {
    background-image: url(https://cdn2.hubspot.net/hubfs/1790632/Images/Illustrations/Icons/cross.png?t=1527789526970);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right center;
    background-origin: content-box;
}

.hs-error-msgs {
    display: none !important;
}

/*
*
* Email Form
*
*/

.general-form.email-form .hs_email.field.hs-form-field {
    width: 70%;
    float: left;
}

.general-form.email-form .hs_submit {
    width: 30%;
    float: left;
}

.general-form.email-form .hs_submit div.actions {
    padding: 10px;
}

.general-form.email-form input.hs-button.primary.large {
    -webkit-appearance: initial;
    margin: 0 10px;
    padding: 14px 16px;
    width: 100%;
}

/*
*
* Download Form
*
*/

.general-form.download-form .hs_email.field.hs-form-field {
    width: 50%;
    float: left;
}

.general-form.download-form .smart-field.field.hs-form-field {
    width: 50%;
    float: left;
}

/*
*
* Radio Form
*
*/

.general-form.radio-form .hs-form fieldset.form-columns-2 .hs-form-field:nth-child(2) {
    width: 50%;
}

.general-form.radio-form .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50%;
}

.general-form.radio-form div.input ul.inputs-list.multi-container {
    padding-left: 15%;
}

.general-form.radio-form .hs_email.field.hs-form-field {
    margin-top: 25px;
}

/*
*
* Topic Form
*
*/

.general-form.topic-form .hs-form fieldset:first-child > div:last-child {
    position: relative;
    width: 100%;
}

.general-form.topic-form .hs-form fieldset:nth-child(2) {
    position: relative;
}

.general-form.topic-form .hs-form fieldset:nth-child(2) > div:last-child {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 50%;
    max-width: 100%;
}

.general-form.topic-form .hs-form fieldset:nth-child(3) > div,
.general-form.topic-form .hs-form fieldset:nth-child(4) > div {
    width: 50%;
}

.general-form.topic-form .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50%;
}

/*
*
* Email and Message Form
*
*/

.general-form.email-message-form .hs-form div.hs_message.field.hs-form-field .input {
    padding: 10px 10px 0 10px;
}

.general-form.email-message-form .smart-field.field.hs-form-field {
    width: 100%;
}

/*
*
* Radio button
*
*/

.general-form .hs-form fieldset.form-columns-1 .hs-input[type="radio"], 
.general-form .hs-form div.field.hs-form-field .hs-input[type="radio"] {
    opacity: 0;
    /*position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    line-height: 24px;*/
}

label.hs-form-radio-display {
    position: relative;
    cursor: pointer;
}

label.hs-form-radio-display:before {
    content: '';
    border: 2px solid rgb(27, 92, 61);
    position: absolute;
    top: 1px;
    left: 2px;
    display: inline-block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer;
    border-radius: 50%;
    z-index: 2;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    padding-left: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    color: #757575 !important;
}

span.radio-dot {
    content: '';
    position: absolute;
    z-index: 1;
    margin: 0;
    top: 5px;
    left: 6px;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    cursor: pointer;
    transition-duration: .28s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
    border-radius: 50%;
    background: rgba(27, 92, 61, 1);
}

@media screen and (max-width: 1400px) {  
    body div#hs-eu-cookie-confirmation {
        bottom: 0;
        top: auto;
        width: 50%;
    }
  
}

@media screen and (max-width: 1240px) {
    
    .header-section {
        padding: 10px 205px 0 40px;
    }
    
    .header-logo img {
        width: 100px !important;
        padding: 25px 0 0 0;
    }
    
    .header-menu ul {
        right: 240px;
    }
    
    .header-menu .hs-menu-wrapper ul li.hs-menu-depth-1 {
        width: auto;
        min-width: 60px;
    }
    
    .header-menu .hs-menu-wrapper ul li.hs-menu-depth-1 a {
        padding: 5px 10px;
    }
    
    div.row-fluid-wrapper div.row-fluid div.meeting-cta {
        right: 80px;
    }
    
    .row-fluid .widget-type-language_switcher {
        right: 40px;
    }
  
  
  	 body div#hs-eu-cookie-confirmation {
        bottom: 0;
        top: auto;
        width: 60%;
    }
    
}

@media screen and (max-width: 1024px) {  
    
    .header-section {
        padding: 10px 165px 0 20px;
    }
    
    .row-fluid .widget-type-language_switcher {
        right: 20px;
    }
    
    .header-menu ul {
        right: 200px;
    }
    
    .header-menu a {
        font-size: 0.675em;
    }
    
    .header-menu .hs-menu-wrapper ul li.hs-menu-depth-1 {
        min-width: 0;
    }
    
    div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li a {
        font-size: 0.75em;
        line-height: 14px;
    }
    
    .header-menu .hs-menu-wrapper ul li.hs-menu-depth-1 a {
        padding: 6px 3px;
    }
    
    div.row-fluid-wrapper div.row-fluid div.meeting-cta {
        right: 60px;
        top: 25px;
    }
    
    div.row-fluid-wrapper div.row-fluid div.meeting-cta a.cta_button {
        font-size: 0.675em !important;
        padding: 6px;
    }
    
    .header-section.header-full-height, .header-section.header-full-height.language-open {
        height: 240px;
    }
    
    .header-section:hover, .header-section.language-open:hover {
        height: 240px;
    }
  
  	 body div#hs-eu-cookie-confirmation {
        bottom: 0;
        top: auto;
        width: 75%;
    }

}


@media screen and (max-width: 768px) { 
    
    .body-container-wrapper {
        min-height: 0;
    }
    
    body div#hs-eu-cookie-confirmation {
        width: 100%;
    }
    
    body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
        width: 70%;
    }
    
    body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
        width: 30%;
    }
  
    .row-fluid .widget-type-language_switcher {
        right: 80px;
    }
    
    p, ul li span {
        font-size: 1em;
    }
    
    a {
        font-size: 0.875em;
    }
    
    html, body {
        font-size: 14px;
        line-height: 24px;
    }
    
    h1 {
        font-size: 4em;
        line-height: 50px;
    }
    
    h2 {
        font-size: 2.2em;
        line-height: 32px;
    }

    h3 {
        font-size: 1.55em;
        line-height: 30px;
    }
    
    p {
        line-height: 24px;
    }
    
    div.infobox-lifestyle > p, div.infobox-lifestyle > ul, div.infobox-lifestyle > ol, div.infobox-lifestyle > h2, div.infobox-lifestyle > h3, div.infobox-lifestyle > h4 {
        max-width: 90%;
        padding: 10px 5%;
    }
    
    div.infobox-science > p, div.infobox-science > ul, div.infobox-science > ol, div.infobox-science > h2, div.infobox-science > h3, div.infobox-science > h4 {
        max-width: 90%;
        padding: 10px 5%;
    }
    
    div.infobox-clients > p, div.infobox-clients > ul, div.infobox-clients > ol, div.infobox-clients > h2, div.infobox-clients > h3, div.infobox-clients > h4 {
        max-width: 90%;
        padding: 10px 5%;
    }
    
    div.container div.row-fluid-wrapper div.row-fluid .column.center-img-column {
        height: auto;
        padding: 0 5px;
    }
    
    div.column-vertical {
        position: relative;
        top: 0;
        right: 0;
        -ms-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
    
    div.column-vertical .widget-type-linked_image {
        text-align: center;
    }
    
    .vertical-align-text {
        top: 0;
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        position: relative;
    }
    
    .row-fluid .float-right {
        float: none;
    }
    
    div.section div.row-fluid-wrapper div.row-fluid div.container {
        margin: 13px 0px 13px 0px;
        padding: 0 5px;
    }
    
    div.container div.row-fluid-wrapper div.row-fluid .column {
        padding: 15px 15px;
    }
    
    div.container div.row-fluid-wrapper div.row-fluid .column.three-to-two {
        padding: 15px 15px;
    }
    
    .row-fluid .widget-type-language_switcher {
        left: 0;
        right: 0;
        top: 40px;
    }
    div.row-fluid div.header-section.mobile-menu .globe_class {
        background-image: none;
    }
    .lang_list_class {
        margin: 20px 5px;
        left: 600px;
        opacity: 0;
        transition: all 0.7s cubic-bezier(0.77,0.2,0.05,1.0);
    }
    .lang_list_class.active-mobile-nav {
        left: 75px;
        opacity: 1; 
        transition: all 0.7s cubic-bezier(0.77,0.2,0.05,1.0);
    }
    .lang_list_class li {
        border-left: 2px solid rgba(255,255,255,0);
        float: left;
    }
    .lang_list_class li:nth-child(2) {
        opacity: 1;
        visibility: visible;
        margin-top: 0px;
    }
  	.lang_list_class li:nth-child(3) {
        opacity: 1;
        visibility: visible;
        margin-top: 0px;
    }
    .lang_list_class li:last-child {
        opacity: 1;
        visibility: visible;
        margin-top: 0px;
    }
    .lang_list_class li a {
        color: rgb(27, 92, 61);
    }
    .lang_list_class li a:hover {
        color: rgb(27, 92, 61);
    }
    
    div.row-fluid div.header-section {
        padding: 13px 13px;
        height: 65px!important;
        width: 100%;
        -webkit-transition: width  0.7s cubic-bezier(0.77,0.2,0.05,1.0);  
        -moz-transition: width  0.7s cubic-bezier(0.77,0.2,0.05,1.0);  
        -o-transition: width  0.7s cubic-bezier(0.77,0.2,0.05,1.0);
        transition: width  0.7s cubic-bezier(0.77,0.2,0.05,1.0);  
    }
    
    div.row-fluid-wrapper div.row-fluid div.meeting-cta {
        width: auto;
        position: absolute;
        right: 60px;
        top: 12px;
        margin: 0;
        text-align: center;
        z-index: 2147483504
    }
    
    div.row-fluid div.header-section.mobile-menu div.row-fluid-wrapper div.row-fluid div.meeting-cta a.cta_button {
        border: 2px solid rgba(27, 92, 61, 1) !important;
        color: rgb(27, 92, 61) !important;
    }
    
    div.row-fluid div.header-section.header-section-mobile {
        background: rgba(27,92,61,1);
    }
    
    div.row-fluid div.header-section.mobile-menu div.header-logo img {
        content: url('https://cdn2.hubspot.net/hubfs/1790632/Naava_2.0/Logos/Naava-logo-green.png?t=1527789526970');
    }
    
    div.row-fluid div.header-logo-container {
        float: left;
    }
    
    div.row-fluid div.header-menu-container {
        float: right;
        margin-top: 8px;
    }
    
    div.row-fluid div.header-menu-container.header-menu-container-mobile {
        margin-top: 0;
    }
    
    div.row-fluid div.header-menu-container.header-menu-container-mobile .widget-type-linked_image {
        float: left;
    } 
    
    div.row-fluid div.header-menu-container.header-menu-container-mobile .widget-type-linked_image:nth-child(1) img {
        width: 35px !important;
        padding: 2px 10px;
    }
    
    div.row-fluid div.header-menu-container.header-menu-container-mobile .widget-type-linked_image:nth-child(2) img {
        width: 37px !important;
        padding: 2px 10px;
    }
    
    div.header-logo img {
        border: none!important;
        width: 120px!important;
        padding: 8px 0px 8px 8px;
        position: relative;
        z-index: 2147483504;
    }
    
    div.row-fluid div.header-menu div.cell-wrapper span div.hs-menu-wrapper > ul {
        background: rgba(255, 255, 255, 1);
        position: fixed;
        left: 0;
        top: 0;
        padding: 120px 30px 0 30px;
        height: 100%;
        width: 100%;
    }
    
    div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul {
        position: relative;
        right: 0;
        top: 0;
        visibility: visible;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        -ms-transform-origin: 0% 0%;
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -ms-transform: translate(100%, 0);
        -webkit-transform: translate(100%, 0);
        -moz-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
        transform: translate(100%, 0);
        transition: transform 0.7s cubic-bezier(0.77,0.2,0.05,1.0);
    }
    
    #menu-toggle div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts ul li.hs-item-has-children span.nav-plus {
        display: block;
        position: absolute;
        right: 20px;
        top: 4px;
        font-size: 3.4em;
        height: 35px;
        width: 35px;
        border-radius: 50%;
        background: #4e4d4d;
    }

    #menu-toggle div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts ul li.hs-item-has-children span.nav-plus span {
        display: block;
        width: 22px;
        height: 3px;
        position: relative;
        background: rgb(255, 255, 255);
        border-radius: 3px;
        z-index: 19;
        transition: all 0.5s ease-in-out;
    }
    
    #menu-toggle div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts ul li.hs-item-has-children span.nav-plus span:first-child {
        -ms-transform: rotate(90deg) translate(0px, 0px);
        -webkit-transform: rotate(90deg) translate(0px, 0px);
        -moz-transform: rotate(90deg) translate(0px, 0px);
        -o-transform: rotate(90deg) translate(0px, 0px);
        transform: rotate(90deg) translate(0px, 0px);
        top: 4px;
        left: 16px;
        opacity: 1;
    }
    
    #menu-toggle div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts ul li.hs-item-has-children span.nav-plus span:nth-child(2) {
        top: 8px;
        left: 7px;
    }
    
    #menu-toggle div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts ul li.hs-item-has-children span.nav-plus.active-link span:first-child {
        -ms-transform: rotate(0deg) translate(0px, 0px);
        -webkit-transform: rotate(0deg) translate(0px, 0px);
        -moz-transform: rotate(0deg) translate(0px, 0px);
        -o-transform: rotate(0deg) translate(0px, 0px);
        transform: rotate(0deg) translate(0px, 0px);
        top: 16px;
        left: 7px;
        opacity: 0;
    }
    
    div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        height: 0;
        opacity: 0;
        transition: height 0.3s ease-in-out, 
                    opacity 0.1s ease-in-out 0.2s;
    }
    
    .header-menu a {
        font-size: 0.875em;
    }
    
    .header-menu .hs-menu-wrapper ul li.hs-menu-depth-1 a {
        color: rgb(77, 76, 76);
        width: 75%;
        padding: 10px 5px;
    }

    div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li a {
        color: rgb(77, 76, 76);
        padding-left: 40px;
        font-size: 1.025em;
    }
    
    div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li a br {
        display: none;
    }
    
    div.header-container:hover > div.row-fluid-wrapper div.row-fluid div.header-menu-container div.row-fluid-wrapper div.row-fluid #menu-toggle div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul {
        top: 0;
        box-sizing: border-box;
        overflow-y: auto;
    }
    
    #menu-toggle input:checked ~ div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul {
        -ms-transform: scale(1.0, 1.0);
        -webkit-transform: scale(1.0, 1.0);
        -moz-transform: scale(1.0, 1.0);
        -o-transform: scale(1.0, 1.0);
        transform: scale(1.0, 1.0);
        top: 0;
        box-sizing: border-box;
        overflow-y: auto;
    }
    
    div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-menu-depth-1 {
        height: auto;
        opacity: 0;
        width: 100%;
        float: left;
        padding-bottom: 20px;
    }

    div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li {
        height: 0;
        opacity: 0;
        visibility: visible;
    }
    
    #menu-toggle input:checked ~ div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-menu-depth-1 {
        opacity: 1; 
        transition: opacity 0.5s cubic-bezier(0.77,0.2,0.05,1.0) 0.2s;
        z-index: 2147483505;
        background-color: rgba(255,255,255,1);
    }
    
    #menu-toggle input:checked ~ div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li:last-child {
        opacity: 1; 
        transition: opacity 0.5s cubic-bezier(0.77,0.2,0.05,1.0) 0.2s;
    }
    
    #menu-toggle input:checked ~ div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li:nth-last-child(2) {
        opacity: 1; 
        transition: opacity 0.5s cubic-bezier(0.77,0.2,0.05,1.0) 0.2s;
    }
    
    #menu-toggle input:checked ~ div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li:nth-last-child(3) {
        opacity: 1; 
        transition: opacity 0.5s cubic-bezier(0.77,0.2,0.05,1.0) 0.2s;
    }
    
    #menu-toggle input:checked ~ div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li:nth-last-child(4) {
        opacity: 1; 
        transition: opacity 0.5s cubic-bezier(0.77,0.2,0.05,1.0) 0.2s;
    }
    
    #menu-toggle input:checked ~ div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li:nth-last-child(5) {
        opacity: 1;
        transition: opacity 0.5s cubic-bezier(0.77,0.2,0.05,1.0) 0.2s;
    }
    
    #menu-toggle input:not(:checked) ~ div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-menu-depth-1 {
        transition: opacity 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }
    
    #menu-toggle input:not(:checked) ~ div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li:first-child {
        transition: opacity 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }
    
    #menu-toggle input:not(:checked) ~ div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li:nth-child(2) {
        transition: opacity 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }
    
    #menu-toggle input:not(:checked) ~ div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li:nth-child(3) {
        transition: opacity 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }
    
    #menu-toggle input:not(:checked) ~ div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li:nth-child(4) {
        transition: opacity 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }
    
    #menu-toggle input:not(:checked) ~ div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li:nth-child(5) {
        transition: opacity 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }

    #menu-toggle input:checked ~ div div span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper {
        -ms-transform: scale(1.0, 1.0);
        -webkit-transform: scale(1.0, 1.0);
        -moz-transform: scale(1.0, 1.0);
        -o-transform: scale(1.0, 1.0);
        transform: scale(1.0, 1.0);
    }

    #menu-toggle {
        top: 0px;
    }
    
    #menu-toggle input:checked ~ span, #menu-toggle input:not(:checked) ~ span {
        z-index: 23;
    }
    
    #menu-toggle input:checked ~ span {
        background: rgba(77, 76, 76, 1);
    }
    
    #sidebar {
        display: none;
    }
  
  	.footer-p p {
        padding: 10px 20px 10px 0;
    }
    
    div.row-fluid-wrapper div.row-fluid .footer-column {
        width: 100%;
        float: left;
    }
  
  	div.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
  			width: 50%;
      	float: left;
		}
    
    div.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        width: auto;
        padding-left: 0;
    }
    
    .footer-icons div:last-child a {
        float: left;
    }
    
    /*
    *
    * Form
    *
    */
    
    .form {
        text-align: left;
    }
    
    .general-form.form .hs-form fieldset.form-columns-2 .hs-form-field {
        width: 100%;
    }
  	
  	.post-container .form .hs-form fieldset.form-columns-2 .hs-form-field {
      	width: 100%;
  	}
  
  	.post-container .form .hs-form fieldset.form-columns-2 .hs-form-field:nth-child(1) .input {
        padding-right: 0;
        padding-left: 0;
    }

    .post-container .form .hs-form fieldset.form-columns-2 .hs-form-field:nth-child(2) .input {
        padding-left: 0;
        padding-right: 0;
    }
    
    /*
    *
    * General Form
    *
    */
    
    .general-form {
        text-align: left;
    }
    
    .general-form .hs-form fieldset.form-columns-3 .hs-form-field, .general-form .hs-form fieldset.form-columns-2 .hs-form-field {
        width: 50%;
        float: left;
    }
    
    .general-form .hs-form fieldset:first-child>div:last-child {
        position: relative;
        width: 100%;
    }
    
    .general-form .hs-form fieldset:nth-child(2) > div {
        width: 100%;
    }
    
    .hs-form fieldset.form-columns-3 div.hs_message div.input {
        margin-right: 0;
    }
    
    .general-form .smart-field.field.hs-form-field {
        width: 100%;
    }
    
    /*
    *
    * Email Form
    *
    */
    
    .general-form.email-form .hs_email.field.hs-form-field {
        width: 100%;
    }
    
    .general-form.email-form .hs_submit {
        width: 100%;
        text-align: center;
    }
    
    .general-form.email-form input.hs-button.primary.large {
        margin: 10px 0;
    }
    
    /*
    *
    * Download Form
    *
    */
    
    .general-form.download-form .hs_email.field.hs-form-field {
        width: 100%;
    }
    
    .general-form.download-form .smart-field.field.hs-form-field {
        width: 100%;
    }
    
    .general-form.download-form .hs_submit {
        width: 100%;
        text-align: center;
    }
    
    .general-form.download-form input.hs-button.primary.large {
        margin: 10px;
    }
    
    /*
    *
    * Radio Form
    *
    */
    
    .general-form.radio-form .hs-form fieldset.form-columns-2 .hs-form-field {
        width: 100%;
    }
    
    .general-form.radio-form .hs-form fieldset.form-columns-2 .hs-form-field:nth-child(2) {
        width: 100%;
    }
    
    .general-form.radio-form {
        text-align: center;
    }
    
    .general-form.radio-form div.input ul.inputs-list.multi-container {
        padding-left: 0;
    }
    
    .general-form.radio-form .hs_email.field.hs-form-field {
        margin-top: 0;
    }
    
    /*
    *
    * Topic Form
    *
    */
    
    .general-form.topic-form .hs-form fieldset:nth-child(2) > div:last-child {
        position: relative;
        width: 100%;
    }
    
    .general-form.topic-form .hs-form fieldset:nth-child(3) > div,
    .general-form.topic-form .hs-form fieldset:nth-child(4) > div {
        width: 100%;
    }
    
    .general-form.topic-form .hs-form fieldset.form-columns-2 .hs-form-field {
        width: 100%;
    }
    
    .general-form.topic-form .hs_submit {
        width: 100%;
        text-align: center;
    }
    
    .general-form.topic-form input.hs-button.primary.large {
        margin: 10px;
    }
    
    /*
    *
    * Email and Message Form
    *
    */
    
    .general-form.email-message-form .hs_submit {
        width: 100%;
        text-align: center;
    }
    
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  	.lang_list_class {
        left: 750px;
      	margin: 10px 5px;
    }
  	.row-fluid .widget-type-language_switcher {
        height: 0;
    }
  	.row-fluid .widget-type-language_switcher .cell-wrapper.layout-widget-wrapper {
        height: 0;
    }
  	.row-fluid .widget-type-language_switcher .cell-wrapper.layout-widget-wrapper span {
        height: 0;
    }
  	.row-fluid .widget-type-language_switcher .cell-wrapper.layout-widget-wrapper span .lang_switcher_class {
        height: 0;
    }
  	.row-fluid .widget-type-language_switcher .cell-wrapper.layout-widget-wrapper span .lang_switcher_class .globe_class {
        height: 0;
    }
  	div.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        width: 100%;
    }
    div.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
        width: 25%;
        float: left;
    }
}



@media screen and (max-width: 600px) { 
    
  
    body div#hs-eu-cookie-confirmation {
        width: 100%;
    }
    
    body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
        width: 50%;
    }
    
    body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
        width: 50%;
    }
}



@media screen and (max-width: 480px) {

    .general-form .hs-form fieldset.form-columns-3 .hs-form-field, .general-form .hs-form fieldset.form-columns-2 .hs-form-field {
        width: 50%;
        float: left;
    }
    
    .general-form .hs-form fieldset:first-child > div:last-child {
        position: relative;
        width: 100%;
    }
    
    .general-form form fieldset:nth-child(2)>div {
        width: 100%;
    }
    
    .hs-form fieldset.form-columns-3 div.hs_message div.input {
        margin-right: 0;
    }
    
    .general-form input.hs-button.primary.large {
        margin-left: 10px;
    }
    
    body .general-form form div.hs_message.field.hs-form-field div.input textarea.hs-input,
    body .general-form form div.field.hs-form-field div.input input.hs-input {
        width: 100%;
    }
    
    .footer-icons a {
        width: 40px;
        height: 40px;
    }
    
}

@media screen and (max-width: 340px) {  
    html, body {
        font-size: 12px;
    }
}

@media only screen and (max-height: 700px) {
    div.leadinModal.leadinModal-theme-default {
        padding-top: 300px;
    }
}

@media only screen and (max-height: 520px) {
    div.leadinModal.leadinModal-theme-default {
        padding-top: 100px;
    }
}

@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
    .form .hs-form .form-columns-1 .hs-input {
        width: 95%;
    }
}




