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

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

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

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

/* COLORS */
       /* Tumman sininen */
       /* Vaalean sininen */
       /* Oranssi */
       /* Tumma melkein musta */


/* FONTS */







/* NotoSansUi */

@font-face {
  font-family: 'NotoSansUI';
  src: url('//cdn2.hubspot.net/hubfs/1793567/Telko%202017/fonts/NotoSansUI-Regular.ttf');
}

@font-face {
  font-family: 'NotoSansUI';
  src: url('//cdn2.hubspot.net/hubfs/1793567/Telko%202017/fonts/NotoSansUI-Italic.ttf');
  font-style:italic;
}

@font-face {
  font-family: 'NotoSansUI';
  src: url('//cdn2.hubspot.net/hubfs/1793567/Telko%202017/fonts/NotoSansUI-BoldItalic.ttf');
  font-weight:bold;
  font-style:italic;
}

@font-face {
  font-family: 'NotoSansUI';
  src: url('//cdn2.hubspot.net/hubfs/1793567/Telko%202017/fonts/NotoSansUI-Bold.ttf');
  font-weight:bold;
}

/* Avenir */
@font-face{
	font-family:"Avenir";
	src:url("//cdn2.hubspot.net/hubfs/1793567/Telko%202023%20update/fonts/avenir-w01-45-book/065a6b14-b2cc-446e-9428-271c570df0d9.woff2") format("woff2"),
		url("//cdn2.hubspot.net/hubfs/1793567/Telko%202023%20update/fonts/avenir-w01-45-book/65d75eb0-2601-4da5-a9a4-9ee67a470a59.woff") format("woff");
}

@font-face{
	font-family:"Avenir Heavy";
	src:url("//cdn2.hubspot.net/hubfs/1793567/Telko%202023%20update/fonts/avenir-w04-85-heavy/032496ac-28bd-45e4-afbe-58b0cab7ea60.woff2") format("woff2"),
		url("//cdn2.hubspot.net/hubfs/1793567/Telko%202023%20update/fonts/avenir-w04-85-heavy/6db8dbc9-afe9-4493-b30f-2ab39478b032.woff") format("woff");
}

https://www.telko.com/hubfs/Telko%202023%20update/

/* Karelia */
@font-face {
	font-family: 'Karelia Web Regular';
	src: url('//cdn2.hubspot.net/hubfs/1793567/Telko%202023%20update/fonts/karelia/KareliaWeb-Regular.woff2') format('woff2'),
		url('//cdn2.hubspot.net/hubfs/1793567/Telko%202023%20update/fonts/karelia/KareliaWeb-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Karelia Web Medium';
	src: url('//cdn2.hubspot.net/hubfs/1793567/Telko%202023%20update/fonts/karelia/KareliaWeb-Medium.woff2') format('woff2'),
		url('//cdn2.hubspot.net/hubfs/1793567/Telko%202023%20update/fonts/karelia/KareliaWeb-Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

p strong,
strong,
strong > * {
  font-family:"Avenir Heavy","Avenir" !important;
  font-weight: 900 !important;
}


* {
  margin:0;
  padding:0;
  border:0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  word-break:break-word;
}

@-moz-document url-prefix() {
  * {
    word-wrap: break-word;
  }

  body .history-block-text-facts p {
    word-break:break-all;
  }

}

.content-wrapper {
  max-width:1440px;
  margin:0 auto !important;
  float:none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family:'Noto Sans', sans-serif;;
}
body.ru * {
  font-family:'Noto Sans', sans-serif; !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:'Noto Sans', sans-serif;;
  color:#153347;
}

h1,
.h1 {
  font-family: 'Karelia Web Regular', arial !important;
  font-size: clamp(24px, 10vw, 54px);
  font-weight: 600 !important;
  line-height: clamp(28px, 10vw, 58px);
}

h2,
.h2 {
  /*color: #05455F;*/
  font-family: 'Karelia Web Medium', arial !important;
  font-weight: 600 !important;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.2;
  /*	margin: 0 0 1rem;*/
}

h3, h3 span{
  font-family: "Avenir Heavy", arial !important;
  font-weight: 900 !important;
  font-size: clamp(18px,1vw,25px);
}

p {
  font-family:'Noto Sans', sans-serif;;
  font-size:15px;
  color:#153347;
  line-height:21px;
  /*
  margin: 0 0 1.5rem; 
  font-size: clamp(16px,2vw,19px);
  */
}

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 {
  font-size:15px;
  font-family: 'NotoSans',sans-serif !important;
  outline:none;
}

textarea {
  min-height:7.5rem;
}

::-webkit-input-placeholder {
  font-size:15px;
  color:#153347;
  font-family:'Noto Sans', sans-serif; !important;
}
:-ms-input-placeholder {
  font-size:15px;
  color:#153347;
  font-family:'Noto Sans', sans-serif; !important;
}
::-ms-input-placeholder {
  font-size:15px;
  color:#153347;
  font-family:'Noto Sans', sans-serif; !important;
}
::placeholder {
  font-size:15px;
  color:#153347;
  font-family:'Noto Sans', sans-serif; !important;
}

.form-section-bg .hs_gdpr_contact_type_purpose span {
  color:#153347;
}

.subscribe-container .legal-consent-container p {
  color: #153347;
  margin-bottom: 1em;
}

.subscribe-container .legal-consent-container p a {
  color:#153347; 
}

span {
  font-family:'Noto Sans', sans-serif;;
}

a {
  font-family: 'Noto Sans', sans-serif;;
}

.widget-type-rich_text a,
.post-body a{
  color: #f07a20;
  text-decoration: none;
}

.section-heading-line {
  margin:70px 0 50px;
}

.section-heading-line h2 {
  overflow:hidden;
  text-transform:uppercase;
  font-size:1.75rem;
}

.section-heading-line h2:after {
  content: "";
  display: inline-block;
  height: 1px;
  background-color: #153347;
  position: relative;
  vertical-align: middle;
  width: 100%;
  left: 3rem;
  margin-right: -200%;
}

/*.frontpage .body-container-wrapper > div > div.row-fluid-wrapper.row-depth-1.row-number-2 > div {
height: 48rem;
}*/

.body-container .row-depth-1 > div.row-fluid [class*="span"] {
  min-height: 0px;
}

.body-container {
  position: relative;
}

.body-container > div:nth-child(2n+2) {
  background: #f5f6f8;
}

.downloadables .body-container > div:nth-child(2) {
  background:#FFF;
}

.body-container > div:nth-child(4) {
  background:#FFF;
}

.body-container > div {
  background:#eaebed;
}

.body-container > div:last-child {
  border-bottom:0px;
  background:#FFF;
}


.hidden-cta-height {
  min-height:0px !important;
}

.show-this-section {
  min-height:0px;
  height:0px;
  display:none;
  padding:0;
  margin:0;
}

.error-page {
  height:100%;
}

body.error-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body.error-page > .body-container-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

body.error-page > .footer-container-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/*****************************************


HEADER GLOBAL GROUP


*****************************************/

.header-mobile-search-container #search-form {
  z-index: -1;
  display: none;
}

.header-mobile-search-container.header-nav-open-bg #search-form {
  z-index: 1;
  display: block;
}

.header-wrapper {
  position:fixed;
  z-index:10;
  background:#FFF;
  border-bottom:1px solid #153347;
}


.header-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family:'Noto Sans', sans-serif;;
}

.header-wrapper a {
  color:#153347;
}

.header-wrapper > div:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo-wrapper img {
  max-width:125px;
}

.header-wrapper > div:nth-child(3) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.header-main-nav-open {
  background-color:#153347 !important;
}
.en .header-main-nav-open {
  background-color: transparent !important;
}


.header-main-nav .hs-menu-depth-3 {
  /*  display:none !important;*/
}

.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: 160px;
  padding-bottom: 0;
  padding-top: 0;
}

.header-wrapper .header-main-nav .hs-menu-wrapper {
  /*  text-transform:uppercase;*/
  font-weight:bold;
}

.header-wrapper .header-main-nav .hs-menu-wrapper > ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 770px) {
  .en:not(.mobile-open) .header-wrapper .header-main-nav .hs-menu-wrapper > ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
}

.header-main-nav ul li.hs-menu-depth-1 {
  height: 100%;
  padding: 1.3rem 0;
  cursor:pointer;
}

.header-main-nav ul li.hs-menu-depth-1:hover {
  background:#153347;
  cursor:pointer;
}

.header-main-nav ul li.hs-menu-depth-1:hover a {
  color:#FFF;
}

.header-main-nav ul li.hs-menu-depth-1:hover > .hs-menu-children-wrapper {
  background:#153347;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  top: 5.22rem;
  padding: 3rem 1rem;
}

body.ru .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  top: 5rem;
}

.header-main-nav ul li.hs-menu-depth-1 .hs-menu-children-wrapper {
  font-weight: 400;
  text-transform:none;
}

.en .header-main-nav ul li.hs-menu-depth-1 .hs-menu-children-wrapper {
  text-transform:capitalize;
}

.header-main-nav ul li.hs-menu-depth-1 .hs-menu-children-wrapper li a:hover {
  color:#f07a20 !important;
}




.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  max-width:250px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  width:auto;
  max-width:250px;
}

.header-main-nav .hs-menu-wrapper > ul > li:nth-last-child(1),
.header-main-nav .hs-menu-wrapper > ul > li:nth-last-child(2) {
  display:none;
}
.en .header-main-nav .hs-menu-wrapper > ul > li:nth-last-child(2) {
  display: block;
}

body.ru .header-main-nav .hs-menu-wrapper > ul > li:nth-last-child(2) {
  display: block;
}

/* Show russian link item */
/*.ru .header-main-nav .hs-menu-wrapper > ul > li:nth-last-child(2) {
display:block;
}*/

.header-wrapper > div:nth-child(4) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
}

.en .header-wrapper > div:nth-child(4) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 10%;
  flex: 0 1 10%;
}

.header-wrapper > div:nth-child(4) > div > div {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-wrapper > div:nth-child(4) > div > div > div:nth-child(1) {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  text-align:center;
}

.header-wrapper > div:nth-child(4) > div > span > div:nth-child(2) {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
}


.language-nav a {
  font-size:1rem;
}

.language-nav-description a {
  font-size:1rem;
}

.header-wrapper .language-nav .hs-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.language-nav ul li.hs-menu-depth-1 {
  padding: 0 2.25rem;
}

.header-wrapper > div:nth-child(4) > div,
.header-wrapper > div:nth-child(4) > div > div {
  height:100%;
}

.header-wrapper > div:nth-child(4) > div > div > div:nth-child(2) {
  height:100%;
}

.header-wrapper > div:nth-child(4) > div > div > div:nth-child(2) > div {
  height:100%;
}

.header-wrapper > div:nth-child(4) > div > div > div:nth-child(2) > div > .language-nav {
  height:100%;
}

.header-wrapper > div:nth-child(4) > div > div > div:nth-child(2) > div > .language-nav > div {
  height:100%;
}

.header-wrapper .language-nav .hs-menu-wrapper {
  height:100%;
}

_::-webkit-full-page-media, _:future, :root .header-wrapper .language-nav .hs-menu-wrapper ul > li.hs-menu-depth-1 {
  padding:1.3rem 2.5rem;
}

_::-webkit-full-page-media, _:future, :root .header-wrapper .language-nav .hs-menu-wrapper ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;

}

_::-webkit-full-page-media, _:future, :root .header-wrapper > div:nth-child(4) > div > div {
  height:5rem;
}


.header-wrapper .language-nav .hs-menu-wrapper ul > li.hs-menu-depth-1 {
  height:100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}

.language-nav ul li.hs-menu-depth-1:hover,
.language-nav ul li.hs-menu-depth-1:hover .hs-menu-children-wrapper {
  background:#153347;
}

.language-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  padding: 3rem 2.35rem;
}

.language-nav ul li.hs-menu-depth-1 .hs-menu-children-wrapper a:hover {
  color:#f07a20;
}

.language-nav ul li.hs-menu-depth-1:hover a,
.language-nav ul li.hs-menu-depth-1:hover:after {
  color:#FFF;
}

.language-nav ul li.hs-menu-depth-1:hover:before {

}

.icon-en:before {
  background:url("https://cdn2.hubspot.net/hubfs/1793567/Telko%202017/icons/flag-english.png");
}

.icon-fi:before {
  background:url("https://cdn2.hubspot.net/hubfs/1793567/Telko%202017/icons/flag-finnish.png");
}

.icon-ru:before {
  background:url("https://cdn2.hubspot.net/hubfs/1793567/Telko%202017/icons/flag-russian.png");
}

.icon-cn:before {
  background:url("https://cdn2.hubspot.net/hubfs/1793567/Telko%202017/icons/flag-chinese.png");
}

.icon-pl:before {
  background:url("https://cdn2.hubspot.net/hubfs/1793567/Telko%202017/icons/flag-polish.png");
}


.language-nav ul > li.hs-menu-depth-1:before {
  position: absolute;
  left: 20px;
  top:27px;
  content:"";
  background-size: 1.75rem;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.75rem;
  height: 1.75rem;
}


.language-nav ul > li.hs-menu-depth-1 .hs-menu-depth-2 {
  position:relative;
  margin-bottom:0.5rem;
}

.language-nav ul > li.hs-menu-depth-1 .hs-menu-depth-2:before {
  position: absolute;
  left: -1.12rem;
  top:5px;
  content:"";
  background-size: 1.75rem;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.75rem;
  height: 1.75rem;
}

.language-nav ul > li.hs-menu-depth-1:after {
  font-family:'FontAwesome';
  content:"\f105";
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 25px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.language-nav-description {
  display:-webkit-box !important;
  display:-ms-flexbox !important;
  display:flex !important;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.language-nav-description a {
  text-decoration:none;
}

.language-nav-description a:hover {
  color:#f07a20;
}


/* Breadcrumb and search */

.breadcrumb a {
  color:#FFF;
  text-decoration:none;
}

.breadcrumb .last-crumb {
  color:#f07a20;
}

.breadcrumb-search-wrapper {
  background:#153347;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color:#FFF;
  margin-top:3.2rem;
}

.breadcrumb-search-wrapper > div:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb-search-wrapper > div:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.breadcrumb {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 8rem;
}

.frontpage .breadcrumb,
.blog-listing .breadcrumb {
  display: none !Important;
}

/* SEARCH ELEMENT */

.search-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}

.search-container > div:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
}

.search-container > div:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 16.5%;
  flex: 0 1 16.5%;
  text-align: center;
}

.search-container .hs-form input {
  background: transparent;
  outline: none;
  color:#FFF;
  font-size:15px;
  font-family: 'NotoSans', sans-serif !important;
}

.search-wrapper {
  border-left: 1px solid #FFF;
  padding: 0.85rem 0;
}

.search-container-closed > div:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 1%;
  flex: 0 0 1%;
  max-width:1px;
}

.search-container-open > div:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 0 40%;
  max-width:initial;
}

.search-icon-container {
  padding: 1.1rem 0;
  -webkit-transition:all 0.4s ease;
  -o-transition:all 0.4s ease;
  transition:all 0.4s ease;
  cursor:pointer;
}

.search-icon-container-open {
  background:#f07a20;
}

.search-icon-container:hover {
  background:#f07a20;
}

.search-container .input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
  font-size:15px;
}
.search-container .input input::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
  font-size:15px;
}
.search-container .input input:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
  font-size:15px;
}
.search-container .input input:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
  font-size:15px;
}

.header-search-wrapper .input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
  font-size:15px;
}
.header-search-wrapper .input input::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
  font-size:15px;
}
.header-search-wrapper .input input:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
  font-size:15px;
}
.header-search-wrapper .input input:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
  font-size:15px;
}

/* CSE SEARCH */

body .gsc-control-cse {
  padding: 0;
  background: transparent;
  border: 0;
}

body .gsc-input-box {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body .gsc-input-box input[type="text"] {
  background: transparent !important;
  color: #fff;
  border: 0 !important;
  text-indent: 0px !important;
}

body .gsc-input-box input[type="text"]::placeholder {
  color: #fff;
  opacity: 1; 
}

body .gsc-search-button {
  display: none !important;
}

.search-wrapper {
  overflow:hidden;
}

@media screen and (max-width: 770px){
  body .gsc-control-cse {
    padding: .5em;
  }

  body .gsc-results-wrapper-overlay {
    width: 90% !important;
    left: 5% !important;
  }
}


/*****************************************


BODY CONTENT


*****************************************/

/* Cookie banner */

body .cc_banner {
  width: 100%;
  padding: 1rem 0;
  text-align: center;
  background-color: rgba(21, 51, 71, 0.95);
  background: rgba(21, 51, 71, 0.95);
  color: rgba(21, 51, 71, 0.95);
}

body .cc_btn {
  background-color:transparent !important;
  color:#FFF !important;
}

body .cc_container .cc_message {
  color:#FFF;
  font-size: 15px;
  line-height: 21px;
  max-width:70%;
  margin:0 auto;
}

body .cc_more_info {
  color:#f07a20 !important;
}

body .cc_more_info:hover {
  color:#f07a20 !important;
}

.smart-banners {
  position: absolute;
  z-index: 9;
}

.smart-banners .hs_cos_wrapper_widget {
  position: relative;
  display: block;
  width: 100%;
  background: rgba(220, 247, 255, 0.58);
  margin-bottom: .2em;
  text-align: center;
}

.smart-banners .hs_cos_wrapper_widget p {
  padding: .2em .2em;
}

.smart-banner > .cell-wrapper > .hs_cos_wrapper_widget a {
  color: inherit;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}



#smart-banner {
  z-index: 6;
  position: relative;
  width: 100%;
  padding: 1rem 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
}



#smart-banner a {
  font-weight: 600;
  color: #153347;
}

/* Hero custom module */

.hero-bg {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position:relative;
}

.hero-bg-overlay {
  position:absolute;
  top:0;
  bottom:0;
  width:100% !important;
  height:100% !important;
  background: rgba(21, 51, 71, 0.5);
  z-index:2;
}

