/* Theme base styles */

/* @import url('http://example.com/example_style.css'); */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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



@font-face {
    font-family: Untitled Sans;
    src: url(https://cdn2.hubspot.net/hubfs/484933/Website2018/Fonts/UntitledSansWeb-Regular.woff);
}

@font-face {
    font-family: Untitled Sans Bold;
    src: url(https://cdn2.hubspot.net/hubfs/484933/Website2018/Fonts/UntitledSansWeb-Medium.woff);
}

@font-face {
    font-family: AleoRegular;
    src: url(https://cdn2.hubspot.net/hubfs/484933/Website2018/Fonts/aleo-regular-webfont.woff);
}

@font-face {
    font-family: AleoRegularItalic;
    src: url(https://cdn2.hubspot.net/hubfs/484933/Website2018/Fonts/aleo-italic-webfont.woff);
}

@font-face {
    font-family: AleoBold;
    src: url(https://cdn2.hubspot.net/hubfs/484933/Website2018/Fonts/aleo-bold-webfont.woff);
}

@font-face {
    font-family: AleoBoldItalic;
    src: url(https://cdn2.hubspot.net/hubfs/484933/Website2018/Fonts/aleo-bolditalic-webfont.woff);
}


html, body { margin: 0; padding: 0; font-weight: normal; }

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus { outline: none !important; }
html, body {
  color: #14181E;
  background-color: #FAFAFA;
  font-family: "Untitled Sans", sans-serif;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}


.dpr-blur {
    max-width: 100%;
    overflow: hidden;
}

/*asddd*/


/* sc-component-id: sc-keyframes-goBTJd */
@-webkit-keyframes goBTJd{0%{-webkit-transform:translateX(0);-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}50%{-webkit-transform:translateX(100%);-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);}50.01%{-webkit-transform:translateX(-100%);-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);}to{-webkit-transform:translateX(0);-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}} 
@keyframes goBTJd{0%{-webkit-transform:translateX(0);-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}50%{-webkit-transform:translateX(100%);-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);}50.01%{-webkit-transform:translateX(-100%);-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);}to{-webkit-transform:translateX(0);-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}}

@-webkit-keyframes nav{-webkit-transform:translateX(-100%);-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);}to{-webkit-transform:translateX(0);-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}} 
@keyframes nav{-webkit-transform:translateX(-100%);-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);}to{-webkit-transform:translateX(0);-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}}

/* Keyframes for the fade-in */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(0%);
	}		
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translateY(0%);
	}	
}
@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(0%);
	}
	100% {
		-webkit-transform: translateY(-100%);
	}	
}


@keyframes LeftToRight {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes MobileLeftToRight {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 8px);
  }
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0,20px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,20px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    opacity: 0
}



.fadeInUp {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
  animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}


i { font-style: normal; }

