@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&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    */
/*****************************************/





/* ex. 


*/






@font-face{
   font-family:'FontAwesome';
   src:url('https://cdn2.hubspot.net/hubfs/2130623/Fonts/font-awesome/fontawesome-webfont.eot'),
      url('https://cdn2.hubspot.net/hubfs/2130623/Fonts/font-awesome/fontawesome-webfont.woff2') format('woff2'),
      url('https://cdn2.hubspot.net/hubfs/2130623/Fonts/font-awesome/fontawesome-webfont.woff') format('woff'),
      url('https://cdn2.hubspot.net/hubfs/2130623/Fonts/font-awesome/fontawesome-webfont.ttf') format('truetype'),
      font-weight:normal;font-style:normal;
}



@font-face {
   font-family: "LT Trim Bold";
   font-style: normal;
   font-weight: bold;
   src: url("//cdn2.hubspot.net/hubfs/2130623/Fonts/LTTrimWeb-Bold.eot?#iefix") format("embedded-opentype"), 
      url("//cdn2.hubspot.net/hubfs/2130623/Fonts/LTTrimWeb-Bold.woff") format("woff");
}
@font-face {
   font-family: "LT Trim Regular";
   font-style: normal;
   font-weight: normal;
   src: url("//cdn2.hubspot.net/hubfs/2130623/Fonts/LTTrimWeb-Regular.eot?#iefix") format("embedded-opentype"), 
      url("//cdn2.hubspot.net/hubfs/2130623/Fonts/LTTrimWeb-Regular.woff") format("woff");
}