.calendar-page .hero-container {
  padding:5rem 0 7.5rem; 
}

.hero-container {
  text-align:center;
  padding: 10rem 0 25rem;
  z-index:5;
  position:relative;
  color:#FFF;
  margin:0 12.2%;
}

.hero-container h1 {
  font-weight:bold;
  font-size:3.75rem;
  color:#FFF;
  text-transform:uppercase;
  line-height:4.2rem;
  margin-bottom:1rem;
  word-break:break-word;
}

.hero-container h2 {
  font-weight:400;
  font-size:2rem;
  color:#FFF;
}

.hero-sub-text-wrapper {
  margin:2rem 0;
}

.hero-sub-text-wrapper p {
  color:#FFF;
}


/* Small item custom module */

.industry-products-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  padding-bottom:2rem !important;
}

.industry-products-container > div {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  position:relative;
}

.industry-products-container > div:first-child {
  margin-right:1.5rem;
}

.industry-products-container > div:last-child {
  margin-left:1.5rem;
}

.industry-container,
.products-container {
  position: absolute;
  background: #FFF;
  top: -10rem;
  z-index: 3;
  border-top: 10px solid #153347;
  border-bottom: 5px solid #153347;
}

.products-container {
  padding-bottom: 1.21rem;
}

.industry-container {
  border-bottom:0px;
}

.small-item-heading-container {
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.small-item-heading h2 {
  text-transform:uppercase;
  color:#153347;
  max-width: 80%;
  margin: 0 auto;
  padding-top: 1rem;
  padding-right: 3.5rem;
  padding-bottom:1rem;
}

.small-item-heading h4 {
  color:#f07a20;
  font-weight:500;
  max-width: 80%;
  margin: 0 auto;
  padding-right: 3.5rem;
  font-size:19px;
}

.small-item-heading {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  display:block;
}

.small-item-heading-description p {
  font-size: 15px;
  max-width: 80%;
  margin: 0 auto;
  padding-right:1rem;
}

.small-item-container {
  overflow:hidden;
}


.products-container .small-item-container {
  padding-bottom:1rem;
}

.small-item-container > span {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}

.industry-container .small-item-container > span > div {
  /*display:none;*/
}

.small-item-container > span > div {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
}

.small-item-container a {
  text-decoration: none;
}

.small-item-container a:hover > .small-item-wrapper {
  background:#f07a20;
}

.small-item-wrapper {
  margin: 0.5rem 0;
}

.small-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 80%;
  margin: 0 auto;
}

.small-item-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  text-align: center;
}

.small-item-icon img {
  max-height: 75px;
}

.small-item-name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 2rem;
}

.small-item-name p {
  font-size: 17px;
}

#read-more-button {
  background:#153347;
  text-align:center;
  color: #FFF;
  padding: 0.5rem 0;
  cursor:pointer;
}

#read-more-button:hover {
  background:#f07a20;
}

#read-more i {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 1rem;
  vertical-align: middle;
  transition: transform .3s ease;
}

#read-more i:before {
  font-family:'FontAwesome';
  content:"\f105";
  font-size: 25px;
}

#read-less {
  display:none;
}

#read-less i {
  webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  vertical-align: middle;
}

#read-less i:before {
  font-family:'FontAwesome';
  content:"\f105";
  font-size: 25px;
}



/* ADDED SMALL ITEM CONTENT */

.industry-container, .products-container {
  position: relative;
  top: 0;
  margin-top: -15rem;
}


/* LOGO ELEMENT */

.logo-element {
  padding: 4em 0;
}

.logo-list__wrapper {

}

.logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 2em;
}

.logo-list__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  text-align: center;
}

.logo-list__item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter .2s ease;
  transition: -webkit-filter .2s ease;
  -o-transition: filter .2s ease;
  transition: filter .2s ease;
  transition: filter .2s ease, -webkit-filter .2s ease;
}

.logo-list__item:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}




/* Small lifted content */

.downloadables-container {
  margin-bottom: 5rem !important;
}

.small-lifted-container > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align:stretch;
  -ms-flex-align:stretch;
  align-items:stretch;
}

.small-lifted-container > span > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 22.5%;
  flex: 0 1 22.5%;
  margin-right: 3%;
  margin-bottom: 2rem;
}

.small-lifted-container > span > div:nth-child(4n+4) {
  margin-right:0;
}

.small-lifted-content-wrapper {
  background:#FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height:100%;
}


.small-lifted-content-image div {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 20rem;
  position:relative;
}

.small-lifted-content-image div:before {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 3rem;
  -webkit-transition:all 0.2s ease;
  -o-transition:all 0.2s ease;
  transition:all 0.2s ease;
  position:absolute;
  color: #FFF;
  left: 0;
  top: 42%;
  text-align: center;
  bottom: 0;
  right: 0;
  z-index:3;
  opacity:0;
}

.small-lifted-content-image div:after {
  content:"";
  background: rgba(0, 0, 0, 0);
  -webkit-transition:all 0.2s ease;
  -o-transition:all 0.2s ease;
  transition:all 0.2s ease;
}

.small-lifted-link:hover .small-lifted-content-image div:after {
  content:"";
  position:absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(21, 51, 71, 0.5);
  z-index: 2;
  left: 0;
  right: 0;
}

.small-lifted-link:hover .small-lifted-content-image div:before {
  opacity:1;
}


.small-lifted-content-text {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
  margin: 0 1rem 16px;
}


.small-lifted-content-image {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
}

.small-lifted-content-text h3 {
  text-transform:uppercase;
  margin:16px 0 10px;
  word-break:break-word;
}

.small-lifted-content-link {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  text-align:right;
  -ms-flex-item-align:end;
  align-self:flex-end;
}

.small-lifted-content-link p {
  text-decoration:none;
  padding: 0.5rem 1.5rem;
  display: inline-block;
  background: #1269b0;
  color:#FFF;
  font-family:'Noto Sans', sans-serif;;
  -webkit-transition:all 0.2s ease;
  -o-transition:all 0.2s ease;
  transition:all 0.2s ease;
}

.small-lifted-content-link p:after {
  font-family:'FontAwesome';
  content:"\f105";
  margin-left: 1rem;
  font-size:25px;
  vertical-align:middle;
}

.small-lifted-link:hover .small-lifted-content-link p {
  background: #f07a20 ;
}

.small-lifted-link {
  text-decoration:none;
}



/* Blog feed */

.blog-wrapper .small-lifted-link {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  margin-bottom: 2em;
}

.blog-wrapper .small-lifted-content-wrapper {
  background: #eaebed;
}

.blog-and-news-container {
  display:-webkit-box !important;
  display:-ms-flexbox !important;
  display:flex !important;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  margin-bottom:85px;
}

.blog-and-news-container > div {
  -webkit-box-flex:0;
  -ms-flex:0 1 48.4%;
  flex:0 1 48.4%;
}

.blog-and-news-container > div:last-child {
  -webkit-box-flex:0;
  -ms-flex:0 1 45%;
  flex:0 1 45%;
}


.blog-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-item {
  -webkit-box-flex:0;
  -ms-flex:0 1 46.4%;
  flex:0 1 46.4%;
  margin-bottom: 2.5rem;
}

.featured-image-bg {
  background-size: cover !important; 
  background-position: center !important;
  background-repeat: no-repeat !important;
  height:100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.featured-image-bg-overlay {
  position:absolute;
  top:0;
  bottom:0;
  width:100%;
  height:100%;
  background: rgba(21, 51, 71, 0.85);
  z-index:2;
  -webkit-transition:all 0.4s ease;
  -o-transition:all 0.4s ease;
  transition:all 0.4s ease;
}

.blog-item a {
  text-decoration: none;
  text-align:center;
}

.blog-item-text-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.blog-item-date {
  opacity:0;
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
  color:#FFF;
  z-index: 3;
  position: relative;
  -webkit-transition:all 0.4s ease;
  -o-transition:all 0.4s ease;
  transition:all 0.4s ease;
  font-size:14px;
  padding:0 0.5rem;
}

.blog-item-header {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
  z-index: 3;
  position: relative;
  padding:0 0.5rem;
  margin:1rem 0;
}

.blog-item-header h5 {
  color:#FFF;
  font-size:17px;
}

.blog-item-summary {
  opacity:0;
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
  z-index: 3;
  position: relative;
  -webkit-transition:all 0.4s ease;
  -o-transition:all 0.4s ease;
  transition:all 0.4s ease;
  padding:0 0.5rem;
  display:none;
}

.blog-item-summary p {
  color:#FFF;
  text-align:center !important;
  font-size: 14px;
}

.blog-item-summary h1 {
  color:#FFF !important;
  text-align:center !important;
  font-size: 14px !important;
  line-height: 21px !important;
  margin:0 !important;
  font-weight:400 !important;
  font-family: 'NotoSans', sans-serif !important;
}

.blog-item-summary p em {
  font-style:initial !important;
}

.blog-item-link {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
  -ms-flex-item-align:end;
  align-self:flex-end;
  text-align:right;
  z-index: 3;
  position: relative;
}

.blog-item-link i {
  padding: 0.5rem 1rem;
  background: #153347;
  color: #FFF;
  -webkit-transition:all 0.4s ease;
  -o-transition:all 0.4s ease;
  transition:all 0.4s ease;
}

.blog-item-link i:before {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size:25px;
}

.blog-item > a:hover .featured-image-bg-overlay {
  background:rgba(240, 122, 32, 0.9);
}

.blog-item > a:hover .blog-item-date,
.blog-item > a:hover .blog-item-summary {
  opacity:1;
}

.blog-item > a:hover .blog-item-summary {
  display:block;
}

.blog-item > a:hover .blog-item-link i {
  color:#f07a20;
}




.wide-blog-item-wrapper {

}

.wide-blog-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  margin-bottom: 1em;
  background: #eaebed;
  border-left: 3px solid #153346;
}

.wide-blog-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
}

.wide-blog-item__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  padding: 1em;
}

.wide-blog-item__date {
  text-align: right;
  color: #808080;
  font-size: .85rem;
}

.wide-blog-item__text h5 {
  font-size: 1rem;
  padding-top: .5em;
  color:#153347;
  transition: color .2s ease;
}

.wide-blog-item:hover h5 {
  color: #f07a20;
}

.wide-blog-item__summary {
  font-size: 1rem;
  font-weight: normal;
}

.wide-blog-item__image-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

.wide-blog-item__image {
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}




/* News feed */

.news-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #d3d3d3;
  padding-left: 2.5rem;
  padding-right:2.5rem;
}

.news-item a {
  text-decoration:none;
}

.news-item-date {
  margin-bottom: 0.5rem;
  color:#153347;
}

.news-item-header {
  margin-bottom:0.5rem;
}

.news-item-header h5 {
  font-size: 17px;
  color:#1269b0;
  -webkit-transition:all 0.4s ease;
  -o-transition:all 0.4s ease;
  transition:all 0.4s ease;
}

.news-item-summary h1,
.news-item-summary h2,
.news-item-summary h3,
.news-item-summary h4,
.news-item-summary h5,
.news-item-summary h6 {
  font-size: 15px;
  font-weight: 500;
}

.news-item-summary p strong {
  font-size: 15px;
  font-weight: 500;
}

.news-item-summary a {
  color:#f07a20;
}

.news-item-summary p {
  font-size:15px;
}

.news-item > a:hover .news-item-header h5 {
  color:#f07a20;
}

.community-link-wrapper {
  text-align:right;
}

.community-link-wrapper a {
  text-decoration:none;
  color:#153347;
  -webkit-transition:all 0.4s ease;
  -o-transition:all 0.4s ease;
  transition:all 0.4s ease;
}

.community-link-wrapper a:hover {
  color:#f07a20;
}

.community-link-wrapper a i {
  margin-left:5px;
}


.blog-listing .post-body ul,
.sub-page-information ul {
  padding-left: 1.5em;
  margin-bottom: 1em;
}

/* Pillar page */

.pillar-page-item-content__inner ul,
.pillar-page-item-content__inner ol {
 padding-left:1rem; 
}

.pillar-page-item-content__inner li ul li::marker {
     list-style-type: disc;
    list-style-position: inside;
    color: #000;
    content: "\2022";
}
.pillar-page-item-content__inner li ul li {
 padding-left:0.5rem; 
}


/* World map / contact us */

.worldmap-bg {
  background:url(//cdn2.hubspot.net/hubfs/1793567/Pictures/Maps/telko-map-harmaa%2003.png);
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
  background-attachment:fixed !important;
  height:30.5rem;
  -webkit-box-shadow: inset 0px 15px 20px -10px rgba(119, 119, 119, 0.75), inset 0px -15px 20px -10px rgba(119, 119, 119, 0.75);
  box-shadow: inset 0px 15px 20px -10px rgba(119, 119, 119, 0.75), inset 0px -15px 20px -10px rgba(119, 119, 119, 0.75);
}

.contact-us-countries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin:3.5rem 0 4rem;
}

.contact-us-countries li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  text-align: center;
  margin:0.5rem 0;
}

.contact-us-countries li a {
  text-decoration:none;
  color:#153347;
  -webkit-transition:all 0.4s ease;
  -o-transition:all 0.4s ease;
  transition:all 0.4s ease;
  font-size:15px;
}

.contact-us-countries li a:hover {
  color:#f07a20;
}

.contact-us-cta-wrapper {
  padding-bottom:1rem;
  position:relative;
  overflow:hidden;
}

.contact-us-cta-slopes{
  text-align:center;
}

.contact-us-cta-slopes:after {
  content: "";
  position: absolute;
  right: -9rem;
  height: 3rem;
  bottom: -0.5rem;
  background: #153347;
  width: 45%;
  overflow: hidden;
  transform: skewX(-42deg);
  -ms-transform: skewX(-42eg);
  -webkit-transform: skewX(-42deg);
}

.contact-us-cta-slopes:before {
  content: "";
  position: absolute;
  left: -9rem;
  bottom: -0.5rem;
  height: 3rem;
  background: #153347;
  width: 45%;
  overflow: hidden;
  transform: skewX(42deg);
  -ms-transform: skewX(42eg);
  -webkit-transform: skewX(42deg);
}

.contact-us-cta {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-us-cta a,
.contact-us-cta button {
  text-decoration:none;
  padding:0.5rem 5rem;
  text-transform:uppercase;
  background:#1269b0;
  -webkit-transition:all 0.4s ease;
  -o-transition:all 0.4s ease;
  transition:all 0.4s ease;
  color:#FFF;
}

.contact-us-cta a:hover,
.contact-us-cta button:hover {
  background:#f07a20;
}

/*****************************************


PRODUCT PAGE


*****************************************/

.product-page .body-container > div:nth-child(3) {
  background:#FFF;
}

.product-page .hero-main-text-wrapper h1 {
  text-transform:initial;
}

/* CTA Banner custom module */

.cta-banner-bg {
  height: 30rem;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}

.cta-banner-bg-overlay {
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  width:100%;
  height:100%;
  background: rgba(21, 51, 71, 0.7);
  z-index:2;
}

.cta-banner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  z-index: 3;
}

.cta-banner-heading {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.cta-banner-heading h2 {
  text-transform: uppercase;
  color: #FFF;
  font-size: 2rem;
}

.orange-text {
  color:#f07a20;
}

.cta-banner-description {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  margin: 1rem 0 1.5rem;
}

.cta-banner-description p {
  color: #FFF;
  font-size:21px;
  line-height:27px;
  margin: 1rem 0;
}

.cta-banner-cta {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.cta-banner-cta a {
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
  background: #1269b0 ;
  padding: 0.5rem 3rem;
  display: inline-block;
  -webkit-transition:all 0.4s ease;
  -o-transition:all 0.4s ease;
  transition:all 0.4s ease;
}

.cta-banner-cta a:hover {
  background:#f07a20;
}

/* Large Lifted Content custom module */

.large-lifted-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #153347;
  margin: 2rem 0 4rem;
}

.large-lifted-content-image {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.large-lifted-content-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding: 3rem 6rem 2rem;
}

.large-lifted-content-text ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.large-lifted-content-text ol li {
  counter-increment: step-counter;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}

.large-lifted-content-text ol li:before {
  content: counter(step-counter);
  margin-right: 10px;
  color: white;
  padding: 5px 12px;
  border-radius: 50%;
  border: 1px solid #FFF;
  font-weight:bold;
  position:absolute;
  left:0;
}

.large-lifted-content-text h2 {
  color: #f07a20;
  text-transform: uppercase;
  font-size: 2rem;
  line-height:2.3rem;
  word-break:break-word;
}

.large-lifted-content-text-description {
  margin:1.5rem 0 2.5rem;
}

.large-lifted-content-text-description ul {
  list-style:none;   
}

.large-lifted-content-text-description ol {
  color:#FFF;
}

.large-lifted-content-text-description ol li {
  padding-left:3rem;
  position:relative;
}

.large-lifted-content-text p {
  color:#FFF;
}

.large-lifted-content-text-cta {
  margin:20px 0;
}

.large-lifted-content-text-cta a {
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
  background: #1269b0;
  padding: 0.5rem 3rem;
  display: inline-block;
  -webkit-transition:all 0.4s ease;
  -o-transition:all 0.4s ease;
  transition:all 0.4s ease;
}


.large-lifted-content-text-cta a:hover {
  background:#f07a20;
}


/* Side nav */

.sub-page-content-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sub-page-content-wrapper > div:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  background: #FFF;
  position: relative;
  top: -15rem;
  z-index: 5;
  -ms-flex-item-align:start;
  align-self:flex-start;
  border-top: 10px solid #153347;
  border-bottom: 5px solid #153347;
}

.sub-page-content-wrapper > div:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 65%;
  flex: 0 1 65%;
  background: #FFF;
  position: relative;
  top: -15rem;
  -ms-flex-item-align:start;
  align-self:flex-start;
  z-index: 5;
  border-top: 10px solid #153347;
}

.sub-page-content-wrapper > div:nth-child(3) {
  width:100%;
  margin-top:-10rem;
}

.sub-page-content-wrapper>div:nth-child(4) {
  width:100%;
}

