/* @import url('http://example.com/example_style.css'); */
@import url(//cdn2.hubspot.net/hub/4047198/hub_generated/template_assets/6912407346/1569892201868/Lumme_2019/Coded_files/normalize.min.css);
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i');

/***********************************************/
/* 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    */
/*****************************************/
/* FONTS */
/* HIDE FRONTPAGE FORM TEMPORARILY */

/*body:not(.testing-template) .calculator-form-module,
body:not(.testing-template) #home-calc-heading,*/

/*body.homepage .calculator-form-module,
body.homepage #home-calc-heading {
display: none !important;
}*/



/* Colors */

























/* Fonts */



/* Global */



*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  min-width:0;
  min-height:0;
  overflow-wrap:break-word;
}


body, html {
  font-family:covik-sans-mono, sans-serif;
  font-size:19px;
  color:#556469;
  line-height:30px;
  height:100%;
}

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

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

.body-container-wrapper.sticky-nav-body {
  padding-top: 90px;
}

@media screen and (min-width: 1200px){
  .body-container-wrapper.sticky-nav-body {
    /* padding-top: 90px;*/
    padding-top: 146px;
  }
}



h1,
.h1 {
  color:#323232;
  font-size:2.8rem;
  font-weight:900;
  line-height:68px;
  font-family: itc-benguiat, serif;
}

h2,
.h2 {
  color:#323232;
  font-size:2.25rem;
  font-weight:900;
  line-height:54px;
  font-family: itc-benguiat, serif;
}

h3,
.h3 {
  color:#323232;
  font-size:1.75rem;
  font-weight:700;
  line-height:43px;
  font-family: itc-benguiat, serif;
}

h4,
.h4 {
  color:#323232;
  font-size:1.5rem;
  font-weight:700;
  line-height:37px;
  font-family: itc-benguiat, serif;
}

h5, h6, .h5, .h6 {
  color:#323232;
  font-size:1.25rem;
  font-weight:700;
  line-height:32px;
  font-family: itc-benguiat, serif;
}

p {

}

ul {

}

ul li {

}

a {
  color:#004107;
  text-decoration:underline;
}

a:hover {
  color:#7FB722; 
}

a[data-hs-anchor="true"] {
  display: block;
  position: relative;
  top: -250px;
  visibility: hidden;

}

.lumme-breadcrumb {
  width: 100%;
}

@media screen and (max-width:768px){
  a[data-hs-anchor="true"] {
    display: block;
    position: relative;
    top: -85px;
    visibility: hidden;

  }
}

.cta_button {
  text-transform:initial !important;
  font-family:covik-sans-mono, sans-serif !important;
  font-weight: 700;
}


.content-wrapper {
  max-width:80%;
  margin:0 auto !important;
  float:none !important;
  position:relative;
  z-index:5;
}

.content-wrapper-wide {
  max-width:95%;
  margin:0 auto !important;
  float:none !important;
  position:relative;
  z-index:5;
}

.small-content-wrapper {
  max-width:60%;
  margin:0 auto !important;
  float:none !important;
  position:relative;
  z-index:5;
}

.thank-you-page .lp-content__wrapper .small-content-wrapper {
  max-width:60% !important; 
}

#information-confirmation-modal__list li {
  margin-bottom: .5rem;
}