*{box-sizing: border-box;}
*:focus{outline:none;}
body{margin:0px; font-family: 'Open Sans', sans-serif; font-weight:400; color:#000000; font-size: 18px; line-height:26px;}
input{font-family: 'Open Sans', sans-serif, Arial, Helvetica, sans-serif;}
ul{margin:0px; padding:0px;}
ul li{list-style:none;}
strong{font-weight:700;}
a{ -webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
-ms-transition: all 200ms ease;
transition: all 200ms ease;; text-decoration:none; color:#3b3b3b;}
a:hover, a:focus{text-decoration:none; }

::-webkit-input-placeholder{opacity:1;}
::-moz-placeholder{opacity:1;}
:-ms-input-placeholder{opacity:1;}
:-moz-placeholder{opacity:1;}

textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="file"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]
{font-family: 'Pacifico', sans-serif, Arial, Helvetica; -webkit-appearance: none; border-radius:0; border:none; padding:10px; margin:0 0 15px 0; font-size:16px; font-weight:400; width: 100%;}
fieldset.form-columns-1 textarea.hs-input, fieldset.form-columns-1 select.hs-input fieldset.form-columns-1 input[type="text"].hs-input,  fieldset.form-columns-1 input[type="password"].hs-input,  fieldset.form-columns-1 input[type="datetime"].hs-input,  fieldset.form-columns-1 input[type="datetime-local"].hs-input, fieldset.form-columns-1 input[type="date"].hs-input, fieldset.form-columns-1 input[type="file"].hs-input, fieldset.form-columns-1 input[type="month"].hs-input, fieldset.form-columns-1 input[type="time"].hs-input, fieldset.form-columns-1 input[type="week"].hs-input, fieldset.form-columns-1 input[type="number"].hs-input, fieldset.form-columns-1 input[type="email"].hs-input, fieldset.form-columns-1 input[type="url"].hs-input, fieldset.form-columns-1 input[type="search"].hs-input, fieldset.form-columns-1 input[type="tel"].hs-input, fieldset.form-columns-1 input[type="color"].hs-input{width:100%;}
.hs-form fieldset.form-columns-1 textarea.hs-input, .hs-form fieldset textarea.hs-input, .hs-form fieldset input[type="number"].hs-input{width:100%;}
input[type="radio"], input[type="checkbox"]{margin-right: 10px;}
input[type="file"]{background-color:#fff; color:#000;}
.inputs-list{margin:0 0 15px;}
input[type="submit"]{font-family: 'Roboto', sans-serif, Arial, Helvetica, sans-serif; color:#fff; cursor:pointer; -webkit-appearance: none; border-radius:0px; width:100%; border:none; box-sizing:border-box; background-color:; padding:18px 10px; font-weight:700; font-size:18px; display: inline-block; text-align: center; -webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
-ms-transition: all 200ms ease;
transition: all 200ms ease;;}
input[type="submit"]::-moz-focus-inner{border: 0;}
input[type="submit"]:hover{background-color:;}
fieldset .hs-form-field > label{display:none;}
textarea{resize:none;}
.hs-cta-img { height: auto; }

h1,h2,h3,h4,h5,h6{ font-weight:700;font-family: 'LT Trim Bold';margin:0 }

h1 { font-size:110px; line-height:116px; color:#fff;}
h2:not(.cookie-consent-modal__title) { font-size:46px; line-height:57px; color:#fff;}
h3 { font-size:36px; line-height:44px; color:#000;}
h4 { font-size:30px; line-height:40px; color:#000;}

h1 a, h2 a { color:#fff;}
h3 a, h4 a { color:#000;}

.row-fluid [class*="span"].no-height{min-height: auto;}
.container, .row-fluid .container[class*="span"]{margin-left:auto; margin-right:auto;float:none; box-sizing: border-box;}
.container, .row-fluid .container[class*="span"]:after{clear:both; content: ""; display:table;}
.row{margin-right:-15px; margin-left:-15px;}
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.padding-topbottom{padding-top:60px; padding-bottom:60px;}
.row-fluid [class*="span"]{min-height:auto;}
.hs-error-msgs label{display:block; font-size:13px; transform:translate(2px, -11px); -webkit-transform:translate(2px, -11px); -moz-transform:translate(2px, -11px);}
.bg-img img{display:none;}
.bg-wrapper{background-repeat:no-repeat; background-position:center; background-size:cover;}
body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{max-width: none; white-space: inherit; overflow: visible;}
.row-fluid .pt-0 { padding-top:0 !important;}
.row-fluid .pt-80 { padding-top:80px !important;}
.fl100 { width:100%; float:left }


/* Default Form Code */
.default-form .hs-form fieldset{max-width:none;}
.default-form .hs-form .hs-form-field .input{margin:0;}
.default-form .hs-form fieldset.form-columns-2{margin:0 -6px;}
.default-form .hs-form fieldset.form-columns-2 .hs-form-field{width:calc(50% - 12px); margin:0 6px;}
.default-form .hs-form fieldset.form-columns-3{margin:0 -6px;}
.default-form .hs-form fieldset.form-columns-3 .hs-form-field{width:calc(33.33% - 12px); margin:0 6px;}

@media (max-width:767px){
   .default-form .hs-form fieldset.form-columns-2, .default-form .hs-form fieldset.form-columns-3{margin:0;}
   .default-form .hs-form fieldset.form-columns-2 .hs-form-field, .default-form .hs-form fieldset.form-columns-3 .hs-form-field{width:100%; margin:0;}
   .default-form .hs-form fieldset .input .hs-input, .default-form .hs-form fieldset.form-columns-2 .input .hs-input, .default-form .hs-form fieldset.form-columns-3 .input .hs-input{width:100%;}
}

/* Slick css */
.slick-slider .slick-arrow{background:none; border:none; z-index:9; position:absolute; top:45%; left:0; width:50px; height: 50px; font-size:0px; color:#fff; -webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
-ms-transition: all 200ms ease;
transition: all 200ms ease;; cursor:pointer;}
.slick-slider .slick-arrow:hover{transform:translateY(-5px); -ms-transform:translateY(-5px); -webkit-transform:translateY(-5px);}
.slick-slider .slick-arrow.slick-prev:after{content:'\f104'; font-size:60px; line-height:30px; font-family: FontAwesome;}
.slick-slider .slick-arrow.slick-next:after{content:'\f105'; font-size:60px; line-height:30px; font-family: FontAwesome;}
.slick-slider .slick-arrow.slick-next{left:auto; right:0;}

.slick-slider .slick-dots{position:absolute; left:0; right:0; bottom:35px; text-align:center;}
.slick-slider .slick-dots li{display:inline-block; margin:0 5px;}
.slick-slider .slick-dots li button{width:18px; height:18px; border-radius:100%; background-color:#fff; border:none; padding:0; text-indent:-9999px; cursor:pointer; opacity:1; -webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
-ms-transition: all 200ms ease;
transition: all 200ms ease;;} 
.slick-slider .slick-dots li.slick-active button{background-color:#009BA5;}

.row-fluid  .header { padding:20px 0;}
.row-fluid .mainmenu { padding-top: 9px; float:right; text-align: right;}
.row-fluid .mainmenu ul { float:right;}
.row-fluid .mainmenu ul li a { font-size: 16px; line-height: 20px;font-family: 'LT Trim Regular'; font-weight:400;padding: 0 15px;}
.row-fluid .mainmenu ul li.hs-menu-item.active-branch a { font-weight:700; color:#009BA5; }
.row-fluid .mainmenu ul li a:hover { color:#009BA5;}
.row-fluid .mainmenu ul li:first-child a { padding-left:0;}
.row-fluid .mainmenu ul li:last-child a { padding-right:0}

.row-fluid .hero-slider-wrap .hero-slider .single-slide { min-height: 775px; display: inline-flex !important; align-items: center; justify-content: center; text-align:center;}
.row-fluid .hero-slider-wrap .hero-slider .single-slide h1 { max-width:800px; text-transform:uppercase;}

.row-fluid .plastic-mold-section { padding:90px 0 65px;}
.row-fluid .section-title { margin-bottom:40px;}
.row-fluid .section-title h3 { text-transform:uppercase;}
.row-fluid .sub-title {font-family: 'LT Trim Regular';font-weight:400; font-size:22px; line-height:37px; max-width:950px; margin: 0 auto; text-align:center; float:none;    display: inline-block;  }
.row-fluid .plastic-mold-section .middle-box-wrap { padding-top: 90px;}
.row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper > div { margin-left: -15px;margin-right: -15px;}
.row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper > div a { background: #009BA5; float: left; text-align: left; padding:54px 35px;  margin: 0 15px 30px;min-height: 313px; display: flex;background-repeat: no-repeat;
   background-size: cover; }
.row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper > div a.half{width: calc(50% - 30px); }
.row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper > div a.full { width:calc(100% - 30px);}
.row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper > div a.three_col {width: calc(33.33% - 30px); min-height: 280px;padding: 42px 35px;}
.row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper > div a div {display: flex; align-items: center;justify-content: space-between; width: 100%;position: relative;}
.row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper > div a[href] div:after { content:''; width: 102px; height: 204px; background-repeat: no-repeat; background-image: url(https://cdn2.hubspot.net/hubfs/2130623/Muovimuuvi_2019/Images/right-arrow.svg); background-size: contain; position: relative; right: 0;top:0; background-position:center;}
.row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper > div a img { max-width:122px; width:100%;}
.row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper > div a[href] h2 {width: calc(100% - 130px); float: left;}
.row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper > div a.three_col h2 { font-size:32px; line-height:40px;width:100% ; }
.innerpage .row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper > div a div:after { width:98px; height:197px;}
.row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper > div a.three_col[href] h2 { width:calc(100% - 100px);}
.innerpage .row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper > div a { min-height:280px;}


.row-fluid .footer {padding: 45px 0 30px;position:relative;}
.row-fluid .footer:before { content:''; width:100%; height:100%; background:rgba(0,0,0,0.40); position:absolute; top:0; left:0;z-index:0;}
.row-fluid .footer .container { position:relative;}
.row-fluid .footer .footer-menu { margin-bottom:17px;}
.row-fluid .footer .footer-menu ul li { display:inline-block;vertical-align:middle;}
.row-fluid .footer .footer-menu ul li a {padding:0 15px; font-family: 'LT Trim Regular';  color:#fff;font-size: 22px; line-height: 28px;}
.row-fluid .footer .footer-menu ul li a:hover { color:#009ba5}
.row-fluid .footer .footer-logo {max-width:212px; margin: 0 auto 15px;float: none;}
.row-fluid .footer .footer-logo img {filter: drop-shadow(0 5px 10px rgba(0,0,0,0.8));}
.row-fluid .footer .copyright-txt { color:#fff}
.row-fluid .footer .footer-social-media ul li {display:inline-block; vertical-align:middle;padding: 0 3px;}
.row-fluid .footer .footer-social-media ul li a { width:33px;height: 33px;  display: inline-block;}
.row-fluid .footer .footer-social-media ul li a img { opacity:0.65;-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
-ms-transition: all 200ms ease;
transition: all 200ms ease;;}
.row-fluid .footer .footer-social-media ul li a:hover img { opacity:1}
.row-fluid .footer .footer-social-media { margin-bottom:160px;}
.row-fluid .footer .btm-footer { margin-top:160px;}

.row-fluid .blog-section { padding-bottom:45px;}
.row-fluid .box-wrap .single-box {background-color: rgba(0,155,165,0.25); padding: 20px;width: calc(33.33% - 30px); float: left;  margin: 0 15px 65px;}
.row-fluid .box-wrap {margin-left: -15px;margin-right: -15px;}
.row-fluid .box-wrap .single-box h4 { margin-bottom:11px;text-transform:uppercase;  font-size: 18px; line-height: 23px;}
.row-fluid .box-wrap .single-box a{margin-top: 15px; font-size: 15px; line-height: 20px; text-transform: uppercase; float: left; width: 100%;}
.row-fluid .box-wrap .single-box a:hover { color:#009ba5;}
.row-fluid .box-wrap .single-box .blog-img { min-height: 282px; background-repeat: no-repeat; background-size: cover; margin-bottom: 25px;}
.row-fluid .box-wrap .single-box .blog-content { font-size: 15px; line-height: 20px; }

.row-fluid .banner-section {min-height: 640px; background-color: #009BA5; padding: 100px 0;  display: flex; align-items: center; justify-content: center;}
.row-fluid .banner-section h1 {max-width: 800px; margin: 0 auto; text-transform:uppercase;}

.row-fluid .plastic-mold-household-section  { padding-top:75px;}
.row-fluid .plastic-mold-household-section .left-part {padding:140px 100px; display:flex; align-items:center; justify-content:center; flex-direction:column;background:#009BA5; width:50%;}
.row-fluid .plastic-mold-household-section .left-part h2 { font-size: 120px; line-height: 120px; margin-bottom: 10px;}
.row-fluid .plastic-mold-household-section .right-part { background-color:rgba(0,155,165,0.25); width:50%; margin:0; padding: 85px 30px 45px 60px;}
.row-fluid .plastic-mold-household-section .row-fluid-wrapper { display:flex;}
.row-fluid .plastic-mold-household-section .row-fluid-wrapper > .row-fluid  { display:flex;}
.row-fluid .plastic-mold-household-section .right-part  .single-content-row {margin-bottom: 80px;}
.row-fluid .plastic-mold-household-section .right-part .row-fluid-wrapper:last-child .single-content-row { margin-bottom:0;}
.row-fluid .plastic-mold-household-section .right-part  .single-content-row  .widget-type-rich_text {font-size:22px; line-height:30px;}
.row-fluid .plastic-mold-household-section .right-part  .single-content-row a { margin-top:25px;float:left;}
.row-fluid .plastic-mold-household-section .right-part  .single-content-row a:hover { color:#009ba5;}
.row-fluid .plastic-mold-household-section .right-part  .single-content-row p { margin:0;}
.row-fluid .plastic-mold-household-section .right-part  .single-content-row h3 { margin-bottom:25px; }


/* ==== New ==== */

.row-fluid .bgimg{display:none;}
.row-fluid .bgmain{background-size:cover;background-position:center top;}


.row-fluid .new-hero-title { max-width: 580px; text-align: center; padding: 200px 0px 400px; float: right; margin-right: 135px; }
.row-fluid .new-hero-title h1 { font-size: 54px; line-height: 60px; }
.row-fluid .content-strip { width: 100%; float: left; background: #fff; text-align: center; padding: 18px 20px; position:relative;}
.row-fluid .content-strip p { font-size: 26px; line-height: 34px; }
.row-fluid .content-strip .content-wrap { max-width: 950px; width: 100%; margin: auto; float: none; }
.row-fluid .content-strip a:hover { color: #009ba5;}
.row-fluid .new-body-cover { width: 100%; float: left; margin-top: -190px;}
.row-fluid .bg-second{ background-position: center 118px; background-size: 100% 100%;}
.row-fluid .hero-top { width: 100%; float: left; position: relative; background-size: 100% 100%; background-position: center;}
.row-fluid .third-bg { width: 100%; float: left; min-height: 900px; background-size: 100% 100%; margin-top: -250px; background-position: center; position:relative; z-index:-1;}
.videogallery_page .row-fluid .third-bg { margin-top: -210px; }

.download-section { width: 100%; float: left; padding: 25px 0px; }
.download-section .download-box { width: calc(100% / 2  - 23px); margin: 0px 10px; vertical-align: top; background: #fff; display: inline-block; align-items: center; }
.download-section .download-box .inner-wrap{width: 100%;float: left; display: inline-flex; align-items: center;}
.download-section .download-wrap { margin: 0px -10px; }
.download-section .download-box .left-part { width: 70%; float: left; padding: 30px; }
.download-section .download-box .right-part { width: 30%; float: left; padding: 0px 15px 0px 0px; }
.download-section .download-box .left-part h3 { font-size: 34px; line-height: 36px; color: #009CA6; }
.download-section .download-box .left-part .content { width: 100%; float: left; }
.download-section .download-box .left-part .content p { font-size: 22px; font-weight: 400; line-height: 28px; }
.download-section .download-box .left-part  .btn { width: 100%; float: left; }
.download-section .download-box .left-part .btn a { display: inline-block; font-family:'Roboto', sans-serif;  background: #77BD1F; color: #fff; padding: 10px 12px; text-transform: uppercase; font-weight: 700; font-size: 22px; transition: all 0.5s; }
.download-section .download-box .left-part .btn a:hover { background:#009ba5 /*#f2825c*/; }

.video-section { width: 100%; float: left; background: #fff; padding: 30px; }
.video-section h3 { font-size: 34px; color: #009ca6; }
.video-section  .content { width: 100%; float: left; }
.video-section .content p { font-size: 22px; font-weight: 400; line-height: 24px; }
.video-section .video-wrap { width: 100%; float: left; padding-right: 200px; position: relative; }
.video-section .video-wrap:before { content: ' '; top: 30px; right: 10px; margin: auto; position: absolute; background-image: url(https://cdn2.hubspot.net/hubfs/2130623/play-pc.png); width: 205px; height: 129px; background-repeat: no-repeat; background-size: cover; background-position: center center; }
.video-section .video-box { width: 100%; float: left; margin-top: 15px; height: 600px; background-repeat: no-repeat; background-size: cover; background-position: center top; position: relative; }
.video-section .video-box a.vid-list { height: 180px; width: 180px; background-image: url(https://cdn2.hubspot.net/hubfs/2130623/play-icon.png); display: inline-block; background-repeat: no-repeat; background-size: contain; background-position: center center; position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; margin: auto; }
.video-section .video-box:before { content: ' '; top: 0; left: 0; width: 100%; height: 100%; position: absolute; background: #000; opacity: 0.1; }

.recent-section { width: 100%; float: left; position:relative; z-index:1; padding-top:30px;}
.recent-section .box-wrap .single-box { background: #fff; padding-bottom: 40px; margin-bottom: 50px;}
.recent-section .box-wrap .single-box h4 { font-size: 20px; font-weight: 700; text-transform: uppercase; color: #78BE1F; line-height: 24px; padding-bottom: 10px; }
.recent-section .box-wrap .single-box .blog-content { font-size: 18px; font-weight: 400; line-height: 22px; }
.recent-section .box-wrap .single-box a.readmore-link { font-size: 18px; transition: all 0.5s; }

.row-fluid .nfooter-section { width: 100%; float: left; background: #fff; padding: 30px 0px; text-align: center; }
.row-fluid .nfooter-section .footer-menu { width: 100%; float: left; }
.row-fluid .nfooter-section .footer-menu li { display: inline-block; }
.row-fluid .nfooter-section .footer-menu li a { padding: 10px 15px; color: #009BA5; font-size: 20px; font-weight: 400; transition: all 0.5s; }
.row-fluid .nfooter-section .footer-menu li a:hover { color: #ff9b2c; }
.row-fluid .nfooter-section .social-footer { width: 100%; float: left; }
.row-fluid .nfooter-section .social-footer ul { }
.row-fluid .nfooter-section .social-footer ul li { display: inline-block; padding: 0px 5px; }
.row-fluid .nfooter-section .social-footer ul li a { width: 36px; height: 36px; background: #BDBBBC; display: inline-flex; border-radius: 50%; align-items: center; justify-content: center; transition: all 0.5s; }
.row-fluid .nfooter-section .social-footer ul li a:hover { }
.row-fluid .nfooter-section .social-footer ul li a:hover { background: #ff9b2c; color: #fff; }
.row-fluid .nfooter-section .social-footer ul li a i { color: #fff; }
.row-fluid .nfooter-section .copy { width: 100%; float: left; padding-top: 25px; }
.row-fluid .nfooter-section .copy span { color: #009BA5; font-size: 20px; font-weight: 700; }

.environment-section { width: 100%; float: left; background: #fff; padding: 45px 25px 30px; text-align: center; position: relative; margin-bottom : 27px;}
.environment-section .left-part { width: 100%; float: left; }
.environment-section .left-part h3 { font-size: 34px; line-height: 36px; color: #009CA6; }
.environment-section .left-part  .content { max-width: 900px; width: 100%; margin: auto; }
.environment-section .left-part .content p { font-size: 26px; font-weight: 400; line-height: 34px; }
.environment-section .right-part { position: absolute; right: 30px; top: 50px; }
.environment-section .left-part .btn { width: 100%; float: left; padding-bottom: 20px; }
.environment-section .left-part .btn a { display: inline-block; font-family:'Roboto', sans-serif; background: #77BD1F; color: #fff; padding: 10px 12px; text-transform: uppercase; font-weight: 700; font-size: 22px; transition: all 0.5s; }
.environment-section .left-part .btn a:hover{background: #009ba5;}
.environment-section .left-part .environment-list { width: 100%; float: left; }
.environment-section .left-part .environment-list ul li { display: inline-block; font-family: 'LT Trim Bold'; color: #009CA6/*#78BE20*/; font-size: 20px; font-weight: 700; max-width: 240px; vertical-align: top; position: relative; padding: 10px 20px; width: 100%; }
.environment-section .left-part .environment-list ul li a { color: #009CA6; }
.environment-section .left-part .environment-list ul li a:hover { color: #f2825c; }
.environment-section .left-part .environment-list ul li:before { content: ' '; top: 18px; right: 0; background: #009BA5; height: 40px; width: 1px; position: absolute; }
.environment-section .left-part .environment-list ul li:last-child:before { display: none; }
.row-fluid .left .environment-section {text-align: left;}
.row-fluid .left .environment-section .left-part .content {float: left;} 

.popu-section { max-width: 1100px !important; }
.popu-section .popu-content { width: 100%; float: left; }
.popu-section .popu-content p { font-size: 20px; font-weight: 400; line-height: 24px; }
.popu-section .title-main { position: absolute; top: 44%; left: 0; right: 0; margin: auto; text-align: center; background: #fff; padding: 50px 20px; width: 212px; font-size: 26px; font-weight: 700; color: #009CA6; transform: translateY(-50%); }
.popu-section .popu-inner { width: 100%; float: left; position: relative; }
.popu-section .popu-inner .left-part { width: 50%; float: left; }
.popu-section .popu-inner .right-part { width: 50%; float: left; }
.popu-section .popu-inner img { height: 530px; width: 100%; object-fit: cover; }
.popu-section button.fancybox-close-small svg { fill: #009BA5 !important; border: 1px solid #009BA5; }
.popu-section button.fancybox-close-small { color: #009BA5; }


.row-fluid .lpform-section { width: 100%; float: left; background: #ffffff; margin-top: 25px; margin-bottom: 33px; padding: 40px 39px; }
.row-fluid .lpform-section fieldset.form-columns-2 { max-width: 100%; }
.row-fluid .lpform-section fieldset.form-columns-1 { max-width: 100%; }
.row-fluid .lpform-section fieldset.form-columns-2 .hs-form-field:first-child { padding-right: 10px; }
.row-fluid .lpform-section fieldset.form-columns-2 .hs-form-field:last-child { padding-left: 10px; }
.row-fluid .lpform-section fieldset.form-columns-2 .hs-form-field:last-child .input { margin-right: 0; }
.row-fluid .lpform-section fieldset .hs-form-field > label { display: block; padding-bottom: 5px; font-size: 22px; font-weight: 400; font-family: "LT Trim Regular"; }
.row-fluid .lpform-section fieldset .hs-form-field input { background: #EFD1AF; }
.row-fluid .lpform-section fieldset .hs-form-field textarea { background-color: #EFD1AF; height: 100px; }
.row-fluid .lpform-section form { position: relative; }
.row-fluid .lpform-section .hs-submit { position: relative; top: 0; right: 0; }
.row-fluid .lpform-section .hs-submit .hs-button { background: #77BD1F; height: auto; text-transform: uppercase; padding: 12px 20px; transition: all 0.5s; }
.row-fluid .lpform-section .hs-submit input.hs-button { width: auto; }
.row-fluid .lpform-section .hs-submit .hs-button:hover { background: #009ba5; }
.row-fluid .lpform-section form .hs-dependent-field .hs-form-field  ul.inputs-list > li { padding: 0px 0 0 26px; position: relative; margin: 6px 0 !important; }
.row-fluid .lpform-section form .hs-dependent-field .hs-form-field ul.inputs-list > li label { position: unset; font-size: 16px; line-height: 22px; font-weight: 400; font-family: FS Albert, sans-serif; }
.row-fluid .lpform-section fieldset.form-columns-1 .hs-fieldtype-checkbox > label { padding-left: 30px; padding-bottom: 0px; }
.row-fluid .lpform-section fieldset.form-columns-1 .hs-fieldtype-checkbox > label span,
.row-fluid .lpform-section form .hs-fieldtype-checkbox.hs-form-field ul.inputs-list li input[type="checkbox"] + span { font-size: 22px; line-height: 36px; color: #414042; font-family: "LT Trim Regular"; font-weight: 400; }
.row-fluid .lpform-section fieldset.form-columns-1 .hs-fieldtype-checkbox ul.inputs-list { width: 100%; float: left; margin: 0 0 15px; }
.row-fluid .lpform-section form .hs-dependent-field .hs-form-field ul.inputs-list > li label input[type="checkbox"] { -webkit-appearance: none; border: none !important; background-color: unset; margin: 0px; padding: 0px !important; }
.row-fluid .lpform-section form .hs-fieldtype-checkbox.hs-form-field ul.inputs-list li input[type="checkbox"] + span { position: unset; }
.row-fluid .lpform-section form .hs-fieldtype-checkbox.hs-form-field ul.inputs-list li input[type="checkbox"] + span:before { content: ''; position: absolute; height: 16px; width: 16px; display: inline-block; padding: 0px; z-index: 5; background-color: #fff; border: 2px solid #E7BA93; top: 9px; transform: translateY(0); left: 0px; }
.row-fluid .lpform-section form .hs-fieldtype-checkbox.hs-form-field ul.inputs-list li input[type="checkbox"] + span:after { content: '\f00c'; display:none; font-family: FontAwesome; color: #414042; position: absolute; top: 12px; transform: translateY(0); left: 4px; z-index: 5; font-size: 13px; line-height: 14px; }
.row-fluid .lpform-section form .hs-fieldtype-checkbox.hs-form-field ul.inputs-list li input[type="checkbox"]:checked+span:after { display: block}
.row-fluid .lpform-section fieldset.form-columns-1 .hs-fieldtype-checkbox ul.inputs-list li.hs-form-checkbox { width: 50%; float: left; position: relative; padding-left: 30px; }
.row-fluid .lpform-section fieldset.form-columns-1 .hs-fieldtype-checkbox ul.inputs-list li.hs-form-checkbox input { -webkit-appearance: none; margin: 0px; }
.row-fluid .lpform-section fieldset.form-columns-1 .hs-fieldtype-checkbox > label { padding-left: 30px; padding-bottom: 0px; }
.row-fluid .lpform-section fieldset.form-columns-1 .hs-yhteyshenkil_n_asema_esim_rehtori_opettaja_ { width: 632px; }

.video-upload-section { width: 100%; float: left; margin-top: 25px; background: #fff; padding: 30px; }
.video-upload-section .left-part { width: 75%; float: left; }
.video-upload-section .right-part { width: 25%; float: left; }
.video-upload-section .left-part h3 { font-size: 34px; line-height: 36px; color: #009CA6; }
.video-upload-section .left-part .content { width: 100%; float: left; }
.video-upload-section .left-part .content p { margin: 0; font-size: 22px; font-weight: 400; line-height: 26px; }
.video-upload-section .left-part .content h3 { font-size: 24px; margin-top: 20px; }
.video-upload-section .left-part h3.title { padding-bottom: 24px; }
.video-upload-section .right-part img { max-width: 340px; width: 100%; object-fit: contain; position: relative; left: -10px; top: 40px; }
.video-upload-section .left-part .button-strip { width: 100%; float: left; padding: 25px 0px; }
.video-upload-section .left-part .button-strip li { display: inline-block; padding: 0px 10px; }
.video-upload-section .left-part .button-strip li:first-child { padding-left: 0; }
.video-upload-section .left-part .button-strip li.button-cta a.cta_button { display: inline-block; font-family:'Roboto', sans-serif; background: #77BD1F; text-transform: uppercase; padding: 12px 20px; transition: all 0.5s; color: #fff; font-weight: 700; }
.video-upload-section .left-part .button-strip li.button-cta a.cta_button:hover { background: #009ba5; }
.video-upload-section .left-part .button-strip li.simple-link a { font-size: 22px; font-weight: 400; text-decoration: underline; transition: all 0.5s; }
.video-upload-section .left-part .button-strip li.simple-link a:hover { color: #009ca6; }
.video-upload-section .video-form-section { width: 100%; float: left; }
.video-upload-section .video-form-section fieldset.form-columns-2 { max-width: 100%; }
.video-upload-section .video-form-section fieldset.form-columns-2 .hs-form-field .input { margin: 0; }
.video-upload-section .video-form-section fieldset.form-columns-2 .hs-form-field:first-child { padding-right: 15px; }
.video-upload-section .video-form-section fieldset.form-columns-2 .hs-form-field:last-child { padding-left: 15px; }
.video-upload-section .video-form-section fieldset.form-columns-1 { width: 50%; float: left; max-width: 100%; }
.video-upload-section .video-form-section fieldset.form-columns-1 .input { margin-right: 0; padding-right: 15px; }
.video-upload-section .video-form-section fieldset.form-columns-1 .legal-consent-container { padding-left: 15px; padding-right: 150px; line-height: 0; }
.video-upload-section .video-form-section fieldset .hs-form-field > label { display: block; padding-bottom: 8px; font-size: 22px; font-weight: 400; }
.video-upload-section .video-form-section fieldset .hs-form-field  input { background: #EFD1AF; }
.video-upload-section .video-form-section .hs-submit { position: absolute; top: 85%; right: 0; }
.video-upload-section .video-form-section form { width: 100%; float: left; position: relative; }
.video-upload-section .video-form-section .hs-submit .hs-button { background: #77BD1F; height: auto; text-transform: uppercase; padding: 12px 20px; transition: all 0.5s; }
.video-upload-section .video-form-section .hs-submit .hs-button:hover { background: #009ba5; }


.video-upload-section .video-form-section .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox{ display:block; padding:0 0 8px 6px; position:relative; }
.video-upload-section .video-form-section .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; }
.video-upload-section .video-form-section .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.video-upload-section .video-form-section .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:2px;  content:''; width:20px; height:20px; border:2px solid #009BA5; color:#fafafa; background:#fff; }
.video-upload-section .video-form-section .inputs-list input[type="checkbox"]:checked + span:before { background:#009BA5; color:#ffff; border-color:#009BA5; }
.video-upload-section .video-form-section .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#fff; position:absolute; left:-23px; top:4px;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }
.video-upload-section .video-form-section .legal-consent-container .hs-form-booleancheckbox-display p{padding-left: 8px;}
.video-upload-section .video-form-section fieldset.form-columns-1 .legal-consent-container .hs-richtext a { text-decoration: underline; font-size: 22px; }
.video-upload-section .video-form-section fieldset.form-columns-1 .legal-consent-container .hs-richtext a:hover { color: #009ba5; }

.row-fluid .leftcontent-strip { width: 100%; float: left; margin-top: 25px; padding: 30px 30px 10px; background: #fff; }
.row-fluid .leftcontent-strip h3 { font-size: 34px; line-height: 36px; color: #009CA6; }
.row-fluid .leftcontent-strip  p { font-size: 22px; font-weight: 400; line-height: 26px; }
.Osallistu .row-fluid .bg-second { background-size: cover;}

body.Olosuhteet {background-image:url(https://cdn2.hubspot.net/hubfs/2130623/full-page-bg.png);}
body.Siisteys{ background-image:url(https://cdn2.hubspot.net/hubfs/2130623/orange-bg.png); }
body.Runokaha{background-image:url(https://cdn2.hubspot.net/hubfs/2130623/pink-bg-main.png); background-repeat: no-repeat; background-size: cover; }


.row-fluid .header.nheader-section {background: #fff;}

.newlp-hero-section { width: 100%; float: left; }
.newlp-hero-section .left-part { width: 50%; float: left; padding: 60px 0px; text-align: center; }
.newlp-hero-section .right-part { width: 50%; float: left; position: relative; top: -60px; z-index:-1; }
.newlp-hero-section .left-part .content { max-width: 600px; width: 100%; }
.newlp-hero-section .left-part .content h1 { font-size: 54px; line-height: 54px; }
.newlp-hero-section .left-part .content p { font-size: 26px; font-weight: 400; color: #fff; line-height: 34px; }
.newlp-hero-section .right-part img{position: relative;z-index: -1;}
.row-fluid .top-content-strip{ width:100%; float:left; margin-top: -240px; }

.questions-section { width: 100%; float: left; margin-top: 25px; }
.questions-section .inner-wrap { width: 100%; float: left; background: #fff; padding: 30px; position: relative; padding-right: 180px; }
.questions-section .inner-wrap h3 { font-size: 34px; line-height: 36px; color: #009CA6; padding-bottom: 20px; }
.questions-section .inner-wrap ul li { position: relative; padding: 0px 15px; }
.questions-section .inner-wrap ul li:before { content: ' '; background: #009CA6; position: absolute; width: 8px; height: 8px; border-radius: 50%; top: 10px; left: 0; }
.questions-section .inner-wrap .content { width: 100%; float: left; font-size: 21px; font-weight: 400; line-height: 29px; }
.questions-section .inner-wrap .content .left { width: 50%; float: left; padding-right: 40px; }
.questions-section .inner-wrap .content .right { width: 50%; float: left; padding-left: 40px; }
.questions-section .inner-wrap:before { content: ' '; top: -15px; right: -15px; position: absolute; background-image: url(https://cdn2.hubspot.net/hubfs/2130623/question-img.png); width: 220px; height: 181px; background-repeat: no-repeat; background-size: contain; }

.multibox-section { width: 100%; float: left; padding-top: 25px; }
.multibox-section .main-title { text-align: center; color: #fff; font-size: 54px; font-weight: 700; line-height: 65px; padding-bottom: 25px; text-transform:uppercase;}
.multibox-section .multibox-wrap.col-one .multibox { background: #fff; padding: 25px; width: 100%; float: left; margin-bottom:30px;}
.multibox-section .multibox-wrap .multibox .left-part.right-side-on { width: 70%; float: left; }
.multibox-section .multibox-wrap .multibox .right-part { width: 30%; float: left; text-align: right; padding-right: 30px; }
.multibox-section .multibox-wrap .multibox h3 { font-size: 34px; font-weight: 700; line-height: 40px; color: #009CA6; padding-bottom: 20px; }
.multibox-section .multibox-wrap .multibox  .content { width: 100%; float: left; }
.multibox-section .multibox-wrap .multibox .content p { font-size: 22px; font-weight: 400; margin: 0; }
.multibox-section .multibox-wrap .multibox .right-part img { max-width: 90px; width: 100%; }


.multibox-section .multibox-wrap.col-two .multibox { width: calc(100% / 2 - 30px); margin: 0px 13px; display: inline-block; margin-bottom: 30px; vertical-align: top; background: #fff; padding: 25px; }
.multibox-section .multibox-wrap.col-two { margin: 0px -15px; }
.multibox-section .multibox-wrap.col-two .multibox .right-part img { max-width: 60px; }
.multibox-section .multibox .inner-wrap { width: 100%;float: left;}

.multibox-section .multibox-wrap.col-three .multibox { width: calc(100% / 3 - 30px); margin: 0px 13px; display: inline-block; margin-bottom: 30px; vertical-align: top; background: #fff; padding: 25px; position: relative; }
.multibox-section .multibox-wrap.col-three { margin: 0px -15px; }
.multibox-section .multibox-wrap.col-three .multibox .right-part { padding-right: 0; width: auto; float: left; }
.multibox-section .multibox-wrap.col-three .multibox .right-part img { position: absolute; right: 7px; top: 55%; max-width: 170px; }
.multibox-section .multibox-wrap.col-three .multibox .left-part.right-side-on { width: 100%; float: left; }
.multibox-section .multibox-wrap.col-three .multibox .left-part.right-side-on .content { padding-right: 115px; }

.one-col-box .multibox-section .multibox-wrap.col-one .multibox:last-child {margin-bottom:0px;}
body.Olosuhteet .row-fluid .third-bg{ margin-top: -450px; min-height: 980px;}
.row-fluid .three-col-box { width: 100%; float: left; position: relative; z-index: 1; padding-top: 108px; margin-top: 40px; }
.row-fluid .three-col-box:before { content: ' '; left: 0; right: 0; margin: auto; position: absolute; background-image: url(https://cdn2.hubspot.net/hubfs/2130623/face.png); height: 150px; width: 260px; background-repeat: no-repeat; background-size: contain; top: 0; background-position: center top; }
.row-fluid .three-col-box:after { content: ' '; top: -261px; left: 0; right: 0; margin: auto; position: absolute; background-image: url(https://cdn2.hubspot.net/hubfs/2130623/shadow-back.png); background-size: cover; background-repeat: no-repeat; height: 630px; width: 621px; z-index: -1; }
.row-fluid .box-top-padding .multibox-section{ padding-top: 0;}
.Siisteys .row-fluid .top-content-strip{ margin-top: -160px;}
.Siisteys .multibox-section .multibox-wrap.col-three .multibox .right-part img{ max-width: 130px; top: 44%;}
.Siisteys .two-col-box .multibox-section{padding-top:0}
.Siisteys .multibox-section .multibox-wrap.col-one .multibox .right-part img{ max-width: 170px;}
.Siisteys .newlp-hero-section .right-part{ top: -90px;}
.Runokaha .newlp-hero-section .right-part{top: -140px;}
.Runokaha .row-fluid .top-content-strip{margin-top: -290px}
.Runokaha .multibox-section .multibox-wrap.col-three .multibox:nth-child(6) .right-part img{ max-width: 140px;}
.etusivu .row-fluid .third-bg{ z-index: 0;margin-top: -260px;}



.Runokaha .row-fluid .three-col-box { width: 100%; float: left; position: relative; z-index: 1; padding-top: 108px; margin-top: 40px; }
.Runokaha .row-fluid .three-col-box .multibox-section .multibox-wrap.col-three {position: relative;}
.Runokaha .row-fluid .three-col-box .multibox-section .multibox-wrap.col-three:before {content: ' ';right: 90px;left: auto;margin: auto;position: absolute;background-image: url(https://cdn2.hubspot.net/hubfs/2130623/boy.png);height: 460px;width: 260px;background-repeat: no-repeat;background-size: contain;top: -270px;background-position: center top;}
.Runokaha .row-fluid .three-col-box .multibox-section .multibox-wrap.col-three:after { content: ' '; top: -300px; left:auto; right: -10px; margin: auto; position: absolute; background-image: url(https://cdn2.hubspot.net/hubfs/2130623/shadow-back.png); background-size: cover; background-repeat: no-repeat; height: 630px; width: 621px; z-index: -1; }
.Runokaha .row-fluid .three-col-box:before, .Runokaha .row-fluid .three-col-box:after{display:none;}



.row-fluid .hero-top.some-dff-hero .new-hero-title p{color:#fff;font-size: 26px; font-weight: 400; line-height: 33px;}
.row-fluid .hero-top.some-dff-hero .new-hero-title { margin-right: 65px; margin-left: 70px !important;float: left;}
.row-fluid .piha-outer.new-body-cover{ margin-top: -250px;}
.row-fluid .top-space-onecol .multibox-section{ padding-top: 0;}
.row-fluid .top-space-onecol .multibox-wrap .multibox .right-part img{ max-width: 160px;}
.piha .row-fluid .top-space-onecol .multibox-section{position:relative; z-index:1;}
.piha .row-fluid .third-bg{z-index:0}
.piha .row-fluid .one-column-space .multibox-section { padding-top: 0;}
/* .piha .row-fluid .one-column-space .multibox-section .multibox-wrap .multibox .right-part img { max-width: 180px;} */


.jatehuolto .row-fluid .hero-top.some-dff-hero .new-hero-title{padding: 180px 0px 400px;}
.jatehuolto .two-col-box .multibox-section .multibox-wrap.col-two .multibox .right-part img{ max-width: 110px;}
.jatehuolto .second-col .multibox-section .multibox-wrap.col-two .multibox .right-part img{ max-width: 60px;}
.jatehuolto .second-col .multibox-section{padding-top:0}
.jatehuolto.Runokaha .row-fluid .three-col-box{padding-top:10px;}
.jatehuolto.Runokaha .row-fluid .three-col-box .multibox-section .multibox-wrap.col-three:after{background-image:url(https://cdn2.hubspot.net/hubfs/2130623/out-shaode.png); opacity: 0.8;}
.jatehuolto .row-fluid .img-set-three .multibox-section .multibox-wrap.col-three .multibox .right-part img{top: 43%; max-width: 110px;}

.jatehuolto .row-fluid .third-bg{  z-index: 0; margin-top: -340px;}
.row-fluid .top-space-onecol.one-col{position:relative;z-index:1;}
body.jatehuolto.Runokaha{background-image:none;}

.row-fluid .environment-section .environment-list h2 { font-size: 34px; line-height: 36px; color: #009CA6; padding-top: 40px; padding-bottom: 20px; }
.row-fluid .environment-section .environment-list  .second-button { width: 100%; float: left; padding-top: 20px; }
.row-fluid .environment-section .environment-list .second-button a { display: inline-block; background: #77BD1F; color: #fff; padding: 10px 12px; text-transform: uppercase; font-weight: 700; font-size: 22px; transition: all 0.5s; }
.row-fluid .environment-section .environment-list .second-button a:hover { background: #f2825c; }
.row-fluid .left .environment-section .left-part .content p {font-size: 22px;}
.Kunta .row-fluid .third-bg{ z-index: 0;}
.Kunta .row-fluid .environment-section{z-index: 1;}

.row-fluid .top-space .environment-section{margin-top:25px;}
.Kunta .multibox-section .multibox-wrap .multibox{position:relative;}
.Kunta .multibox-section .multibox-wrap .multibox .right-part img{ max-width: 170px; position: absolute; right: 50px; top: auto; bottom: -183px;}
.Kunta .left .environment-section .right-part{ top: 120px;}
.Opettajalle .row-fluid .third-bg{ margin-top: -100px;}

.out-img .download .download-section .download-box{ position: relative;}
.out-img .download .download-section .download-box:nth-child(2) .right-part img{position:absolute; top: auto;bottom: -30px;} 
.out-img .video-sec{ position: relative; z-index: 1;}

.out-img .outer-img-set .multibox-section .multibox-wrap .multibox{position:relative;}
.out-img .outer-img-set .multibox-section .multibox-wrap .multibox .right-part img{ position: absolute; right: 40px;max-width: 150px;top: -40px;}
.out-img .one-column-space .multibox-section .multibox-wrap .multibox:nth-child(2){position: relative; z-index: 1;}
.out-img .one-column-space .multibox-section .multibox-wrap .multibox .inner-wrap{position:relative;}
.out-img .one-column-space .multibox-section .multibox-wrap .multibox .right-part img{ max-width: 250px; position: absolute; top: auto;right: -50px; bottom: -90px; }

.out-img .twocol-img-set .multibox-section .multibox-wrap.col-two .multibox {position:relative;}
.out-img .twocol-img-set .multibox-section .multibox-wrap.col-two .multibox .right-part img{max-width: 165px;position: absolute;top: -16px; right: -13px;}
.jatehuolto .row-fluid .piha-outer.new-body-cover{ margin-top: -320px;}


/* ===8-1-2020=== */
 .video-upload-section .video-form-section fieldset.form-columns-1:nth-child(1) { width: 100%;}
.video-upload-section .video-form-section fieldset.form-columns-1 .hs_file .input{ padding:0; }
/*.video-upload-section .video-form-section fieldset.form-columns-1 .hs_file {  position: relative;}
.video-upload-section .video-form-section fieldset.form-columns-1 .hs_file legend.hs-field-desc {position: absolute;left: 195px;top: 44px;width: auto;z-index: 99;font-size: 22px;font-weight: 400;text-decoration: underline;transition: all 0.5s;}
.video-upload-section .video-form-section fieldset.form-columns-1 .hs_file .input {  padding: 0;  display: inline-block;}
.video-upload-section .video-form-section fieldset.form-columns-1 .hs_file .input input { color: transparent; background: transparent; padding: 0;  display: inline-block;}
.video-upload-section .video-form-section fieldset.form-columns-1 .hs_file .input input::before {outline: none; white-space: nowrap; -webkit-user-select: none; cursor: pointer; font-size: 10pt; display: inline-block; background: #77BD1F; text-transform: uppercase; padding: 12px 20px; transition: all 0.5s; color: #fff; font-weight: 700; content: 'Lataa video >'; font-family: 'Open Sans', sans-serif; font-size: 18px; line-height: 26px;}     */
/* .video-upload-section .video-form-section fieldset.form-columns-1 .hs_file .input input::-webkit-file-upload-button { visibility: hidden;} */


/*---------------- Pate Esittely Page 18-01-2020 ----------------*/
.row-fluid .presentation-section { width: 100%; float: left; padding: 0 0 50px; background-image: url(https://cdn2.hubspot.net/hubfs/2130623/LT2019/bg-color-img.png); background-repeat: no-repeat; background-size: 100% 100%; }
.row-fluid .presentation-section .present-inner { background-color: #fff; padding: 38px 36px 50px; position: relative; z-index: 1; margin-top: -222px; }
.row-fluid .presentation-section .prsent-content { text-align: center; padding-bottom: 33px; }
.row-fluid .presentation-section .prsent-content p { font-size: 26px; line-height: 30px; font-family: "LT Trim Regular"; color: #000000; }
.row-fluid .presentation-section .prsent-content p:first-child { margin-top: 0px; }
.row-fluid .presentation-section .prsent-content p:last-child { margin-bottom: 0px; }
.row-fluid .presentation-section .left-img, .row-fluid .presentation-section .right-img { width: 50%; float: left; margin: 0px; }
.row-fluid .presentation-section .left-img img, .row-fluid .presentation-section .right-img img { max-width: 100% !important; width: 100%; height: auto; max-height: 604px; object-fit: cover; }
.row-fluid .lpform-section fieldset.form-columns-1 .hs_message.hs-form-field .input {margin-right: 0px;}

.row-fluid .ingressi-section { width: 100%; float: left; background-color: #E6B98F; padding-bottom:48px; }
.row-fluid .ingressi-section .ingressi-inner { background-color: #fff; padding: 52px 39px 35px; position: relative; z-index: 1; margin-top: -206px; }
.row-fluid .ingressi-section .ingressi-inner > div > div { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -moz-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.row-fluid .ingressi-section .left-title { width: 72%; padding-right: 60px; text-align:right; }
.row-fluid .ingressi-section .left-title h2 { font-size: 36px; line-height: 42px; color: #27A9B1; text-align: center; display:inline-block; width:auto; }
.row-fluid .ingressi-section .right-img { width: 28%; float: right; margin: 0; }

.row-fluid .content-section { background-color: #E6BA8F; padding-bottom:34px; }
.row-fluid .content-section .content-text { position: relative; z-index: 1; background-color: #fff; padding: 39px 38px 36px; margin-bottom: 27px; }
.row-fluid .content-section .content-text p { font-size: 26px; line-height: 34px; color: #414042; text-align: center; font-family: "LT Trim Regular"; margin: 0px; }
.row-fluid .content-section .content-inner { margin-top: -205px; position: relative; z-index: 1; }
.row-fluid .content-section .lpform-section { margin-top: 0px; margin-bottom: 0px; padding-top: 33px; padding-bottom: 30px; }
.row-fluid .content-section .lpform-section fieldset .hs-form-field > label { color: #414042; }
.row-fluid .content-section .lpform-section fieldset.form-columns-1 .hs_jobtitle { width: 51%; }
.row-fluid .content-section .lpform-section fieldset.form-columns-1 .hs_jobtitle .input { margin-right: 0px; }
.row-fluid .content-section .lpform-section .hs_submit { margin-top: -61px; width: 49%; float: right; text-align: right; }
.row-fluid .content-section .lpform-section .hs-form-field > .hs-error-msgs { margin-bottom: 0px; }
.row-fluid .content-section .lpform-section .hs-form-field > .hs-error-msgs label.hs-error-msg { transition: unset; transform: translate(0px, -12px); -webkit-transform: translate(0px, -12px); -moz-transform: translate(0px, -12px); }
.row-fluid .content-section .lpform-section .submitted-message { text-align: center; font-size: 22px; line-height: 28px; color: #414042; font-family: "LT Trim Regular"; }

.multibox-section .image_content .box_img { width: 128px; height: 128px; float: left; border: 2px solid #009BA5; border-radius: 100%; background-repeat: no-repeat; background-size: cover; background-position: center center; transition: all .5s; }
.multibox-section .image_content .box_img:hover { border: 7px solid #009BA5; }
.multibox-section .image_content .box_content { width: calc(100% - 130px); float: left; padding-left: 28px; }
.multibox-section .image_content .box_content h5 { font-size: 22px; line-height: 24px; color: #414042; font-family: "LT Trim Regular"; }
.multibox-section .image_content .box_content h4 { font-size: 26px; line-height: 30px; color: #009CA6; padding-top: 3px; }
.multibox-section .image_content .box_content .box_btn { width: 100%; float: left; padding-top: 8px; }
.multibox-section .image_content .box_content .box_btn a { display: inline-block; position:relative; z-index:21; background-color: #77BD1F; text-transform:uppercase; color: #fff; font-size: 22px; line-height: 25px; font-family:'Roboto', sans-serif /*"LT Trim Regular"*/; padding: 6px 15px; }
.multibox-section .image_content .box_content .box_btn a:hover { background-color:#009ba5; }


.new-hero-title .hero-btn { padding-top:40px }
.new-hero-title .hero-btn a {display: inline-block; font-family:'Roboto', sans-serif; background: #77BD1F; color: #fff;padding: 12px 40px; font-size: 24px;font-weight: 700; transition: all 200ms ease; }
.Opettajalle.Kunta .row-fluid .new-hero-title{ padding: 200px 0px 320px;}
.Opettajalle.Kunta .row-fluid .new-hero-title a:hover{background: #009ba5;}
.Opettajalle.Kunta .environment-section .left-part .btn{text-align:center;}

/* 27-01-2020 */

.enviroment-section-v2 { z-index: 1; position: relative; width: 100%; float: left; }
.enviroment-innr-wrap { width: 100%; float: left; background: #fff; text-align: center; }
.enviroment-innr-wrap h2 { font-size: 34px; line-height: 36px; color: #009CA6; padding-top: 40px; padding-bottom: 20px; }
.environment-list-v2 { width: 100%; float: left; margin-bottom: 27px; }
.environment-list-v2 ul { width: 100%; float: left;  }
.environment-list-v2 ul li { display: inline-block; font-family: 'LT Trim Bold'; color: #009CA6/*#78BE20*/ ; font-size: 20px; font-weight: 700; max-width: 240px; vertical-align: top; position: relative; padding: 10px 20px; width: 100%; }
.environment-list-v2 ul li a { display: inline-block; color: #009CA6; }
.environment-list-v2 ul li:before { content: ' '; top: 18px; right: 0; background: #009BA5; height: 40px; width: 1px; position: absolute; }
.environment-list-v2 ul li:last-child:before { display: none; }
.enviroment-btn-wrap { width: 100%; float: left; padding-top: 20px; }
.enviroment-btn-wrap a { display: inline-block; background: #77BD1F; color: #fff; padding: 10px 12px; text-transform: uppercase; font-weight: 700; font-size: 22px; transition: all 0.5s; }
.environment-list-v2 ul li a:hover { color:#f2825c;}
.enviroment-btn-wrap a:hover {background: #009ba5;}






/*****************************************/
/* Responsive CSS starts here    */
/*****************************************/


.container, .row-fluid .container[class*="span"]{width:1280px; } 

@media (min-width:2500px){
   .row-fluid .third-bg, .row-fluid .hero-top, .row-fluid .bg-second{ background-size: cover;}
}

@media (max-width:1500px){
   .row-fluid .third-bg{ min-height: 700px;background-size: cover;}
   .row-fluid .new-body-cover{ margin-top: -220px;}
   .popu-section .popu-inner img{ height: 460px;}
   .Osallistu .row-fluid .new-body-cover{ margin-top: -180px}
   .questions-section .inner-wrap:before{right:-9px;}
   body.Siisteys .row-fluid .third-bg{ margin-top: -190px;}
   .row-fluid .some-dff-hero .new-hero-title{padding: 200px 0px 310px;}
   .jatehuolto .row-fluid .hero-top.some-dff-hero .new-hero-title{ padding: 100px 0px 349px;}
   .videogallery_page .row-fluid .third-bg { margin-top: -160px; }
/*---------------- Pate Esittely Page 18-01-2020 ----------------*/
   .row-fluid .presentation-section .prsent-content p {font-size: 22px;  line-height: 26px; }
}

@media (max-width:1400px){
   /*    .row-fluid .recent-section .box-wrap { margin: 0;} */
}

@media (min-width: 1201px) and (max-width: 1299px){
   .container, .row-fluid .container[class*="span"]{width:1200px; padding: 0 15px;}
}

@media (min-width: 900px) and (max-width: 1200px){
   .container, .row-fluid .container[class*="span"]{width:870px;}
}
@media (max-width: 899px) {
   .container, .row-fluid .container[class*="span"] { width:100%; padding:0 20px; float:left !important; }
}

@media (min-width:991px) {/*hover event for desktops*/
   .ebiz-toggle, .mainmenu .mobile-menu span.mobile-toggle{display:none;}
   .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {opacity:1; visibility:visible;}
   .top-search > span{display:none;}
   .top-search .g-search{position:static; width: auto;}

   /*   .row-fluid .mainmenu a.mobile-trigger + div { display:inline-block !important} */
}

@media (max-width:1619px){
   .row-fluid .mainmenu ul li a { padding:0 14px;}
   .row-fluid .hero-slider-wrap .hero-slider .single-slide { min-height: 690px;}

   .row-fluid .banner-section { min-height:570px;}
   .row-fluid .plastic-mold-household-section .right-part .single-content-row { margin-bottom: 50px;}
   .innerpage .row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper > div a div:after { width: 68px;  height: 167px;}
   .row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper > div a.three_col {padding: 30px 25px;}

   .innerpage .row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper > div a { min-height: 250px;}

}
@media (max-width:1429px){

   h1 { font-size:100px; line-height:105px;}
   h2 { font-size:40px; line-height:48px;} 

   .row-fluid .header .logo { max-width:415px;}
   .row-fluid .mainmenu ul li a { padding:0 8px; font-size:19px; line-height:28px;}

   .row-fluid .header { padding:30px 0;}
   .row-fluid .mainmenu { padding-top:6px;}

   .row-fluid .hero-slider-wrap .hero-slider .single-slide { min-height:600px;}
   .row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper>div a div:after {width: 92px;}

   .row-fluid .banner-section { min-height: 470px;} 
   .row-fluid .plastic-mold-household-section .right-part {padding: 55px 30px 45px 40px;}
   .row-fluid .plastic-mold-household-section .right-part .single-content-row { margin-bottom: 35px;}
   .row-fluid .banner-section h1 { max-width:750px;}
   .row-fluid .plastic-mold-household-section .right-part .single-content-row .widget-type-rich_text { font-size: 18px; line-height: 26px;}
   .row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper > div a.three_col h2 {font-size: 30px; line-height: 38px;}
   .Runokaha .row-fluid .three-col-box .multibox-section .multibox-wrap.col-three:after { width: 100%; background-size: contain; background-position: 100% center; right:0;}


}



@media (max-width:1299px){
   
   .row-fluid .lpform-section fieldset.form-columns-1 { max-width: 100%; width:100%;}
   .row-fluid .lpform-section fieldset.form-columns-1 .hs-yhteyshenkil_n_asema_esim_rehtori_opettaja_ { width:51.5%; }
   .row-fluid .some-dff-hero .new-hero-title{ padding: 70px 0px 270px;}
   .row-fluid .piha-outer.new-body-cover{margin-top: -160px;}
   .Kunta .multibox-section .multibox-wrap .multibox .right-part img{ top: auto; bottom: -183px;}
   .out-img .one-column-space .multibox-section .multibox-wrap .multibox .right-part img{right:-10px;}
   .Runokaha .row-fluid .top-content-strip{ margin-top: -250px;}




}



@media (max-width:1200px){
   .recent-section .box-wrap .single-box .blog-content{ word-break: break-word;}
   .recent-section .box-wrap .single-box h4{word-break: break-word;}
   .row-fluid .nheader-section .mainmenu { width: calc(100% - 380px);}
   .row-fluid .new-hero-title{ margin-right: 0; padding: 130px 0px 280px;}
   .row-fluid .new-hero-title h1{ font-size: 46px; line-height: 51px;}
   .row-fluid .content-strip p{ font-size: 23px; line-height: 32px;}
   .download-section .download-box .left-part h3 { font-size: 25px; line-height: 28px; }
   .download-section .download-box .left-part .content p { font-size: 19px; line-height: 25px; }
   .download-section .download-box .left-part .btn a { font-size: 16px; }
   .download-section .download-box .left-part{padding-right:20px;}
   .video-section .content p { font-size: 20px; line-height: 25px;}
   .video-section .content p { font-size: 20px; line-height: 25px; }
   .environment-section .left-part .content { padding-right: 150px; }
   .environment-section .left-part .content p { font-size: 22px; line-height: 30px; }
   .environment-section .left-part h3 { font-size: 31px; line-height: 33px; }
   .row-fluid .third-bg{ min-height: 650px;}
   .video-section .video-box{ height: 450px;}
   .video-section .video-box a.vid-list { height: 150px; width: 150px;}
   .row-fluid .new-body-cover{ margin-top: -130px;}
   .row-fluid .lpform-section { padding:30px; }
   .row-fluid .lpform-section fieldset .hs-form-field > label { font-size: 17px;   }
   .video-upload-section .video-form-section fieldset .hs-form-field > label { font-size: 18px;}


   .newlp-hero-section .left-part .content h1 { font-size: 39px; line-height: 43px; }
   .newlp-hero-section .left-part .content p { font-size: 23px; line-height: 30px; }
   .row-fluid .top-content-strip { margin-top: -40px; }
   .newlp-hero-section .right-part { top: 0; }
   .questions-section .inner-wrap { padding-right: 120px; }
   .multibox-section .main-title { font-size: 43px; }
   .multibox-section .multibox-wrap .multibox h3 { font-size: 29px; line-height: 38px; }
   .multibox-section .multibox-wrap.col-three .multibox { width: calc(100% / 2 - 30px); }
   .row-fluid .three-col-box:before { left: 220px; }
   .multibox-section .multibox-wrap .multibox .content p { font-size: 20px; }
   .questions-section .inner-wrap .content { font-size: 20px; }
   .Olosuhteet .row-fluid .content-strip p { font-size: 20px; line-height: 29px; }
   .Olosuhteet .row-fluid .third-bg{ min-height: 810px;}
   .Siisteys .row-fluid .top-content-strip{ margin-top: -30px;}
   .Siisteys .row-fluid .content-strip p { font-size: 20px; line-height: 29px; }
   .Runokaha .newlp-hero-section .right-part{ top: -60px;}
   .jatehuolto .row-fluid .hero-top.some-dff-hero .new-hero-title{ padding: 100px 0px 209px;}
   .Kunta .left .environment-section .right-part img { max-width: 170px;}
   .Kunta .multibox-section .multibox-wrap .multibox .right-part img { max-width: 130px;bottom: -140px;top: auto;}
   .out-img .download .download-section .download-box:nth-child(2) .right-part img{ bottom: -90px;max-width: 110px;}
   .out-img .twocol-img-set .multibox-section .multibox-wrap.col-two .multibox .right-part img{ max-width: 125px;}

/*---------------- Pate Esittely Page 18-01-2020 ----------------*/
   .row-fluid .presentation-section .present-inner { padding: 38px 30px 50px; margin-top: -162px; }
   .row-fluid .presentation-section .left-img img, .row-fluid .presentation-section .right-img img { max-height: 440px; }
   .row-fluid .lpform-section fieldset.form-columns-1 .hs-fieldtype-checkbox > label span, .row-fluid .lpform-section form .hs-fieldtype-checkbox.hs-form-field ul.inputs-list li input[type="checkbox"] + span { font-size: 19px; line-height: 26px; }
   .row-fluid .lpform-section fieldset.form-columns-1 .hs-fieldtype-checkbox ul.inputs-list li.hs-form-checkbox { margin: 5px 0; }
   .row-fluid .lpform-section form .hs-fieldtype-checkbox.hs-form-field ul.inputs-list li input[type="checkbox"] + span:before { top: 4px; }
   .row-fluid .lpform-section form .hs-fieldtype-checkbox.hs-form-field ul.inputs-list li input[type="checkbox"] + span:after { top: 8px; left: 3px; }
   
   .row-fluid .ingressi-section .ingressi-inner { margin-top: -145px; }
   .row-fluid .ingressi-section .left-title { padding-right: 30px; }
   .row-fluid .ingressi-section .left-title h2 { font-size: 32px; line-height: 40px; }
   .row-fluid .ingressi-section .ingressi-inner { padding: 40px 30px; }

   .row-fluid .content-section .content-inner { margin-top: -145px; }
   .row-fluid .content-section .content-text { padding: 30px 30px 30px; }
   .row-fluid .content-section .content-text p { font-size: 22px; line-height: 26px; }
   .multibox-section .image_content .box_content h4 { font-size: 24px; }
}











@media (max-width:1199px){

   h1 { font-size:90px; line-height:97px;}
   h2 { font-size:40px; line-height:48px;} 


   .row-fluid .mainmenu {width: calc(100% - 415px);}
   .row-fluid .mainmenu ul li a { padding: 0 6px;}
   .row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper>div a { padding:24px 15px;min-height: 280px;}
   .row-fluid .box-wrap .single-box .blog-img {min-height:162px;}
   .row-fluid .footer .btm-footer { margin-top: 80px;}
   .row-fluid .footer .footer-social-media { margin-bottom: 80px;}

   .row-fluid .banner-section { min-height: 390px;} 
   .row-fluid .plastic-mold-household-section .left-part h2 { font-size:90px; line-height:90px;}
   .row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper > div a.three_col {    width: calc(50% - 30px);}

   .row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper > div a[href] div:after { width: 82px;  height: 196px;}  


}


@media (max-width:991px){
   .row-fluid .sub-title { max-width: 100%; }

   .mainmenu, .mainmenu li, .mainmenu li  a { display: block; float: none; position: static; top: auto; right: auto; left: auto; bottom: auto; padding: 0px; margin: 0px; background-image: none; background-color: transparent; border: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; max-width: none; width: 100%; height: auto; line-height: 1; font-weight: normal; text-decoration: none; text-indent: 0px; text-align: left; color: #fff; }

   /* Toggle Button
   ========================================================================== */
   a.mobile-trigger { display: inline-block !important; /* Hide button on Desktop */ cursor: pointer; /* Mouse pointer type on hover */ position: absolute; /*******************************************/ top: 13px;          /* Position Button at top right of screen  */ right: 0;        /*******************************************/ width: 60px; /* Button width */ height: 60px; /* Button height */ text-align: center; background: transparent; padding: 12px 10px; 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-transform: uppercase; border-radius: 0; -webkit-transition: color .2s ease-in; -moz-transition: color .2s ease-in; transition: color .2s ease-in; line-height: 30px; text-align: left; }
   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: #054f7d; 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 */ }
   .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: 30px; /* Icon line width */ height: 3px; /* Icon line height */ background-color: #009ca6; /* Icon color */ 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: 0px; width: 55px !important; /* Button width */ min-width: 35px !important; height: 45px !important; /* Button height */ padding: 0 !important; }
   span.child-triggerm:after { position: absolute; content: "\f101"; font-family: Fontawesome; right: 0; top: 50%; color: #fff; font-size: 26px; transform: translateY(-50%); }
   span.child-triggerm.child-open:after { content: "\f103"; }

   /* 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: 70px;             /* Positions the menu to drop from the very top of the screen */ left: 0px;          /**************************************************************/ width: 100%; }
   .mainmenu .hs-menu-flow-horizontal { padding: 0; /* Padding to add room for close button */ background-color: #009ba5; /* Menu background color set off global mobile-menuColor variable */ 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, 0.1);padding: 10px 0; /* Adds transparent dark highlights to top of top level list items */ }

   .mainmenu .hs-menu-flow-horizontal ul li a:hover { color: #fff; /* link hover color set by global mobile-aColorHover variable */ }

   /* Level 2 and Higher Menu List Styles */
   .mainmenu .hs-menu-flow-horizontal > ul ul li { text-align: center; float: left; width: 100%; }
   .mainmenu .hs-menu-flow-horizontal > ul ul li a { text-indent: 0; /* Indent Child lists */ font-size: 16px; /* Font size of child lists */ line-height: 20px; padding: 5px 0; font-weight: 500; }

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

   .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%;}

   .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul.mobile-menu li{float:none;}
   .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul { width:100%;}
   .mainmenu .hs-menu-flow-horizontal ul li a, .row-fluid .mainmenu ul li:first-child a, .row-fluid .mainmenu ul li:last-child a { padding: 0 15px;font-size: 18px; line-height: 24px;} 

   .row-fluid .hero-slider-wrap .hero-slider .single-slide{    min-height: 500px;}
   .row-fluid .hero-slider-wrap .hero-slider .single-slide h1 { max-width:100%; padding: 0 15px;}

   h1 { font-size: 78px;line-height: 86px;}
   h2 { font-size:40px; line-height:48px;}

   .row-fluid .plastic-mold-section {     padding: 60px 0 35px;}
   .row-fluid .section-title { margin-bottom: 25px;}
   .row-fluid .plastic-mold-section .middle-box-wrap { padding-top: 50px;} 
   .row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper > div a.half, .row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper > div a.full { width:100%; margin:0 0 20px;}
   .row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper > div { margin-left:0; margin-right:0}

   .row-fluid .box-wrap .single-box { width:calc(50% - 30px); margin-bottom:25px;}

   .row-fluid .footer .footer-menu ul li a {font-size: 18px; line-height: 25px; padding: 0 10px;}

   .row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper>div a div:after { height:146px; width:72px;}
   .row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper>div a { min-height:240px;}

   .row-fluid .sub-title { font-size:24px; line-height:32px;}
   .row-fluid .footer .footer-social-media { margin-bottom:50px;}
   .row-fluid .footer .btm-footer { margin-top: 50px;} 

   .row-fluid .banner-section { min-height: 350px; padding:70px 0;} 
   .row-fluid .plastic-mold-household-section { padding-top: 50px;} 
   .row-fluid .plastic-mold-household-section .row-fluid-wrapper > .row-fluid, .row-fluid .plastic-mold-household-section .row-fluid-wrapper {flex-direction: column;}
   .row-fluid .plastic-mold-household-section .left-part, .row-fluid .plastic-mold-household-section .right-part { width:100%;}
   .row-fluid .plastic-mold-household-section .left-part {padding:50px;}
   .row-fluid .plastic-mold-household-section .left-part img { max-width:200px;}
   .row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper > div a.three_col { width:100%; margin:0 0 20px;}
   .row-fluid .pt-80 { padding-top: 40px !important;}
   .row-fluid .box-wrap .single-box:last-child { margin-bottom:0}

   .row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper > div a[href] div:after { height: 116px;}

   .row-fluid .third-bg{ min-height: 550px;}

   .environment-section .right-part { z-index: -1; opacity: 0.7; }
   .environment-section { z-index: 1; }
   .environment-section .left-part .content { padding-right: 0; }
   .row-fluid .header .logo .row-fluid > div img {   max-width: 400px !important;}
   .video-upload-section .left-part .content p {font-size: 20px;}

   .video-upload-section .left-part .content p { font-size: 20px; }
   .video-upload-section .video-form-section fieldset.form-columns-1 .legal-consent-container { padding-right: 0; }
   .video-upload-section .video-form-section .hs-submit { position: relative; margin-top: 20px; width: 100%; float: left; }

   .video-upload-section .video-form-section fieldset.form-columns-2 .hs-form-field{ float: none; display: inline-block; vertical-align: bottom;}
   .row-fluid .hero-top{ background-position: center left; background-size: cover;} 


   .newlp-hero-section .left-part { width: 100%; padding-bottom: 0; }
   .newlp-hero-section .left-part .content { max-width: 100%; }
   .newlp-hero-section .right-part { width: 100%; max-width: 660px; margin: auto; float: none; z-index: -1;}
   .newlp-hero-section .right-part img { margin-top: -40px; margin-bottom: -70px; }


   body.Siisteys .newlp-hero-section .right-part{ top: -30px;}

   body.Runokaha .row-fluid .third-bg{margin-top: -140px;}
   .row-fluid .hero-top.some-dff-hero .new-hero-title { margin: 0 auto !important; float: none; }
   .piha .row-fluid .hero-top.some-dff-hero { background-position: center right;}
   .piha .row-fluid .content-strip p{ font-size: 20px; line-height: 28px;}
   .row-fluid .hero-top.some-dff-hero .new-hero-title p{ font-size: 20px; line-height: 29px;}
   .piha .row-fluid .content-strip p { font-size: 18px; line-height: 26px;}
   .row-fluid .environment-section .environment-list h2{ font-size: 31px;}
   .row-fluid .environment-section .environment-list .second-button a{ font-size: 20px;}
   .out-img .download .download-section .download-box:nth-child(2) .right-part img{ bottom: -70px;max-width: 90px;}
   body.jatehuolto .row-fluid .third-bg{ margin-top: -200px;}
   body.Runokaha.Siisteys .row-fluid .top-content-strip{ margin-top: -90px;}
   .jatehuolto .row-fluid .piha-outer.new-body-cover{ margin-top: -179px;}
   
   .questions-section .inner-wrap:before {width: 190px;}
   
/*---------------- Pate Esittely Page 18-01-2020 ----------------*/
   .row-fluid .presentation-section { padding-bottom: 40px; }
   .row-fluid .presentation-section .present-inner { padding: 30px 30px 40px; }
   .row-fluid .presentation-section .prsent-content p { font-size: 20px; line-height: 24px; }
   .row-fluid .presentation-section .left-img img, .row-fluid .presentation-section .right-img img { max-height: 360px; }
   
   .row-fluid .ingressi-section .ingressi-inner { padding: 30px; }
   .row-fluid .ingressi-section .left-title h2 { font-size: 30px; line-height: 38px; }
   
   .row-fluid .content-section .content-text { padding: 26px 30px; }
   .row-fluid .content-section .content-text p { font-size: 21px; }
   .row-fluid .content-section .lpform-section { padding-top:30px; padding-bottom:30px; }
   
   .multibox-section .image_content .box_content { padding-left: 20px; }
   .multibox-section .image_content .box_content h5 { font-size: 19px; }
   .multibox-section .image_content .box_content h4 { font-size: 22px; line-height: 26px; }
   .Opettajalle.Kunta .row-fluid .new-hero-title{ padding: 200px 0px 210px;}
   
/* 27-01-2020 */
   .enviroment-innr-wrap h2 { font-size: 31px; }
   .enviroment-btn-wrap a { font-size: 20px; }
   
}
@media (max-width:767px){

   .container, .row-fluid .container[class*="span"]{width:100%;}

   h1 { font-size: 62px;  line-height: 70px;}
   h2 { font-size:36px; line-height:44px;}
   h3 { font-size:32px; line-height:40px;}

   .row-fluid .header { padding:20px 0 15px;}
   .row-fluid .header .logo .row-fluid > div { display:inline-block; vertical-align:middle;}
   .row-fluid .header .logo .row-fluid > div img { max-width:190px;display:inline-block; vertical-align:middle}

   .row-fluid .hero-slider-wrap .hero-slider .single-slide { min-height:400px;    background-position: center;}

   .slick-slider .slick-dots { bottom:20px;}

   .row-fluid .plastic-mold-section { padding: 40px 0 20px;}

   .row-fluid .plastic-mold-section .middle-box-wrap { padding-top: 35px;}

   .row-fluid .section-title { margin-bottom: 15px;}
   .row-fluid .sub-title span br { display:none;}
   .row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper>div a div:after { height: 96px; width: 42px;}
   .row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper>div a { min-height:auto;}

   .row-fluid .box-wrap{ margin-left:0px; margin-right:0px;}
   .row-fluid .box-wrap .single-box { width:100%;    margin: 0 0 20px;}
   .row-fluid .box-wrap .single-box .blog-img { min-height: 230px;} 
   .row-fluid .blog-section { padding-bottom: 20px;}

   .row-fluid .plastic-mold-household-section .left-part h2 { font-size: 70px; line-height: 70px;}
   .row-fluid .plastic-mold-household-section .left-part img { max-width: 120px;}
   .row-fluid .plastic-mold-household-section .right-part { padding: 45px 15px 25px 15px;}
   .row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper > div a[href] div:after { height: 86px; width:47px;}
   .innerpage .row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper > div a { min-height:auto;}

   .row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper > div a h2, .row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper > div a.three_col h2 { font-size: 24px; line-height: 38px;}
   .row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper > div a.three_col { padding: 20px 15px;}

   .row-fluid .new-hero-title { padding: 90px 0px 230px; float: none; margin: auto !important; width: 100%; }
   .row-fluid .new-hero-title h1 { font-size: 36px; line-height: 41px; }
   .row-fluid .hero-top { background-size: cover; background-position: center left; }
   .row-fluid .content-strip p { font-size: 18px; line-height: 26px; }
   .download-section .download-box { width: calc(100% / 1 - 23px); margin-bottom: 22px; }
   .download-section { padding: 25px 0px 5px; }
   .video-section .video-wrap { padding-right: 0; }
   .video-section .video-wrap:before { z-index: -1; opacity: 0.5; width: 155px; height: 100px; }
   .video-section h3 { font-size: 28px; line-height: 28px; }
   .video-section .content p { font-size: 18px; line-height: 24px; }
   .video-section .video-box { height: 300px; }
   .video-section .video-box a.vid-list { height: 90px; width: 90px; }
   .environment-section .left-part h3 { font-size: 28px; line-height: 35px; }
   .environment-section .left-part .content { padding-right: 0; }
   .environment-section .left-part .content p { font-size: 22px; line-height: 30px; }
   .download-section .download-box .left-part .content p { font-size: 18px; line-height: 24px; }
   .environment-section .left-part .content p { font-size: 18px; line-height: 25px; }
   .environment-section { z-index: 1; }
   .environment-section .right-part { z-index: -1; max-width: 140px; opacity: 0.5; right: 15px; top: 30px; }
   .environment-section .left-part .environment-list ul li { padding: 10px 13px; font-size: 16px; max-width: 185px; }
   .recent-section .box-wrap .single-box:nth-child(2) .blog-img,
   .recent-section .box-wrap .single-box:nth-child(5) .blog-img,
   .recent-section .box-wrap .single-box:nth-child(6) .blog-img { display: block !important; }
   .popu-section .popu-content p { font-size: 18px; }
   .popu-section .popu-inner img { height: 310px; }
   .popu-section .title-main { font-size: 21px; padding: 30px 15px; }
   .row-fluid .bg-second{ background-position: center center; background-size: cover;}
   .row-fluid .new-body-cover{ margin-top: -100px;}
   .row-fluid .third-bg{ min-height: 660px;}
   .row-fluid .lpform-section .hs-submit{ top: 79%;}

   .video-upload-section .left-part { width: 100%; }
   .video-upload-section .right-part { width: 100%; text-align: center; }
   .video-upload-section .right-part img { max-width: 220px; }
   .video-upload-section .video-form-section { padding-top: 90px; }
   .video-upload-section .left-part h3.title { font-size: 25px; line-height: 32px; }
   .video-upload-section .left-part .content p { font-size: 17px; }
   .video-upload-section .left-part .button-strip li { padding: 0px 7px; }
   .video-upload-section .left-part .button-strip li.simple-link a { font-size: 20px; }
   .video-upload-section .left-part .button-strip li.button-cta a.cta_button { padding: 12px 18px; }
   .row-fluid .leftcontent-strip h3 { font-size: 28px; }
   .row-fluid .leftcontent-strip p { font-size: 18px; }
   .Osallistu .row-fluid .new-body-cover{ margin-top: -140px;}



   .newlp-hero-section .left-part .content h1 { font-size: 33px; line-height: 40px; }
   .newlp-hero-section .left-part .content p { font-size: 20px; line-height: 29px; }
   body.Olosuhteet .row-fluid .content-strip p { font-size: 19px; line-height: 29px; }
   body.Siisteys .row-fluid .content-strip p { font-size: 19px; line-height: 29px; }
   .questions-section .inner-wrap .content .left { width: 100%; padding: 0; }
   .questions-section .inner-wrap .content .right { width: 100%; padding: 0; }
   .questions-section .inner-wrap { padding-right: 15px; }
   .questions-section { position: relative; z-index: 1; }
   .questions-section .inner-wrap:before { position: absolute; opacity: 0.5; z-index: -1; }
   .questions-section .inner-wrap { position: relative; z-index: 1; }
   .questions-section .inner-wrap h3 { font-size: 28px; }
   .questions-section .inner-wrap .content { font-size: 19px; }
   .multibox-section .main-title { font-size: 30px; padding-bottom: 20px; line-height: 36px; }
   .multibox-section { padding-top: 20px; }
   .multibox-section .multibox-wrap .multibox h3 { font-size: 24px; line-height: 31px; }
   .multibox-section .multibox-wrap .multibox .right-part { padding-right: 0; }
   .multibox-section .multibox-wrap .multibox .content p { font-size: 19px; }
   .multibox-section .multibox-wrap.col-two .multibox { width: calc(100% / 1 - 30px); }
   .multibox-section .multibox-wrap.col-three .multibox { width: calc(100% / 1 - 30px); }
   body.Olosuhteet .row-fluid .third-bg { margin-top: -410px; }
   .row-fluid .three-col-box:after{ width: 100%;}
   .multibox-section .multibox-wrap.col-three .multibox .left-part.right-side-on .content { padding-right: 0; }
   .multibox-section .multibox-wrap.col-three .multibox .right-part img { position: relative; width: 100%; max-width: 150px;}
   .multibox-section .multibox-wrap.col-three .multibox .right-part { padding-top: 20px; width: 100%;}

   .Runokaha .row-fluid .three-col-box .multibox-section .multibox-wrap.col-three:before { height: 290px; top: -160px;}
   .row-fluid .blog-section.new-blog-news{padding-bottom:0} 
   .jatehuolto .row-fluid .hero-top.some-dff-hero .new-hero-title{padding: 60px 0px 199px;}
   .jatehuolto .row-fluid .hero-top{ background-position: center;}
   body.jatehuolto .row-fluid .third-bg{ margin-top: -260px;}
   .jatehuolto.Runokaha .row-fluid .three-col-box .multibox-section .multibox-wrap.col-three:before{right:0;}
   .jatehuolto.Runokaha .row-fluid .img-set-three.three-col-box{ padding-top: 100px;}
   .row-fluid .left .environment-section .left-part .content p { font-size: 20px; line-height: 27px;}
   .row-fluid .environment-section .environment-list h2 {font-size: 27px;}
   .Kunta .left .environment-section .right-part {top: 50px;}
   .Kunta .left .environment-section .right-part img { max-width: 100%;}
   .Kunta .multibox-section .multibox-wrap .multibox .right-part img { right: 15px; max-width: 100px; bottom: -109px;}
   .out-img .download .download-section .download-box:nth-child(2) .right-part img{ bottom: -100px; max-width: 120px;}
   .Opettajalle .row-fluid .third-bg{ min-height: 480px;}
   .out-img .outer-img-set .multibox-section .multibox-wrap .multibox .right-part img{ right: 20px; max-width: 110px; top: -13px;}
   .out-img .one-column-space .multibox-section .multibox-wrap .multibox .left-part{padding-right: 40px;}
   .out-img .one-column-space .multibox-section .multibox-wrap .multibox .right-part img{ max-width: 200px; right: -40px;}
   .row-fluid .lpform-section { padding:30px 15px; }

   .questions-section .inner-wrap { z-index: 0; } 
   .questions-section .inner-wrap:before { z-index: -1; opacity: 1; }
   
/*---------------- Pate Esittely Page 18-01-2020 ----------------*/
   .row-fluid .presentation-section { padding-bottom: 30px; }
   .row-fluid .presentation-section .prsent-content p { font-size: 18px; line-height: 22px; }
   .row-fluid .presentation-section .present-inner { padding: 20px 20px 20px; margin-top: -125px; }
   .row-fluid .presentation-section .prsent-content { padding-bottom: 20px; }
   .row-fluid .presentation-section { padding-bottom: 40px; }
   .row-fluid .presentation-section .left-img img,
   .row-fluid .presentation-section .right-img img { max-height: 210px; }
   .row-fluid .lpform-section fieldset.form-columns-1 .hs-yhteyshenkil_n_asema_esim_rehtori_opettaja_ input {width: 100%;}
   .row-fluid .lpform-section fieldset.form-columns-1 .hs-fieldtype-checkbox ul.inputs-list li.hs-form-checkbox input { width: auto; }
   .row-fluid .lpform-section fieldset .hs-form-field textarea { height: 70px;} 
   .row-fluid .lpform-section fieldset.form-columns-1 .hs-yhteyshenkil_n_asema_esim_rehtori_opettaja_ .input {margin-right: 0px;}
   .row-fluid .lpform-section fieldset.form-columns-1 .hs-fieldtype-checkbox ul.inputs-list li.hs-form-checkbox { width: 100%; }
   .row-fluid .lpform-section fieldset.form-columns-1 .hs-yhteyshenkil_n_asema_esim_rehtori_opettaja_ { width:100%; }
   .row-fluid .lpform-section fieldset.form-columns-1 .hs-fieldtype-checkbox > label span,
   .row-fluid .lpform-section form .hs-fieldtype-checkbox.hs-form-field ul.inputs-list li input[type="checkbox"] + span { font-size: 17px; line-height: 24px; }
   
   .row-fluid .ingressi-section .ingressi-inner { margin-top: -113px; }
   .row-fluid .ingressi-section .ingressi-inner > div > div { display: block; }
   .row-fluid .ingressi-section .left-title h2 { font-size: 26px; line-height: 32px; }
   .row-fluid .ingressi-section .left-title { width: 100%; text-align: center; }
   .row-fluid .ingressi-section .right-img { width: 100%; float: left; text-align: center; padding-top: 30px; }
   
   .row-fluid .content-section .content-inner { margin-top: -110px; }
   .row-fluid .content-section .content-text { padding: 26px 15px;} 
   .row-fluid .content-section .content-text p { font-size: 18px; line-height: 24px; }
   .row-fluid .content-section .content-text p br { display:none; } 
   .row-fluid .content-section .lpform-section { padding-top: 25px; padding-bottom: 25px; }
   .row-fluid .content-section .lpform-section fieldset.form-columns-1 .hs_jobtitle { width: 100%; }
   .row-fluid .content-section .lpform-section fieldset.form-columns-1 input { width: 100%; }
   .row-fluid .content-section .lpform-section .hs_submit { margin-top: 10px; width: 100%; text-align: left; }
   .row-fluid .content-section .lpform-section .hs_submit input.hs-button { font-size: 15px;}
   .Opettajalle.Kunta .row-fluid .new-hero-title {  padding: 90px 0px 160px;}
   .new-hero-title .hero-btn a{ font-size: 20px;}
   
   .recent-section .box-wrap .single-box .recent_titl { height: auto !important; }
   /* 27-01-2020 */
   .enviroment-innr-wrap h2 { font-size: 27px; }
   .environment-list-v2 ul li { padding: 10px 13px; font-size: 16px; max-width: 185px; }
   .enviroment-btn-wrap a { font-size: 20px; }

     
}


@media (max-width:600px){
   .video-upload-section .video-form-section fieldset.form-columns-2 .hs-form-field { width: 100%; }
   .video-upload-section .video-form-section fieldset.form-columns-1 { width: 100%; }
   .video-upload-section .video-form-section fieldset.form-columns-2 .hs-form-field:last-child { padding-left: 0; }
   .video-upload-section .video-form-section fieldset.form-columns-1 .input { padding-right: 0; }
   .video-upload-section .video-form-section fieldset.form-columns-2 .hs-form-field:first-child { padding-right: 0; }
   .video-upload-section .video-form-section fieldset.form-columns-1 .legal-consent-container .hs-richtext a { font-size: 19px; }
   .video-upload-section .video-form-section fieldset .hs-form-field > label { font-size: 16px; }
   .video-upload-section .video-form-section fieldset.form-columns-1 .legal-consent-container { padding-left: 0;padding-top: 10px;}
   .video-upload-section .video-form-section fieldset.form-columns-2 .hs-form-field .input input {width: 100%;}  


}




@media (max-width:575px){

   h1 { font-size: 42px; line-height: 50px;}
   h2 { font-size:32px; line-height:40px;}
   h3 { font-size:28 line-height:36px;}
   h4 { font-size:24px; line-height:32px;}

   .row-fluid .hero-slider-wrap .hero-slider .single-slide { min-height: 310px;} 

   .row-fluid .header .logo .row-fluid > div img { max-width:130px;}
   .row-fluid .header .logo { max-width: 290px;}
   .slick-slider .slick-dots li button { width: 14px;height: 14px;}
   .row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper>div a div:after { height: 66px; width: 22px;}
   .row-fluid .box-wrap .single-box .blog-img { min-height: 160px;}
   .row-fluid .box-wrap .single-box .blog-content { padding-right: 0;}
   .row-fluid .footer .footer-menu ul li { width:auto;}
   .row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper > div a[href] h2, .row-fluid .plastic-mold-section .middle-box-wrap .hs_cos_wrapper > div a.three_col[href] h2 {width:100%;}
} 



@media (max-width:480px){
   .row-fluid .new-hero-title h1 { font-size: 31px; line-height: 39px; }
   .row-fluid .content-strip { padding: 8px 14px; }
   .row-fluid .content-strip p { font-size: 17px; line-height: 25px; }
   .download-section .download-box .left-part { width: 100%; padding: 0; }
   .download-section .download-box .inner-wrap { display: block; }
   .download-section .download-box .left-part .content p { font-size: 16px; line-height: 24px; }
   .download-section .download-box .left-part .btn a { font-size: 14px; }
   .download-section .download-box .right-part { width: 100%; padding-top: 30px; text-align: center; padding-right: 0; }
   .video-section { padding: 28px 22px; }
   .video-section .content p { font-size: 17px; line-height: 24px; }
   .video-section .video-box { height: 250px; }
   .video-section .video-box a.vid-list { height: 70px; width: 70px; }
   .environment-section .left-part h3 { font-size: 27px; line-height: 35px; word-break: break-all; }
   .environment-section { padding: 30px 18px 18px; }
   .environment-section .left-part .content p { font-size: 17px; line-height: 23px; }
   .environment-section .left-part .btn a { font-size: 19px; }
   .environment-section .left-part .btn { padding-top: 10px; }
   .environment-section .left-part .environment-list ul li { max-width: 100%; }
   .environment-section .left-part .environment-list ul li:before { display: none; }
   .recent-section .box-wrap .single-box .blog-content { font-size: 16px; font-weight: 400; line-height: 22px; }
   .download-section .download-box{ padding: 20px;text-align: center;}
   .popu-section .popu-inner .left-part { width: 100%; }
   .popu-section .popu-inner .right-part { width: 100%; }
   .popu-section .title-main { top: 50%; background: rgba(255, 255, 255, 0.8); }
   .popu-section .popu-inner img{height: 270px; object-position: top;}
   .row-fluid .nheader-section.header .logo .row-fluid > div img{ max-width: 220px !important;}
   .download-section .download-box .right-part img{ max-width: 140px;}
   .row-fluid .lpform-section fieldset .hs-form-field > label { font-size: 17px; }
   .row-fluid .lpform-section fieldset.form-columns-2 .hs-form-field:first-child { padding-right: 0; }
   .row-fluid .lpform-section fieldset.form-columns-2 .hs-form-field:first-child .input { margin-right: 0; }
   .row-fluid .lpform-section fieldset.form-columns-2 .hs-form-field input { width: 100% !important; }
   .row-fluid .lpform-section fieldset.form-columns-2 .hs-form-field:last-child { padding-left: 0; }
   .row-fluid .lpform-section fieldset.form-columns-1 { width: 100%; }
   .row-fluid .lpform-section fieldset.form-columns-1 .input { margin-right: 0; }
   .row-fluid .lpform-section fieldset.form-columns-1 .input input { width: 100%; }
   .row-fluid .lpform-section .hs-submit { position: relative; margin-top: 15px; }
   .video-upload-section { padding: 20px; }
   .row-fluid .leftcontent-strip { padding: 28px 25px 10px; }

   .video-upload-section .left-part h3.title { font-size: 24px; line-height: 29px; }
   .video-upload-section .video-form-section .hs-submit { margin-bottom: 10px; }
   .row-fluid .leftcontent-strip h3 { font-size: 24px; line-height: 31px; }
   .row-fluid .leftcontent-strip p { font-size: 17px; }
   .video-upload-section .left-part .content h3 { font-size: 22px; }
   .video-upload-section .left-part .button-strip li { width: 100%; }
   .video-upload-section .left-part .button-strip li:first-child { margin-bottom: 20px; }
   .video-upload-section .left-part .button-strip { padding: 25px 0px 10px; }


   .newlp-hero-section .left-part .content h1 { font-size: 28px; line-height: 33px; }
   .newlp-hero-section .left-part { padding: 40px 0px; }
   .row-fluid .top-content-strip { margin-top: 0; }
   .newlp-hero-section .right-part img { margin-top: -40px; margin-bottom: -20px; }
   .newlp-hero-section .left-part .content p { font-size: 18px; line-height: 25px; }
   body.Olosuhteet .row-fluid .content-strip p { font-size: 18px; line-height: 26px; }
   body.Siisteys .row-fluid .content-strip p { font-size: 18px; line-height: 26px; }
   .questions-section .inner-wrap .content { font-size: 18px; }
   .questions-section .inner-wrap { padding: 25px 20px; }
   .questions-section .inner-wrap:before { width: 160px; height: 141px; }
   .multibox-section .main-title { font-size: 25px; line-height: 31px; }
   .multibox-section .multibox-wrap .multibox .left-part.right-side-on { width: 100%; }
   .multibox-section .multibox-wrap.col-one .multibox { padding: 25px 20px; }
   .multibox-section .multibox-wrap .multibox .right-part { width: 100%; text-align: center; padding-top: 30px; }
   .multibox-section .multibox-wrap .multibox .content p { font-size: 18px; }
   .row-fluid .three-col-box:before { right: 0; left: auto; height: 90px; width: 180px; }
   .row-fluid .three-col-box { padding-top: 58px; margin-top: 10px; }
   .row-fluid .environment-section .environment-list h2 { font-size: 23px; line-height: 31px; }
   .row-fluid .environment-section .environment-list .second-button a { font-size: 17px; }
   .row-fluid .left .environment-section .left-part .content p{ font-size: 18px;line-height: 27px;}
   .Kunta .multibox-section .multibox-wrap .multibox .right-part img{ max-width: 90px;}
   .Opettajalle .row-fluid .third-bg { margin-top: -200px;}
   .Kunta .multibox-section .multibox-wrap .multibox .right-part img { position: relative; top: 0;right: 0;left: 0; margin: auto; max-width: 110px;}
   .out-img .download .download-section .download-box:nth-child(2) .right-part img { position: relative; top: 0; max-width: 100px;}

   .out-img .outer-img-set .multibox-section .multibox-wrap .multibox .right-part img { position: relative; right: 0; left: 0; margin: auto; max-width: 80px;}  
   .out-img .twocol-img-set .multibox-section .multibox-wrap.col-two .multibox .right-part img { position: relative; max-width: 95px; top: 0; right: 0; margin: auto; left: 0;}

/*   8-1-2020   */
   .video-upload-section .video-form-section fieldset.form-columns-1 .hs_file legend.hs-field-desc { top: unset;  bottom: 3px;  left: 0px;  font-size: 16px;}
   .video-upload-section .video-form-section fieldset.form-columns-1 .hs_file .input {  margin-bottom: 15px;}
   
/*---------------- Pate Esittely Page 18-01-2020 ----------------*/
   .row-fluid .presentation-section .present-inner { margin-top: -100px; }
   .row-fluid .presentation-section .prsent-content p { font-size: 16px; line-height: 22px;}
   .row-fluid .presentation-section .prsent-content p br { display:none; }
   .row-fluid .presentation-section .left-img img,
   .row-fluid .presentation-section .right-img img {max-height: 125px;}

   .row-fluid .ingressi-section .ingressi-inner { margin-top: -100px; }
   .row-fluid .ingressi-section .left-title h2 br { display:none; }
   
   .multibox-section .image_content { text-align: center; }
   .multibox-section .image_content .box_img { display: inline-block; float: none; }
   .multibox-section .image_content .box_content { width: 100%; padding: 10px 0 0; }
   .multibox-section .image_content .box_content h4 { font-size: 21px; }
   .multibox-section .image_content .box_content h4 br { display: none; }
   .multibox-section .image_content .box_content .box_btn a { font-size: 20px; }
/*    27-01-2020 */
   .enviroment-innr-wrap h2 { font-size:23px; line-height:31px; }
   .environment-list-v2 ul li { max-width:100%;  float: left; }
   .environment-list-v2 ul li:before { display:none; }
   .enviroment-btn-wrap a { font-size:17px; }
   
   
}