.sub-page-side-nav {
  list-style:none;
}

.level-1-list-element > a:before {
  content: "";
  left: 2.7rem;
  top:0;
  width: 35px !important;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
}

.level-1-list-element.side-nav-parent-open > a {
  font-weight:bold; 
}

.sub-page-side-nav-plastics > a:before {
  background-image:url(//cdn2.hubspot.net/hubfs/1793567/Telko%202017/icons/telko-icons-15plastics.svg);
}

.sub-page-side-nav-plastic-industry > a:before {
  background-image:url(//cdn2.hubspot.net/hubfs/1793567/Telko%202017/icons/telko-icons-14plastic-industry.svg);
}

.sub-page-side-nav-industrial-chemicals > a:before {
  background-image:url(//cdn2.hubspot.net/hubfs/1793567/Telko%202017/icons/telko-icons-16chemicals.svg);
}

.sub-page-side-nav-industrial-lubricants > a:before {
  background-image:url(//cdn2.hubspot.net/hubfs/1793567/Telko%202017/icons/telko-icons-17industrial-lubricants.svg);
}

.sub-page-side-nav-car-chemicals > a:before {
  background-image:url(//cdn2.hubspot.net/hubfs/1793567/Telko%202017/icons/telko-icons-18car-chemicals.svg);
}

.sub-page-side-nav-environment-and-safety > a:before {
  background-image:url(//cdn2.hubspot.net/hubfs/1793567/Telko%202017/icons/telko-icons-19environmental.svg);
}

.sub-page-side-nav-plastics-machinery > a:before {
  background-image:url(//cdn2.hubspot.net/hubfs/1793567/Telko%202017/icons/telko-icons-20plastics-machinery.svg);
}

.sub-page-side-nav-telko-green-portfolio > a:before {
  background-image:url(//cdn2.hubspot.net/hubfs/1793567/Telko%202017/icons/telko-icons-21green.svg);
}

.sub-page-side-nav-automotive > a:before {
  background-image:url(//cdn2.hubspot.net/hubfs/1793567/Telko%202017/icons/telko-icon-03automotive.svg);
}

.sub-page-side-nav-construction > a:before {
  background-image:url(//cdn2.hubspot.net/hubfs/1793567/Telko%202017/icons/telko-icon-04construction.svg);
}

.sub-page-side-nav-energy-and-electronics > a:before {
  background-image:url(//cdn2.hubspot.net/hubfs/1793567/Telko%202017/icons/telko-icon-05energy.svg);
}

.sub-page-side-nav-medical-and-pharma > a:before {
  background-image:url(//cdn2.hubspot.net/hubfs/1793567/Telko%202017/icons/telko-icons-11medical.svg);
}

.sub-page-side-nav-paints-and-coatings > a:before {
  background-image:url(//cdn2.hubspot.net/hubfs/1793567/Telko%202017/icons/telko-icon-02paint.svg);
}

.sub-page-side-nav-home-and-personal-care > a:before {
  background-image:url(//cdn2.hubspot.net/hubfs/1793567/Telko%202017/icons/telko-icon-06home.svg);
}

.sub-page-side-nav-mining-and-metal > a:before {
  background-image:url(//cdn2.hubspot.net/hubfs/1793567/Telko%202017/icons/telko-icons-12mining.svg);
}

.sub-page-side-nav-nutrition > a:before {
  background-image:url(//cdn2.hubspot.net/hubfs/1793567/Telko%202017/icons/telko-icons-13nutrition.svg);
}

.sub-page-side-nav-packaging-paper-printing > a:before {
  background-image:url(//cdn2.hubspot.net/hubfs/1793567/Telko%202017/icons/telko-icon-01packaging.svg);
}

.sub-page-side-nav-lubricants > a:before {
  background-image:url(//cdn2.hubspot.net/hubfs/1793567/Telko%202017/icons/telko-icon-07lubricants.svg);
}

.sub-page-side-nav-rubber > a:before {
  background-image:url(//cdn2.hubspot.net/hubfs/1793567/Telko%202017/icons/telko-icons-22rubber-materials.svg);
}


.sub-page-side-nav a {
  text-decoration:none;
  color:#153347;
}

.sub-page-side-nav ul {
  list-style:none;
}

.level-1-list-element {
  position:relative;
  margin-bottom:1rem;
}

.level-1-list-element > i {
  position:absolute;
  right:2rem;
  padding: 0.5rem 1rem;
  font-size:25px;
  cursor:pointer;
  -webkit-transition:all 0.4s ease;
  -o-transition:all 0.4s ease;
  transition:all 0.4s ease;
}

.level-1-list-element > a {
  position:relative;
  display: inline-block;
  width: 100%;
  padding: 0.5rem 4.5rem 0.5rem 5.7rem;
}

.level-1-list-element:hover > a {
  background: #f07a20;
}

.level-1-list-element.side-nav-parent-open:hover > a {
  background:transparent;
}

.side-nav-parent-open > a {
  /* background: #f07a20; */
}

.level-2-list-element {
  margin-left: 5.7rem;
  padding-left: 1rem;
  border-left: 1px solid lightgray;
}

.level-3-list-element {
  margin-left: 6.7rem;
  padding-left: 1rem;
  border-left: 1px solid lightgray;
}

.level-2-list-element:hover,
.level-3-list-element:hover,
.sub-page-side-nav .active {
  border-left:1px solid #f07a20;
}

.level-2-list-element > a:hover,
.level-3-list-element > a:hover,
.sub-page-side-nav .active > a{
  color:#f07a20;
}

.side-nav-open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition:all 0.4s ease;
  -o-transition:all 0.4s ease;
  transition:all 0.4s ease;
}

.level-1-list-element > i:before {

}

.sub-page-information {
  padding:1.5rem 5rem;
}

.sub-page-information h2 {
  font-size:2rem;
  font-weight:400;
  color:#f07a20;
}

.career-info h2 {
  font-size:2rem;
  font-weight:400;
  color:#f07a20;
}

.sub-page-info-contact {
  background: #e3e3e3;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  padding:1rem 5rem;
}

.sub-page-info-picture {
  width: 175px;
  height: 175px;
  border-radius:50%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.sub-page-info-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 3rem;
  -ms-flex-item-align: center;
  align-self: center;
}

.sub-page-info-text h4 {
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.sub-page-info-title {
  margin-bottom: 1rem;
}

.sub-page-info-phone {
  padding-left: 2rem;
  position:relative;
  margin-bottom:0.25rem;
}

.sub-page-info-phone:before {
  content:"\f10b";
  font-family:'FontAwesome';
  font-size:25px;
  position: absolute;
  left: 0.2rem;
}

.sub-page-info-email {
  padding-left:2rem;
  position:relative;
}

.sub-page-info-email:before {
  content:"\f003";
  font-family:'FontAwesome';
  font-size:20px;
  position: absolute;
  left: 0;
}

.sub-page-info-email a {
  text-decoration:none;
  color: #f07a20;
}

/* Lifted product */

.lifted-product-container > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.lifted-product-container > span > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  margin-bottom:2rem;
}

.lifted-product-container > span > div:nth-child(3n+2) {
  margin:0 5% 2rem;
}

.lifted-product-wrapper {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  background:#FFF;
  border-bottom:1px solid lightgray;
}

.lifted-product-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  height: 15rem;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position:relative;
}

.lifted-product-image:after {
  content:"\f105";
  font-family:'FontAwesome';
  color: #FFF;
  position: absolute;
  font-size: 3rem;
  left: 50%;
  right: 0;
  bottom: 0;
  top: 40%;
  z-index: 5;
  opacity:0;
  -webkit-transition:all 0.4s ease;
  -o-transition:all 0.4s ease;
  transition:all 0.4s ease;
}

.lifted-product-image-overlay {
  content:"";
  position:absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
  left: 0;
  right: 0;
  -webkit-transition:all 0.4s ease;
  -o-transition:all 0.4s ease;
  transition:all 0.4s ease;
}

.lifted-product-text {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
  padding:1.5rem 1rem;
}

.lifted-product-wrapper h3 {
  -webkit-transition:all 0.4s ease;
  -o-transition:all 0.4s ease;
  transition:all 0.4s ease;
}

.lifted-product-container a {
  text-decoration:none;
}

.lifted-product-container > span > div a:hover h3 {
  color:#f07a20;
}

.lifted-product-container > span > div a:hover .lifted-product-image-overlay {
  background: rgba(21, 51, 71, 0.5);
}

.lifted-product-container > span > div a:hover .lifted-product-image:after {
  opacity:1;
}

/*****************************************


BLOG


*****************************************/

body .blog-listing-wrapper .post-item:first-child .post-body-image-wrapper .hs-featured-image-wrapper-default {
  background-size:initial !important;
}

.blog-listing .hero-container h2 {
  font-size:21px;
}

body .blog-post-wrapper .post-body {
  padding: 2rem 6rem 2rem;
}

.blog-listing .body-container > div:nth-child(2) {
  background: #f5f6f8;
}


.blog-listing-container {
  position:relative;
  display:-webkit-box !important;
  display:-ms-flexbox !important;
  display:flex !important;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}

.blog-listing-container > div:nth-child(1) {
  -webkit-box-flex:0;
  -ms-flex:0 1 65%;
  flex:0 1 65%;
  position:relative;
  margin-top:-10rem;
  z-index:5;
  background:#FFF;
  border-top: 10px solid #153347;
  -ms-flex-item-align:start;
  align-self:start;
}

.blog-listing-container > div:nth-child(2) {
  -webkit-box-flex:0;
  -ms-flex:0 1 30%;
  flex:0 1 30%;
}

.blog-listing-container > div:nth-child(3) {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
}

.widget-type-blog_content {
  border-bottom:1px solid #d4d4d4;
}

.blog-post-wrapper .post-header {
  padding:2rem 6rem 2rem;
  border-bottom: 3px solid #f5f6f8;
}

.blog-listing-container .post-body {
  padding:2rem 2rem 0;
}

.blog-listing-container .post-body a {
  color:#f07a20;
  text-decoration:none;
}

.blog-listing-container .post-body img {
  margin-bottom:1rem;
}

.blog-subscription-wrapper {
  position:relative;
  margin-top:-10rem;
  z-index:5;
  background: #153347 ;
}



.blog-listing-container > div:nth-child(2) .row-depth-1:nth-child(n+2) {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #153347;
}

.blog-listing-container .post-header h1 {
  margin-bottom:2rem;
  color:#f07a20;
  font-weight:300;
}

.blog-listing-container #hubspot-author_data {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}

.blog-listing-container #hubspot-author_data .hs-author-label {
  padding:0.5rem;
  font-size:0.75rem;
  background:#f5f6f8;
}

.blog-listing-container #hubspot-author_data .hs-author-label a {
  text-decoration:none;
  color:#153347;
}

.blog-listing-container .blog-share-links ul {
  list-style:none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.blog-listing-container .blog-share-links ul li {
  margin:0 0.5rem;
}

.blog-listing-container .blog-share-links ul li a {
  color:#153347;
  font-size:1.25rem;
  -webkit-transition:all 0.4s ease;
  -o-transition:all 0.4s ease;
  transition:all 0.4s ease;
}

.blog-listing-container .blog-share-links ul li a:hover {
  color:#f07a20;
}

.blog-listing-container .hs-rss-item.hs-with-featured-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-listing-container .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 65%;
  flex: 0 1 65%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  float: none;
  padding-right: 0;
}

.blog-listing-container .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.blog-listing-container .hs-rss-title {
  text-decoration:none;
  color:#153347;
  -webkit-transition:all 0.4s ease;
  -o-transition:all 0.4s ease;
  transition:all 0.4s ease;
}

.blog-listing-container .hs-rss-title:hover {
  color:#f07a20;
}

.blog-listing-container .hs-rss-module {
  margin-top:2rem;
}

.blog-subscription-wrapper h3 {
  color:#f07a20;
  margin-bottom:0.5rem;
  text-transform:uppercase
}

.blog-subscription-wrapper .widget-type-blog_subscribe {
  padding:2rem;
}

.blog-subscription-wrapper form {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-align:stretch;
  -ms-flex-align:stretch;
  align-items:stretch;
}

.blog-subscription-wrapper form .hs_email.hs-form-field label {
  display:none;
}

.blog-subscription-wrapper form .hs-dependent-field label {
  color:#FFF; 
}

.blog-subscription-wrapper form ul {
  list-style:none; 
}

.blog-subscription-wrapper form .hs-error-msgs {
  color:#FFF;
}

.blog-subscription-wrapper form .hs_email.hs-form-field {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
  height: 2.5rem;
}

.blog-subscription-wrapper form > * {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
}

.blog-subscription-wrapper form .hs-form-field.hs_email .input,
.blog-subscription-wrapper form .hs-form-field.hs_email .input input {
  height:100%;
  outline:none;
}

.blog-subscription-wrapper form .hs_submit {
  -webkit-box-flex:0;
  -ms-flex:0 1 10%;
  flex:0 1 10%;
  -ms-flex-item-align:stretch;
  align-self:stretch;
  margin-top: 1em;
}

.blog-subscription-wrapper form .hs_submit .actions {
  background: #f07a20 url(//cdn2.hubspot.net/hubfs/1793567/Telko%202017/icons/icons-arrow.png);
  background-repeat: no-repeat !important;
  background-position: right !important;
  background-size: 1.1em;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  color: #FFF;
  padding: .5em 2em .5em .5em;
}

.blog-subscription-wrapper form .hs_submit .actions:hover {
  background: #f07a20 url(//cdn2.hubspot.net/hubfs/1793567/Telko%202017/icons/icons-arrow.png);
  background-repeat: no-repeat !important;
  background-position: right !important;
  background-size: 1.1em;
}

.blog-subscription-wrapper form .hs_submit .actions input {
  height: 100%;
  width: 100%;
  background: transparent;
  color: #fff;
  cursor: pointer;
  z-index: 4;
  outline: 0;
  font-size: 1rem;
}

.blog-subscription-wrapper form .hs_submit .actions i {
  position:absolute;
  z-index:3;
}



.legal-consent-container p {
  color: #fff;
  font-size: .65rem;
  line-height: 1.3;
  padding-top: 1em;
}

.legal-consent-container p a {
  color: #fff;
}

.sustainability-form .legal-consent-container p {
  color:#153347;
}

.form-section-bg .legal-consent-container p a {
  color: #f07a20;
}

.lp .legal-consent-container p {
  color:#153347;
}

.lp .legal-consent-container p a {
  color:#153347;
}


.hs_gdpr_contact_type_purpose {
  color: #fff;
  margin-top: 1rem;
}

.hs_gdpr_contact_type_purpose ul {
  list-style: none;

}

.hs_gdpr_contact_type_purpose input {
  margin-right: .5em;
}

#contact-us .legal-consent-container p {
  color: #153346;
  font-size: .7rem;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}

#contact-us .hs_gdpr_contact_type_purpose {
  color: #153346;
  margin-top: 1rem;
}

.blog-topics-wrapper {
  margin-top:4rem;
}

.about-author-sec {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  margin-top: 6rem;
  padding: 1.5rem;
  border-top: 3px solid #f5f6f8;
}

.about-author-sec .span2 {
  -webkit-box-flex:0;
  -ms-flex:0 1 20%;
  flex:0 1 20%;
  text-align:center;
}

.about-author-sec .span2 img {
  border-radius:50%;
  width:150px;
  height:150px;
}

.about-author-sec .span10 {
  -webkit-box-flex:0;
  -ms-flex:0 1 75%;
  flex:0 1 75%;
  margin-left:0;
}

.about-author-sec .span10 h3 a {
  text-decoration:none;
  font-weight:400;
  color:#153347;
}

.post-listing .hs-author-profile {
  padding:2rem;   
}

.post-listing .hs-author-listing-header {
  padding:0 2rem;
}

.blog-listing-container .post-listing {
  background: #f5f6f8;
}

.blog-listing-container .post-listing .post-item {
  margin-bottom: 2rem;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.blog-listing-wrapper .post-item .post-body-image-wrapper {
  -webkit-box-flex:0;
  -ms-flex:0 1 30%;
  flex:0 1 30%;
  padding:1rem;
}

.blog-listing-wrapper .post-item .post-body-image-wrapper .hs-featured-image-wrapper {
  height:100%;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position-y: 1.5rem !important;
}

.blog-listing-wrapper .post-item .post-body-content-wrapper {
  -webkit-box-flex:0;
  -ms-flex:0 1 70%;
  flex:0 1 70%;
}

.blog-listing-wrapper .post-header {
  padding:2rem 2rem 0;
}


.blog-listing-wrapper .post-item:first-child .post-body-image-wrapper .hs-featured-image-wrapper {
  height:20rem;
  background-repeat:no-repeat !important;
  background-size:cover !important;
  background-position:center !important;
}

.blog-listing-wrapper .post-item:first-child .post-body-image-wrapper {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
}

.blog-listing-wrapper .post-item:first-child .post-body-content-wrapper {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
}

.blog-listing-wrapper .post-item-link {
  padding:2rem;
}

.blog-listing-wrapper .post-header h2 a {
  text-decoration:none;
  color:#153347;
}


.post-item-link a {
  text-decoration:none;
  padding: 0.5rem 1.5rem;
  display: inline-block;
  background: #1269b0;
  color:#FFF;
  font-family:'Noto Sans', sans-serif;;
  -webkit-transition:all 0.2s ease;
  -o-transition:all 0.2s ease;
  transition:all 0.2s ease;
}

.post-item-link a:after {
  font-family:'FontAwesome';
  content:"\f105";
  margin-left: 1rem;
  font-size:25px;
  vertical-align:middle;
}

.post-item-link a:hover {
  background: #f07a20 ;
}

.blog-listing-wrapper .post-item #hubspot-author_data {
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end;
}

.post-listing-author-wrapper {
  padding: 0.5rem;
  font-size: 0.75rem;
}

.post-listing-author-wrapper a {
  text-decoration:none;
  color:#153347;
}

.jscroll-added {
  border-top: solid 2rem #f5f6f8;
}

.jscroll-added .post-item:first-child .post-body-image-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

/* Related Posts */

.related-posts {
  display:-webkit-box !important;
  display:-ms-flexbox !important;
  display:flex !important;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:start;
  -ms-flex-pack:start;
  justify-content:flex-start;
  margin-bottom:3rem;
}

.related-posts > span {
  display:-webkit-box !important;
  display:-ms-flexbox !important;
  display:flex !important;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:start;
  -ms-flex-pack:start;
  justify-content:flex-start;
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
}

.related-post-item {
  -webkit-box-flex:0;
  -ms-flex:0 1 30%;
  flex:0 1 30%;
  background:#FFF;
  border-bottom:1px solid #d4d4d4;
  margin-right:5%;
}

.related-summary img {
  display:none;
}

.related-posts .related-post-item:nth-child(3) {
  margin-right:0;
}

.related-title {
  margin:1rem;
}

.related-summary {
  margin:1rem 1rem 2rem;
}

.related-summary em {
  font-style: normal;
}

.related-post-item a {
  text-decoration:none;
}

.related-post-item a h3,
.related-post-item a p {
  -webkit-transition:all 0.2s ease;
  -o-transition:all 0.2s ease;
  transition:all 0.2s ease;
}

.related-post-item a:hover h3,
.related-post-item a:hover p,
.related-post-item a:hover h2,
.related-post-item a:hover h4,
.related-post-item a:hover h5 {
  color:#f07a20;
}

.related-image {
  height: 15rem;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position:relative;
}

.related-post-item a .related-image:before {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 3rem;
  -webkit-transition:all 0.2s ease;
  -o-transition:all 0.2s ease;
  transition:all 0.2s ease;
  position:absolute;
  color: #FFF;
  left: 0;
  top: 45%;
  text-align: center;
  bottom: 0;
  right: 0;
  z-index:3;
  opacity:0;
}

.related-post-item a .related-image:after {
  content:"";
  background: rgba(0, 0, 0, 0);
  -webkit-transition:all 0.2s ease;
  -o-transition:all 0.2s ease;
  transition:all 0.2s ease;
}

.related-post-item a:hover .related-image:after {
  content:"";
  position:absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(21, 51, 71, 0.5);
  z-index: 2;
  left: 0;
  right: 0;
}

.related-post-item a:hover .related-image:before {
  opacity:1;
}

.related-posts .section-heading-line {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
}

/* Subscribe form */

.subscribe-bg {
  background:url('//cdn2.hubspot.net/hubfs/1793567/Telko%202017/backgrounds/telko-lubrucant-orange-bg.png');
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.subscribe-container {
  max-width: 35%;
  margin: 3rem auto !important;
  float: none !important;
  background: #FFF;
  padding:2rem;
}

.subscribe-header {
  text-align:center;
}

.subscribe-header h2 {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position:relative;
}

.subscribe-header h2:after {
  content:"";
  position:absolute;
  border-bottom:1px solid #153347;
  width:30%;
  height:1px;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
  float:none;
}

.subscribe-header p {
  max-width:70%;
  margin:0 auto;
}

.subscribe-form {
  margin: 1.5rem auto 0 !important;
  max-width: 70%;
  float: none !important;
}

.subscribe-form .submitted-message {
  text-align:center;
  color:#153347;
}

.subscribe-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 2rem 0 1rem;
}

.subscribe-form form .hs-email .input,
.subscribe-form form .hs-company .input {
  border:1px solid #153347;
  height:100%
}

.subscribe-form form .hs-company {
  margin-top:1rem; 
}

.subscribe-form form .input input {
  height:100%;
}

.subscribe-form form .hs_email label {
  display:none !important;
}

.subscribe-form form .hs-error-msgs {
}

.subscribe-form form > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.subscribe-form form .hs_email.hs-form-field {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.subscribe-form form label {
  color:#153347;
}

.subscribe-form form ul {
  list-style:none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.subscribe-form form ul li {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
  color:#153347;
}

.subscribe-form form .hs_submit {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
}

.subscribe-form form .hs-button {
  text-decoration:none;
  padding: 0.75rem 2rem 0.75rem 1.5rem;
  display: inline-block;
  background: #153347;
  color:#FFF;
  font-family:'Noto Sans', sans-serif;;
  -webkit-transition:all 0.2s ease;
  -o-transition:all 0.2s ease;
  transition:all 0.2s ease;
  border:0px;
  width:100%;
  cursor:pointer;
  border:1px solid #153347;
}


.subscribe-form form .actions:after {
  font-family:'FontAwesome';
  content:"\f105";
  margin-left: -1.25rem;
  font-size:25px;
  vertical-align:middle;
  position:absolute;
  top: 9px;
  color: #FFF;
}

.subscribe-form form .hs-button:hover {
  background: #f07a20 ;
  border:1px solid #f07a20;
}

.subscribe-form form .actions {
  text-align:center;
  position:relative;
}

/* Topic listing */

.blog-topics-wrapper ul {
  list-style:none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.blog-topics-wrapper ul li {
  -webkit-box-flex:0;
  -ms-flex:0 1 auto;
  flex:0 1 auto;
  margin-right:1rem;
}

.blog-topics-wrapper ul li a {
  text-decoration:none;
  color:#153347;
  -webkit-transition:all 0.4s ease;
  -o-transition:all 0.4s ease;
  transition:all 0.4s ease;
}

.blog-topics-wrapper ul li a:hover {
  color:#f07a20;
}

.blog-topics-wrapper h3 {
  margin-bottom: 1rem;
  font-size:1.25rem;
  text-transform:uppercase;
}




/* News / Blog feed */

.latest-item {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  margin-bottom:1rem;
}

.latest-img-wrapper {
  -webkit-box-flex:0;
  -ms-flex:0 1 35%;
  flex:0 1 35%;
}

.latest-item h2 {
  -webkit-box-flex:0;
  -ms-flex:0 1 60%;
  flex:0 1 60%;
  font-size:1rem;
  font-weight:300;
}

.latest-item h2 a {
  text-decoration:none;
  color:#153347;
  -webkit-transition:all 0.4s ease;
  -o-transition:all 0.4s ease;
  transition:all 0.4s ease;
}

.latest-item h2 a:hover {
  color:#f07a20;
}

.latest-header {
  font-size:1.25rem;
  margin-bottom:1rem;
  text-transform:uppercase;
}

/* Load more blog button */

.load-more-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background:#153347;
  color:#FFF;
  -webkit-transition:all 0.4s ease;
  -o-transition:all 0.4s ease;
  transition:all 0.4s ease;
}

.load-more-wrapper:hover {
  background:#f07a20;
}

.load-more-wrapper a {
  width: 100%;
  padding: 0.5rem 0;
  cursor:pointer;
  color: #fff;
  text-decoration: none;
}

.no-post {
  text-align: center;
  padding-bottom: 1rem;
}



/*****************************************


VALUES


*****************************************/

/* Values module */

.values-item-bg {
  padding: 2.5em 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.values-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.values-item-wrapper {
  -webkit-box-flex:0;
  -ms-flex:0 1 48.4%;
  flex:0 1 48.4%;
  background:#FFF;
}

.values-item-wrapper.values-item-wrapper-no-text {
  background:transparent;
  padding:10rem 0;
}

.values-item-text-wrapper {
  padding:5rem 4rem;
}

.values-item-text-wrapper h1,
.values-item-text-wrapper h2,
.values-item-text-wrapper h3,
.values-item-text-wrapper h4 {
  text-transform:uppercase;
}


.values-item-parent > span > div {
  margin-top:0.25rem;
}

.values .body-container > div:nth-child(3) {
  background:#FFF;
}

.values .hero-container {
  padding: 10rem 0 10rem;
}

/*****************************************


Contact page


*****************************************/

.contact-hero-bg {
/*  background:url('//cdn2.hubspot.net/hubfs/1793567/Telko%202017/backgrounds/telko-map-harmaa-02.png');*/
/*  background:url('https://www.telko.com/hubfs/Telko%202023%20update/backgrounds/Telko_Contact_hero_image.jpg');*/
  background:url('https://www.telko.com/hubfs/Telko%202023%20update/backgrounds/Telko_Contact_hero_image_v2.jpg');
}

.contact-hero-heading {
  z-index: 2;
  position: relative;
  margin-bottom: 2.5rem;
}

.country-nav-container {
  max-width: 25%;
  margin: 0 auto !important;
  float: none !important;
  text-align: left;
  background: #FFF;
  border: 1px solid #f07a20;
  position:absolute;
  right:0;
  left:0;
  z-index:7 !important;
}

.contact .hero-container {
  z-index:auto;
}

.country-nav-open.country-nav-container {
  border:1px solid #f07a20;
}

.country-nav {
  display:-webkit-box !important;
  display:-ms-flexbox !important;
  display:flex !important;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}

.country-nav > div {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
}

.contact-us-country-nav-header {
  position:relative;
  padding: 1.1rem 0 1.11rem 2.7rem;
  font-size:1rem;
}

.contact-us-country-nav .level-1-list-element > a {
  padding: 0.5rem 3rem 0.5rem 2.7rem;
}

.contact-us-country-nav .level-2-list-element {
  margin-left:2.7rem;
}

.contact-us-country-nav-header > i {
  position: absolute;
  right: 0;
  font-size: 1.5rem;
  padding: 1.01rem 1.25rem;
  top: 0;
  background: #f07a20;
  -webkit-transition:all 0.4s ease;
  -o-transition:all 0.4s ease;
  transition:all 0.4s ease;
  color:#FFF;
  cursor:pointer;
}

.contact-us-country-nav-header > i:hover {
  color:#153347;
}


.level-1-list-element-with-children {
  position:relative;
}

.level-1-list-element-with-children > a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0.5rem 3rem 0.5rem 2.7rem;
}

.level-1-list-element-with-children:hover > a {
  background:#f07a20;
}

.level-1-list-element-with-children > i {
  position:absolute;
  right:2rem;
  padding: 0.5rem 1rem;
  font-size:25px;
  cursor:pointer;
  color:#000;
  -webkit-transition:all 0.4s ease;
  -o-transition:all 0.4s ease;
  transition:all 0.4s ease;
}

.contact .level-1-list-element {
  margin-bottom:0;
}

.contact-us-country-nav li a {
  color:#000;
  text-decoration:none;
}

.country-nav-open .contact-us-country-nav-header i:before {
  content: "\f106";
}

/*  Contact person custom module  */

.contact-person-container > span  {
  display:-webkit-box !important;
  display:-ms-flexbox !important;
  display:flex !important;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:start;
  -ms-flex-pack:start;
  justify-content:flex-start;
}

.contact-person-container > span > div {
  -webkit-box-flex:0;
  -ms-flex:0 1 45%;
  flex:0 1 45%;
  margin-bottom:2.5rem;
}

.contact-person-container > span > div:nth-child(even) {
  margin-left: 10%;
}


.contact-person-wrapper {
  display:-webkit-box !important;
  display:-ms-flexbox !important;
  display:flex !important;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}

.contact-person-image-wrapper {
  -webkit-box-flex:0;
  -ms-flex:0 1 20%;
  flex:0 1 20%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}

.contact-person-image {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 50%;
  width: 190px;
  height: 190px;
}

.contact-person-text-wrapper {
  -webkit-box-flex:0;
  -ms-flex:0 1 65%;
  flex:0 1 65%;
}
.contact-person-text-wrapper p {
  font-size: inherit;
  margin: 0;
}

/* Contact City module */

.contact-city-container {
  position: relative;
  top: 0;
  margin-top: -15rem !important;
  z-index: 3;
}

.contact-city-container > span > div {
  margin-bottom: 5rem;
  position:relative;
}

.contact-city-container > span > div:first-child .contact-city-wrapper {
  border-top: 10px solid #153347;
}

.contact-city-wrapper {
  background:#FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

}

.contact-city-info-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
  padding-left: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 7rem;
}

.contact-city-header {
  margin: 2rem 1rem 2rem 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.contact-city-header h2 {
  font-weight: 300;
  font-size: 2rem;
  color: orange;
}

.contact-city-left {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
}

.contact-city-info {
  margin-bottom:2rem;
}
.contact-city-info p {
  font-size: inherit;
  margin: 0;
}

.contact-city-links ul {
  list-style:none;
}

.contact-city-links ul li a {
  text-decoration:none;
  color:#153347;
  font-size: 15px;
  line-height: 21px;
  -webkit-transition:all 0.4s ease;
  -o-transition:all 0.4s ease;
  transition:all 0.4s ease;
}

.contact-city-links ul li a:hover {
  color:#f07a20;
}


.contact-city-links ul li a i {
  margin-left:0.5rem;
}

.contact-city-right {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
}

.contact-city-image-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
}

.contact-city-image {
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  -webkit-filter: grayscale(100%);
}

.contact-city-cta {
  position: absolute;
  width: 40%;
  bottom: 0;
  background:#f5f6f8 ;
  text-align: center;
  overflow:hidden;
  padding-top: 1rem;
}

.contact-city-cta-slopes {
  text-align: center;
  overflow: hidden;
}

.contact-city-cta-slopes:before {
  content: "";
  position: absolute;
  left: -5%;
  bottom: -0.5rem;
  height: 4rem;
  background: #FFF;
  width: 20%;
  overflow: hidden;
  transform: skewX(-35deg);
  -ms-transform: skewX(-35eg);
  -webkit-transform: skewX(-35deg);

}

.contact-city-cta-slopes:after {
  content: "";
  position: absolute;
  right: -5%;
  bottom: -0.5rem;
  height: 4rem;
  background: #FFF;
  width: 20%;
  overflow: hidden;
  transform: skewX(35deg);
  -ms-transform: skewX(35eg);
  -webkit-transform: skewX(35deg);
}

.contact-person-name {
  font-size: 1.25rem;
}

.contact-person-email a {
  color: #f07a20;
  text-decoration:none;
}

.contact-person-phone {
  margin-top:1rem;
}

.contact-person-some {
  margin-top:1rem;
}

.contact-person-some a {
  color: #153347;
  font-size:1.5rem;
  -webkit-transition:all 0.4s ease;
  -o-transition:all 0.4s ease;
  transition:all 0.4s ease;
}

.contact-person-some a:hover {
  color:#f07a20;
}

.contact .body-container > div:nth-child(3) {
  background:#FFF;
}

/* Contact form */

.contact-fi .contact-form-bg {
  background:url('//cdn2.hubspot.net/hubfs/1793567/Telko%202017/backgrounds/contact-helsinki-finland-telko.jpg');
}

.contact-form-bg {
  background:url('//cdn2.hubspot.net/hubfs/1793567/Telko%202017/backgrounds/telko-lubrucant-orange-bg.png');
  background-position:center !important;
  background-repeat:no-repeat !important;
  background-size:cover !important;
}

.contact-form-bg.form-section-bg form {
  padding:0;
}

.contact-form-container {
  background:#FFF !important;
  max-width:40%;
  margin:5rem auto !important;
  float:none !important;
}

.form-section-bg .contact-form-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
  max-width:100%;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  border:1px solid #153347;
  outline:none;
  font-family:'Noto Sans', sans-serif; !important;
}

.contact-form .hs-error-msgs {
  list-style:none;
  color:red;
  font-size:0.75rem;
}

.contact-form-header {
  text-align:center;
}

.contact-form {
  padding:0 5rem 2rem !important;
}

.contact-form-header {
  padding:2rem !important;
}

.contact-form-header h2 {
  position:relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.contact-form-header h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
  border-bottom:1px solid #153347;
  width:20%;
}

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

.contact-form .hs-form-field {
  max-width: 80% !important;
  margin: 0 auto 1rem !important;
}

.contact-form .hs_submit {
  margin:2rem 0 1rem !important;
}

.contact-form ::placeholder {
  color:#153347;
  font-family:'Noto Sans', sans-serif; !important;
  font-size:15px
}

.contact-form .hs-button {
  text-decoration:none;
  padding: 0.75rem 2rem 0.75rem 1.5rem;
  display: inline-block;
  background: #153347;
  color:#FFF;
  font-family:'Noto Sans', sans-serif;;
  -webkit-transition:all 0.2s ease;
  -o-transition:all 0.2s ease;
  transition:all 0.2s ease;
  border:0px;
}


.contact-form .actions:after {
  font-family:'FontAwesome';
  content:"\f105";
  margin-left: -1.25rem;
  font-size:25px;
  vertical-align:middle;
  position:absolute;
  top: 9px;
  color: #FFF;
}

.contact-form .hs-button:hover {
  background: #f07a20 ;
}

.contact-form .actions {
  text-align:center;
  position:relative;
}

/*****************************************


Landing page / Thank you


*****************************************/

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

.lp .lp-content-container {
  min-height: 89vh;
}


.footer-bg-lp {
  padding-top:3.5rem;
}

.lp-content-container {
  display:-webkit-box !important;
  display:-ms-flexbox !important;
  display:flex !important;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -webkit-box-align:stretch;
  -ms-flex-align:stretch;
  align-items:stretch;
}

.lp-content-container > div {
  -webkit-box-flex:0;
  -ms-flex:0 1 50%;
  flex:0 1 50%;
}

.lp-text-container {
  display:-webkit-box !important;
  display:-ms-flexbox !important;
  display:flex !important;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  padding:6rem 10rem 0;
  margin-bottom:6rem;
}

.lp-text-container > div {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.lp-hero-logo {
  margin-bottom:3rem;
}

.lp-hero-logo img {
  max-width:125px;
}

.lp-hero-text {
  margin-bottom:4rem;
}

.lp-hero-text h1 {
  font-size:2.25rem;
  text-transform:uppercase;
  line-height:2.25rem;
}

.lp-content-wrapper {
  display:-webkit-box !important;
  display:-ms-flexbox !important;
  display:flex !important;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}

.lp-content-text {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
  margin-bottom:2rem;
}

.lp-content-some {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-bottom: 2rem;
}

.lp-content-some ul {
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
}

.lp-content-some ul li {
  flex: 0 1 auto;
  margin-right: 1rem;
  font-size: 1.5rem;
}

.lp-content-some ul li a {
  color:#153347;
  -webkit-transition:all 0.4s ease;
  -o-transition:all 0.4s ease;
  transition:all 0.4s ease;
}

.lp-content-some ul li a:hover {
  color:#f07a20;

}

.lp-content-some ul li:last-child {
  margin-right:0;
}

.lp-content-some ul li:first-child {
  font-size:15px;
  margin-right:2rem;
  color: #153347;
}

.lp-content-img {
  -webkit-box-flex:0;
  -ms-flex:0 1 30%;
  flex:0 1 30%;
}

.lp-content-list {
  -webkit-box-flex:0;
  -ms-flex:0 1 60%;
  flex:0 1 60%;
}

.lp-content-list ul {
  list-style:none;
}

.lp-content-list ul li {
  position:relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  color:#153347;
  font-size:15px;
}

.lp-content-list ul li:before {
  content:url(//cdn2.hubspot.net/hubfs/1793567/Telko%202017/icons/icons-check.svg);
  left:0;
  color:#f07a20;
  position:absolute;
  height: 15px;
  width: 15px;
}

.lp-content-container > div:nth-child(2) > div,
.lp-content-container > div:nth-child(2) > div > div,
.lp-content-container > div:nth-child(2) > div > div > div,
.lp-content-container > div:nth-child(2) > div > div > div > div,
.lp-content-container > div:nth-child(2) > div > div > div > div > div,
.lp-content-container > div:nth-child(2) > div > div > div > div > div > div,
.lp-content-container > div:nth-child(2) > div > div > div > div > div > div > div,
.lp-content-container > div:nth-child(2) > div > div > div > div > div > div > div > div {
  height:100%;
}

.form-section-bg {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 6rem 10rem;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}

.form-section-wrapper {
  height:auto !important;
  background:#FFF;
  border-top: 10px solid #153347;
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
}

.form-section-bg > #hs_cos_wrapper_Form {
  display:-webkit-box !important;
  display:-ms-flexbox !important;
  display:flex !important;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  height:100%;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}

.form-section-bg form {
  background:#FFF;
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
}

.form-section-bg form input,
.form-section-bg form textarea,
.form-section-bg form select {
  border:1px solid #153347;
  outline:none;
  font-family:'Noto Sans', sans-serif; !important;
}

.form-section-bg form .hs-error-msgs {
  list-style:none;
  color:red;
  font-size:0.75rem;
}

.lp-form-header {
  text-align:center;
}

.form-section-bg form {
  padding:0 5rem 2rem;
}

.form-section-bg form  fieldset {
  max-width:initial;
}

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

.form-section-bg form fieldset.form-columns-2 {
  max-width:80%;
  margin:0 auto;
}

.form-section-bg form li.hs-form-checkbox input {
  margin-right: 5px;
}

.form-section-bg form ul {
  list-style:none;
}


.form-section-wrapper #hs_cos_wrapper_Formin_otsikko {
  padding:2rem 0;
  text-align:center;
  display:block;
}

.form-section-wrapper #hs_cos_wrapper_Formin_otsikko h2 {
  position:relative;
  padding-bottom: 1rem;
  margin:2rem 50px 1rem;
}

.form-section-wrapper #hs_cos_wrapper_Formin_otsikko p {
  margin:0 50px;
}

.form-section-wrapper #hs_cos_wrapper_Formin_otsikko h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
  border-bottom:1px solid #153347;
  width:20%;
}

.form-section-wrapper #hs_form_target_Form {
  margin-top:2rem;
}

.form-section-bg form .hs-form-required {
  display:none;
}

.form-section-bg form .hs-form-field {
  max-width:80%;
  margin:0 auto 1rem;
}

.form-section-bg form ::placeholder {
  color:#153347;
  font-family:'Noto Sans', sans-serif; !important;
}

.form-section-bg form .hs-button {
  text-decoration:none;
  padding: 0.75rem 2rem 0.75rem 1.5rem;
  display: inline-block;
  background: #153347;
  color:#FFF;
  font-family:'Noto Sans', sans-serif;;
  -webkit-transition:all 0.2s ease;
  -o-transition:all 0.2s ease;
  transition:all 0.2s ease;
  border:0px;
  cursor:pointer;
}


.form-section-bg form .actions:after {
  font-family:'FontAwesome';
  content:"\f105";
  margin-left: -1.25rem;
  font-size:25px;
  vertical-align:middle;
  position:absolute;
  top: 9px;
  color: #FFF;
}

.form-section-bg form .hs-button:hover {
  background: #f07a20 ;
}

.form-section-bg form .actions {
  text-align:center;
  position:relative;
}

/* Thank you page */

.gray-bg {
  background:#f5f6f8;
}

.related-content-section {
  padding: 4rem 10rem 0;
}

.lp-content-container > div:nth-child(3) {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
}

.related-content-section > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.related-content-section > span > div {
  -webkit-box-flex:0;
  -ms-flex:0 1 45%;
  flex:0 1 45%;
  margin-bottom: 4rem;
}

.related-content-section > span > div:nth-child(2n+1) {
  margin-right:10%;
}

.related-content-section > span > div a {
  text-decoration:none;
}

.related-content-item {
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.related-content-item-image {
  -webkit-box-flex:0;
  -ms-flex:0 1 30%;
  flex:0 1 30%;
}

.related-content-item-image > div {
  height:100%;
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
  position: relative;
}

.related-content-item-image > div:before {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 3rem;
  -webkit-transition:all 0.2s ease;
  -o-transition:all 0.2s ease;
  transition:all 0.2s ease;
  position:absolute;
  color: #FFF;
  left: 0;
  top: 39%;
  text-align: center;
  bottom: 0;
  right: 0;
  z-index:3;
  opacity:0;
}

.related-content-item-image > div:after {
  content:"";
  background: rgba(0, 0, 0, 0);
  -webkit-transition:all 0.2s ease;
  -o-transition:all 0.2s ease;
  transition:all 0.2s ease;
}

.related-content-section > span > div a:hover .related-content-item-image > div:after {
  content:"";
  position:absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(21, 51, 71, 0.5);
  z-index: 2;
  left: 0;
  right: 0;
}

.related-content-section > span > div a:hover .related-content-item-image > div:before {
  opacity:1;
}

.related-content-item-content {
  -webkit-box-flex:0;
  -ms-flex:0 1 65%;
  flex:0 1 65%;
  padding:2rem 0 0 0;
}

.related-content-item-text {
  margin-bottom:2rem;
  margin-right:1rem;
}

.related-content-item-text h3 {
  margin-bottom:1rem;
  text-transform:uppercase;
}

.related-content-item-text h2 {
  margin-bottom:1rem;
}

.related-content-item-text p {
  margin-bottom:1rem;
}

.related-content-item-link {
  text-align:right;
}

.related-content-item-link p {
  text-decoration:none;
  padding: 0.5rem 1.5rem;
  display: inline-block;
  background:#1269b0;
  color:#FFF;
  font-family:'Noto Sans', sans-serif;;
  -webkit-transition:all 0.2s ease;
  -o-transition:all 0.2s ease;
  transition:all 0.2s ease;
}

.related-content-item-link p:after {
  font-family:'FontAwesome';
  content:"\f105";
  margin-left: 1rem;
  font-size:25px;
  vertical-align:middle;
}

.related-content-section > span > div a:hover .related-content-item-link p {
  background:#f07a20;
}

.lp-thank-you-bg {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.lp-thank-you-wrapper {
  background:#FFF;
  border-top:10px solid #153347;
  padding:4rem 2rem;
  -webkit-box-flex:0;
  -ms-flex:0 1 60%;
  flex:0 1 60%;
}


.lp-thank-you-image {
  text-align:center;
}

.lp-thank-you-image img {
  max-height:200px;
}

.form-section-bg form {
  padding:0 5rem 4rem;
}

.form-section-bg form .hs_submit {
  margin-top:3rem;
  margin-bottom:3rem;
}

.lp-thank-you-text {
  padding:2rem 0;
  text-align:center;
}

.lp-thank-you-text h2 {
  position:relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.lp-thank-you-text h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
  border-bottom:1px solid #153347;
  width:20%;
}

.lp-thank-you-link {
  text-align:center;
}

.lp-thank-you-link a {
  text-decoration:none;
  display:inline-block;
  background:#153347;
  padding:1.5rem 4rem 1.5rem 6rem;
  color:#FFF;
  position:relative;
  -webkit-transition:all 0.4s ease;
  -o-transition:all 0.4s ease;
  transition:all 0.4s ease;
}

.lp-thank-you-link a:hover {
  background:#f07a20;
}

.lp-thank-you-link a:before {
  content:url(//cdn2.hubspot.net/hubfs/1793567/Telko%202017/icons/icons-download.svg);
  left:2rem;
  position:absolute;
  font-size:1.5rem;
  height: 35px;
  width: 35px;
  top: 1.1rem;
}

/*****************************************


System pages


*****************************************/

/* Error 404 */

.error-container {
  margin-top:4rem;
  margin-bottom:4rem;
}

.error-container {
  display:-webkit-box !important;
  display:-ms-flexbox !important;
  display:flex !important;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}

.error-container > div:nth-child(1) {
  -webkit-box-flex:0;
  -ms-flex:0 1 60%;
  flex:0 1 60%;
}

.error-main-text {
  margin-bottom:3rem;
}

.error-main-text h1 {
  font-size:3.5rem;
  text-transform:uppercase;
}

.error-main-text h2 {
  font-weight:300;
}

.error-main-text h2 a {
  font-weight:600;
  text-decoration:none;
  color:#153347;
}

.error-description h2 {
  font-weight:300;
  font-size:2.25rem;
  color:#f07a20;
  margin-bottom:1rem;
  line-height:2.75rem;
}

.error-description p {
  margin-bottom:1rem;
}

.error-description ul li {
  color:#153347;
}

.error-description ul {
  padding-left:1rem;
}

.error-description p a {
  text-decoration:none;
  color:#f07a20;
}

.error-list-wrapper h3 {
  font-size:1.5rem;
  margin-bottom:1.5rem;
}

.error-list-wrapper ul {
  list-style:none;
}

.error-list-wrapper ul li {
  margin-bottom:0.25rem;
}

.error-list-wrapper ul li a {
  color:#f07a20;
  text-decoration:none;
}

/*****************************************


Downloadables


*****************************************/


.downloadables .downloadables-container {
  position: relative;
  top: 0;
  margin-top: -15rem;
  border-top:10px solid #153347;
  z-index: 5;
  background: #FFF;
  padding: 2rem;
}


/* Downloadable items */

.downloadables-container {
  margin-bottom: 5rem !important;
}

.downloadables-container > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align:stretch;
  -ms-flex-align:stretch;
  align-items:stretch;
}

.downloadables-container > span > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 22.5%;
  flex: 0 1 22.5%;
  margin-right: 3%;
  margin-bottom: 2rem;
}

.downloadables-container > span > div:nth-child(4n+4) {
  margin-right:0;
}

.downloadables-item-wrapper {
  background:#FFF;
  border:1px solid lightgray;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height:100%;
}


.downloadables-item-image div {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 307.59px;
  position:relative;
}

.downloadables-item-image div:before {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 3rem;
  -webkit-transition:all 0.2s ease;
  -o-transition:all 0.2s ease;
  transition:all 0.2s ease;
  position:absolute;
  color: #FFF;
  left: 0;
  top: 42%;
  text-align: center;
  bottom: 0;
  right: 0;
  z-index:3;
  opacity:0;
}

.downloadables-item-image div:after {
  content:"";
  background: rgba(0, 0, 0, 0);
  -webkit-transition:all 0.2s ease;
  -o-transition:all 0.2s ease;
  transition:all 0.2s ease;
}

.downloadables-link:hover .downloadables-item-image div:after {
  content:"";
  position:absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(21, 51, 71, 0.5);
  z-index: 2;
  left: 0;
  right: 0;
}

.downloadables-link:hover .downloadables-item-image div:before {
  opacity:1;
}


.downloadables-item-text {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
  margin: 0 1rem 16px;
}


.downloadables-item-image {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
}

.downloadables-item-text h3 {
  text-transform:uppercase;
  margin:16px 0 10px;
  word-break:break-word;
}

.downloadables-item-link {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  text-align:right;
  -ms-flex-item-align:end;
  align-self:flex-end;
}

.downloadables-item-link p {
  text-decoration:none;
  padding: 0.5rem 1.5rem;
  display: inline-block;
  background: #1269b0;
  color:#FFF;
  font-family:'Noto Sans', sans-serif;;
  -webkit-transition:all 0.2s ease;
  -o-transition:all 0.2s ease;
  transition:all 0.2s ease;
}

.downloadables-item-link p:after {
  font-family:'FontAwesome';
  content:"\f105";
  margin-left: 1rem;
  font-size:25px;
  vertical-align:middle;
}

.downloadables-link:hover .downloadables-item-link p {
  background: #f07a20 ;
}

.downloadables-link {
  text-decoration:none;
}

/*****************************************


Your industry


*****************************************/

.industry-selection-container {
  background: #FFF;
  border-top: 10px solid #153347;
  border-bottom: 10px solid #153347;
  position: relative;
  top: -10rem;
  z-index: 6;
  padding: 2rem 0;
}

.industry-selection-container > span {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  background:#FFF;
}

.industry-selection-container > span > div {
  -webkit-box-flex:0;
  -ms-flex:0 1 25%;
  flex:0 1 25%;
}

.industry-selection-container a {
  text-decoration:none;
}

.industry-selection-container .small-item {
  max-width:100%;
}

.industry-selection-container .small-item-icon {
  margin-left:1.5rem;
}

.industry-selection-container .small-item-name {
  margin-left:1rem;
  margin-right:1rem;
}

.industry-selection-container .small-item-wrapper {
  margin:0;
}

.industry-selection-container a:hover .small-item {
  background:#f07a20;
}

/*****************************************


Careers


*****************************************/

.careers-small-item-container > span {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-align:stretch;
  -ms-flex-align:stretch;
  align-items:stretch;
  margin:3rem 0;
}

.careers-small-item-container > span > div {
  -webkit-box-flex:0;
  -ms-flex:0 1 48%;
  flex:0 1 48%;
  border:1px solid lightgray;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}

.careers-small-item-container > span > div:nth-child(odd) {
  margin-right:4%;
}

.careers-small-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding:1.25rem;
}

.careers-small-item-image {
  -webkit-box-flex:0;
  -ms-flex:0 1 30%;
  flex:0 1 30%;
}

.careers-small-item-image > div > img {
  border-radius:50%;
}

.careers-small-item-image > div {
  background-position:center !important;
  background-repeat:no-repeat !important;
  background-size:cover !important;
}

.careers-small-item-info {
  -webkit-box-flex:0;
  -ms-flex:0 1 65%;
  flex:0 1 65%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin:1rem 0;
}

.careers-small-item-info-text {
  margin-bottom:1rem;
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
}

.careers-small-item-info-text-header {
  margin-bottom:1rem;
}

.careers-small-item-info-text-description a {
  text-decoration:none;
  color:#f07a20;
}

.careers-small-item-info-link {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
}

.careers-small-item-info-link > div {
  display:inline-block;
}

.careers-small-item-info-link a {
  text-decoration:none;
  padding: 0.5rem 1.5rem;
  display: inline-block;
  background:#153347;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  color:#FFF;
  font-family:'Noto Sans', sans-serif;;
  -webkit-transition:all 0.2s ease;
  -o-transition:all 0.2s ease;
  transition:all 0.2s ease;
}

.careers-small-item-info-link a:after {
  font-family:'FontAwesome';
  content:"\f105";
  margin-left: 1rem;
  font-size:25px;
  vertical-align:middle;
}

.careers-small-item-info-link a:hover {
  background:#f07a20;
}


.careers-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4rem !important;
}

.careers-container > div {
  border-top: 10px solid #153347;
  position: relative;
  margin-top: -15rem !important;
  z-index: 5;
  background: #FFF;
}

.careers-container > div:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  border-bottom:10px solid #153347;
}

.careers-container > div:nth-child(2) {
  -webkit-box-flex:0;
  -ms-flex:0 1 65%;
  flex:0 1 65%;
}

.small-item-heading.small-item-heading-no-description {
  padding-bottom:0;
}

.career-nav-container .small-item-heading-container {
  margin-bottom:0;
}

.career-nav ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.career-nav ul li {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
}

.career-nav ul li a {
  text-decoration:none !important;
  padding:0.75rem 0.75rem 0.75rem 3rem !important;
  display:block;
  color:#153347;
}

.career-nav ul li a:hover {
  background-color:#f07a20;
}

.career-nav ul li.active > a {
  color:#f07a20;
}

.career-info {
  padding: 2rem 6rem 2rem 5rem;
}

.quote-container {
  position:relative;
}

.quote-container:before {
  content:"";
  position:absolute;
  background: #153347;
  width: 5rem;
  height: 5rem;
  top: -1rem;
  left: 20%;
}

.quote-container:after {
  content: "";
  background: url(https://cdn2.hubspot.net/hubfs/1793567/Telko%202017/icons/quote.svg?t=1518436916333);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 3rem !important;
  position:absolute;
  color: #FFF;
  top: -1rem;
  left: 20%;
  font-size: 3rem;
  height: 5rem;
  width: 5rem;
  text-align: center;
}

.quote-container.twitter-container:after {
  background: url(https://cdn2.hubspot.net/hubfs/1793567/Telko%202017/icons/twitter.svg);
}

.quote-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 60%;
  margin: 1rem auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left:10%;
}

.quote-image {
  -webkit-box-flex:0;
  -ms-flex:0 1 30%;
  flex:0 1 30%;
  text-align:center;
}

.quote-image img {
  border-radius:50%;
  padding:1rem;
  display:inline-block;
  width: auto;
  max-height: 200px;
}

.quote-text {
  -webkit-box-flex:0;
  -ms-flex:0 1 70%;
  flex:0 1 70%;
}

.quote-text h2 {
  font-style: italic;
  margin-bottom: 1rem;
  font-weight: 300;
}

.quote-name {
  text-transform:uppercase;
  color:#f07a20;
  font-weight:600;
}

.quote-title {
  color:#f07a20;
  font-weight:600;
}

.slick-slide {
  outline:none;
}

.large-slider-item {
  max-width: 50%;
  margin: 4rem auto;
  float: none;
  background: #FFF;
  padding: 2rem 6rem;
}

.large-slider-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.large-slider-item-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
}

.large-slider-item-image img {
  border-radius: 50%;
  padding: 1rem;
  max-width: 200px;
  display:inline-block;
}

.large-slider-item-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 70%;
  flex: 0 1 70%;
}

.large-slider-item-text h2 {
  margin-bottom: 1rem;
}

.large-slider-item-text p {
  color: #f07a20;
  font-weight: 600;
}

.large-slider-item-text p span {
  text-transform: uppercase;
}

.large-slider-item-content {

}

.large-slider-container .slick-dots {
  bottom:0;
}


.large-slider-container .slick-dots li button:before {
  font-size:15px;
  opacity:1;
  color:#153347;
}

.large-slider-container .slick-dots li.slick-active button:before,
.large-slider-container .slick-dots li button:hover:before,
.large-slider-container .slick-dots li button:focus:before {
  color:#f07a20;
  opacity:1;
}

.large-slider-container .slick-prev:before, .large-slider-container .slick-next:before {
  font-family:'FontAwesome' !important;
  color:#153347 !important;
  opacity:1 !important;
  font-size: 60px !important;
}

.large-slider-container .slick-prev, .large-slider-container .slick-next {
  width: 60px !important;
  height: 60px !important;
  z-index:1;
}

.large-slider-container .slick-prev:before {
  content:"\f104" !important;
}

.large-slider-container .slick-next:before {
  content:"\f105" !important;
}

.large-slider-container .slick-prev:hover:before,
.large-slider-container .slick-prev:focus:before,
.large-slider-container .slick-next:hover:before,
.large-slider-container .slick-next:focus:before {
  color:#f07a20 !important;
}

.large-slider-container .slick-next {
  right:15%;
}

.large-slider-container .slick-prev {
  left:15%;
}


/* Twitter feed */

#twitter-feed .slick-track {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}

.twitter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 60%;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left:10%;
  padding-top:1rem;
  padding-bottom:1rem;
}

.twitter-item .tweet {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
}

.twitter-item .tweet  {
  font-style: italic;
  margin-bottom: 1rem;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.2;
}


.twitter-item .timePosted {
  -webkit-box-flex:0;
  -ms-flex:0 1 70%;
  flex:0 1 70%;
  text-transform:uppercase;
  color:#f07a20;
  font-weight:600;
}

.twitter-item .timePosted {
  color:#f07a20;
  font-weight:600;
}

.twitter-item .timePosted a:first-child {
  display:block;
  font-size:1.1rem;
}

.twitter-item .timePosted a:last-child {
  display:block;
  font-weight:400;
  font-size:0.95rem;
}

.twitter-item a {
  color:#f07a20;
  text-decoration:none;
}

/*****************************************


HISTORY & FUTURE


*****************************************/

.history-container {
  margin:4rem 0;
}

.history-container > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.history-container > span > div {
  -webkit-box-flex:0;
  -ms-flex:0 1 24%;
  flex:0 1 24%;
  margin-right:1.3%;
  margin-bottom:2rem;
  word-break:break-word;
}

.history-container > span > div:nth-child(4n+4) {
  margin-right:0;
}

.facts-and-figures .history-block {
  padding:1rem 2rem 1rem;
  min-height:18rem;
}

.facts-and-figures .history-block-text-major.history-block p {
  line-height:1;
}

.facts-and-figures .history-block-text-major .history-block-year {
  font-size:2.5rem;
}

.history-block {
  padding: 3rem 2rem 1rem;
  border: 1px solid #f2f2f2;
  position: relative;
  min-height: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height:100%;
}

.history-block-text-major.history-block-blue,
.history-block-text-facts.history-block-blue{
  background:#153347;
}

.history-block-text-major.history-block-blue p,
.history-block-text-facts.history-block-blue p{
  color:#FFF;
}

body .history-block-text-facts p {
  font-weight: 600;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.history-block-text-major.history-block-orange,
.history-block-text-facts.history-block-orange {
  background:#f07a20;
}

.history-block-text-major.history-block-orange p,
.history-block-text-facts.history-block-orange p{
  color:#FFF;
}

.history-block-text-major .history-block-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
  font-size:3rem;
  padding:0 !important;
  position:relative;
}

.history-block-text-major {
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.history-block-text-major.history-block p {
  font-weight:600;
  text-align:center;
  padding-top:0;
}


.history-block-image {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height:17.5rem;
}

.history-block-video {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  cursor:pointer;
}

.history-block-video-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 0;
  background: rgba(21, 51, 71, 0.75);
}

.history-block-video-overlay:after {
  position: relative;
  font-family: 'FontAwesome';
  content: "\f04b";
  left: 0;
  right: 0;
  float: none;
  color: #FFF;
  font-size: 3rem;
  z-index: 3;
}

.history-block-year {
  position: absolute;
  top: 0;
  padding: 0.5rem 1rem !important;
  color: #FFF;
  font-weight: 600;
}

.history-block-blue .history-block-year {
  background:#153347;
}

.history-block-orange .history-block-year {
  background:#f07a20;
}

.history-block p {
  padding-top:2rem;
}

.video-overlay.visible-video {
  display:-webkit-box !important;
  display:-ms-flexbox !important;
  display:flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-overlay {
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: rgba(21, 51, 71, 0.75);
  display:none;
  z-index:15;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 20%;
  left: 0;
  margin: 0 auto;
  right: 0;
  width: 50%;
  height: 50%;
  border: 0px;
}

/*****************************************


COMMUNITY PAGE


*****************************************/

.community-small-item-wrapper {
  max-width:50%;
  margin:2rem auto !important;
  float:none !important;
}

/*****************************************


GOVERNANCE


*****************************************/

.governance .body-container > div:nth-child(3),
.governance .body-container > div:nth-child(4),
.governance .body-container > div:nth-child(5){
  background:#FFF;
}

.governance .body-container > div:last-child {
  background:#f5f6f8;
}


.governance-person-container > span {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.governance-person-container > span > div {
  -webkit-box-flex:0;
  -ms-flex:0 1 19%;
  flex:0 1 19%;
  margin-right:1.2%;
  margin-bottom:3.5rem;
}

.governance-person-container > span > div:nth-child(5n+5) {
  margin-right:0;    
}

.governance-person-wrapper {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}

.governance-person-image {
  text-align:center;
  margin-bottom:1rem;
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
}

.governance-person-image > img {
  border-radius:50%;
  width:200px;
}

.governance-person-description {
  text-align:center;
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
}

.governance-person-description h3 {
  font-weight:300;
}

.governance .career-info h2 {
  color:#f07a20;
}

/*****************************************


SUSTAINABILITY


*****************************************/

.sustainability-form .form-section-wrapper {
  border-top:0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 70%;
  flex: 0 1 70%;
}

.sustainability-form .form-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 4rem 0;
  padding:0 2rem;
}

.sustainability-form .form-header-image {
  -webkit-box-flex:0;
  -ms-flex:0 1 30%;
  flex:0 1 30%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start;
}

.sustainability-form .form-header-image img {
  border-radius:50%;
  max-width:175px;
}



.sustainability-form .form-header-info {
  -webkit-box-flex:0;
  -ms-flex:0 1 65%;
  flex:0 1 65%;
  margin-right:2rem;

}

.form-header a {
  text-decoration:none;
  color:#f07a20;
}



/*****************************************


FOOTER GLOBAL GROUP


*****************************************/

.footer-bg {
  background:#153347;   
}

.footer-container div {
  min-height:0px !important;
}


.footer-wrapper {
  display:-webkit-box !important;
  display:-ms-flexbox !important;
  display:flex !important;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  padding: 3rem 2rem !important;
}


.footer-logo img {
  max-width:160px;
}

.footer-wrapper h4 {
  color:#f07a20;
  text-transform:uppercase;
  font-weight:500;
  position:relative;
}



.footer-wrapper ul {
  list-style:none;
}

.footer-wrapper ul li a {
  color:#FFF;
  -webkit-transition:all 0.4s ease;
  -o-transition:all 0.4s ease;
  transition:all 0.4s ease;
  padding:10px 0px !important;
  text-decoration:none;
  font-size:15px;
}

.footer-wrapper ul li a:hover {
  color:#f07a20;
}

.footer-address-info ul li {
  margin:1rem 0;
  color:#FFF;
  font-size:15px;
  padding-left:0 !important;
  margin-left:0 !important;
}

.no-bottom-margin {
  margin-bottom:0 !important;
}

.no-top-margin {
  margin-top:0 !important;
}

.footer-connect-info ul li {
  margin:1rem 0;
}

.footer-connect-info ul li a i {
  font-size:18px;
}

.sub-footer-container {
  max-width: 1440px;
  margin: 0 auto !important;
  float: none !important;
  background: #141414;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding:1rem 0;
}

.sub-footer-container img {
  margin-right: 2rem;
}

.sub-footer-container > div {
  -webkit-box-flex:0;
  -ms-flex:0 1 40%;
  flex:0 1 40%;
}

.sub-footer-container > div:last-child {
  text-align:right;
}

.sub-footer-info-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-footer-info-wrapper > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.sub-footer-info-wrapper a {
  text-decoration:none;
  color:#d3d4d7;
}

.sub-footer-info-wrapper p {
  color:#d3d4d7;
}

.privacy-policy {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.telko-copyright {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.footer-some-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-some-wrapper>li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 20%;
  margin-right: .5rem;
  margin: .5rem .5rem .5rem 0 !important;
}

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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

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

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

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:770px) {
  body:not(.en) .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }
}




/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */


/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can 
* use this for custom styling on any element when the menu is in the open position.                     
*/

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



@media (max-width: 1030px){



  /* Variables
  ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
  * Menu Reset
  *
  * Remove styling from desktop version of custom-menu-primary. Place any 
  * additional CSS you want removed from the mobile menu in this reset 
  */

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


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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 10vw;
    height: 100%;
    padding: 7px 10px 8px 10px;
    background: #ffffff;
    border: 0px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }


  /* Toggle Button Icon
  ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #ffffff; /* Icon color */
  }


  /* Child Toggle Button
  ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 1rem;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 0px;
  }
  .en .child-trigger {
    top: 0;
  }

  .child-trigger:hover{
    text-decoration: none;
  }

  .child-trigger:after {
    position: absolute;
    content: "\f105";
    font-family:'FontAwesome';
    top: 0.2rem;
    left: 1rem;
    font-size: 25px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .child-trigger i{
  }
  .child-trigger i:after{

  }
  .child-trigger i, .child-trigger i:after{



  }
  .en.mobile-open li.hs-menu-item .child-trigger i {
    background-color: transparent !important;
  }
  .en.mobile-open li.hs-menu-item .child-trigger i:after,
  .en.mobile-open li.hs-menu-item .child-trigger i:before{
    display: none;
  }
  .child-trigger.child-open:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top:0.2rem;
  }
  .child-trigger.child-open i{
  }

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


  /* Menu Styles on Mobile Devices
  ========================================================================== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 55px; /* Makes room for button */
    margin: 0;
  }

  /* Hide menu on mobile */
  body:not(en) .custom-menu-primary.js-enabled .hs-menu-wrapper,
  body:not(en) .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    position: absolute;
    top: 3.4rem;
    left: -6.6rem;
    width: 100%;
    width: 101vw;
    padding: 0 5rem;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#153347; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top:0px;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#f07a20; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    border-left:1px solid #FFF;
    margin-left:1rem;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li:first-child a {
    padding-top:0 !important;   
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li:last-child a {
    padding-bottom:0 !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

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



/*****************************************


MEDIA QUERIES


*****************************************/

@media screen and (min-width:1280px) {
  .hero-sub-text-wrapper p {
    font-size:21px;
  }
}

/* IPAD */
@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
  .worldmap-bg {
    background-attachment: initial !important;
  }
  .blog-item-date {
    display:none !important;
  }
}


@media screen and (min-width:1600px) {
  .cta-banner-wrapper {
    -webkit-box-flex:0;
    -ms-flex:0 0 40%;
    flex:0 0 40%;
  }
}

@media screen and (min-width: 1030px) {
  body.en .header-wrapper .header-main-nav .hs-menu-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}


@media screen and (min-width:1030px) {
  .product-page .sub-page-content-wrapper > div:nth-child(1),
  .product-page .sub-page-content-wrapper > div:nth-child(2){
    top: 0;
  }

  .product-page .sub-page-content-wrapper > div:nth-child(3) {
    margin-top: 2rem;
  }

  .product-page .hero-container {
    margin-bottom: -15rem;
  }


  body:not(.en) .header-wrapper .header-main-nav .hs-menu-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (min-width:770px) and (max-width:1400px)  {
  .blog-item > a:hover .blog-item-summary {
    display:none;
  }

  .blog-item-header h5 {
    font-size:15px;
  }
}

@media screen and (min-width:1400px) and (max-width:1900px) {

  .header-wrapper.header-wrapper-ru .hs-menu-depth-1 a {
    font-size: .75rem;
  }

  .header-wrapper.header-wrapper-ru .hs-menu-depth-2 a {
    font-size: 1rem;
  }
}

@media screen and (max-width:1500px) {
  .content-wrapper {
    padding:0 2rem;
  }

}

@media screen and (max-width:1480px) {
  .language-nav-description a {
    font-size:15px;
  }


  .language-nav a {
    font-size:15px;
  }

  .form-section-bg {
    padding:6rem 4rem 0;
  }

  .form-section-bg.contact-form-bg {
    padding:6rem 4rem;
  }

  .sustainability-form.form-section-bg {
    padding:6rem 4rem;
  }

  .lp-text-container {
    padding:6rem 4rem 0;
  }

  .related-content-section {
    padding:4rem 4rem 0;
  }
}

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

  .blog-subscription-wrapper form .hs-form-field {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 85%;
    flex: 0 1 85%;
  }


  .footer-bg {
    padding-top:4rem;
  }

  .contact-city-cta-slopes:after {
    right:-10%;
  }

  .contact-city-cta-slopes:before {
    left:-10%;
  }
}

@media screen and (max-width:1400px) {
  .header-wrapper > div:nth-child(3) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .downloadables-container > span > div,
  .small-lifted-container > span > div {
    margin-right:2.3%;
  }

}

@media screen and (max-width:1367px) {
  .downloadables-item-image div {
    height:276.55px;
  }

  .header-wrapper.header-wrapper-ru a {
    font-size: 0.75rem;
  }

  .header-wrapper-ru .language-nav a,
  .header-wrapper-ru .language-nav-description a {
    font-size: .7rem;
  }
}

@media screen and (max-width:1350px) {
  /*.small-lifted-container > span > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33%;
  flex: 0 1 33%;
  margin-bottom:0.5rem;
} */
}

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



  .subscribe-container {
    max-width:40%;
  }

  .downloadables-item-image div {
    height:257.19px;
  }

  .governance-person-container > span > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 23%;
    flex: 0 1 23%;
    margin-right:2%;
  }

  .governance-person-container > span > div:nth-child(5n+5) {
    margin-right:2%;
  }

  .governance-person-container > span > div:nth-child(4n+4) {
    margin-right:0;
  }

  .downloadables-container > span > div,
  .small-lifted-container > span > div{
    margin-right:2%;
  }

  .industry-selection-container > span > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333%;
    flex:0 1 33.333%;
  }

  .header-wrapper a/*,
  .en .language-nav-description a */{
    font-size: 0.9rem;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    top:5.1rem;
  }

  .language-nav-description a {
    font-size:14px;
  }


  .language-nav a {
    font-size:14px;
  }


  .language-nav ul > li.hs-menu-depth-1:after {

  }

  .values-item-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }

  .subscribe-form {
    margin: 1.5rem 0 0 !important;
    max-width: 100%;
  }

  .subscribe-form form .hs_email.hs-form-field {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .contact-person-text-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
  }
}

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

  .blog-subscription-wrapper form .hs-form-field {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
  }

  .downloadables-container > span > div,
  .small-lifted-container > span > div{
    -webkit-box-flex: 0;
    -ms-flex: 0 1 31.3%;
    flex: 0 1 31.3%;
    margin-right: 3%;
    margin-bottom: 2rem;
  }

  .downloadables-container > span > div:nth-child(3n+3),
  .small-lifted-container > span > div:nth-child(3n+3) {
    margin-right:0 !important;
  }

  .downloadables-container > span > div:nth-child(4n+4),
  .small-lifted-container > span > div:nth-child(4n+3) {
    margin-right:3%;
  }
}

