/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */


@import url('//cdn2.hubspot.net/hubfs/5211726/Coloro_January2019/CSS/animate.css');
@import url('//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css');
@import url('//fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900,300italic,400italic,700italic|Poppins:100,200,300,400,500,600,700,800,900,300italic,400italic,700italic|Source+Code+Pro:100,200,300,400,500,600,700,800,900,300italic,400italic,700italic|Work+Sans:100,200,300,400,500,600,700,800,900,300italic,400italic,700italic&subset=latin,latin-ext');


/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

/* 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; padding: 0; 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}

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

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

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #fff;
  color: #000000;
  font-family: 'Source Code Pro', sans-serif;
  font-size: 18px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1300px;
  margin: 0 auto;
  width: 95%;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #5eeca3;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #5eeca3;
  text-shadow: none;
}


/* =============== Typography =============== */

/* Basic text */
p {
  margin-top: 15px;
  margin-bottom: 15px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 60px;
  line-height: 90px;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(0,0,0,.4);
  font-family: 'Poppins', sans-serif;
  margin: 0;
}
h2 {
  color: #191919;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  margin: 0;
  line-height: 1.384615384615385em;
  letter-spacing: 1px;
}
h3 {
  color: #191919;
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  line-height: 1.304347826086957em;
  margin: 0;
  letter-spacing: 1px;
}
h4 {
  color: #191919;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
  line-height: 1.375em;
  margin: 0;
}
h5 {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}
h6 {
  color: #191919;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.538461538461538em;
  letter-spacing: 1px;
  margin: 0;
}

/* Anchor Links */
a { 
  color: #1647f1;
  text-decoration: none;
}
a:hover, a:focus {
  color: #1647f1;
  text-decoration: none;
}

