/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900');
@import '//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css';
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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






@font-face {
  font-family:'FortumSans';
  src:url(https://cdn2.hubspot.net/hubfs/4202153/Fortum_April2018/Fonts/FortumSans/FortumSansWeb-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family:'FortumSans';
  src:url(https://cdn2.hubspot.net/hubfs/4202153/Fortum_April2018/Fonts/FortumSans/FortumSansWeb-LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family:'FortumSans';
  src:url(https://cdn2.hubspot.net/hubfs/4202153/Fortum_April2018/Fonts/FortumSans/FortumSansWeb-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family:'FortumSans';
  src:url(https://cdn2.hubspot.net/hubfs/4202153/Fortum_April2018/Fonts/FortumSans/FortumSansWeb-RegularItalic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family:'FortumSans';
  src:url(https://cdn2.hubspot.net/hubfs/4202153/Fortum_April2018/Fonts/FortumSans/FortumSansWeb-Medium.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family:'FortumSans';
  src:url(https://cdn2.hubspot.net/hubfs/4202153/Fortum_April2018/Fonts/FortumSans/FortumSansWeb-MediumItalic.woff) format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family:'FortumSans';
  src:url(https://cdn2.hubspot.net/hubfs/4202153/Fortum_April2018/Fonts/FortumSans/FortumSansWeb-Bold.woff) format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family:'FortumSans';
  src:url(https://cdn2.hubspot.net/hubfs/4202153/Fortum_April2018/Fonts/FortumSans/FortumSansWeb-BoldItalic.woff) format("woff");
  font-weight: 800;
  font-style: italic;
}


@font-face {
    font-family: 'Atmosphere Script Typeface';
    src: url('https://kampanjat.fortum.fi/hubfs/Fortum_2019/fonts/AtmosphereScriptTypeface.eot');
    src: url('https://kampanjat.fortum.fi/hubfs/Fortum_2019/fonts/AtmosphereScriptTypeface.eot') format('embedded-opentype'),
        url('https://kampanjat.fortum.fi/hubfs/Fortum_2019/fonts/AtmosphereScriptTypeface.woff2') format('woff2'),
        url('https://kampanjat.fortum.fi/hubfs/Fortum_2019/fonts/AtmosphereScriptTypeface.woff') format('woff'),
        url('https://kampanjat.fortum.fi/hubfs/Fortum_2019/fonts/AtmosphereScriptTypeface.ttf') format('truetype'),
        url('https://kampanjat.fortum.fi/hubfs/Fortum_2019/fonts/AtmosphereScriptTypeface.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}





*, *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
body { margin:0; padding:0;  font-family:'FortumSans',Helvetica,Arial,sans-serif; font-weight: 400; font-style: normal; font-size:18px; line-height:28px; color:#414042; background:#fff; overflow-x:hidden }
img { border:0; vertical-align: top; height:auto; max-width:100%; }
hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 

h1 { color:#333c4e;   font-family:'FortumSans',Helvetica,Arial,sans-serif; font-weight: 600; font-style: normal; font-size:30px; margin:0; padding:15px 0 25px; line-height:40px;  clear:both }
h2 {  color:#333;   font-family:'FortumSans',Helvetica,Arial,sans-serif; font-weight: 600; font-style: normal; font-size:32px; line-height:40px; margin:0; padding:10px 0 10px; clear:both }
h3 {  color:#333;  font-family:'FortumSans',Helvetica,Arial,sans-serif; font-weight: 600; font-style: normal; font-size:30px; line-height:36px; margin:0; padding:10px 0 10px; clear:both }
h4 {  color:#333;  font-family:'FortumSans',Helvetica,Arial,sans-serif; font-weight: 600; font-style: normal; font-size:28px; line-height:34px; margin:0; padding:10px 0 10px; clear:both }
h5 {  color:#333;  font-family:'FortumSans',Helvetica,Arial,sans-serif; font-weight: 600; font-style: normal; font-size:24px; line-height:30px; margin:0; padding:10px 0 10px; clear:both; }
h6 {  color:#333;  font-family:'FortumSans',Helvetica,Arial,sans-serif; font-weight: 600; font-style: normal; font-size:22px; margin:0; padding:10px 0; line-height:26px; clear:both }

a { text-decoration:none; outline:none; color:#5AC37D ; -webkit-transition: all  0.4s ease-in-out;
    -moz-transition: all  0.4s ease-in-out;
    -o-transition: all  0.4s ease-in-out;
    -ms-transition: all  0.4s ease-in-out;
    transition: all  0.4s ease-in-out;; }
a:hover { color:#333; }

input , button , textarea, select , 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"] { outline:none; border:1px solid #ccc; background:#fff; height:50px; padding:0 20px;  font-family:'FortumSans',Helvetica,Arial,sans-serif; font-weight: 400; font-style: normal;  font-size:16px; width:100%; }
input[type=checkbox] , input[type=radio] { width:auto; height:auto; } 
textarea { padding:15px 20px; height:100px; }
input[type=submit] , button { width:auto; border:none; cursor:pointer; background:url(images/blank.png) no-repeat left top #01adf1; font-size:17px; line-height:24px; font-weight:700; padding:8px 20px; color:#fff; display:inline-block; -webkit-transition: all  0.4s ease-in-out;
    -moz-transition: all  0.4s ease-in-out;
    -o-transition: all  0.4s ease-in-out;
    -ms-transition: all  0.4s ease-in-out;
    transition: all  0.4s ease-in-out;; }
input[type=submit]:hover , button:hover { background-color:#00658b; }

p { margin:0; }
* + h1, * + h2, * + h3 { margin-top:25px; }
* + h4, * + h5, * + h6 { margin-top:20px; }
* + p { margin-top:15px;}

em { font-family:'FortumSans',Helvetica,Arial,sans-serif !important; font-style: italic; }

.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .bg-img { display:none; }



.hs-responsive-embed iframe { min-height: 400px; }
@media (max-width: 600px) {
  .hs-responsive-embed iframe { min-height: 250px; }
}
ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 15px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:#333; color:#ffff; border-color:#333; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#fff; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:#333; background:#3333;  border-radius:100%; }


/*  ======== start  blog Css ========  */
.row-fluid .container{ max-width:1430px; margin-left: auto !important; margin-right: auto !important; float:none; padding:0 15px; }
.row-fluid .top-nav ul li{ display:inline-block; list-style:none; padding: 0 38px; position:relative; }
.row-fluid .top-nav ul{ padding:0; margin:0; }
.row-fluid .socile-area ul li{ display:inline-block; list-style:none; }
.row-fluid .socile-area ul{padding:0; margin:0; }
.row-fluid .top-nav ul li a{ color:#343434; font-size:16px; line-height:28px;  text-transform:uppercase;  font-family:'FortumSans',Helvetica,Arial,sans-serif; font-weight: 600; font-style: normal; }
.row-fluid .top-nav ul li a:hover{ color:#57C27A; } 
.row-fluid .top-nav ul li:before{ content: "/";  color: #55C478;  position: absolute;  z-index: 1; font-size: 18px;  font-weight: normal;  right: -8px; }
.row-fluid .top-nav{ text-align:right; }
.search-icon { position:relative; text-align: center; font-size: 23px; color: #55c478; cursor: pointer; }
.socile-area ul li a { border-radius: 50%;  height: 32px;  width: 32px;  background-color: #DDDDDD;  display: inline-block;  text-align: center;  color: #414141;  padding: 3px 0; margin:0 3px;  font-size: 17px; }    
.socile-area ul li a:hover{ background-color: #55C479; color:#ffffff;  }
.search-icon:before{ content: "/";  color: #55C478;  position: absolute;  z-index: 1; font-size: 18px;  font-weight: normal;  right: -8px; }
.search-icon{ padding-left:16px; text-align:left; }

/* Header CTA */

.container.blog-nav { 
  margin-top: 20px;
}
.blog-nav .row-fluid {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.post-tags {
  min-height: 0 !important;
}

@media(max-width: 767px) {
  .container.blog-nav { 
    margin-top: 0;
  }
  .border-button {
      border: 0;
      padding: 0;
  }
  .blog-nav .row-fluid {
    flex-direction: column;
    align-items: flex-start;
  }
  .header-cta {
    order: 1;
    align-self: flex-end;
    margin-bottom: 15px;
  }
  .post-tags {
    order: 2;
  }
}

.row-fluid .google-search{ position: absolute; top: -100%; border: 0;  left: 0;  right: 0;  height: 100%; width:100%; z-index: 99; background: #55C479; margin:0; transition:0.4s;  opacity:0; }
.row-fluid .google-search form{  position: absolute;  width: 100%;  margin: 0 auto;  left: 0;  right: 0;  top: 50%; transform: translateY(-50%);  max-width: 600px; }
.row-fluid .google-search form .input .hs-button{ color: #000; cursor:pointer; display: inline-block;  background-color: #fff;  font-weight: 700;  padding: 10px 30px; margin-top: 17px; border: none; }
.row-fluid .google-search form .input input { border:none; }
.one-search .row-fluid .google-search{ transition:0.6s; top:0;   opacity:1; }
.closs-window{  font-size: 44px; padding: 29px; display: inline-block; padding-top: 12px; cursor:pointer; }
.row-fluid .top-header-onea{  background-color: #F5F5F5; padding: 19px 0;  padding-bottom: 16px; }
.row-fluid .blog-subscription .hs-form-required{ display:none; }  
.row-fluid .top-header-two{ padding:32px 0;  }
.row-fluid .top-header-two .Detaile{ font-size: 15px; line-height: 23px; padding-top:10px; padding-bottom:10px; }
.row-fluid .blog-subscription h3{ font-size: 22px; color: #343434; }
.row-fluid .blog-subscription form input{ height: 35px; font-size: 15px; padding-left: 16px; background-color: #F3F3F3; border: none;     padding-right: 78px; }
.row-fluid .blog-subscription form{ position:relative; }
.row-fluid .blog-subscription form .hs_submit{  position: absolute; top: 0; right: 0; }
.row-fluid .blog-subscription form .hs_submit input{background: #55C479; -webkit-appearance: none; padding: 0 18px; text-transform: uppercase; letter-spacing: 1px; font-size: 17px; font-weight:900; }
.row-fluid .logo{ text-align:center; float: none; display: inline-block;  vertical-align: middle; width: 27%; } 
.row-fluid .Detaile{ float: none; display: inline-block; vertical-align: middle; width: 43%;  margin: 0;  margin-left: -5px; padding-right: 58px; padding-left: 45px; border-left: 2px solid #ECECEC; border-right: 2px solid #ECECEC; }
.row-fluid .blog-subscription{    float: none; width: 29%;  display: inline-block;  vertical-align: middle;  margin: 0; margin-left: -5px;  padding-left: 29px; } 
.row-fluid .hero-threPart .column{ float:left; margin:0; width:33.33%; }
.row-fluid .hero-threPart .column .hero-box{ float:left; width: 100%; height: 330px; text-align:center; }
.row-fluid .hero-threPart .column .hero-box h4{ font-size: 18px;     white-space: normal;  word-break: break-all; line-height: 28px;  padding: 18px 30px; background: #ffffff;  display: inline-block; font-weight: 400; font-style: normal;  font-family:'FortumSans',Helvetica,Arial,sans-serif;  text-transform: uppercase;   position: relative;  transform: translateY(-50%); top: 50%;  }
.row-fluid .hero-threPart .column a{ position:relative; float:left; width:100%; }
.row-fluid .hero-threPart .column a:before { transform:scale(1); transition:0.4s; }
.row-fluid .hero-threPart .column a:before { background: #55C479;  content: ""; transform:scale(1); transition:0.4s;  top: 0;  left: 0;  bottom: 0;  position: absolute;  right: 0; opacity: 0.5; }
.row-fluid .blog-subscription form .hs_submit input:hover{ opacity:0.5; transition:0.4s; }
.row-fluid .hero-threPart .column:hover .hero-box h4{  transition:0.4s; color:#fff; background: #55C479;  }

.first-item-post .post-image { float: left; width: 100%;  height: 445px; background-size:cover; background-position:center; background-repeat:no-repeat; background-position:center; }  
body.blog-page{ background-color:#F6F6F6;  }
.row-fluid .blog-header{  background-color:#ffffff; }
.row-fluid .topik-area h3{  font-size: 15px; font-weight: 900; display: inline-block; vertical-align: middle; ; }
.row-fluid .topik-area .widget-module{ display: inline-block; vertical-align: middle;  }
.row-fluid .topik-area .widget-module ul li{ display:inline-block; list-style:none; }
.row-fluid .topik-area .widget-module ul{ padding-left: 12px;  margin:0}
.row-fluid .topik-area .widget-module ul .filter-link-count{ display:none; }
.row-fluid .topik-area .widget-module ul li a{ font-size:15px; line-height:28px; color:#636363; display: inline-block; background-color: #ffffff;  padding: 7px 21px; margin-right: 3px;  }
.row-fluid .topik-area .widget-module ul li a:hover{ background-color:#55C379; color:#fff;  } 
.row-fluid .topik-area{ padding:50px 0; text-align:center; }


.Main-body .row-fluid .container{ padding: 30px 30px 45px 38px;  background: #ffffff;  }
.Main-body .row-fluid .blog-right{ padding-left: 28px; border-left: 2px solid #ECECEC;  padding-top: 25px;  position: relative; }

.Main-body .row-fluid .blog-left{ padding-top: 34px; }
.post-item .post-date{  font-family: 'Open Sans', sans-serif; font-size:15px; font-weight:300; color:#8F8F8F; display:inline-block; }
#hubspot-topic_data .topic-link{ color:#55C479; font-weight:900; text-transform:uppercase; }
#hubspot-topic_data {display:inline-block; }
.post-topic{ float:left; width:100%; color:#8F8F8F; font-size:15px; text-align:center; padding:32px 0; padding-bottom:25px; }
.post-cover-top{ display:inline-block; width:auto; position:relative;  padding-left: 52px;    padding-right: 52px; }
.post-cover-top:before{ position:absolute; content:""; height:2px; width:50px; background-color:#DBDBDB; left: 0;  top: 50%; } 
.post-cover-top:after{ position:absolute; content:""; height:2px; width:50px; background-color:#DBDBDB; right: 0;  top: 50%; } 
.post-title{ float:left; width:100%; }
.post-title h2{ font-size: 27px;line-height: 32px; font-weight: 900;  color: #000000; float:left; width:100%; }
.post-title h2 a{ color:#343434; letter-spacing: 1px;  float:left; width:100%; }
.post-text{ float:left; width:100%; }

/* .blog-css .cover-post-text .seme-height { height:auto !important; } */
.blog-css .cover-post-text { width:100%; float:left; }

.post-content-cover{ float:left; width:100%; text-align:center; }
.post-button{ float:left; width:100%; padding-top:30px; }
.post-button .more-link{ color:#55C479; font-size:15px; line-height:28px; display:inline-block; font-weight:900; text-transform: uppercase;  letter-spacing: 1.5px; border:1px solid #55C479; padding:10px 30px;  } 
.cover-post-text{  max-width: 630px;  margin: 0 auto;  display: block; }  
.post-button .more-link:hover{ background-color:#55C379; color:#ffffff; }
.post-item.first-item-post .isotop-part-one{ float:left; width:100%; padding-bottom: 58px; border-bottom: 6px solid #F5F5F5;  margin-bottom:50px; }

/* .post-item.first-item-post,.second-item-post{ float:left; width:100% } */

 .second-item-post  .post-image{ float: left; width: 100%;  height: 250px; background-size:cover; background-position:center; background-repeat:no-repeat; background-position:center; }
.second-post-cover{ float:left; width:100%; }
.blog-css .post-item.first-item-post .isotop-part-one .cover-post-text { float:none; }
  
/*  .second-item-post .isotop-part-two { float:left; width: 47.1%;  margin-bottom:8.5%;}
.second-item-post:nth-child(2n) .isotop-part-two{ margin-right: 5.8%;  } */

.resource-box{ float:left; width:50%; clear: both } 
/* .resource-box:first-child{ width:100%; } */
#container{ float:left; width:100%; }

.isotop-part-two{ margin-bottom:75px;  padding:0 25px; float:left; width:100%; }
.seme-height { float:left; width:100%; }    

.button-cover .more-btn{ background-color: rgb(85, 195, 121); font-size: 18px;  line-height: 32px;  font-weight: 900;  color: #ffffff;  text-transform: uppercase; padding: 12px 32px; display:inline-block; letter-spacing: 2px; cursor: pointer; }
.button-cover .more-btn:hover{  transition:0.4s; background-color:#377a6c; }
.button-cover{ float:left; width:100%; text-align:center; }

.row-fluid .green-area{ padding:62px 0; text-align:center; } 
.row-fluid .title h2{ color:#ffffff; font-size:35px; font-weight:900; letter-spacing: 1px; }
.row-fluid .green-area .green-area-cover{  background-color: rgb(85, 195, 121);  padding:50px 15%; color:#ffffff; } 
.row-fluid .green-area .title{ padding-bottom:10px; }
.row-fluid .green-area .title h2{ color:#ffffff; } 
.row-fluid .footer-area{ background-color:#ffffff; } 

.stitle-font{ font-size:18px;  color:#343434; font-weight:900;  text-transform:uppercase; padding-bottom: 25px; letter-spacing:1px; }
.rpost-item{ display:table;  width:100%; padding-bottom:25px; }
.rpost-img{   display:table-cell; vertical-align: middle; height: 80px; width: 74px;background-repeat: no-repeat; background-size: cover;  }
.rpost-text{  display:table-cell; vertical-align: middle; padding-left:18px; }
.rpost-topic a{ color:#55C479; font-size:12px; line-height:28px; text-transform:uppercase;}
.rpost-text .post-title a{ font-size:16px; line-height:22px; color:#343434; font-weight:900;  }
.rpost-text .post-title{ line-height:22px; }
.border-class{ border-bottom: 6px solid #F5F5F5; }
.recent-post-box{ padding-bottom: 14px; }

.suodata-sisaltoa ul li{ list-style:none; display:inline-block; }
.suodata-sisaltoa ul{ padding-left:0; padding-right: 30px; }
.suodata-sisaltoa .detaile{ font-size: 16px; line-height: 22px; }
.suodata-sisaltoa .stitle-font{ padding-bottom:20px; }
.suodata-sisaltoa .post-filter ul li a{ font-size:13px; line-height:28px; font-weight:900; color:#000000; text-decoration: underline;  border-right: 1px solid #000; padding-right: 5px; } 
.suodata-sisaltoa .filter-link-count{ display:none; }
h3:empty{ display:none; }

.suodata-sisaltoa { padding:25px 0; } 

.row-fluid .center-banner { padding:50px 0; }
.tietoa-hinnoista .detaile{ color:#343434; font-size:16px; line-height:22px; }
.arrow-design ul li{ position:relative; list-style:none; padding-left:12px; padding-bottom:20px; }
.arrow-design ul li:before { position: absolute; content: "\f105";  left: 0; font-family: 'fontawesome'; color: #55C479; }
.arrow-design ul{ margin-top:22px; padding-left:0; }
.arrow-design ul li:last-child{ padding-bottom:0; }
.tietoa-hinnoista .stitle-font{  padding-bottom: 22px; }
.tietoa-hinnoista{ padding: 35px 0; }
.tietoa-hinnoista .detaile ul{ padding-bottom:0; }

.side-adderss .detaile{ color:#343434; font-size:16px; line-height:22px; padding-top:8px;   }
.row-fluid .cta-style a{  background-color: #55C379; color: #ffffff;  line-height: 22px;  display:inline-block; font-weight: 900;  padding: 12px 20px; font-size:16px;  }
.row-fluid .cta-style a:hover{ background-color:#377a6c; } 
.row-fluid .ota-cta{ padding:30px 0;  padding-bottom:25px; }
.row-fluid .side-adderss{ padding:45px 0; }
.row-fluid .side-socile a{ height: 60px; width: 60px; padding: 15px 0; font-size:35px;  padding-top:15px; }
.row-fluid .socile-area.side-socile{ padding-top:60px;  padding-bottom:50px; }  


.row-fluid .side-adderss * + p{ margin-top:25px;  }
.footer-tag ul{ padding:0; margin:0;  }
.footer-tag ul{ display:inline-block; list-style:none;  }
.footer-tag .widget-module ul li a .filter-link-count{ display:none; }
.footer-tag .widget-module ul li a{ font-size:15px; line-height:28px; display:inline-block;  margin-bottom: 8px;   padding: 4px 15px; color:#55C479; border:1px solid #55C479; margin-right: 3px;  }
.footer-tag .widget-module ul li{ display:inline-block; }
.footer-tag .widget-module ul li a:hover{  color:#ffffff; background-color:#55C479; }
.row-fluid .footer-ldetaile{  color:#333333;  font-size:15px; line-height:22px;  padding-top:40px; } 
.footer-area  .row-fluid .socile-area { padding-top: 24px;  }
.row-fluid .footer-area { padding:40px 0; }
.row-fluid .footer-logo{ padding-top:12px; }

.blog-subscription ul.hs-error-msgs li{ font-size: 15px; color: red;  padding-left: 2px; }
.row-fluid .topic-section { text-align: center;  background-color: #55c479;  padding: 80px 0;  font-size: 50px;   font-weight: 800;  color: #ffffff;  text-transform: uppercase;   font-family: 'Raleway',sans-serif;  }

.post-image.featured { float: left;  width: 100%;  background-repeat: no-repeat;  background-size: cover;  background-position: center;  padding-top: 49%; }
.post-caption{ float: left;  width: 100%;  font-size: 15px;  line-height: 28px;  background: #F3F3F3;   padding: 15px 40px; }
.post-image-title h1{ font-size:48px; line-height:54px;  font-weight:900; color:#000; letter-spacing:2px; }
.post-after-title{ float: left; width: 100%; font-size: 24px;  font-weight: 900; line-height: 28px; }
.post-date-row .post-date{ display:inline-block; }
.post-date-row { color:#8F8F8F; font-size:15px;  font-weight:300; padding:20px 0; float:left; width:100%; }
.post-date-row .hs-author-bio{ display:inline-block; }
.post-image-title{ float:left; width:100%; padding-top:30px;  }  
.blog-share{ float:left; width:100%; border-bottom:8px solid #F5F5F5; padding-bottom:8px; }
.blog-share .title-shring{     letter-spacing: 1px; display:inline-block;  font-size:20px; line-height:28px; font-weight:900; color:#ffffff; vertical-align:middle; }
.blog-share ul{     padding-left: 25px; display:inline-block; list-style:none; vertical-align:middle; }
.blog-share ul li a{   height: 60px;  width: 60px; padding: 15px 0; font-size: 30px;  padding-top: 15px;     background-color: #DDDDDD; display: inline-block; text-align: center; color: #414141;  border-radius: 50%;  margin: 0 3px; }
.blog-share ul li a:hover{ background-color: #000000;  color: #ffffff; }
.blog-share ul li{ display:inline-block;  }
.social-sharing{ background-color:#55C379;  padding:0 30px; margin:33px 0; }
.related-post .second-item-post:nth-child(2n){  margin-left: 5.8%;  margin-right: 0; }
.post-item{ position:relative;}
.related-post-title{ color:#343434; font-size:25px; line-height:28px; text-align:center; }
.related-post-title  span{ display:inline-block; position:relative;     padding: 0 82px;  }
.related-post-title  span:before{ position:absolute; content:""; width:42px; height:2px; left:0; background-color:#DBDBDB; top:15px; }
.related-post-title  span:after{ position:absolute; content:""; width:42px; height:2px; right:0; background-color:#DBDBDB; top:15px; }
.related-post-row{ padding-top:65px;  }  
.row-fluid .related-post{ padding-top:87px; }
body.one-search{     overflow-y: hidden; }
.hs-blog-post   .Main-body{  margin-top: 30px; }
.row-fluid  .topic-section{  margin-bottom: 30px; }

#hs_cos_wrapper_post_body h2{ font-size: 28px;  line-height: 28px;  padding-top: 23px;  font-weight: 900;}
.post-gray-section{ float:left; width:100%; padding:15px; background-color:#F5F5F5;  padding: 15px 35px;     margin-top: 26px; }
.post-gray-section a{ color:#55C479; text-decoration:underline; }
.post-gray-section h3{ font-size:28px; font-weight:400; }  
.post-left{ padding-right:15px }  
.row-fluid .recent-inner{ padding-top: 25px; }

/**** Isotope Filtering ****/

.isotope-item { z-index: 2; }
.isotope-hidden.isotope-item { pointer-events: none; z-index: 1;}
/**** Isotope CSS3 transitions ****/
.isotope,.isotope .isotope-item { -webkit-transition-duration: 0.8s;  -moz-transition-duration: 0.8s;  -ms-transition-duration: 0.8s;   -o-transition-duration: 0.8s; transition-duration: 0.8s; }
.isotope { -webkit-transition-property: height, width;     -moz-transition-property: height, width;      -ms-transition-property: height, width;       -o-transition-property: height, width;          transition-property: height, width;}
.isotope .isotope-item {  -webkit-transition-property: -webkit-transform, opacity;    -moz-transition-property:    -moz-transform, opacity;      -ms-transition-property:     -ms-transform, opacity;       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition {  -webkit-transition-duration: 0s;     -moz-transition-duration: 0s;      -ms-transition-duration: 0s;      -o-transition-duration: 0s;          transition-duration: 0s;
}

.hs-blog-post .post-item.second-item-post{ float:left;     width: 47.1%; }
.hs-blog-post .row-fluid .recent-inner { padding-top: 80px; }
.section.post-body{ float:left; width:100%; } 


.row-fluid .cover-post-text1{ float:left; width:100%; }
.same-size{ float:left; width:100% }

.search-result-title{ font-size:35px; text-align:center; line-height:40px; font-weight:bold; padding:25px 0; }


.search-result-page h2{ font-weight: bold; color:#55C479;  padding-bottom: 0;  font-size: 26px; line-height: 30px; } 
.search-result-page h2 a{ color:#55C479; }
.search-result-page .line-result{ float:left; width:100%; padding-bottom:20px;  }
.search-result-page .search-results{ padding-bottom:50px;  float: left; }
.row-fluid .center-reserl{ max-width:1000px; float:none; margin:0 auto !important;   }
.row-fluid  .search-result-page{     padding: 45px 0; }

.row-fluid .search-result-page{ display:none; }
.serch-class .body-container.container-fluid{ display:none; }  
.serch-class .row-fluid .search-result-page{ display:block; }

.row-fluid  .blog-subscription.botton{ max-width: 350px;    width: 100%; padding:0;  padding-top: 22px; }
.row-fluid  .blog-subscription.botton form .hs_submit input{  color:#5AC37D;   background: #ffffff; }
.row-fluid  .blog-subscription.botton ul.hs-error-msgs li{ color: #fff;  padding-left: 2px;  text-align: left; }  


/* 01-07-2019 */
/* blog */
.set-bg img { display: none; }
.get-bg { background-repeat: no-repeat; background-position: center; background-size: cover; }
.row-fluid .white-bg-wrapper { background: #fff; float: left; width: 100%; padding: 0 0 65px; }
.row-fluid .banner-bg span { display: inline-block; width: 100%; }
.row-fluid .banner-bg img { height: 457px; object-fit: cover; object-position: top left; width: 100%; }
.row-fluid .banner-title h1 { font-size: 58px; color: #fff; letter-spacing: 1px; font-family: 'FortumSans'; line-height: 65px; font-weight: 400; padding-bottom: 0; }
.row-fluid .bgimg-main.banner-bg { min-height: 457px; padding: 88px 110px; }
.row-fluid .banner-sub-title h2 { font-size: 46px; line-height: 56px; color: #fff; font-weight: 500; padding: 15px 0; }
.row-fluid .banner-sub-content span { display: inline-block; color: #fff; font-size: 23px; line-height: 33px; }
.row-fluid .hs-blog-social-share { display: none; }
.post-image { float: left; width: 265px; }
.post-right { float: left; width: calc(100% - 265px); padding: 20px 45px 10px; }
.post-item { float: left; width: 100%; background: #fff;  margin-bottom: 60px; }
.post-item .post-item-inner{display: flex; }
.post-image .hs-featured-image-wrapper, .post-image .hs-featured-image-wrapper a {display: inline-block; height: 100%; width: 100%; float: left;}
.post-image .hs-featured-image-wrapper a{position: relative;  }
/*  .post-image .hs-featured-image-wrapper a:before { content: ''; position: absolute; height: 100%; width: 100%; left: 0; right: 0; top: 0; bottom: 0; background: rgba(90,195,125,.4);opacity: 0 ;visibility: hidden ;transition: all 0.5s;} 
.post-image .hs-featured-image-wrapper a:hover:before{opacity:1 ;visibility: visible; } */
.post-image .hs-featured-image-wrapper a img { margin: 0; float: left; width: 100%; max-width: 100%; height: 100%; object-fit: cover; object-position: top; }
.row-fluid .blog-wrapper { padding: 65px 0 0 0; }
.post-right  #hubspot-topic_data .topic-link { color: #70A1D1; text-transform: none; font-size: 16px; line-height: 26px; display: block; font-weight: 300; }
.post-right .post-header h2 a { color: #3F3F49; font-size: 29px; font-weight: 500; line-height: 39px; display: inline-block;}
.post-right .hubspot-editable { color: #9c9c9c; font-size: 16px; line-height: 26px; font-weight: 300; float: left; padding: 10px 0 0; }
.post-header h2 { padding: 0; }
.post-right .hubspot-editable  a { color: #9c9c9c; font-weight: 300; border-left: 1px solid; border-right: 1px solid; padding: 0 10px; margin-left: 10px; font-weight: 300; }
.post-right .post-body.clearfix { float: left; width: 100%; padding-top: 10px; }
.reading-minutes { padding: 0 0 0 10px; }
.reading-minutes br { display: none; }
.post-right .post-body.clearfix p { line-height: 28px; padding-bottom: 15px; }
.post-right .post-body.clearfix p:last-child { padding-bottom: 0; }
.post-right .post-body.clearfix a{color:#000;}
.right-arrow { float: left; width: 100%; text-align: right; padding: 20px 0 0 0; }
.recent-post-wrapper { float: left; width: 100%; }
.recent-post-wrapper .post-item { float: left; width: 33.33%; padding: 0 10px; background: transparent; display: block; }
.recent-post-inner { width: auto; margin: 0 -10px; }
.recent-post-inner .post-image { width: 100%; }
.recent-post-inner .post-right { width: 100%; background: #fff; padding: 40px 40px; }
.recent-post-inner .post-image .hs-featured-image-wrapper a{height: 283px;background: #615e5e;}
.post-image .hs-featured-image-wrapper a{background: #615e5e;}
.recent-post-inner .post-image .hs-featured-image-wrapper a img { height: 283px; }
.row-fluid .post-tags ul { padding: 0; margin: 0; }
.row-fluid .post-tags ul li { list-style: none; display: inline-block; padding-right: 28px; padding-top: 10px !important; }
.row-fluid .post-tags ul li a { font-size: 20px; color: #3F3F49; }
.row-fluid .post-tags ul li a span { display: none; }
.most-recent-post-wrapper { float: left; width: 100%; padding-bottom: 36px; border-bottom: 1px solid #D7D7D7; }
.row-fluid .blog-left-section { float: left; width: calc(100% - 385px); padding-right: 32px; }
.row-fluid .blog-right-section { margin: 0; float: left; width: 385px; padding-left: 32px; }
.recent-item { float: left; width: 100%; margin-bottom: 40px; }
.post-image.recent-image { width: 78px; }
.post-image.recent-image .hs-featured-image-wrapper a img { height: 78px; }
.post-right.recent-content { padding: 0; width: calc(100% - 78px); padding-left: 25px; }
.post-right.recent-content .post-header h2 a { font-size: 16px; line-height: 26px; display: inline-block; font-weight: 400; }
.recent-post-title h4 { font-size: 27px; line-height: 37px; font-weight: 400; padding-bottom: 30px; }
.row-fluid .blog-cta1 { padding: 50px 0; border-bottom: 1px solid #D7D7D7; margin-bottom: 45px; }
.row-fluid .blog-cta2 img, .row-fluid .blog-cta1 img { height: auto/*410px*/; object-fit: cover; width: 100%;  }
.row-fluid .post-tags h3 { font-size: 27px; line-height: 37px; font-weight: 400; }
.row-fluid .post-tags .widget-module ul li { padding-right: 15px; float:left; line-height: 1; }
.row-fluid .post-tags .widget-module ul li a { padding:0 15px; font-size:20px;  font-weight: 300; line-height: 30px; line-height: 1; }
.row-fluid .post-tags .widget-module a.filter-expand-link { margin-top:-21px; float:right; display:none }
.row-fluid .white-bg-wrapper .widget-module ul li a { padding:0 12px;}
.row-fluid .blog-cta2 { margin: 20px 0 0 0; border-top: 1px solid #D7D7D7; padding: 60px 0 0 0; }
.row-fluid .recent-post-inner .post-item { display: none; }
.row-fluid .load-more-btn { text-align: center; }
.row-fluid .load-more-btn a { border: 1px solid; padding: 7px 15px; min-width: 180px; margin-bottom: 50px; display: inline-block; }
.row-fluid .load-more-btn a:hover { background: #55C479; color: #fff; }
.hs-blog-post .row-fluid .blog-wrapper {background:#fff;}

.row-fluid .tilaa-wrapper { padding: 50px 0; background: #fff; text-align: center; }
.row-fluid .tilaa-title h3 { font-size: 29px; line-height: 39px; font-weight: 400; }
.row-fluid .tilaa-sub-title span { display: inline-block; font-weight: 300; padding: 5px 0 25px 0; }
.row-fluid .tilaa-cta { }
.row-fluid .tilaa-cta a { min-width: 157px; border: 1px solid #5AC37D; background: #5AC37D; color: #fff; padding: 13px 10px; display: inline-block; text-align: center; }
.post-bg-image { float: none; width: 100%; max-width: 1020px; margin: 0 auto; position: relative; padding-bottom: 40px; }
.post-bg-image:before { content: ''; position: absolute; left: 50%; bottom: 0; top: 0; background: #fff; width: 50vw; z-index: -1; }
.post-bg-image:after { content: ''; position: absolute; right: 50%; bottom: 0; top: 0; background: #fff; width: 50vw; z-index: -1; }
.post-bg-image .hs-featured-image-wrapper { height: 600px; width: 100%; }
.hs-blog-post .hubspot-editable > div { display: inline-block; font-size: 18px; color: #9c9c9c; }
.hs-blog-post .row-fluid .blog-left-section { width: 100%; padding: 0; }

/* .blog-section-inner {
    float: left;
    width: 100%;
    background: #fff;padding: 50px;max-width: 1020px;
    margin: 0 auto;
  
} */
.hs-blog-post .row-fluid .white-bg-wrapper { padding-bottom: 0; }
.hs-blog-post .hubspot-editable > div a { color: #9c9c9c; font-weight: 300; border-left: 1px solid; border-right: 1px solid; padding: 0 10px; margin-left: 10px; }
.blog-section-inner h1 { font-size: 46px; line-height: 56px; padding: 0 0 46px 0; font-weight: 500; }
.section.post-body p { font-weight: 400; line-height: 32px; padding: 0 0 25px 0; margin: 0; }
.section.post-body p span { color: #414042; display: inline-block; }
.row-fluid .blog-wrapper { float: left; width: 100%; margin: 0; }
.section.post-body h3 { font-size: 29px; font-weight: 500; padding: 0 0 25px 0; margin: 0; }
.section.post-body ul { padding: 0 0px 0 20px; margin: 0; }
.post-right .hubspot-editable > div { float: left; }
.hs-blog-post.hs-blog-id-10882572310 .section.post-footer { display: none; }
.row-fluid .two-col-section { background: #fff; padding: 50px 0; }
.row-fluid .two-col-inner .post-tags, .row-fluid .two-col-inner .tilaa-inner { padding: 0 50px 20px; float: left; width: 50%; margin: 0; }
.row-fluid .two-col-section .two-col-inner { position: relative; max-width: 1020px; margin: 0 auto; float: none; }
.row-fluid .two-col-section .two-col-inner:before { content: ''; position: absolute; width: 2px; background: #D7D7D7; height: 100%; left: 50%; transform: translateX(-50%); }
.hs-blog-post .blog-section-inner { float: none; max-width: 1020px; margin: 0 auto; }
.hs-blog-post .blog-section-inner > div { margin: 0 auto; background: #fff; padding: 50px; float: left; }
.row-fluid .two-col-inner .tilaa-inner { padding-left: 80px; }
.hs-blog-post .row-fluid .blog-wrapper { padding: 40px 0 20px 0; }
.hs-blog-post .post-tags > div { max-width: 1160px; margin: 0 auto; float: none; }
.post-sharing ul { margin: 0; padding: 0; }
.post-sharing ul li { list-style: none; }
.main-inner-post { display: flex; }
.post-sharing { position: relative; top: 0; left: -165px; }
.post-sharing ul { position: sticky; top: 15px; width: 0; }
.post-sharing ul li a { width: 56px; height: 56px; background: #5ac37d; color: #fff; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.post-sharing ul li a i { font-style: normal; font-size: 20px; }
.row-fluid .white-bg-wrapper > div { max-width: 1240px; margin: 0 auto; }
.row-fluid .blog-wrapper > div { max-width: 1240px; margin: 0 auto; }
.recent-post-wrapper { max-width: 1240px; margin: 0 auto; float: none; }
.row-fluid .tilaa-wrapper > div { max-width: 1240px; margin: 0 auto; }
.row-fluid .author-wrap{float: left; width: 100%; }
.row-fluid .blog-right-inner .post-tags ul li a {font-size: 16px;line-height: 26px;color: #70A1D1;}
.row-fluid .two-col-inner ul li a {color: #70A1D1;}
.post-right .post-header h2 a:hover, .post-right .hubspot-editable a:hover, .row-fluid .post-tags .widget-module ul li a:hover, .hs-blog-post .hubspot-editable > div a:hover, .section.post-body a:hover{color: #5ac37d;}
.section.post-body a{text-decoration: underline; }
.post-right-inner {float: left;width: 100%;}
.row-fluid .white-bg-wrapper .widget-module ul li{padding: 0; }
.row-fluid .white-bg-wrapper .widget-module ul li  a{padding: 0 24px;border-right: 1px solid #9c9c9c;}
.row-fluid .white-bg-wrapper .widget-module ul li:last-child a{border-right: 0; }
.row-fluid .white-bg-wrapper .widget-module ul li:first-child a{padding-left: 0; }
.hs-author-profile { float: left; width: 100%; padding: 0px 0 25px 0px;}
/* h3.hs-author-listing-header{padding-left: 15px; } */
.hs-author-name h2 { font-size: 25px; font-weight: 400; line-height: 35px; padding: 0;}
.hs-author-image { float: left;    width: 20%;}
.hs-author-image img { height: 100px; width: 120px; object-fit: cover;}
.hs-author-bio, h2.hs-author-name{float: left; width: 100%;font-size: 25px; font-weight: 500; line-height: 35px;}
.hs-author-content { float: left; width: 80%;padding-left: 15px; }
.post-listing-simple .post-item { margin-bottom: 0; background: transparent;}
.post-listing-simple .post-item h2.post-listing-simple a { font-size: 28px; line-height: 35px; padding: 0; font-weight: 400; color: #333;}
.post-listing-simple .post-item h2.post-listing-simple a:hover{color:#5ac37d}
.row-fluid .blog-left-section.all-post { width: 100%; padding: 0 0 40px 0;}
.hs-author-content .hs-author-bio { font-size: 18px; line-height: normal;}
   
body.hs-blog-listing .blog-section-main{float: left; width: 100%; position: relative; }
body.hs-blog-listing .blog-section-main:before{content:''; position: absolute; bottom: 43px ; left: 0; right:0 ; height: 2px; width: 100%; background: #d7d7d7; }
.post-sharing ul li:last-child {display: none;}
body.hs-blog-listing .banner-wrapper { margin-top:40px; }

a.all-box-fill {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;}



.right-arrow a { display: inline-block; }
.right-arrow a:hover svg { pointer-events: none; }
.right-arrow svg circle { fill: transparent; stroke: #5ac37d; stroke-dasharray: 130px; stroke-dashoffset: 130px; transition: all 0.5s; }
.right-arrow svg polyline { fill: transparent; stroke: #5ac37d; -webkit-transition: stroke .3s; transition: stroke .3s; }
.right-arrow svg path { fill: transparent; stroke: #5ac37d; -webkit-transition: stroke .3s; transition: stroke .3s; }
.right-arrow a:hover circle { stroke-dashoffset: 0; }
.row-fluid .fortum-header .logo { float: left; text-align: left; width: 20%; }
.row-fluid .fortum-header .search-icon:before { content: none; }
.row-fluid .fortum-header   .top-header-onea { background: #fff; }
.row-fluid .fortum-header   .top-header-onea > div { max-width: 1240px; margin: 0 auto; }
.row-fluid .fortum-header   .google-search-main { float: right; width: 4%; margin: 0; }
.row-fluid .fortum-header .socile-area ul { float: right; width: auto; }
.row-fluid .fortum-header .socile-area { margin: 0; width: 76%; float: left; }
.row-fluid .fortum-header  .search-icon { float: right; text-align: right; }
/*.row-fluid .white-bg-wrapper .post-tags { padding: 20px 0 0 0; }*/
.row-fluid .footer-area.fortum-footer > div { max-width: 800px; margin: 0 auto; }
.row-fluid .fortum-footer { background: #F6F6F6; padding: 95px 0 70px; }
.row-fluid .fortum-footer .footer-title span { font-size: 29px; font-weight: 500; display: inline-block; line-height: 39px; }
.row-fluid .fortum-footer .footer-title { margin-bottom: 25px; }
.row-fluid .fortum-footer .footer-left-content p, .row-fluid .footer-right-content p { margin: 0; font-size: 16px; line-height: 23px; font-weight: 300; margin: 0 0 15px 0; }
.row-fluid .footer-right-content p { margin: 0 0 20px 0; }
.row-fluid .fortum-footer .footer-left-content  a { color: #414042; }
.row-fluid .fortum-footer .footer-left-content  a:hover { color: #5AC37D; }
.row-fluid .footer-cta a { color: #5AC37D; border: 2px solid #5AC37D; min-width: 171px; display: inline-block; text-align: center; padding: 12px 10px; }
.row-fluid .footer-cta a:hover { color: #fff; background: #5AC37D; }
.row-fluid .cta-text span { font-size: 16px; font-weight: 500; display: inline-block; padding-bottom: 10px; }
.row-fluid .footer-right-content { padding: 32px 0 0 0; }
.row-fluid .fortum-footer .fortum-footer-left, .row-fluid .fortum-footer .fortum-footer-right { float: left; width: 50%; padding: 0 15px; margin: 0; }
.row-fluid .fortum-footer-inner > div > div { width: auto; margin: 0 -15px; }
.row-fluid .fortum-header .top-header-onea .socile-area ul li a { background: transparent; width: inherit; height: inherit; border-radius: 0; padding: 0; margin: 0 0 0 30px; }
.row-fluid .fortum-header .search-icon i { color: initial; font-size: 17px; transition: all 0.5s; }
.row-fluid .fortum-header .search-icon { margin: -2px 0 0px 0; }
.row-fluid .fortum-header .top-header-onea .socile-area ul li a:hover, .row-fluid .fortum-header .search-icon i:hover { color: #5ac37d; }
.row-fluid .fortum-header .search-icon i:hover { }
.row-fluid .blog-inner-text { padding-top: 16px; }

.row-fluid .blog-inner-text { background-color: #fff; padding-bottom: 20px; margin-top: -50px;}
.row-fluid .blog-inner-text .blog-text { max-width: 1210px; margin: auto; float: none;} 

.post-right #hubspot-topic_data .topic-link { display:inline-block; }


body.topic-page .blog-section-main:before { opacity: 0; }

.hs-blog-post .post-bg-image{ padding-top:30px; }
.row-fluid .content-wrapper.container { max-width: 1240px; padding: 80px 15px; }
.row-fluid .content-wrapper.container .main-content ul li a { font-size: 25px; line-height: 35px; }
.row-fluid .content-wrapper.container .main-content ul li p { margin: 0; }
.row-fluid .content-wrapper.container .main-content ul li { padding-bottom: 25px; }
.row-fluid .fortum-header .google-search-main .google-search form { top: 17px; transform: none; }
.row-fluid .fortum-header .google-search-main .google-search .hs-search-field--open .hs-search-field__suggestions{ display: none ; }

.post-listing .post-item:last-child {display: none !important;} 
.topic-page .post-listing .post-item:last-child, .topic-page .post-listing .post-item:first-child { display: block !important; }

@media  (min-width: 1241px) {  
  .blog-css .rpost-item-css .rpost-img-css { float:none; width:70px; display:inline-block; vertical-align: middle; }
  .blog-css .rpost-item-css .rpost-img-css .rpost-img { float:left; width:100%; }
  .blog-css .rpost-item-css .rpost-text { float:none; width:80%; display:inline-block; vertical-align: middle; } 
/*   .row-fluid .content-wrapper.container { padding: 80px 15px;  } */

}

@media  (min-width: 992px) and (max-width: 1240px) { 
  
  .blog-css .rpost-item-css .rpost-img-css { float:none; width:70px; display:inline-block;     vertical-align: middle; }
  .blog-css .rpost-item-css .rpost-img-css .rpost-img { float:left; width:100%; }
  .blog-css .rpost-item-css .rpost-text { float:none; width:70%; display:inline-block;     vertical-align: middle; } 
  
}

@media  (min-width: 768px) and (max-width: 991px) { 
  
  .blog-css .rpost-item-css .rpost-img-css { float:none; width:60px; display:inline-block;     vertical-align: middle; }
  .blog-css .rpost-item-css .rpost-img-css .rpost-img { float:left; width:100%; }
  .blog-css .rpost-item-css .rpost-text { float:none; width:65%; display:inline-block;     vertical-align: middle; } 
  .row-fluid .white-bg-wrapper .widget-module ul li a{    padding: 0 12px;}
  
}

@media  (max-width: 767px) {
  
  .blog-css .rpost-item-css .rpost-img-css { float:none; width:70px; display:inline-block;     vertical-align: middle; }
  .blog-css .rpost-item-css .rpost-img-css .rpost-img { float:left; width:100%; }
  .blog-css .rpost-item-css .rpost-text { float:left; width:100%; display:inline-block;  margin-top:15px;   vertical-align: middle; padding:0; text-align:center; } 
  .rpost-item.rpost-item-css , .blog-css .recent-post-box  { text-align:center; }
  .row-fluid .search-result-page{ padding: 29px 0; }
  .search-result-page .search-results{ padding-bottom:30px; }
  
  .row-fluid .fortum-header .socile-area, .row-fluid .fortum-header .logo, .row-fluid .fortum-header .google-search-main{padding: 0; }
  .row-fluid .fortum-header .logo img { width: 100%; object-fit: contain;}
  .row-fluid .fortum-footer{padding: 40px 0; }
  .row-fluid .footer-cta a{min-width: 150px;    padding: 10px 10px;}
  .row-fluid .fortum-header .socile-area{     padding-right: 7px;}
  
  .row-fluid .post-tags .widget-module a.filter-expand-link { margin:10px 0 0; width:100%; float:left; display:block; }
  body.hs-blog-listing .banner-wrapper { margin-top:20px; }
  .row-fluid .content-wrapper.container { padding: 50px 15px; }
}


@media  (max-width: 1199px){
  .row-fluid .logo img{ max-width: 230px; }
  .row-fluid .Detaile{ padding-right: 30px;  padding-left: 30px; }
  .row-fluid .top-nav ul li{  padding: 0 25px; }
  .search-icon{     padding-left: 7px; }
  .row-fluid .hero-threPart .column .hero-box{ height: 243px; }
  .row-fluid .hero-threPart .column .hero-box h4{  padding: 10px 23px;    font-size: 12px;     width: 100%; max-width: 250px; }
  .row-fluid .topik-area{     padding: 28px 0; }
  .first-item-post .post-image{ height: 310px; }
  .post-cover-top:after{ width: 20px; }
  .post-cover-top:before{ width:20px;} 
  .post-topic{     padding-bottom: 12px }
  .post-title h2{ font-size: 24px; line-height: 26px; }
  .row-fluid .green-area .green-area-cover{ padding: 40px 10%;  }
  .row-fluid .footer-logo img{ max-width:230px; }
  .row-fluid .green-area{ padding: 48px 0; }
  .row-fluid .socile-area.side-socile{  padding-top: 42px;  }
  .post-cover-top{ padding-left: 35px;  padding-right: 35px; }
    
  .row-fluid .topic-section{ padding: 60px 0;  font-size: 40px; }
  .row-fluid .hero-threPart .column .hero-box { height: 200px; }
  
.resource-box:nth-child(2n) .isotop-part-two{ padding-left:10px;  } 
.isotop-part-two{ padding-right:10px;  margin-bottom:50px;  }
  .resource-box{ width:49%; }
  
  
/*   02-07-2019 */
  .row-fluid .blog-right-section{width: 300px;padding-left: 20px;}
  .post-right{padding: 30px; }
  .row-fluid .blog-left-section{    width: calc(100% - 300px); padding-right: 20px;}  
  .recent-post-inner .post-image .hs-featured-image-wrapper a img{height : 250px; }
  .recent-post-inner .post-image .hs-featured-image-wrapper a{height : 250px; }
  .recent-post-inner .post-right{padding: 30px ;}
  .post-bg-image, .hs-blog-post .blog-section-inner{    max-width: 960px;}
  .post-sharing{left: -25px; }
  .post-sharing ul{width: 60px; }
  .blog-section-inner h1{font-size: 40px; line-height: 50px; padding: 0 0 25px 0;}
  .row-fluid .fortum-header .top-header-onea .socile-area ul li a{margin:0 0 0 20px; }
 
  
  .row-fluid .blog-inner-text .blog-text { max-width: 100%; padding:0 15px; }

  
}

@media  (max-width: 991px){
.row-fluid .top-nav ul li a{ font-size: 14px; line-height: 22px; }
.row-fluid .top-nav ul li { padding: 0 10px; }
.search-icon { padding-left: 2px; }
.row-fluid .logo img { max-width: 180px; }
.row-fluid .Detaile { padding-right: 20px;  padding-left: 20px;     width: 40%; }
.row-fluid .top-header-two .Detaile { font-size: 12px;  line-height: 20px; }
.row-fluid .blog-subscription{  padding-left: 22px;  width: 33%; }  
.row-fluid .top-header-two{     padding: 22px 0; }
.second-item-post .post-image{     height: 200px; }    
.rpost-text .post-title { line-height: 15px; }
.rpost-text .post-title a{ font-size: 13px; line-height: 15px; }
.rpost-img{ float:left; }
.row-fluid .side-socile a { height: 50px;  width: 50px;  padding: 6px 0;  font-size: 20px;  padding-top: 12px; }
.post-item .post-date,#hubspot-topic_data .topic-link{ font-size: 13px; }  


  .resource-box{ width:100%; }

  
  .row-fluid .bgimg-main.banner-bg{min-height: 430px; padding: 80px;}
  .row-fluid .post-item{ margin-bottom: 40px;}
  .post-item .post-item-inner{display: block;    }
  .post-image{width: 100%; }
  .post-image .hs-featured-image-wrapper a img{height: 250px; }
  .post-item-inner .post-right{width: 100%; padding: 10px 20px 7px;}
  .post-right .post-header h2 a{font-size: 25px;    line-height: 35px;}
  .recent-post-wrapper .post-item{width: 50%; }
  .recent-post-inner .post-right{padding: 10px 20px 7px; }
  .most-recent-post-wrapper{    padding-bottom: 5px;}
  .row-fluid .blog-cta2 img, .row-fluid .blog-cta1 img{height: auto/*330px*/; }
  .row-fluid .blog-cta1{    margin-bottom: 25px;}
  .row-fluid .tilaa-cta a{min-width: 145px;padding: 10px 10px;}
  .post-bg-image{padding: 0 15px 40px;}
  .post-bg-image .hs-featured-image-wrapper{height: 320px; }
  .blog-section-inner h1 { font-size: 35px; line-height: 45px;}
  .post-sharing ul{width: 40px;}
  .post-sharing ul li a{    width: 40px;height: 40px;}
  .post-sharing ul li a i{    font-size: 16px;}
  .section.post-body h3{    font-size: 25px;  line-height: 35px;}
  .row-fluid .two-col-inner .post-tags, .row-fluid .two-col-inner .tilaa-inner{padding: 0 20px 15px; }
  .row-fluid .post-listing-simple .post-item{margin-bottom: 0; }
  .post-listing-simple .post-item h2.post-listing-simple a { font-size: 25px; line-height: 35px;}
  body.hs-blog-listing .blog-section-main:before{ bottom: 33px; }
  .post-sharing ul li:last-child {display: inline-block;}
  
  .row-fluid .fortum-footer{padding: 60px 0; }
  
}
  
@media(min-width:768px){
/*   .blog-listing-wrapper .post-listing .post-item:nth-child(-n+5) {display: block !important;}
  .blog-listing-wrapper  .post-listing .post-item {display: none !important;}
  .recent-post-inner .post-item:nth-child(-n+5) {display: none !important;}
  .recent-post-inner .post-item {display: block !important;} */
 
  
}

  
@media  (max-width: 767px){
  .blog-page .top.hero-threPart { display: none !important; }
  .row-fluid .google-search form{ width: 100%;  padding: 0 18px;  }
  .row-fluid .google-search-main{ float: left;  padding-top: 15px; }
  .row-fluid .socile-area{ float: right;  padding-top: 15px; }
  .row-fluid .top-header-two .Detaile{  padding-right: 20px;  padding-left: 20px;   text-align: center;   border-top: 2px solid #ECECEC; border-bottom: 2px solid #ECECEC; border-left:0; border-right:0; }
  .row-fluid .hero-threPart .column{ width:100%; }
  .row-fluid .topik-area .widget-module ul li{     padding-bottom: 10px; }
  .row-fluid .topik-area{ padding: 27px 0;  padding-top: 13px; }
  .row-fluid .topik-area .widget-module ul{ padding-left: 0; }
  .Main-body .row-fluid .container{  padding: 0 15px; }
  .first-item-post .post-image{ height: 215px; }
  .post-item.first-item-post{  padding-bottom: 43px;  margin-bottom: 41px; }
  .second-item-post:nth-child(2n){     margin-right: 0; }
  .second-item-post{ margin-bottom:0px; width:100%; }
  .second-item-post .post-image{ height: 210px; }
  .button-cover .more-btn{ font-size: 14px; line-height: 28px;  padding: 10px 25px; }
  .Main-body .row-fluid .blog-right{ padding-left: 0; border-left: none; padding-top: 12px; }
  .row-fluid .center-banner {  padding: 32px 0; }
  .tietoa-hinnoista  { padding: 28px 0; }
  .row-fluid .socile-area.side-socile {  padding-top: 34px;  width: 100%;  padding-bottom: 34px; }
  .footer-area .row-fluid .socile-area{ padding-top: 17px; padding-bottom: 29px;  text-align: left; width:100%; }
  .row-fluid .column-f{ padding-top:12px; }
  .row-fluid .green-area .green-area-cover {  padding: 40px 5%; }
  .row-fluid .title h2{ font-size: 30px; line-height: 34px; }
  
  .row-fluid .topic-section{ padding: 36px 0;  font-size: 28px; }
  .row-fluid .top-nav ul li a{ font-size: 12px; line-height: 22px; }
  .row-fluid .top-nav ul li { padding: 0 10px; }
  .search-icon:before{ display:none; }
  
  .row-fluid .logo{  width: 100%; text-align: center;  padding-bottom: 28px; }
  .row-fluid .logo img { max-width: 190px; }
  .row-fluid .blog-subscription{  margin-left: 0; padding-left: 0;  padding-top: 21px; width:100% } 
  .row-fluid .top-header-two .Detaile{  padding-top: 20px;  padding-bottom: 20px; width:100%; }
  .button-cover{  margin-bottom: 35px; }  
  .post-image-title h1 { font-size: 38px; line-height: 42px; }  
  .post-image-title{     padding-top: 14px; }
  .row-fluid .related-post {     padding-top: 47px; }  
  .related-post-row { padding-top: 40px; }
  .related-post-title span{ position: relative;  padding: 0 70px; }
  .rpost-text .post-title a {  font-size: 16px;  line-height: 22px; }
  .post-left{ width:100% !important; }  
  .post-right{ width:100% !important; padding:15px 0; }  
  .post-right{ width:100%; }
  .post-right img{ width:100%; }

  .hs-blog-post .post-item.second-item-post{ float:left;     width: 100%; }
  .hs-blog-post .row-fluid .recent-inner { padding-top: 30px; }
  .hs-blog-post  .related-post .second-item-post:nth-child(2n){ margin-left: 0; }
  
   .row-fluid .suodata-sisaltoa{ display:none; } 
  .same-size{ height:auto !important; }
  .footer-tag ul{ text-align:center; }
  .row-fluid .center-banner{  text-align:center; }
  .isotop-part-two{ padding-left:0 !important; padding-right:0 !important; }
  .column-f .rpost-img{ float:none !important; } 
  
  .footer-tag .widget-module ul li a{ padding:2px 8px;      font-size: 13px; }
  
  .row-fluid .top-nav { display:none; } 
  .row-fluid .blog-subscription { display:none; } 
  
  
  
  
  
/*   02-07-2019 */
  .row-fluid .post-listing{width: auto; margin:0 -15px;}
  .row-fluid .post-item{width: 50%; padding: 0 15px; background: transparent; } 
  .row-fluid .blog-left-section, .row-fluid .blog-right-section{width: 100%; } 
  .post-item-inner .post-right{background: #fff ; }
  .right-arrow a img{    width: 50px; height: 50px; object-fit: contain;}
  .recent-item{    width: 50%;  }
  .row-fluid .most-recent-post-inner .post-right.recent-content{    width: calc(100% - 78px) !important; }
  .row-fluid .blog-right-section {padding: 0 15px;}
  .hs-blog-post .row-fluid .blog-wrapper{padding: 40px 0 40px 0;}
   .post-listing .post-item:last-child {display: block !important;} 
   .recent-post-inner .post-item:first-child {display: none !important;} 
  .row-fluid .white-bg-wrapper .widget-module ul li a{padding: 0 12px;font-size: 16px;}
  .row-fluid .banner-sub-title h2 br {display: none;}
  .row-fluid .bgimg-main.banner-bg{padding: 40px; }
  
   body.hs-blog-listing .blog-section-main:before{ content: none;  }
  
  .row-fluid .blog-inner-text { margin-top: -25px;}
  
  /* 15-10-2019 */
  .post-right-inner { height: auto !important; }
  .post-image .hs-featured-image-wrapper a img { height: 200px; }
  .post-right .post-header h2 a { line-height: 26px; height: auto !important; }
  .post-right .hubspot-editable { line-height: 20px; padding: 5px 0 0; }
  .post-right .post-body.clearfix p { line-height: 22px; }
  .right-arrow { padding: 0 0 0 0; }
  .right-arrow a { width: 42px; height: 42px; }
}

 @media  (max-width:600px){
   .row-fluid .bgimg-main.banner-bg{    min-height: initial; padding: 50px 30px}
  .row-fluid .banner-sub-title h2{font-size: 35px;    line-height: 45px;}
  .row-fluid .banner-sub-content span{font-size: 18px; line-height: 28px;}
  .row-fluid .white-bg-wrapper{padding: 0 0 30px;}
  .row-fluid .blog-wrapper {padding: 30px 0 0 0;}
  .row-fluid .blog-right-section, .row-fluid .blog-left-section{width: 100%; padding: 0; }
  
  
  .row-fluid .blog-cta2 img, .row-fluid .blog-cta1 img{height: auto/*410px*/; }
  .row-fluid .post-item, .row-fluid .blog-cta2{margin-bottom: 20px;}
  .row-fluid .blog-cta1{ margin-bottom: 20px; padding: 0; border-bottom: none;}
   .row-fluid .blog-left-section > div {max-width: 370px;margin: 0 auto;}
  .recent-post-inner{    width: 100%; margin: 0 auto; max-width: 370px;}
  .row-fluid .post-item{    width: 100%;    padding: 0}
  .row-fluid .blog-right-section > div { max-width: 370px; margin: 10px auto 0;}
  .row-fluid .most-recent-post-inner .post-right.recent-content{    width: calc(100% - 78px) !important; }
  .row-fluid .tilaa-title h3, .post-right .post-header h2 a{font-size: 22px; line-height: 32px;} 
   .row-fluid .post-listing{margin: 0; }
   .recent-item{width: 100%; }
   .row-fluid .post-tags h3, .recent-post-title h4 {font-size: 22px;line-height: 32px;}
   .row-fluid .tilaa-cta a{min-width: 157px;}
   .row-fluid .tilaa-wrapper{}
   .row-fluid .blog-right-section{padding: 0 15px; }
   .hs-blog-post .row-fluid .blog-left-section > div{max-width: initial; }
   .row-fluid .two-col-inner .post-tags, .row-fluid .two-col-inner .tilaa-inner{width: 100%; }
   .row-fluid .two-col-section .two-col-inner:before{content: none; }
   .row-fluid .two-col-inner .tilaa-inner{position: relative;     padding-top: 30px;}
   .row-fluid .two-col-inner .tilaa-inner:before{content: ''; position: absolute; width: 100%; background: #D7D7D7; height: 2px; left: 0; top: 0; }
   .row-fluid .two-col-inner .post-tags, .row-fluid .two-col-inner .tilaa-inner{padding-left: 0; padding-right: 0; }
   .row-fluid .two-col-section{padding: 25px 0; }
   .main-inner-post{display: block; }
   .post-sharing{left: 0; }
   .post-sharing ul{    width: 100%;float: left;}
   .post-sharing ul li{display: inline-block;padding-right: 10px;}
   .hs-blog-post .blog-section-inner > div{padding: 30px 20px; }
   .blog-section-inner h1 {font-size: 32px;line-height: 42px;}
   .post-item-inner .post-right{ padding: 10px 20px 5px;}
   
    .row-fluid .fortum-footer .fortum-footer-left, .row-fluid .fortum-footer .fortum-footer-right{width: 100%; padding:0 0 ; }
  .row-fluid .fortum-footer .fortum-footer-left{padding-bottom: 50px; }
  .row-fluid .fortum-footer-inner > div > div{ margin: 0; }
  .row-fluid .fortum-footer .footer-left-content p br, .row-fluid .footer-right-content p br{display: none; }
  .row-fluid .footer-right-content{padding: 15px 0 0 0 ;}
   .row-fluid .fortum-header .socile-area{ padding-right: 12px;}
   .post-image .hs-featured-image-wrapper a img{ height: 200px;}
   
   /* 15-10-2019 */
   .post-image .hs-featured-image-wrapper a img { height: 180px; }
   .post-right-inner { height: auto !important; }
   .post-right #hubspot-topic_data .topic-link { line-height: 22px; }
   .post-right .post-header h2 a { line-height: 24px; }
   
   
}
 
@media  (max-width: 480px){
.row-fluid .top-nav ul li {  padding: 2px 15px; text-align: center; width: 100%; }
.row-fluid .top-nav ul li a{ font-size: 14px; }
.row-fluid .top-nav ul li:before{ display:none; }
.search-icon:before{ display:none; }

  .row-fluid .footer-tag{ padding-top:18px; } 
  .hs-author-profile{width: 100%;}
  .hs-author-content { float: left; width: 100%; padding-left: 0;}
  .hs-author-image{width: 100%; }
  .row-fluid .fortum-header .logo img{max-width: 100px; }
  .row-fluid .fortum-header .socile-area{width: 75%;    padding-right: 18px; }
  .row-fluid .fortum-header .google-search-main{width: 5%; }
  .row-fluid .top-header-onea .container > div > div{display: flex; align-items: center; }
  
 
  
  
  
}


@media  (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
    
  .row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px  }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 0 10px 0; }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 0 10px; }
  
}

/*16-07-2019*/