@media screen and (max-width:1200px) {
  .contact-city-cta-slopes:after {
    right:-15%;
  }

  .contact-city-cta-slopes:before {
    left:-15%;
  }

  .lp-thank-you-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 80%;
    flex:0 1 80%;
  }

  .related-content-section > span {
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
  }

  .related-content-section > span > div {
    -webkit-box-flex:0;
    -ms-flex:0 1 80%;
    flex:0 1 80%;
  }

  .related-content-section > span > div:nth-child(2n+1) {
    margin-right:0;
  }

  .history-container > span > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    margin-right: 3%;
  }

  .history-container > span > div:nth-child(3n+3) {
    margin-right:0 !important;
  }

  .history-container > span > div:nth-child(4n+4) {
    margin-right:3%;
  }

  .videoWrapper iframe {
    top:15%;
    width:75%;
    height:75%;
  }

  .quote-wrapper,
  .twitter-item {
    max-width:80%;
  }

  .quote-container:before {
    left:10%;
  }

  .quote-container:after {
    left:10%;
  }
}

@media screen and (min-width:1151px) and (max-width:1238px) {
  .language-nav-description p {
    line-height:15px;
  }

}

@media screen and (max-width:1150px) {
  .header-wrapper > div:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 15%;
    flex: 0 1 15%;
  }

  .header-wrapper > div:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
  .en .header-wrapper > div:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 10%;
    flex: 0 1 10%;
  }

  .language-nav ul > li.hs-menu-depth-1:before {
    left:5px;
  }

  .language-nav ul>li.hs-menu-depth-1 .hs-menu-depth-2:before {
    left:-2rem;

  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding:10px 5px;
  }

  .language-nav ul > li.hs-menu-depth-1:after {
    right:20px;
  }
}