h1, h2, h3, h4, .widget-type-email_subscriptions_confirmation .success, span.subscribe-title { font-family: "Untitled Sans Bold", sans-serif; font-weight: normal; color: #14181e; }

.small-title h2, .blog-listing-wrapper .post-header h3 { font-family: "Untitled Sans", sans-serif; }
.solution-title span, .devblog-inner span, .footer-first-text span { font-family: "Untitled Sans Bold", sans-serif; }

a { position: relative; color: #14181E; text-decoration: none; padding-bottom: 3px; }
a:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #14181E; } 

.newmod a { color: #1770b0; }
.newmod a:after {
    width: 0;
    background: #1770b0;
    transition: 400ms cubic-bezier(0.190,1.000,0.220,1.000);
}

.newmod a:hover:after {
    width: 100%;
    transition: 400ms cubic-bezier(0.190,1.000,0.220,1.000);
}

html, body, table { font-size: 14px; line-height: 19px; letter-spacing: -0.01em; }
h1 { font-size: 32px;	line-height: 40px;  margin: 0 0 0.3em 0; letter-spacing: -0.03em;}
h2 { font-size: 26px;	line-height: 32px; margin: 0 0 0.5em 0; letter-spacing: -0.02em; }
h3 { font-size: 20px;	line-height: 26px; margin: 0 0 0.5em 0; letter-spacing: -0.02em; }
h4 { font-size: 16px;	line-height: 22px; margin: 0 0 0.5em 0; letter-spacing: -0.01em; }
h5 { font-size: 14px;	line-height: 20px; margin: 0 0 0.5em 0; letter-spacing: -0.01em;  }
h6, p.lead { font-size: 19px;	line-height: 26px; margin: 0 0 0.5em 0; letter-spacing: -0.03em; font-family: "Untitled Sans", sans-serif; font-weight: normal; color: #14181e; }
p  {	font-size: 14px; line-height: 19px; letter-spacing: -0.01em; margin: 0 0 0.5em 0; }
p.large  {	font-size: 14px;	line-height: 19px; margin: 0 0 0.5em 0; letter-spacing: -0.01em;  margin: 0 0 0.5em 0; }


@media screen and (min-width: 320px) {
  html, body, table { font-size: calc(14px + 3 * ((100vw - 320px) / 1380)); line-height:  calc(19px + 5 * ((100vw - 320px) / 1380)); }
  h1 { font-size: calc(32px + 20 * ((100vw - 320px) / 1380)); line-height:  calc(40px + 22 * ((100vw - 320px) / 1380)); }
  h2 { font-size: calc(26px + 12 * ((100vw - 320px) / 1380)); line-height:  calc(32px + 16 * ((100vw - 320px) / 1380)); }
  h3 { font-size: calc(20px + 5 * ((100vw - 320px) / 1380)); line-height:  calc(26px + 6 * ((100vw - 320px) / 1380)); }
  h4 { font-size: calc(16px + 3 * ((100vw - 320px) / 1380)); line-height:  calc(22px + 4 * ((100vw - 320px) / 1380)); }
  h5 { font-size: calc(14px + 2 * ((100vw - 320px) / 1380)); line-height:  calc(20px + 2 * ((100vw - 320px) / 1380)); }
  h6, p.lead { font-size: calc(19px + 3 * ((100vw - 320px) / 1380)); line-height:  calc(26px + 6 * ((100vw - 320px) / 1380)); }
  p { font-size: calc(14px + 3 * ((100vw - 320px) / 1380)); line-height:  calc(19px + 5 * ((100vw - 320px) / 1380)); }
  p.large { font-size: calc(14px + 1 * ((100vw - 320px) / 1380)); line-height:  calc(19px + 1 * ((100vw - 320px) / 1380)); }
  
}
@media screen and (min-width: 1700px) {
  h1 { font-size: 52px;	line-height: 62px; letter-spacing: -0.03em;  }
	h2 { font-size: 40px;	line-height: 48px; letter-spacing: -0.03em; }
  h3 { font-size: 25px;	line-height: 32px; letter-spacing: -0.04em; }
	h4 { font-size: 19px;	line-height: 26px; letter-spacing: -0.02em; }
	h5 { font-size: 16px;	line-height: 22px; letter-spacing: -0.02em; }
  h6, p.lead { font-size: 22px;	line-height: 32px; margin: 0 0 0.5em 0; letter-spacing: -0.04em; }
	p, html, body {	font-size: 17px;	line-height: 24px; font-weight: normal; letter-spacing: -0.02em; }
  p.large {	font-size: 15px;	line-height: 20px; font-weight: normal; letter-spacing: -0.02em; }
  
}

.page-center { max-width: 1490px; width: 100%; padding: 0 20px; margin: 0 auto !important; float: none !important; overflow: hidden; 
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box; }


.onethird, .single { width: calc(33.3% - 7%) !important; margin-left: 3.5% !important; margin-right: 3.5% !important; float: left; min-height: 1px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.twothirds, .double { width: calc(66.6% - 7%) !important; margin-left: 3.5% !important; margin-right: 3.5% !important; float: left; min-height: 1px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.onefourth { width: calc(25% - 6%) !important; margin-left: 3% !important; margin-right: 3% !important; float: left; min-height: 1px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.half { width: 46.5% !important; margin: 0; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.half:nth-child(2) { margin-left: 7%; }
.full { width: calc(100% - 7%) !important; margin-left: 3.5% !important; margin-right: 3.5% !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }



@media (max-width: 1100px) { 
  .onethird { width: calc(100% / 2 - 6%) !important; margin-left: 3% !important; margin-right: 3% !important; }
  .onefourth { width: calc(100% / 2 - 6%) !important; margin-left: 3% !important; margin-right: 3% !important; }
  .twothirds { width: calc(100% - 6%) !important; margin-left: 3% !important; margin-right: 3% !important; }
}

@media (max-width: 650px) { 
  .onethird { width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; }
  .onefourth { width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; }
  .twothirds { width: 100% !important; margin-left: 0 !important; margin-right: 0 !important;  }
  .full { margin-left: 0 !important; margin-right: 0 !important; width: 100% !important; float: left; }
  .half { width: 100% !important; margin: 0; }
  .half:nth-child(2) { margin-left: 0; }
  .page-center { padding: 0 5%; }
  .dpr-solteq-link {
    width: 100%;
    float: left;
}
}



.section ul { margin: 0 0 25px 0; padding-left: 20px; } 
.section ul li { margin: 5px 0; }

/* HEADER */
.home .header-container-wrapper { padding: 23.5px 30px; width: 100%; float: left;  z-index: 100; position: fixed; left: 0; top: 0; width: 100%; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.3s ease-in-out; }
.top-wrapper { padding: 23.5px 30px; width: 100%; float: left; background: #FFF; z-index: 999; position: relative; left: 0; top: 0; width: 100%; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.3s ease-in-out; }
.top-wrapper.prep.fixed { position: fixed; top: 0; left: 0; width: 100%; background: #FAFAFA; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.3s ease-in-out; }
.top-wrapper.prep { position: fixed; top: -100%; left: 0; width: 100%; background: #FAFAFA; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.3s ease-in-out; }
.top-wrapper .left-section { display: flex; align-items: center; width: auto; float: left; }
.top-wrapper .right-section { width: auto; float: right; display: flex; align-items: center; }
.top-wrapper .menu-icon, .top-wrapper .close-icon { margin-right: 20px; float: left; cursor: pointer; position: relative; width: 30px; height: 33px;  }
.top-wrapper .bar1, .top-wrapper .bar2,  .top-wrapper .bar3 {
  width: 30px;
  height: 3px;
  background-color: #14181E;
  margin: 6px 0;
  transition: 0.4s;
}

@media (min-width: 991px) {
  .top-wrapper .menu-icon, .top-wrapper .close-icon, .main-navigation .main-navigation-nav { display: none; }
  
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 5px 0;
    white-space: unset;
    max-width: unset;
   text-overflow: unset;
  overflow: initial;
}


.top-wrapper .close-icon .bar1, .top-wrapper .close-icon  .bar3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 30px;
  margin: 0;
  left: 10px;
  background-color: #14181E;
}
.top-wrapper .close-icon .bar1, .second-level-menu .top-wrapper .close-icon .bar1 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.top-wrapper .close-icon .bar3, .second-level-menu .top-wrapper .close-icon .bar3 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.second-level-menu .top-wrapper, .third-level-menu .top-wrapper { padding: 0; }
.second-level-menu .top-wrapper .bar1, .second-level-menu .top-wrapper .bar2,  .second-level-menu .top-wrapper .bar3, .third-level-menu .top-wrapper .bar1, .third-level-menu .top-wrapper .bar2,  .third-level-menu .top-wrapper .bar3 { background-color: #14181E; }



.main-nav ul li { width: 100%; position: relative; }
.main-nav ul li a {
  display: block !important;
  white-space: unset !important; 
  max-width: 100% !important;
  overflow: unset !important;
  text-overflow: unset !important;
  text-decoration: none !important;
  position: relative;
}


.main-nav ul li a:after { background: none; content: ''; }

.first-level-menu ul li ul {
    visibility: hidden !important;
    opacity: 0 !important;
    position: relative !important;
    z-index: 10;
    left: 0;
    height: 0;
    top: -40px !important;
    position: absolute;
}


.first-level-menu ul li ul li a { width: 100% !important; }


.first-level-menu ul.show-first, .first-level-menu ul.show-second {
   height: 100%;
  visibility: visible !important;
    opacity: 1 !important;
  margin-top: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important; -moz-transition: all .4s ease-in-out !important; -o-transition: all .4s ease-in-out !important;
      top: 0 !important;
}
.menu-group { display: flex; width: 100%; float: left; height: calc(100vh - 18vh); flex-wrap: wrap; margin-top: 18vh; }
.main-nav .logo img.dark { display: block !important; }
.main-nav .logo img.white { display: none !important; }


.main-nav .top-wrapper {  position: fixed; top: 0; left: 0; background: #14181E; opacity: 0; }
.top-wrapper .logo { width: 120px; float: left; height: auto; line-height: 1em; }
.top-wrapper .logo a:after { background: none; }
.top-wrapper .logo img { height: auto; }
.top-wrapper .lang-divider { margin: 0 15px; background: #D6DAE1; float: left; width: 1px; height: 28px; }
.main-nav .top-wrapper .lang-divider { background: rgba(196,196,196,0.5); } 
.top-wrapper h5.lang, .top-wrapper h5.country { float: left; margin: 0; position: relative; cursor: pointer; }
.top-wrapper h5.lang:after, .top-wrapper h5.country:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    bottom: -1px;
    right: -17px;
    color: #14181E;
    font-weight: 900;
    font-size: 14px;
   transition: all .3s ease;
}
.top-wrapper h5.lang.open:after, .top-wrapper h5.country.open:after { transform: rotate(180deg);  }
  
  
.main-nav .top-wrapper h5.lang { color: #FAFAFA; }
.top-wrapper .search-btn { float: right; font-size: 24px; margin-top: 3px; }

.main-navigation-nav ul { padding: 0; margin: 0 !important; list-style: none; display: flex !important; }
.main-navigation-nav ul li { margin-right: 30px; }
.main-navigation-nav ul li span, .main-navigation-nav ul li a { font-size: 16px; line-height: 22px; letter-spacing: -0.02em; font-family: "Untitled Sans Bold", sans-serif; position: relative; padding-bottom: 5px; cursor: pointer; }
.main-navigation-nav ul li span:after, .main-navigation-nav ul li a:after {
    width: 0;
    background: linear-gradient(0deg, #8fb8cc 0%, #5c8a99 100%);
    transition: 400ms cubic-bezier(0.190,1.000,0.220,1.000);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
}

.main-navigation-nav ul li:hover span:after, .main-navigation-nav ul li:hover a:after, .main-navigation-nav ul li a.active:after { width: 100%;  }

.main-navigation {
    opacity: 0;
    visibility: hidden;
    height: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    width: 100% !important;
    z-index: 998;
    background: #FFF;
    min-height: 0px;
    -webkit-transition: 300ms .3s cubic-bezier(0.47, 0, 0.75, 0.72);
    -moz-transition: 300ms .3s cubic-bezier(0.47, 0, 0.75, 0.72);
    -o-transition: 300ms .3s cubic-bezier(0.47, 0, 0.75, 0.72);
   transition: 300ms cubic-bezier(0.47, 0, 0.75, 0.72);
}
.main-navigation.show-nav { opacity: 1; visibility: visible; height: auto; top: 79px; border-top: 1px solid #E6E6E6; -webkit-transition: 500ms cubic-bezier(0.19, 1, 0.22, 1); -moz-transition: 500ms cubic-bezier(0.19, 1, 0.22, 1); -o-transition: 500ms cubic-bezier(0.19, 1, 0.22, 1); transition: 500ms cubic-bezier(0.19, 1, 0.22, 1);  }
.main-navigation.show-nav .main-nav .top-wrapper { opacity: 1; }
.main-navigation.show-nav .second-level-menu .top-wrapper { opacity: 0; }
.main-navigation.show-nav .second-level-menu.show-second .top-wrapper { opacity: 1; }

.main-navigation .main-nav .menu-group { opacity: 0; visibility: hidden;  }
.main-navigation.show-nav .main-nav .menu-group { opacity: 1; visibility: visible; transition-delay: 1s; -webkit-transition: opacity 1s ease-in; -moz-transition: opacity 1s ease-in; -o-transition: opacity 1s ease-in; transition: opacity 1s ease-in; }

.main-navigation .main-nav { display: flex; }
.main-navigation .first-level-menu { height: auto; padding: 30px; width: 27%; max-width: 500px; float: left; }
.main-navigation .second-level-menu { height: auto; width: 46%; max-width: 750px; margin-left: 30px; margin-right: 30px; float: left; box-sizing: content-box; }
.main-navigation .second-level-image { height: auto; width: 27%; max-width: 500px; float: left; display: none; margin-left: auto; }
.main-navigation .second-level-image.show-image { display: block; }
.main-navigation ul { width: 100%; }

.main-navigation .second-level-image.cta-content.gray { background: #F5F5F5; }
.main-navigation .second-level-image.cta-content.white { background: #FFF; border-left: 1px solid #E6E6E6; }
.main-navigation .second-level-image.cta-content.black { background: #14181E; }

.main-navigation .second-level-image.cta-content img { width: 100%; height: auto; }
.main-navigation .cta-sidebar-text { padding: 30px; color: #6e6f70; }
.main-navigation .cta-sidebar-text strong, .main-navigation .cta-sidebar-text p strong { color: #14181E; }
.main-navigation .cta-content.black .cta-sidebar-text strong, .main-navigation .cta-content.black .cta-sidebar-text p strong { color: #FFF; }
.main-navigation .cta-sidebar-text p { color: #6e6f70; }
.main-navigation .cta-content.black .cta-sidebar-text p { color: #AEAFB0; }
 
.main-navigation .cta-sidebar-button { background: #377387; border: 1px solid #377387; border-radius: 3px; font-size: 16px; line-height: 22px; letter-spacing: -0.02em; font-family: "Untitled Sans Bold", sans-serif; color: #FAFAFA; padding: 11px 30px; display: inline-block; margin: 15px 0 0; }
.main-navigation .cta-content.black .cta-sidebar-button { border-color: #FFF; color: #FFF; }
.main-navigation .cta-sidebar-button:after { content: 0; height: 0; width: 0; background: none; }
.main-navigation .cta-sidebar-button:hover { background: #FFF; color: #377387; border-color: #d6d9dd; }
.main-navigation .cta-content.black .cta-sidebar-button:hover { background: #FFF; color: #377387; }
            

.main-navigation.show-nav::-webkit-scrollbar, .main-navigation .first-level-menu::-webkit-scrollbar, .main-navigation .second-level-menu::-webkit-scrollbar, .main-navigation .third-level-menu::-webkit-scrollbar {
    display: none;
}
.main-navigation.show-nav, .main-navigation .first-level-menu, .main-navigation .second-level-menu, .main-navigation .third-level-menu {
    -ms-overflow-style: none;
}
.first-level-menu .more-link { color: #1770b0; cursor: pointer; }
.first-level-menu .more-link:after { content: '' !important; }
.first-level-menu .more-link:hover { background: none !important; }

.main-navigation .first-level-menu ul li a { font-size: 16px; line-height: 22px; letter-spacing: -0.02em; font-family: "Untitled Sans", sans-serif; padding-left: 0; padding: 8px 34px 8px 10px;}
.main-navigation .first-level-menu ul li ul li a.active:after, .main-navigation .first-level-menu ul li ul li a:hover:after { position: absolute; right: 10px; top: 50%; left: auto; bottom: auto; width: auto; height: auto; transform: translateY(-50%); content: '\f054';  font-family: "Font Awesome 5 Free"; color: #14181E; font-weight: 900; font-size: 16px;}

.top-wrapper .lang-section, .top-wrapper .country-section { position: relative; padding-right: 18px; }
.top-wrapper ul.lang-menu, .top-wrapper ul.country-menu { position: absolute; background: #FFF; width: 350px; z-index: 999; margin: 0; left: -25px; top: calc(100% + 30px); padding: 0 15px 15px; margin: 0; list-style: none; }
.top-wrapper ul.lang-menu li a, .top-wrapper ul.lang-menu li.active, .top-wrapper ul.country-menu li a, .top-wrapper ul.country-menu li.active { font-size: 16px; line-height: 22px; letter-spacing: -0.02em; font-family: "Untitled Sans", sans-serif; padding: 8px 34px 8px 10px; position: relative; float: left; width: 100%;  }
.top-wrapper ul.lang-menu li a:after, .top-wrapper ul.country-menu li a:after { content: ''; background: none; height: 0; width: 0; }
.top-wrapper ul.lang-menu li.active:after, .top-wrapper ul.country-menu li.active:after { position: absolute; right: 0px; top: 50%; left: auto; bottom: auto; width: auto; height: auto; transform: translateY(-50%); content: '\f00c';  font-family: "Font Awesome 5 Free"; color: #14181E; font-weight: 900; font-size: 16px; }
.top-wrapper ul.lang-menu li a:hover, .top-wrapper ul.country-menu li a:hover { background: #f5f5f5; border-radius: 3px; color: #377387; }

@media (max-width: 549px) {
 .top-wrapper ul.lang-menu, .top-wrapper ul.country-menu { width: 200px;  } 
}

@media (max-width: 399px) {
 .top-wrapper ul.lang-menu, .top-wrapper ul.country-menu { left: -100px;  } 
}

.main-navigation .first-level-menu ul li ul { padding-left: 0px; position: relative !important; opacity: 1 !important; visibility: visible !important; top: 0 !important; height: auto; }
.main-navigation .first-level-menu ul li.hs-menu-depth-1.hs-item-has-children:not(:first-child) { margin-top: 30px; }
.main-navigation .first-level-menu ul li.hs-menu-depth-1.hs-item-has-children > a { font-family: "Untitled Sans Bold", sans-serif; font-size: 19px; line-height: 26px; margin-bottom: 10px;}


.main-navigation .second-level-menu { padding: 30px; }
.main-navigation .second-level-menu ul li a { color: #14181E; font-size: 19px; line-height: 30px; letter-spacing: -0.025em; font-family: "Untitled Sans", sans-serif; padding-left: 0; padding-right: 20px; position: relative; float: left; width: 100%; }
.main-navigation .second-level-menu ul li.inactive a, .main-navigation .second-level-menu ul li.gray a { color: #848688; }
.main-navigation .second-level-menu ul li a:hover, .main-navigation .second-level-menu ul li a.active { color: #14181E; }
.main-navigation .second-level-menu a.has-children:after { position: absolute; right: 0; top: 50%; left: auto; bottom: auto; width: auto; height: auto; transform: translateY(-50%); content: '\f054'; color: #848688; font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 16px; }
.main-navigation .second-level-menu a.has-children:hover:after, .main-navigation .second-level-menu a.active:after { color: #14181E; }


.second-level-intro { padding: 0 15px 15px; margin-bottom: 15px; position: relative; }
.second-level-intro h5 { font-size: 25px; line-height: 32px; letter-spacing: -0.04em; font-family: "Untitled Sans Bold", sans-serif; font-weight: normal; color: #14181E; }
.second-level-intro:after { position: absolute; left: 15px; right: 15px; bottom: 0; width: calc(100% - 30px); height: 1px; background: #e6e6e6; content: ''; }
.second-level-intro, .second-level-intro p { color: #6E6F70; font-size: 17px; line-height: 24px;}
.second-level-intro .main-nav-cta { background: #377387; border: 1px solid #377387; border-radius: 3px; font-size: 16px; line-height: 22px; letter-spacing: -0.02em; font-family: "Untitled Sans Bold", sans-serif; color: #FFF; padding: 11px 30px; display: inline-block; margin: 15px 0 0; }
.second-level-intro .main-nav-cta:after { content: 0; height: 0; width: 0; background: none; }
.second-level-intro .main-nav-cta:hover { background: #FFF; color: #377387; border-color: #d6d9dd; }

.second-level-menu .menu-item { display: block; float: left; padding: 15px; width: 100%; position: relative; box-sizing: border-box;}
.second-level-menu .menu-item:hover { background: #f5f5f5; border-radius: 3px; }
.second-level-menu .menu-item a:after { background: none; }

.second-level-menu .menu-item .third-level-text p.third-level-title:after {
    width: 0;
    background: #14181E;
    transition: 400ms cubic-bezier(0.190,1.000,0.220,1.000);
  content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
}

.second-level-menu .menu-item:hover .second-level-text p.second-level-title:after { width: 100%;  }

/* with icon */

.second-level-menu .menu-item .third-level-text { width: 100%; float: left; }
.second-level-menu .menu-item .third-level-text p { letter-spacing: -0.01em; font-size: 15px; line-height: 21px; margin: 0; color: #6E6F70; }
.second-level-menu .menu-item .third-level-text p.third-level-title { font-family: "Untitled Sans Bold", sans-serif; color: #14181E; font-size: 16px; line-height: 22px; margin-bottom: 5px; position: relative; }
.second-level-menu .menu-item:hover .third-level-text p.third-level-title { color: #377387; }

.main-navigation .sub-menu-title { letter-spacing: -0.02em; color: #848688;  }


.main-nav .back-button { display: none !important; }
.main-nav .back-button img { height: 13px; margin-right: 10px; width: auto;  }


/* Overlay nav */
.top-wrapper .logo img.dark { display: block !important; }
.top-wrapper .logo img.white { display: none !important; }




  
.first-level-menu { display: none; }
  .first-level-menu.show-first { display: block;  }
  .first-level-menu.first-out { display: none;  }

  .second-level-menu { display: none; }
  .second-level-menu.show-second { display: block;  }
  .second-level-menu.second-out { display: none;  }

@media (min-width: 991px) {
  .main-navigation .top-wrapper { display: none; }
  .second-level-image.mobile { display: none !important; }
  .main-navigation .first-level-menu ul li ul li a.active { background: #f5f5f5; border-radius: 3px; }
  .main-navigation .first-level-menu ul li ul li a:hover { color: #377387; background: #f5f5f5; border-radius: 3px; }
}
@media (max-width: 990px) {
  .top-wrapper .right-section .main-navigation-nav { display: none; }
  .main-navigation.show-nav { top: 0; z-index: 9999; min-height: 100vh !important; min-height: 100%;  background-color: #f8f8f8; }
  .top-wrapper { padding: 23.5px 20px; transition: background 0.2s;}
  .top-wrapper .close-icon { position: absolute; width: 30px; height: 33px; top: 25px; left: 20px; }
  .top-wrapper .close-icon .bar1, .top-wrapper .close-icon .bar3 { background-color: #14181E !important; }
  
  .main-navigation .first-level-menu { width: 100%; }
  .main-navigation .second-level-menu { width: 100%; margin-left: 0px; margin-right: 0px; }
  .main-nav ul li.hide { display: block !important; }
  .main-nav ul li a.more-link { display: none !important; }

  .main-navigation .second-level-image:not(.mobile) { display: none; }
  .main-navigation .second-level-image { width: calc(100% + 40px) !important; max-width: calc(100% + 40px) !important; margin-left: -20px; margin-right: -20px; margin-bottom: -25px; margin-top: 50px; }
  .main-navigation .cta-sidebar-text { padding: 30px 20px; }
  
  .main-navigation-nav ul { display: block !important; }
  .main-navigation-nav ul li span, .main-navigation-nav ul li a, .first-level-menu ul li:not(.hs-item-has-children) a { letter-spacing: -0.01em; padding: 15px 25px 15px 0 !important; border-bottom: 1px solid #E6E6E6; }
  .first-level-menu ul li.hs-item-has-children a { padding-left: 0; padding-right: 0; float: left;}
  .main-navigation ul li a { padding-left: 0; }
  .main-navigation-nav ul li, .main-navigation-nav ul li a, .first-level-menu ul li a { width: 100%; position: relative; }
  .main-navigation-nav ul li a:after, .first-level-menu ul li:not(.hs-item-has-children) a:after { position: absolute; right: 10px; top: 50%; left: auto; bottom: auto; width: auto; height: auto; transform: translateY(-50%); content: '\f054';  font-family: "Font Awesome 5 Free"; color: #14181E; font-weight: 900; font-size: 16px; background: none;  }
  .main-navigation-nav ul li a:hover:after, .main-navigation-nav ul li a.active:after, .first-level-menu ul li a:hover:after, .first-level-menu ul li a.active:after { width: auto; }
  .first-level-menu { width: 100%; float: left; position: relative; }
  
  .first-level-menu { width: 100%; max-width: 100% !important; float: left; left: 100%; transition: left 0.3s; -webkit-transition: left .3s; -moz-transition: left .3s; -o-transition: left .6s; -ms-transition: left .3s;}
  .first-level-menu.show-first { width: 100% !important;  transition: left 0.3s;-webkit-transition: left .3s; -moz-transition: left .3s; -o-transition: left .3s; -ms-transition: left .3s;  left: 0;  }
  .first-level-menu.first-out { width: 100% !important;  transition: left 0.3s;-webkit-transition: left .3s; -moz-transition: left .3s; -o-transition: left .3s; -ms-transition: left .3s;  left: -100%;  }
  .second-level-menu {  width: 100%;  max-width: 100% !important; box-sizing: border-box !important; float: left; left: 100%; transition: left 0.3s; -webkit-transition: left .3s; -moz-transition: left .3s; -o-transition: left .3s; -ms-transition: left .3s;}
  .second-level-menu.show-second { width: 100% !important;  transition: left 0.3s; -webkit-transition: left .3s; -moz-transition: left .3s; -o-transition: left .3s; -ms-transition: left .3s; left: 0; }
  .second-level-menu .second-level-intro { width: 100%; float: left; padding: 0 0 15px 0; margin: 0; }
  .second-level-intro:after { left: 0; right: 0; width: 100%; }
  .second-level-menu .menu-item { padding: 30px 0; position: relative; }
  .second-level-menu .menu-item:hover { background: none; border-radius: 0; }
  .second-level-menu .menu-item a { float: left; width: 100%; }
  .second-level-menu .third-level-title { position: relative; padding-right: 25px; }
  .second-level-menu .third-level-title:before { position: absolute; right: 0; top: 0; content: url('https://484933.fs1.hubspotusercontent-na1.net/hubfs/484933/2020%20Website/Images/icon-arrow_right.svg'); width: 10px; height: 15px; }
  .second-level-menu .menu-item:after { position: absolute; content: ''; background: #E6E6E6; height: 1px; bottom: 0; left: 0; width: 100%; }
  
  .main-navigation .main-navigation-nav { padding: 100px 20px 25px 20px; position: relative; width: 100%; background: #FAFAFA; height: 100%; z-index: 95; }
  .main-navigation .first-level-menu, .main-navigation .second-level-menu { padding: 100px 20px 25px 20px; position: fixed; width: 100%; background: #FAFAFA;height: 100%; z-index: 99; overflow-y: scroll; display: block; }
  
  .main-nav .back-button { display: flex !important; align-items: center; float: left; position: relative; width: 100%; margin-bottom: 30px; padding: 10px 0; }
  .second-level-menu .top-wrapper, .third-level-menu .top-wrapper { display: block !important; margin-bottom: 40px; position: relative; height: 0 !important; background: none;padding-left: 45px; }
  .main-navigation .sub-menu-title { margin-bottom: 30px; }
  .second-level-menu ul, .third-level-menu ul { padding-left: 45px; }
  .second-level-menu .sub-menu-title, .third-level-menu .sub-menu-title { float: left; width: 100%; margin-top: -23px; font-size: 20px; line-height: 26px; letter-spacing: -0.02em; font-family: "Untitled Sans Bold", sans-serif; color: #14181E; }
  .main-navigation .second-level-menu ul li a { font-size: 16px; line-height: 20px; font-family: "Untitled Sans Bold", sans-serif; color: #14181E !important; padding-right: 20px; width: 100%; }
  .main-navigation .second-level-menu a.has-children:after { color: #14181E; } 
  .main-navigation .second-level-image.cta-content.white {border-left: 0; }
  .main-navigation #lang ul { padding-left: 45px; }
  .main-navigation .second-level-menu { border-right: 0; }
  .menu-group { margin-top: 90px; }
  .main-nav .top-wrapper { height: 83px; width: 100%; }
  .main-nav .top-wrapper { background: #FAFAFA; transition: background 0.2s;}
}


.header-search-module { display: block; opacity: 0; visibility: hidden; position: fixed; z-index: 0; width: 100% !important; height: 100%; top: 0%; left: 0; background: rgba(0,0,0,0.5); z-index: 9999; transition-delay: 0.3s; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.header-search-module.show-search { top: 0; left: 0; width: 100%; opacity: 1; z-index: 9999; visibility: visible; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.header-search-module.show-search .close-btn {  transition-delay: 0.2s; opacity: 1;}
.top-wrapper .search-btn.show-search {  opacity: 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.top-wrapper .search-btn {  opacity: 1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; cursor: pointer; padding-bottom: 5px; }
.header-search-module .close-btn { opacity: 0; float: right; cursor: pointer; position: absolute; top: 25px; right: 30px; width: 30px; height: 33px;  }
.header-search-module .bar1, .header-search-module .bar3 {
  width: 30px;
  height: 3px;
  background-color: #14181E;
  margin: 0;
  position: absolute;
  top: 10px;
  left: 0;
}

.header-search-module .close-btn .bar1 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
   background-color: #AEB2B9; 
}

.header-search-module .close-btn .bar3 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #AEB2B9; 
}

.header-search-module .close-btn:hover .bar1, .header-search-module .close-btn:hover .bar3 { background-color: #14181E; }



.lang_list_class {
    width: 70px !important;
  float: left;
  position: relative !important;
  padding: 0 !important;
  top: 12px !important;
  transform: none !important;
}
  
  .lang_list_class {
    position: relative !important;
    top: 1px !important;
  }

.language-switcher, .language-switcher ul{
  display: inline-block;
}

.language-switcher { position: relative; min-height: 0px !important; }
.lang_list_class li a.lang_switcher_link.active:before, .top-wrapper.fixed .lang_list_class li a.lang_switcher_link.active:before {
      content: '/';
    position: absolute;
    bottom: 0;
    right: -10px;
    color: #14181E;
    font-size: 17px;
}

.lang_list_class li a {
    font-family: "Untitled Sans Bold", sans-serif;
    font-size: 16px !important;
    line-height: 12px !important;
  float: left;
  position: relative;
  width: auto;
  text-align: left;
     margin-left: 13px;
  color: #14181E !important;
  padding: 0;
}
.top-wrapper.fixed .lang_list_class li a { color: #14181E !important; }

.lang_list_class li { position: relative; }

.lang_list_class li a:after, .top-wrapper.fixed .lang_list_class li a:after { 
  width: 0px;
    background: #14181E !important;
    left: 0;
    opacity: 1;
    bottom: -4px;
    height: 1px;
    transition: 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

  .lang_list_class li a:hover:after, .top-wrapper.fixed .lang_list_class li a:hover:after { 
    content: "";
    position: absolute;
    bottom: -4px;
    width: 100%;
    height: 1px;
    opacity: 1;
    background: #14181E !important;
    transition: 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.lang_list_class li a.lang_switcher_link.active {
  padding-right: 3px;
  color: #14181E !important;
  opacity: 0.5;
}

.top-wrapper.fixed .lang_list_class li a.lang_switcher_link.active { color: #14181E !important; }

.lang_list_class li a.lang_switcher_link.active:hover, .top-wrapper.fixed .lang_list_class li a.lang_switcher_link.active:hover {
    opacity: 1
}
.top-wrapper.fixed .lang_list_class li a.lang_switcher_link.active:hover:before { opacity: 0.5; }

.lang_list_class li:first-child {padding-top: 0 !important; }
.lang_list_class li { border: 0 !important; background: none !important; padding: 0 !important;}

.lang_list_class > li:first-child ~ li.active {
    display: block !important;
}
.globe_class { background: none !important; height: 0 !important; width: 0 !important; }
.lang_list_class:after, .lang_list_class:before { border: none !important; margin: 0 !important;  }

@media (max-width: 500px) {
  .lang-section { display: none !important; }
  .top-wrapper .lang-divider.second { display: none; }
  .top-wrapper .right-section { width: auto; }
}







/* FOOTER */
.footer { width: 100%; float: left; }
.footer-wrapper { padding: 70px 0 180px; background-color: #14181E; z-index: 1; }
.footer-logo img { max-width: 116px; width: 100%; height: auto; } 
.footer-logo a:after { background: none !important; }

.footer-menu ul li a, .languages, .languages a { 	color: #FAFAFA; font-family: "Untitled Sans Bold", sans-serif;	font-size: 24px; line-height: 44px; padding: 0 !important; text-decoration: none; margin-right: 30px; }
.languages a { margin-right: 0; }
.languages .slash { color: #BB52C7; margin: 0 5px; }

.footer-locations-header { font-size: 25px; line-height: 30px; font-family: "Untitled Sans Bold", sans-serif; margin-bottom: 1em; color: #FAFAFA; margin-top: 85px; }



.footer-wrapper a:after { width: 0; background: #FAFAFA; transition: 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000); }
.footer-wrapper a:hover { color: #FAFAFA; }
.footer-wrapper a:hover:after { width: 100%; transition: 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000); }

.footer-menu ul { padding: 0; margin-bottom: 0 !important; }
.footer-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a { margin-bottom: 15px; }
.footer-menu ul li a {
	max-width: 100% !important;
  display: inline-block !important; 
  width: auto;
  font-size: 21px;
  font-family: "Untitled Sans Bold", sans-serif;
  line-height: 30px;
  margin-right: 0;
  letter-spacing: -0.02em;
  color: #FAFAFA;
}
.footer-menu ul li ul { position: relative !important; opacity: 1 !important; visibility: visible !important; left: 0 !important; }

.footer-menu ul li ul li a {
	max-width: 100% !important;
  width: auto !important;
  display: inline-block !important;
  font-size: 16px;
  font-family: "Untitled Sans", sans-serif;
  line-height: 1.2em;
  margin-right: 0;
  letter-spacing: -0.015em;
  color: #848688;
  white-space: unset !important;
  padding-bottom: 3px !important;
}

.footer-menu ul li.hs-item-has-children:not(:first-child) { margin-top: 45px !important; }


.footer-bottom { padding-top: 25px;	border-top: 1px solid rgba(89,94,102,0.5); margin-top: 50px; }
.footer-bottom .row-fluid { display: flex; flex-wrap: wrap; align-items: center; }

.footer-social a { float: left; margin-right: 20px; height: 45px; width: 45px; border: 1px solid rgba(89, 94, 102, 0.5); border-radius: 100%; color: #FAFAFA; display: flex; align-items: center; justify-content: center; padding-bottom: 0; }
.footer-social a.linkedin { padding-bottom: 4px; }
.footer-social a:hover { border: 1px solid #FAFAFA; }
.footer-social a i { font: normal normal normal 19px/1 FontAwesome; }
.footer-social a:after { background: none !important; }



.footer-copyright, .footer-copyright a {	color: #848688;	font-size: 16px;	line-height: 30px; letter-spacing: -0.015em; }


/* Theme added */
.footer-inner { display: flex; flex-wrap: wrap; }
.footer-logo { width: 22%; }
.footer-menu-div { display: flex; flex-wrap: wrap; width: 78%;}
.footer-menu { width: calc(100% / 3); }
.footer-menu ul li { width: 100%; }
.footer-bottom { width: 100%; display: flex; flex-wrap: wrap; }
.footer-social { width: 40%; }
.footer-copyright { width: 60%; }

@media (max-width: 1208px) {
  
  .footer-social, .footer-copyright { width: 100% !important; float: left !important; }
  .footer-social, .footer-copyright { width: 100% !important; text-align: left; padding-bottom: 40px; float:left !important; margin: 0 !important; }
}


@media (max-width: 900px) {
  .footer-wrapper { padding: 50px 0; }
  .footer-logo { margin-bottom: 40px; }
  .footer-menu { width: 50% !important; float: left !important; margin: 0 !important; }
  .footer-menu.last  { width: 100% !important; float: left !important; }
  .footer-menu.last ul li.hs-item-has-children  { width: 50% !important; float: left !important; }
  
}

@media (max-width: 767px) {
  .footer-logo, .footer-menu-div { width: 100%; }
}

@media (max-width: 550px) {
  .footer-menu { width: 100% !important;  margin: 0 0 44px 0 !important; }
  .footer-menu.last ul li.hs-item-has-children  { width: 100% !important;  }
}



/* HOME PAGE */

.home .slider-section { padding: 30px 0 100px 0; background-color: #F5F5F5; display: block; }
.home .slider-section .widget-type-custom_widget, .home .slider-banner-hero, .home .header-container-wrapper, .home .slider-filter-wrapper  { min-height: 0px; }




.investors-menu { margin-top: 20px !important; }



table {
    display: table;
    position: relative;
    max-width: 100%;
    width: 100%!important;
    margin-bottom: 1.2em;
    font-size: 12px;
    font-size: .72727rem;
    line-height: 1.25;
    border-collapse: collapse;
  }
  thead td:last-child, thead th:last-child {
}
thead td, thead th {
   
}
td, tr {
    width: auto!important;
}
td, th {
    padding: 10px 20px;
    border: 0;
    text-align: left;
    font-size: 16px;
}
td { vertical-align: top; }
table, td, tr {
    height: auto!important;
}
strong { font-weight: normal !important; font-family: "Untitled Sans Bold",sans-serif; }
*, :after, :before {
    box-sizing: inherit;
}
user agent stylesheet
td, th {
    display: table-cell;
    vertical-align: inherit;
}
@media (min-width: 768px) {
tr td:first-child { padding-left: 0; }
tr td:last-child { padding-right: 0; }
}
tr { border-bottom: 1px solid rgba(20,24,30,0.16); }
tr:nth-child(even) { background: #F5F5F5; }

thead {
    font-family: "Untitled Sans Bold", sans-serif;
    -webkit-font-smoothing: antialiased;
}
thead tr {
  border-bottom: 4px solid #14181e;
}



@media only screen and (max-width: 767px) {
 
  table td {
  font-size: 9px;
  padding: 5px;
}
  
	/* Force table to not be like tables anymore */
	table:nth-of-type(1), table:nth-of-type(1) thead, table:nth-of-type(1) tbody, table:nth-of-type(1) th, table:nth-of-type(1) td, table:nth-of-type(1) tr,
  .ircal table, .ircal thead, .ircal tbody, .ircal th, .ircal td, .ircal tr{ 
		display: block; 
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	table:nth-of-type(1) thead tr, .ircal thead tr  { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { padding: 20px 0; }
	
	table:nth-of-type(1) td, .ircal td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
		padding-left: 50%; 
    font-size: 16px;
    text-align: right;
	}
	
	table:nth-of-type(1) td:before, .ircal td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 0px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
    font-size: 16px;
    color: #6c6c6c;
	}
	
	/*
	Label the data
	*/
	/* td:nth-of-type(1):before { content: "Päivämäärä"; }
	td:nth-of-type(2):before { content: "Kellonaika"; }
	td:nth-of-type(3):before { content: "Tapahtuma"; }
	td:nth-of-type(4):before { content: "Lisätiedot"; }
	td:nth-of-type(5):before { content: "Dokumentit"; } */

}


/* BLOG LISTING */
.blogtemplate.new .blog-wrapper { width: 100%; float: left; background-color: #F5F5F5; padding: 100px 0; }
.blogtemplate.new .blog-listing-wrapper { width: 100%; float: left;  background-color: #F5F5F5; }
.blogtemplate.new .post-listing { margin-left: -20px; margin-right: -20px; width: calc(100% + 40px); float: left; display: flex; flex-wrap: wrap; }
.blogtemplate.new .post-item { margin-bottom: 40px; background-color: #FFF; border-radius: 3px; width: calc(100% / 3 - 40px); margin-left: 20px; margin-right: 20px; float: left; }
.blogtemplate.new .post-item:hover { box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.04); }
.blogtemplate.new .post-item a:after { background: none; }

.blogtemplate.new .post-item .post-image { margin-bottom: 15px; height: 240px; width: 100%; margin: 0 0 24px -0; background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important;}
.blogtemplate.new .post-item .post-header { padding: 10px 30px 30px; float: left; }
.blogtemplate.new .blog-wrapper.investor .post-item .post-header { padding: 30px; }
.blogtemplate.new .post-item #hubspot-author_data, .blogtemplate.new .post-item #hubspot-author_data a { color: #21414B; }


.blogtemplate.new .post-item p { color: #21414B; }
.blogtemplate.new .post-item a.readmore { color: #1770b0; margin-top: 20px; float: left; }
.blogtemplate.new .post-item a.readmore:after { width: 0; background: #1770b0; transition: 400ms cubic-bezier(0.190,1.000,0.220,1.000); }
.blogtemplate.new .post-item a.readmore:hover:after { width: 100%; transition: 400ms cubic-bezier(0.190,1.000,0.220,1.000); }

.blogtemplate.new .post-item .post-header p strong { font-family: "Untitled Sans", sans-serif; color: #21414B; }

.blogtemplate.new .blog-pagination { width: 100%; display: block; position: relative; clear: both; margin-top: 30px; float: left; }
.blogtemplate.new .blog-pagination a, .blog-back, p.section-header, .bottom-blog-back { color: #14181E;	font-size: 21px;	line-height: 30px; text-decoration: none; }
.blogtemplate.new a.next-posts-link { float: right; font-family: "Untitled Sans Bold", sans-serif; }
.blogtemplate.new a.previous-posts-link { float: left;  font-family: "Untitled Sans Bold", sans-serif; }

.blogtemplate.new .devblog { background-color: #14181E; color: #FAFAFA; position: relative; }
.blogtemplate.new .devblog-inner { padding: 30px; top: 30px; left: 30px; right; 30px; bottom: 30px;}
.blogtemplate.new .devblog h2, .devblog h6, .devblog a { color: #FAFAFA; }
.blogtemplate.new .devblog a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.blogtemplate.new .devblog:after { background: none !important; }
.blogtemplate.new .devblog .arrow-img { position: absolute; bottom: 30px; left: 30px; font-size: 32px; }
.blogtemplate.new .arrow-img.normal { display: block; }
.blogtemplate.new .arrow-img.hover { display: none; }

.blog-back { font-family: "Untitled Sans Bold", sans-serif;	}
.blog-back a { max-width: 100% !important; color: #14181E; text-decoration: none; font-family: "Untitled Sans Bold", sans-serif; }
.blog-back i { margin-top: 5px; }
.blog-back a img, a.previous-posts-link img { height: 15px; width: 20px; vertical-align: middle; transform:rotate(180deg); margin-right: 10px; -webkit-transition: all .4s; transition: all .4s; transition-timing-function: ease-in-out; }
.blog-back a:hover img, a.previous-posts-link:hover img { margin-right: 20px;  margin-left: -10px; -webkit-transition: all .2s; transition: all .2s;  }

a.previous-posts-link:after, a.next-posts-link:after { background: none !important; }

.bottom-blog-back { text-align: right; color: #14181E; text-decoration: none; margin-top: 30px; }
.bottom-blog-back a { color: #14181E; text-decoration: none; font-family: "Untitled Sans Bold";}
.bottom-blog-back a img, a.next-posts-link img { height: 15px; width: 20px; vertical-align: middle; -webkit-transition: all .4s; transition: all .4s; transition-timing-function: ease-in-out; margin-bottom: 3px; }
.bottom-blog-back a:hover img, a.next-posts-link:hover img { margin-right: -10px; margin-left: 10px; -webkit-transition: all .2s; transition: all .2s;  }

.devblog:hover .arrow-img.normal {
  display: none;
}

.devblog:hover .arrow-img.hover {
  display: block;
}



@media (max-width: 960px) {
  .blogtemplate.new .post-item  { width: calc(100% / 2 - 40px); margin-left: 20px; margin-right: 20px; float: left; }
}

@media (max-width: 767px) {
  .blogtemplate.new .blog-wrapper { padding: 50px 0; }
}

@media (max-width: 620px) {
  .blogtemplate.new .post-item  { width: 100%; margin-left: 0px; margin-right: 0px; float: left; }
  .blogtemplate.new .post-listing { margin-left: 0px; margin-right: 0px; width: 100%;
}
}
  
  .error-template .main-content { display: flex; flex-wrap: wrap; align-items: center; }
  .error-template .main-content .custom_error_message a:after { background: none; }
.error-template .main-content .custom_error_message img { max-width: 34px; margin-right: 10px; }
.error-template .main-content .error-image { text-align: center; }
.error-template .main-content .error-image img { max-width: 300px; }
  
.teamtailor-jobs__job-title { display: inline-block !important; }
.teamtailor-jobs__job-info { display: block; }
  


/* LP */

.header--no-navigation .header-wrapper {
    padding: 59px 0;
    z-index: 9999;
    display: block;
    width: 100%;
    float: left;
    position: relative;
}

.solteq-lp { background: #f3f3f3; }
.solteq-lp .header-container-wrapper { z-index: 999; position: relative; }
.solteq-lp .header-wrapper.fixed { display: none !important; }
.solteq-lp .top-logo img { filter: invert(0); }
.solteq-lp .solution-bullets { padding: 0 0 0 0; }
.solteq-lp .banner-module { margin-top: -150px; z-index: 100; margin-bottom: 80px;}
.solteq-lp .services { margin-bottom: 60px; }
.form-wrapper { background-color: #FAFAFA; padding: 120px 0 220px 0;}

@media (min-width: 500px) {
fieldset.form-columns-2 .hs-form-field { width: 45% !important; }
 fieldset.form-columns-2 .hs-form-field:nth-child(2n) { float: right !important; }
}

@media (max-width: 480px) {
   form .form-columns-2 .hs-form-field .hs-input, form .form-columns-3 .hs-form-field .hs-input { width: 100% !important; }
}

.lp-form .hs-input:focus {
		border-bottom: 4px solid transparent;
    -moz-border-image: -moz-linear-gradient(0deg, #8fb8cc 0%, #5c8a99 100%);
    -webkit-border-image: -webkit-linear-gradient(0deg,0 0,0 100%,from(#8fb8cc),to(#5c8a99));
    border-image: linear-gradient(0deg, #8fb8cc 0%, #5c8a99 100%);
    border-image-slice: 1;
    box-shadow: none;
    outline: 0 none;
}

.lp-form .legal-consent-container .hs-dependent-field { float: left; width: 100%;  }

.lp-form .hs-form input[type=submit] { float: left; margin-top: 40px; }
.lp-form li.hs-form-booleancheckbox label, .hs-form li.hs-form-radio label {  color: #14181E; }
.hs-form li.hs-form-radio input { margin: 0 10px 0 0; }

.form-wrapper .form-title { font-family: "Untitled Sans Bold", sans-serif; }

  
@media (max-width: 1100px) {
  .header--no-navigation .header-wrapper { padding: 29px 0 0; }
  .solteq-lp .main-text { margin-top: 0; }
  .solteq-lp .solution-text .main-text p { margin: 0.5em 0 2em 0; }
  .solteq-lp .form-wrapper .section-title { display: none !important; }
}

@media (max-width: 1100px) {
  .solteq-lp .banner-module { margin-bottom: 40px; }
  .solteq-lp .services { margin-bottom: -90px; }
  .solteq-lp .solution-bullets { padding: 0 0 0 0; }
  .solteq-lp .form-wrapper { padding: 45px 0 125px 0; }
}

@media (max-width: 1200px) {
  .body-container--blog-post.blogtemplate.new .blog-wrapper { padding-top: 0 !important; }
  
  
  .twothirds-inner {
    width: auto !important;
    float: right !important;
}
}


@media (min-width: 1101px) {
  .blog-post-wrapper .post-author-link { display: none; }
}

@media (max-width: 1100px) {
  .main-section { margin-top: 30px; }
  .header-wrapper { padding: 29px 0 0; }
}

@media (max-width: 600px) {
  .back-button .hs_cos_wrapper_type_simple_menu { display: inline-block !important }
}



.back-button a:after, .front-page a:after, .solution a:after, .story a:after, .intro-bottom a:after, .blog-listing-wrapper a:after, .blog-back a:after { background: none; }


/* BLOG */

.blog-wrapper { padding: 0 0; }

.blog-listing-wrapper .post-item h2 { font-family: "Untitled Sans", sans-serif; }
.hs-blog-post .post-body, .hs-blog-post .post-body p {
  font-family: AleoRegular;

  letter-spacing: 0.002em;
}

a.authormore { cursor: pointer; }

.hs-author-avatar img { max-width: 500px; max-height: 500px; width:100%; height: auto; margin-bottom: 30px; }

p.longauthor { display: none; }
p.longauthor.visible { display: block; }
p.shortauthor { display: block; }
p.shortauthor.hidden { display: none; }

.hs-blog-post .post-body em {
  font-family: AleoRegularItalic;
}

.hs-blog-post .post-body strong {
  font-family: AleoBold;
}



.hs-blog-post .post-body strong em {
  font-family: AleoBoldItalic;
}

p.dateandreadtime { color: #6A6A6A;	font-size: 16px;	line-height: 30px; }

.blog-back { font-family: "Untitled Sans Bold", sans-serif;	}
.blog-back a { max-width: 100% !important; color: #14181E; text-decoration: none; font-family: "Untitled Sans Bold", sans-serif; }
.blog-back i { margin-top: 5px; }
.blog-back a img, a.previous-posts-link img { height: 15px; width: 20px; vertical-align: middle; transform:rotate(180deg); margin-right: 10px; -webkit-transition: all .4s; transition: all .4s; transition-timing-function: ease-in-out; }
.blog-back a:hover img, a.previous-posts-link:hover img { margin-right: 20px;  margin-left: -10px; -webkit-transition: all .2s; transition: all .2s;  }

.about-author-sec { margin-top: 80px; flex-wrap: wrap !important;}
h2.post-title { margin-top: 70px; }
.about-author-sec a { color: #14181E; }
p.author { font-size: 24px;	font-family: "Untitled Sans Bold", sans-serif;	line-height: 30px; margin: 30px 0 20px 0;}
.author-text { margin-left: 0 !important; padding-bottom: 30px; position: relative; }
.hs-author-social-links a { display: inline-block; color: #14181E; position:relative; float: left; margin-top: 10px; margin-right: 20px;}

.hs-author-social-links a.facebook {
    width: 46px;
    height: 46px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(https://484933.fs1.hubspotusercontent-na1.net/hubfs/484933/2020%20Website/Images/icon-fb.svg);
}
.hs-author-social-links a.facebook:hover {
    background-image: url(https://484933.fs1.hubspotusercontent-na1.net/hubfs/484933/2020%20Website/Images/icon-fb-stone-horizon.svg);
}

.hs-author-social-links a.linkedin {
    width: 46px;
    height: 46px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(https://484933.fs1.hubspotusercontent-na1.net/hubfs/484933/2020%20Website/Images/icon-linkedin.svg);
}
.hs-author-social-links a.linkedin:hover {
    background-image: url(https://484933.fs1.hubspotusercontent-na1.net/hubfs/484933/2020%20Website/Images/icon-linkedin-stone-horizon.svg);
}

.hs-author-social-links a.twitter {
    width: 46px;
    height: 46px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(https://484933.fs1.hubspotusercontent-na1.net/hubfs/484933/2020%20Website/Images/icon-x.svg);
}
.hs-author-social-links a.twitter:hover {
    background-image: url(https://484933.fs1.hubspotusercontent-na1.net/hubfs/484933/2020%20Website/Images/icon-x-stone-horizon.svg);
}

.hs-author-social-links a.website {
    width: 46px;
    height: 46px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(https://484933.fs1.hubspotusercontent-na1.net/hubfs/484933/2020%20Website/Images/icon-www.svg);
}
.hs-author-social-links a.website:hover {
    background-image: url(https://484933.fs1.hubspotusercontent-na1.net/hubfs/484933/2020%20Website/Images/icon-www-stone-horizon.svg);
}

.hs-author-social-links a:after { background: none; height: 0; }

.author-text:after { 
  content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 8px; 
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#8fb8cc), to(#5c8a99));
  background: -webkit-linear-gradient(right, #8fb8cc, #5c8a99);
  background: -moz-linear-gradient(right, #8fb8cc, #5c8a99);
  background: -o-linear-gradient(right, #8fb8cc, #5c8a99);
  background: linear-gradient(to right, #8fb8cc, #5c8a99);
}
#hubspot-topic_data { font-family: "Untitled Sans"; margin-top: 50px; color: #717171; font-size: 16px;	line-height: 30px; }

.related-section { margin-left: 0 !important; margin-top: 120px; margin-bottom: 50px; float: left !important; flex-wrap: wrap !important; }
p.section-header { font-family: "Untitled Sans Bold"; }
a.topic-link { font-family: "Untitled Sans"; color: #717171; font-size: 16px;	line-height: 30px; text-decoration: none; }
a.topic-link:after { background: #717171; }
.related_main { position: relative; padding-bottom: 30px;}
.related_main:after {
content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 8px; 
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#F2578F), to(#5c8a99));
  background: -webkit-linear-gradient(right, #8fb8cc, #5c8a99);
  background: -moz-linear-gradient(right, #8fb8cc, #5c8a99);
  background: -o-linear-gradient(right, #8fb8cc, #5c8a99);
  background: linear-gradient(to right, #8fb8cc, #5c8a99);
}

.related-section a:after { background: none; height: 0; }
.related-section .related-post-item a { color: #14181E;	font-family: "Untitled Sans";	font-size: 30px;	line-height: 42px; text-decoration: none; }
.related-section .related-post-item a:hover { opacity: 0.8; }
p.related-date { color: #898989; margin-top: 0.6em; margin-bottom: 0; }

.related-post-item { padding: 30px 0; border-top: 1px solid rgba(131,131,131, 0.16); }


.bottom-blog-back { text-align: right; color: #14181E; text-decoration: none; margin-top: 30px; }
.bottom-blog-back a { color: #14181E; text-decoration: none; font-family: "Untitled Sans Bold";}
.bottom-blog-back a img, a.next-posts-link img { height: 15px; width: 20px; vertical-align: middle; -webkit-transition: all .4s; transition: all .4s; transition-timing-function: ease-in-out; margin-bottom: 3px; }
.bottom-blog-back a:hover img, a.next-posts-link:hover img { margin-right: -10px; margin-left: 10px; -webkit-transition: all .2s; transition: all .2s;  }

.blogtemplate .subscribe-box { margin-top: 0; }
.blog-listing-wrapper .post-listing #hubspot-author_data { margin: 2px 0 17px 0; }
 
.dropdown-content { padding: 10px 0; position: relative; }
.blog-post-filter { margin-bottom: 30px; }
.blog-post-filter .dropdown-content:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: #14181E; }
.blog-post-filter .dropdown-content:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 4px; background: #14181E; }

.blog-post-filter:hover .dropdown-content:before, .dropdown-content.active:before {
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#8DD7F7), to(#8DC63F));
  background: -webkit-linear-gradient(to right, #8DD7F7, #8DC63F);
  background: -moz-linear-gradient(to right, #8DD7F7, #8DC63F);
  background: -o-linear-gradient(to right, #8DD7F7, #8DC63F);
  background: linear-gradient(to right, #8DD7F7, #8DC63F);
}
.blog-post-filter:hover .dropdown-content:after, .dropdown-content.active:after {
content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 4px; 
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#8DD7F7), to(#8DC63F));
  background: -webkit-linear-gradient(to right, #8DD7F7, #8DC63F);
  background: -moz-linear-gradient(to right, #8DD7F7, #8DC63F);
  background: -o-linear-gradient(to right, #8DD7F7, #8DC63F);
  background: linear-gradient(to right, #8DD7F7, #8DC63F);
}

.body-container--blog-post.blogtemplate.new .blog-section { margin-bottom: 80px; float: left; padding-top: 100px; max-width: 100%; }
.body-container--blog-post.blogtemplate.new .blog-section:not(.title) { padding-top: 0; }
.body-container--blog-post.blogtemplate.new .blog-section .blog-section { margin-bottom: 0; float: left; padding-top: 0; max-width: 100%; }


 .blog-post-filter h3, .blog-post-filter a {
  color: #14181E; font-size: 20px;	font-family: "Untitled Sans Bold", sans-serif;	line-height: 30px; text-decoration: none; cursor: pointer; margin: 0; position: relative;}
.blog-post-filter h3 i { position: absolute; right: 20px; top: 16px; transition: 0.70s; -webkit-transition: 0.70s; -moz-transition: 0.70s; -ms-transition: 0.70s; -o-transition: 0.70s; }
.blog-post-filter h3.open i { transform:rotateX(180deg); transition: 0.70s; -webkit-transition: 0.70s; -moz-transition: 0.70s; -ms-transition: 0.70s; -o-transition: 0.70s; }
.blog-post-filter ul { list-style: none; margin: 0; padding: 0;  }
.blog-post-filter ul li, .blog-post-filter h3 { padding: 10px 0; }

.blog-post-filter .filter-link-count { display: none !important }
  
.blog-listing-wrapper .post-image { height: 250px; background-repeat: no-repeat !important; background-position: center center !important; background-size: cover !important; }  
.blog-listing-wrapper .post-header { padding: 30px 0; }
.blog-listing-wrapper .post-header h3, .blog-listing-wrapper .post-header h3 a { 	color: #14181E;	font-size: 30px;	line-height: 42px; text-decoration: none; }

.post-header #hubspot-author_data, .post-header #hubspot-author_data a {	color: #898989;	font-size: 21px;	line-height: 30px; text-decoration: none; }
  



.blog-pagination { width: 100%; display: block; position: relative; clear: both; margin-top: 30px; }
.blog-pagination a { color: #14181E;	font-size: 21px;	line-height: 30px; text-decoration: none; }
a.next-posts-link { float: right; font-family: "Untitled Sans Bold", sans-serif; }
a.previous-posts-link { float: left;  font-family: "Untitled Sans Bold", sans-serif; }

.devblog { background-color: #14181E; color: #FAFAFA; position: relative; }
.devblog-inner { padding: 30px; top: 30px; left: 30px; right; 30px; bottom: 30px;}
.devblog h3, .devblog h5, .devblog a { color: #FAFAFA; }
.devblog:after { background: none !important; }
.devblog .arrow-img { position: absolute; bottom: 30px; left: 30px; font-size: 32px; }
.arrow-img.normal { display: block; }
.arrow-img.hover { display: none; }

.devblog:hover .arrow-img.normal {
  display: none;
}

.devblog:hover .arrow-img.hover {
  display: block;
}

.section-title { font-family: "Untitled Sans Bold", sans-serif;  }

@media (min-width: 601px) and (max-width: 1100px) {
  .blog-post-wrapper .left-sidebar {
    width: calc(100% - 6%) !important;
  }
  .auhtor-image { width: 35% !important; float: left !important; }
  .author-text { width: 59% !important; margin-left: 6% !important; float: left !important;}
    p.author { margin-top: 0}
  .about-author-sec { margin-bottom: 0px; }
} 
  
@media (max-width: 1100px) {
  .blog-listing-wrapper .blog-post-filter { width: 100% !important; margin-bottom: 50px; }
  h2.post-title { margin-top: 30px; }
  .post-header { padding-top: 50px; }
}

@media (min-width: 600px) {
  .privacy_small {text-align: right; }
}

.privacy_small a { overflow: hidden; display: inline-block; line-height: 1.2em; }
.privacy_small a:after {
  background: #898989;
  transition: all 0.8s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s;
}
.privacy_small a:hover:after { animation: goBTJd 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1 normal none running; }

@media (max-width: 650px) {
  .devblog a { position: absolute; bottom: 20px; left: 20px; min-height: 300px;}
  .devblog { min-height: 300px; }
  .section-title { margin-bottom: 40px; }
  .auhtor-image img { max-width: 300px; }
  .ratkaisumme-section.dark { padding-top: 90px; }
}

.recentblogs { margin-bottom: 100px; }
.success-listing .listing-wrapper { padding-bottom: 100px; }
.success-stories-list { flex-wrap: wrap; display: flex; }
  
.news-date { color: #898989; font-size: 21px; line-height: 30px; margin-bottom: 1em; }


@media (max-width: 767px) {
  .related-post-item a { font-size: 20px;	line-height: 28px; }
}  

.subscribe-options { width: 100%; position: relative; }
  
.email-prefs .item.hidden { display: none !important; }
.subscription-logo img { max-width: 148px; width: 100%; height: auto;}
.subscription-mainwrapper {padding: 150px 0 170px 0; }

.subscription-form { margin-top: 0 !important; }
.subscription-form input[type=submit] { float: left !important; }
.subscription-form h3 { font-size: 80%; }

.widget-type-email_subscriptions_confirmation br { display: none !important; }

.email-prefs .item .item-inner { border-radius: 0; border: 4px solid rgba(151,151,151,0.15); background: none;}
.email-prefs .item .item-inner.hovered, .email-prefs .item .item-inner.selected { 
  border: 4px solid transparent;
background: none;
-webkit-border-image: -webkit-gradient(linear,0 0,0 100%,from(#8dd7f7),to(#8dc63f));;
border-image: linear-gradient(to right,#8dd7f7,#8dc63f) 30 stretch;
}

.widget-type-email_subscriptions input[type="checkbox"] { height: 25px; }
.widget-type-email_subscriptions br { display: none; }
.widget-type-email_subscriptions p.header { margin-left: 0; }

.email-prefs p.header { font-family: "Untitled Sans Bold", sans-serif; }
#email-prefs-form h2 { margin-top: 30px; }

input#globalunsub { margin: 0; height:auto; }
  
.hs-button {
  padding: 12px 30px;
    width: auto;
    float: none;
    background: #377387;
    transition: all .2s ease-in-out;
    font-size: 16px;
    color: #fafafa;
    font-family: "Untitled Sans Bold";
    line-height: 22px;
    text-align: center;
    margin: 10px 0;
    border: 1px solid #377387;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    transition-timing-function: ease-in-out;
    -moz-appearance: none;
    -webkit-appearance: none;
}
  .hs-button:hover {
     background: #FFF;
     color: #377387;
    border-color: #d6d9dd;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.hs-button:after { background: none; height: 0; width: 0; content: ''; }

.hs-author-bio span {
    display:none;
}

html:lang(en) .hs-author-bio span:lang(en){
    display:inline;
}
html:lang(fi) .hs-author-bio span:lang(fi){
    display:inline;
}
html:lang(sv) .hs-author-bio span:lang(sv){
    display:inline;
}
html:lang(da) .hs-author-bio span:lang(da){
    display:inline;
}
html:lang(no) .hs-author-bio span:lang(no){
    display:inline;
}
.hs-author-bio {
    font-size: 0;

}
.hs-author-bio span {
    font-size: 21px;
    color: #14181E;
}
.blog-post-wrapper .hs-author-bio span {
  font-size: 16px;
  line-height: 1em;
}
.blog-post-wrapper .hs-author-bio {
  line-height: 22px;
}

.author-contact-link { margin: 20px 0 30px 0; display: inline-block; width: auto; overflow: hidden; }

.author-contact-link a:after { height: 3px; transition: all 0.8s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s; }
.author-contact-link a:hover:after { animation: goBTJd 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1 normal none running; }

.social-share-article { margin: 38px 0 60px 0; }
.social-share-article a.social-link { line-height: 30px; margin-right: 8px; height: 35px; width: 35px; display: inline-block; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; text-align: center; vertical-align: middle; background: #14181E; } 
.social-share-article a.social-link:after { background: none; height: 0; } 
.social-share-article img { vertical-align: middle; max-width: 19px; max-height: 19px; width: auto; height: auto;}


.blog-section h1.post-title {
    font-size: 62px;
    line-height: 65px;
    margin-top: 70px;
}

.blog-post-wrapper .blog-section h1 {
    font-size: 36px;
    line-height: 1.2em;
}
.blog-post-wrapper .blog-section h2 {
    font-size: 30px;
    line-height: 1.2em;
}
.blog-post-wrapper .blog-section h3 {
    font-size: 24px;
    line-height: 1.2em;
}
.blog-post-wrapper .blog-section h4, .blog-post-wrapper .blog-section h5, .blog-post-wrapper .blog-section h6 {
    font-size: 18px;
    line-height: 1.3em;
}

.blog-post-wrapper .blog-section h5 {
  font-family: "Untitled Sans", sans-serif;
  font-weight: normal;
}

.blog-post-wrapper .blog-section h6 {
  font-family: "AleoRegular", sans-serif;
  font-weight: normal;
  }

.blog-post-wrapper .blog-section h2 strong, .blog-post-wrapper .blog-section h3 strong {
font-family: "Untitled Sans Bold", sans-serif;
  font-weight: normal;
}

@media (max-width: 767px) {
  .blog-post-wrapper .blog-section h1 {
    font-size: 30px;
}
.blog-post-wrapper .blog-section h2 {
    font-size: 26px;
}
.blog-post-wrapper .blog-section h3 {
    font-size: 22px;
}
}

@media (max-width:600px){
    .blog-section h1.post-title {
        font-size: 30px;
        line-height: 40px;
    }

    .blog-section h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .blog-section h3 {
        font-size: 20px;
        line-height: 30px;
    }
}

.banner-module h1 {
    color:#fff;
    font-size:70px;
    line-height:80px;
}
.richtext-module h2 {
    margin: 90px 0 0.5em 0;
    letter-spacing: -0.03em; 
}

.richtext-module h3 {
    margin: 90px 0 0.5em 0;
    letter-spacing: -0.03em; 
}

@media (max-width: 800px){
    .banner-module h1 {
        font-size:60px;
        line-height:75px;
        margin-bottom:40px;
    }
}

@media (max-width: 600px){
    .banner-module h1 {
        font-size:30px;
        line-height:45px;
        margin-bottom:40px;
    }
}

.prpage .blog-section { float: left; width: 100%; } 
.prpage .blog-section.title { margin-bottom: 0; } 
  
  
  .vuosikertomus .subscribe-box { margin-top: 0; }


.vuosikertomus .vuosikertomus-text hr { color: rgba(20, 24, 30, 0.16); border-style: solid; margin: 50px 0; }
.vuosikertomus .vuosikertomus-text a { 
  display: inline-flex;
    width: auto;
    float: none;
    clear: both;
  font-family: "Untitled Sans Bold", sans-serif;
}

.vuosikertomus .vuosikertomus-text a:after { background: #14181E; width: 0; left: 40px;   transition: 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000);}
.vuosikertomus .vuosikertomus-text a:hover:after { width: 100%;  transition: 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000); animation: none; }

.vuosikertomus .vuosikertomus-text a:hover { text-decoration: none;   }

.vuosikertomus .partnerdiv { margin-top: 20px; }
.vuosikertomus .services { margin-bottom: 0; }
  
  @media (max-width: 650px) {
.vuosikertomus .vuosikertomus-text .solution {
    margin-bottom: 0px !important;
}
}

.search-result-page .header-search-module { display: none !important; }
.search-wrapper { padding: 80px 0 150px 0; }

.section-audio {
    margin-bottom: 40px;
    padding: 20px;
    background-color: #f5f5f5;
    border: 1px solid #E6E6E6; /* Add a 1px solid border with a light gray color */
    border-radius: 10px; /* Add rounded corners with a radius of 10px */
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */



/* Grouping content
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.content-wrapper {
  margin: 0 auto;
  padding: 0;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0;
}

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


/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}



  .hs-search-field__form {
    position: relative;
  }

  .header__search .hs-search-field__label {
    flex-basis: auto;
  }



.header__search .hs-search-field__input {
  
  height: 45px;
  padding: 0 0.7rem;
}



  .header__search .hs-search-field__button {
    padding: 0;
    fill: #000;
    background-color: transparent;
    border: none;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .header__search .hs-search-field__button svg {
    height: 25px;
  }


.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}