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






*{box-sizing:border-box}*:focus{outline:0}::-moz-focus-inner{border:0}body{margin:0;font-family:'Open Sans',sans-serif;font-weight:400;color:#333;font-size:19px;line-height:32px;letter-spacing:.5px}input{font-family:'Roboto',sans-serif,Arial,Helvetica}ul{margin:0;padding:0}ul li{list-style:none}.content-section ul li{list-style:disc;list-style-position:inside}.content-section a,.jata-yhteydenottopyynto-form-section a{color:#2896c2}.content-section a.cta_button{color:#efab00}.content-section a.cta_button:hover{color:#FFF}.content-section a:hover,.jata-yhteydenottopyynto-form-section a:hover{color:#efab00}strong{font-weight:700}a{ -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;;text-decoration:none;color:#333}.subpage-text a,.blog-section a{color:#efab00}.blog-section a.show-more{color:#FFF!important}.blog-section a.show-more{text-decoration:none!important}.subpage-text a:hover,.blog-section a:hover{text-decoration:underline}a:hover,a:focus{text-decoration:none}::-webkit-input-placeholder{opacity:1}::-moz-placeholder{opacity:1}:-ms-input-placeholder{opacity:1}:-moz-placeholder{opacity:1}iframe{max-width:100%}textarea,select,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="file"],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"]{font-family:'Roboto',sans-serif,Arial,Helvetica;border-radius:0;border:0;padding:10px;margin:0 0 15px 0;font-size:16px;font-weight:400;width:100%}fieldset.form-columns-1 textarea.hs-input,fieldset.form-columns-1 select.hs-input fieldset.form-columns-1 input[type="text"].hs-input,fieldset.form-columns-1 input[type="password"].hs-input,fieldset.form-columns-1 input[type="datetime"].hs-input,fieldset.form-columns-1 input[type="datetime-local"].hs-input,fieldset.form-columns-1 input[type="date"].hs-input,fieldset.form-columns-1 input[type="file"].hs-input,fieldset.form-columns-1 input[type="month"].hs-input,fieldset.form-columns-1 input[type="time"].hs-input,fieldset.form-columns-1 input[type="week"].hs-input,fieldset.form-columns-1 input[type="number"].hs-input,fieldset.form-columns-1 input[type="email"].hs-input,fieldset.form-columns-1 input[type="url"].hs-input,fieldset.form-columns-1 input[type="search"].hs-input,fieldset.form-columns-1 input[type="tel"].hs-input,fieldset.form-columns-1 input[type="color"].hs-input{width:100%}.hs-form fieldset.form-columns-1 textarea.hs-input,.hs-form fieldset textarea.hs-input,.hs-form fieldset input[type="number"].hs-input{width:100%}input[type="radio"],input[type="checkbox"]{margin-right:10px}input[type="file"]{background-color:#fff;color:#000}.inputs-list{margin:0 0 15px}input[type="submit"]{font-family:'Roboto',sans-serif,Arial,Helvetica;color:#fff;cursor:pointer;-webkit-appearance:none;border-radius:0;width:100%;border:0;box-sizing:border-box;background-color:;padding:18px 10px;font-weight:700;font-size:18px;display:inline-block;text-align:center;-webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;}input[type="submit"]::-moz-focus-inner{border:0}input[type="submit"]:hover{background-color:#2896c2}fieldset .hs-form-field>label{display:none}textarea{resize:none}p,h1,h2,h3,h4,h5,h6{margin:0 0 1em 0;color:#333}.row-fluid [class*="span"].no-height{min-height:auto}.container,.row-fluid .container[class*="span"]{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;float:none;box-sizing:border-box}.container,.row-fluid .container[class*="span"]:after{clear:both;content:"";display:table}.row{margin-right:-15px;margin-left:-15px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.padding-topbottom{padding-top:60px;padding-bottom:60px}.row-fluid [class*="span"]{min-height:auto}.hs-error-msgs label{display:block;font-size:13px;transform:translate(2px,-11px);-webkit-transform:translate(2px,-11px);-moz-transform:translate(2px,-11px)}.bg-img img{display:none}.bg-wrapper{background-repeat:no-repeat;background-position:center;background-size:cover}body .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{max-width:none;white-space:inherit;overflow:visible}.btn-yellow a,.cta_button,a.cta_button.btn-yellow{background-color:none;color:#efab00;border:2px solid #efab00;text-decoration:none;text-transform:uppercase;padding:13px 31px;border-radius:30px;display:inline-block;font-weight:800;font-size:15px;-webkit-transition:all .4s;transition:all .4s;transition-timing-function:ease-in-out}.btn-yellow a:hover,.cta_button:hover,a.cta_button.btn-yellow:hover{background-color:#efab00;color:#FFF}.cta_button img{max-width:100%;width:auto;height:auto!important}.lp-form-group .cta_button,.lp-form-group .cta_button:hover{background:0;border:0}.toiminnot-cta{margin:35px 0}.toiminnot-cta p{margin:0!important}.toiminnot-cta a{background-color:#efab00;color:#FFF;text-transform:uppercase;padding:13px 31px;border-radius:30px;display:inline-block;font-weight:800;font-size:15px;margin-right:20px;margin-bottom:20px;-webkit-transition:all .4s;transition:all .4s;transition-timing-function:ease-in-out}.toiminnot-cta a:hover{background-color:#21bdcd}.btn-white a,.keita-text .cta_button,a.cta_button.btn-white{background-color:#FFF;color:#efab00;border:0;text-transform:uppercase;padding:13px 35px;border-radius:30px;display:inline-block;font-weight:800;font-size:15px;-webkit-transition:all .4s;transition:all .4s;transition-timing-function:ease-in-out}.btn-white a:hover,.keita-text .cta_button:hover,a.cta_button.btn-white:hover{color:#FFF;background-color:#efab00}.hidesection{display:none!important}.row-fluid .header-top-section{background-color:#f3f3f3;float:left;width:100%;padding:4px 0;overflow:hidden}.row-fluid .header-top-section .header-top-contact{float:left;width:calc(100% - 350px);text-align:right}.row-fluid .header-top-section .header-top-social{float:left;width:350px;margin-left:0;text-align:right}.row-fluid .header-top-section .header-top-contact p{display:inline-block;font-size:13px;line-height:20px}.row-fluid .header-top-section .header-top-social ul li{display:inline-block;margin-left:2px;line-height:20px}.row-fluid .header-top-section .header-top-social ul li a{height:29px;width:29px;display:inline-block;background-color:#FFF;border-radius:50%;text-align:center}.row-fluid .header-top-section .header-top-social ul li a i{line-height:29px}.row-fluid .header-top-section .header-top-social ul li:nth-child(2) i{color:#2796c2}.row-fluid .header-top-section .header-top-social ul li:nth-child(3) i{color:#36c0c4}.row-fluid .header-top-section .header-top-social ul li:nth-child(4) i{color:#0077b5}.row-fluid .header-top-section .header-top-social ul li:nth-child(5) i{color:#36c0c4}.row-fluid .header-top-section .header-top-social ul li:nth-child(1){font-size:13px;padding:0 13px 0 30px;position:relative}.row-fluid .header-top-section .header-top-social ul li:nth-child(1):before{content:'';position:absolute;left:0;top:0;background:url(https://www.mediconsult.fi/hubfs/Mediconsult_2018/Images/Globe-img.png);height:18px;width:18px}.row-fluid .header-top-section .header-top-contact a{display:inline-block;font-size:13px;color:#2896c2}.row-fluid .header-top-section .header-top-contact p:nth-child(2) a{padding-left:46px;position:relative}.row-fluid .header-top-section .header-top-contact p:nth-child(2) a:before{content:'';position:absolute;left:0;top:3px;background:url(https://www.mediconsult.fi/hubfs/Mediconsult_2018/Images/key-img.png);height:12px;width:33px}.row-fluid .header-top-section .header-top-contact p:nth-child(1):before{content:'';position:absolute;left:0;top:3px;background:url(https://www.mediconsult.fi/hubfs/Mediconsult_2018/Images/phone-img.png);height:14px;width:21px}.row-fluid .header-top-section .header-top-contact p:nth-child(1){position:relative;padding-left:33px;padding-right:23px}.row-fluid .header-top-section .header-top-contact p:nth-child(2){padding:0 23px}.row-fluid .header-top-section .header-top-contact p{position:relative}.row-fluid .header-top-section .header-top-contact p:after{position:absolute;content:'';right:0;top:-8px;background-color:#FFF;height:40px;width:1px}.row-fluid .header{float:left;width:100%;padding:15px 0;position:relative;z-index:1}.row-fluid .header .header-logo{float:left;width:auto}.row-fluid .header .header-logo img{width:148px!important;height:89px;object-fit:contain}.row-fluid .header .header-right-box{float:left;width:calc(100% - 150px);margin-left:0;padding-top:32px}.row-fluid .header .header-right-box .mainmenu{width:calc(100% - 220px);float:left}.row-fluid .header .header-right-box .language-section{float:left;width:130px;text-align:center;margin-left:0;border-right:1px solid #e6e6e6;border-left:1px solid #e6e6e6;color:#8e8e8e}.row-fluid .header .header-right-box .language-section a{color:#8e8e8e;font-size:17px}.row-fluid .header .header-right-box .header-search{float:left;width:90px;text-align:right;margin-left:0;padding-right:16px}.row-fluid .header-right-box .mainmenu{text-align:right;padding-right:25px}.row-fluid .header-right-box .mainmenu ul>li.hs-menu-depth-1>a{padding:0 0 25px;font-size:17px;text-transform:uppercase}.row-fluid .header-right-box .mainmenu ul>li.hs-menu-depth-1.active>a{color:#2795c1}.row-fluid .header-right-box .mainmenu ul>li.hs-menu-depth-1{margin:0 22px}.row-fluid .header-right-box .mainmenu ul>li.hs-menu-depth-1.hs-item-has-children>a{position:relative}.row-fluid .header-right-box .mainmenu ul>li.hs-menu-depth-1.hs-item-has-children>a:after{position:absolute;content:'';background:url(https://www.mediconsult.fi/hubfs/Mediconsult_2018/Images/down-arrow.png);width:9px;height:6px;right:-18px;top:11px}.row-fluid .hero-section{float:left;width:100%}.row-fluid .hero-section>div>div{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.row-fluid .hero-section .hero-left-bg{float:left;width:62%}.row-fluid .hero-section .hero-right-text{float:left;width:38%;margin-left:0;background-color:#21bdcd;padding:80px 50px 80px 70px}.hero-title h1{color:#FFF;font-size:40px;font-weight:800;line-height:46px;margin:0}.hero-text{color:#FFF;line-height:28px;padding:17px 0 25px;font-size:18px}.hero-right-text .btn-white a{padding:13px 31px}.row-fluid .hero-section.herobottom .hero-left-bg{float:left;width:50%}.row-fluid .hero-section.herobottom .hero-right-text{float:left;width:50%;margin-left:0;background-color:#21bdcd;padding:140px 50px 125px 70px}.herobottom .hero-text{color:#FFF;line-height:26px;max-width:600px;padding:17px 0 25px}.herobottom h1,.herobottom h2,.herobottom h3{font-size:46px}.herobottom h1,.herobottom h2,.herobottom h3,.herobottom h4,.herobottom h5,.herobottom a,.herobottom p{color:#FFF}.herobottom .btn-white a{color:#efab00}.row-fluid .keita-olemme-section{float:left;width:100%;padding:80px 0}.row-fluid .keita-olemme-section .container>div>div{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.row-fluid .keita-olemme-section .keita-left-section{float:left;width:425px;text-align:right;align-self:center;padding-right:40px}.row-fluid .keita-olemme-section .keita-right-section{float:left;width:calc(100% - 425px);margin-left:0;border-left:4px solid #2795c1;padding-left:60px}.keita-olemme-title h2{font-size:44px;font-weight:300;line-height:46px}.keita-right-section .keita-text{font-size:18px;line-height:28px;max-width:800px;padding-bottom:23px}.row-fluid .ratkaisut-section{background-color:#f7f7f7;text-align:center;padding:75px 0 90px}.ratkaisut-title h4{position:relative;font-size:24px;text-transform:uppercase;font-weight:400;display:inline-block;padding-bottom:12px}.ratkaisut-title h4:after{content:'';position:absolute;height:4px;width:100%;left:0;right:0;margin:0 auto;bottom:0;background-color:#2795c1}.row-fluid .ratkaisut-section .ratkaisut-text{margin:0 auto;font-size:18px;line-height:28px;max-width:530px;float:none;padding-top:28px}.ratkaisut-service-wrapper>span>div{float:left;width:calc(100%/4 - 30px);margin:0 15px}.row-fluid .ratkaisut-section .ratkaisut-service-wrapper{float:left;width:100%;padding:65px 0 60px}.row-fluid .ratkaisut-section .ratkaisut-service-wrapper>span{margin:0 -15px;display:block}.ratkaisut-service-wrapper .ratkaisut-service-box{float:left;width:100%;padding:0 15px}.ratkaisut-service-box .ratkaisut-box-img img{max-width:150px;max-height:90px;width:auto!important;height:auto!important}.ratkaisut-service-box .ratkaisut-box-text{padding:40px 0 20px}.ratkaisut-service-box .ratkaisut-box-text h4{line-height:28px;font-size:22px;font-weight:800;margin-bottom:20px}.ratkaisut-service-box .ratkaisut-box-text p{line-height:28px;font-size:18px;max-width:260px;margin:0 auto}.ratkaisut-service-box .ratkaisut-box-text a{font-size:16px;font-weight:800;text-transform:uppercase;position:relative;display:inline-block;padding-bottom:8px;margin-top:25px}.ratkaisut-service-box .ratkaisut-box-text a:after{content:'';position:absolute;width:100%;height:4px;background-color:#efab00;left:0;right:0;bottom:0;margin:0 auto}.row-fluid .ratkaisut-section .btn-yellow a{padding:13px 34px}.row-fluid .olemme-ylpeita-section{float:left;width:100%;position:relative;padding:60px 0 70px}.olemme-ylpeita-section:after{content:'';position:absolute;height:100%;width:100%;left:0;top:0;background-color:rgba(0,91,127,0.85)}.row-fluid .olemme-ylpeita-section .keita-olemme-title h2{position:relative;z-index:1;color:#FFF}.row-fluid .olemme-ylpeita-section .keita-right-section{border-left:4px solid #FFF;position:relative;z-index:1}.row-fluid .olemme-ylpeita-section .keita-right-section .keita-text{color:#FFF}.olemme-ylpeita-section .btn-yellow a{padding:13px 32.5px}.row-fluid .blog-feed-section{float:left;width:100%;overflow:hidden}.row-fluid .blog-feed-section .container>div>div{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.row-fluid .blog-feed-section .ajankohtaista-post{background-color:#f7f7f7;float:left;width:425px;position:relative;padding:100px 20px 50px 0}.row-fluid .blog-feed-section .ajankohtaista-post:before{content:'';position:absolute;top:0;right:100%;background-color:#f7f7f7;height:100%;width:5000px}.row-fluid .blog-feed-section .recent-post-section{float:left;width:calc(100% - 425px);margin-left:0;padding:100px 0 60px 60px}.ajankohtaista-feed-box h4{font-size:24px;position:relative;display:inline-block;padding-bottom:10px;font-weight:400;text-transform:uppercase}.ajankohtaista-feed-box h4:after{content:'';position:absolute;height:4px;width:100%;left:0;right:0;margin:0 auto;bottom:0;background-color:#2795c1}.ajankohtaista-feed-box .update-box span{display:block;color:#2896c2;font-size:18px;padding-top:30px}.ajankohtaista-feed-box .update-box .post-title a{display:inline-block;font-weight:800;font-size:18px;line-height:28px}.ajankohtaista-feed-box .update-box{float:left;width:100%;padding-top:20px}.ajankohtaista-feed-box .update-box .btn-yellow{padding-top:45px}.ajankohtaista-feed-box .btn-yellow a{padding:13px 32.5px}.ajankohtaista-post .twitter-feed-box{float:left;width:100%;padding:100px 20px 40px 0}.ajankohtaista-post .twitter-feed-box h4{font-size:24px;position:relative;display:inline-block;padding-bottom:10px;font-weight:400;text-transform:uppercase}.ajankohtaista-post .twitter-feed-box h4:after{content:'';position:absolute;height:4px;width:100%;left:0;right:0;margin:0 auto;bottom:0;background-color:#2795c1}.ajankohtaista-social-box{float:left;width:100%}.ajankohtaista-social-box ul li{display:inline-block;margin:0 4px;vertical-align:middle}.ajankohtaista-social-box ul li a{height:47px;width:47px;display:inline-block;background-color:#FFF;border-radius:50%;text-align:center}.ajankohtaista-social-box ul li a i{line-height:47px;font-size:28px}.ajankohtaista-social-box ul li:nth-child(2) i{color:#2796c2}.ajankohtaista-social-box ul li:nth-child(3) i{color:#36c0c4}.ajankohtaista-social-box ul li:nth-child(4) i{color:#0077b5}.ajankohtaista-social-box ul li:nth-child(5) i{color:#36c0c4}.ajankohtaista-social-box ul li:nth-child(1) strong{font-size:18px;padding:0 5px 0 0;position:relative;font-weight:800}.recent-post-section h4{font-size:24px;position:relative;display:inline-block;padding-bottom:10px;font-weight:400;text-transform:uppercase}.recent-post-section h4:after{content:'';position:absolute;height:4px;width:100%;left:0;right:0;margin:0 auto;bottom:0;background-color:#2795c1}.recent-post-section .blogi-box-wrapper{float:left;width:100%;padding:50px 0 18px}.recent-post-section .blogi-box-wrapper .blogi-box:nth-child(1){float:left;width:calc(50% - 15px);margin-right:15px}.recent-post-section .blogi-box-wrapper .blogi-box:nth-child(2){float:left;width:calc(50% - 15px);margin-left:15px}.recent-post-section .blogi-box-wrapper .blogi-box-with-img .post-image{float:left;width:100%;position:relative}.recent-post-section .blogi-box-wrapper .blogi-box-with-img .post-image img{width:100%;height:220px;object-fit:cover}.recent-post-section .blogi-box-wrapper .blogi-box-with-img .author-name{position:absolute;bottom:0;left:0;background-color:#2795c1;padding:13px 25px}.recent-post-section .blogi-box-wrapper .blogi-box-with-img .author-name a,.recent-post-section .blogi-box-wrapper .blogi-box-with-img .author-name span,.recent-post-section .blogi-box-wrapper .blogi-box-with-img .author-name{color:#FFF;font-size:14px}.recent-post-section .blogi-box-wrapper .blogi-box .post-title{float:left;width:100%;padding-top:12px}.recent-post-section .blogi-box-wrapper .blogi-box .post-title a{font-size:24px;display:inline-block;font-weight:800;line-height:28px}.recent-post-section .blogi-box-wrapper .blogi-box .post-content{float:left;width:100%;font-size:18px;line-height:28px;margin:25px 0 28px}.recent-post-section .blogi-box-wrapper .blogi-box .read-more{float:left;width:100%}.recent-post-section .blogi-box-wrapper .blogi-box .read-more a{display:inline-block;font-size:16px;text-transform:uppercase;position:relative;font-weight:800;padding-bottom:10px}.recent-post-section .blogi-box-wrapper .blogi-box .read-more a:after{content:'';position:absolute;width:100%;height:4px;background-color:#efab00;left:0;right:0;bottom:0;margin:0 auto}.recent-post-section .blogi-box-wrapper .blogi-box-with-img .post-title{padding-top:33px}.recent-post-section .blogi-box-wrapper .blogi-box-without-img .author-name{float:left;width:100%}.recent-post-section .blogi-box-wrapper .blogi-box-without-img .author-name,.recent-post-section .blogi-box-wrapper .blogi-box-without-img .author-name a,.recent-post-section .blogi-box-wrapper .blogi-box-without-img .author-name span{font-size:14px;color:#2896c2}.recent-post-section .blogi-box-wrapper .blogi-box{padding-bottom:60px;float:left;width:100%}.recent-post-section .blogi-box-wrapper .blogi-box-with-img{padding-bottom:85px}.row-fluid .kinnostuitko-section{float:left;width:100%;background-color:#21bdcd;padding:65px 0 70px;border-bottom:3px solid #FFF}.row-fluid .kinnostuitko-section .keita-olemme-title h2{color:#FFF;text-align:left}.row-fluid .kinnostuitko-section .keita-right-section{border-color:#FFF}.row-fluid .kinnostuitko-section .keita-right-section .keita-text{color:#FFF;padding-bottom:18px}.kinnostuitko-text-list ul li{display:inline-block;background-color:#FFF;color:#efab00;border-radius:30px;padding:11px 31px;font-size:18px;font-weight:800;margin:0 2px 9px 0}.kinnostuitko-text-list ul{max-width:700px}.row-fluid .footer{float:left;width:100%;background-color:#f7f7f7;padding:80px 0 100px}.row-fluid .footer .footer-box{float:left;width:25%;margin-left:0;padding-right:30px}.row-fluid .footer .footer-box:last-child{padding-right:0}.row-fluid .footer .footer-logo img{width:172px!important;height:104px;object-fit:contain}.row-fluid .footer .footer-box .footer-link-title{font-size:17px;font-weight:800;text-transform:uppercase;padding-bottom:5px}.row-fluid .footer .footer-box .footer-link ul li a{font-size:17px;font-weight:400;text-transform:uppercase;padding:0}.row-fluid .footer .footer-box .footer-link ul li{padding-bottom:5px}.row-fluid .footer .footer-box .footer-link ul{margin-bottom:0}.row-fluid .footer .footer-kirjaudu-text{font-size:17px;line-height:30px;padding-bottom:22px;max-width:270px}.row-fluid .footer .footer-box .btn-yellow a{padding:13px 28px}.row-fluid .footer .footer-box .footer-laungage,.row-fluid .footer .footer-box .footer-laungage a{color:#8e8e8e;font-size:17px}.simple-text-hero{width:100%;position:relative}.simple-text-hero:before{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.25)}.simple-text-hero .hero-tittle-main{display:table;width:100%}.simple-text-hero .hero-tittle-main>div{display:table-cell;vertical-align:middle;text-align:center;height:450px;position:relative}.simple-text-hero .hero-tittle-main h1{color:#fff;font-size:40px;font-weight:800;margin-bottom:0;line-height:1.25em}.row-fluid .kinnostuitko-section .keita-right-section .keita-text p{color:#fff}.sidebar-main-section .side-bar-section{background-color:#f7f7f7;float:left;position:relative;padding:60px 0 50px}.sidebar-main-section .side-bar-section:before{content:'';position:absolute;top:0;right:100%;background-color:#f7f7f7;height:100%;width:5000px}.sidebar-main-section .side-bar-section h4{font-size:24px;position:relative;display:inline-block;padding-bottom:10px;font-weight:400;text-transform:uppercase}.sidebar-main-section .side-bar-section h4:after{content:'';position:absolute;height:4px;width:100%;left:0;right:0;margin:0 auto;bottom:0;background-color:#2795c1}.sidebar-main-section .side-bar-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{color:#333;font-size:19px;font-weight:700;padding:8px 0;text-decoration:none;overflow:inherit;text-overflow:inherit;white-space:inherit}.sidebar-main-section .side-bar-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a{display:inline-block;vertical-align:middle}.sidebar-main-section .side-bar-section .side-bar-toggle{display:inline-block;width:25px;height:25px;line-height:25px;text-align:center;position:relative;margin:5px 0 0 25px;vertical-align:middle;cursor:pointer}.sidebar-main-section .side-bar-section .side-bar-toggle:before{content:'\f107';font-size:25px;font-family:'FontAwesome';color:#2896c2}.sidebar-main-section .side-bar-section .side-bar-toggle.ebiz-subopen:before{content:'\f105'}.sidebar-main-section .side-bar-section .sub-menu{display:none}.sidebar-main-section .side-bar-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover{font-weight:900}.sidebar-main-section .side-bar-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a:hover{color:#2896c2}.sidebar-main-section .side-bar-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li{width:100%}.sidebar-main-section .side-bar-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul{background-color:#2795c1;padding:35px 40px;margin:10px 0 25px}.sidebar-main-section .side-bar-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper{opacity:inherit;visibility:inherit}.mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{width:290px}.mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{padding:5px 20px}.sidebar-main-section .side-bar-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{left:inherit;opacity:inherit;position:inherit;top:inherit;transition:opacity .4s ease 0s;visibility:inherit;z-index:inherit}.sidebar-main-section .side-bar-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li li a{color:#fff;font-size:19px;display:block;font-weight:600;padding:4px 0;text-decoration:none;width:100%}.sidebar-main-section .side-bar-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul{margin-top:30px;max-width:100%}.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{width:100%;white-space:normal!important}.sidebar-main-section .ota-yhteytta-section{position:relative;border-bottom:5px solid #f7f7f7;padding:40px 0 30px}.sidebar-main-section .ota-yhteytta-section:before{content:'';position:absolute;top:100%;right:100%;border-bottom:5px solid #f7f7f7;width:5000px}.sidebar-main-section .ota-yhteytta-section h3{color:#333;font-size:23px;font-weight:800}.sidebar-main-section .ota-yhteytta-outer-section>span>div{display:block;float:left;width:100%;padding:0 0 25px}.sidebar-main-section .ota-yhteytta-img-section{float:left;width:150px}.sidebar-main-section .ota-yhteyttä-img-section img{display:block;width:100%}.sidebar-main-section .ota-yhteytta-content-section{float:left;padding:3px 0 0 25px;width:calc(100% - 150px);font-size:20px;font-weight:400;color:#333}.sidebar-main-section .ota-yhteytta-content-section strong{color:#2896c2;font-weight:800}.sidebar-main-section .ota-yhteytta-content-section a:hover,.row-fluid a.simple-link:hover,.row-fluid .mail-section .mail-block a.simple-link:hover{color:#2896c2}.mail-block a:hover,.mail-section .mail-block a:first-child:hover,.bring-people-section .bring-people-content a:first-child:hover,.bring-people-section .bring-people-content a:hover{color:#f1ab1c}.sidebar-right-content-section{padding:50px 0 50px 15px}.sidebar-right-content-section,.sidebar-right-content-section p,.sidebar-right-content-section ul li{color:#333;font-size:19px;line-height:32px;font-weight:400;margin:0 0 1em 0}.sidebar-right-content-section h2{font-size:28px;font-weight:800}.sidebar-right-content-section p strong{font-weight:800}.row-fluid .sidebar-right-content-section .btn-yellow{display:inline-block;width:auto}.sidebar-right-content-section ul li::before{background-color:#000;border-radius:100%;content:"";height:5px;left:0;position:absolute;top:16px;width:5px}.sidebar-right-content-section ul li{margin:0;padding:3px 0 3px 15px;position:relative}.sidebar-right-content-section ul{margin:20px 0;padding:0 0 0 15px}.row-fluid-wrapper .row-fluid .jata-yhteydenottopyynto-form-section,.lp-form-group{background-color:#f7f7f7;padding:45px 45px 50px}.row-fluid-wrapper .row-fluid .jata-yhteydenottopyynto-form-section .widget-type-rich_text,.row-fluid-wrapper .row-fluid .jata-yhteydenottopyynto-form-section .widget-type-rich_text p{margin:10px 0 0 0!important;font-size:.85em}.row-fluid-wrapper .row-fluid .jata-yhteydenottopyynto-form-section h2,.lp-form-group h2,.lp-form-group h3{color:#333;font-size:31px;font-weight:300;margin:0 0 1em 0;line-height:1.25em}.row-fluid-wrapper .row-fluid .jata-yhteydenottopyynto-form-section .widget-type-text,.lp-form-group .widget-type-text{color:#333;font-size:20px;font-weight:400;margin:25px 0 0}.row-fluid-wrapper .row-fluid .jata-yhteydenottopyynto-form-section form fieldset,.lp-form-group form fieldset{max-width:100%}.row-fluid-wrapper .row-fluid .jata-yhteydenottopyynto-form-section form fieldset.form-columns-1 .hs-input,.lp-form-group form fieldset.form-columns-1 .hs-input{width:100%}.row-fluid-wrapper .row-fluid .jata-yhteydenottopyynto-form-section form fieldset select,.lp-form-group form fieldset select,.row-fluid-wrapper .row-fluid .jata-yhteydenottopyynto-form-section form fieldset input,.lp-form-group form fieldset input,.row-fluid-wrapper .row-fluid .jata-yhteydenottopyynto-form-section form fieldset textarea,.lp-form-group form fieldset textarea{border:1px solid #d7d7d7;border-radius:35px;color:#333;font-size:16px;font-weight:400;padding:12px 25px}.row-fluid-wrapper .row-fluid .jata-yhteydenottopyynto-form-section form fieldset select:focus,.lp-form-group form fieldset select:focus,.row-fluid-wrapper .row-fluid .jata-yhteydenottopyynto-form-section form fieldset input:focus,.lp-form-group form fieldset input:focus,.row-fluid-wrapper .row-fluid .jata-yhteydenottopyynto-form-section form fieldset textarea:focus,.lp-form-group form fieldset textarea:focus{border-color:#2896c2}.row-fluid-wrapper .row-fluid .jata-yhteydenottopyynto-form-section form fieldset select,.lp-form-group form fieldset select{cursor:pointer;max-width:48.5%;background-position:95% center;background-size:auto;background-repeat:no-repeat;background-image:url("https://info.mediconsult.fi/hubfs/Mediconsult_2018/Images/arrow.png");appearance:none;-webkit-appearance:none;-ms-appearance:none;-o-appearance:none;-moz-appearance:none}.row-fluid-wrapper .row-fluid .jata-yhteydenottopyynto-form-section form fieldset.form-columns-2 .input,.lp-form-group form fieldset.form-columns-2 .input{padding:0 10px}.row-fluid-wrapper .row-fluid .jata-yhteydenottopyynto-form-section form fieldset,.lp-form-group form fieldset{margin:0}.row-fluid-wrapper .row-fluid .jata-yhteydenottopyynto-form-section form fieldset.form-columns-2,.lp-form-group form fieldset.form-columns-2{margin:0 -10px;max-width:inherit;width:auto}.row-fluid-wrapper .row-fluid .jata-yhteydenottopyynto-form-section form fieldset .hs-richtext,.lp-form-group form fieldset .hs-richtext{color:#333;font-size:18px;font-weight:700;padding:25px 0 10px}.row-fluid-wrapper .row-fluid .jata-yhteydenottopyynto-form-section form fieldset.form-columns-2 .hs-richtext,.lp-form-group form fieldset.form-columns-2 .hs-richtext{padding-left:10px}.row-fluid-wrapper .row-fluid .jata-yhteydenottopyynto-form-section form fieldset textarea,.lp-form-group form fieldset textarea{height:127px}.row-fluid-wrapper .row-fluid .jata-yhteydenottopyynto-form-section .hs-error-msgs li:before,.lp-form-group .hs-error-msgs li:before{content:none}.row-fluid-wrapper .row-fluid .jata-yhteydenottopyynto-form-section ul,.lp-form-group ul{margin:0 0 20px}.lp-form-group ul.inputs-list li{list-style:none!important}.row-fluid-wrapper .row-fluid .jata-yhteydenottopyynto-form-section .hs-error-msgs label,.lp-form-group .hs-error-msgs label{transform:none}.row-fluid-wrapper .row-fluid .jata-yhteydenottopyynto-form-section form .hs_submit .actions,.lp-form-group form .hs_submit .actions{width:auto;margin-top:10px;background-color:#efab00;color:#FFF;border-radius:35px;display:inline-block;font-weight:800;font-size:18px;-webkit-transition:all .4s;transition:all .4s;transition-timing-function:ease-in-out}.row-fluid-wrapper .row-fluid .jata-yhteydenottopyynto-form-section form .hs_submit .actions:hover,.lp-form-group form .hs_submit .actions:hover{background-color:#2896c2!important}.row-fluid-wrapper .row-fluid .jata-yhteydenottopyynto-form-section form .hs_submit input,.lp-form-group form .hs_submit input{background-color:transparent;padding:13px 31px}.row-fluid .social-content-main{background-color:#f7f7f7;padding:34px;display:block;margin:10px 0 50px 0}.row-fluid .social-content-main .social-img-section{width:250px;padding-right:25px;float:left}.row-fluid .social-content-main .social-img-section img{max-width:100% width:100%;height:auto!important}.row-fluid .social-content-main .social-content-section{width:calc(100% - 250px);border-left:5px solid #2795c1;float:left;padding:0 35px}.row-fluid .social-content-main .social-content-section h2{margin:0;color:#2896c2;font-size:34px;font-weight:300;line-height:39px}.row-fluid .social-content-main .social-content-section p{color:#333;font-size:19px;font-weight:400;margin:20px 0;line-height:32px}.subpage-text.lasttext{margin-bottom:40px;padding-bottom:40px;border-bottom:5px solid #f7f7f7}.new-lp-content img{height:auto!important}.avoimettyopaikat .jobs .wrap{max-width:100%!important}.youtube-wrapper[class*="span"]{display:flex!important;flex-wrap:wrap!important}.row-fluid-wrapper .row-fluid .wrapper{max-width:1000px;width:100%;margin:auto;float:none}.content-section{padding:80px 0}.content-section h2{font-size:24px;color:#333}.content-section p strong{font-weight:900;display:block}.content-section p{font-size:19px;line-height:32px;color:#333}.hs-menu-wrapper.hs-menu-flow-vertical li a{white-space:normal}.dark-bg{background-color:#f9f9f9}.row-fluid a.simple-link,.row-fluid .mail-section .mail-block a.simple-link{text-decoration:underline;font-size:18px;font-weight:400;color:#f1ab1c}.mail-section{text-align:center;padding:76px 0 61px}.mail-section p,.mail-section a{font-size:18px;font-weight:400}.mail-section .mail-block{margin-top:70px;margin-bottom:60px}.mail-section .mail-block p{margin:0}.mail-section .mail-block a:first-child{color:#25bccc;font-weight:800}.mail-section .mail-block h3{font-size:22px;margin-bottom:20px;font-weight:800}.mail-section .ratkaisut-title h4{margin:0}.contact-request-section .ratkaisut-title h4{margin-bottom:35px}.contact-request-section{padding:80px 0 85px;text-align:center}.row-fluid-wrapper .row-fluid .contact-request-section .wrapper{max-width:825px}.row-fluid-wrapper .row-fluid .contact-request-section .jata-yhteydenottopyynto-form-section{padding:45px 0 0;background-color:transparent}.row-fluid-wrapper .row-fluid .contact-request-section .jata-yhteydenottopyynto-form-section fieldset.form-columns-2 .input{margin-right:0}.offices-are-section{padding:50px 0 60px}.offices-are-section .ratkaisut-title{text-align:center;margin-bottom:20px}.offices-are-section .offices-outer>span{display:flex;flex-wrap:wrap;margin:0 -15px;width:auto}.offices-are-section .offices-outer>span>div{width:25%;float:left;padding:15px}.offices-are-section .offices-block .offices-map iframe{width:100%;height:225px;filter:grayscale(100%);-webkit-filter:grayscale(100%)}.offices-are-section .offices-block .offices-map{width:100%}.offices-are-section .offices-block .offices-map p{margin:0;padding:0}.offices-are-section .offices-content h3{font-size:22px;font-weight:800;margin-bottom:10px}.offices-are-section .offices-content p{font-size:22px;font-weight:400;color:#333}.offices-are-section .offices-content{padding:25px 0 0}.billing-section{padding:70px 0 50px}.billing-section .ratkaisut-title{text-align:center;margin-bottom:40px}.billing-section .row-fluid .billing-section-wrapper{max-width:508px;width:100%;margin:auto;float:none}.bring-people-section{padding:80px 0 30px;text-align:center;margin-bottom:25px}.bring-people-section .bring-people-outer>span{width:auto;margin:0 -15px;display:block}.bring-people-section .bring-people-outer>span>div{width:33.33%;float:left;padding:35px 15px}.bring-people-section .bring-people-outer .bring-people-img{width:206px;border-radius:100%;overflow:hidden;background-color:#d7d7d7;display:inline-block}.bring-people-section .bring-people-outer .bring-people-img img{object-fit:cover;height:206px}.bring-people-section .bring-people-content{padding-top:30px}.bring-people-section .bring-people-content h3{font-size:22px;font-weight:800;margin:0}.bring-people-section .bring-people-content h4{font-size:18px;font-style:italic}.bring-people-section .bring-people-content a:first-child{color:#25bccc;font-weight:800}.bring-people-section .bring-people-content a{display:block;font-size:18px}.hero-with-content{position:relative}.hero-with-content:before{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.25)}.row-fluid .hero-with-content .hero-content{display:table;width:100%;position:relative;z-index:0}.hero-with-content .hero-content>div{display:table-cell;vertical-align:middle;height:448px;text-align:center}.hero-with-content .hero-content>div>div{width:100%;max-width:660px;margin:0 auto}.hero-with-content .hero-content .hero-tittle-main h1{margin:0 0 20px;font-size:40px;font-weight:800;color:#fff}.hero-with-content .hero-content p{font-size:16px;color:#fff;font-weight:400;line-height:26px}.product-cat .sidebar-right-content-section .widget-type-header h4{margin:0;font-size:23px;font-weight:800}.product-cat .sidebar-right-content-section .toiminnot-cta{padding:0 0 60px 0;margin:0 0 50px;border-bottom:5px solid #e5e1df}.row-fluid .product-cat .sidebar-right-content-section{padding-top:65px}.industry-outer .industry-content h3 a:hover{color:#efab00}.industry-outer{padding:25px 0 55px}.industry-outer>span{display:flex;flex-wrap:wrap;width:auto;margin:0 -15px}.industry-outer>span>div{width:33.33%;float:left;padding:15px}.industry-outer .industry-img img{max-width:100%;max-width:150px;max-height:90px;width:auto!important;height:auto!important}.industry-img{width:100%}.industry-block{text-align:center!important}.industry-outer .industry-content{text-align:center;padding:25px 0}.industry-outer .industry-content h2{font-size:23px;font-weight:800;margin-bottom:15px}.industry-outer .industry-content h4{font-size:20px;font-weight:400}.industry-outer .industry-content h3{text-transform:uppercase;font-size:16px;font-weight:800;margin-bottom:0;border-bottom:4px solid #efab00;display:inline-block}.simple-text-block{padding:50px 0;text-align:center}.simple-text-block p{margin:10px 0;font-size:19px;line-height:32px;font-weight:700;color:#333}.koulutus .simple-text-block p{font-weight:normal}.row-fluid .simple-text-block .widget-type-rich_text{max-width:1210px;margin:0 auto;float:none}.koulutus.hs-blog-listing .widget-type-blog_content{width:100%}@media(min-width:1100px){.koulutus .blog-listing-wrapper .post-listing .post-item{width:33%}}.filter-section{padding:20px 0 80px}.filter-section h3{display:none}.filter-section span.filter-link-count{display:none}.filter-section ul li{float:left;padding:0 10px 0 0;margin:0 10px 15px 0;position:relative;font-size:21px;font-weight:500}.filter-section ul li a{text-decoration:underline;color:#f0ab00}.filter-section ul li:after{content:'';border-right:1px solid #8e8e8e;padding:0 5px;position:absolute;right:0;top:0;bottom:0;height:20px;margin:auto}.filter-section ul li a:hover{color:#333}.blog-listing-wrapper .post-listing{width:auto;display:flex;flex-wrap:wrap;float:left;margin:0 -15px;padding-bottom:100px}.blog-listing-wrapper .post-listing .post-item{width:50%;float:left;padding:30px 15px}.blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper{position:relative;display:block;width:100%;float:left}.blog-listing-wrapper .post-listing .post-item .hs-featured-image{float:none;margin:0;max-width:100%;height:220px;object-fit:cover;width:100%}.blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper a{display:block;width:100%}.blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper .hubspot-editable a{color:#fff;display:inline-block;width:auto}.blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper .hubspot-editable{position:absolute;bottom:0;max-width:280px;left:0;width:100%;background-color:#2795c1;color:#fff;font-size:14px;font-weight:400;padding:14px 15px;text-align:center}.blog-listing-wrapper .post-listing .post-item .post-list-content{padding-top:40px;float:left;word-break:break-word}.blog-listing-wrapper .post-listing .post-item .post-list-content h2{color:#000;font-size:24px;font-weight:800;margin-bottom:15px}.blog-listing-wrapper .post-listing .post-item .post-list-content p{font-size:18px;font-weight:400;margin:0 0 25px}.blog-listing-wrapper .post-listing .post-item a.more-link{font-size:16px;font-weight:800;color:#000}.blog-listing-wrapper .post-listing .post-item a.more-link:hover{color:#efab00!important;text-decoration:none}.blog-listing-wrapper .post-listing .post-item a.more-link{position:relative;font-size:18px;text-transform:uppercase;font-weight:800;display:inline-block;padding-bottom:12px}.blog-listing-wrapper .post-listing .post-item a.more-link:after{content:'';position:absolute;height:4px;width:100%;left:0;right:0;margin:0 auto;bottom:0;background-color:#efab00}.blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper .hubspot-editable a:hover,.blog-listing-wrapper .post-listing .post-item.post-item-full .hubspot-editable a:hover{color:#efab00}.blog-listing-wrapper .post-listing .post-item .post-list-content a:hover{color:#2795c1}.post-list-content h2 a{color:#000}.post-list-content h2 a:hover{color:#000!important;text-decoration:none}.blog-listing-wrapper .post-listing .post-item.post-item-full{width:100%;margin-top:20px}.blog-listing-wrapper .post-listing .post-item.post-item-full .post-list-content{padding-top:15px}.blog-listing-wrapper .post-listing .post-item.post-item-full .hubspot-editable,.blog-listing-wrapper .post-listing .post-item.post-item-full .hubspot-editable a{font-size:14px;font-weight:400;color:#2896c2}.blog-main-body{overflow:hidden}.right-sidebar-section{position:relative;padding:0 0 0 35px}.right-sidebar-section:before{content:'';top:0;left:0;z-index:-1;background-color:#f7f7f7;position:absolute;height:8000px;width:15000px}.blog-main-body .ratkaisut-title h4{margin-top:40px}.updates-box-block{margin:35px 0}.updates-box-block .date{font-size:18px;font-weight:400;color:#2896c2}.updates-box-block .post-title a{font-size:18px;font-weight:800}.updates-box-block .post-title a:hover{color:#2896c2}.more-new-years{padding:37px 0 88px}.more-new-years p{font-size:18px;margin:7px 0}.more-new-years p a{display:block;color:#f0ab00;text-decoration:underline}.more-new-years p a:hover{color:#2795c1}.more-new-years .widget-type-blog_subscribe span.hs-form-required{display:none}.more-new-years .widget-type-blog_subscribe .input input{font-size:18px;font-weight:400;padding:12px 25px;border-radius:35px;border:1px solid #dfdfdf;color:#333}.more-new-years .widget-type-blog_subscribe .input input::-webkit-input-placeholder{color:#333}.more-new-years .widget-type-blog_subscribe .input input::-moz-placeholder{color:#333}.more-new-years .widget-type-blog_subscribe .input input:-ms-input-placeholder{color:#333}.more-new-years .widget-type-blog_subscribe .input input:-moz-placeholder{color:#333}.more-new-years .widget-type-blog_subscribe .actions .hs-button,.lp-form-group a.hs-button.lage.primary{background-color:#efab00;color:#FFF;text-transform:uppercase;padding:13px 31px;border-radius:30px;display:inline-block;font-weight:800;font-size:15px;padding:14px 39px;-webkit-transition:all .4s;transition:all .4s;transition-timing-function:ease-in-out;width:auto}.more-new-years .widget-type-blog_subscribe .actions .hs-button:hover,.lp-form-group a.hs-button.lage.primary:hover{background-color:#2896c2}.show-more-section{float:left;width:100%;display:block}.show-more{background-color:#efab00;margin-left:15px;margin-top:15px;color:#FFF;text-transform:uppercase;border-radius:30px;display:inline-block;font-weight:800;font-size:15px;padding:14px 38px;-webkit-transition:all .4s;transition:all .4s;transition-timing-function:ease-in-out;width:auto}.show-more:hover{background-color:#2896c2}.right-sidebar-section .ajankohtaista-social-box ul li:nth-child(1) strong{padding:0 22px 0 0}.post-inner-hero-section{display:table;width:100%;margin:auto;text-align:center}.post-inner-hero-section>div{color:#fff;font-size:20px;display:table-cell;vertical-align:middle;height:310px;max-width:850px}.hero-title.post-inner-hero-main{background-color:#21bdcd}.post-inner-hero-section>div h1{color:#fff;font-size:40px;margin-bottom:10px;font-weight:800;line-height:48px}.post-inner-hero-section>div a{color:#fff}.post-inner-hero-section>div a:hover{color:#efab00}.hs-blog-post .right-sidebar-section h3{margin-top:40px}.hs-blog-post .right-sidebar-section h3{position:relative;font-size:24px;text-transform:uppercase;font-weight:400;display:inline-block;padding-bottom:12px}.hs-blog-post .right-sidebar-section h3:after{content:'';position:absolute;height:4px;width:100%;left:0;right:0;margin:0 auto;bottom:0;background-color:#2795c1}.hs-blog-post .right-sidebar-section .btn-yellow{margin:42px 0 50px}.hs-blog-post .right-sidebar-section .more-new-years{padding:0 0 45px}.hs-blog-post .right-sidebar-section .widget-type-blog_subscribe h3{display:none}.hs-blog-post .right-sidebar-section .widget-type-blog_subscribe .hs-richtext{margin-bottom:30px}.widget-type-post_filter{padding:50px 0 40px 0}.widget-type-post_filter a{font-size:21px;font-weight:400;text-decoration:underline;margin:9px 0;display:inline-block}.widget-type-post_filter a span.filter-link-count{display:none}.widget-type-post_listing h3{margin-bottom:12px}.widget-type-post_listing li.hs-postlisting-item{margin:35px 0}.widget-type-post_listing .hs-postlisting-item a{font-size:18px;font-weight:800;word-break:break-word}.widget-type-post_listing .hs-postlisting-item a:hover,.hs-blog-post .widget-type-post_filter li a:hover{color:#2795c1}.blog-post-wrapper{padding:60px 0}.koulutus .row-fluid-wrapper .row-fluid .jata-yhteydenottopyynto-form-section{padding-top:95px}.koulutus .row-fluid-wrapper .row-fluid .jata-yhteydenottopyynto-form-section h3{margin-bottom:.2em}.koulutus .row-fluid-wrapper .row-fluid .jata-yhteydenottopyynto-form-section .hs-richtext,.koulutus .row-fluid-wrapper .row-fluid .jata-yhteydenottopyynto-form-section .hs-richtext p{font-size:16px}.blog-post-wrapper .section.post-body p:first-child img{width:100%!important;display:block;object-fit:cover;height:495px}.blog-post-wrapper .section.post-body p,.blog-post-wrapper .section.post-body{font-size:19px;font-weight:400;margin:30px 0;line-height:32px}.blog-post-wrapper .section.post-body ul{padding-left:20px}.blog-post-wrapper .section.post-body ul li{list-style:disc}.blog-post-wrapper .section.post-body p strong{font-weight:800;padding-top:20px;display:block}.blog-post-wrapper .section.post-body h2{font-size:24px;font-weight:800}.post-body img{width:auto;height:auto}.blog-main-body .btn-yellow a{margin-top:15px}.blog-main-body .social-content-main{margin:35px 0 70px}.about-author-sec h3{font-size:21px;color:#57bfe9;margin-bottom:0}.about-author-sec h3 a{color:#333;display:block}.about-author-sec p{font-size:16px;font-weight:400;line-height:1.5em}.about-author-sec h3 a:hover,.about-author-sec p+a:hover{color:#efab00}.about-author-sec .span2{width:178px}.about-author-sec .span10{padding:15px 0 0;width:calc(100% - 370px)}.about-author-sec p+a{font-size:21px;font-weight:400;text-decoration:underline}.related-post-section .post-list-content{padding-top:40px;float:left;word-break:break-word}.related-post-section .post-list-content h2{color:#000;font-size:24px;font-weight:800;margin-bottom:15px}.related-post-section .post-list-content p{font-size:18px;font-weight:400;margin:0 0 25px}.related-post-section a.more-link{font-size:18px;font-weight:800}.related-post-section a.more-link{position:relative;font-size:18px;text-transform:uppercase;font-weight:800;display:inline-block;padding-bottom:12px}.related-post-section a.more-link:after{content:'';position:absolute;height:4px;width:100%;left:0;right:0;margin:0 auto;bottom:0;background-color:#efab00}.related-post-section .post-list-content .hubspot-editable a:hover{color:#efab00}.related-post-section .post-list-content a:hover{color:#2795c1}.related-post-section .post-list-content .hubspot-editable,.related-post-section .post-list-content .hubspot-editable a{color:#2896c2}.related-post-section h4{position:relative;font-size:24px;text-transform:uppercase;font-weight:400;display:inline-block;padding-bottom:12px}.related-post-section h4:after{content:'';position:absolute;height:4px;width:100%;left:0;right:0;margin:0 auto;bottom:0;background-color:#2795c1}.related-post-section{padding:43px 0 90px;margin-top:55px;border-top:15px solid #f7f7f7}.related-post-section .post-list-content{padding-top:25px}.author-page .hs-author-avatar img{height:340px;width:350px;object-fit:cover}.author-page .hs-author-avatar{width:100%;float:left}.author-page .hs-author-bio{width:100%;float:left;font-size:16px;word-break:break-word;padding:15px 0;line-height:1.5em}.author-page .hs-author-profile{padding:0 15px 40px;max-width:500px;padding:0 15px 40px;width:100%;margin:auto;display:inline-block}.author-page .hs-author-profile+h3.hs-author-listing-header{padding-left:15px;float:left;display:block;width:100%;margin:0;font-size:30px}.row-fluid .header-right-box .mainmenu ul>li.hs-menu-depth-1.hs-item-has-children .hs-menu-children-wrapper li a{text-transform:none!important}.billing-section-wrapper p:first-child{margin-bottom:10px}.video-wrapper{display:flex;flex-wrap:wrap;padding:50px 0 100px 0}@media(min-width:768px){.container,.row-fluid .container[class*="span"]{width:750px}}@media(min-width:992px){.container,.row-fluid .container[class*="span"]{width:970px}}@media(min-width:1200px){.container,.row-fluid .container[class*="span"]{width:1170px}}@media(min-width:1460px){.container,.row-fluid .container[class*="span"]{width:1430px}}@media(min-width:768px){.ebiz-toggle,.mainmenu .mobile-menu span.mobile-toggle{display:none}.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper{opacity:1;visibility:visible}.top-search>span{display:none}.top-search .g-search{position:static;width:auto}.btn-white a:hover{color:#FFF}.row-fluid .header-right-box .mainmenu ul>li.hs-menu-depth-1.hs-item-has-children .hs-menu-children-wrapper{ -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;;background-color:#2896c2;text-align:left;transform:translateY(15px);-webkit-transform:translateY(15px);-moz-transform:translateY(15px);-o-transform:translateY(15px);-ms-transform:translateY(15px)}.row-fluid .header-right-box .mainmenu ul>li.hs-menu-depth-1.hs-item-has-children .hs-menu-children-wrapper li{border-bottom:1px solid #005b7f;transition-property:color;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0)}.row-fluid .header-right-box .mainmenu ul>li.hs-menu-depth-1.hs-item-has-children .hs-menu-children-wrapper li:hover{background-color:#005b7f}.row-fluid .header-right-box .mainmenu ul>li.hs-menu-depth-1:hover{background-color:none!important}.row-fluid .header-right-box .mainmenu ul>li.hs-menu-depth-1.hs-item-has-children .hs-menu-children-wrapper li:last-child{border-bottom:0}.row-fluid .header-right-box .mainmenu ul>li.hs-menu-depth-1.hs-item-has-children .hs-menu-children-wrapper li a{width:auto;font-size:15px;text-transform:uppercase;color:#FFF}.row-fluid .header-right-box .mainmenu ul>li.hs-menu-depth-2.hs-item-has-children .hs-menu-children-wrapper{left:100%!important;-webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;;transform:translateX(15px);-webkit-transform:translateX(15px);-moz-transform:translateX(15px);-o-transform:translateX(15px);-ms-transform:translateX(15px)}.row-fluid .header-top-section .header-top-social ul li a:hover{background-color:#efab00}.row-fluid .header-top-section .header-top-contact a:hover{color:#efab00}.row-fluid .header .header-right-box .language-section a:hover{color:#2896c2}.row-fluid .header-right-box .mainmenu ul>li.hs-menu-depth-1>a:hover{color:#efab00}.row-fluid .header-right-box .mainmenu ul>li.hs-menu-depth-1.hs-item-has-children:hover,.row-fluid .header-right-box .mainmenu ul>li.hs-menu-depth-2.hs-item-has-children:hover{-webkit-transition:all .4s;transition:all .4s;transition-timing-function:ease-in-out}.row-fluid .header-right-box .mainmenu ul>li.hs-menu-depth-1.hs-item-has-children:hover>.hs-menu-children-wrapper{transform:translateY(0px);-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-o-transform:translateY(0px);-ms-transform:translateY(0px)}.row-fluid .header-right-box .mainmenu ul>li.hs-menu-depth-2.hs-item-has-children:hover>.hs-menu-children-wrapper{transform:translateX(0px);-webkit-transform:translateX(0px);-moz-transform:translateX(0px);-o-transform:translateX(0px);-ms-transform:translateX(0px)}.ratkaisut-service-box .ratkaisut-box-text a:hover{color:#efab00}.ajankohtaista-social-box ul li a:hover{background-color:#efab00}.recent-post-section .blogi-box-wrapper .blogi-box-with-img .author-name a:hover{color:#efab00}.recent-post-section .blogi-box-wrapper .blogi-box .post-title a:hover{color:#efab00}.recent-post-section .blogi-box-wrapper .blogi-box .read-more a:hover{color:#efab00}.row-fluid .footer .footer-box .footer-laungage a:hover{color:#efab00}.row-fluid .footer .footer-box .footer-link ul li a:hover{color:#efab00}}@media(max-width:1460px){.row-fluid .header .header-right-box .header-search{width:70px}.row-fluid .header .header-right-box .language-section{width:100px}.row-fluid .header .header-right-box .mainmenu{width:calc(100% - 170px);padding-right:10px}.row-fluid .header-right-box .mainmenu ul>li.hs-menu-depth-1{margin:0 22px 0 0}.row-fluid .header-right-box .mainmenu ul>li.hs-menu-depth-1>a{letter-spacing:0}.row-fluid .header-right-box .mainmenu ul>li.hs-menu-depth-1.hs-item-has-children>a::after{right:-12px}.sidebar-main-section .ota-yhteytta-img-section{width:125px}.sidebar-main-section .ota-yhteytta-content-section{width:calc(100% - 125px)}.sidebar-main-section .side-bar-section .hs-menu-wrapper.hs-menu-flow-vertical>ul li a{font-size:18px}.sidebar-main-section .side-bar-section .side-bar-toggle{margin:5px 0 0 0}.right-sidebar-section .ajankohtaista-social-box ul li:first-child{display:block;width:100%;padding-bottom:15px}}@media(max-width:1470px) and (min-width:1200px){.sidebar-main-section .side-bar-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{font-size:19px}}@media(max-width:1400px){.sidebar-right-content-section,.sidebar-right-content-section p,.sidebar-right-content-section ul li{font-size:17px;line-height:28px}.sidebar-main-section .side-bar-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a,.sidebar-main-section .side-bar-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li li a{font-size:17px}body{font-size:17px;line-height:28px}}@media(max-width:1199px){.row-fluid .header .header-right-box{width:calc(100% - 110px)}.sidebar-main-section .side-bar-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li li a{font-size:16px}.sidebar-main-section .side-bar-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{font-size:16px;padding:4px 0}.header .container,.header .row-fluid .container[class*="span"]{width:100%!important}.row-fluid .header-right-box .mainmenu ul>li.hs-menu-depth-1.hs-item-has-children>a:after{top:8px}.row-fluid .header .header-logo img{width:110px!important;height:67px}.row-fluid .header .header-right-box{padding-top:13px}.row-fluid .header-right-box .mainmenu ul>li.hs-menu-depth-1>a{font-size:14px}.row-fluid .header-right-box .mainmenu ul>li.hs-menu-depth-1{margin:0 22px 0 0}.row-fluid .header-right-box .mainmenu ul>li.hs-menu-depth-1.hs-item-has-children .hs-menu-children-wrapper li a{font-size:15px}.ratkaisut-service-box .ratkaisut-box-text h4{word-break:break-word}.ratkaisut-service-box .ratkaisut-box-text h4 br{display:none}.row-fluid .footer .footer-box .btn-yellow a{padding:13px 15px;font-size:14px}.simple-text-hero .hero-tittle-main>div{height:375px}.row-fluid .side_main,.row-fluid .sidebar-right-content-section{width:100%;margin:0;padding:0}.row-fluid .sidebar-right-content-section{padding:50px 0 50px 0}.filter-section ul{float:left}.filter-section ul li{font-size:17px}.filter-section{padding:10px 0 45px}.filter-section .filter-expand-link{display:block;float:left}.filter-section .filter-expand-link a{position:relative;font-size:18px;text-transform:uppercase;font-weight:800;display:inline-block;padding-bottom:12px}.filter-section .filter-expand-link a:hover{color:#2795c1}.filter-section .filter-expand-link a:after{content:'';position:absolute;height:4px;width:100%;left:0;right:0;margin:0 auto;bottom:0;background-color:#efab00}.filter-section ul li:after{height:13px}.blog-listing-wrapper .post-listing .post-item .post-list-content h2{font-size:20px}.blog-listing-wrapper .post-listing .post-item .post-list-content{padding-top:30px}.blog-listing-wrapper .post-listing .post-item .post-list-content p{font-size:16px}.updates-box-block .post-title a,.updates-box-block .date{font-size:16px}.update-box .btn-yellow{margin-top:60px}.more-new-years{padding:20px 0 65px}.simple-text-block p{font-size:18px}.simple-text-block{padding:35px 0}.more-new-years p{font-size:16px}.blog-post-wrapper .section.post-body p,.blog-post-wrapper .section.post-body{font-size:17px;line-height:28px}.blog-post-wrapper .section.post-body h2{font-size:19px}.about-author-sec .span10{width:calc(100% - 200px)}.widget-type-post_listing .hs-postlisting-item a{font-size:16px}.widget-type-post_listing li.hs-postlisting-item{margin:30px 0}.hs-blog-post .right-sidebar-section .btn-yellow{margin:15px 0 25px}.hs-blog-post .widget-type-post_filter a{font-size:18px;margin:8px 0}.row-fluid .blog-main-body .social-content-main .social-img-section{padding-right:0;text-align:center;width:100%}.row-fluid .blog-main-body .social-content-main .social-content-section{border-top:5px solid #2795c1;border-left:none;margin:25px 0;padding:35px 0 0;width:100%;text-align:center}.row-fluid .blog-main-body .social-content-main{display:table;padding:20px}.hs-blog-post .right-sidebar-section .more-new-years{padding:20px 0 45px}.row-fluid .footer .footer-box{width:50%;margin:0 0 26px;padding-right:15px}.sidebar-main-section .side-bar-section{padding:40px 25px 20px}.sidebar-main-section .side-bar-section:before{background:0}.sidebar-main-section .side-bar-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul{margin-top:0}.sidebar-main-section .ota-yhteytta-section{border-bottom:none!important}.sidebar-main-section .ota-yhteytta-section:before{border-bottom:none!important}}@media(max-width:991px){.row-fluid .header-top-section .header-top-contact{width:100%;text-align:center}.row-fluid .header-top-section .header-top-contact p:after{display:none}.row-fluid .header-top-section .header-top-social{width:100%;text-align:center;padding-top:10px}.row-fluid .header .header-logo{text-align:left}.row-fluid .header .header-right-box .header-search{width:35px;padding-right:0}.row-fluid .header .header-right-box .language-section{width:70px}.row-fluid .header .header-right-box .mainmenu{width:calc(100% - 105px);padding-right:5px}.row-fluid .header .header-logo img{width:88px!important;height:53px}.row-fluid .header-right-box .mainmenu ul>li.hs-menu-depth-1{margin:0 12px 0 0}.row-fluid .header-right-box .mainmenu ul>li.hs-menu-depth-1>a{font-size:14px}.row-fluid .header-right-box .mainmenu ul>li.hs-menu-depth-1.hs-item-has-children>a:after{right:-9px;transform:scale(0.6);top:7px}.row-fluid .header-top-section{padding:4px 0 10px}.row-fluid .header .header-right-box .header-search img{height:20px;object-fit:contain}.row-fluid .header-right-box .mainmenu ul>li.hs-menu-depth-1>a{padding:0 0 10px}.row-fluid .header-right-box .mainmenu ul>li.hs-menu-depth-1.hs-item-has-children .hs-menu-children-wrapper li a{font-size:14px}.row-fluid .hero-section>div>div{display:block}.row-fluid .hero-section .hero-left-bg{width:100%!important;min-height:320px}.row-fluid .hero-section .hero-right-text{width:100%!important;padding:40px 15px!important}.hero-title h1 br{display:none}.hero-text{max-width:100%!important}.row-fluid .keita-olemme-section .keita-left-section{width:40%}.row-fluid .keita-olemme-section .keita-right-section{width:60%}.ratkaisut-service-wrapper>span>div{width:calc(100%/2 - 30px);margin-bottom:30px}.row-fluid .ratkaisut-section .ratkaisut-service-wrapper{padding-bottom:30px}.row-fluid .blog-feed-section .container>div>div{display:block}.row-fluid .blog-feed-section .ajankohtaista-post{width:100%;padding:40px 0}.row-fluid .blog-feed-section .ajankohtaista-post:after{content:'';position:absolute;top:0;left:100%;background-color:#f7f7f7;height:100%;width:5000px}.ajankohtaista-feed-box .update-box .btn-yellow{padding-top:40px}.ajankohtaista-post .twitter-feed-box{padding:40px 0}.row-fluid .blog-feed-section .recent-post-section{width:100%;padding:40px 0}.recent-post-section .blogi-box-wrapper{padding:40px 0 0}.row-fluid .footer .footer-box .btn-yellow a{padding:8px 10px;font-size:14px;text-align:center}.sidebar-right-content-section,.sidebar-right-content-section p,.sidebar-right-content-section ul li{font-size:18px}.mail-section .mail-block h3{font-size:18px;margin-bottom:15px}.mail-section p,.mail-section a{font-size:14px}.mail-section .mail-block{margin-top:50px;margin-bottom:45px}.offices-are-section .offices-outer>span>div{width:50%}.blog-main-body .left-blog-section,.blog-main-body .right-sidebar-section{width:100%;margin-left:0;margin-right:0}.blog-main-body .right-sidebar-section{padding-bottom:60px}.more-new-years .widget-type-blog_subscribe .input input{max-width:400px}.post-inner-hero-section>div h1{font-size:32px;line-height:40px;word-break:break-word}.post-inner-hero-section>div{font-size:16px}.blog-post-wrapper .section.post-body p strong{padding-top:15px}.blog-post-wrapper .section.post-body p{font-size:16px;line-height:27px;margin:20px 0}.blog-post-wrapper .section.post-body h2{font-size:20px}.row-fluid .social-content-main .social-content-section h2{font-size:28px}.about-author-sec h3{font-size:19px}.about-author-sec p+a{font-size:18px}}@media(max-width:850px){.row-fluid .header-right-box .mainmenu ul>li.hs-menu-depth-1>a{font-size:12px}}@media(max-width:767px){.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{position:relative;opacity:1;visibility:visible;display:none;width:100%}.mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul{display:none}.mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul.mobile-menu li{float:left;width:100%}.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:0}.ebiz-toggle{padding:5px 0 0;background-color:transparent;float:right;border:0;cursor:pointer;width:43px}.ebiz-toggle .icon-bar{margin:auto;background-color:#EFAB00;border-radius:1px;display:block;height:3px;position:relative;width:22px;-webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;}.ebiz-toggle .icon-bar+.icon-bar{margin-top:4px}.ebiz-toggle .icon-bar:nth-child(1),.ebiz-toggle .icon-bar:nth-child(3){top:0;transform:rotate(0deg);-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg)}.ebiz-toggle.ebiz-menuopen .icon-bar:nth-child(1){top:7px;transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg)}.ebiz-toggle.ebiz-menuopen .icon-bar:nth-child(2){opacity:0}.ebiz-toggle.ebiz-menuopen .icon-bar:nth-child(3){top:-7px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg)}.mainmenu .mobile-menu span.mobile-toggle{width:36px;height:36px;position:absolute;right:0;top:4px;background-color:transparent;-webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;;cursor:pointer}.mainmenu .mobile-menu span.mobile-toggle:after,.mobile-toggle:before{content:"";background-color:#FFF;height:16px;width:2px;position:absolute;left:17px;top:10px;-webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;}.mainmenu .mobile-menu span.mobile-toggle:before{-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;}.mainmenu .mobile-menu span.mobile-toggle.ebiz-subopen:after{-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.mainmenu .mobile-menu span.mobile-toggle.ebiz-subopen:before{opacity:0;background-color:#fff;-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg)}.mainmenu .hs-menu-wrapper ul{float:left;padding:0;width:100%;min-width:250px}.mainmenu .hs-menu-wrapper>ul>li>a{max-width:none;width:auto}.mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{width:100%}.mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{display:block;max-width:none;min-width:auto;overflow:visible;text-align:left;text-overflow:inherit;white-space:inherit;width:auto}.mainmenu .hs-menu-wrapper ul ul{text-indent:20px;min-width:250px}.mainmenu .hs-menu-wrapper ul ul ul{text-indent:50px;min-width:250px}.row-fluid .header .header-right-box .language-section{border-left:none}.row-fluid .header-right-box .mainmenu ul.mobile-menu{position:absolute;left:0;width:100%;max-width:100%;text-align:left;background-color:#2896c2;top:100%;z-index:1}.row-fluid .header-right-box .mainmenu ul>li.hs-menu-depth-1>a{padding:10px 15px;font-size:16px;color:#FFF;font-weight:700}.row-fluid .header-right-box .mainmenu ul>li.hs-menu-depth-1.active>a{color:#FFF}.row-fluid .header-right-box .mainmenu ul>li a{padding:10px 15px;font-size:16px;color:#FFF;font-weight:700}.row-fluid .header-right-box .mainmenu ul>li.hs-menu-depth-1>a:after{display:none}.row-fluid .header-right-box .mainmenu ul>li.hs-menu-depth-1{margin:0}.row-fluid .header-right-box .mainmenu ul li{padding:0;border-bottom:1px solid #005b7f;margin:0}.row-fluid .header-right-box .mainmenu ul ul li>a{color:#FFF}.mainmenu .mobile-menu li.hs-menu-depth-2 span.mobile-toggle{top:2px}.row-fluid .header-right-box .mainmenu ul li a{display:block}.row-fluid .keita-olemme-section .keita-left-section,.row-fluid .keita-olemme-section .keita-left-section{text-align:left}.sidebar-main-section .side-bar-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul{padding:20px}.row-fluid .header-top-section .header-top-contact,.row-fluid .header-top-section .header-top-contact p:nth-child(2){padding:0}.row-fluid .header-top-section .header-top-contact p:nth-child(1){padding-right:0}.row-fluid .keita-olemme-section .container>div>div{display:block}.row-fluid .keita-olemme-section .keita-left-section{width:100%;padding-right:0}.keita-olemme-title h2 br{display:none}.row-fluid .keita-olemme-section .keita-right-section{width:100%;border:0;padding:40px 0 0}.row-fluid .keita-olemme-section,.row-fluid .ratkaisut-section{padding:50px 0}.row-fluid .ratkaisut-section .ratkaisut-service-wrapper>span{margin:0}.ratkaisut-service-wrapper>span>div{width:100%;margin:0 0 30px 0}.row-fluid .ratkaisut-section .ratkaisut-service-wrapper{padding:40px 0 0}.ratkaisut-service-box .ratkaisut-box-text p{max-width:100%}.recent-post-section .blogi-box-wrapper .blogi-box:nth-child(1){width:100%;margin-right:0}.recent-post-section .blogi-box-wrapper .blogi-box:nth-child(2){width:100%;margin-left:0}.recent-post-section .blogi-box-wrapper .blogi-box-with-img{padding-bottom:40px}.row-fluid .ratkaisut-section .ratkaisut-text{max-width:100%}.row-fluid .footer{padding:40px 0}.simple-text-hero .hero-tittle-main h1{font-size:35px}.simple-text-hero .hero-tittle-main>div{height:300px}.sidebar-main-section .side-bar-section{width:100%}.sidebar-main-section .side-bar-section .hs-menu-wrapper.hs-menu-flow-vertical>ul li a{font-size:14px}.sidebar-main-section .side-bar-section .side-bar-toggle::before{font-size:21px}.sidebar-main-section .side-bar-section .side-bar-toggle{height:20px;line-height:20px;width:20px}.sidebar-main-section .side-bar-section .hs-menu-wrapper.hs-menu-flow-vertical>ul ul{padding:20px 25px}.sidebar-main-section .side-bar-section .hs-menu-wrapper.hs-menu-flow-vertical>ul li li a{font-size:14px}.sidebar-main-section .ota-yhteytta-content-section{padding:25px 0 0;text-align:center;width:100%}.sidebar-main-section .ota-yhteytta-img-section{text-align:center;width:100%}.ota-yhteytta-section{text-align:center}.row-fluid .social-content-main .social-img-section{padding-right:0;width:100%}.row-fluid .social-content-main .social-content-section{border-top:5px solid #2795c1;border-left:none;margin:25px 0;padding:35px 0 0;width:100%}.row-fluid .social-content-main{display:table;padding:20px}.sidebar-right-content-section .jata-yhteydenottopyynto-form-section{padding:45px 25px 50px}.sidebar-right-content-section .jata-yhteydenottopyynto-form-section form fieldset.form-columns-2 .input{padding:0}.sidebar-right-content-section .jata-yhteydenottopyynto-form-section form fieldset.form-columns-2 .hs-form-field{float:none;width:100%}.sidebar-right-content-section .jata-yhteydenottopyynto-form-section form fieldset.form-columns-2{margin:0;max-width:inherit;width:auto}.sidebar-right-content-section .jata-yhteydenottopyynto-form-section form fieldset select{max-width:100%}.sidebar-right-content-section .jata-yhteydenottopyynto-form-section h2{font-size:28px}.sidebar-right-content-section .jata-yhteydenottopyynto-form-section .widget-type-text{font-size:18px}.row-fluid .sidebar-right-content-section .btn-yellow{width:100%;margin-top:15px}.sidebar-right-content-section ul li::before{display:inline-block;left:-11px;position:relative;top:-4px}.sidebar-right-content-section ul li{padding:3px 0;text-align:left}.content-section p{;font-size:17px}.content-section h2{font-size:20px}.content-section{padding:30px 0}.bring-people-section .bring-people-outer>span>div{width:50%}.mail-section,.contact-request-section,.offices-are-section,.billing-section{padding:50px 0}.offices-are-section .offices-content p{font-size:18px}.offices-are-section .offices-content h3{font-size:20px}.bring-people-section{padding:50px 0 30px}.industry-outer>span>div{width:50%}.row-fluid .industry-outer{display:table;padding:25px 0 55px;width:100%}.row-fluid-wrapper .row-fluid .jata-yhteydenottopyynto-form-section{padding:45px 25px 50px}.row-fluid-wrapper .row-fluid .jata-yhteydenottopyynto-form-section form fieldset select{max-width:100%}.row-fluid-wrapper .row-fluid .jata-yhteydenottopyynto-form-section form fieldset textarea{height:85px}.blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper .hubspot-editable a:hover{color:#efab00;padding:13px 25px}.blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper .hubspot-editable{font-size:14px}.post-inner-hero-section>div h1{font-size:27px;word-break:break-word;line-height:40px}.post-inner-hero-section>div{font-size:14px}.row-fluid .social-content-main .social-content-section h2{font-size:25px;line-height:34px;word-break:break-word}.row-fluid .social-content-main .social-content-section p{font-size:16px;margin:15px 0}.hs-blog-post .widget-type-post_filter{padding:0}.about-author-sec .span2{width:178px;margin:auto;float:none;display:inline-block}.about-author-sec .span10{width:100%}.about-author-sec.row-fluid{max-width:484px;margin:auto}.author-page .hs-author-profile{padding:35px 15px 35px}.gsc-results-wrapper-overlay{height:90%!important;width:90%!important;left:5%!important;z-index:99999!important;overflow-y:scroll!important}.gsc-modal-background-image{z-index:10!important}}@media(max-width:600px){.blog-listing-wrapper .post-listing .post-item{width:100%}.row-fluid .footer .footer-box{width:100%!important}}@media(max-width:568px){.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{width:auto!important}}@media(max-width:480px){.post-inner-hero-section>div h1{font-size:24px!important;line-height:32px!important}.row-fluid .header-top-section .header-top-social ul li:nth-child(1){padding:0 6px 0 22px}.row-fluid .header-top-section .header-top-social{padding-top:5px}.btn-yellow a{padding:13px 20px}.row-fluid .ratkaisut-section .btn-yellow a{padding:13px 8px}.olemme-ylpeita-section .btn-yellow a{padding:13px 27.5px}.ajankohtaista-social-box ul li:nth-child(1) strong{padding:0}.ajankohtaista-social-box ul li a{height:40px;width:40px}.ajankohtaista-social-box ul li a i{line-height:40px;font-size:18px}.ajankohtaista-social-box ul li{margin:0 2px}.row-fluid .footer .footer-box{width:100%;padding-right:0}.row-fluid .footer .footer-logo img{width:90px!important;height:55px}.row-fluid .hero-section .hero-left-bg{min-height:260px}.hero-title h1{font-size:28px;line-height:38px}.keita-olemme-title h2{font-size:30px;line-height:40px}.row-fluid .keita-olemme-section .keita-right-section{padding-top:20px}.recent-post-section .blogi-box-wrapper .blogi-box .post-title a,.ajankohtaista-post .twitter-feed-box h4,.ajankohtaista-feed-box h4{font-size:20px}.ajankohtaista-feed-box .update-box{padding-top:0}.sidebar-right-content-section .jata-yhteydenottopyynto-form-section form .form-columns-2 .hs-form-field .hs-input,.sidebar-right-content-section .jata-yhteydenottopyynto-form-section form .form-columns-3 .hs-form-field .hs-input{width:100%}.sidebar-right-content-section .jata-yhteydenottopyynto-form-section form fieldset .input{margin-right:0}.offices-are-section .offices-outer>span>div{width:100%;padding:15px 0}.offices-are-section .offices-outer>span{margin:0}.bring-people-section .bring-people-outer>span>div{padding:35px 0;width:100%}.bring-people-section .bring-people-outer>span{margin:0}.bring-people-section .bring-people-outer>span>div{padding:25px 0}.industry-outer>span>div{padding:15px 0;width:100%}.industry-outer>span{margin:0}.industry-img{margin:0 auto;max-width:283px}.blog-listing-wrapper .post-listing .post-item.post-item-full{margin-top:0}.simple-text-hero .hero-tittle-main h1{font-size:27px}.simple-text-block p{font-size:16px}.filter-section ul li{font-size:15px;text-align:center;float:none;padding:0;margin-right:0}.filter-section ul li:after{content:none}.blog-main-body .ratkaisut-title{text-align:center}.blog-listing-wrapper .post-listing .post-item .post-list-content,.blog-listing-wrapper .post-listing .post-item.post-item-full,.show-more-section,.right-sidebar-section,.related-post-section{text-align:center}.blog-main-body .right-sidebar-section{padding-left:30px;padding-right:30px}.blog-post-wrapper .section.post-body p:first-child img{height:280px}.related-post-section .post-list-content h2{font-size:20px}.related-post-section .post-list-content p{font-size:16px}.ratkaisut-title h4,.related-post-section h4,.hs-blog-post .right-sidebar-section h3,.hs-blog-post .right-sidebar-section h3{font-size:20px}.author-page .hs-author-profile,.author-page .hs-author-profile+h3.hs-author-listing-header{text-align:center}.author-page .hs-author-profile{padding:0 15px 35px}.author-page .hs-author-bio{font-size:18px}.sidebar-right-content-section h2{font-size:24px}.herobottom h1,.herobottom h2,.herobottom h3,#hs_cos_wrapper_module_15237742438084168 h3{font-size:36px!important}}@media(max-width:400px){.sidebar-main-section .side-bar-section{padding:40px 15px 20px}.sidebar-main-section .side-bar-section .side-bar-toggle::before{font-size:16px}.sidebar-main-section .side-bar-section .side-bar-toggle{height:16px;line-height:11px;width:16px}}