@media screen and (max-width:1150px) {
  /* .small-lifted-container > span > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 49%;
  flex: 0 1 49%;
  margin-bottom: 1rem;
} */

  .contact-person-image {
    width:150px;
    height:150px;
  }

  .sustainability-form .form-header-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
  }

  .sustainability-form .form-header-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }

  .sustainability-form .form-header-image img {
    max-width:155px;
  }

  .lp-hero-text h1 {
    font-size:2rem;
    line-height:2rem;
  }



}

@media screen and (max-width:1100px) {
  .sub-page-content-wrapper > div:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 34%;
    flex: 0 1 34%;
  }

  .quote-image img {
    width:175px;
    height:175px;
  }

  .quote-wrapper,
  .twitter-item {
    padding-top:1rem;
    padding-bottom:1rem;
  }

  .downloadables-container > span > div,
  .small-lifted-container > span > div{
    margin-right:2.5%;
  }

  .downloadables-container > span > div:nth-child(4n+4),
  .small-lifted-container > span > div:nth-child(4n+4) {
    margin-right:2.5%;
  }


}

@media screen and (max-width:1050px) {
  .lp-hero-text h1 {
    font-size:1.75rem;
    line-height:1.75rem;
  }
}

@media screen and (max-width:1030px) {
  .form-section-bg form {
    padding:0 1rem 4rem;
  }

  .downloadables-container > span > div,
  .small-lifted-container > span > div{
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }

  .downloadables-item-image div {
    height:266.8px;
  }

  .country-nav-container {
    max-width:35%;
  }

  .values-item-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%;
  }

  .sub-page-info-contact {
    padding:1rem 2.5rem;
  }

  .sub-page-info-picture {
    width:125px;
    height:125px;
  }

  .sub-page-content-wrapper > div:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
  }

  .header-wrapper {
    padding-bottom:3px;
  }

  .quote-container:after {
    background-size: 2.5rem !important;
  }
}

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



  .sub-page-information {
    padding:1.5rem 2.5rem;
  }

  .sub-page-content-wrapper > div:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
  }



  .hero-container {
    margin:0 12%;
  }

  .contact-form-container {
    max-width:60%;
  }

  .header-main-nav ul li a {
    font-size: 0.9rem;
  }
  .en .language-nav ul li a {
    font-size: 0.8rem;
    padding: 20px !important;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    top: 5.3rem;
  }

  .header-main-nav ul li.hs-menu-depth-1 {
    padding: 1.45rem 0;
  }

  .breadcrumb-search-wrapper {
    margin-top: 3.5rem;
  }

  .language-nav ul li.hs-menu-depth-1 {
    padding: 1.27rem 2.25rem;
  }

  .header-logo-wrapper img {
    max-width:100px;
  }

  .language-nav ul > li.hs-menu-depth-1:after {
  }

  .cta-banner-wrapper {
    -webkit-box-flex:0;
    -ms-flex:0 0 60%;
    flex:0 0 60%;
  }

  .contact-us-cta a {
    padding:0.5rem 5rem;
  }
}

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

  .downloadables-container > span > div,
  .small-lifted-container > span > div{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }

  .form-section-bg {
    padding:6rem 2rem 0;
  }

  .sustainability-form.form-section-bg {
    padding:6rem 2rem;
  }



  .lp-text-container {
    padding:6rem 2rem 0;
  }

  .related-content-section {
    padding:4rem 2rem 0;
  }
}

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

  .header-wrapper-ru .header-main-nav ul li a,
  .header-wrapper-ru .language-nav ul li a {
    font-size: 0.7rem;
  }

  .header-main-nav ul li a,
  .language-nav ul li a,
  .language-nav-description a {
    font-size:0.8rem;
  }

  .large-lifted-content-image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    height: 20rem;
  }

  .large-lifted-content-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

}