/* Lists */
ul, ol {
  padding-left: 20px;
  margin-top: 1em;
  margin-bottom: 0;
  list-style-position: inside;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

.custom-scroll-header {
  position: fixed;
  top: -120px;
  width: 100% !important;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(0,0,0,0.5);
  -webkit-transition: all .33s cubic-bezier(.694,.0482,.335,1);
  -moz-transition: all .33s cubic-bezier(.694,.0482,.335,1);
  -o-transition: all .33s cubic-bezier(.694,.0482,.335,1);
  -ms-transition: all .33s cubic-bezier(.694,.0482,.335,1);
  transition: all .33s cubic-bezier(.694,.0482,.335,1);
}
.fixed-header  .custom-scroll-header {
  top: 0;
  box-shadow: 0 1px 3px rgba(0,0,0,.11);
}
.custom-logo {
  text-align: center;
}
.custom-logo img {
  max-width: 120px;
  margin-top: 5px;
}
.custom-header-group {
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100% !important;
  left: 0;
  right: 0;
  background-color: transparent;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.header-container .lang_list_class {
  display: block !important;
}
.header-container .lang_list_class li a {
  font-size: 0 !important;
  height: 11px;
  width: 16px;
  display: block !important;
  padding: 0 !important;
}
.header-container .custom-menu-primary .hs-menu-wrapper > ul .lang_list_class li a {
  width: 16px !important;
  -webkit-transition: opacity .3s ease-in-out,color .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out,color .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out,color .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out,color .3s ease-in-out;
  transition: opacity .3s ease-in-out,color .3s ease-in-out;
}
.header-container .custom-menu-primary .hs-menu-wrapper > ul .lang_list_class li a:hover{
  opacity:.8;
}
.header-container .lang_list_class li a[data-language="en"] {
  background-image: url(//cdn2.hubspot.net/hubfs/5211726/Coloro_January2019/Images/eng-lang.png);
  background-repeat: no-repeat;
}
.header-container .lang_list_class li a[data-language="fi"] {
  background-image: url(//cdn2.hubspot.net/hubfs/5211726/Coloro_January2019/Images/finnish-lang.png);
  background-repeat: no-repeat;
}
.header-container .globe_class {
  background: none !important;
  border-radius: 0 !important;
  width: auto !important;
  height: auto !important;
}
.header-container .lang_list_class {
  display: block !important;
  position: static;
  transform: translateX(0);
  padding: 0 !important;
}
.header-container .lang_list_class:before,
.header-container .lang_list_class:after{
  content: none !important;
}
.header-container .lang_list_class li {
  padding: 0 !important;
  border: 0 !important;
  background: transparent;
}
.header-container .lang_list_class li:first-child {
  display: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul.lang_list_class{
  display: inline-block !important;
  min-width: auto;
  background: transparent !important;
  vertical-align: middle;
}
.custom-menu-primary.right .lang_switcher_class {
  padding: 33px 10px;
}
.custom-scroll-header .custom-menu-primary .hs-menu-wrapper > ul .lang_list_class li {
  padding: 0 10px !important;
  margin-top: -9px;
}
.custom-language-group{
  display:none !important;
}
.lang_switcher_class + .lang_switcher_class {
  display: none;
}


/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.body-container .page-center {
  padding-top: 50px;
  padding-bottom: 50px;
}

.custom-banner-area {
  margin-top: -1px;
}

.custom-banner-area.without-banner-image .title_holder {
  position: static;
  transform: translateY(0);
}
.custom-banner-area.without-banner-image {
  min-height: 400px;
}
.custom-banner-area.without-banner-image.no-content {
  min-height: 102px;
}
.custom-banner-area.without-banner-image .title_holder .container {
  display: table-cell;
  vertical-align: middle;
}
.custom-banner-area.without-banner-image .title_holder {
  position: static;
  transform: translateY(0);
  min-height: 400px;
  display: table;
  width: 100%;
}
.black-content-color .custom-banner-area h1,
.black-content-color .custom-banner-area.product-banner .text_above_title{
  color: #000000;
}
.custom-banner-area .title_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-position: 0 0;
  top: 0;
}




/* =============== One Column Layout =============== */

.one-column-layout .hs-section-1 .page-center{
  padding-bottom: 17px;
}


/* =============== Product Layout =============== */


.black-content-color .custom-banner-area h1 {
  text-shadow: none;
}
.custom-banner-area.product-banner .text_above_title {
  text-shadow: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
.custom-banner-area.without-banner-image .title_holder .container .container_inner.clearfix {
  max-width: 1300px;
  margin: 0 auto;
}
.custom-product-detail-group .column-1,
.custom-product-detail-group .column-2 {
  width: 50%;
  float: left;
}
.custom-product-detail-group .column-1 .inner-group {
  padding: 0 20px 0 0;
}
.custom-product-detail-group .column-2 .inner-group {
  padding: 0 0 0 20px;
}
.custom-product-detail-group .column-2 .inner-group .product-desc {
  padding: 0 0 9px;
  margin: 0 0 9px;
}
.custom-product-detail-group .column-2 .inner-group .product-desc p:last-child {
  margin-bottom: 0;
}
.custom-product-detail-group .column-2 .inner-group .item-number {
  padding: 0 0 9px;
  margin: 0 0 9px;
}
.custom-product-detail-group .column-2 .inner-group .product-collection p {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  color: #000000;
}
.custom-product-detail-group .column-2 .inner-group .product-collection {
  padding: 0 0 9px;
  margin: 0 0 9px;
}
.custom-product-detail-group .column-2 .inner-group .keywords {
  padding: 0 0 9px;
  margin: 0 0 9px;
}
.custom-product-detail-group .column-2 .inner-group .keywords p {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  color: #000000;
}
.custom-product-detail-group .column-1 .inner-group .image-holder img {
  margin-bottom: 25px;
}
.custom-product-detail-group .pagination-group {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 35px 0 30px;
  margin-top: 40px;
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
}
.custom-product-detail-group .pagination-group .prev-group {
  float: left;
  display: inline-block;
  height: 35px;
  line-height: 35px;
}
.prev-group.no-prev {
  min-width: 10%;
}
.custom-product-detail-group .pagination-group .prev-group a,
.custom-product-detail-group .pagination-group .next-group a{
  position: relative;
  display: inline-block;
  line-height: 38px;
  margin: 0 11px 0 0;
  text-align: center;
  font-size: 21px;
  text-decoration: none;
  outline: 0;
  color: #303030;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.custom-product-detail-group .pagination-group .prev-group a:hover,
.custom-product-detail-group .pagination-group .next-group a:hover {
  color: #f90016;
}
.custom-product-detail-group .pagination-group .prev-group .post_info {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-left: 7px;
}
.custom-product-detail-group .pagination-group .prev-group .categories, 
.custom-product-detail-group .pagination-group .next-group .categories {
  color: #1647f1;
  font-size: 12px;
  line-height: 1em;
  text-transform: none;
  margin-bottom: 8px;
  display: block;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
.custom-product-detail-group .pagination-group .prev-group .heading, 
.custom-product-detail-group .pagination-group .next-group .heading {
  color: #191919;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
  display: block;
  line-height: 1.571428571428571em;
  letter-spacing: 1px;
  margin: 0;
}
.custom-product-detail-group .pagination-group .next-group {
  float: right;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  font-family: 'Poppins', sans-serif;
  color: #000000;
  font-size: 18px;
}
.custom-product-detail-group .pagination-group .next-group .post_info {
  padding-left: 0;
  padding-right: 15px;
  text-align: right;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.custom-product-detail-group .pagination-group .middle-btn-group {
  display: inline-block;
  height: 35px;
  line-height: 35px;
}
.custom-product-detail-group .pagination-group .middle-btn-group a {
  background-image: url(//cdn2.hubspot.net/hubfs/5211726/Coloro_January2019/Images/portfolio_list_button.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 19px;
  display: block;
  height: 19px;
  margin: 11px 0 0;
  -webkit-transition: background-image .3s ease-in-out;
  -moz-transition: background-image .3s ease-in-out;
  -ms-transition: background-image .3s ease-in-out;
  -o-transition: background-image .3s ease-in-out;
  transition: background-image .3s ease-in-out;
}
.custom-product-detail-group .pagination-group .middle-btn-group a:hover {
  background-image: url(//cdn2.hubspot.net/hubfs/5211726/Coloro_January2019/Images/portfolio_list_button_hover.png);
}
.product-layout .hs-section-1 .page-center {
  padding-bottom: 0;
}
.related-product-mod{
  padding-bottom: 25px;
}
.related-product-mod .item {
  width: 23.5%;
  margin: 0 15px 2.5% 0;
  position: relative;
  vertical-align: top;
  -webkit-transition: all .7s ease-out;
  -moz-transition: all .7s ease-out;
  -o-transition: all .7s ease-out;
  transition: all .7s ease-out;
  text-align: left;
  display: inline-block;
}
.related-product-mod .item:nth-child(4n) {
  margin-right: 0;
}
.related-product-mod h4.top-title {
  padding: 85px 0 55px;
  text-align: center;
}
.related-product-mod .item .image-holder {
  display: block;
  position: relative;
  overflow: hidden;
}
.related-product-mod .item .image-holder a span {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
.related-product-mod .item .image-holder img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  backface-visibility: hidden;
  position: relative;
  display: block;
  z-index: 100;
}
.related-product-mod .text_holder {
  background-color: rgba(21,21,21,.78);
  bottom: 0;
  display: inline-block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity .4s ease-in-out;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  -ms-transition: opacity .4s ease-in-out;
  visibility: visible;
  overflow: hidden;
  width: 100%;
  z-index: 200;
}
.related-product-mod .text_holder .text_outer {
  display: table;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.related-product-mod .text_holder .text_outer .text_inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.related-product-mod .text_holder .text_outer .text_inner .feature_holder,
.related-product-mod .text_holder .text_outer .text_inner .feature_holder_icons{
  display: inline-block;
}
.related-product-mod .text_holder .text_outer .text_inner a {
  position: relative;
  display: inline-block;
  margin: 0 0 5px;
  border-color: #fff;
  color: #fff;
  line-height: 30px;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 0 17px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  background-color: #f3d2ff;
  border-width: 2px;
  border-style: solid;
  transition: color .1s linear,background-color .1s linear,border-color .1s linear;
}
.related-product-mod .text_holder .text_outer .text_inner a:hover {
  background-color: #1647f1;
  border-color: #1647f1;
  color: #f90016;
}
.related-product-mod .product-description {
  padding: 20px 0 22px;
  text-align: center;
}
.related-product-mod .product-description h5 {
  display: block;
  margin: 0 0 7px;
  font-size: 16px;
  color: #191919;
  font-weight: 600;
  line-height: 1.571428571428571em;
  letter-spacing: 1px;
}
.related-product-mod .product-description h5 a {
  color: #191919;
}
.related-product-mod .product-description .product-category {
  color: #1647f1;
  margin: 0;
  font-size: 12px;
  line-height: 1.5em;
  text-transform: none;
  font-weight: 300;
  display: block;
  font-family: 'Poppins', sans-serif;
}
.related-product-mod .item .image-holder:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.related-product-mod .item .image-holder:hover .text_holder {
  opacity: 1;
}
.custom-product-detail-group .column-2 .inner-group .additional-info-group h4 {
  margin-bottom: 34px;
}
.custom-product-detail-group .column-2 .inner-group .additional-info-group .info-item {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-bottom: 1px solid #e6e6e6;
  padding: 4px 0;
}
.custom-product-detail-group .column-2 .inner-group .additional-info-group .info-item:last-child {
  border-bottom: 0 none;
}
.custom-product-detail-group .column-2 .inner-group .additional-info-group .info-item .info-left-content,
.custom-product-detail-group .column-2 .inner-group .additional-info-group .info-item .info-right-content{
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.custom-product-detail-group .column-2 .inner-group .additional-info-group .info-item span {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}
.custom-product-detail-group .column-2 .inner-group .additional-info-group .info-item .info-right-content {
  text-align: right;
}
.custom-product-detail-group .column-2 .inner-group .additional-info-group {
  padding-bottom: 9px;
  margin-bottom: 9px;
}
.custom-product-detail-group .column-2 .inner-group .product-desc ul li {
  list-style-position: inside;
  padding: 0px 0 10px 20px;
  text-indent: -1em;
}
.next-group.no-next {
  min-width: 16.6%;
}


/* =============== Three Column =============== */

.three-col-content-with-bg .content-holder {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.three-col-content-with-bg .content-holder .col {
  width: 33.33333333333333%;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.three-col-content-with-bg .content-holder .col h2 {
  margin: 0;
  padding: 100px 30px;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.384615384615385em;
  letter-spacing: 1px;
}




/* =============== Contact Us =============== */


.team-member-mod .team-member-content-holder {
  padding-top: 50px;
  margin-left: -15px;
  margin-right: -15px;
}
.team-member-mod h2 {
  color: #2d1cac;
}
.team-member-mod .team-member-content-holder .team-member-item {
  width: 25%;
  float: left;
}
.team-member-mod .team-member-content-holder .team-member-item .inner-group {
  padding-left: 15px;
  padding-right: 15px;
}
.team-member-mod .team-member-content-holder .team-member-item .image-holder {
  position: relative;
}
.team-member-mod .team-member-content-holder .team-member-item .image-holder .description-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.95);
  opacity: 0;
  transition: opacity .3s ease-in-out;
  cursor: default;
}
.team-member-mod .team-member-content-holder .team-member-item .image-holder .description-holder {
  display: table;
  width: 100%;
  height: 100%;
}
.team-member-mod .team-member-content-holder .team-member-item .image-holder .description-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 50px;
}
.team-member-mod .team-member-content-holder .team-member-item .image-holder .description-inner p {
  color: #f90016;
}
.team-member-mod .team-member-content-holder .team-member-item .content-holder {
  padding: 23px 16px;
  border-style: none;
  border-width: 1px;
  border-color: #f6f6f6;
  border-top: none!important;
  text-align: center;
}
.team-member-mod .team-member-content-holder .team-member-item .content-holder .about-member {
  margin: 0 0 9px;
}
.team-member-mod .team-member-content-holder .team-member-item .content-holder .about-member h3 {
  margin-bottom: 7px;
  color: #2d1cac;
}
.team-member-mod .team-member-content-holder .team-member-item .content-holder .about-member span {
  color: #2d1cac;
  font-family: 'Poppins', sans-serif;
}
.team-member-mod .team-member-content-holder .team-member-item .content-holder .member-social-group span {
  margin: 0 1px;
  display: inline-block;
  position: relative;
}
.team-member-mod .team-member-content-holder .team-member-item .content-holder .member-social-group a {
  color: #2d1cac;
}
.team-member-mod .team-member-content-holder .team-member-item .content-holder .member-social-group span i {
  font-size: 19px;
}
.team-member-mod .team-member-content-holder .team-member-item .content-holder .member-social-group a:hover{
  color: #1647f1 !important;
}
.team-member-mod .team-member-group-item.yellow h2 {
  color: #ffff12;
}
.team-member-mod .team-member-group-item.yellow .team-member-content-holder .team-member-item .content-holder .about-member h3 {
  color: #ffff12;
}
.team-member-mod .team-member-group-item.yellow .team-member-content-holder .team-member-item .content-holder .about-member span {
  color: #ffff12;
}
.team-member-mod .team-member-group-item.yellow .team-member-content-holder .team-member-item .content-holder .member-social-group a,
.team-member-mod .team-member-group-item.yellow .team-member-content-holder .team-member-item .content-holder .member-social-group span{
  color: #ffff12;
}
.team-member-mod .team-member-group-item .team-member-content-holder .team-member-item .content-holder .member-social-group span:hover{
  color: #1647f1;
}
.team-member-mod .team-member-content-holder .team-member-item .content-holder .member-social-group span.favrt {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
  margin-top: 20px;
}
.team-member-mod .team-member-content-holder .team-member-item .content-holder .member-social-group span.favrt i {
  font-size: 100%;
}
.team-member-mod .team-member-content-holder .team-member-item .image-holder:hover .description-wrapper {
  opacity: 1;
}
.custom-map{
  height:300px;
  width: 100%;
  z-index: 1002;
  position: relative;
}
.custom-map p{
  color: #000000;
  font-family: 'Source Code Pro', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}



/* =============== Homepage =============== */



.hs-home-section-3 {
  background-color: #07a868;
  text-align: left;
  position: relative;
}

.counter-item {
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.counter-item-inner .icon-group {
  display: block;
  text-align: center;
  -webkit-transition: -webkit-transform .4s ease;
  -moz-transition: -moz-transform .4s ease;
  -o-transition: -o-transform .4s ease;
  -ms-transition: -ms-transform .4s ease;
  transition: transform .4s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  font-size: 4em;
}

.counter-item-inner .icon-group i {
  color: rgb(255, 216, 19);
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.counter-item-inner .icon-group:hover i {
  color: rgb(249, 0, 22);
}

.counter-holder {
  text-align: center;
  padding: 20px 40px;
  display: block;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .4s ease 0s;
  -moz-transition: opacity .4s ease 0s;
  -o-transition: opacity .4s ease 0s;
}

.counter-value {
  color: rgb(255, 216, 19);
  font-size: 24px;
  font-weight: 700;
  position: relative;
  font-family: 'Poppins', sans-serif;
  display: inline-block!important;
  line-height: 1em;
  letter-spacing: 0.9px;
}

.counter-holder p {
  font-weight: 500;
  color: #ffd813;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 12px 0 0;
  font-family: 'Source Code Pro', sans-serif;
  font-size: 18px;
  font-style: normal;
}

.counter-inner-group {
  margin-left: -15px;
  margin-right: -15px;
}

.hs-home-section-2 {
  background-color: #ffd813;
}
html.no-js[lang="en"] .custom-home-banner-heading {
  max-width: 1000px;
  margin-bottom: 50px;
  margin-top: 48px;
}
html.no-js[lang="en"] .hs-home-section-2 .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
html.no-js[lang="en"] .hs-home-section-2,
html.no-js[lang="en"] .hs-home-section-2 * {
  min-height: 0 !important;
}
.recent-post-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 32px;
}

.recent-post-group ul li {
  width: 30%;
  float: left;
  margin: 0 2% 0 0;
  background-color: #ffffff;
}

.recent-post-group ul li:last-child {
  margin: 0;
}

.custom-recent-post-mod .image-holder {
  overflow:hidden;
}

.custom-recent-post-mod .image-holder a {
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out;
  -ms-transition: -ms-transform .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
  cursor: pointer;
}
.custom-recent-post-mod .image-holder a img {
  vertical-align: top;
}
.custom-recent-post-mod .image-holder a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.custom-recent-post-mod .recent-post-body {
  padding: 19px 20px 10px;
  border-top: 0;
  display: block;
  position: relative;
}
.custom-recent-post-mod .content-group {
  margin: 0 0 10px;
}
.custom-recent-post-mod .content-group h4 a {
  color: #191919;
}
.custom-recent-post-mod .content-group h4 a:hover {
  color: #1647f1;
}
.custom-recent-post-mod .content-group p {
  margin: 10px 0 9px;
  color: #000000;
  font-family: 'Source Code Pro', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.custom-recent-post-mod .custom-date {
  display: block;
  font-weight: 500;
}
.hs-home-section-1 {
  background-color: #f82bff;
  position: relative;
}
.three-col-content-with-bg-image .content-group {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.three-col-content-with-bg-image .col {
  width: 33.33333333333333%;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.three-col-content-with-bg-image .inner-group {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.three-col-content-with-bg-image .inner-group > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.three-col-content-with-bg-image .image-holder {
  vertical-align: middle;
}
.three-col-content-with-bg-image .title-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 7.2%;
  box-sizing: border-box;
  background-color: rgba(0,0,0,.3);
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}
.three-col-content-with-bg-image .title-inner {
  display: table;
  width: 100%;
  height: 100%;
}
.three-col-content-with-bg-image .title {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.three-col-content-with-bg-image .title > * {
  color: #fff;
}
.three-col-content-with-bg-image .title h2 {
  text-align: center;
}
.three-col-content-with-bg-image .inner-group:hover .title-holder {
  opacity: 0;
}
.custom-home-banner {
  color: #fff;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 15px;
  text-align: center;
  overflow: hidden;
  padding-bottom: 218px;
  background-position: 50% 0px;
  width: 100%;
  backface-visibility: hidden;
  position:relative;
}
.custom-home-banner-inner {
  position: absolute;
  top: 0;
  left:0;
  height: 100%;
  width: 100%;
  display:block;
  -webkit-animation: zoomin 20s linear;
  animation: zoomin 20s linear;
  transform:scale(1.13);
}
.custom-home-banner > div {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.custom-home-banner-heading {
  white-space: normal;
  font-size: 90px;
  line-height: 100px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  letter-spacing: 0px;
  font-family: Poppins;
  max-width: 648px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2px;  
  text-shadow: 0px 1px 4px #111;
}

.custom-home-banner-sub-heading {  
  text-shadow: 0px 1px 4px #111;
  font-size: 30px;
  position: relative;
  line-height: 50px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  letter-spacing: -2px;
  font-family: "Source Code Pro";
}



.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


.custom-banner-area .image-holder img {
  width: 100%;
}
.custom-banner-area .title_holder {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  text-align: center;
  color: #fff;
  transform: translateY(-50%);
}
.custom-banner-area .title_holder .container {
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 42px;
}
.custom-banner-area .text_above_title {
  text-shadow: 1px 1px 2px rgba(0,0,0,.4);
  display: block;
  margin-bottom: 10px;
  font-family: "Source Code Pro";
  font-size: 23px;
  line-height: 1.4em;
  color: #fff;
}
.custom-banner-area h1 {
  text-shadow: 1px 1px 2px rgba(0,0,0,.4);
  font-family: 'Poppins', sans-serif;
  font-size: 60px;
  line-height: 90px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: 1px;
}
.image-group {
  position: relative;
}



/* =============== Two Column =============== */

.two-column-layout .hs-section-1 .page-center {
  padding-top: 100px;
  padding-bottom: 100px;
}
.two-col-with-bg-color .content-group {
  margin-left: -15px;
  margin-right: -15px;
}
.two-col-with-bg-color .col {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.two-col-with-bg-color .col ul li {
  list-style-position: inside;
  padding: 0px 0 10px 20px;
  text-indent: -1em;
}
.content-with-right-btn .page-center {
  padding: 0;
}
.content-with-right-btn {
  padding: 51px 21px;
}
.content-with-right-btn .left-group {
  width: 75%;
  float: left;
  position: relative;
}
.content-with-right-btn .right-group {
  width: 25%;
  float: left;
  text-align: right;
}
.content-with-right-btn .content-group {
  position: relative;
}
.content-with-right-btn .left-group .heading {
  color: #1647f1;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
}
a.custom-btn {
  color: rgb(255, 129, 26);
  border-color: rgb(22, 71, 241);
  background-color: rgb(22, 71, 241);
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  padding: 7px 50px;
  border-width: 2px;
  border-style: solid;
  display: inline-block;
  letter-spacing: 1px;
  transition: color .1s linear,background-color .1s linear,border-color .1s linear;
}
a.custom-btn:hover{
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.content-with-right-btn .content-group a.custom-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.two-col-with-bg-color .content-group .col p:last-child {
  margin-bottom: 0;
}
.custom-product-group .image-holder img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  backface-visibility: hidden;
  position: relative;
  display: block;
  width: 100%;
  z-index: 100;
}
.custom-product-group .image-holder:hover .text_holder {
  -ms-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
  -webkit-transition: all .2s .1s;
  transition: all .2s .1s;
  font-size: 150px;
  opacity: 1;
}
.custom-product-group .image-holder a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
  text-decoration: none;
  cursor: pointer;
}
.custom-product-group .image-holder .portfolio_shader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(21,21,21,.78);
  z-index: 999;
  transition: opacity .5s;
  -webkit-transition: opacity .5s;
  opacity: 0;
}
.custom-product-group .image-holder:hover .portfolio_shader {
  opacity: 1;
}
.custom-product-group .image-holder .text_holder .text_holder_outer .text_holder_inner .thin_plus_only_icon {
  font-weight: 100;
  font-family: Raleway;
  font-size: 100px;
  -webkit-transition: all .5s .3s;
  transition: all .5s .3s;
  display: block;
  color: #fff;
}
.two-col-content-with-bg .content-holder {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.two-col-content-with-bg .content-holder .col {
  width: 50%;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  height: 100%;
}
.two-col-content-with-bg .content-holder .col .inner-group {
  padding: 100px 30px;
}


/* =============== Production Layout =============== */

.two-column-layout .hs-section-2 {
  background-color: #f2d1ff;
}
.custom-product-group .item {
  display: inline-block;
  width: 15.7%;
  margin: 0 4px 1.2% 0;
  position: relative;
  vertical-align: top;
  -webkit-transition: all .7s ease-out;
  -moz-transition: all .7s ease-out;
  -o-transition: all .7s ease-out;
  transition: all .7s ease-out;
  text-align: left;
}
.custom-product-group .item:nth-child(6n){
  margin-right: 0;
}
.custom-product-group .image-holder {
  overflow: hidden;
  position: relative;
}
.custom-product-group .image-holder .text_holder {
  width: 100%;
  height: 100%;
  left: 0;
  margin: 0;
  top: 0;
  box-sizing: border-box;
  z-index: 9999;
  -ms-transform: translate(20%,20%);
  -moz-transform: translate(20%,20%);
  -o-transform: translate(20%,20%);
  transform: translate(20%,20%);
  -webkit-transform: translate(20%,20%);
  -webkit-transition: all .5s .3s;
  transition: all .5s .3s;
  opacity: 0;
  font-size: 0;
  padding: 10%;
  background-color: transparent;
  position: absolute;
}
.custom-product-group .image-holder .text_holder .text_holder_outer {
  display: table;
  width: 100%;
  height: 100%;
}
.custom-product-group .image-holder .text_holder .text_holder_outer .text_holder_inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.custom-product-group .item .caption-holder {
  background-color: #ffffff;
  padding: 20px 0 22px;
  text-align: center;
  display: block;
  position: relative;
  overflow: hidden;
}
.custom-product-group .item .caption-holder h5 {
  margin: 0 0 7px;
  color: #191919;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
  line-height: 1.571428571428571em;
  letter-spacing: 1px;
}
.custom-product-group .item .caption-holder h5 a {
  color: #191919;
}
.related-product-mod .product-description h5 a:hover,
.custom-product-group .item .caption-holder h5 a:hover {
  color: #1647f1;
}
.hs-section-2.yellow{
  background-color: #ffff12;
}
.hs-ulkotilatuotteet-layout .hs-section-2{
  background-color: #9af1ec;
}
.hs-ulkotilatuotteet-layout .custom-product-group .item {
  width: 23.5%;
  margin: 0 14px 2.5% 0;
}
.main-content form{
  margin-top:15px;
  margin-bottom:10px;
}

/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.custom-footer-bottom-group {
  background-color: #000000;
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.custom-copyright {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  padding: 15px 0 16px;
}
custom-copyright p {
  margin: 0;
}
.custom-footer-top-group {
  background-color: #ffd813;
  color: #07a868;
  font-family: "Source Code Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 100px 0;
}
.custom-footer-col.column-1 {
  text-align: center;
}
.custom-footer-col.column-1 img {
  margin: 15px 0;
  vertical-align: baseline;
  max-width: 300px;
  width: 100%;
}
.custom-footer-col h3 {
  line-height: 1.571428571428571em;
  letter-spacing: 1px;
  margin: 0 0 22px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  color: #07a868;
}
.custom-footer-col.column-1 p {
  font-family: "Source Code Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #07a868;
}
.custom-footer-col.column-1 p a {
  color: #07a868;
  font-family: "Source Code Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  font-style: normal;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
}
.custom-footer-col.column-1 p a:hover {
  color: #000000;
}
.custom-footer-social-icon .normal_social {
  display: inline-block;
  position: relative;
  color: #07a868;
}
.custom-footer-social-icon .normal_social a {
  color: #07a868;
  font-family: "Source Code Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  font-style: normal;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
}

.custom-footer-social-icon .normal_social a:hover {
  color: #000;
}
.custom-footer-menu .hs-menu-wrapper > ul {
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  display: block;
  font-family: Source Code Pro;
  margin-top: 0;
}
.custom-footer-menu .hs-menu-wrapper > ul > li {
  padding: 0 0 17px;
  position: relative;
  line-height: 22px;
  font-family: "Source Code Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a {
  color: #07a868;
  font-family: "Source Code Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  display: block;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a:hover {
  color: #000000;
}
.custom-footer-top-group a {
  color: #07a868;
  font-family: "Source Code Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
}
.custom-footer-top-group a:hover {
  color: #000000;
}
.custom-copyright p {
  margin:0;
}
.custom-footer-social-icon .normal_social a i {
  margin-right: 7px;
  font-size: 30px;
}
.custom-footer-col .hs-rss-item {
  margin: 0;
}
.custom-footer-col .hs-rss-item .hs-rss-item-image-wrapper {
  width: 95px;
  float: none;
}
.custom-footer-col .hs-rss-item .hs-rss-item-text {
  padding: 0 0 0 21px;
  float: right;
  width: calc(100% - 95px);
}
.custom-footer-col .hs-rss-item .hs-rss-item-text a.hs-rss-title {
  margin: -3px 0 2px;
  display: inline-block;
  line-height: 28px;
}
.custom-footer-col .hs-rss-item .hs-rss-item-text .hs-rss-byline {
  font-family: "Source Code Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #07a868;
  opacity: 1;
}
.custom-footer-col .hs-rss-item .hs-rss-item-image-wrapper img {
  height: 95px;
  object-fit: cover;
}

#back-to-top{
  color: #cdcdcd;
  height: auto;
  position: fixed;
  bottom: 65px;
  margin: 0;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  right: 25px;
}
#back-to-top > span{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-decoration: none;
  -o-border-radius: 52px;
  -moz-border-radius: 52px;
  -webkit-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  border: 2px solid #e8e8e8;
  background: 0 0;
  background-color: rgba(243,210,255,1);
  border-color: rgba(255,255,255,0);
  border-width: 1px;
  border-style: solid;
  border-radius: 0px;
}
#back-to-top > span i{
  line-height: 52px;
  font-size: 22px;
  color: #1647f1;
  -webkit-transition: color .2s ease 0s;
  -moz-transition: color .2s ease 0s;
  -o-transition: color .2s ease 0s;
}
#back-to-top:hover > span{
  background-color: rgba(94,236,163,1);
  border-color: rgba(255,255,255,0);
}
#back-to-top:hover > span i{
  color: #f90016;
}
body a.pp_next:after,
body a.pp_previous:after {
  color: #FFF;
  display: block!important;
  font-family: FontAwesome,serif;
  font-size: 30px;
  height: 54px;
  margin: -27px 0 0;
  position: absolute;
  text-align: center;
  width: 54px;
  text-indent: 0;
  line-height: 54px;
  top: 50%;
}
body a.pp_next, body a.pp_previous {
  background: 0 0!important;
  opacity: 0;
  transition: opacity .3s ease-in-out;
}
.pp_content_container:hover a.pp_previous,
.pp_content_container:hover a.pp_next {
  opacity:1;
}
body a.pp_next, body a.pp_previous {
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  text-indent: 0;
  font-size: 0;
}
body div.pp_default a.pp_next:after, 
body div.pp_default a.pp_previous:after,
body a.pp_next:after, body a.pp_previous:after{
  width: 22px;
  height: 22px;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 22px;
  background-color: rgba(255,129,26,0);
  border-color: rgba(255,129,26,0);
  border-width: 1px;
  border-style: solid;
  border-radius: 0px;
  transition: all 0.15s ease-in-out;
}
a.pp_next {
  float: right;
}
body a.pp_next:after {
  border: 2px solid #FFF;
  border-radius: 50px;
  content: "\f105";
  right: 25px;
}
body a.pp_next:after, 
body a.pp_previous:after,
body div.pp_default a.pp_next:after,
body div.pp_default a.pp_previous:after {
  line-height: 22px;
  font-size: 30px;
  color: rgba(22,71,241,1);
  transition: all 0.15s ease-in-out;
}
.pp_nav {
  color: #fff;
  left: auto;
  position: relative;
  float: left;
  padding: 0 20px;
  font-family: Raleway,sans-serif;
  font-size: 15px;
  color: #fff;
  display:none !important;
  font-weight: 600;
  opacity:.7;
}
body a.pp_previous:after {
  border: 2px solid #FFF;
  border-radius: 50px;
  content: "\f104";
  left: 25px;
}
body a.pp_next:hover:after,
body a.pp_previous:hover:after{
  color:rgba(255,129,26,1) !important;
}




/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


.custom-scroll-header .custom-menu-primary .hs-menu-wrapper > ul {
  text-align: center;
  display: block;
}
.custom-scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li {
  float: none !important;
  display: inline-block;
  margin-right: -10px;
}
.custom-scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  padding: 12px 10px;
}
.custom-scroll-header .custom-menu-primary .hs-menu-wrapper > ul ul{
  top: 101%;
  text-align: left;
}
.custom-scroll-header .custom-menu-primary .hs-menu-wrapper > ul .lang_switcher_class {
  display: inline-block;
  vertical-align: middle;
  line-height: 6px;
}
.custom-banner-area.without-banner-image.topic-page h1 {
  color: #000;
  font-size: 60px;
  line-height: 90px;
  font-weight: 700;
  text-shadow: none;
  text-transform: capitalize;
}
.author-page.blog.hs-blog-listing .body-container-wrapper {
  background-color: #fff;
}
.custom-blog-banner-area a.topic-link {
  font-family: Poppins, sans-serif;
}
.uutiset-blog.author-page .custom-blog-banner-area {
  display: none;
}
.uutiset-blog.author-page .body-container-wrapper ,
.blogi-layout.author-page .body-container-wrapper {
  background: #fff !important;
}

/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary.left .hs-menu-wrapper > ul {
  float: right;
  margin-right: -49px;
}
.custom-menu-primary.right .hs-menu-wrapper > ul {
  margin-left: -49px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color: #fff;
  padding: 37px 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
  opacity: .8;
}

.hs-home-page .custom-menu-primary .hs-menu-wrapper > ul ul {
  top: 100%;
  left: 0 !important;
}



/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: rgba(0,0,0,0.5);
  padding: 7px 0;
  min-width: 225px;
  left: 9px !important;
  top: 75%;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 16px;
  padding: 9px 20px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: normal !important;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}
.error-404-layout .custom-banner-area.without-banner-image {
  height:auto;
}

.password-template .custom-banner-area.without-banner-image,
.error-template  .custom-banner-area.without-banner-image,
.hs-search-layout .custom-banner-area.without-banner-image,
.subscription-template .custom-banner-area.without-banner-image {
  height: 102px;
  min-height: auto;
}
.error-404-layout .custom-banner-area.without-banner-image {
  height:auto;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1001px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-menu-primary.small-screen,
  .custom-logo a.small-screen{
    display: none !important;
  }
  .fixed-header .custom-header-group {
    background-color: rgba(0,0,0,0.5);
  }
  .custom-scroll-header .custom-menu-primary .hs-menu-wrapper > ul {
    padding-right: 52px;
  }
  html.no-js[lang="en"] .custom-scroll-header .custom-menu-primary .hs-menu-wrapper > ul {
    padding-right: 0;
    padding-left: 51px;
  }

  .subscription-template .custom-header-group .custom-menu-primary .hs-menu-wrapper > ul > li > a,
  .password-template .custom-header-group .custom-menu-primary .hs-menu-wrapper > ul > li > a,
  .error-template .custom-header-group .custom-menu-primary .hs-menu-wrapper > ul > li > a,
  .topic-page .custom-header-group .custom-menu-primary .hs-menu-wrapper > ul > li > a,
  .author-page .custom-header-group .custom-menu-primary .hs-menu-wrapper > ul > li > a ,
  .black-content-color .custom-header-group .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #000;
  }
  .subscription-template .custom-banner-area h1,
  .password-template .custom-banner-area h1,
  .error-template .custom-banner-area h1{
    color: #000000;
    text-shadow:none;
  }

}



/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 1000px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul 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;
  }

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0px;
    color: #1647f1;
    font-size: 25px;
    width: 23px;
    height: 17px;
    padding: 37px 0 62px;

  }
  .mobile-trigger:hover{
    color: #f90016;
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    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: 55px !important;
    height: 46px !important;
    line-height: 46px;
    padding: 0 10px 0 0 !important;
    text-align: right;
    color: #888;
  }
  .child-trigger i.fa.fa-angle-down {
    display: none;
  }
  .child-trigger.child-open i.fa.fa-angle-down {
    display: block;
  }
  .child-trigger.child-open i.fa.fa-angle-right {
    display: none;
  }
  .child-trigger i {
    position: absolute;
    top: 14px;
    right: 10px;
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    margin: 0;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */

  .custom-menu-primary .hs-menu-wrapper > ul {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    padding-top: 2px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    border-bottom: 1px solid #ffd813;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
    font-size: 13px;
    font-weight: 400;
    color: #888;
    padding: 10px 0;
    display: block;
    position: relative;
    text-transform: none;
    line-height: 26px;
    letter-spacing: 0;
    font-family: Source Code Pro;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
    color: #1647f1;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{}
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li a:hover {
    color: #1647f1;
  }


  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    padding: 1px 0 0px 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 13px;
    font-weight: 400;
    color: #888;
    padding: 10px 0;
    position: relative;
    text-transform: none;
    line-height: 26px;
    letter-spacing: 0;
    font-family: Source Code Pro;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    border-bottom: 1px solid #ffd813;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:last-child {
    border-bottom: 0 none;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


/* ==========================================================================
5. BLOG                                        
========================================================================== */

.blogi-layout.blog.hs-blog-listing .body-container-wrapper {
  background-color: #f2d1ff;
}
#comments-listing:empty {
  border: 0 none;
  margin: 0;
}
.hs-blog-post .custom-main-content-inner {
  padding: 45px 0 0;
}
.hs-blog-post.uutiset-blog .custom-main-content-inner {
  padding-top:0;
}
.blog .blog-sidebar .hs_cos_gallery_main .slick-arrow {
  display: none !important;
}
.custom-blog-banner-area .page-center {
  padding-left: 20px;
  padding-right: 20px;
}
.slick-dots li button {
  width: 9px;
  height: 9px;
  padding: 0;
  background: #cfcfcf;
  border-radius: 50%;
}

.slick-dots li button:before {
  width: 9px;
  height: 9px;
  content: none;
}

.slick-dots li {
  width: 9px;
  height: 9px;
  margin: 0 15px;
}

.slick-dots li.slick-active button {
  background: #303030;
}
.blog.hs-blog-listing .blog-sidebar {
  display: none;
}

.blog.hs-blog-listing .blog-content {
  width: 100% !important;
  float: none !important;
}

.post-listing .post-item {
  width: 33.3%;
  float: left;
  padding: 0 10px;
  margin: 0 0 30px;
}

.blog.hs-blog-listing .body-container-wrapper {
  background-color: #9af1ec;
}

.blog-listing-wrapper {
  overflow: hidden;
}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  display: block !important;
  float: none;
  margin: 0;
}

.custom-body-section {
  background: #fff;
  padding: 35px 5px;
  text-align: center;
}

.hs-featured-image-wrapper {
  position: relative;
}

span.meta-date {
  position: absolute;
  top: 0;
  margin: 5px;
  padding: 5px 13px;
  background-color: #fff;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

span.date {
  display: block;
  color: #303030;
  font-size: 19px;
  font-weight: 600;
}

.post-header h2 {
  margin: 0 0 10px;
  color: #191919;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}

.post-header h2 a {
  color: #191919;
}

.post-header h2 a:hover {
  color: #1647f1;
}
.custom-blog-banner-area {
  height: 110.5vh;
  position: relative;
  display: table;
  width: 100%;
  color: #fff;
  margin-top: -1px;
}

.custom-blog-banner-area:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: rgba(0,0,0,.3);
  content: '';
}

.custom-blog-banner-area .page-center {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 9;
  width: 100% !important;
}

.custom-blog-banner-area a {
  color: #fff;
  -webkit-transition: color .2s ease-out,border-color .2s ease-out;
  -moz-transition: color .2s ease-out,border-color .2s ease-out;
  transition: color .2s ease-out,border-color .2s ease-out;
}

a.topic-link {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.blog-sidebar .hs_cos_gallery_main{
  padding: 0;
}
.custom-blog-banner-area h1 {
  font-size: 70px;
  font-style: normal;
  margin-top: 15px;
}
.section.post-body p {
  margin-bottom: 22px;
}
.custom-blog-banner-area p {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 3px;
}

span.vertical_separator {
  margin: 0 0 0 7px;
}

.hs-blog-listing.topic-page .body-container-wrapper {
  background: #fff !important;
}
.blog .blog-listing-wrapper .post-listing {
  margin: 0 -10px;
}


/* =============== Uutiset Blog Styles =============== */

.uutiset-blog .custom-blog-banner-area {
  height: auto;
  min-height: 400px;
  background-color: #ffd813;
}
.uutiset-blog .custom-blog-banner-area:before {
  content: none;
}
.uutiset-blog .custom-header-group .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #000;
}
.uutiset-blog .custom-blog-banner-area h1 {
  color: #000000;
  font-size: 60px;
  line-height: 90px;
  font-weight: 700;
  text-shadow: none;
  margin: 43px 0 0;
  letter-spacing: 1px;
}
.blog.hs-blog-listing.uutiset-blog .body-container-wrapper {
  background-color: #f82bff;
}
.hs-blog-listing .hs-blog-section-1 .page-center {
  padding-top: 100px;
}
.hs-blog-listing.topic-page .custom-blog-banner-area h1 {
  text-transform: capitalize;
}


.blogi-layout .custom-header-group .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #000;
}
.blogi-layout .custom-blog-banner-area {
  height: auto;
  min-height: 400px;
  background-color: #70e926;
}
.blogi-layout .custom-blog-banner-area:before{
  content: none;
}
.blogi-layout .custom-blog-banner-area h1 {
  color: #000000;
  font-size: 60px;
  line-height: 90px;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: none;
  margin-top: 43px;
}
.hs-blog-listing.topic-page .hs-blog-section-1 .page-center {
  padding-top: 50px;
}

.blogi-layout.hs-blog-post .custom-blog-banner-area {
  background-color: #ffd813;
}
.blogi-layout.hs-blog-post .custom-main-content-inner {
  padding-top: 0;
}
.toteutukset-blog .custom-blog-group .page-center {
  padding-bottom:20px;
}
.hs-ulkotilatuotteet-layout .custom-banner-area .text_above_title,
.two-column-layout.type2 .custom-banner-area .text_above_title { 
  text-shadow: none;
}


/* =============== Toteutukset Blog Styles =============== */

.toteutukset-blog .custom-blog-banner-area {
  height: auto;
  min-height: 694px;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 36.15vw;
}
.toteutukset-blog.hs-blog-listing .custom-blog-banner-area h1,
.toteutukset-blog .custom-blog-banner-area h1 {
  font-size: 60px;
  line-height: 90px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 43px;
}
.toteutukset-blog.hs-blog-listing .custom-blog-banner-area h1{
  font-size:60px;
}
.blog .container-fluid .row-fluid .page-center {
  width:100%;
}

.toteutukset-blog.hs-blog-post .custom-blog-banner-area {
  min-height: 55.7vw;
}
.toteutukset-blog.hs-blog-post .custom-blog-banner-area p {
  font-family: Work Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  color: #666666;
  margin: 0 0 18px;
}
.toteutukset-blog.hs-blog-post .custom-blog-banner-area a.author-link {
  color: #666666;
}
.toteutukset-blog.hs-blog-post .custom-blog-banner-area a.author-link:hover{
  color: #1647f1;
}
.toteutukset-blog .custom-blog-banner-area h1 {
  letter-spacing: 0;
  margin-top: 17px;
  font-family: 'Poppins', sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  line-height: 1.25em;
}


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
  clear: both;
  padding-top: 20px;
}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {
  position: relative;
}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  display: block;
  margin-bottom: 10px;
  vertical-align: middle;
  max-width:500px;
  width:100%;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */

.error-404-layout .custom_error_message {
  text-align: center;
}
.custom-back-button{
  position: relative;
  width: auto;
  height: 39px;
  line-height: 25px;
  padding: 6px 23px;
  display: inline-block;
  border: 2px solid #303030;
  color: #1647f1;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  background-color: #f3d2ff;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  letter-spacing: 1px;
  text-transform: none;
  border-width: 2px;
  padding-left: 50px;
  padding-right: 50px;
  border-color: #f90016;
  height: auto;
}
.custom-back-button:hover{
  background-color: #5eeca3;
  color: #f90016;
}
ul.hs-error-msgs.inputs-list {
  list-style: none;
  margin: 0 0 4px;
  padding: 0;
}
.error-404-layout .hs-search-field {
  max-width: 500px;
  margin: 10px auto 0;
}



/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-home-banner{
    height:100vh;
  }
}
div[data-global-widget-path] + div {
  margin-left: 0 !important;
}
.two-col-content-with-bg .content-holder .col .inner-group a[href*="/en/services/printed-materials"] span,
.two-col-content-with-bg .content-holder .col .inner-group a[href*="/palvelut/painotuotteet"] span{
  -webkit-transition: color .1s linear;
  -moz-transition: color .1s linear;
  transition: color .1s linear;
}
.two-col-content-with-bg .content-holder .col .inner-group a[href*="/en/services/printed-materials"]:hover span,
.two-col-content-with-bg .content-holder .col .inner-group a[href*="/palvelut/painotuotteet"]:hover span {
  color: #1647f1 !important;
}
.two-column-layout .two-col-with-bg-color .col a{
  color: #f90016;
}
.two-column-layout .two-col-with-bg-color .col a:hover{
  color: #1647f1;
}
.hs-lang-switcher {
  float:left;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes zoomin {
  0% {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
  }
  100% {
    -webkit-transform:scale(1.13);
    -moz-transform:scale(1.13);
    -ms-transform:scale(1.13);
    -o-transform:scale(1.13);
    transform:scale(1.13);
  }
}



@keyframes fadeHeight {
  0% {
    top: -200px;
  }
  100% {
    top: 0px;
  }
}

.fadeHeight {
  position: relative;
}

.fadeHeight{
  -webkit-animation-name: fadeHeight;
  animation-name: fadeHeight;
}

.custom-map{
  background-color: #E5EEE0;
}


span.odometer-formatting-mark {
  display: none;
}

a.pp_close {
  position: absolute;
  right: 14px;
  display: block;
  line-height: 22px;
  font-size: 0;
  right: 20px;
  bottom: 0;
  top: auto;
  opacity: .7;
  text-indent: 0;
}
a.pp_close:after {
  color: #fff;
  font-size: 15px;
  content: "\f00d";
  font-family: fontawesome,sans-serif;
}
.cm-blogi-recent-post {
  padding-top: 76px;
}
.cm-blogi-recent-post h3{
  margin-bottom: 18px;
  color: #191919;
  font-family: 'Poppins',sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
  line-height: 25px;
}
.cm-blogi-recent-post .hs-related-blog-item,
.cm-blogi-recent-post .hs-rss-item {
  margin-bottom: 15px;
}
.body-container .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  width: 80%;
  float: right;
  padding-left: 20px;
  box-sizing: border-box;
}
.cm-blogi-recent-post .hs-rss-title {
  color: #191919;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
  font-weight: 400;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  text-transform: none;
  margin: -3px 0 2px;
  display: block;
  line-height: 25px;
}
.cm-blogi-recent-post .hs-rss-byline {
  display: block;
  font-weight: 500;
  opacity: 1;
  font-size: 100%;
}
.cm-blogi-recent-post .hs-rss-item-image-wrapper {
  width: 95px;
  float: left;
}
.cm-blogi-recent-post .hs-rss-item-text {
  padding: 0 0 0 116px;
  display: block;
  width: auto;
}
.cm-blogi-recent-post .no-rss-img .hs-rss-item-text{
  padding:0;
}
.blog.blogi-layout .blog-sidebar {
  position: sticky;
  top: 16px;
}
.blog .section.post-footer .hs-button.primary {
  margin-top:10px;
}
.custom-blog-banner-area{
  padding-left:10px;
  padding-right:10px;
}
.hs-post-featured-image-wrapper img {
  width: 100%;
}
.custom-uitiset-blog-byline {
  font-family: Work Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  color: #666666;
  width: 100%;
  margin: 0 0 18px;
}
.custom-uitiset-blog-byline a {
  color: #666666;
}
.custom-uitiset-blog-byline a:hover {
  color: #21ab64;
}
.utilset-post-header{
  padding-top: 23px;
}
.utilset-post-header h2 {
  font-family: Work Sans;
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
}
.utilset-post-header h2 a{
  color: #191919;
}
.cm-blogi-recent-post .hs-rss-title:hover {
  color: #1647f1;
}
.blogi-layout.author-page .custom-blog-banner-area  {
  display:none;
}



/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1399px) {
  .container-fluid .row-fluid .page-center {
    max-width: 1100px;
  }
  .custom-menu-primary.right .hs-menu-wrapper > ul {
    margin-left: -35px;
  }
  .custom-menu-primary.left .hs-menu-wrapper > ul{
    margin-right: -35px;
  }
  .related-product-mod .item{
    margin: 0 5px 2.5% 0;
  }
  .custom-product-group .item{
    margin: 0 0 1.2% 0;
  }
}


@media (min-width:1600px){
  .custom-home-banner > div {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}


@media (min-width:1001px){
  .hs-home-page .custom-header-group{
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 1100px) and (max-width: 1200px){
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 37px 8px;
    font-size: 12px;
  }
}
@media (min-width: 1001px) and (max-width: 1100px) {
  .custom-menu-primary.right .hs-menu-wrapper > ul {
    margin-left: 0;
  }
  .custom-menu-primary.left .hs-menu-wrapper > ul{
    margin-right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding: 37px 8px;
    font-size: 11px;
  }
  .three-col-content-with-bg .content-holder .col h2 {
    font-size: 25px;
  }
} 


@media (min-width: 768px) and (max-width: 1100px){
  .team-member-mod .team-member-content-holder .team-member-item {
    width: 50%;
    float: left;
  }
}

@media (max-width: 1200px) {
  .container-fluid .row-fluid .page-center {
    max-width: 950px;
  }
  .blog .body-container .page-center {
    padding-left: 10px;
    padding-right: 10px;
  } 
}



@media (max-width:1040px) {
  .custom-home-banner-sub-heading {
    font-size: 25px;
    line-height: 40px;
    padding-top: 20px;
  }
  .custom-home-banner-heading {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 13px;
  }
  .custom-home-banner{
    padding-bottom: 154px;
  }
}


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


@media (max-width: 1000px) {
  .container-fluid .row-fluid .page-center {
    max-width: 768px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul .lang_switcher_class {
    margin-top: 14px;
    margin-bottom: 3px;
  }
  .custom-logo a.large-screen{
    display: none;
  }
  .custom-logo img {
    max-width: 267px;
    margin-top: 25px;
    margin-bottom: 23px;
  }
  .custom-menu-primary,
  .custom-logo-group{
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
  }
  .custom-menu-primary.left,
  .custom-menu-primary.right,
  .custom-scroll-header{
    display: none !important;
  }
  .custom-header-group {
    background-color: #ffd813;
  }
  .custom-header-group {
    background-color: #ffd813;
    position: relative;
  }
  .custom-banner-area .title_holder .container{
    padding-top: 0;
  }
  .custom-banner-area h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .custom-header-group .page-center {
    max-width: 100% !important;
    position: relative;
    width: 100% !important;
  }
  .custom-header-group {
    padding: 0 45px;
  }
  .related-product-mod .item{
    margin: 0 0 2.5% 0;
  }
  .custom-banner-area.without-banner-image .title_holder {
    min-height: 136px;
  }
  .custom-banner-area.without-banner-image {
    min-height: 136px;
  }
  .custom-home-banner {
    margin-top: -100px;
  }
  .counter-holder {
    padding: 20px 20px;
  }
  .product-layout .hs-section-1 .page-center {
    padding-top: 20px;
  }
  .toteutukset-blog .custom-blog-banner-area {
    margin-top:0;
  }
  .blog.toteutukset-blog .body-container .page-center {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .post-listing .post-item {
    width: 50%;
  }
  .toteutukset-blog .custom-blog-banner-area h1{
    font-size: 40px;
    line-height: 50px;
    margin: 0 ;
  }
  .uutiset-blog .custom-blog-banner-area,
  .blogi-layout .custom-blog-banner-area{
    min-height: 110px;
  }
  .uutiset-blog .custom-blog-banner-area .page-center ,
  .blogi-layout .custom-blog-banner-area .page-center {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .uutiset-blog .custom-blog-banner-area h1,
  .blogi-layout  .custom-blog-banner-area h1{
    font-size: 40px;
    line-height: 50px;
    margin: 0;
  }
  .uutiset-blog .hs-blog-listing .hs-blog-section-1 .page-center,
  .blogi-layout .hs-blog-listing .hs-blog-section-1 .page-center{
    padding-top: 70px;
  }
  .custom-home-banner {
    padding-bottom: 0;
    padding-top: 60px;
  }
  #jarallax-container-0{
    z-index:0 !important;
  }
  .custom-home-banner > div{
    position:relatie;
    z-index:1;
    
  }
  .custom-home-banner{
    background-color: #000;
  }
  .password-template .custom-banner-area.without-banner-image,
  .error-template  .custom-banner-area.without-banner-image,
  .hs-search-layout .custom-banner-area.without-banner-image,
  .subscription-template .custom-banner-area.without-banner-image {
    display:none;
  }
  .error-404-layout .custom-banner-area.without-banner-image{
    display:block;
  }
  .subscription-template .custom-banner-area h1,
  .password-template .custom-banner-area h1, 
  .error-template .custom-banner-area h1 {
    color: #000000;
    text-shadow: none;
  }
  .custom-banner-area.without-banner-image.no-content {
    min-height: 0px;
  }
}


@media (max-width: 1000px) and (min-width: 768px) {
  .three-col-content-with-bg .content-holder .col h2 {
    font-size: 19px;
  }
  .custom-product-group .item {
    width: 23%;
    margin: 0 6px 3% 0;
  }
  .custom-footer-left-group, .custom-footer-right-group {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
  }
  .content-with-right-btn .left-group {
    padding-right: 10px;
  }
  
}

/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  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"],
  input[type="file"],
  textarea,
  select{
    max-width: 100%;
  }
  .container-fluid .row-fluid .page-center {
    max-width: 600px;
  }
  .custom-banner-area h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .two-col-with-bg-color .col{
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  a.custom-btn {
    padding: 7px 14px;
  }
  .custom-footer-col.column-1 img {
    max-width: 300px;
    width: 100%;
  }
  .content-with-right-btn .left-group {
    width: 100%;
    float: none;
    text-align: center;
  }
  .content-with-right-btn .right-group {
    width: 100%;
    float: none;
    text-align: center;
  }
  .content-with-right-btn .content-group a.custom-btn {
    position: static;
    transform: translateY(0);
  }
  .content-with-right-btn .left-group .heading {
    margin-bottom: 20px;
  }
  .custom-footer-top-group .hs-rss-module {
    margin-bottom: 33px;
  }
  .custom-footer-col.column-3,
  .custom-footer-col.column-2, 
  .custom-footer-col.column-1{
    padding-bottom: 25px;
  }
  .two-col-with-bg-color .content-group {
    margin-left: 0;
    margin-right: 0;
  }
  .related-product-mod .item {
    width: 47.9%;
    margin: 0 0 4.7%;
  }
  .custom-product-detail-group .pagination-group .next-group .post_info,
  .custom-product-detail-group .pagination-group .prev-group .post_info {
    display: none;
  }
  .custom-product-detail-group .column-1,
  .custom-product-detail-group .column-2 {
    width: 100%;
    float: none;
  }
  .custom-banner-area.without-banner-image .title_holder {
    min-height: 116px;
  }
  .custom-banner-area.without-banner-image {
    min-height: 116px;
  }
  .three-col-content-with-bg .content-holder .col {
    display: block;
    width: 100%;
  }
  .custom-product-group .item {
    width: 47.9%;
    margin: 0 0 4.7%;
  }
  .team-member-mod .team-member-content-holder .team-member-item {
    width: 100%;
    float: none;
  }
  .team-member-mod .team-member-content-holder .team-member-item .image-holder img {
    width: 100%;
  }
  .team-member-mod .team-member-content-holder .team-member-item .inner-group {
    padding-left: 0;
    padding-right: 0;
  }
  .team-member-mod .team-member-content-holder{
    margin-left: 0;
    margin-right: 0;
  }
  .two-col-content-with-bg .content-holder .col {
    display: block;
    width: 100%;
  }
  .three-col-content-with-bg-image .col {
    width: 100%;
    display: block;
  }
  .recent-post-group ul li {
    width: 100%;
    float: none;
    margin: 0 0 25px !important;
  }
  .counter-item {
    width: 100%;
    float: none;
  }
  .post-listing .post-item {
    width: 100%;
    float: none;
  }
  .toteutukset-blog .custom-blog-banner-area h1,
  .uutiset-blog .custom-blog-banner-area h1,
  .blogi-layout .custom-blog-banner-area h1{
    font-size: 30px;
    line-height: 40px;
    margin:0;
  }
  .uutiset-blog .custom-blog-banner-area,
  .blogi-layout .custom-blog-banner-area{
    min-height: 91px;
  }
  .uutiset-blog .custom-blog-banner-area .page-center,
  .blogi-layout .custom-blog-banner-area .page-center{
    padding-top: 25px;
    padding-bottom:25px;
  }
  .uutiset-blog .hs-blog-listing .hs-blog-section-1 .page-center,
  .blogi-layout .hs-blog-listing .hs-blog-section-1 .page-center{
    padding-top: 70px;
  }
  .hs-ulkotilatuotteet-layout .custom-product-group .item {
    width: 50%;
    margin: 0 -4px 2.5%;
    padding: 0 11px;
    display: inline-block;
  }
  .custom-product-detail-group .column-1 .inner-group,
  .custom-product-detail-group .column-2 .inner-group{
    padding: 0;
  }
}  


@media (max-width: 600px) {
  .container-fluid .row-fluid .page-center {
    max-width: 420px;
  }
  .custom-banner-area.without-banner-image .title_holder {
    min-height: 96px;
  }
  .custom-banner-area.without-banner-image {
    min-height: 96px;
  }
  .uutiset-blog .custom-blog-banner-area {
    min-height: 72px;
  }
  .uutiset-blog .custom-blog-banner-area .page-center {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .custom-home-banner {
    padding-bottom: 0;
    padding-top: 40px;
  }
  .custom-banner-area.without-banner-image.no-content {
    min-height: 0px;
  }
  
}


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  .hs-ulkotilatuotteet-layout .custom-product-group .item {
    width:100%;
    margin: 0 0 2.5%;
    padding: 0;
    display: block;
  }
  .container-fluid .row-fluid .page-center {
    max-width: 300px;
  }
  .custom-header-group {
    padding: 0 25px;
  }
  .custom-copyright{
    padding: 0;
  }
  .custom-copyright p {
    line-height: 35px;
  }
  .related-product-mod .item {
    width: 100%;
    margin: 0 0 7.4%;
  }
  .three-col-content-with-bg .content-holder .col h2 {
    font-size: 25px;
  }
  .custom-product-group .item {
    width: 100%;
    margin: 0 0 7.4%;
  }
  .custom-banner-area h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .custom-banner-area.without-banner-image{
    padding: 10px 0;
  }
  .team-member-mod .team-member-content-holder .team-member-item .image-holder .description-inner {
    padding: 0 20px;
    font-size: 16px;
  }
  .custom-map p {
    font-size: 14px;
  }
  .custom-home-banner-heading {
    font-size: 30px;
    line-height: 40px;
  }
  .custom-home-banner-sub-heading {
    font-size: 20px;
    line-height: 25px;
  }
  .blog .container-fluid .row-fluid .page-center {
    width: 95%;
    padding-left: 0;
    padding-right: 0;
  }
  .toteutukset-blog.hs-blog-listing .custom-blog-banner-area h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .product-layout .hs-section-1 .page-center{
    width: 100%;
  }

}

@media (max-width: 420px) {
  .container-fluid .row-fluid .page-center{
    padding-left: 11px;
    padding-right: 11px;
  }
  .custom-header-group {
    padding: 0 15px;
  }
  .custom-footer-top-group .hs-rss-module {
    margin-bottom: 48px;
  }
  .custom-footer-menu {
    padding-bottom: 25px;
  }
  .custom-logo img{
    max-width: 207px;
  }
  .mobile-trigger{
    padding: 32px 0 57px;
  }
}