/* @import url('http://example.com/example_style.css'); */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css'); 
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.min.css'); 
@import url('https://fonts.googleapis.com/css?family=IBM%20Plex%20Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=IBM%20Plex:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');

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

/** 
 * Border Radius 
 *
 *  
 */




/** 
 * Box Shadow  
 *
 *  
 */




/** 
 * Transition
 * 
 *  
 */




/** 
 * Transform
 *
 *  
 */



*, *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

body { margin:0; padding:0; font-family: 'IBM Plex Sans', sans-serif; font-size:18px; line-height:28px; font-weight: 400; color:#000000; background: #fafafa;  overflow-x:hidden !important; opacity:0; visibility:hidden; display:none; }
body.show { opacity:1; visibility:visible; display:block; }

img { border:0; vertical-align: top; height:auto; max-width:100%; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 

.clear { clear:both }

/* FONTS AND TYPOGRAPHY */

p { padding:16px 0; margin:0; } 
h0 { color:#000000;  font-size: 4rem; margin-bottom: 1.5rem; line-height:1.1; font-weight:600; clear:both; font-family: 'IBM Plex Sans', sans-serif;  }
h1 { color:#000000;  font-size: 4rem; margin-bottom: 1.5rem; line-height:1.1; font-weight:400; clear:both; font-family: 'IBM Plex Sans', sans-serif;  }
h2 { font-weight:600; color:#000000; font-family: 'IBM Plex Sans', sans-serif;  font-size:2.5rem; line-height:1.1; letter-spacing: -1px; margin-bottom: 1.5rem; clear:both }
h3 { font-weight:500; color:#000000; font-family: 'IBM Plex Sans', sans-serif;  font-size:1.75rem; line-height:1.3; margin-bottom: 1.5rem; clear:both }
h4 { font-weight:500; color:#000000; font-family: 'IBM Plex Sans', sans-serif; font-size:1.25rem; line-height:1.3; margin-bottom: 1rem; clear:both }
h5 { font-weight:500; color:#000000; font-family: 'IBM Plex Sans', sans-serif;  font-size:1rem; line-height:1.4; margin-bottom: 1rem; clear:both; }
h6 { font-weight:500; color:#000000; font-family: 'IBM Plex Sans', sans-serif;  font-size:0.9rem; margin-bottom: .5rem; line-height:1.4; clear:both; text-transform:uppercase; }

a { text-decoration:none; outline:none; color:#81c326; -webkit-transition:all .3s ease-in-out; -moz-transition:all .3s ease-in-out; -o-transition:all .3s ease-in-out; transition:all .3s ease-in-out; }
a:hover { color:#333; } 

input , button , textarea, select , input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], 
input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"],
input[type="search"], input[type="tel"], input[type="color"] { outline:none; border:1px solid #ccc; background:#fff; height:50px; padding:0 20px;
 font-family:'Opan Sans', Arial, Helvetica, sans-serif; font-size:16px; width:100%; }
input[type=checkbox] , input[type=radio] { width:auto; height:auto; } 
textarea { padding:15px 20px; height:100px; }
input[type=submit] , button { width:auto; border:none; cursor:pointer; background:url(images/blank.png) no-repeat left top #01adf1; font-size:17px; line-height:24px; font-weight:700; padding:8px 20px; color:#fff; display:inline-block; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all  0.4s ease-in-out; }
input[type=submit]:hover , button:hover { background-color:#00658b; }

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; }
.hs-form .input { margin:0; }


ul:not([role="menu"], .slick-dots, .inputs-list, .top-nav-ul, .share-buttons) {
  list-style: none;
  padding: 0;
}

ul:not([role="menu"], .slick-dots, .inputs-list, .top-nav-ul, .share-buttons) li {
  margin: 0;
  margin-bottom: .5em;
  padding-left: 1.5em;
  position: relative;
}

ul:not([role="menu"], .slick-dots, .inputs-list, .top-nav-ul, .share-buttons) li:after {
  content: '';
  height: 0.6em;
  width: 0.6em;
  background: #81C326;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 0.55em;
  left: 0;
}

/* BUTTONS */

.row-fluid a.cta_button.custom_button{    
  position: relative;
  background: #8DD7F7;
  display: inline-block;
  padding: 10px 50px 10px 50px;
  margin: 40px 25px 35px 0;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}

.row-fluid a.cta_button.custom_button:hover{ 
  background: #A4DFF9;
}

.row-fluid .green-cta.blue a {
  background: #8DD7F7;
}
.row-fluid .green-cta.blue a:hover {
  background: #A4DFF9;
}

.row-fluid .green-cta.green-border a {
  background: transparent;
  border: solid 1px #81C326;
  color: #81C326;
} 

.row-fluid .green-cta.green-border a:hover {
  background: #81C326;
  color: #fff;
} 

.green-cta.white-border a {
  background: transparent !important;
  border: solid 1px #fff;
  color: #fff;
} 

.green-cta.white-border a:hover {
  background: #81C326 !important;
  color: #fff;
  border-color: #81C326;
} 

.row-fluid .green-cta.border a {
  border: solid 1px #000;
  color: #000;
  background: transparent;
}

.row-fluid .green-cta.border a:hover {
  color: #fff;
  background: #81C326;
  border-color: #81C326;
}

.resource_more {
  color: #81C326;
}

.resource_more:after {
  content: url(https://4109739.fs1.hubspotusercontent-na1.net/hubfs/4109739/vihrea_timantti-4sek.svg);
  display: inline-block;
  width: 24px;
  height: 28px;
  vertical-align: middle;
}

.resource_more:hover {
  opacity: .8;
}

.green-cta.border .hs-cta-wrapper a.cta_button {
  padding: 0.2rem 0.4rem 0rem 1.5rem;
}

.green-cta.border .hs-cta-wrapper a.cta_button:after {
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 51px;
    margin-left: -0.7rem;
}

.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 10px } 
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 15px 0px 0; }
.row-fluid .hs-form fieldset.form-columns-2 .field:last-child { padding:0 0px 0px 15px; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

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

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

.row-fluid .header-main { float:left; width:100%; font-family: 'IBM Plex Sans', sans-serif; -webkit-transition: all .3s ease; -moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease; }
.header-main .wrapper .row-fluid { display: flex; align-items: center; justify-content: space-between; }
.header-main .wrapper {  max-width: 1920px !important; width: 100% !important; padding: 0 1.5rem; }
.header-main .wrapper .row-fluid:before,
.header-main .wrapper .row-fluid:after { display: none !important; }
/*.row-fluid .left-logo-kivisydan { float:left; width:auto;  margin-bottom: -50px; position:relative; }*/
.left-logo-kivisydan.static { display: none; }
.header-main.fixed .left-logo-kivisydan.static { display: block; margin-left: 0; width: 112px; }
.header-main.fixed .left-logo-kivisydan.static img { width: 145px; position: absolute; top: 8px; }
.header-main.fixed .left-logo-kivisydan.anim { display: none; }
.header-main .left-logo-kivisydan.anim { max-width: 7rem; }
.header-main.fixed .wrapper { padding: 0.5rem 0; }
.row-fluid .mainmenu ul li a { color:#505154; font-size:13px; font-weight:400; } 
/*.box-shadow , .footer-social a:hover { box-shadow: 0 3px 19px 0 rgba(0,0,0,0.01), 0 1px 22px 0 rgba(0,0,0,0.10); border-radius:0px; }*/
.text-right { text-align:right; }
.hero-content { font-size:16px; }
.tuotteet-hover { z-index:1 }
.row-fluid .resource_box h3 { margin: 15px 0 10px; }
.testimonial_bottom h6 { line-height:normal; }
.row-fluid .green-cta a { font-size: 1rem; font-family: 'IBM Plex', sans-serif; letter-spacing: 1px; position: relative; background: #81C326; display: inline-block; padding: 0.9rem 1rem 0.6rem 1.5rem; margin: 40px 25px 35px 0; color: #fff; text-transform: uppercase; font-weight: 700; }
.row-fluid .green-cta a:hover , .row-fluid .yhteytta-form form .hs-button:hover { background: #9ACF51; }
.row-fluid .yhteytta-form form .hs-button {  font-size: 1rem; background: transparent; border: solid 1px #000; color: #000; font-family: 'IBM Plex', sans-serif; letter-spacing: 1px; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.row-fluid .yhteytta-form form .hs-button:hover { background: #000; color: #fff; }
.row-fluid .icon.white-circle { }
.row-fluid .icon.white-circle i { color:#426051; }
.testimonial_slider .slick-arrow:before { -webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease; }


body .testimonial_slider .slick-arrow:before { font-size:12px; }
.row-fluid .header-main.fixed { position:fixed; z-index:999; width:100%; top:0; left:0; background: #fff; }
.row-fluid .valita-bottom-section .white-cta a { margin-right:0; }
.row-fluid .white-cta a { position: relative; background: #fff; display: inline-block; padding: 1rem 1.5rem; margin: 25px 25px 0px 0; color: #000; text-transform: uppercase; font-weight: 700; }
.row-fluid .white-cta a:hover {  }

.row-fluid .white-cta .span-button { position: relative; background: #fff; border-radius: 20px; width: auto; display: inline-block; padding: 6px 50px 6px 25px; margin: 25px 25px 0px 0; color: #81C326; text-transform: uppercase; font-weight: 700; border: 2px solid #fff; }
.row-fluid .white-cta .span-button:hover { }

.image-left .wrapper { flex-direction: row; }
.image-left .wrapper .passiivitalot-text { padding-right: 0px; padding-left: 80px;}
.row-fluid .pattern { position:static; }
.row-fluid .pattern .wrapper { position:relative; z-index:1; }
.row-fluid .pattern:after { position:absolute; left:0; top:0; content:''; width:100%; height:0%; background-size: cover !important; background-repeat: no-repeat !important; background-position: center center !important ;}
.row-fluid .testimonial_slider .slick-list { position:relative; z-index:1; }
.row-fluid .testimonial_slider:after { background: url(https://4109739.fs1.hubspotusercontent-na1.net/hubfs/4109739/PKT_2019/Images/slider-pattern-1.png); width:225px; height:225px; background-size: contain !important; left: -50px; top: -56px; }

.row-fluid .testimonial_slider:before  { content:''; position:absolute; left:37%; background: url(https://4109739.fs1.hubspotusercontent-na1.net/hubfs/4109739/PKT_2019/Images/slider-pattern-1.png); width:225px; height:225px; background-size: contain !important; top:56%; }
.row-fluid .yhteytta-form.pattern:after  { content:''; position:absolute; left:81%; background: url(https://4109739.fs1.hubspotusercontent-na1.net/hubfs/4109739/PKT_2019/Images/slider-pattern-1.png); width:225px; height:225px; background-size: contain !important; top:-80px; }
/*.cta-section {  margin-bottom: 35px; }*/
.row-fluid .full-width { width:100%; position: relative; z-index: 9; }
.row-fluid .common-section { padding: 7rem 0;  }
.row-fluid .section-icon { text-align:center; }
.row-fluid .section-icon h2 { float:left; width:100%; padding:0 0 55px; }
.row-fluid .section-icon h2 { padding:0 0 40px; position: relative; z-index: 99; max-width: 900px; margin: 0 auto; float: none;}
.row-fluid .section-icon .icon i { font-size:25px; }
.row-fluid .icon { height: 76px; position:relative; width: 76px;background: #426051; color: #fff; border-radius: 100%; margin-top: -37px; line-height: 57px; text-align: center; display: inline-block;  }
.row-fluid .icon i { position:absolute; left:50%; top:50%; -moz-transform: translateX(-50%) translateY(-50%); }

.row-fluid .img_icon { height: 76px; position:relative; width: 76px; color: #fff; border-radius: 100%; margin-top: -37px; line-height: 57px; text-align: center; display: inline-block;  }  
  
  
-webkit-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%); width: auto; height: auto; font-size:16px; }
.row-fluid .height-center { margin-top: 10px; margin-bottom: 15px; display: flex; }
.row-fluid .height-center h6 { margin-left:15px; width:77%; padding: 0; line-height: 20px;  }
.row-fluid  .icon.no_space { margin:0; width:45px; height:45px; margin: 0px 15px 0px 0px; }
.row-fluid .tuotteet-image .icon { background:#fff; color:#81C326; }
/*.row-fluid .tuotteet-image { padding:20px; height:288px; margin-top: -17px; overflow:hidden; position:relative; background-repeat: no-repeat !important; background-size: cover !important; background-position: center !important; }*/
.row-fluid .tuotteet-image {
  padding: 20px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  aspect-ratio: 3/4;
}
.row-fluid .three-column-section .column-item { overflow: hidden; position: relative; }
.row-fluid .three-column-section .column-item:last-of-type { margin-right: 0; }
.row-fluid .three-column-section .column-item .full-width , .row-fluid .passiivitalot-image img , .row-fluid .yhteytta-form form { border-radius:0px;  }


/* MODULES*/


/* FULL WIDTH MODULE TEXT */
.full.width .fullwidth-body-text {font-size:22px; line-height;34px }




/* BLOG */

/* .row-fluid .blog-main { padding:155px 0 65px; } */
.row-fluid .blog-main .yhteytta-form { width:100%; max-width:100%;  }
.row-fluid .blog-main .yhteytta-form form { float:left; width:100%; position:relative; z-index:1; border-radius:5px; }

.row-fluid .blog-main .yhteytta-form form .hs-input { width:100%; max-width:100%; height:38px; margin-bottom:14px; padding:0 15px; background:#F6F6F6; border-radius:20px; border:1px solid #E9E9E9; }
.row-fluid .blog-main .yhteytta-form form label { float:left; width:100%; padding-left:10px; margin:0 0 3px 0; }
.row-fluid .blog-main .yhteytta-form form .hs_state { margin-top:10px; }
.row-fluid .blog-main .yhteytta-form form .hs-error-msgs { display:none !important; } 
.row-fluid .blog-main .yhteytta-form form .hs-input.error { border-color:#81C326; }
.row-fluid .blog-main .yhteytta-form form .hs_submit  { text-align:center; }
.row-fluid .blog-main .yhteytta-form form .actions  { float:left; margin-top:5px; display:inline-block; position:relative; }
.row-fluid .blog-main .yhteytta-form form .actions:after { color: #fff; content: "\f061"; position: absolute; right: 25px; top:50%; font-family: 'fontAwesome'; -moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.row-fluid .blog-main .yhteytta-form form .hs-button { position: relative;  background: #81C326; border-radius: 20px; display: inline-block; padding: 6px 50px 6px 32px !important; font-size:14px; text-transform:capitalize; color: #fff; height:auto;  font-weight: 700; border: 2px solid #81C326; }
.row-fluid .blog-right h3 { margin-bottom:10px; padding-top:0; }
.row-fluid .blog-right-box ul { float:left; width:100%; padding:0; margin:0; }
.row-fluid .blog-right-box ul li { float:left; width:100%; list-style:none; margin:2px 0; }
.row-fluid .blog-right-box ul li a { font-size:14px; color:#90C146; }
.row-fluid .blog-right-box ul li a:hover { color: #5A575F; }
.row-fluid .blog-right-box { margin-bottom:70px; }
.row-fluid .blog-right-box.footer-social { float:left; width:100%; margin:0; }
.row-fluid .blog-right-box.footer-social a i { font-family: fontawesome; font-weight: 400; }
.row-fluid .blog-right-box.footer-social a { margin:0 14px 0 0; }

.blog-main.full-width {
    margin-top: 7rem;
}
.row-fluid .blog-main .resource_box .filter-dropdownwrap ul { float:left; width:100%; margin:0; padding: 0 0 42px; text-align:center; }
.author-page .row-fluid .blog-main .resource_box .filter-dropdownwrap ul { float:left; width:100%; margin:0; padding:180px 0 42px; text-align:center; }
.row-fluid .blog-main .resource_box .resource-filter , .resource_box .resource-box-main {  float:left; width:100%; position:relative; }
.row-fluid .blog-main .resource_box .filter-dropdownwrap ul li { float:left; display:inline-block; width:auto; margin-right:15px; }
.row-fluid .blog-main .resource_box #container , .row-fluid .blog-main .resource_body {  float:left; width:100%; font-size:14px; letter-spacing:1px; }
.row-fluid .blog-main .resource_box .filter-dropdownwrap ul li a { display:inline-block; background:#F5F5F5; border-radius:20px; font-size:14px; padding:6px 30px; font-weight:700;  color:#5A575F; font-family: 'Montserrat', sans-serif; }
.row-fluid .blog-main .resource_box .filter-dropdownwrap ul li a:hover , .resource_box .filter-dropdownwrap ul li a.selected { background: #81C326;  color: #fff; }
.row-fluid .blog-main .resource_box .resource-item { float:left; width:33.3%; padding:0 9px; margin:9px 0; }
.row-fluid .blog-main .resource_inner { float:left; width:100%; position:relative; border-radius: 0; overflow:hidden; }
.row-fluid .blog-main .full-area-link { position:absolute; left:0; top:0; width:100%; height:100%; }
.row-fluid .blog-main .resource_image { height:290px; float:left; width:100%; background-repeat: no-repeat !important; background-size: cover !important; background-position: top center !important; }
.row-fluid .blog-main .resource_icon { display: inline-block; height: 55px; width: 55px; background: #81C326; color: #fff; border-radius: 100%; margin-top: 0px; line-height: 57px;   text-align: center; display: flex; align-items: center; justify-content: center; }
.row-fluid .blog-main .resource_inner_text { float:left; width:100%; }
.row-fluid .blog-main .resource_box h3 { font-size:18px; font-weight:700; color:#5A575F; font-family: 'Montserrat', sans-serif; margin: 11px 0 6px; padding:0; float:left; width:100%; }
.row-fluid .blog-main .resource_box h3 a { color:#5A575F; }
.row-fluid .blog-main .resource_box h3 a:hover { color:#81C326; }
.row-fluid .blog-main .resource_more { font-size: 16px;
    font-weight: 600;
    color: #90C146;
    margin-top: 13px;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 1px; }
.row-fluid .blog-main .resource_more .fa { display:inline-block; left:7px; position:relative; -webkit-transition: all .3s ease; font-size:12px;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease; margin-top: 8px; }
.row-fluid .blog-main .resource_more:hover .fa { left:10px; }
.row-fluid .blog-main .resource_more:hover { color:#90C146; }
.row-fluid .blog-main .resource_body { padding: 0; margin-bottom:25px; }
.resource_body p { font-size: 1rem; letter-spacing: 0; }
.row-fluid .blog-main .resource_body h4 a { color: #000; font-weight: 600;}
.resource_more .fa { font-size:12px; }

.hs-blog-post .row-fluid .blog-main .resource_box .filter-dropdownwrap ul { display:none }

.hs-blog-post .row-fluid .blog-main .wrapper { width:740px; max-width:100%; }
.row-fluid .blog-main .blog-left { float:left; width:100%; }
.hs-blog-post .row-fluid .blog-main .hs_cos_wrapper_type_rich_text strong { font-weight:700; color:#333333; font-family: 'Montserrat', sans-serif; }
.hs-blog-post .row-fluid .blog-main .hs_cos_wrapper_type_rich_text img { margin:50px 0 10px; }
.row-fluid .bloghero-innertextbox .height-center {  font-family: 'IBM Plex Sans', sans-serif; }

.row-fluid .social-sharing { position: sticky; top: 135px; }
.row-fluid .social-sharing ul { padding: 0; margin: 0; list-style-type: none; width: 64px; text-align: center; position: relative; margin-left: -86px; }
.row-fluid .social-sharing ul li a {float: none; display: inline-block; height: 54px; width: 54px; line-height: 54px; color: #fff; font-size: 18px; background: #3F5997;  margin: 10px 0 7px; }
.row-fluid .social-sharing ul li i { font-family: fontawesome; font-weight: normal; }
.row-fluid .social-sharing ul li:nth-child(2) a { background: #0077B5; }
.row-fluid .social-sharing ul li:nth-child(3) a { background: #5B9DD1; }
.row-fluid .social-sharing ul li:nth-child(4) a { background: #BD3331; }
.row-fluid .social-sharing ul li:nth-child(5) a { background: #BD3331; }

.row-fluid .social-sharing ul li a:hover { color: #81C326; background: #fff; box-shadow: 0 3px 19px 0 rgba(0,0,0,0.01), 0 1px 22px 0 rgba(0,0,0,0.10); }
.row-fluid .blog-post-wrapper { float:left; width:100%; }
.row-fluid .social-sharing ul li a.jaa { background:transparent; font-size:14px; font-weight:700; color:#333333; text-transform:uppercase; font-family: 'Montserrat', sans-serif; }

.row-fluid .about-author-sec { float:left; width:100%;  border: 2px solid #81C326; padding:40px; display: flex; align-items: center;  width: 100%; margin-bottom:50px; } 
.row-fluid .about-author-sec .span2 img { width:160px; height:160px; display:inline-block; border-radius:100%; }
.row-fluid .about-author-sec h3 , .about-author-sec h3 a { font-size:24px; color: #4a4a4a; position:relative; padding: 0px 0 7px; } 
.row-fluid .about-author-sec h3 { margin-bottom:35px !important; }
.row-fluid .about-author-sec h3:after {  background-color: #8CC640; height: 5px; width: 121px; left: 0; top: 100%; position: absolute; content: ''; }
.row-fluid .about-author-sec .span2 {  width:20%; }
.row-fluid .about-author-sec .span10 { padding-left:35px; width:80%; margin:0; }
.author-page .row-fluid .blog-left { float:left; width:100%; }
.row-fluid .about-author-sec .icon.no_space { width:200px; height:160px; background:transparent; }
.author-content { width:80%; padding-left:35px; }
.row-fluid .about-author-sec .footer-social { margin:0; }
.row-fluid .about-author-sec .height-center { margin:15px 0 0px; }

.all-post-page .row-fluid .blog-main .resource_box .resource-item { padding:0px 0px; width:100%; margin-bottom:15px; margin-top:0 }
.all-post-page .row-fluid .blog-main .resource_box .resource-item h2 { color: #5A575F; padding:12px 15px; }
.all-post-page .row-fluid .blog-main .resource_box .resource-item h2 a { color: #5A575F; }
.all-post-page .row-fluid .blog-main .resource_box .resource-item h2 a:hover { color:#81C326; }

/*.hs-blog-listing .row-fluid .blog-main { padding-top:0; } */  
.hs-blog-listing .row-fluid .blog-main .resource_box { padding-bottom:0; } 
.hs-blog-listing .row-fluid .post-listing.resource_box { padding-bottom:7rem; } 

.show-more.button-1 > a {
  border: solid 1px #000;
  background: transparent;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  font-family: 'IBM Plex', sans-serif;
  padding-top: 0.3rem;
  padding-bottom: 0;
  padding-right: 0.3rem;
  padding-left: 1.2rem;
}

.show-more.button-1 > a:after {
  content: url(https://4109739.fs1.hubspotusercontent-na1.net/hubfs/4109739/cta_timantti-01_vihrea.svg);
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 51px;
  margin-left: -0.5rem;
}


/* Footer */

.row-fluid .footer { float:left; width:100%; color:#fff; background:#426051; margin-top:66px; letter-spacing:1px; }
.row-fluid .footer-social a { display: inline-block; height: 55px;  text-indent: 0; background-image: none !important; width: 55px; font-size:18px; margin-left: 14px; background: #81C326 color: #fff; border-radius: 100%; line-height: 55px; text-align: center; }
.row-fluid .footer-social a:hover , .footer-social a:focus { color:#fff; }
.row-fluid .about-author-sec .footer-social a i { font-family: fontawesome;  }
.row-fluid .about-author-sec .footer-social a { margin-left: 5px; }
.row-fluid .about-author-sec .footer-social a:first-child { margin-left: 14px; }
.row-fluid .footer-logo { float:left; width:100%; margin-top: -64px; }
.row-fluid .footer-logo img { max-width:132px; }
.row-fluid .f_logo { float:left; width:auto; }
.row-fluid .footer-social { float:right; width:auto; margin-top: 35px; } 
.row-fluid .footer-social a:hover { color: #81C326 background:#fff; }
.row-fluid .footer-menu , .row-fluid .footer-title { float:left; width:100%; }
.row-fluid .footer-menu { padding:45px 0 62px; }
.row-fluid .footer-box { float:none; display:inline-block; width:25%; margin:0 0 0 -4px; vertical-align: top; padding:8px 0; }
.row-fluid .footer-title h6 { font-size:14px; font-weight:700; text-transform:uppercase; color:#fff; display:inline-block; padding:0; font-family: 'Montserrat', sans-serif; }
.row-fluid .footer-title h6 a { color:#fff; }
.row-fluid .footer-title img { margin-top:4px; display:inline-block; margin-right:7px; }
.row-fluid .footer-menu .hs-menu-wrapper ul { padding: 10px 20px 0 30px; float:left; width:100%; margin:0; }
.row-fluid .footer-menu .hs-menu-wrapper ul li { float:left; width:100%; }
.row-fluid .footer-menu .hs-menu-wrapper ul li a { color:#fff; font-size:14px; padding:0; white-space: normal; }
.row-fluid .footer-menu .hs-menu-wrapper ul li a:hover { color: #81C326; }
.row-fluid .footer-title.height-center { margin:0; }
.row-fluid .footer-title.height-center img { margin:0; max-width: 18px; }
.row-fluid .footer-title.height-center h6 { margin-left: 0px; }
.row-fluid .footer-menu.for-home .hs-menu-wrapper ul { padding-left: 57px; padding-top: 5px; }

.hs-blog-post .row-fluid .blog-main .show-more.button-1.text-center.full-width{display:none;}
.bg-img.fancybox-content img.hs-featured-image {  max-width: 100%;  margin: 0;}
.bg-img.fancybox-content {  max-width: 650px !important;  width: 100%; overflow:hidden;}
.bg-img.fancybox-content button.fancybox-close-small:hover {  background: transparent;}
.bg-img.fancybox-content button.fancybox-close-small{right: -8px;top: -9px;}

.hs-blog-post .post-body .my-img{display:block !important;}
.my-img.fancybox-content img.hs-featured-image {  max-width: 100%;  margin: 0;}
.my-img.fancybox-content {  max-width: 800px !important;  width: 100%; overflow:hidden;}
.my-img.fancybox-content button.fancybox-close-small:hover {  background: transparent;}
.my-img.fancybox-content button.fancybox-close-small{right: -8px;top: -9px;}


@media(min-width: 992px){
/* new-header */
 .row-fluid .mainmenu1 { float: right; width: auto; }
.row-fluid .mainmenu1 ul li.hs-menu-depth-1 { float: left; }
.row-fluid .mainmenu1 ul li a { position: relative; padding-right: 20px; cursor: pointer; padding: 28px 20px 32px; color: #505154; font-size: 13px; font-weight: 400; }
.row-fluid .mainmenu1 .hs-menu-wrapper > ul > li.hs-item-has-children > a:after { position: absolute; content: "\f0dd"; right: 0px; top: 45%; transform: translateY(-50%); font-family: 'fontAwesome'; backface-visibility: hidden; color: #7B767A; }
.row-fluid .mainmenu1 ul li.back {  display: none; }
.row-fluid .mainmenu1 .hs-menu-wrapper > ul > li.hs-item-has-children ul li a { color: #fff; padding: 5px 20px; width: 100% !important; max-width: 100% !important; white-space: nowrap !important;}
.row-fluid .mainmenu1 .hs-menu-wrapper > ul > li.hs-item-has-children ul { background: #90C146; transition: 0s !important; }     
.row-fluid .mainmenu1 .hs-menu-wrapper > ul > li.hs-item-has-children:first-child > a {  padding-left: 0; }
  
 /*  new-header  */
  .row-fluid .new-header { float: right; width: auto; }
  .row-fluid .new-header ul li a {color: #fff;font-size: 1rem;font-weight: 400;padding: 17px 20px 17px;}
  .header-main.fixed ul li a {color: #000;}
  .row-fluid .new-header ul li:first-child a { padding-left: 0; }
  .row-fluid .new-header .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {  position: absolute; content: "\f0dd"; right: 0px; top: 45%; transform: translateY(-50%); font-family: 'fontAwesome'; backface-visibility: hidden; color: #7B767A; }
  .row-fluid .new-header .hs-menu-wrapper > ul > li.hs-item-has-children ul { background: #90C146; transition: 0s !important; min-width: 120px; left: 0px; }
  .row-fluid .new-header .hs-menu-wrapper > ul > li.hs-item-has-children ul li a { padding: 5px 20px; color: #fff; }
}

@media  (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
    
  .row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 15px 0 }
  .row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px  }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 0 10px 0; }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 0 10px; }
  
  .mainmenu1 a.mobile-trigger + .slide_add ul { right: 220px !important; }
  .mainmenu1 .hs-menu-wrapper ul { right: -220px; width: 220px !important; }
  .row-fluid .mainmenu1 ul.active-branch li > a { font-size: 12px; line-height: 20px; padding: 10px 15px;}
  span.child-triggerm { right: 5px !important; }
  .new-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { font-size:14px; line-height: 22px; }
  
}



/*.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }*/
.row-fluid a.cta_button:after { content: url(https://4109739.fs1.hubspotusercontent-na1.net/hubfs/4109739/cta_timantti-01_vihrea.svg); display: inline-block; width: 24px; height: 28px; vertical-align: middle; }
.row-fluid .green-border a.cta_button:after { content: url(https://4109739.fs1.hubspotusercontent-na1.net/hubfs/4109739/vihrea_timantti-4sek.svg); display: inline-block; width: 24px; height: 28px; vertical-align: middle; }
.row-fluid .white-border a.cta_button:after { content: url(https://4109739.fs1.hubspotusercontent-na1.net/hubfs/4109739/vihrea_timantti-4sek.svg); display: inline-block; width: 24px; height: 28px; vertical-align: middle; }
.row-fluid .blue a.cta_button:after { content: url(https://4109739.fs1.hubspotusercontent-na1.net/hubfs/4109739/vihrea_timantti-4sek.svg); display: inline-block; width: 24px; height: 28px; vertical-align: middle; }

.green-cta a:after { content: url(https://4109739.fs1.hubspotusercontent-na1.net/hubfs/4109739/vihrea_timantti-4sek.svg); display: inline-block; width: 24px; height: 28px; vertical-align: middle; }

.green-cta a:hover:after { content: url(https://4109739.fs1.hubspotusercontent-na1.net/hubfs/4109739/cta_timantti-01_valkoinen.svg); display: inline-block; width: 48px; height: 51px; vertical-align: middle; }


.row-fluid a.cta_button:hover:after { content: url(https://4109739.fs1.hubspotusercontent-na1.net/hubfs/4109739/cta_timantti-01_valkoinen.svg); display: inline-block; width: 24px; height: 28px; vertical-align: middle; }
.row-fluid .white-border a.cta_button:hover { background: #81C326; border-color: #81C326; }


.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
/* .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link { color: #81c326; } */
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

.row-fluid [class*="span"] { min-height:1px; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }
.header-container-wrapper { position: fixed; width: 100%; z-index: 100;
}
.row-fluid .bgimg-main { background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; position: relative; }
.row-fluid .bg-img { display:none; }

/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .title-uppercase h1 , .row-fluid .title-uppercase h2 , .row-fluid .title-uppercase h3 , .row-fluid .title-uppercase h4 , .row-fluid .title-uppercase h5 , .row-fluid .title-uppercase h6 { text-transform:uppercase; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-left { text-align:left; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-white , .row-fluid .text-white h1 , .row-fluid .text-white h2 , .row-fluid .text-white h3 , .row-fluid .text-white h4 , .row-fluid .text-white h5 , .row-fluid .text-white h6 { color:#fff; }
.row-fluid .text-italic { font-style:italic; }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { height: 100%; outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { height: 100%; position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor:pointer; z-index:5; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#fff; background:#333; width:35px; height:35px; font-size:0; cursor:pointer; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:14px; }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: "\f105"; }
.slick-arrow.slick-disabled { display:none; }

ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding: 0 0 15px; position: absolute; bottom: 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { display:inline-block; background:#fff;  width:10px; height:10px; border-radius:100%; font-size:0; text-index:-9999; cursor:pointer; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#81C326; }
 
.row-fluid .wrapper { margin: 0 auto !important; width:1246px; float:none !important;  } 


@media (min-width: 992px){
  
  .row-fluid .mainmenu { float:right; width:auto; }  
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children:first-child > a { padding-left:0; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a {  position:relative; padding-right:20px; cursor:pointer;  } 
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after { position:absolute; content: "\f0dd"; right:0px; top:45%; transform:translateY(-50%); font-family:'fontAwesome'; backface-visibility: hidden; color:#90C146; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { padding:28px 20px 32px; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children ul { background:#90C146; transition:0s !important; display:none; visibility:hidden; opacity:0; min-width:120px; left:30px; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children:first-child  ul { left:0; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul { display:block; visibility:visible; opacity:1; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children ul li a { color:#fff; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children ul li:hover a { background: #333333; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children ul li a { padding: 5px 20px; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a { color: #90C146; }
  .author-page .row-fluid .blog-main .resource_box .resource-item { width:33.3% }
  
  a.mobile-trigger, span.child-triggerm {
      display: none !important; /* Hide button on Desktop */
  }
  
  .row-fluid .mainmenu .hs-menu-wrapper { 
      display: block !important;
  }

}

@media (max-width: 991px){


  .row-fluid .mainmenu .hs-menu-wrapper > ul > li:first-child { border-top:0; }
  .fixed a.mobile-trigger:after, .mobile-open a.mobile-trigger:after { color: #000; }
  .header-main .wrapper .row-fluid { justify-content: center; }
  .left-logo-kivisydan img { max-width: 100px; position: relative; z-index: 999; }
  .left-logo-kivisydan.anim img { margin-top: 0.5rem; max-width: 4rem; }
  .mobile-open .header-main { background: #fff; }
  .row-fluid .left-logo { position: relative; z-index: 1111111; }
  .mainmenu .hs-menu-flow-horizontal > ul > li i { color:#81C326; font-family: fontAwesome; margin-top: -8px; } 
  .header-main .left-logo-kivisydan.static img { margin-top: 0; }
  .header-main .left-logo-kivisydan { float: none; }
  body a.mobile-trigger { top: 26px; }
  .new-header .active-branch { top: 74px; } 
  
  /* Variables
     ========================================================================== */  

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .mainmenu, .mainmenu *{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #fff;
    }
    
  .header-main .row-fluid .wrapper { margin-bottom: -2rem !important; }

  /* Toggle Button
     ========================================================================== */

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 24px;          /* Position Button at top right of screen  */
      right: 25px;        /*******************************************/
      width: 26px; /* Button width */
      height: 22px; /* Button height */      
      
     
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      border-radius: 6px;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
  }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #fff;
  }

  a.mobile-trigger span{
      display: inline;
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: #455560;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }
  
  body .row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a , body .row-fluid .mainmenu .hs-menu-wrapper ul li a { padding: 0 20px; line-height:normal; font-size:13px; margin:7px 0; }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1; 
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -2px;
      margin-left: 0;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 2rem; /* Icon line width */
      height: 3px; /* Icon line height */
      background-color:#81C326;
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -8px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 8px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

  /* Child Toggle Button
     ========================================================================== */

  span.child-triggerm {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 18px;
      width: 31px !important; /* Button width */
      min-width: 31px !important;
      height: 31px !important; /* Button height */  
      padding: 0 !important;
      border-left: 1px solid rgba(255, 255, 255, 1);
  }
  span.child-triggerm:hover {
      text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  span.child-triggerm span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm span:after {
      position: absolute;
      content: '';
  }
  span.child-triggerm span, span.child-triggerm span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #fff; /* Icon color */
      display: block;
  }
  
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span:after { background-color: #fff; }
  
  span.child-triggerm span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm.child-open span i {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm.child-open span i {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s; 
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  

  body .row-fluid .mainmenu ul li a , body .mainmenu .hs-menu-flow-horizontal > ul > li a { font-size:13px; } 

  /* Hide menu on mobile */
  .mainmenu.js-enabled .hs-menu-flow-horizontal, .mainmenu.js-enabled .hs-menu-children-wrapper { display: none; }

  /* Make child lists appear below parent items */
  .mainmenu ul.hs-menu-children-wrapper { visibility: visible !important; opacity: 1 !important; position: static !important; display: none; }

  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal { position: absolute; /**************************************************************/ top: 61px;             /* Positions the menu to drop from the very top of the screen */ left: 0px;          /**************************************************************/ width: 100%; }
  .mainmenu .hs-menu-flow-horizontal { padding: 59px 0 30px 0; /* Padding to add room for close button */ background-color: #fff; width: 100%; /* Full screen width */ z-index: 8888; }

  /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li { position: relative; }
  .mainmenu .hs-menu-flow-horizontal > ul > li a { font-size: 22px; /* Font size of top level list items */ line-height: 45px; overflow: visible; }
  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal ul li{ border-top: 1px solid rgba(255, 255, 255, 1); /* Adds transparent dark highlights to top of top level list items */ }
  .mainmenu .hs-menu-flow-horizontal ul li a{ padding: 0 10px; }
  .mainmenu .hs-menu-flow-horizontal ul li a:hover{ }

  /* Level 2 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul li{ background-color: rgba(255, 255, 255, .08); }
  .mainmenu .hs-menu-flow-horizontal > ul ul li a{ text-indent: 10px; /* Indent Child lists */ font-size: 16px; /* Font size of child lists */ }

  /* Level 3 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul ul li a{ text-indent: 30px; /* Indent Child lists */ }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{ text-indent: 50px; /* Indent Child lists */ }
  
  
  /*  new-css for full click  */
  .mainmenu1 span.child-triggerm { position: absolute; width: 100% !important; height: 46px !important; left: 0;}
  .mainmenu1 ul li.hs-menu-item.hs-menu-depth-1 span.child-triggerm:before, .mainmenu1 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.back a { position: absolute; right: 30px; }
  .mainmenu1 ul.hs-menu-children-wrapper.submenu_open li.back a { position: initial !important; }
  .mainmenu1 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.back a { width: 100% !important; }


  /*  new-header */
  
  .new-header .active-branch { top: 74px; position: absolute; left: 0px; width: 100%; padding: 3rem 0; background-color: #fff; display: none; }
  .new-header ul li { width: 100%; }
  .new-header .hs-menu-wrapper.hs-menu-flow-horizontal ul li > a { padding: 7px 20px; line-height: normal; font-size: 17px; margin: 7px 0; color: #505154; width: 100%; }
  .new-header span.child-trigger { display: block !important; cursor: pointer; position: absolute; top: 0px; right: 18px; width: 40px !important; min-width: 40px !important; height: 31px !important; padding: 0 !important; border-left: 1px solid rgba(255, 255, 255, 1); }
  .new-header span.child-trigger span, .new-header span.child-trigger span:after { width: 40px; background-color: #fff; display: block; }
  .new-header span.child-trigger span { position: relative; top: 7px; margin: 0 auto !important; -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s; }
  .new-header span.child-trigger span  i {color: #81C326; font-family: fontAwesome; margin-top: -8px; }
  .row-fluid .new-header .hs-menu-wrapper > ul > li.hs-item-has-children ul { left: 0px; visibility: visible !important; opacity: 1 !important; position: static !important; display: none; }
  .row-fluid .new-header .hs-menu-flow-horizontal > ul ul li a { text-indent: 10px; margin: 12px 0 !important; font-size: 16px; padding: 0px 30px; }
  .new-header span.child-trigger span img { height: 16px; width: 20px; object-fit: contain; }
  .new-header a.mobile-trigger i { background-color: #81C326; } 
  .new-header a.mobile-trigger i:before { margin-top: 8px; transform: initial; }
  .new-header a.mobile-trigger i:after { margin-top: -8px; transform: initial; }
  .new-header span.child-trigger.child-open span { position: relative; }
  .new-header span.child-trigger span:before {content: '';position: absolute;height: 20px;width: 20px;object-fit: contain;background: url(https://4109739.fs1.hubspotusercontent-na1.net/hubfs/4109739/Passiivikivitalo%202019/images/add.svg) no-repeat; right: 5px; }
  .new-header span.child-trigger.child-open span:before { background: url(https://4109739.fs1.hubspotusercontent-na1.net/hubfs/4109739/Passiivikivitalo%202019/images/minus.svg) no-repeat; background-position: center; }

}  

    .new-header .ebiz-toggle{padding: 0; background-color:#81c326; float:right; border:none; cursor:pointer; width: 30px; height: auto; }
    .new-header .ebiz-toggle .icon-bar{margin: auto; background-color:#fff; border-radius:1px; display:block; height:2px; position:relative; width: 20px; -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;;margin: 5px auto; }
    .new-header .ebiz-toggle .icon-bar + .icon-bar{margin-top:4px;}
    .new-header .ebiz-toggle .icon-bar:nth-child(1), .ebiz-toggle .icon-bar:nth-child(3){top:0; transform:rotate(0deg); -webkit-transform:rotate(0deg); -ms-transform:rotate(0deg);}
    .new-header .ebiz-toggle.ebiz-menuopen .icon-bar:nth-child(1){top:8px; transform:rotate(45deg); -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg);}
    .new-header .ebiz-toggle.ebiz-menuopen .icon-bar:nth-child(2){opacity:0;}
    .new-header .ebiz-toggle.ebiz-menuopen .icon-bar:nth-child(3){top:-6px; transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg);}
    .mainmenu1 .mobile-menu span.mobile-toggle{width:30px; height:30px; position:absolute; right:20px; top:3px; background-color:transparent; -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;; margin: 0; }
    .mainmenu1 .mobile-menu span.mobile-toggle:after, .mobile-toggle:before{content:""; background-color:#fff; height:16px; width:2px; position:absolute; left:14px; top:7px; -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;; }
    .mainmenu1 .mobile-menu span.mobile-toggle:before{-ms-transform:rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;; }
    .mainmenu1 .mobile-menu span.mobile-toggle.ebiz-subopen:after{-ms-transform:rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg);}
    .mainmenu1 .mobile-menu span.mobile-toggle.ebiz-subopen:before{opacity:0; background-color:#fff; -ms-transform:rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg);}
/*     .mainmenu1 .hs-menu-wrapper ul{float:right; padding:0; width:auto; min-width:250px;} */  
    .mainmenu1 .hs-menu-wrapper > ul > li > a{max-width:none; width:auto;}
    .mainmenu1 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{display:block;max-width:none;min-width:auto;overflow:visible;text-align:left;text-overflow:inherit;white-space:inherit;width:auto;}
    .mainmenu1 .hs-menu-wrapper ul ul { background-color:#fff; min-width:250px; } 




    @media (min-width:992px){
        .new-header .ebiz-toggle, .mainmenu1 .mobile-menu span.mobile-toggle{display:none;}
        .new-header .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 .new-header .hs-menu-wrapper > ul > li.hs-item-has-children ul li:hover a { background: #333333; }
      .row-fluid .menu-2020 { float: left; width: 100%; }
}

  @media (max-width:991px){
/*     .new-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{position:static; opacity:1; visibility: visible; display:none; width:100%;}
    .mainmenu1 .hs-menu-wrapper.hs-menu-flow-horizontal > ul{display:none;}
    .mainmenu1 .hs-menu-wrapper.hs-menu-flow-horizontal > ul.mobile-menu li{float: left; width: 100%; display: block;}
 */
/*     .mainmenu1 .hs-menu-wrapper ul { right: -100%; left: 0; width: 0; height: 100%; opacity: 0; visibility: hidden; transition: all .7s linear; overflow: auto; }
    button.ebiz-toggle.ebiz-menuopen+ul.mobile-menu { right: 0; width: 100%; opacity: 1; visibility: visible; } */
    
    .mainmenu1 .hs-menu-wrapper ul { transition: all .7s linear; position: absolute; background: #fff; z-index: 110; right: -320px; width: 320px; display: block; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); overflow-x: hidden; overflow-y: scroll; -webkit-overflow-scrolling: touch; height: calc(100vh - 60px); -webkit-transition: -webkit-transform 0.5s; transition: all .7s linear; top: 70px;}
    button.ebiz-toggle.ebiz-menuopen+ul.mobile-menu { transform: translate3d(0, 0, 0); right: 0; }

    .mainmenu1 a.mobile-trigger + .slide_add ul { right: 320px; }
    .mainmenu1 ul li.hs-menu-item.hs-menu-depth-1 span.child-triggerm:before { content: '\f0da'; font-family: fontawesome; text-align: center; margin-top: 10px; display: inline-block; }
    .mainmenu1 ul li { width: 100%; }
    
    
    .mainmenu1 .hs-menu-flow-horizontal ul li.hs-item-has-children > ul.hs-menu-children-wrapper.submenu_open { right: 0px !important; left: 0 !important; top: 0; z-index: 99; background-color: #fff; width: 100%; height: 100%; transition: all 0.5s; position: absolute !important; transform: none !important; height: 100vh; bottom: 0; }
    .mainmenu1 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children { position: initial; }
    .mainmenu1 ul li.hs-menu-item.hs-menu-depth-1 ul { top: 0; right: 0; transition: all 0.5s !important; }
    .row-fluid .mainmenu1 ul.active-branch li > a { position: relative; width: 100%;color: #505154; }
    .mainmenu1 ul li.hs-menu-item.hs-menu-depth-1 span.child-triggerm:before, .mainmenu1 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.back a { color: #81C326;}
    .mainmenu1 ul .hs-menu-item.hs-menu-depth-1 > a {position: relative !important;width:100% !important;}
    .mainmenu1 ul li.back a { cursor: pointer; }
    .mainmenu1 ul li.back i { font-weight: 700; }
    
    .new-header ul.active-branch { position: relative; padding: 0 ; top: 0;}

}


/*wp site*/


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

strong { font-weight:700; }

a { outline:none; color:#81C326; text-decoration:none; -webkit-transition:all .3s ease-in-out; -moz-transition:all .3s ease-in-out; -o-transition:all .3s ease-in-out; transition:all .3s ease-in-out;  } 
a:hover { text-decoration:none; color:#231f20; outline:none; }
a:focus { text-decoration:none; color:#231f20; outline:none; }

button { margin:0; padding:0; outline:none; background:url(images/blank.png) no-repeat; border:none; }
input , form button , textarea, select { outline:none; border:1px solid #ccc; background:#fff; height:50px; padding:0 20px !important; font-family:'IBM Plex Sans', Arial, Helvetica, sans-serif; font-size:16px; width:100% !important; }
input[type=checkbox] , input[type=radio] { width:auto !important; height:auto; } 
textarea { padding:15px 20px !important; height:100px !important; }
input[type=submit] , form button { width:auto !important; border:none; cursor:pointer; background:url(images/blank.png) no-repeat left top #cf262d; font-size:17px; line-height:24px; font-weight:700; padding:8px 20px; color:#fff; display:inline-block; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all  0.4s ease-in-out; }
input[type=submit]:hover , form button:hover { background-color:#e5323a; }

.ginput_container_fileupload { position:relative; }
.ginput_container_fileupload input { display:none; }
#display { height:50px; line-height:50px; width:100%; float:left;  border:1px solid #ccc; height:50px; font-family:'IBM Plex Sans', Arial, Helvetica, sans-serif; font-size:16px; color:#000; padding:0 15px; background:#fff; }
.ginput_container_fileupload .browse_text { position:absolute; right:0; height:50px; line-height:50px; background:#cf262d; color:#FFF; font-size:15px; font-weight:600; padding:0 15px; text-transform:uppercase;  font-family: 'IBM Plex Sans', Arial, Helvetica, sans-serif; text-transform:uppercase; cursor:pointer;   }
.ginput_container_fileupload .browse_text:hover { background:#e5323a; }
.ginput_container_fileupload { padding:0 0 25px; float: left; width: 100%; }

iframe { border:none; }
strong { font-weight:700; }

.padi0 { padding:15px 0; }
.paditopbto { padding:15px; }
.padil0 { padding:15px 20px 15px 0; }
.padir0 { padding:15px 0 15px 20px; } 
.padil10 { padding:0 0 0 10px; }
.padir10 { padding:0 10px 0 0; }
.padil20 { padding:0 0 0 20px; }
.padir20 { padding:0 20px 0 0; }
.padi00 { padding:0; }
.paditop0 { padding-top:0 !important; }
.padibot0 { padding-bottom:0 !important; }
.padir25 { padding-right:25px; }
.padil25 { padding-left:25px; }
.padilr7 { padding:15px 10px 15px 10px; } 
 

.mgtop25 { margin-top:25px; }
.mgtop35 { margin-top:35px; }
.mgtop45 { margin-top:45px; }
.mgbot25 { margin-bottom:25px; }
.mgtop0 { margin-top:0 !important; }

img { border:0; max-width:100%; height:auto; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 
 
.clear { clear:both; }

p { margin:0; padding:0 0 15px; }
 

strong { font-weight:700; }

.bg-img { background-size:cover; background-repeat:no-repeat; background-position:center center; }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor:pointer; z-index:5; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#fff; background:#333; width:35px; height:35px; font-size:0; text-index:-9999; cursor:pointer; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:14px; }
.slick-arrow:hover { background: #426051; }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: "\f105"; }
.slick-arrow.slick-disabled { display:none; }

ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding: 0 0 15px; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { display:inline-block; background:#fff;  width:10px; height:10px; border-radius:100%; font-size:0; text-index:-9999; cursor:pointer; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#81C326; }


.alignleft { float: left; margin:0 25px 25px 0; }
.alignright { float: right; margin:0 0 25px 25px; }
.aligncenter { clear: both; display: block; margin: 0 auto 25px; }
.grid-section { margin-left:0; margin-right:0; float:left; width:100%; }
.grid-section .wrapper > .vc_col-sm-12 { margin:0 -15px; }
.text-center { text-align:center; }

body .gform_wrapper ul li.gfield { padding:0 0 15px !important; }
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required { margin:0 !important; width:100% !important; }
body .gform_wrapper li.gfield.gfield_error, body  .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning { background:none; border:none; }
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label { margin:0 !important; }
body .gform_wrapper .gform_footer { padding:0; margin:0; }
body .gform_wrapper ul li.form-half { float:left; width:50% !important; clear:none !important; padding-right:10px !important }
body .gform_wrapper ul li.form-halfr { padding-right:0 !important; padding-left:10px !important; }

.mainmenu { float:left; width:100%;  }
a.menulink { cursor:pointer; z-index: 99999999999; font-size: 16px; font-weight: normal; text-align: left; text-transform:uppercase; width:35px; height:36px;  margin:0; padding:0; position:absolute; right:15px; display:none; color:#fff; text-align:center; line-height:37px; top:14px; }
span.childlink { position:absolute; right:10px; top:0; width:25px; height:54px; text-align:center; color:#fbb314; display:none; line-height:54px; font-size:24px; cursor:pointer; } 


/* *** 31-07-2019 *** */
.valita-bottom-section.common-section.text-center.full-width{ display: none; }
.author-wrapper { padding: 7rem 0; text-align: center; color: #fff; background: #81C326; width: 100%;  }
.author-inner-content h3 { color: #fff; margin-bottom: 15px; }
.author-repeater { float: left; width: 25%; padding: 0 15px 30px; text-align: center; }
.author-main { width: auto; margin: 0 -15px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
.author-image { width: 200px; height: 200px; margin: 0 auto 10px; overflow: hidden; }
.author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.author-main-content a { display: block; color: #fff; }
.author-main-content p { padding: 0; }
/*.author-btn a { padding: 10px 20px 10px 20px; text-align: center; display: inline-block; border: 1px solid #fff; border-radius: 0px; margin: 15px 0 0 0; font-weight: 400; text-transform: uppercase; }
.author-btn a:hover { background: #81C326; color: #fff; box-shadow: 0 3px 19px 0 rgba(0,0,0,0.01), 0 1px 22px 0 rgba(0,0,0,0.10); }
*/
/*author btn arrow
.author-btn a:after {
    content: "\f061";
   
    font-family: 'fontAwesome';
    margin-left: 15px;

}
*/

/* KIVISYDÄNTALOT */

.header-main .row-fluid .wrapper { max-width: 1440px !important; width: 100% !important; } 

.header-main.fixed .new-header {
  margin-top: 2rem;
}

.header-main.fixed .top-nav {
  max-width: 1440px;
}

@media (min-width:991px) {   
 
	.mainmenu .wrapper > ul { margin:0; padding:0; list-style:none; vertical-align:top; display:block !important; position:relative; z-index:99; text-align:center;  }
	.mainmenu .wrapper > ul > li { display:inline-block; vertical-align:middle; position:relative; margin:0 15px; }
	.mainmenu .wrapper > ul > li:first-child { margin:0; }
	.mainmenu .wrapper > ul > li > a:link , .mainmenu .wrapper > ul > li > a:visited { float:left; padding:26px 5px; font-size:16px; color:#333; font-weight:700; text-transform:uppercase; line-height:20px;  }
	.mainmenu .wrapper > ul > li:hover > a { color:#e5323a; }
	.mainmenu .wrapper > ul > li > ul { display:none; position:absolute; top:100%; left:50%; background:#f5f5f5; width:208px; margin:0; padding:0; list-style:none; -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); text-align:left; }
	.mainmenu .wrapper > ul > li > ul:after { bottom: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(245, 245, 245, 0); border-bottom-color: #f5f5f5; border-width: 10px; margin-left: -10px; }
	.mainmenu  ul li:hover > ul { display:block; }
	.mainmenu .wrapper > ul > li > ul > li { border-top:1px solid #acacac; display:block; position:relative; }
	.mainmenu .wrapper > ul > li > ul > li > a:link , .mainmenu .wrapper > ul > li > ul > li > a:visited  { color:#949494; text-transform:uppercase; font-size:14px;  display:block; padding:10px 20px; line-height:20px; font-weight:600; }
	.mainmenu .wrapper > ul > li > ul > li:hover > a { color:#e5323a; background:#fff; }
	.mainmenu .wrapper > ul > li > ul > li:first-child { border-top:none; }	
	.mainmenu .wrapper > ul > li > ul ul { display:none; position:absolute; top:0; left:100%; background:#fff; margin:0 0 0 1px; list-style:none; text-align:left; padding:0 5px 26px; }


}


@media (min-width: 768px) { 
  
  .mobile-toggle { display:none; }
  .resource_box .filter-dropdownwrap ul li { padding-top:2px; padding-bottom:2px; } 
  
}

@media (min-width: 1240px) and (max-width: 1300px) {
  
  .row-fluid .wrapper { width: 1220px; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a::after { right: 7px; } 
  
}

@media (min-width: 992px) and (max-width: 1240px) { 
	
	.row-fluid .wrapper { width:940px; }
  .left-logo img { max-width:69px; } 
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { padding:14px 12px 23px 12px; }
   body .row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a::after { right:0px; top: 38%; }
  .row-fluid .mainmenu { margin:0; } 
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children ul { left:12px; }
  .row-fluid .mainmenu div.hs-menu-wrapper > ul > li:last-child > ul { right:0; left:auto; } 
  .row-fluid .mainmenu div.hs-menu-wrapper > ul > li:last-child > ul > li > ul { right:100%; left:auto !important; }
  .resource_image { height: 240px; }
  .row-fluid .footer-box { width:33.3% }
  .passiivitalot-text { padding-right:50px; }
  .tuotteet-bottom h6 { font-size:12px; }
  .tuotteet-bottom a { font-size: 13px; }
  
  /*.four-column-section .four-column-box { width:33.3%; padding-top:10px; padding-bottom:10px; }*/
  .testimonial_slider_right { padding-left: 50px; }
  .row-fluid .ota-top { height: 600px; width: 600px; left: -40%;top: -30%; }
  .row-fluid .ota-bottom { height: 188px; width: 208px; right: -10%; bottom: -9%; }
   html body .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { padding-right: 13px !important; }   
  .row-fluid .mainmenu ul li a { font-size: 12px; }
 
  .author-btn a{ font-size: 13px; }
  
  
  .row-fluid .mainmenu1 .hs-menu-wrapper > ul > li > a { padding: 14px 13px 23px 12px; font-size: 12px;}
  .row-fluid .mainmenu1 .hs-menu-wrapper > ul > li.hs-item-has-children > a:after { right: 0; top: 38%; }    
  
  .row-fluid .new-header ul li a { padding: 14px 13px 23px 12px; padding-right: 13px; font-size: 12px; }
  .row-fluid .new-header .hs-menu-wrapper > ul > li.hs-item-has-children > a:after { right: 0px; top: 38%; }  
  .row-fluid .new-header .hs-menu-wrapper > ul > li.hs-item-has-children ul { left: 12px; }
}

@media (min-width: 768px) and (max-width: 991px) {
	
  h1 { font-size:42px; padding: 0px 0 15px;  }
	.row-fluid .wrapper { width:100%; padding:0 20px; }
  .left-logo img { max-width:99px; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a { padding:14px 12px 23px 12px; }
   body .row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a::after { right:0px; top: 40%; }
  .row-fluid .mainmenu { margin:0; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children ul { left:0px; }
  .row-fluid .mainmenu div.hs-menu-wrapper > ul > li:last-child > ul { right:0; left:auto; }
  .row-fluid .mainmenu div.hs-menu-wrapper > ul > li:last-child > ul > li > ul { right:100%; left:auto !important; } 
	
  .resource_image { height: 220px; }
  .row-fluid .footer-box { width:33.3% }
  .nav-bottom { height: 45px; width: 45px; line-height: 45px; }
  .hero-content { padding: 35px 45px 23px; float: center; width:70%; } 
  .resource_box .filter-dropdownwrap ul { padding: 65px 0 42px; }
  .resource_box .filter-dropdownwrap ul li { margin-right: 10px; }
  .resource_box .filter-dropdownwrap ul li a { font-size:13px; }
  .row-fluid .footer-title h6 { font-size: 13px; }
  .row-fluid .footer-menu { padding: 40px 0 52px; }
  
  .row-fluid .left-logo { margin-bottom: -34px; }
  body a.mobile-trigger { top:26.5px; }
  body .mainmenu.js-enabled .hs-menu-flow-horizontal { top:74px; } 
  .resource_box .resource-item { width:50%; }
  
  .passiivitalot-section { padding: 63px 0; }
  .passiivitalot-text { padding-right:50px; }
  .tuotteet-bottom h6 { font-size:12px; }
  .tuotteet-bottom a { font-size: 13px; }
  
  .four-column-section .four-column-box { width:50%; padding-top:10px; padding-bottom:10px; } 
  .testimonial_slider_right { padding-left: 20px; }
  .row-fluid .ota-top { height: 216px; width: 218px; left: -64%;top: -60%; }
  .row-fluid .ota-bottom { height: 188px; width: 208px; right: -10%; bottom: -9%; }
  .hero-content .cta_button { margin: 30px 15px 25px 0; }

  
  .author-img { width: 35px; height:35px; margin-right: 7px; }
  .row-fluid .testimonial_slider_main .green-cta a { font-size:13px; }
/*   .row-fluid .testimonial_slider_main .green-cta a:after { top:5px; }   */
  .cta-content { padding: 2px 40px; }
  
  .row-fluid .blog-main .resource_box .resource-item { width:50%;  }
  .row-fluid .blog-main { padding: 75px 0 55px; }
  .row-fluid .blog-right-box { margin-bottom: 50px; }
  .hs-blog-listing .row-fluid .blog-left { padding-right:0px; } 
  .hs-blog-listing .row-fluid .blog-right { margin:0; } 
  .row-fluid .blog-main .resource_box h3 , .row-fluid .blog-main .resource_inner_text { height:auto !important; }
  .hs-blog-post .row-fluid .blog-main .wrapper { width: 590px; }
  .row-fluid .social-sharing ul li a { height: 44px; width: 44px; line-height: 44px; }
  .author-page .row-fluid .blog-main .resource_box .resource-item { width:50%; padding:0 9px; } 
  .author-page.hs-blog-listing .row-fluid .blog-left { padding-right:0; } 
  
  .row-fluid .hero-featuresec {  padding: 157px 0 80px;}
  .four-column-section.three-column .four-column-box{width: 50%;padding-bottom:20px;}

  .row-fluid .full-width.common-section.contact-form .yhteytta-form { width: 70%; }
  .row-fluid .ota-top{top: -14%;}
/*   .row-fluid .yhteytta-form.pattern:after{ left: 67%; } */
  .full-width.common-section.contact-form .full-width.text-center{ margin: 50px 0; }
  .author-btn a{ font-size: 20px; }
  .author-btn a:after{ font-size: 20px; margin-left: 5px; }
  .author-repeater{ padding: 0 10px 30px; }
  .author-main{margin: 0 -10px;}
  
}

@media (max-width: 767px) { 
  .author-wrapper{ padding-bottom: 70px; }
  .author-repeater{ width: 50%; }
  .author-btn a{ padding: 6px 13px;font-size: 13px;  }
  .mainmenu1 ul li.back i { width: auto; display: inline-block; }
  .mainmenu1 .hs-menu-wrapper ul { padding-right: 0; }  
  
  .row-fluid .section-icon h2 { padding-bottom: 2rem; }
  .header-main.fixed .left-logo-kivisydan.static img { position: relative; }
  .header-main.fixed .left-logo-kivisydan.static { width: auto; }
  .blog-main.full-width {
    margin-top: 0;
  }
}


@media (min-width: 30px) and (max-width: 767px) {
  .hs-blog-listing .row-fluid .post-listing.resource_box { padding-bottom: 3rem; }
  h1 { font-size:32px; padding: 0px 0 10px;  } 
  h2 { font-size:28px; } 
  .row-fluid .wrapper { width:100%; padding:0 18px;  } 
  html { overflow-x:hidden; }
  .resource_box .resource-filter { padding-left: 0; }
  .resource_box .resource-filter .filter-dropdownwrap { text-align: center; }
	.mobile-toggle { display:inline-block; float:none; width:100%; text-align:left; max-width:100%; border:1px solid #000; border-radius: 0; padding: 8px 17px; font-size:16px; position:relative; cursor:pointer; font-weight:700; }
  .mobile-toggle p { margin:0; padding:0; }
  .row-fluid .blog-main .resource_box .filter-dropdownwrap ul li , .resource_box .filter-dropdownwrap ul li { float:left; width:100%; margin:0; text-align:left; }
  .row-fluid .blog-main .resource_box .filter-dropdownwrap ul li a , .resource_box .filter-dropdownwrap ul li a { float:left; width:100%; margin:0; border-radius:0; padding: 6px 20px; }  
  .mobile-toggle .fa { position:absolute; right:12px; top:10px; -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease; color:#000; }
  .row-fluid .yhteytta-form form .actions { margin-top: 20px; }
  .row-fluid .yhteytta-form form .hs_state { margin:0 !important; }
  .mobile-toggle.active .fa { top: 16px; -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
  
  .left-logo img { max-width:89px; }
   body a.mobile-trigger { right:24px; }
  .tuotteet-bottom a { font-size: 0px; }
  .tuotteet-bottom .resource_more .fa { left:0; }
  .row-fluid .green-cta a { margin: 20px 0px 30px 0; }
  
  .tuotteet-bottom { padding: 14px 20px; }
  .row-fluid .tuotteet-image { margin-top: -15px; }
  .testimonial_slider_main { flex-direction: column; }
/*   .testimonial_slider_right .green-cta { display:none; } */
  .testimonial_slider .slick-arrow.slick-prev { left:50%; margin-left: -60px; }
  .cta-img { height: 210px; }
  .content-cta { float:left; width:100%; }
  .hero-content .green-cta.content-cta a { margin:30px 0 10px; padding: 6px 50px 6px 16px; }
  .testimonial_slider .slick-arrow.slick-next { left:50% }
  .cta-section { flex-direction: column; }
  .cta-section > div { width:100%; padding: 1.5rem; }
  .row-fluid .cta-content .height-center { flex-direction: column; }
  .cta-section h3 { margin:0; align-self: flex-start; padding-bottom:0; margin-top:5px; }  
  .row-fluid .cta-section .icon.no_space { align-self: flex-start; margin-top:-33px; }
  .row-fluid .ota-img { display:none; }
  /*.row-fluid .yhteytta-form form { margin-bottom: -60px; padding: 13px 20px 35px; }*/
  .row-fluid .footer-menu.for-home .hs-menu-wrapper ul { display:none; }
  .row-fluid .footer-home { padding-top: 4rem !important; padding-bottom: 4rem !important; }
  .row-fluid .footer-home img { margin-bottom: 3rem; max-width: 150px; }
  .row-fluid .footer-home .span6 { padding-left: 0 !important; }
  .row-fluid .footer-home .hs_cos_wrapper_type_rich_text > * { text-align: left !important; }
  .row-fluid .footer-home .footer-social { width:100%; float:left; text-align:center; position: absolute; left: 0; } 
  .row-fluid .footer-home .footer-social a { display:inline-block; float:none; margin: 0 5px; }
  .row-fluid .footer-home .f_logo { width:100%; float:left; text-align:center; padding-top: 100px; }
  .row-fluid .footer-home .footer-logo { position:relative; }
  .row-fluid .footer-home .social { margin-bottom: 3rem; }
  .row-fluid .testimonial_slider::before, .row-fluid .testimonial_slider::after  { width:128px; height:128px; }
  .row-fluid .testimonial_slider::after { left: -40px; bottom: 130px; top: auto;}
  .row-fluid .testimonial_slider::before { bottom: -30px; right: -60px; top:auto; left:auto; } 
  
  .row-fluid .blog-left ,.row-fluid .blog-right { float:left; width:100%; margin:10px 0; } 
  .row-fluid .blog-right { padding:30px 0px 0 0px; }
  .hs-blog-post .row-fluid .blog-main { padding: 100px 0 0px; }
  .row-fluid .blog-main { padding: 3rem 0 0px; }
  .row-fluid .blog-right-box { margin-bottom: 50px; }
  .row-fluid .blog-main .yhteytta-form form { max-width:500px; padding:0; margin:0; }
  .blog-pagination { float:left; width:100%;  }
  .hs-blog-post .row-fluid .blog-main .hs_cos_wrapper_type_rich_text img { margin: 30px 0 10px; }
  .row-fluid .social-sharing ul li a { height: 44px; width: 44px; line-height: 44px; }
  .row-fluid .blog-main .resource_box .resource-item { width:50%;  }
  .row-fluid .social-sharing { position:relative; top:0; margin:0 0 15px 0; float:left; width:100%; }
  .row-fluid .social-sharing ul { margin-left: 0px; width:100%; }
  .row-fluid .social-sharing ul li { float:left; width:auto; margin:0 10px 0 0;  }
  .row-fluid .post-body-space { margin:0 !important; }
  /*.row-fluid .hero-featuresec { padding: 90px 0 70px; }*/
  .author-content { padding-left:25px; }  
  .row-fluid .about-author-sec .icon.no_space { width: 140px; height: 140px; }
  .row-fluid .about-author-sec { padding: 15px 20px 30px; margin-bottom: 30px; }
  
  .four-column-section .four-column-box { width:100%; padding:10px 0; }  
  .row-fluid .valita-bottom-section .white-cta a { margin-right:0; }
  .valita-bottom-section { padding:50px 0; margin:50px 0 0 0; }
  .four-column-section.box-shadow { box-shadow:none; padding:0; } 
  .testimonial_slider_right { padding-left: 20px; }
  .row-fluid .ota-top { height: 216px; width: 218px; left: -10%;top: -17%; }
  .row-fluid .ota-bottom { height: 188px; width: 208px; right: -10%; bottom: -9%; }
  .hero-content .cta_button { margin: 30px 15px 25px 0; padding: 6px 50px 6px 16px; }

  .hero-content .cta_button::after { top:5.5px; }
  .row-fluid .common-section.valita-bottom-section { padding-bottom:110px;  }
  .hero-content h1 { padding: 10px 0 20px; }
  .row-fluid .yhteytta-form form .form-columns-2 .hs-form-field { margin:0px 0 0 0 !important; width:100% !important; padding:0 !important;  } 
  .row-fluid .common-section { padding: 4rem 0;  }
  .row-fluid .testimonial_slider_main .green-cta a { font-size:13px; }
/*   .row-fluid .testimonial_slider_main .green-cta a:after { top:5px; }  */
  .cta-content { padding: 2px 40px; }

  .testimonial_slider .slick-arrow { width:52px; height:52px; margin-top: -241px; }
  
  .hero-content .hs_cos_wrapper_type_cta { float:left; width:100%; }
  .hero-content .cta_button { margin: 7px 0; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a { padding:14px 12px 23px 12px; }
   body .row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a::after { right:0px; top: 40%; }
  .row-fluid .mainmenu { margin:0; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children ul { left:0px; }
  .row-fluid .mainmenu div.hs-menu-wrapper > ul > li:last-child > ul { right:0; left:auto; }
  .row-fluid .mainmenu div.hs-menu-wrapper > ul > li:last-child > ul > li > ul { right:100%; left:auto !important; } 
	
  .resource_image { height: 190px; }
  .row-fluid .footer-box { width:50%; padding-right:20px; }
  .nav-bottom { height: 45px; width: 45px; line-height: 45px; } 
  .resource_box .resource-box-main { margin-top:19px; }
  .hero-content { padding: 23px 27px 38px; float:left; width:100%;  }
  .row-fluid .blog-main .resource_box .filter-dropdownwrap ul , .resource_box .filter-dropdownwrap ul { padding: 0; display:none; border-radius: 0px; overflow: hidden; text-align:left; }
  .row-fluid .blog-main .resource_box .filter-dropdownwrap ul li , .resource_box .filter-dropdownwrap ul li { margin-right: 10px; } 
  .row-fluid .blog-main .resource_box .filter-dropdownwrap ul li a , .resource_box .filter-dropdownwrap ul li a { font-size:16px; }
  .row-fluid .footer-title h6 { font-size: 13px; }
  .row-fluid .footer-menu { padding: 20px 0 40px; }
  
  .resource_box .resource-item { width:50%; }
  .row-fluid .footer-logo img { max-width: 92px; }
  .row-fluid .footer-social a  { margin-left: 1px; height: 40px; width: 40px; line-height: 40px; }
  .row-fluid .footer-logo { margin-top: -46px; }
  .row-fluid .footer-social { margin-top: 22px; }
  .resource_icon {  height: 45px; width: 45px; line-height: 45px; } 
  .row-fluid .left-logo { margin-bottom: -30px; }
  
  .row-fluid a.cta_button { font-size:14px; }
  
	body .gform_wrapper ul li.form-half { width:100% !important;  padding-right:0 !important }
	body .gform_wrapper ul li.form-halfr { padding-right:0 !important; padding-left:0 !important; }

	a.menulink { display:inline-block; }
	ul.sub-menu { display:none; }
	a.menulink i { text-align: left; display: inline; position: relative; top: -2px; margin-left: 0; -webkit-transition-duration: 0s;  -webkit-transition-delay: .2s; -moz-transition-duration: 0s;  -moz-transition-delay: .2s; transition-duration: 0s;  transition-delay: .2s; }
	a.menulink i:before, a.menulink i:after { position: absolute; content: ''; }
	a.menulink i, a.menulink i:before, a.menulink i:after { width: 24px; height: 3px; background-color:#81C326; display: inline-block; }
	a.menulink i:before { margin-top: -8px; -webkit-transition-property: margin, -webkit-transform;  -webkit-transition-duration: .2s;  -webkit-transition-delay: .2s, 0; }
	a.menulink i:after { margin-top: 8px; -webkit-transition-property: margin, -webkit-transform;  -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0; }
	a.menulink.active i { background-color: rgba(0, 0, 0, 0.0);  -webkit-transition-delay: .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }
	a.menulink.active i:before { margin-top: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);  -webkit-transition-delay: 0, .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }
	a.menulink.active i:after { margin-top: 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);  -webkit-transition-delay: 0, .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }
	.mainmenu.active { left:0; }
	.mainmenu ul { margin:0; padding:0; list-style:none; }
	.mainmenu .wrapper > ul { position:absolute; top:58px; left:0; width:100%; background:#cf262d; display:none; }
	.mainmenu .wrapper > ul > li { position:relative; border-bottom:1px solid rgba(255,255,255,0.4); } 
	.mainmenu .wrapper > ul > li > a:link , .mainmenu .wrapper > ul > li > a:visited { color:#fff; padding:10px 30px 10px 15px; font-size:18px; font-weight:700; display:block; }
	.mainmenu .wrapper > ul > li > a:hover { color:#fbb314; }
	.mainmenu .wrapper > ul > li ul { padding:5px 0; }
	.mainmenu .wrapper > ul > li ul ul , .mainmenu .wrapper > ul > li ul li .childlink { display:none !important; }
	span.childlink { display:inline-block; }
	.mainmenu .wrapper > ul > li li a:link , .mainmenu .wrapper > ul > li li a:visited { color:#fff; padding:5px 15px; font-size:14px; font-weight:600;  text-transform:uppercase; display:block; }
	.mainmenu .wrapper > ul > li li a:hover { color:#fbb314; }
  
  .resource_box .show-more a { margin-top: 30px; }
  
  .row-fluid .hero-featuresec {  padding: 200px 0 0;}
	
  .four-column-section.two-column .four-column-box{width: 100%;padding-bottom:20px;}
  .four-column-section.three-column .four-column-box{width: 100%;padding-bottom:20px;}
  .four-column-section.one-column .four-column-box{width: 100%;padding-bottom:20px;}
  
  .testimonial_slider .slick-arrow{ top:100%; margin-top:0; transform: translateY(-100%); }
}

@media (max-width: 550px) { 
  
 
  .resource_box .resource-item , .row-fluid .blog-main.post-box-resource .resource_box .resource-item { width:100%; padding:7px 0;  } 
  .resource_box h3 , .resource_inner_text { height:auto !important; min-height:initial !important; }
  .row-fluid .footer-box { width:100%; padding:10px 0; } 
  .resource_box .wrapper { width: 360px; max-width: 100%; margin: 0 auto; } 
  .row-fluid .blog-main .resource_box .resource-item { width:100%; padding:0; }
  .row-fluid .blog-main .resource_box h3 , .row-fluid .blog-main .resource_inner_text { height:auto !important; }
  .row-fluid .about-author-sec .height-center { flex-direction: column; text-align:center; }
  .author-content { width:100%; padding:20px 0 0 0; }
  .row-fluid .about-author-sec .height-center.hs-author-social-section  { flex-direction: initial; justify-content: center; }
  .hs-author-listing-header , .author-page .blog-pagination { text-align:center; }
  .row-fluid .blog-main .resource_box .resource-item { width:100%; padding:0; }
  .load-more-post a { margin-top:0; }
  
 
}

@media (max-width: 664px) { 
  
  .author-page .row-fluid .blog-main .resource_box .resource-item { width:100%; padding:0 9px; } 
  .author-page .resource_box h3 , .author-page .resource_inner_text { height:auto !important; min-height:initial !important; }
  .author-page.hs-blog-listing .row-fluid .blog-left { padding-right:0; }
  
}

@media (min-width: 551px) {  
  
  .post-box-resource #container { width: calc(100% + 21px) !important; position:relative; left:-10.5px !important; }
}

@media (max-width: 600px) { 
  .author-main{ width: 100%; margin: 0; }
  .author-repeater{ width: 100%; max-width: 400px; margin: 0 auto; padding: 0 0 30px;  }
  .author-btn a{ padding: 6px 12px;}

}