@media screen and (min-width:801px) and (max-width:896px) {
  .language-nav-description p {
    line-height:15px;
  }
}

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

  .sustainability-form .form-header-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: 2rem;
  }

  .sustainability-form .form-header-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-right:0;
  }

  .header-main-nav ul li a,
  .language-nav ul li a,
  .language-nav-description a {
    font-size:0.7rem;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    top:5.5rem;
  }

  .header-main-nav ul li a {
    padding:10px !important;
  }

  .language-nav ul li.hs-menu-depth-1 {
    padding: 1.46rem 2.25rem;
  }

  .header-main-nav ul li.hs-menu-depth-1 {
    padding: 1.61rem 0;
  }

  .blog-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: 0.5rem;
  }

  .cta-banner-wrapper {
    -webkit-box-flex:0;
    -ms-flex:0 0 70%;
    flex:0 0 70%;
  }

}

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

  .logo-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    text-align: center;
  }

  .header-wrapper > div:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 28%;
    flex: 0 1 28%;
  }
}

@media screen and (min-width:771px) and (max-width:885px) {
  .header-wrapper-ru .header-main-nav ul li a, .header-wrapper-ru .language-nav ul li a {
    font-size:0.5rem;   
  }
}

@media screen and (min-width:771px) and (max-width:783px) {
  .language-nav-description p {
    line-height:15px;
  }
}