.gradient-green {
  background: #acf800;
background: -moz-linear-gradient(top, #acf800 0%, #a4e917 100%); 
background: -webkit-linear-gradient(top, #acf800 0%,#a4e917 100%); 
background: linear-gradient(to bottom, #acf800 0%,#a4e917 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acf800', endColorstr='#a4e917',GradientType=0 ); 
}

.gradient-dark {
  background: #323232; 
background: -moz-linear-gradient(top, #323232 0%, #484848 100%); 
background: -webkit-linear-gradient(top, #323232 0%,#484848 100%); 
background: linear-gradient(to bottom, #323232 0%,#484848 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#484848',GradientType=0 ); 
}

.gradient-light {
  background: #e9e9e9; 
background: -moz-linear-gradient(top, #e9e9e9 0%, #fafafa 100%); 
background: -webkit-linear-gradient(top, #e9e9e9 0%,#fafafa 100%); 
background: linear-gradient(to bottom, #e9e9e9 0%,#fafafa 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#fafafa',GradientType=0 );
}

.basic-header {
  text-align:center;
  padding-bottom:2rem;
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
}

.basic-header h2 {
  display:inline-block; 
}

.dark-overlay {
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  background:rgba(85, 100, 105, 0.15);
}


.gradient-link {
  padding:2rem 0;
  font-weight:600;
  text-decoration:none;
}
.gradient-link--green {
  background: #acf800;
background: -moz-linear-gradient(top, #acf800 0%, #a4e917 100%); 
background: -webkit-linear-gradient(top, #acf800 0%,#a4e917 100%); 
background: linear-gradient(to bottom, #acf800 0%,#a4e917 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acf800', endColorstr='#a4e917',GradientType=0 ); 
  color:#323232;
  -webkit-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease; 
}

.gradient-link--green:hover {
  background: #acf800;
background: -moz-radial-gradient(center, ellipse cover, #acf800 0%, #a4e917 100%);
background: -webkit-radial-gradient(center, ellipse cover, #acf800 0%,#a4e917 100%);
background: radial-gradient(ellipse at center, #acf800 0%,#a4e917 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acf800', endColorstr='#a4e917',GradientType=1 ); 
}

.gradient-link--dark {
  background: #323232; 
background: -moz-linear-gradient(top, #323232 0%, #484848 100%); 
background: -webkit-linear-gradient(top, #323232 0%,#484848 100%); 
background: linear-gradient(to bottom, #323232 0%,#484848 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#484848',GradientType=0 ); 
  color:#FFF;
  -webkit-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
}

.gradient-link--dark:hover {
  background: #323232;
background: -moz-radial-gradient(center, ellipse cover, #323232 0%, #484848 100%);
background: -webkit-radial-gradient(center, ellipse cover, #323232 0%,#484848 100%);
background: radial-gradient(ellipse at center, #323232 0%,#484848 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#484848',GradientType=1 );
}

.gradient-link--light {
  background: #e9e9e9; 
background: -moz-linear-gradient(top, #e9e9e9 0%, #fafafa 100%); 
background: -webkit-linear-gradient(top, #e9e9e9 0%,#fafafa 100%); 
background: linear-gradient(to bottom, #e9e9e9 0%,#fafafa 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#fafafa',GradientType=0 );
  color:#323232;
}

.gradient-link--light:hover {
  background: #e9e9e9;
background: -moz-radial-gradient(center, ellipse cover, #e9e9e9 0%, #fafafa 100%);
background: -webkit-radial-gradient(center, ellipse cover, #e9e9e9 0%,#fafafa 100%);
background: radial-gradient(ellipse at center, #e9e9e9 0%,#fafafa 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#fafafa',GradientType=1 ); 
}

.hs_cos_wrapper_type_rich_text ul,
.basic-text ul,
.blog-section .post-body ul {
  padding-left:0;
  list-style:none !important;
}

.blog-section .post-body ul {
  margin-left:1rem; 
}

.hs_cos_wrapper_type_rich_text ul li:not(.hs-form-booleancheckbox),
.basic-text ul li,
.blog-section .post-body ul li {
  padding-left:1.25rem;
  margin-bottom:0.5rem;
  position:relative;
}


.hs_cos_wrapper_type_rich_text ul lili:not(.hs-form-booleancheckbox):before,
.basic-text ul li:before,
.blog-section .post-body ul li:before {
  content:"\2022";
  position:absolute;
  left:0;
  color:#004107;
  font-size: 1.5rem;
  bottom:0;
  top:-1px;
}

.legal-consent-container .hs-form-booleancheckbox-display input {
  float: left;
  top: .45rem;
  position: relative;
}

.basic-link--arrow {
  background: transparent;
  color: #96008F;
  padding: 0.5rem 3rem;
  text-decoration: none;
  display: inline-block;
  border-radius: 35px;
  margin: 1rem 0;
  text-transform:initial;
  font-weight:700;
  letter-spacing:0.025rem;
  border:2px solid #96008F;

}

.basic-link--arrow:hover {
  background:#96008F;
  color:#FFF; 
}


.basic-link {
  background: #96008F;
  color: #FFF !important;
  padding: 0.5rem 3rem;
  text-decoration: none;
  display: inline-block;
  border-radius: 35px;
  margin: 1rem 0;
  text-transform:initial;
  font-weight:700;
  letter-spacing:0.025rem;
  opacity:1;
}

.basic-link:hover {
  opacity:0.8;

}

.basic-link--transparent {
  background: transparent;
  color: #96008F !important;
  padding: 0.5rem 3rem;
  text-decoration: none;
  display: inline-block;
  border-radius: 35px;
  margin: 1rem 0;
  text-transform:initial;
  font-weight:700;
  letter-spacing:0.025rem;
  border:2px solid #96008F;
}

.basic-link--transparent:hover,
.basic-link--transparent.active {
  background:#96008F;
  color:#FFF !important;
}

.basic-link--dark {
  background: #323232;
  color: #FFF;
  padding: 0.5rem 3rem;
  text-decoration: none;
  display: inline-block;
  border-radius: 35px;
  margin: 1rem 0;
  text-transform:initial;
  letter-spacing:0.025rem;
  font-weight:700;
}

.basic-link--dark:hover {
  background:#282828; 
}

.mobile-nav-toggle {
  position:relative;
  height:18px;
  width:26px;
}

.mobile-nav-toggle > i {
  content:"";
  position:absolute;
  background:#004107;
  height:3px;
  width:26px;
  -webkit-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mobile-nav-toggle > i:nth-child(1) {
  top:0;
}

.mobile-nav-toggle > i:nth-child(2) {
  top:9px;
}

.mobile-nav-toggle > i:nth-child(3) {
  top:18px;
}

.mobile-nav-open .mobile-nav-toggle > i:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-nav-open .mobile-nav-toggle > i:nth-child(2) {
  width:0%;
}

.mobile-nav-open .mobile-nav-toggle > i:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Header */

.header-container--small > div:nth-child(1) {
  text-align:center;
}

.header-container--small > div:nth-child(1) img {
  max-width:150px;
}

.header-container--small > div:nth-child(2) {
  position:absolute;
  right:0;
  top: calc(33%);
}

.header-container--small > div:nth-child(2) .social-media-icons__header {
  display:none; 
}

.header-container-wrapper {
  border-top:3px solid #004107;
  z-index:50;
  position:relative;
  -webkit-box-flex:1;
  -ms-flex:1 0 auto;
  flex:1 0 auto;
}

/* Main navigation */

.hs-menu-children-wrapper {
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom:1rem !important;
}

.hs-menu-children-wrapper > li {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%; 
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  max-width:500px; 
  width:auto;
  padding: 5px 1.25rem 5px 1.25rem;
  font-size:0.9rem;
}

.main-nav a {
  color:#556469;
  -webkit-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
}

.main-nav a:hover {
  color:#004107;
}

.main-nav .hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-nav .hs-menu-wrapper ul > li.hs-menu-depth-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  float: none;
}

.main-nav .hs-menu-wrapper ul > li.hs-menu-depth-1:nth-last-child(2) {
  background:#004107;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
}

.main-nav .hs-menu-wrapper ul>li.hs-menu-depth-1:nth-last-child(2):hover {
  background:#9AE010; 
}

.main-nav .hs-menu-wrapper ul > li.hs-menu-depth-1:nth-last-child(2) a:hover {
  color:#556469; 
}

.main-nav .hs-menu-wrapper ul > li.hs-menu-depth-1:last-child {
  border: 2px solid #004107;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  margin-left:0.5rem;
}

.main-nav .hs-menu-wrapper ul > li.hs-menu-depth-1:last-child:hover {
  background:#FAFAFA; 
}

.main-nav .hs-menu-wrapper ul > li.hs-menu-depth-1:last-child a:hover {
  color:#556469; 
}

.main-nav .hs-menu-wrapper ul > li.hs-menu-depth-1 > a {
  max-width: 100% !important;
  text-align: center;
  font-size: .9rem;
  font-weight:600;
}

.main-nav .hs-menu-wrapper ul > li.hs-menu-depth-1.nav-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
}

.main-nav .nav-logo a {
  display: block !important;
  text-align: center;
  margin: 0 auto;
  max-width: 100% !important;
}

.main-nav .nav-logo a img {
  max-width: 7em;
}

/* Information confirmation modal */

body.disable-scroll {
  overflow: hidden;
}

.information-confirmation-modal {
  position: fixed;
  z-index: 99999999999;
  background: rgba(255, 255, 255, 0.95);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2%;
}

.information-confirmation-modal__wrapper {
  max-height: 100%;
  overflow-y: scroll;
}

.information-confirmation-modal a.basic-link {
  margin-right: 1rem;
}


/* Hero */
.hero__container {
  min-height: 80vh;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position:relative;
}

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

.hero__content {
  max-width: 75%;
  margin: 0 auto;
  text-align:center;
  z-index:5;
  position:relative;
}

.hero__content.hero__content--left {
  text-align:left;
  max-width:100%;
}

.hero__content h1 {
  text-shadow: 0px 0px 30px rgba(0,0,0,0.3); 
}

.hs-search-field__suggestions {

}

.hero-search {
  margin-top: 3rem; 
}

.hero-search input {
  padding: 1rem;
  border-radius: 35px;
  border: 0px;
  outline:none;
  max-width:50%;
  margin:0 auto;
}

.hero-search--with-btn {
  border-radius: 35px 0 0 35px;
}


.hero-search--with-btn input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 35px 0 0 35px !important;
  margin: 0;
}

.hero-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero-search__btn {
  border-radius: 0 35px 35px 0;
  background: #004107;
  height: 100%;
  margin: 0;
  padding: 0 .7em;
}



.hero-search__btn input {
  margin: 0;
  border-radius: 0 35px 35px 0;
  height: 100%;
  background: url(https://4047198.fs1.hubspotusercontent-na1.net/hubfs/4047198/Logot-ja-ikonit/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor:pointer;
}

/* Alerts */

.alert-container {
  border-bottom:3px solid; 
  padding:1rem 0;
  text-align:center;
}

.alert-type-1 {
  border-color:#004107; 
}

.alert-type-2 {
  color:#F04E26;
  background:#FEEEEA;
  border-bottom:0px;
}

.alert-type-2 a {
  color:#F04E26; 
}

.alert-type-3 {
  background:#E0ECEB;
  border-bottom:0px;
}

.alert-type-3 a {
  color:#556469; 
}



/* Product boxes */

.product-boxes__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 2rem; 
  padding-bottom:5rem;
  -webkit-box-align:stretch;
  -ms-flex-align:stretch;
  align-items:stretch;
}

.product-boxes__header {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;

}

.product-box {
  -webkit-box-flex:0;
  -ms-flex:0 1 43%;
  flex:0 1 43%;
  width:43%;
  text-align:center;
  border:2px solid #E3E3E3; border-radius:2px;
  -webkit-box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.05);
-moz-box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.05);
box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.05);
  background:#FFF;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin-bottom:2rem;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin:0 3.5% 2rem;
}

.product-box:hover {
  -webkit-box-shadow: 0px 18px 20px 15px rgba(0,0,0,0.05);
  box-shadow: 0px 18px 20px 15px rgba(0,0,0,0.05);
}

.product-box.product-box--full {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
  widtH:100%;
  -webkit-box-pack:justify; 
  -ms-flex-pack:justify; 
  justify-content:space-between;
  margin:0 0 2rem;
}

.product-box.product-box--full .product-box__pricing {
  -webkit-box-flex:0;
  -ms-flex:0 1 24%;
  flex:0 1 24%; 
}

.product-box.product-box--vuosi-lumme .product-box__pricing {
  -webkit-box-flex:0;
  -ms-flex:0 1 30%;
  flex:0 1 30%;
  padding:0 0.25rem;
}

.product-box__header {
  text-transform:uppercase; 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  padding: 1rem 0;
}

.product-box-header__icon {
  margin-right:1rem; 
  display:-webkit-box; 
  display:-ms-flexbox; 
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-flex:0;
  -ms-flex:0 1 auto;
  flex:0 1 auto;
  min-width:100px;
}

.product-box-header__icon img {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  max-width:100px;
}

.product-box-header__text {
  -webkit-box-flex:0;
  -ms-flex:0 1 auto;
  flex:0 1 auto; 
}

.product-box__header h3,
.product-box__header .h3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-align: center;
}

.product-box__text {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%; 
  padding:0 2rem;
}

.product-box__description h5 {
  margin-bottom:0; 
}

.product-box__description p {
  margin-top:0.5rem; 
}

.product-box-pricing__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 45%;
  flex: 0 1 45%; 
}

.product-box__pricing {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
  max-width:100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  padding:0 2rem;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}

.product-box--lumme-bundle .product-box__pricing {
  -webkit-box-flex:0;
  -ms-flex:0 1 50%;
  flex:0 1 50%;
  width:50%;
  max-width:50%;
} 

.product-box-pricing__price p {
  font-weight:300;
  margin-top:0;
}

.product-box-pricing__duration {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%; 

}

.product-box .paketti-img {
  min-height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-box-pricing__duration h3,
.product-box-pricing__duration .h3 {
  color:#004107;
  margin-bottom:0;
}

.product-box--full h3,
.product-box--full .h3 {
  margin-top: 0;
}

.product-box-pricing__price {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%; 
}

.product-box__link {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  margin-top:1rem;
  padding:2.25rem 0;
  max-height: 2rem;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.product-box__link.gradient-link--green:after {
  content:url('https://4047198.fs1.hubspotusercontent-na1.net/hubfs/4047198/Logot-ja-ikonit/arrow-right.svg'); 
}

.product-box__link:after {
  content:url('https://4047198.fs1.hubspotusercontent-na1.net/hubfs/4047198/Logot-ja-ikonit/arrow-right-green.svg');
  position:relative;
  max-height:36px;
  margin-left:1rem; 
}

.product-box--s-tuote {
  position:relative; 
}

.product-box--s-tuote:after {
  position:absolute;
  content:url('https://4047198.fs1.hubspotusercontent-na1.net/hubfs/4047198/Logot-ja-ikonit/s-bonus.svg');
  left:-4rem;
  bottom:30%;
  -webkit-transform:scale(0.75);
  -ms-transform:scale(0.75);
  transform:scale(0.75);
}

.product-box--eko-lumme-puu {
  position: relative;
}

.product-box--eko-lumme-puu:after {
  position: absolute;
  content: url(https://4047198.fs1.hubspotusercontent-na1.net/hubfs/4047198/Logot-ja-ikonit/EKOenergy.svg);
  left: -1.5rem;
  background: #fff;
  bottom: 30%;
  width: 3rem;
  height: 3rem;
}

.product-box__price-info {
  text-align: center;
  width: 100%;
}

/* Icon links */

.icon-links__container {
  padding-top: 2rem;
  padding-bottom: 5rem;
  position:relative;
}

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

.icon-links__header {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%; 
}

.icon-link {
  -webkit-box-flex:0;
  -ms-flex:0 1 30%;
  flex:0 1 30%;
  margin-bottom:2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-link--full-width-item {

}

.icon-link--full-width-item .icon-link__link{
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
}


.icon-link svg g {
  -webkit-transition:all 0.03s ease;
  -o-transition:all 0.03s ease;
  transition:all 0.03s ease; 
}

.icon-link__link {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 1.5rem; 
}

.icon-link__link a {
  font-size:1.25rem;
  margin-top:0;
}

.icon-link:hover svg g {
  fill: #004107;
}

/* Image with link */

.image-link__container {
  padding-top: 2rem;
  padding-bottom: 5rem;
  position:relative;
}

.image-link__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack:distribute;
  justify-content:space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; 
}

.image-link__item {
  -webkit-box-flex:0;
  -ms-flex:0 1 30%;
  flex:0 1 30%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin-bottom:2rem;
}

.image-link__img {
  min-height:17rem;
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
  background-size:cover !important;
  background-repeat:no-repeat !important;
  background-position:center !important;
}

.image-link__link {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%; 
  text-align:center;
  font-weight:300;
  position:relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-link__link.gradient-link--green:after {
  content:url('https://4047198.fs1.hubspotusercontent-na1.net/hubfs/4047198/Logot-ja-ikonit/arrow-right.svg'); 
}

.image-link__link:after {
  content:url('https://4047198.fs1.hubspotusercontent-na1.net/hubfs/4047198/Logot-ja-ikonit/arrow-right-green.svg');
  position:relative;
  max-height:36px;
  margin-left:1rem; 
}

/* Color box */

.color-box__container {
  padding-top: 2rem;
  padding-bottom: 5rem;
  position:relative;
}

.color-box__wrapper {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-align:stretch;
  -ms-flex-align:stretch;
  align-items:stretch;
}

.color-box{
  text-align:center;
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1; 
  padding:2rem;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

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

.color-box__link {
  -ms-flex-item-align:end;
  align-self:flex-end; 
}
.color-box.gradient-dark,
.color-box.gradient-dark h2 {
  color:#FFF; 
}

.color-box.gradient-light .color-box__content a,
.color-box.gradient-green .color-box__content a {
  color:#323232;
  font-weight:600;
  text-decoration:none;
}


.color-box.gradient-light .color-box__content a:hover {
  color:#004107;
  text-decoration:underline;
}

.color-box.gradient-green .color-box__content a:hover {
  text-decoration:underline; 
}

.color-box.gradient-dark .color-box__content a {
  color:#004107;
  font-weight:600;
  text-decoration:none;
}

.color-box.gradient-dark .color-box__content a:hover {
  text-decoration:underline;
}

.color-box__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.color-box__image img {
  max-width:200px;
  border-radius:50%;
}

/* Text and media */

.text-and-media__container {
  padding-top: 2rem;
  padding-bottom:3rem;
  position:relative;
}

.angle-bot-1:after {
  content: "";
  background:inherit;
  position: absolute;
  bottom: -10rem;
  left: 0;
  right: 0;
  -webkit-transform: skewY(7deg);
  -ms-transform: skewY(7deg);
  transform: skewY(7deg);
  padding-bottom: 20rem;
  z-index:1;
  width:100%;
}

.angle-bot-2:after {
  content: "";
  background:inherit;
  position: absolute;
  bottom: -10rem;
  left: 0;
  right: 0;
  -webkit-transform: skewY(-7deg);
  -ms-transform: skewY(-7deg);
  transform: skewY(-7deg);
  padding-bottom: 20rem;
  z-index:1;
  width:100%;
}

.angle-top-1:before {
  content: "";
  background:inherit;
  position: absolute;
  top: -10rem;
  left: 0;
  right: 0;
  -webkit-transform: skewY(7deg);
  -ms-transform: skewY(7deg);
  transform: skewY(7deg);
  padding-top: 20rem;
  z-index:1;
  width:100%;
}

.angle-top-2:before {
  content: "";
  background:inherit;
  position: absolute;
  top: -10rem;
  left: 0;
  right: 0;
  -webkit-transform: skewY(-7deg);
  -ms-transform: skewY(-7deg);
  transform: skewY(-7deg);
  padding-top: 20rem;
  z-index:1;
  width:100%;
}

.text-and-media__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-and-media__item:last-child {
  margin-bottom:0; 
}

.text-and-media__text {
  -webkit-box-flex:0;
  -ms-flex:0 1 35%;
  flex:0 1 35%;
}

.text-and-media__text--header h3 {
  margin-top:0.25rem; 
}

.text-and-media__media {
  -webkit-box-flex:0;
  -ms-flex:0 1 60%;
  flex:0 1 60%; 
}

/* Blog feed module */

.blog-feed__container {
  padding-top: 2rem;
  padding-bottom: 5rem; 
  position:relative;
}

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

.blog-listing-updated .blog-feed__wrapper {
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start; 
}

.blog-feed__header {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%; 
}

.blog-feed__item {
  -webkit-box-flex:0;
  -ms-flex:0 1 30%;
  flex:0 1 30%;
  background:#FFF;
  margin-bottom:2rem;
  -webkit-box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.05);
-moz-box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.05);
box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.05);
}

.blog-listing-updated .blog-feed__item {
  -webkit-box-shadow:none;
  box-shadow:none;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 31%;
  flex: 0 1 31%;
}

.blog-listing-updated .blog-feed__item:nth-child(5n+1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 62%;
  flex: 0 1 62%;
}

.blog-listing-updated .blog-feed__item:nth-child(5n+1) .blog-feed-item__image {
  min-height:15rem;
}

.blog-listing-updated .blog-feed__item:nth-child(5n+4) .blog-feed-item__image {
  min-height:15rem;
}

.blog-feed-item__image {
  min-height: 20rem;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: relative;
}

.blog-listing-updated .blog-feed-item__image {
  min-height:13rem; 
}

.blog-feed-item__summary > a {
  color:initial;
  text-decoration:none;
}

.blog-feed-item__image > a {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0; 
}

.blog-feed-item__content {
  padding:1rem; 
}

.blog-feed-item__date-tags {
  color:#004107;
}

.blog-feed-item__date-tags p {
  margin-top:0;
  margin-bottom:0.5rem;
}

.blog-feed-item__date-tags p a {
  text-decoration:none;
  text-transform:uppercase;
}

.blog-feed-item__header > a {
  color: initial;
  text-decoration: none;
}

.blog-feed-item__content > a {
  color: initial;
  text-decoration: none;
}

.blog-feed-item__header h4 {
  margin-top:0;
  margin-bottom:0;
}

.blog-feed__link {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%; 
  text-align:center;
}

/* Small hero */

.small-hero__container {
  min-height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-size:cover !important;
  background-repeat:no-repeat !important;
  background-position:center !important;
  position:relative;
}

.small-hero__container--btns {
  min-height: 35vh;
  padding-bottom: 4em;
  color: #000;
}

.small-hero__container--btns .small-hero__wrapper {
  background: #c0e300;
  padding: 1rem 3rem 3em;
  border-radius: 0 0 4px 4px;
  text-align: center;
}

.small-hero__container--btns h1 {
  color: #000;
  font-size: 1.8rem;
  line-height: 1.2;
}

.small-hero__container--btns p {
  font-weight: 400;
}

.small-hero__wrapper {
  background: rgba(255, 255, 255, 0.85);
  padding: 1rem 3rem;
  border-radius: 0 0 6.3rem 6.3rem;
  max-width: 50%;
  text-align: center;
}

.small-hero__wrapper.small-hero__wrapper--no-bg {
  background:none; 
}

.energiaa .small-hero__wrapper {
  padding:5rem 3rem 1rem 3rem;
}

/* Full width banner */

.gradient-dark .full-width-banner__wrapper h1,
.gradient-dark .full-width-banner__wrapper h2,
.gradient-dark .full-width-banner__wrapper h3,
.gradient-dark .full-width-banner__wrapper h4,
.gradient-dark .full-width-banner__wrapper h5,
.gradient-dark .full-width-banner__wrapper {
  color:#FFF; 
}

.full-width-banner__container {
  padding:2rem 0;
  margin:2rem 0;
  min-height:40vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position:relative;
  background-position:center !important;
  background-repeat:no-repeat !important;
  background-size:cover !important;
  z-index:5;
  width:100%;
}

.full-width-banner__wrapper {
  z-index:5;
  position:relative;
  text-align:center;
}

.full-width-banner__container--image h1,
.full-width-banner__container--image h2,
.full-width-banner__container--image h3,
.full-width-banner__container--image h4,
.full-width-banner__container--image h5 {
  text-shadow: 0px 0px 30px rgba(0,0,0,0.3); 
}

.full-width-banner__subscribe .basic-header {
  padding:0;
  max-width:100%;
}

.full-width-banner__subscribe .small-content-wrapper {
  max-width:100%;
}

.full-width-banner__subscribe,
.blog-listing-subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.full-width-banner-subscribe__description,
.blog-listing-subscribe__text {
  margin-right:1rem; 
}

.full-width-banner-subscribe__subscribe,
.blog-listing-subscribe__form {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1; 
}


.full-width-banner__subscribe form,
.blog-listing-subscribe__form form {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex; 
}

.full-width-banner__subscribe form label,
.blog-listing-subscribe__form form label {
  display:none; 
}

.full-width-banner__subscribe form .hs-email,
.blog-listing-subscribe form .hs-email {
  margin-bottom: 0; 
  -webkit-box-flex:1; 
  -ms-flex:1; 
  flex:1;
}

.full-width-banner__subscribe form .hs_error_rollup,
.blog-listing-subscribe form .hs_error_rollup {
  display:none; 
}

.full-width-banner__subscribe form .hs-email input,
.blog-listing-subscribe form .hs-email input {
  border-radius: 35px 0 0 35px; 
}

.full-width-banner__subscribe form .hs-submit,
.blog-listing-subscribe form .hs-submit {
  margin-bottom:0; 
}

.full-width-banner__subscribe form .hs-submit .actions,
.blog-listing-subscribe form .hs-submit .actions {
  height:100%; 
}

.full-width-banner__subscribe form .hs-submit .actions input,
.blog-listing-subscribe form .hs-submit .actions input {
  margin: 0;
  border-radius: 0 35px 35px 0;
  height: 100%;
}

.full-width-banner__subscribe form .hs-error-msgs,
.blog-listing-subscribe form .hs-error-msgs {
  position:absolute;
  color:#F04E26;
}

.full-width-banner__subscribe form .hs-error-msgs label,
.blog-listing-subscribe form .hs-error-msgs label {
  display:block; 
}


/* Basic text */

.basic-text__container {
  padding: 2rem 0 2rem; 
  position:relative;
  clear: both;
}

.anchor {
  position:absolute;
  top:-200px;
}

/* Landing page */

body.lp .body-container > div:nth-child(4) {
  margin:2rem 0; 
}

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

.lp-content__container > div {
  -webkit-box-flex:0;
  -ms-flex:0 1 45%;
  flex:0 1 45%; 
}


.basic-form {
  background:#fafafa;
  padding:2rem;
  border-radius:2px;
}

.basic-form h3 {
  text-align:center; 
}

form label {
  font-weight:600; 
}

form label > span {
  display: inline-block;
  margin-bottom: 0.5rem; 
}

form .hs-error-msgs label {
  font-weight: 300; 
  font-size:0.9rem;
}

form .hs-error-msgs li {
  color:#F04E26;
}

form .hs-error-msgs {
  margin-top: 5px !important; 
}

form ul.inputs-list {
  list-style:none;
  padding-left:0;
  margin:0;
}

form ul.inputs-list li input {
  margin-right:0.5rem; 
}

form ul.inputs-list li input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.6); /* IE */
  -moz-transform: scale(1.6); /* FF */
  -webkit-transform: scale(1.6); /* Safari and Chrome */
  -o-transform: scale(1.6); /* Opera */
  transform: scale(1.6);
  margin-left: .4rem;
}

form li.hs-form-radio label {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}

form li.hs-form-radio label span {
  margin-bottom:0; 
}

form li.hs-form-radio input {
  height: 1.3rem;
  width: 1.3rem;
  min-height: 1.3rem;
  min-width: 1.3rem;
}

li.hs-form-radio {
  margin-bottom:0.5rem; 
}

form li.hs-form-checkbox label {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}

form li.hs-form-checkbox label span {
  margin-bottom:0; 
}

form li.hs-form-checkbox input,
#cCalc input[type="checkbox"] {
  height:1.3rem;
  width:1.3rem;
}

li.hs-form-checkbox {
  margin-bottom:0.5rem; 
}

form .hs-form-field input:not(type["range"]),
form .hs-form-field textarea,
form .hs-form-field select,
#cCalc select,
#cCalc input:not(type["range"]) {
  border-radius: 35px;
  border: 1px solid #E3E3E3;
  padding: 12px;
  outline: none;
  background:#FFF;

}

form .hs-submit {
  margin-bottom: 2rem; 
}

.submitted-message {
  max-width: 80%;
  text-align: center;
  margin: 2em auto;
}

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 {
  border-radius: 35px;
  border: 1px solid #E3E3E3;
  padding: 12px;
  outline: none;
  background:#FFF;
  color:#556469;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #959595;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #959595;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #959595;
}


form .hs-form-field textarea {
  min-height: 6.5rem; 
}

form > * {
  margin-bottom:1rem; 
}

form .hs-submit input {
  background: #96008F;
  color: #FFF;
  padding: 0.5rem 3rem;
  text-decoration: none;
  display: inline-block;
  border-radius: 35px;
  margin: 1rem 0;
  text-transform:uppercase;
  font-weight:700;
  letter-spacing:0.025rem;
  cursor:pointer;
  border:0px;
  outline:none;
  opacity:1;
}

form .hs-submit input:hover {
  opacity:0.8;
}

form .hs-submit .actions {
  text-align:center; 
}

.form-date-error {
  display: none;
  color: red;
  margin: .5em 0;
}

.date-error .form-date-error {
  display: block;
}

.form-hetu-error {
  display: none;
  color: red;
  margin: .5em 0;
}

.hetu-error .form-hetu-error {
  display: block;
}

.form-zip-error {
  display: none;
  color: red;
  margin: .5em 0;
}

.zip-error .form-zip-error {
  display: block;
}

.form-ytunnus-error {
  display: none;
  color: red;
  margin: .5em 0;
}

.form-address-error {
  display: none;
  color: red;
  margin: .5em 0;
}

.address-error .form-address-error {
  display: block;
}

.form-housenr-error {
  display: none;
  color: red;
  margin: .5em 0;
}

.housenr-error .form-housenr-error {
  display: block;
}

.input-error .form-ytunnus-error {
  display: block;
}

.lp-content__wrapper ul {
  list-style:none;
  padding-left:0;
}

.lp-content__wrapper .small-content-wrapper {
  max-width:100% !important;
}

.thank-you-page .lp-content__wrapper .small-content-wrapper {

}

.lp-content__wrapper ul li {
  position:relative;
  margin-bottom:0.5rem;
  padding-left:2rem;
}

.lp-content__wrapper ul li:before {
  content:url('https://4047198.fs1.hubspotusercontent-na1.net/hubfs/4047198/Logot-ja-ikonit/check-icon.svg'); 
  color:#004107;
  margin-right: 1rem;
  position:absolute;
  left:0;
}

.lumme-list ul,
.info-box.lumme-list ul {
  list-style:none; 
  padding-left: 0;
}

.lumme-list ul li,
.info-box.lumme-list ul li {
  position:relative;
  margin-bottom:0.5rem;
  padding-left:2rem;
}

.lumme-list ul li:before,
.info-box.lumme-list ul li:before {
  content:url('https://4047198.fs1.hubspotusercontent-na1.net/hubfs/4047198/Logot-ja-ikonit/Lumme.svg'); 
  color:#004107;
  margin-right: 1rem;
  position:absolute;
  left:0;
  width:22px;
  top:3px;
}

.lumme-list ol {
  list-style: none;
  counter-reset: lumme-counter;
  padding-left: 0;
}

.lumme-list ol li {
  counter-increment: lumme-counter;
  position: relative;
  margin-bottom: .5rem;
  padding-left: 2.5rem;
}

.lumme-list ol li:before {
  background:url('https://4047198.fs1.hubspotusercontent-na1.net/hubfs/4047198/Logot-ja-ikonit/Lumme.svg');
  content: counter(lumme-counter) ". ";
  color: #FFF;
  font-weight: bold; 
  position:absolute;
  left:0;
  width: 35px;
  height: 35px;
  top: 3px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 5px;
}

/* Info box */

.info-box {
  padding:2rem; 
  margin:2rem 0;
}

.info-box ul {
  padding-left:0;
  list-style:none;
}

.info-box ul li {
  padding-left:1.25rem;
  margin-bottom:0.5rem;
  position:relative;
}

.info-box ul li:before {
  content:"\2022";
  position:absolute;
  left:0;
  color:#556469;
  font-size: 1.5rem;
  bottom:0;
  top:0;
}


/* FAQ Module */

.faq-header {
  padding-top: 1rem;
  padding-bottom: 4rem; 
}

.faq__content {
  padding-bottom:2rem; 
}

.faq-links__wrapper {
  border-bottom:2px solid #E3E3E3; 
}

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

.faq__links > h3 {
  cursor:pointer; 
  padding-bottom: 1rem;
  margin-bottom: -4px;
}

.faq__links > h3:hover {
  color:#004107; 
}

.tabbed-content__links h3 {
  font-size:1.5rem;
}

.tabbed-content__links > h3:hover {
  color:#004107; 
}

.faq-content__link.active {
  font-weight:900;
}

.faq-content__item {
  border-bottom:1px solid #556469; 
}

.tabbed-content__wrapper .faq-content__item:first-child {
  margin-top:0; 
}

.faq-content__item:first-child {
  margin-top:2rem; 
}

.faq-content__description {
  margin-bottom: 1rem; 
}

.faq-category {
  padding-bottom:1rem; 
}

.faq-category.active {
  border-bottom:6px solid #004107; 
}

.faq-content__wrapper {
  margin-bottom:3rem !important; 
}

.faq-content__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; 
  position: relative;
  padding-right: 5rem;
}

.faq-content__toggle--open {
  font-size:2.2rem;
  font-weight:900;
  color:#004107;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
}

.faq-content__toggle--close {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  display:none;
  font-size:2.2rem;
}

.faq-content__link.active .faq-content__toggle--open {
  display:none; 
}

.faq-content__link.active .faq-content__toggle--close {
  display:block; 
}

/* Tabbed content */

.tabbed-content__wrapper {
  background:#FFF; 
}

.tabbed-content__content .faq-content__item {
  -webkit-box-flex:0;
  -ms-flex:0 1 48%;
  flex:0 1 48%;
  border-bottom:0px;
  margin-bottom:2rem;
}

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

.tabbed-content__content h5 {
  margin-bottom:0; 
}

.tabbed-content__links > h4 {
  margin-bottom: -4px; 
}

.tabbed-content__links > h4:hover {
  border-bottom:6px solid #004107; 
}

.tabbed-content__link {
  margin-top:0; 
}

.tabbed-content__link a {
  color:#556469; 
  text-decoration:none;
}

/* Text with links */

.text-with-links {
  padding: 1rem 0 5rem; 
}

.text-with-links__links {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -webkit-box-align:stretch;
  -ms-flex-align:stretch;
  align-items:stretch;
  padding-top:2rem;
}

.text-with-links__item {
  -webkit-box-flex:0;
  -ms-flex:0 1 48%;
  flex:0 1 48%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start;
}

.text-with-links__item.text-with-links__full-width {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
}

.text-with-links__link {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom:1rem;
}

.text-with-links__link:last-child {
  margin-bottom:0; 
}

.text-with-links__link h5 {
  margin:0; 
  position:relative;

}

.text-with-links__link a {
  text-decoration:none; 
  -webkit-box-flex:0; 
  -ms-flex:0 1 100%; 
  flex:0 1 100%;
  padding:1rem 3rem 1rem 1rem;
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.text-with-links__link a > * {
  -webkit-box-flex:0; 
  -ms-flex:0 1 100%; 
  flex:0 1 100%;
}

.text-with-links__link a:after {
  content:url('https://4047198.fs1.hubspotusercontent-na1.net/hubfs/4047198/Logot-ja-ikonit/arrow-right.svg'); 
  max-height:36px;
  margin-left:1rem;
  position:absolute;
  right:1rem;
}

.text-with-links__link a.gradient-link--dark:after {
  content:url('https://4047198.fs1.hubspotusercontent-na1.net/hubfs/4047198/Logot-ja-ikonit/arrow-right-green.svg');
  position:absolute;
  max-height:36px;
  margin-left:1rem; 
  right:1rem;
}

.text-with-links__link .gradient-link--dark h5 {
  color:#FFF;
}

/* Text and map */

.text-and-map__container {
  margin-top: 1rem;
  margin-bottom:3rem;
}

.text-and-map:first-child {
  margin-top:4rem; 
}

.text-and-map {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  margin-bottom:2rem;
}

.text-and-map__text {
  -webkit-box-flex:0;
  -ms-flex:0 1 35%;
  flex:0 1 35%; 
}

.text-and-map__map {
  -webkit-box-flex:0;
  -ms-flex:0 1 60%;
  flex:0 1 60%;
  text-align:center;
}

.text-and-map__map iframe {
  max-width: 100%; 
}

/* One line CTA */

.one-line-cta__container {
  position:relative; 
}

.one-line-cta__container.gradient-link--green a {
  text-decoration:none;
  color:#323232;
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}

.one-line-cta__container.gradient-link--dark a {
  text-decoration:none;
  color:#FFF;
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}

.one-line-cta__container.gradient-link--green a:after {
  content:url('https://4047198.fs1.hubspotusercontent-na1.net/hubfs/4047198/Logot-ja-ikonit/arrow-right.svg'); 
  max-height:36px;
  margin-left:1rem;
  position:relative;
}

.one-line-cta__container.gradient-link--dark a:after {
  content:url('https://4047198.fs1.hubspotusercontent-na1.net/hubfs/4047198/Logot-ja-ikonit/arrow-right-green.svg');
  position:relative;
  max-height:36px;
  margin-left:1rem; 
}

/* Calculator styles */

#pp-info-screen {
  display: none;
  margin: .5em 0 0;
}
.info-tooltip {
  border-radius: .5rem;
  padding: .4em .5em;
  line-height: 1.1;
  border: 1px dashed #96beba;
  font-size: .8rem;
}

#info-usage {
  background: #fff;
  border-radius: .5em;
  line-height: 1.4;
  background: #a4e917;
  color: #fff;
  text-align: center;
  padding: 1em;
  margin: 1em auto;
  max-width: 30em;
}

#cCalc {
  background: #e0eceb;
}
/* Calculator rows */
.cCalc__tools {
  padding:2em 0 4em;
}
.cCalc__row > p {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
.cCalc__row > label {
  margin-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.cCalc__row > label > input {
  margin-right: .5em;
}
.cCalc__row {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left:.1em;
}

#show-usage {
  display: none;
}

/* Range slider */
div.range-input-container {
  position: relative;
  width: 100%;
  margin-top: 2.5em;
}
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 8.5px 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #9ee414;
  border-radius: 0px;
  border: 0px solid rgba(1, 1, 1, 0);
}
input[type=range]::-webkit-slider-thumb {
  -webkit-box-shadow: 1px 1px 4px rgba(136, 136, 136, 0.75), 0px 0px 1px rgba(149, 149, 149, 0.75);
  box-shadow: 1px 1px 4px rgba(136, 136, 136, 0.75), 0px 0px 1px rgba(149, 149, 149, 0.75);
  border: 0.5px solid rgba(70, 70, 70, 0.5);
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #a9ec26;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #9ee414;
  border-radius: 0px;
  border: 0px solid rgba(1, 1, 1, 0);
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 4px rgba(136, 136, 136, 0.75), 0px 0px 1px rgba(149, 149, 149, 0.75);
  border: 0.5px solid rgba(70, 70, 70, 0.5);
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #8ecd12;
  border: 0px solid rgba(1, 1, 1, 0);
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-fill-upper {
  background: #9ee414;
  border: 0px solid rgba(1, 1, 1, 0);
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 4px rgba(136, 136, 136, 0.75), 0px 0px 1px rgba(149, 149, 149, 0.75);
  border: 0.5px solid rgba(70, 70, 70, 0.5);
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
  height: 3px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #9ee414;
}
input[type=range]:focus::-ms-fill-upper {
  background: #a9ec26;
}
output {
  position: absolute;
  background: #fff;
  border: 1px solid #dadada;
  -webkit-box-shadow: 1px 1px 8px #e8e8e8;
  box-shadow: 1px 1px 8px #e8e8e8;
  width: auto;
  padding: 0 .5em;
  min-height: 30px;
  text-align: center;
  font-size: .8rem;
  border-radius: 10px;
  display: inline-block;
  bottom: 110%;
  left: 0;
  margin-left: -1%;
  line-height: 1.3;
}
/* Calculator - Suggested products */
.suggested-product {
  display: none;
}
.suggested-product.visible-product {
  display: block;
}

.product-box {

}

.product-box__info {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1em 0;
}
.product-box__info__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 1.5em 0;
  padding: 0 .4em;
}
.product-box__info__item > p {
  margin: 0;
}

#show-all-products {
  display: block;
  max-width: 20em;
  margin: 0 auto 4rem;
}

/* Pillar page */

.pillar-page-intro__container {
  padding:2rem 0 5rem; 
}

.pillar-page-intro {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.pillar-page-intro > div {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%; 
}



.pillar-page-intro__item {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}

.pillar-page-intro__item > a {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  text-decoration:none;
  color:#556469;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}



.pillar-page-intro-item__content {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  margin-left:2rem;
}

.pillar-page-intro-item__content > h3 {
  margin-bottom:0; 
}

.pillar-page-intro-item__number > p {
  border-radius:50%;
  background: #acf800;
background: -moz-linear-gradient(top, #acf800 0%, #a4e917 100%); 
background: -webkit-linear-gradient(top, #acf800 0%,#a4e917 100%); 
background: linear-gradient(to bottom, #acf800 0%,#a4e917 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acf800', endColorstr='#a4e917',GradientType=0 ); 
  width:5rem;
  height:5rem;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  text-decoration:none;
  font-size:2rem;
  color:#FFF;
}

.pillar-page-intro__item > a:hover .pillar-page-intro-item__number > p {
  background: #acf800;
background: -moz-radial-gradient(center, ellipse cover, #acf800 0%, #a4e917 100%);
background: -webkit-radial-gradient(center, ellipse cover, #acf800 0%,#a4e917 100%);
background: radial-gradient(ellipse at center, #acf800 0%,#a4e917 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acf800', endColorstr='#a4e917',GradientType=1 ); 
  -webkit-box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.pillar-page-content__image {
  min-height:40vh;
  background-size:cover !important;
  background-repeat:no-repeat !important;
  background-position:center !important;
}

.pillar-page-content-item__number {
  text-align:center;
}

.pillar-page-content-item__number p {
  border-radius:50%;
  background:#C0E300;
  width:5rem;
  height:5rem;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  text-decoration:none;
  font-size:2rem;
  color:#FFF;
  margin:2rem auto;
}

.pillar-page-content__item {
  padding: 2rem 0 5rem; 
}

.pillar-page-content__item .text-with-links__item {
  margin-bottom:1rem; 
}

.pillar-page-content-item__content img {
  margin-left: -5%;
  min-width: 110%; 
}

.pillar-page-content-item__content .vidyard-player-container {
  min-width: 110%;
  margin-left: -5% !important; 
}

.pillar-page-content-item__header {
  text-align:center; 
}

.pillar-page-section__nav {
  right:-2rem;
  position:absolute;
}

.pillar-nav-active {
  transition: right .2s ease;
}

.pillar-nav-active--sticky {
  position: fixed;
  top: 10em;
  right: 2%;
}


.pillar-page-section__nav svg {

}
.pillar-page-section__nav svg g {

  fill:#556469;
}

.pillar-page-section__nav > a:hover svg g {
  fill:#FFF; 
}

.pillar-page-section__nav > a:first-child {
  padding:0.5rem;   
}

.pillar-page-section__nav > a {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  padding:0 0.5rem;
  display:flex;
  text-decoration:none;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  margin-bottom:0.5rem;
  background:#C0E300;
  color:#556469;
}

.pillar-page-section__nav > a:hover,
.pillar-page-section__nav > a.pillar-nav-visible {
  background:#282828;
  color:#FFF;
}

.pillar-page-content-item__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 110%;
  margin-left: -5%;
  margin-top: 3rem;
  text-align:center;
  position:relative;
}

.pillar-page-content-item-cta__header {
  position:relative; 
}

/* People */

.people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-top:2rem;
  padding-bottom:5rem;
}

.people__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 31%;
  flex: 0 1 31%;
  text-align: center; 
  margin-bottom:1rem;
}

.people-item__image img {
  max-width:200px;
  border-radius:50%;
}

.people-item__description a {
  color:inherit;
  text-decoration:none;
}

.people-item__description h4 {
  margin:1rem 0 0; 
}

.people-item__description p {
  margin:5px 0; 
}

.people-item__some {
  margin:1rem 0 2rem; 
}

.people-item__some > a {
  margin-right:1rem; 
}

.people-item__some > a:last-child {
  margin-right:0; 
}

.people-item__some a:hover svg g {
  fill:#004107; 
}

.people-link__container {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  text-align: center; 
}

.people__link > a {
  padding: 2rem;
  display: inline-block; 
  position:relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.people__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; 
}

.people__link > .gradient-link--green:after {
  content:url('https://4047198.fs1.hubspotusercontent-na1.net/hubfs/4047198/Logot-ja-ikonit/arrow-right.svg'); 
}

.people__link > a:after {
  content:url('https://4047198.fs1.hubspotusercontent-na1.net/hubfs/4047198/Logot-ja-ikonit/arrow-right-green.svg');
  position:relative;
  max-height:36px;
  margin-left:1rem; 
}

/* Blog listing */
.hs-blog-listing a[href='https://www.lumme-energia.fi/blogi/tag/omalumme'],
.hs-blog-listing a[href='https://www.lumme-energia.fi/blogi/tag/good-to-know'],
.hs-blog-listing a[href='https://www.lumme-energia.fi/blogi/tag/customer-benefits'],
.hs-blog-listing a[href='https://www.lumme-energia.fi/blogi/tag/news'],
.hs-blog-listing a[href='https://www.lumme-energia.fi/blogi/tag/alert'] {
  display: none;
}

.blog-section .blog-feed__item {
  margin-bottom:3rem; 
}

.hs-blog-listing .blog-section {
  padding-top:3rem;
}

.blog-navigation__container {
  border-bottom:1px solid #556469; 
}

.blog-navigation {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.blog-navigation h4 {
  margin:0; 
}

.blog-navigation > div {
  margin-right:1.5rem;
}

.blog-navigation > div:last-child {
  margin-right:0; 
}

.blog-navigation a {
  text-decoration:none;
  color:#282828;
  padding: 1.5rem 0;
  display: inline-block;
  border-bottom:6px solid transparent;
  margin-bottom: -3px;
}

.blog-navigation a:hover {
  color:#004107; 
  border-bottom: 6px solid #004107;
}

.blog-pagination {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}

.blog-pagination a {
  color:#282828;
  text-decoration:none;
  margin:0 0.25rem;
}

.blog-pagination .previous-posts-link {
  margin-right:1rem; 
}

.blog-pagination .next-posts-link {
  margin-left:1rem; 
}

.blog-pagination a:hover {
  font-weight:600; 
}

.blog-pagination .current-page__link {
  font-weight:600; 
}

.blog-listing-subscribe__text p {
  margin:0; 
  color:#282828;
}

.blog-listing-subscribe__form .form-title {
  margin:0; 
}

.blog-listing-subscribe__container {
  padding:2rem 0; 
  position:relative;
}

.blog-listing-subscribe__container .small-content-wrapper {
  position:initial; 
}

.blog-listing-subscribe__container .hs-error-msgs.inputs-list {
  z-index: 555555;
  position: absolute;
  background: #a4e917;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  padding:0 1rem;
}

.blog-listing-subscribe__container .hs-error-msgs.inputs-list a {
  color: #f04e26;
  z-index: 5555;
}

.blog-listing-subscribe__form .hs-submit input {
  background:#282828;
  color:#FFF;
}

/* Blog post */

.blog-post-go-back {
  position: absolute;
  left: -50%;
}


.blog-post-go-back > a {
  text-decoration:none;
  position:relative;
  color:#323232;
  font-weight:700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-post-go-back > a:before {
  content:url('https://4047198.fs1.hubspotusercontent-na1.net/hubfs/4047198/Logot-ja-ikonit/arrow-left-green.svg');
  position:relative;
  max-height:36px;
  margin-right:1rem;
}

.post-featured-image {
  background-size:cover !important;
  background-repeat:no-repeat !important;
  background-position: center !important;
  min-height:40vh;
  width:110%;
  margin-left:-5%;
  margin-bottom:3rem;
}

.blog-post-wrapper {
  position: relative;
}

#some-container {
  position: fixed;
  left: 2%;
  bottom: 32%;
  max-width: 4rem;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  z-index:15;
}

.some-container--pillar#some-container {
  position: fixed;
  left: 2%;
  bottom: 10%;
  max-width: 4rem;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

#some-container > a {
  margin-bottom:0.5rem; 
}

#some-container > a:last-child {
  margin-bottom:0; 
}

#some-container > a:hover g{
  fill:#004107; 
}

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

.blog-post-wrapper .post-header {
  text-align:center; 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding:3rem 0 2rem;
}

.blog-post-wrapper .post-header h1 {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%; 
  margin:0;
}

.blog-post-wrapper .post-header p {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%; 
}

.post-body blockquote {
  margin:0 0 0 -5%;
  width:110%;
  color:#004107;
  font-size:1.25rem;
  font-style: italic;
  font-weight:600;
  text-align:center;
}


/*.post-body img {
min-width:110%;
margin-left:-5%;
}*/

.post-date {
  color:#004107;
  text-transform:uppercase;
}

.about-author-sec .blog-post-about-author__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding:2rem 0;
}

.about-author-sec .blog-post-about-author__wrapper > div:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-author-sec .blog-post-about-author__wrapper > div:nth-child(1) img {
  max-width:200px;
  border-radius:50%;
}

.about-author-sec .blog-post-about-author__wrapper > div:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 70%;
  flex: 0 1 70%;
}

.about-author-sec .blog-post-about-author__wrapper > div:nth-child(2) h4 {
  margin:0;
}


.hs-author-social-links > a {
  margin-right:0.5rem; 
}

.hs-author-social-links > a:last-child {
  margin-right:0; 
}

.hs-author-social-links > a:hover g {
  fill:#004107; 
}

.blog-post-about-author__wrapper .author-link {
  text-decoration:none;
  font-weight:600;
  color:#282828;
}

.rns{ 
  padding-top:3rem;
}


/* Gradient basic text */

.gradient-basic-text__container {
  padding:2rem 0; 
}

.gradient-basic-text__container a {
  text-decoration:none;
  font-weight:600;
}

.gradient-basic-text__container.gradient-light a {
  color:#282828;
}

.gradient-basic-text__container.gradient-light a:hover {
  color:#004107;
}

.gradient-basic-text__container.gradient-green a {
  color:#282828;
}

.gradient-basic-text__container.gradient-green a:hover {
  text-decoration:underline;
}

.gradient-basic-text__container.gradient-dark a {
  color:#004107;
}

.gradient-basic-text__container.gradient-dark a:hover {
  text-decoration:underline;
}

/* Password page */

.password-page-form .hs-button {
  background: #004107;
  color: #323232;
  padding: 0.5rem 3rem;
  text-decoration: none;
  display: inline-block;
  border-radius: 35px;
  margin: 1rem 0;
  text-transform:uppercase;
  font-weight:700;
  letter-spacing:0.025rem;
  cursor:pointer;
  border:0px;
  outline:none;
}

.password-page-form .hs-button:hover {
  background: #9AE010; 
}

.password-page-form input[type="password"] {
  padding:1.5rem; 
}

/* Subscription preferences */

.subscription-pref-form .hs-button {
  background: #004107;
  color: #323232;
  padding: 0.5rem 3rem;
  text-decoration: none;
  display: inline-block;
  border-radius: 35px;
  margin: 1rem 0;
  text-transform:uppercase;
  font-weight:700;
  letter-spacing:0.025rem;
  cursor:pointer;
  border:0px;
  outline:none;
}

.subscription-pref-form .hs-button:hover {
  background: #9AE010; 
}

/* Aurinkosähkön tuoton seuranta */

.iframe__wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  margin:2rem 0;
}

.aurinkotuotto__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* responsive iframe */

.iframe-container-e-price-charts {
  position: relative;
  overflow: hidden;
  /*padding-top: 100%;*/
  margin:2rem 0;
}

.iframe-container-e-price-charts iframe {
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  min-height: 1020px;
}

.iframe-height-900 iframe{
  height: 900px;
}

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

  .iframe-container-e-price-charts iframe {
    min-height: 1265px;
  }
}

@media screen and (max-width: 900px){
  .iframe-height-900 iframe{
    height: 940px;
  }
}

@media screen and (max-width: 825px){
  .iframe-height-900 iframe{
    height: 1110px;
  }
}


/* Energiaa sivu */

.energiaa-nav {

}

.energiaa-content-wrapper {
  display:-webkit-box !important;
  display:-ms-flexbox !important;
  display:flex !important;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin-top:5rem !important;
}

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

.energiaa-content-wrapper > div:nth-child(2) {
  -webkit-box-flex:0;
  -ms-flex:0 1 38%;
  flex:0 1 38%; 
}

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

.energiaa-feed {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  background: #fafafa;
}

.energiaa-feed__item.energiaa-feed__item--full {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%; 
}

.energiaa-feed__item {
  -webkit-box-flex:0;
  -ms-flex:0 1 48%;
  flex:0 1 48%; 
  margin-bottom: 2rem;
  background: #FFF;
}

.energiaa-feed-item__content {
  padding:1rem; 
}

.energiaa-feed__item > a {
  text-decoration:none; 
}

.energiaa-feed__item--full .energiaa-feed-item__image {
  min-height:20rem; 
}

.energiaa-feed-item__image {
  min-height:12rem;
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
}

.energiaa-feed-item__tag > p {
  display: inline-block;
  background: #96008F;
  color:#FFF;
  padding: 0.25rem 1rem;
  text-transform: uppercase;
  margin:0;
  font-size:0.75rem;
}

.energiaa-feed-item__header > h5 {
  margin:0.5rem 0 1rem; 
}

.energiaa-links__container {
  margin-bottom:2rem; 
}

.energiaa-link > .gradient-link {
  padding:0.75rem;
  margin-bottom:0.5rem;
  width:100%;
  display:inline-block;
}

.energiaa-link__header {
  padding:1rem; 
}

.energiaa-link__header > h5 {
  display:inline-block;
  margin:0;
}

.energiaa__read-more {
  padding:1rem; 
}

.energiaa-small-feed__container {
  padding:1rem;
  margin-bottom:2rem;
}

.energiaa-small-feed__header > h5 {
  display:inline-block;
  margin:0;
}

.energiaa-small-feed__item > a {
  text-decoration:none; 
  color:#323232;
}

.energiaa-small-feed-item__header {

}

.energiaa-image-and-text__container {
  border-top: 1px solid #dadada;
  padding-top: 4rem;
  margin-top: 2rem;
}

.energiaa-image-and-text__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.energiaa-image-and-text {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  margin-bottom:3.5rem;
  background: #ffffff;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 32%;
  flex: 0 1 32%;
}

.energiaa-image-and-text__image {
  -webkit-box-flex:0;
  -ms-flex:0 1 40%;
  flex:0 1 40%; 
}

.energiaa-image-and-text__text {
  -webkit-box-flex:0;
  -ms-flex:0 1 60%;
  flex:0 1 60%; 
  padding:1rem 1rem 1.5rem;
}

.energiaa-image-and-text__text {

}

.energiaa-image-and-text__text--header > h5 {
  margin: 0.75rem 0;
}

.energiaa-image-and-text__text--description > p {
  margin:0 0 0.5rem; 
}

.energiaa-image-and-text__text--link > a {

}

.header-container--small.header-container--no-nav>div:nth-child(1) {
  display:block !important;
}

/* Energiaa nav */



.header-container--energiaa {
  padding-bottom:0.75rem;
}

.header-container--energiaa.header-container--small>div:nth-child(1) {
  display:block !important; 
}

.energiaa-nav .hs-menu-wrapper > ul {
  -ms-flex-pack:distribute;
  justify-content:space-around; 
}

.energiaa-nav .hs-menu-wrapper > ul:before,
.energiaa-nav .hs-menu-wrapper > ul:after {
  display:none; 
}

.energiaa-nav a {
  color:#556469;
  -webkit-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
}

.energiaa-nav a:hover {
  color:#004107;
}

.energiaa-nav .hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.energiaa-nav .hs-menu-wrapper ul > li.hs-menu-depth-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  float: none;
  text-align:center;
}

.energiaa-nav .hs-menu-wrapper ul > li.hs-menu-depth-1:nth-last-child(2) {
  background:#96008F;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform:initial;
  transition:all 0s;
  color:#FFF;
}

.energiaa-nav .hs-menu-wrapper ul > li.hs-menu-depth-1:nth-last-child(2) a {
  color:#FFF;
  transition:all 0s;
}

.energiaa-nav .hs-menu-wrapper ul>li.hs-menu-depth-1:nth-last-child(2):hover {
  background:#96008F; 
  color:#FFF;

}

.energiaa-nav .hs-menu-wrapper ul > li.hs-menu-depth-1:nth-last-child(2) a:hover {
  color:#FFF; 
}

.energiaa-nav .hs-menu-wrapper ul > li.hs-menu-depth-1:last-child {
  border: 2px solid #96008F;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: initial;
  margin-left:0.5rem;
  color:#96008F;
  transition:all 0s;
}

.energiaa-nav .hs-menu-wrapper ul > li.hs-menu-depth-1:last-child a {
  color:#96008F;
  transition:all 0s;
}

.energiaa-nav .hs-menu-wrapper ul > li.hs-menu-depth-1:last-child:hover {
  background:#96008F;
  color:#FFF;
}

.energiaa-nav .hs-menu-wrapper ul > li.hs-menu-depth-1:last-child a:hover {
  color:#FFF;
} 

.energiaa-nav .hs-menu-wrapper ul > li.hs-menu-depth-1 > a {
  max-width: 100% !important;
  text-align: center;
  font-size: .9rem;
  font-weight:600;
}


/* Footer */

.footer-small-content {
  text-align:center; 
}

.footer-small-content a {
  color:#FFF;
  text-decoration:none;
}

.footer-container-wrapper {
  background:#323232;
  color:#FFF;
  padding:5rem 0;
  border-top:3px solid #004107;
  position:relative;
  -ms-flex-negative:0;
  flex-shrink:0;
}

.footer-container-wrapper:before {
  position:absolute;
  content:url('https://4047198.fs1.hubspotusercontent-na1.net/hubfs/4047198/Logot-ja-ikonit/lehdet2021.png');
  top:0;
  left:0;
  right:0;
  margin:0 auto;
  text-align:center;
}

.footer-content__container {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  position:relative;
}

.footer-content__container > div {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%; 
}

.footer-top {
  display:-webkit-box !important;
  display:-ms-flexbox !important;
  display:flex !important;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  padding-bottom: 1.5rem;
}

.footer-top > div:nth-child(2) {
  -webkit-box-flex:0;
  -ms-flex:0 1 24%;
  flex:0 1 24%; 
}

.social-media-icons {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}

.social-media-icons__header {
  margin-right:1rem; 
}

.social-media-icons__header h4 {
  color:#FFF;
  margin:0;
}

.social-media-icon {
  margin-right:1rem;
}

.social-media-icon--green {
  fill:#7FB722; 
}

.social-media-icon--green:hover {
  fill:#C0E300; 
}

.social-media-icon--green a:visited g {
  fill:#C0E300; 
}

.social-media-icon--dark {
  fill:#323232; 
}

.social-media-icon--dark:hover {
  fill:#004107; 
}

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

.footer-bottom > div {
  -webkit-box-flex:0;
  -ms-flex:0 1 24%;
  flex:0 1 24%; 
}

.footer-bottom > div h4 {
  color:#FFF;
  margin-top:0;
  margin-bottom:1rem;
}

.footer-bottom > div:last-child p {
  margin-top:0; 
}

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

.footer-bottom .basic-link {
  color:#323232; 
}

.footer-bottom ul {
  list-style:none;
  margin-top:0;
  padding-left:0;
}

.footer-bottom ul li {
  margin-bottom:0.5rem; 
  padding-left:0;
}

.footer-bottom ul li:before {
  content:""; 
}

.footer-bottom ul li a {
  text-decoration:none;
  color:#FFF;
}

.footer-bottom ul li a:hover {
  color:#7FB722; 
}


@media screen and (min-width:1860px) {
  .content-wrapper-wide {
    max-width:1800px; 
  }
}

@media screen and (min-width:1366px) {
  .content-wrapper {
    max-width:1260px;
  }
}

@media screen and (min-height: 751px), screen and (min-width:1201px) {

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

  .mobile-nav-toggle__container {
    display:none !important;
  }

  .hide-desktop {
    display:none !important;
  }
}

@media screen and (min-width:1024px) {
  .small-content-wrapper {
    max-width:860px;
  }
  .thank-you-page .lp-content__wrapper .small-content-wrapper {
    max-width:860px !important; 
  }
}


@media screen and (min-width:851px) {

}

@media screen and (max-width:1800px) {
  .blog-post-go-back {
    left:-15%; 
  } 
}

@media screen and (max-width:1600px) {
  .main-nav .hs-menu-wrapper ul > li.hs-menu-depth-1 > a {
    font-size: .8rem;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding:10px;  
  }

}

@media screen and (max-width:1400px) {
  .main-nav .hs-menu-wrapper ul>li.hs-menu-depth-1>a {
    font-size: .7rem;
  } 

  .energiaa-image-and-text {
    -webkit-box-flex:0;
    -ms-flex:0 1 48%;
    flex:0 1 48%; 
  }

}

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



  .icon-link__link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .icon-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
  }

  .blog-feed__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
  }

  .image-link__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
  }

}



@media screen and (max-height: 750px), screen and (max-width:1200px)  {

  .header-container--small.header-container--energiaa>div:nth-child(1) {
    text-align:left;
  }

  .header-container--small.header-container--energiaa>div:nth-child(2) {
    position:initial;
  }

  .energiaa-nav .hs-menu-wrapper ul>li.hs-menu-depth-1 {
    text-align:left; 
  }

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

  .energiaa-content-wrapper > div:nth-child(2) {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%; 
  }

  .iframe__wrapper {
    overflow-y:scroll !important; 
    height:50vh;
  }



  .main-nav .hs-menu-wrapper ul>li.hs-menu-depth-1>a {
    text-align:left;
  }

  .main-nav .hs-menu-wrapper ul > li.hs-menu-depth-1:last-child > a {
    text-align:center; 
  }

  .main-nav .hs-menu-wrapper ul > li.hs-menu-depth-1:nth-last-child(2) > a {
    text-align:center;
  }

  input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 13.5px 0;
  }
  input[type=range]:focus {
    outline: none;
  }
  input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: rgba(164, 233, 23, 0.78);
    border-radius: 1.3px;
    border: 0px solid #010101;
  }
  input[type=range]::-webkit-slider-thumb {
    box-shadow: 0.3px 0.3px 1.8px #0d0d0d, 0px 0px 0.3px #1a1a1a;
    border: 1px solid rgba(136, 136, 136, 0.75);
    height: 35px;
    width: 35px;
    border-radius: 35px;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -13.5px;
  }
  input[type=range]:focus::-webkit-slider-runnable-track {
    background: rgba(173, 235, 46, 0.78);
  }
  input[type=range]::-moz-range-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: rgba(164, 233, 23, 0.78);
    border-radius: 1.3px;
    border: 0px solid #010101;
  }
  input[type=range]::-moz-range-thumb {
    box-shadow: 0.3px 0.3px 1.8px #0d0d0d, 0px 0px 0.3px #1a1a1a;
    border: 1px solid rgba(136, 136, 136, 0.75);
    height: 35px;
    width: 35px;
    border-radius: 35px;
    background: #ffffff;
    cursor: pointer;
  }
  input[type=range]::-ms-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
  }
  input[type=range]::-ms-fill-lower {
    background: rgba(148, 211, 20, 0.78);
    border: 0px solid #010101;
    border-radius: 2.6px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  }
  input[type=range]::-ms-fill-upper {
    background: rgba(164, 233, 23, 0.78);
    border: 0px solid #010101;
    border-radius: 2.6px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  }
  input[type=range]::-ms-thumb {
    box-shadow: 0.3px 0.3px 1.8px #0d0d0d, 0px 0px 0.3px #1a1a1a;
    border: 1px solid rgba(136, 136, 136, 0.75);
    height: 35px;
    width: 35px;
    border-radius: 35px;
    background: #ffffff;
    cursor: pointer;
    height: 8px;
  }
  input[type=range]:focus::-ms-fill-lower {
    background: rgba(164, 233, 23, 0.78);
  }
  input[type=range]:focus::-ms-fill-upper {
    background: rgba(173, 235, 46, 0.78);
  }
  input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 13.5px 0;
  }
  input[type=range]:focus {
    outline: none;
  }
  input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: rgba(164, 233, 23, 0.78);
    border-radius: 1.3px;
    border: 0px solid #010101;
  }
  input[type=range]::-webkit-slider-thumb {
    box-shadow: 0.3px 0.3px 1.8px #0d0d0d, 0px 0px 0.3px #1a1a1a;
    border: 1px solid rgba(136, 136, 136, 0.75);
    height: 35px;
    width: 35px;
    border-radius: 35px;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -13.5px;
  }
  input[type=range]:focus::-webkit-slider-runnable-track {
    background: rgba(173, 235, 46, 0.78);
  }
  input[type=range]::-moz-range-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: rgba(164, 233, 23, 0.78);
    border-radius: 1.3px;
    border: 0px solid #010101;
  }
  input[type=range]::-moz-range-thumb {
    box-shadow: 0.3px 0.3px 1.8px #0d0d0d, 0px 0px 0.3px #1a1a1a;
    border: 1px solid rgba(136, 136, 136, 0.75);
    height: 35px;
    width: 35px;
    border-radius: 35px;
    background: #ffffff;
    cursor: pointer;
  }
  input[type=range]::-ms-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
  }
  input[type=range]::-ms-fill-lower {
    background: rgba(148, 211, 20, 0.78);
    border: 0px solid #010101;
    border-radius: 2.6px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  }
  input[type=range]::-ms-fill-upper {
    background: rgba(164, 233, 23, 0.78);
    border: 0px solid #010101;
    border-radius: 2.6px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  }
  input[type=range]::-ms-thumb {
    box-shadow: 0.3px 0.3px 1.8px #0d0d0d, 0px 0px 0.3px #1a1a1a;
    border: 1px solid rgba(136, 136, 136, 0.75);
    height: 35px;
    width: 35px;
    border-radius: 35px;
    background: #ffffff;
    cursor: pointer;
    height: 8px;
  }
  input[type=range]:focus::-ms-fill-lower {
    background: rgba(164, 233, 23, 0.78);
  }
  input[type=range]:focus::-ms-fill-upper {
    background: rgba(173, 235, 46, 0.78);
  }


  .main-nav .hs-menu-wrapper ul>li.hs-menu-depth-1:last-child{
    margin-left: 0;
  }

  .blog-listing-subscribe__text {
    margin-bottom:1rem; 
  }


  .product-box.product-box--full .product-box__pricing {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
  }

  #some-container > a:last-child {
    margin-right:0;
  }

  #some-container > a {
    margin-bottom:0;
    margin-right:0.5rem;
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #some-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position:relative !important;
    left:auto;
    bottom:auto;
    max-width:100%;
  }

  .some-container--pillar#some-container {
    position:relative;
    left:auto;
    bottom:auto;
    max-width:100%;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
  }

  .some-container--pillar#some-container > a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .some-container--pillar#some-container > p {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%; 
  }

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

  .text-and-map__map {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%; 
    text-align: left;
  }

  .full-width-banner__subscribe,
  .blog-listing-subscribe {
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }

  .full-width-banner-subscribe__description,
  .blog-listing-subscribe__text {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%; 
  }

  .people__item {
    -webkit-box-flex:0;
    -ms-flex:0 1 48%;
    flex:0 1 48%;
  }

  .text-with-links__item {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
    margin-bottom:1rem;
  }

  .faq__links > h3 {
    font-size:1.45rem;
  }

  .pillar-page-intro-item__number>p {
    margin-bottom:0; 
  }

  .pillar-page-intro>div {
    margin-bottom:1rem; 
  }

  .pillar-page-intro__item > a > div {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
    margin:0;
  }

  .blog-navigation {
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between; 
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
    position:relative; 
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-box-ordinal-group:4;
    -ms-flex-order:3;
    order:3;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    position:relative; 
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-box-ordinal-group:4;
    -ms-flex-order:3;
    order:3;
  }

  .mobile-nav .hs-item-has-children > a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left !important;
  }

  .nav-child-toggle {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    text-align: right; 
  }

  .mobile-nav .nav-child-toggle {
    font-size:2.2rem; 
  }

  .footer-bottom .basic-link {
    margin-top:0; 
  }

  .hide-mobile {
    display:none !important;
  }

  .small-hero__wrapper {
    max-width: 75%; 
  }

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

  .header-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }

  .header-container > div:nth-child(1) {
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1; 
  }

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

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

  .main-nav .hs-menu-wrapper ul {
    -ms-flex-wrap:wrap;
    flex-wrap:wrap; 
    margin-top:1rem;
  }

  .main-nav .hs-menu-wrapper ul>li.hs-menu-depth-1 {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%; 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
  }

  .main-nav .hs-menu-wrapper ul>li.hs-menu-depth-1>a {
    font-size: 1rem;
  } 

}

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

  .blog-post-go-back {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    left: 0;
    right: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    padding-top: 2rem;
  }

  .blog-post-go-back>a {
    -webkit-box-flex:0;
    -ms-flex:0 1 auto;
    flex:0 1 auto; 
  }

  .about-author-sec .blog-post-about-author__wrapper > div:nth-child(1) img {
    max-width:150px;
  }

  .tabbed-content__content .faq-content__item {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%; 
  }

  .faq__links>h3 {
    font-size: 1.1rem;
  }


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

  .lp-content__container > div:nth-child(2) {
    -webkit-box-ordinal-group:4;
    -ms-flex-order:3;
    order:3; 
  }

  .lp-content__container > div:nth-child(3) {
    -webkit-box-ordinal-group:3;
    -ms-flex-order:2;
    order:2; 
  }



  .product-box {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%; 
    width:100%;
  }

  .footer-bottom > div {
    -webkit-box-flex:0;
    -ms-flex:0 1 49%;
    flex:0 1 49%;
    margin-bottom:2rem;
  }

  .text-and-media__media {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
    -webkit-box-ordinal-group:3;
    -ms-flex-order:2;
    order:2;
  } 

  .text-and-media__item {
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center; 
  }

  .text-and-media__text {
    -webkit-box-flex:0;
    -ms-flex:0 1 60%;
    flex:0 1 60%;
    margin-bottom:2rem;
  }

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

}

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

  .blog-listing-updated .blog-feed__item {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 1 100% !important;
    flex: 0 1 100% !important;
  }

  .energiaa-image-and-text {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
  }  

  .product-box--s-tuote:after {
    left: -2.5rem;
  }

  .about-author-sec .blog-post-about-author__wrapper > div:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .about-author-sec .blog-post-about-author__wrapper {
    padding:5rem 0 2rem; 
  }

  .about-author-sec .blog-post-about-author__wrapper > div:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom:1rem;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
  }


  .faq__links>h3 {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
  }

  .faq__links {
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }

  .full-width-banner__subscribe form .hs-email,
  .blog-listing-subscribe__form form .hs-email {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
  }

  .full-width-banner__subscribe form,
  .blog-listing-subscribe__form form{
    -ms-flex-wrap:wrap;
    flex-wrap:wrap; 
  }

  .full-width-banner__subscribe form .hs-email input,
  .blog-listing-subscribe__form form .hs-email input {
    border-radius:35px; 
  }

  .full-width-banner__subscribe form .hs-submit .actions input,
  .blog-listing-subscribe__form form .hs-submit .actions input{
    border-radius:35px; 
  }

  .full-width-banner__subscribe form .hs-submit {
    margin-top:2rem; 
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
  }

  .blog-listing-subscribe__form {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
  }

  .blog-listing-subscribe__form form .hs-submit {
    margin-top:1rem; 
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
  }

  .blog-listing-subscribe__text {
    margin-bottom:1rem; 
    margin-right: 0;
    text-align:center;
  }

  .image-link__img {
    min-height:12.5rem; 
  }

  .small-hero__wrapper h1 {
    font-size:2.3rem; 
    line-height: 50px;
  }

  .small-hero__wrapper {
    max-width: 80%;
  }

  .footer-top {
    padding-bottom:2rem; 
  }

  .image-link__wrapper {
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center; 
  }

  .blog-feed__wrapper {
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center; 
  }



  .icon-links__container {
    padding-bottom:2rem; 
  }



  .content-wrapper {
    max-width:90%; 
  }

  .small-content-wrapper {
    max-width:75%; 
  }

  .thank-you-page .lp-content__wrapper .small-content-wrapper {
    max-width:75% !important; 
  }



  .icon-link {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%; 
  }

  .image-link__item {
    -webkit-box-flex:0;
    -ms-flex:0 1 80%;
    flex:0 1 80%; 
  }



  .text-and-media__text {
    -webkit-box-flex:0;
    -ms-flex:0 1 80%;
    flex:0 1 80%;
    margin-bottom:2rem;
  }



  .blog-feed__item {
    -webkit-box-flex:0;
    -ms-flex:0 1 80%;
    flex:0 1 80%; 
  }



  .hero-search input {
    max-width: 100%;
  }

}

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

  .some-container--pillar {
    display:none !important; 
  }

  .product-box--lumme-bundle .product-box__pricing {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
    width:100%;
    max-width:100%;
  }

  .product-box--s-tuote:after {
    left: -2.5rem;
    bottom: 20%;
    -webkit-transform: scale(0.55);
    -ms-transform: scale(0.55);
    transform: scale(0.55);
  }

  .product-box.product-box--vuosi-lumme .product-box__pricing {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
  }

  .blog-navigation > div {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
  }

  .product-box__link:after {
    -webkit-transform:scale(0.75);
    -ms-transform:scale(0.75);
    transform:scale(0.75);
  }

  .product-box__link {
    padding:2.25rem 0.5rem; 
  }

  .product-box.product-box--full .product-box__pricing {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }


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



  .pillar-page-intro>div {
    margin-bottom:1rem; 
  }

  .header-container--small>div:nth-child(1) {
    text-align:left; 
  }

  .small-hero__wrapper h1 {
    font-size:2rem; 
    line-height: 38px;
  }

  .small-hero__wrapper {
    max-width: 100%;
  } 
}

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

  .lumme-list ol li:before {
    padding-right:7px;
  }


  .energiaa-image-and-text__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    height: 10rem;
  }

  .energiaa-image-and-text__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .energiaa-feed__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .product-box__header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-box-header__icon {
    margin-right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-top: 1rem;
    display:none;
  }

  .product-box__header h3,
  .product-box__header .h3 {
    margin-top: 0.5rem;
  }

  .product-box-header__text {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%; 
  }

  .icon-link {
    margin-bottom:0; 
  }

  .icon-link__link {
    margin-left:0; 
  }

  .blog-feed-item__image {
    min-height:15rem; 
  }

  .text-and-media__text {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
  } 

  .small-content-wrapper {
    max-width:80%; 
  }

  .thank-you-page .lp-content__wrapper .small-content-wrapper {
    max-width:80% !important; 
  }

  .small-hero__wrapper {
    padding:1rem 1.5rem;
  }

  .icon-link__icon {
    -webkit-transform:scale(0.7);
    -ms-transform:scale(0.7);
    transform:scale(0.7); 
  }

  .footer-bottom > div {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
  }

  .hero__content {
    max-width:100%; 
  }

  body, html {
    font-size:18px;
    line-height:25px;
  }

  h1,
  .h1 {
    font-size: 2rem;
    line-height: 38px;
  }

  h2,
  .h2 {
    font-size: 1.75rem;
    line-height: 38px; 
  }

  h3,
  .h3 {
    font-size: 1.5rem;
    line-height: 35px; 
  }

  h4,
  .h4 {
    font-size: 1.25rem;
    line-height: 30px; 
  }

  h5,
  .h5 {
    font-size: 1.15rem;
    line-height: 28px;
  }

  .header-container--small>div:nth-child(1) img {
    max-width:125px; 
  }

}

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


  .icon-link__link a {
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center; 
  }

  .basic-link--arrow:after {
    -webkit-transform:scale(0.75);
    -ms-transform:scale(0.75);
    transform:scale(0.75); 
  }

  .icon-link__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    text-align: center; 
  }

  .icon-link__link {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
    text-align:center;
  }

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

  .blog-feed__item {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%; 
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */

  .main-nav .hs-menu-depth-1 .hs-menu-children-wrapper {
    min-width:200%; 
  }


  .hero__container {
    display:block; 
    padding-top:3rem;
  }

  .hero-search form {
    display:block; 
  }

  .hero-search--with-btn input {
    border-radius:35px !important;
  }

  .hero-search__btn {
    max-width:20%;
    margin-left: auto !important;
    margin-right: auto !important;
    display:block;
    margin-top:1rem;
    border-radius:35px;
  }


}