@media screen and (max-width: 1030px) {
  /*
  body.en .header-wrapper > div:nth-child(4) {
  display:none;
}
  */
  .en .breadcrumb-search-wrapper,
  .en .header-wrapper > div:nth-child(4) {
    display: none !important;
  }
  .en .header-wrapper > div:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 10;
    flex: 0 1 10%;
    -ms-flex-item-align: center;
    align-self: center;
  }
}


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

  .about-author-sec .span2 img {
    width:100px;
    height:100px;
  }

  .careers-small-item-container > span > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom:2rem;
  }

  .large-slider-item {
    padding: 2rem 1rem;
    max-width:90%;
  }

  .large-slider-container .slick-prev {
    display:none !important;
  }

  .large-slider-container .slick-next {
    display:none !important;
  }

  .form-section-bg .contact-form-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 90%;
    flex: 0 1 90%;
  }


  .hero-bg {
    padding-bottom:5rem;
  }

  .downloadables-item-image div {
    height:308.39px;
  }

  .governance-person-container > span > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    margin-right:5%;
  }

  div .governance-person-container > span > div:nth-child(3n+3) {
    margin-right:0;
  }

  .governance-person-container > span > div:nth-child(4n+4) {
    margin-right:5%;
  }

  .governance-person-container > span > div:nth-child(5n+5) {
    margin-right:5%;    
  }

  .header-container-wrapper {
    flex-grow:1;
  }

  .videoWrapper iframe {
    top:10%;
    width:95%;
    height:95%;
  }

  .careers-container > div {
  }

  .careers-container > div:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    position: initial;
    margin: 2rem 0 1rem !important;
  }

  .careers-container > div:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    position: initial;
    margin: 2rem 0 4rem !important;
  }

  .careers-container {
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
  }

  .quote-container:before {
    width: 4rem;
    height: 4rem;
    left:5%;
  }

  .quote-container:after {
    left:5%;
    font-size: 2.75rem;
    height: 4rem;
    width: 4rem;
    background-size: 2.5rem;
  }

  .quote-wrapper,
  .twitter-item {
    padding-top:1rem;
    padding-bottom:1rem;
  }

  .quote-text h2 {
    font-size:1.25rem;
  }

  .quote-wrapper,
  .twitter-item {
    max-width:90%;
  }

  .quote-image img {
    width:150px;
    height:150px;
  }

  .history-container > span > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    margin-right:5%;
  }

  div .history-container > span > div:nth-child(2n+2) {
    margin-right:0 !important;
  }

  .history-container > span > div:nth-child(3n+3) {
    margin-right:5% !important;
  }

  .history-container > span > div:nth-child(4n+4) {
    margin-right:5%;
  }

  #smart-banner {
    top:2rem;
  }

  .industry-selection-container {
    top:0;
    margin-top:2rem;
    margin-bottom:2rem;
  }

  .industry-selection-container > span > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }

  .blog-subscription-wrapper form .hs-form-field {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .contact-person-image {
    width:200px;
    height:200px;
  }

  .contact-person-image-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
  }

  .contact-us-country-nav .level-2-list-element {
    padding:0.5rem 0 0.5rem 1rem;
  }

  .contact .contact-hero-bg .row-fluid [class*="span"].hero-container:first-child {
    /* margin-left:12%; */
  }


  .contact .contact-hero-bg .row-fluid .hero-container {
    margin:0 1rem;
  }


  .downloadables-container {
    /*margin-top:5rem !important;*/
  }

  .downloadables-container > span > div,
  .small-lifted-container > span > div{
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48.5%;
    flex: 0 1 48.5%;
  }

  div .downloadables-container > span > div:nth-child(2n+2),
  div .small-lifted-container > span > div:nth-child(2n+2) {
    margin-right:0 !important;
  }

  .downloadables-container > span > div:nth-child(3n+3),
  .small-lifted-container > span > div:nth-child(3n+3){
    margin-right:3% !important;
  }

  .lp-text-container {
    padding:6rem 4rem 4rem;
    margin-bottom:0;
  }

  .form-section-bg {
    padding:6rem 4rem;
  }

  .lp-content-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }

  .lp-content-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
  }

  .error-container>div:nth-child(1),
  .error-container>div:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .related-content-section > span > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .related-content-section > span > div:nth-child(2n+1) {
    margin-right:0;
  }

  .lp-thank-you-wrapper {
    margin:2rem 0;
  }

  .lp-content-container > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .form-section-bg {
    padding: 6rem 2rem 6rem;
  }

  .subscribe-container {
    max-width:70%;
  }

  .blog-subscription-wrapper {
    margin-top:5rem;
  }

  .blog-listing-container>div:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .blog-listing-container>div:nth-child(1) {
    margin-top: 5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .contact-form-container {
    max-width:80%;
  }

  .contact-person-container > span > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .contact-person-container > span > div:nth-child(even) {
    margin-left:0;
  }

  .contact-city-cta-slopes:before {
    width:30%;
  }

  .contact-city-cta-slopes:after {
    width:30%;
  }

  .contact-city-right {
    margin-bottom:2rem;
  }

  .contact-city-left {
  }

  .contact-city-container {
    margin-top:5rem !important;
  }

  .country-nav-container {
    max-width:50%;
  }

  .contact-city-info-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-box-ordinal-group:3;
    -ms-flex-order:2;
    order:2;
  }

  .contact-city-image-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-box-ordinal-group:2;
    -ms-flex-order:1;
    order:1;
    height: 20rem;
  }

  .contact-city-cta {
    width:100%;
  }

  .values-item-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
  }

  .sub-page-content-wrapper > div:nth-child(3) {
    -webkit-box-ordinal-group:4;
    -ms-flex-order:3;
    order:3;
    margin-top:2rem;
  }

  .lifted-product-parent {
    -webkit-box-ordinal-group:3 !important;
    -ms-flex-order:2 !important;
    order:2 !important;
  }

  .sub-page-content-wrapper > div:nth-child(4) {
    -webkit-box-ordinal-group:5;
    -ms-flex-order:4;
    order:4;
  }

  .mobile-trigger > i {
    left: 30%;
    top: 20%;
  }

  .footer-some-wrapper {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
  }

  .footer-some-wrapper > li {
    text-align:center;
    margin: 3rem 1.5rem 0 !important;
  }

  body .footer-4 .footer-some-wrapper > li > a {
    border-left:0px !important;
    padding-left:0px !important;
  }

  .footer-connect-info ul li a i {
    font-size:25px;
  }

  .footer-wrapper ul {
    margin: 0.5rem 0 !important;   
  }

  .footer-wrapper ul li a {
    border-left: 1px solid #FFF;
    padding-left: 1.5rem !important;
  }

  .footer-wrapper .footer-address-info ul li a {
    border-left:0;
  }

  .footer-wrapper ul li:first-child a {
    padding-top:0 !important;
  }

  .footer-wrapper ul li:last-child a {
    padding-bottom:0 !important;
  }

  .hs-menu-depth-2 > a {
    line-height:20px !important;
    margin-left: 0.5rem !important;
  }

  .header-main-nav ul li.hs-menu-depth-1 {
    padding:1rem 0;
  }

  .header-main-nav ul li.hs-menu-depth-1 {
    padding:0;
  }

  .header-main-nav ul li.hs-menu-depth-1 > a {
    font-size:1.1rem;
  }

  .footer-wrapper h4:after {
    content: "\f105";
    font-family:'FontAwesome';
    font-size: 25px;
    position: absolute;
    margin-left: 1rem;
    font-size: 25px;
    color: #FFF;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transition:all 0.25s ease;
  }

  .footer-wrapper h4.links-open:after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    transition:all 0.25s ease;
  }

  .industry-container, .products-container {
    margin-top: 0;
  }

  .header-main-nav .hs-menu-wrapper > ul > li:nth-last-child(2),
  .header-main-nav .hs-menu-wrapper > ul > li:nth-last-child(1){
    display:list-item;
  }

  .header-main-nav .hs-menu-wrapper > ul > li::nth-child(6) .child-trigger {
    top:1.5rem;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) ul li {
    border-left:0;
    margin-left: 0;
  }

  body:not(.en) .header-main-nav .hs-menu-wrapper > ul > li:nth-child(6) > a:before,
  body.en .header-main-nav .hs-menu-wrapper > ul > li:nth-child(9) > a:before  {
    position: relative;
    padding: 0.35rem 1rem;
    top: 0rem;
    left: -3px;
    content: "";
    background-size: 1.75rem;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.75rem !important;
    height: 1.75rem !important;
  }

  .header-main-nav .hs-menu-depth-2 .icon-en {
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0.5rem;
  }

  .header-main-nav .hs-menu-depth-2 .icon-en:before {
    position: relative;
    padding: 0.35rem 1rem;
    top: 0.11rem;
    left: -3px;
    content: "";
    background-size: 1.75rem;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.75rem !important;
    height: 1.75rem !important;
  }

  .header-main-nav .hs-menu-depth-2 .icon-fi {
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0.5rem;
  }

  .header-main-nav .hs-menu-depth-2 .icon-fi:before {
    position: relative;
    padding: 0.35rem 1rem;
    top: 0.11rem;
    left: -3px;
    content: "";
    background-size: 1.75rem;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.75rem !important;
    height: 1.75rem !important;
  }

  .header-main-nav .hs-menu-depth-2 .icon-cn {
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0.5rem;
  }

  .header-main-nav .hs-menu-depth-2 .icon-cn:before {
    position: relative;
    padding: 0.35rem 1rem;
    top: 0.11rem;
    left: -3px;
    content: "";
    background-size: 1.75rem;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.75rem !important;
    height: 1.75rem !important;
  }
  .header-main-nav .hs-menu-depth-2 .icon-ru {
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0.5rem;
  }

  .header-main-nav .hs-menu-depth-2 .icon-ru:before {
    position: relative;
    padding: 0.35rem 1rem;
    top: 0.11rem;
    left: -3px;
    content: "";
    background-size: 1.75rem;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.75rem !important;
    height: 1.75rem !important;
  }

  .header-main-nav .hs-menu-depth-2 .icon-pl {
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0.5rem;
  }

  .header-main-nav .hs-menu-depth-2 .icon-pl:before {
    position: relative;
    padding: 0.35rem 1rem;
    top: 0.11rem;
    left: -3px;
    content: "";
    background-size: 1.75rem;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.75rem !important;
    height: 1.75rem !important;
  }


  .header-wrapper .header-main-nav .hs-menu-wrapper > ul {
    padding-bottom:10rem;
    padding-top:1.5rem;
  }

  .header-wrapper {
    width:100% !important;
  }

  body:not(.en) .header-wrapper > div:nth-child(4) {
    display:none;
  }

  .breadcrumb-search-wrapper {
    display: none !important;
  }

  .industry-container, .products-container {
    position:relative;
    top:0;
  }

  .frontpage .body-container-wrapper > div > div.row-fluid-wrapper.row-depth-1.row-number-2 > div {
    height:auto;
  }


  .industry-products-container > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    position: relative;
    margin: 1rem 0 !important;
  }

  .section-heading-line h2:after {
    width: 50%;
  }

  /* .small-lifted-container > span > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
  margin-bottom: 1.5rem;
} */

  .blog-and-news-container > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .blog-and-news-container > div:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .blog-item-date {
    display:none !important;
  }

  .blog-item-summary {
    opacity:1;
    display:block;
  }

  .blog-item-header h5 {
    font-size:1.25rem;
  }

  .blog-item-link i {
    color:#f07a20;
  }

  .community-link-wrapper a {
    color:#f07a20;
  }

  .contact-us-countries li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }

  .contact-us-cta a {
    padding:0.5rem 3rem;
  }

  .contact-us-cta-slopes:before {
    left:-9rem;
  }

  .contact-us-cta-slopes:after {
    right:-9rem;
  }

  .footer-wrapper > div {
    -webkit-box-flex:1;
    -ms-flex:1 0 100%;
    flex:1 0 100%;
    margin-bottom: 1.5rem;
  }

  .footer-logo {
    text-align:center;
    margin-bottom:1.5rem;
  }

  .footer-logo img {
    max-width: 150px;
  }

  .sub-footer-container > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .sub-footer-container > div:last-child {
    text-align: center;
    margin-top: 1.25rem;
  }

  .sub-footer-container {
    max-width:80%;
    margin-top:2rem !important;
  }

  .small-lifted-content-image a div:before {
    opacity:1;
  }

  .hero-container {
    padding:10rem 0 !important;
  }

  .hero-container h1 {
    font-size:3.5rem;
  }

  .worldmap-bg {
    background-attachment: initial !important;
    height: 20.5rem;
    background-position: initial !important;
  }

  .small-lifted-content-image a div {
    height: 15rem;
    padding:0;
  }

  .header-wrapper > div:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex:0 1 10;
    flex: 0 1 10%;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    position: absolute;
    top: 3.4rem;
    left: -90vw;
    width: 100%;
    width: 100vw;
    padding: 0 5rem;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    height: 100vh;
    overflow: scroll;
  }

  .header-wrapper > div:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .header-wrapper > div:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex:0 1 10;
    flex: 0 1 10%;
    -ms-flex-item-align:center;
    align-self:center;
  }

  .mobile-open .mobile-trigger i {
    width:0px;
  }

  .mobile-open .mobile-trigger i:before {
    top: 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .mobile-open .mobile-trigger i:after {
    top: 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .header-main-nav .mobile-trigger i, .header-main-nav .mobile-trigger i:before, .header-main-nav .mobile-trigger i:after,
  .header-main-nav .mobile-trigger:hover i, .header-main-nav .mobile-trigger:hover i:before, .header-main-nav .mobile-trigger:hover i:after {
    background:#153347;
  }

  .header-main-nav-open .mobile-trigger i, .header-main-nav-open .mobile-trigger i:before, .header-main-nav-open .mobile-trigger i:after,
  .header-main-nav-open .mobile-trigger:hover i, .header-main-nav-open .mobile-trigger:hover i:before, .header-main-nav-open .mobile-trigger:hover i:after {
    background:#000000;
  }

  .en .header-main-nav-open .mobile-trigger i, .en .header-main-nav-open .mobile-trigger i:before, .en .header-main-nav-open .mobile-trigger i:after,
  .en .header-main-nav-open .mobile-trigger:hover i, .en .header-main-nav-open .mobile-trigger:hover i:before, .en .header-main-nav-open .mobile-trigger:hover i:after {
    background:#153347 !important;
  }




  .mobile-trigger:hover {
    background-color:transparent;
  }

  .mobile-open .mobile-trigger {
    background-color:transparent;
  }
  /*
  .en.mobile-open .mobile-trigger {
  background-color: #153347 !important;
}*/

  .en.mobile-open .mobile-trigger i {margin-top: 10px;
  }


  .header-wrapper {

  }

  html, body {
    height: 100%;
    overflow: auto;
  }

  .header-main-nav ul li.hs-menu-depth-1:hover a {
    color:#f07a20;
  }

  .header-main-nav ul li.hs-menu-depth-2 a {
    color:#FFF !important;
  }

  .header-search-icon {
    text-align: center;
    padding: 1.1rem 0;
  }

  .header-search-icon i {
    color:#153347;
  }

  .header-search-wrapper {
    background:#153347;
    width:100vw;
  }

  .header-search-wrapper .hs-form > div > .input > input {
    background:transparent;
    outline:none;
    color:#FFF;
    height:2.5rem;
    line-height:2rem;
    text-align: center;
  }

  .header-mobile-search-container {
    display:block !important;
  }

  .header-mobile-search-container > div:nth-child(2) {
    position: absolute;
    width: 100vw;
    display:none;
  }

  .header-nav-open {
    display:block !important;
  }

  .header-nav-open-bg {
    background:#f07a20;
  }



  .news-wrapper {
    margin-top: 2rem;
  }

  .sub-footer-container img {
    margin-right:0;
    max-width: 150px;
  }

  .small-lifted-content-image div {
    padding:0;
    height:10rem;
  }

  .cta-banner-wrapper {
    -webkit-box-flex:0;
    -ms-flex:0 0 90%;
    flex:0 0 90%;
  }

  .blog-item {
    -webkit-box-flex:0;
    -ms-flex:0 1 49%;
    flex:0 1 49%;
    margin-bottom:0.75rem;
  }

  .lifted-product-container > span > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
  }

  .lifted-product-container > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .lifted-product-container > span > div:nth-child(3n+2) {
    margin: 0 0 2rem;
  }

  .sub-page-content-wrapper > div:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    position: initial;
    margin: 2rem 0 1rem;
    -webkit-box-ordinal-group:4;
    -ms-flex-order:3;
    order:3;
  }

  .sub-page-content-wrapper > div:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    position: initial;
    margin: 2rem 0 4rem;
    -webkit-box-ordinal-group:2;
    -ms-flex-order:1;
    order:1;
  }

  .sub-page-content-wrapper {
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
  }

  .sub-page-info-contact {
    padding:1rem;
  }

  .sub-page-side-nav-container > div:nth-child(2) {
    padding-left:2.2rem;
  }

}

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

  .about-author-sec {
    padding:0.75rem;
  }

  .about-author-sec .span10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%;
  }

  .about-author-sec .span2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }

  .about-author-sec .span2 img {
    width:75px;
    height:75px;
  }

  .large-slider-item {
    padding: 2rem 1rem;
    max-width:100%;
  }


  .governance-person-container > span > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    margin-right:5%;
  }

  div div .governance-person-container > span > div:nth-child(2n+2) {
    margin-right:0;
  }

  div .governance-person-container > span > div:nth-child(3n+3) {
    margin-right:5%;
  }

  .governance-person-container > span > div:nth-child(4n+4) {
    margin-right:5%;
  }

  .governance-person-container > span > div:nth-child(5n+5) {
    margin-right:5%;    
  }

  .blog-listing-wrapper .post-item .post-body-image-wrapper .hs-featured-image-wrapper {
    height:10rem;
  }

  .blog-listing-wrapper .post-item:first-child .post-body-image-wrapper .hs-featured-image-wrapper {
    height:10rem;
  }

  .blog-listing-wrapper .post-item .post-body-image-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .blog-listing-wrapper .post-item .post-body-content-wrapper {
    webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .contact-person-wrapper {
    margin: 1rem 0;
    text-align:center;
  }

  .contact-person-image-wrapper {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
    margin-bottom:2rem;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
  }


  .contact-person-text-wrapper {
    flex:0 1 100%;
  }

  .country-nav-container {
    max-width:80%;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    padding:0 2rem;
  }

  .mobile-trigger > i {
    left:25%;
  }

  .sub-page-info-picture {
    margin-bottom:1rem;
  }

  .sub-page-info-contact {
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
  }

  .sub-page-info-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-left: 0;
  }

}

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

  .industry-selection-container > span > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

}

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

  .logo-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    text-align: center;
  }

  .blog-wrapper .small-lifted-link {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-bottom: 2em;
  }

  .careers-small-item-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
  }

  .careers-small-item-wrapper {
    padding:1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .careers-small-item-image > div > img {
    max-width:175px;
  }

  .sustainability-form .form-section-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .form-section-bg.contact-form-bg {
    padding:6rem 0;
  }

  .form-section-bg.contact-form-bg .contact-form {
    padding:0 2rem 2rem;
  }

  .downloadables .downloadables-container {
    padding:1rem;
  }

  .subscribe-container {
    max-width:100%;
  }

  body .cc_banner .cc_btn {
    width:10%;
  }

  .downloadables-item-image div {
    height:370px;
  }

  body .cc_container .cc_message {
    margin-left:1rem;
    margin-right:3rem;
    max-width:100%;
  }


  .governance-person-container > span > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-right:0%;
  }

  div div .governance-person-container > span > div:nth-child(2n+2) {
    margin-right:0;
  }

  div .governance-person-container > span > div:nth-child(3n+3) {
    margin-right:0;
  }

  .governance-person-container > span > div:nth-child(4n+4) {
    margin-right:0;
  }

  .governance-person-container > span > div:nth-child(5n+5) {
    margin-right:0;    
  }



  .career-info {
    padding:2rem;
  }


  div div .history-container > span > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-right: 0 !important;
  }

  .history-container > span > div:nth-child(3n+3) {
    margin-right:0 !important;
  }

  .quote-text h2 {
    font-size:1rem;
  }

  .quote-wrapper,
  .twitter-item {
    padding-top: 4rem;
    padding-bottom: 1rem;
    padding-left: 0;
    max-width: 100%;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
  }

  .twitter-item .tweet {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 90%;
    flex: 0 1 90%;
  }

  .twitter-item .timePosted {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 90%;
    flex: 0 1 90%;
  }


  .quote-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 90%;
    flex: 0 1 90%;
  }

  .quote-image {
    display:none;
  }


  .blog-listing-wrapper .post-item-link {
    padding: 2rem 0.5rem;
  }

  .blog-listing-wrapper .post-item .post-body-image-wrapper {
    padding:0.5rem;
  }

  .blog-subscription-wrapper form .hs_submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 15%;
    flex: 0 1 15%;
  }

  .contact-form .hs-form-field {
    max-width:100%;
  }

  .contact-form {
    padding:0 2rem 2rem !important;
  }

  .contact .hero-container {
    margin:0 6% !important;
  }

  .blog-item-summary {
    display:none;
  }

  .content-wrapper div div .downloadables-container > span > div,
  .content-wrapper div div .small-lifted-container > span > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-right:0 !important;
  }

  .subscribe-header h2 {
    line-height: 1.75rem;
  }

  .lp-content-some ul li:first-child {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
  }

  .lp-thank-you-link {
    margin-top:2rem;
  }

  .lp-thank-you-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 90%;
    flex:0 1 90%;
    padding:4rem 1rem;
  }

  .related-content-item-text h2 {
    line-height:1.75rem;
  }

  .form-section-wrapper #hs_cos_wrapper_Formin_otsikko h2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .form-section-wrapper #hs_cos_wrapper_Formin_otsikko p {
    margin:0 1rem;
  }

  .form-section-bg form {
    padding:0 1rem 4rem;
  }

  .form-section-bg form .hs-form-field {
    max-width:95%;
  }

  .form-section-bg form fieldset.form-columns-2 {
    max-width:95%;
  }

  .lp-hero-logo img {
    max-width:100px;
  }

  .lp-hero-text h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .lp-text-container {
    padding:2rem;
  }

  .lp-hero-text {
    margin-bottom:3rem;
  }

  .lp-content-wrapper {
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
  }

  .lp-content-list {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
  }

  .lp-content-img {
    -webkit-box-flex:0;
    -ms-flex:0 1 50%;
    flex:0 1 50%;
    margin-bottom:2rem;
  }

  .related-content-item-text {
    margin-left:1rem;
  }

  .related-content-item {
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
  }

  .related-content-item-image {
    height:10rem;
    margin-top:2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }

  .related-content-item-content {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
  }

  .subscribe-form form .hs_email.hs-form-field {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .blog-listing-container .blog-share-links ul {
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
  }

  .blog-share-links {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
  }

  .blog-listing-container #hubspot-author_data .hs-author-label {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    margin-bottom:1rem;
  }

  .blog-listing-container #hubspot-author_data {
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }

  .related-post-item {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    margin-right:0;
    flex:0 1 100%;
    margin-bottom:4rem;
  }

  .related-posts .related-post-item:nth-child(3) {

  }

  .blog-listing-container .post-body {
    padding:0.5rem !important;
  }

  .blog-listing-container .post-header {
    padding:0.5rem;
  }

  .contact-form-container {
    max-width:95%;
  }

  .contact-hero-heading {
    position:absolute;
    top:10rem;
    margin-bottom:0;
    width:100% !important;
  }

  .country-nav-container {
    top: 20rem;
  }

  .values-item-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .values-item-text-wrapper {
    padding: 2.5rem 1.5rem;
  }

  .sub-page-information {
    padding:0;
  }

  .sub-page-information h2 {
    padding:1rem;
  }
  .sub-page-information p,
  .sub-page-information div span p {
    font-size: inherit;
    margin: 0;
    padding:0 1rem 1rem;
  }

  .large-lifted-content-text {
    padding:2rem 1rem;
  }

  .worldmap-bg {
    height:10.5rem;
  }

  /* .small-lifted-container > span > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
} */

  .blog-item {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
  }

  .hero-container {
    min-height:87vh !important;
    padding:0 !important;
  }

  .calendar-page .hero-container {
    min-height:20vh !important; 
  }

  .hero-main-text-wrapper {
    padding-top:6rem;
  }

  .section-heading-line h2:after {
    left:1.5rem;   
  }

  .hero-container h1 {
    font-size:2rem;
    line-height:2.5rem;
  }

  .hero-container h2 {
    font-size:1.5rem;
  }

  .hero-sub-text-wrapper {
    margin:1rem 0;
  }

  .footer-wrapper {
    padding:0 2rem !important;
  }

  .header-wrapper > div:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 12.5;
    flex: 0 1 12.5%;
  }

  .header-wrapper > div:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 12.5;
    flex: 0 1 12.5%;
  }

  .mobile-trigger {
    width:12.5vw;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width:103vw;
  }

  .lifted-product-container > span > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .large-lifted-content-text h2 {
    font-size:1.5rem;
    line-height:1.8rem;
  }

  .cta-banner-heading h2 {
    font-size:1.5rem;
  }

  .cta-banner-description p {
    font-size:18px;
    line-height:24px;
  }

  .error-main-text h1 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom:1rem;
  }

  .error-main-text h2 {
    line-height: 2rem;
  }

  .error-description h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media screen and (max-width:435px) {
  .downloadables-item-image div {
    height:304px;
  }
}

@media screen and (max-width:415px) {
  .downloadables-item-image div {
    height:284px;
  }
}


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

  .form-section-bg form .form-columns-2 .hs-form-field .hs-input {
    width:100%;
  }

  .small-item-name {
    margin-left:1rem;
  }

  .hero-container h1 {
    font-size: 1.75rem;
  }

  .hero-container h2 {
    font-size: 1.25rem;
  }

  .related-content-item-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    height:10rem;
  }

  .subscribe-form form .hs_email.hs-form-field {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .contact-city-info-wrapper {
    padding-left:1rem;
  }

  .contact-city-left {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .contact-city-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .contact-city-cta-slopes {
    display:none;
  }

  .mobile-trigger {
    width:25vw;
  }

  .mobile-trigger > i {
    left: 20%;
    top: 20%;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    left:-80vw;
  }
  .en .custom-menu-primary.js-enabled .hs-menu-wrapper {
    left:-90vw;
  }

  .header-wrapper > div:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }

  .header-wrapper > div:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }
  .en .header-wrapper > div:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }

  .level-1-list-element > i {
    right:0;
  }

  .level-1-list-element > a:before {
    left:1.7rem;
  }

  .level-1-list-element > a {
    padding: 0.5rem 3rem 0.5rem 4.7rem;
  }

  .level-1-list-element-with-children > a {
    padding: 0.5rem 3rem 0.5rem 4.7rem;
  }

  .contact-us-country-nav .level-1-list-element-with-children > a {
    padding: 0.5rem 3rem 0.5rem 2.7rem;
  }

  .contact-us-country-nav-header {
    padding: 1.1rem 0 1.11rem 2.7rem;
  }

  .level-2-list-element {
    margin-left: 4.7rem;
  }

  .level-3-list-element {
    margin-left:5.7rem; 
  }

  .sub-page-side-nav-container > div:nth-child(2) {
    padding-left:0;
  }


}

@media screen and (max-width:385px) {
  .downloadables-item-image div {
    height:254px;
  }

  .about-author-sec .span10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .about-author-sec .span2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom:1rem;
  }
}

@media screen and (max-width:376px) {
  .downloadables-item-image div {
    height:245px;
  }

  .small-item-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 15%;
    flex: 0 1 15%;
  }

  .small-item-name p {
    font-size:15px;
  }

}

@media screen and (max-width:361px) {
  .downloadables-item-image div {
    height:230px;
  }
}

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

  .blog-subscription-wrapper form .hs_submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }

  .blog-subscription-wrapper .widget-type-blog_subscribe {
    padding:1rem;
  }

  .country-nav-container {
    max-width:95%;
  }

  .body-container > div:first-child {

  }

  .contact-us-cta-slopes:before {
    left:-8rem;
  }

  .contact-us-cta-slopes:after {
    right:-8rem;
  }
}

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

  .frontpage.fi .hero-container h1 {
    font-size:1.60rem;
  }

  .contact-us-cta-slopes:before {
    left:-7rem;
  }

  .contact-us-cta-slopes:after {
    right:-7rem;
  }

  .lp-thank-you-link a {
    padding:1.5rem 3rem 1.5rem 5rem;
  }
}

@media screen and (max-width:321px) {
  .downloadables-item-image div {
    height:190px;
  }
}



















































/* 2023 */
@media (max-width: 1030px) {
  /* Hide menu on mobile */
  body.en .custom-menu-primary.js-enabled .hs-menu-wrapper,
  body.en .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  } 
  .header-mobile-search-container {
    display:block !important;
  }

  .en .header-wrapper > div:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .en .header-wrapper > div:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 10;
    flex: 0 1 10%;
  }
  .en a.icon-en {
    color: #f07a20 !important;
  }



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

  .en .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 10vw;
    height: 100%;
    padding: 7px 10px 8px 10px;
    background: #ffffff;
    border: 0px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }




  /*


  .en .mobile-trigger i {
  background-color: #fff;
  box-sizing: border-box;
  color:  #000000;
  cursor: pointer;
  display: inline-block;
  font-family: Avenir;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  height: 100%;
  left: 15.6875px;
  line-height: 16px;
  position: relative;
  text-align: left;
  text-indent: Opx;
  text-transform: uppercase;
  top: 8px;
  width: 10vw;
  word-break: break-word;
}

  */

  .en .custom-menu-primary.js-enabled .hs-menu-wrapper {
    position: absolute;
    top: 3.4rem;
    left: -90vw;
    width: 100%;
    width: 100vw;
    padding: 0 5rem;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    height: 100vh;
    overflow: scroll;
  }



  .en .custom-menu-primary .hs-menu-wrapper {
    background-color: #153347;
    width: 100%;
  }


}



.content-wrapper-full-width {
  padding: 0;
  max-width: 100%;
  width: 100%;
}



.green {
    color: #34b233;
    font-size: inherit !important;
}

.hs-breadcrumb-menu a,
.hs-breadcrumb-menu a span,
.hs-breadcrumb-menu span{
  color: #fff !important;
}