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

/****Fontawesome**********/
@import url('https://use.fontawesome.com/releases/v5.0.6/css/all.css');


/* EX: @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700&display=swap');


@import url('//fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&display=swap');

/*Jan Below */
/*@import url('//fonts.googleapis.com/css?family=Source+Sans+Pro+Light:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');*/
/*Jan Above */

/*@import url('//fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');*/

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@import url('//fonts.googleapis.com/css?family=Lusitana:400,700&display=swap');

/* JAN below
/* https://knowledge.hubspot.com/articles/kcs_article/cos-general/how-do-i-add-google-fonts-to-my-new-landing-pages
*/

@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

/* JAN above
/* 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: inline-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;
  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;
} 

body {
  background: #fff;
  color: #000;
  font-family: "Source Sans Pro",sans-serif;
  font-size:18px;
  line-height:23.4px;
  font-weight:300;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width:1280px;
  margin: 0 auto;
}
.span12.widget-span.widget-type-cell.page-center-menu {
  max-width: 1150px !important;
  margin: 0 auto !important;
  float: none;
  padding: 0 10px;
}

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


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

/* Basic text */
p {} 
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,h3, h4, h5, h6 {
  color: #000;
  /*  font-family: Montserrat,sans-serif; */
  /* JAN poisti :    font-family: Lucitana; */
  /* JAN lisäsi alla olevan : */
  font-family: Montserrat;
  text-transform: upper; 
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 41px;
  line-height:44px;
  font-weight: 600;
  /* Jan Below */
  font-family: Montserrat;
  text-transform: none;
  color: #000; 

}
h2 {
  /* JAN Test below 40px --> 140px */
  font-size: 41px;
  /*    font-family: Lusitana,serif; */
  font-family: Montserrat;
  font-weight: 600;
  text-transform: none;
  color: #000; 
  line-height:44px;
}

h3 {
  font-size:25px;
  line-height:28px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}
h4 {
  font-size: 22px;
  line-height:24px;
  font-weight: 400;
  font-family: Montserrat;
}
h5 {

  font-size:18px; 
  line-height:20px;
  font-weight: 400;
  font-family: Montserrat;
}
h6 {
  /*Jan Below 18px->21px*/
  font-size:21px;
  text-decoration: Italic;
  /*Jan Above */
  /*font-size:18px;*/
  line-height:20px;
  font-weight: 400;
  font-family:Source Sans Pro Light; /*Montserrat pois*/
}

/* Anchor Links */
a {
  color: #000;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #C9A56F;
  text-decoration: none;
}

/* Lists */
ul, ol {
  padding: 0 0 0 22px;
  margin: 0 0 16px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

.body-container ul {
  /*list-style: none;*/
}
.body-container ul li {
  position: relative;
}
.body-container ul:not(.slick-dots) li::before {
  color: #B6533E;
  /** Collins**/
  /*content: "\f111";*/ 
  /** Collins end**/
  /*JAN Removed:     font-family: FontAwesome; */
  /*JAN lisäsi alla olevan */
  font-family: Source Sans Pro Light;
  font-size: 21px;
  /*Jan Removed :    font-size: 8px; */

  left: -17px;
  position: absolute;
  top: 2px;
}

form li:before,
.hs-blog-social-share li:before{
  display: none;
}

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

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

/* Background Colors */
.terrakota-bg {
  background-color: #b6523d;
  color: #fff;
}
.dark-bg {
  background-color: #27282d;
  color: #fdd086;
}
.light-bg {
  background-color: #f2f1f0;
  color: #000;
}



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

.body-container .page-center{
  padding:30px 10px;
}

.content-container-regular {}

.content-container-regular .hs_cos_wrapper_type_rich_text {
  max-width: 70%;
  margin: 1rem auto 3rem;
  display: block;
}

/*Added by Support CL 23/10/2017*/

/* .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
position: relative;
padding-left: 20px;
} */

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

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


.custom-header-wrapper{
  border-bottom: 1px solid #FFD48D;
  min-height: 129px !important;
  -webkit-transition: height .3s ease;
  -o-transition: height .3s ease;
  transition: height .3s ease;
  background: #27282D;
  width:100% !important;
  position: relative;
  font-size:25px;
  line-height:33px;
}

.custom-header-wrapper .page-center{
  max-width:100% !important;
  padding: 0 15px;
}

@media (min-width: 1200px){
  .custom-header-wrapper .page-center{
    padding: 0 45px;
  }
}


.custom-logo{
  /* left: 35px;
  top: 35px;
  position: relative; */
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 400;
  /* width: auto !important; */
  margin-top: 25px;
}
.custom-logo a{
  position: static;
  top: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  display: block;
  text-align:center;
}
.custom-logo img{
  vertical-align: middle;
  width: 265px;
}

.nav-tools {
}
.nav-tools > div {
  display: inline-block;
  vertical-align: top;
}
.nav-tools > div + div {
  float: right;
}

@media (min-width: 992px){
  .nav-tools {
    text-align: right;
  }
  .nav-tools > div + div {
    margin-left: 48px;
  }
}

.custom-languages{
  /* right: 225px;
  top: 64px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute; */
  text-align: right;
  transition: all .3s ease;
  /* z-index: 310; */
  margin-top: 28px;
}
.custom-languages{
}
.custom-languages a{
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  font-family: "Source Sans Pro",sans-serif;
  display: block;
  color: #fff;
  font-weight: normal;
}

.custom-languages a:last-child{
  /* JAN removed    font-size:13px; */
  /*Jan Added below */
  font-size:13px;
  line-height:16px;
}

.custom-languages a:hover{
  color: #C9A56F;
  text-decoration: none;
}
.custom-languages span span {
  display: none;
}

.search-box {

}

#search {
  /* right: 140px;
  top: 42px;
  position: absolute; */
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  /* z-index: 400; */
  text-align: right;
  margin-top: 40px;
}
#search a{
  font-size: 40px;
  color: #fff;
  line-height:40px;
  text-decoration: none;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#search .fa-search::before {
  content: "";
}
#navigation-toggle {
  right: 45px;
  top: 40px;
  cursor: pointer;
  height: 50px;
  position: absolute;
  webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 50px;
  z-index: 400;
}
#navigation-toggle #hamburger {
  height: 100%;
  position: absolute;
  width: 100%;
}
.mobile-open #navigation-toggle *{
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#navigation-toggle #hamburger span:nth-child(1) {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  width: 40px;
  transition-delay: .5s;
}
#navigation-toggle #hamburger span {
  height: 5px;
  left: 5px;
  margin: 8px 0;
  position: relative;
  top: 1px;
}
.mobile-open #navigation-toggle #hamburger span {
  width: 0px;
}
#navigation-toggle span {
  background: #fff;
  display: block;
}
#navigation-toggle #hamburger span:nth-child(2) {
  -webkit-transition-delay: .625s;
  -o-transition-delay: .625s;
  transition-delay: .625s;
  width: 40px;
}
#navigation-toggle #hamburger span:nth-child(3) {
  -webkit-transition-delay: .75s;
  -o-transition-delay: .75s;
  width: 40px;
  transition-delay: .75s;
}
#navigation-toggle #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#navigation-toggle #cross span:nth-child(1) {
  height: 0%;
  left: 22px;
  position: absolute;
  top: 3%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  width: 5px;
}
#navigation-toggle #cross span:nth-child(2) {
  height: 5px;
  left: 3%;
  position: absolute;
  top: 22px;
  -webkit-transition-delay: .25s;
  -o-transition-delay: .25s;
  transition-delay: .25s;
  width: 0%;
}
.mobile-open #navigation-toggle #cross span:nth-child(1) {
  height: 92%;
  -webkit-transition-delay: .625s;
  -o-transition-delay: .625s;
  transition-delay: .625s;
}
.mobile-open #navigation-toggle #cross span:nth-child(2) {
  width: 92%;
  -webkit-transition-delay: .375s;
  -o-transition-delay: .375s;
  transition-delay: .375s;
}
.mobile-open #navigation-toggle #hamburger {
  width: 0%;
  display:none;
}
.social-icons {
  padding-top: 30px;
  display: block;
  text-align: center;
  width: 100%;
}
.social-icons a {
  background-color: #FFD48D;
  border-radius: 20px;
  color: #27282D;
  display: inline-block;
  font-size:30px;
  height: 40px;
  line-height: 40px;
  margin: 0 15px;
  padding: 0;
  vertical-align: middle;
  width: 40px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}
.social-icons a.twitter {
  padding-left: 3px;
}
.social-icons a:first-child {
  margin-left: 0;
}
.social-icons a:last-child{
  margin-right: 0;
  font-size:24px;
}
.fa-twitter::before {
  content: "";
}
.fa-facebook-f::before, .fa-facebook::before {
  content: "";
}
.fa-linkedin::before {
  content: "";
}
.social-icons a:hover{
  background-color: #C9A56F;
}
.navi-overlay {
  background: rgba(39,40,45,.3);
  display: none;
  height: 100%;
  left: 0;
  min-height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index:9;
}

.mobile-open .navi-overlay{
  display:block;
} 

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

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

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


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

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

.footer-wrapper{
  background-color: #27282D;
  font-size:25px;
  line-height:33px;
}

.footer-wrapper .page-center{
  padding:0 15px;
}

.footer-social-icons{
  text-align:center;
  padding:50px 0;
  float: left;
  width: 100%;
}
.footer-social-icons a:first-child {
  margin-left: 0;
}
.footer-social-icons a.twitter {
  padding-left: 3px;
}
.footer-social-icons a {
  background-color: #FFD48D;
  border-radius: 20px;
  color: #27282D;
  display: inline-block;
  font-size:30px;
  height: 40px;
  line-height: 40px;
  margin: 0 10px;
  vertical-align: middle;
  width: 40px;
}

.footer-social-icons a.facebook {
  padding-right: 1px;
}
.footer-social-icons a:last-child {
  margin-right: 0;
}
.footer-social-icons a.linkedin {
  font-size:24px;
  line-height:40px;
  padding-left: 1px;
}
.footer-social-icons a:hover{
  background-color: #C9A56F;
}
.footer-social-icons .fa-twitter:before {
  content: "";
}
.footer-social-icons .fa-facebook-f:before, .fa-facebook:before {
  content: "";
}
.footer-social-icons .fa-linkedin:before {
  content: "";
}
.footer-content {
  padding-bottom: 90px;
  text-align: left;
  font-size: 14px;
  line-height:18.2px;
  font-family: "Source Sans Pro",sans-serif;
}
.footer-group:first-child {
  border-right: 1px solid #FFD48D;
}
.footer-content>div {
  margin-bottom: 0;
}
.footer-content>div {
  overflow: hidden;
}

.footer-group{
  float: left !important;
  width: 50% !important;
  margin: 0!important;
  padding: 0 15px 0 0;
}
.footer-content .footer-left-top {
  display: block;
  max-width: 400px;
}

.footer-content h3{
  color: #fff;
  font-size: 16px;
  margin:0 0 15px 0;
  text-transform: uppercase;
  font-family: Montserrat,sans-serif;
  font-weight: 400;
  line-height:18px;
}

.footer-content p{
  margin:0 0 15px 0;
  font-size: 14px;
  line-height:18px;
  color: #fff;
  font-family: "Source Sans Pro",sans-serif;
  font-weight: normal;
}
.footer-content .footer-left-bottom {
  display: table;
  padding-top: 20px;
  width: 100%;
}
.footer-content .footer-left-bottom-left {
  padding-right: 40px;
  max-width: 220px;
  width: 40%;
  border-right: 1px solid #FFD48D;
  display: table-cell;
  vertical-align: bottom;
}
.footer-content a {
  color: #FFD48D;
  font-family: Montserrat,sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 16px;
}

.footer-content a:hover{
  color:#fff;
}
.footer-content .footer-left-bottom-left>:last-child{
  margin-bottom: 0;
}
.footer-content .footer-left-bottom-right {
  padding-left: 40px;
  max-width: 280px;
  width: 60%;
  display: table-cell;
  vertical-align: bottom;
}
.footer-content .footer-right-bottom {
  height: 100%;
  padding-left: 25px;
  text-align: right;
  width: 100%;
  display: table;
}
.footer-content .footer-right-bottom-left {
  padding-right: 0;
  vertical-align: bottom;
  display: table-cell;
  margin-bottom: 0;
  width: 65%;
  padding: 140px 0 0 0px;
  margin: 0 0 0 23px !important;
}
.footer-content .footer-right-bottom-right {
  padding-left: 20px;
  text-align: right;
  vertical-align: bottom;
  display: table-cell;
  margin-bottom: 0;
  width: 35%;
}
.footer-content .footer-right-bottom-right>:last-child {
  margin-bottom: 0;
}
.footer-content .footer-right-bottom-right>:last-child .class-image {
  margin-bottom: 0;
}
.footer-content .footer-left-bottom-right>:last-child {
  margin-bottom: 0;
}

.footer-bottom{
  background-color: #333;
  font-size:14px;
  line-height:18px;
}

.footer-bottom .page-center{
  padding:7px 15px 9px 15px;
}

.bottom-links{
  text-align: right;
  left: 41.666667% !important;
  float: right !important;
  width: 58.333333% !important;
  margin: 0 !important;
  padding: 0 0 0 15px;
}
.bottom-links p{
  margin: 0 !important;
  color: #fff;
  font-weight: normal;
}
.bottom-links a{
  padding-left: 50px;
  color: #fff;
  display: inline-block;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  text-decoration: none;
}
.bottom-links a:hover{
  color: #FFD48D;
  text-decoration: none;
}

.custom-copyright{
  padding: 0 15px 0 0;
  text-align: left;
  right: 58.333333% !important;
  float: left !important;
  width: 41.666667% !important;
  margin: 0 !important;
  color:#fff;
}
.custom-copyright p{
  margin: 0 !important;
  font-weight: normal;
}

.custom-copyright a{
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  text-decoration: none;
  color:#fff;
}
.custom-copyright a:hover{
  color: #FFD48D;
}
.footer-group:last-child{
  padding: 0 15px 0 15px;
}

.search-overlay {
  background: rgba(39,40,45,.7);
  display: none !important;
  height: 100%;
  left: 0;
  min-height: 100%;
  position: fixed;
  top: 0;
  width: 100% !important;
  z-index: 10000;
}
.search-open .search-overlay {
  display: block !important;
}
.search-overlay form {
  background: rgba(203,203,203,.7);
  display: block;
  left: 50%;
  padding: 4% 70px 4% 4%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  width: 90%;
  z-index: 10100;
}

.search-overlay input[type=submit] {
  background: transparent url(//3871048.fs1.hubspotusercontent-na1.net/hubfs/3871048/kolster%20-Oct2017/Images/search-icon.svg) center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  border: 0;
  bottom: 0;
  cursor: pointer;
  left: 4%;
  padding: 0;
  position: absolute;
  text-indent: -9999em;
  top: 0;
  width: 8%;
  z-index: 20;
  margin:0;
}
.search-overlay input[type=text] {
  background: 0 0;
  border: 0;
  font-family: Lusitana,serif;
  font-size:96px;
  height: auto;
  line-height:124.8px;
  padding: 0 0 0 12.5%;
  position: relative;
  width: 100%;
  z-index: 10;
  border-radius: 2px;
  color: #2b2b2b;
  display: block;
  vertical-align: bottom;
  font-weight:normal;
  margin:0;
}
.search-overlay a {
  height: 16%;
  right: 1.3%;
  top: 9%;
  width: 2.8%;
  background: transparent url(//3871048.fs1.hubspotusercontent-na1.net/hubfs/3871048/kolster%20-Oct2017/Images/close-icon.svg) center center no-repeat;
  background-size: contain;
  display: block;
  padding: 0;
  position: absolute;
  text-decoration: none;
}
.search-overlay input[type=submit]:hover {
  background-color: transparent !important;
  color: #fff;
}
.light-background-wrapper {
  background: #fff;
  color: #000;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.shader.relative {
  position: relative;
}
.shader {
  bottom: 0;
  height: 25px;
  left: 0;
  overflow: hidden;
  right: 0;
  z-index: 200;
}
.shader .left {
  float: left;
  -webkit-transform: translateX(-42px);
  -ms-transform: translateX(-42px);
  -o-transform: translateX(-42px);
  transform: translateX(-42px);
}
.shader .left{
  background: #27282D;
  display: block;
  height: 25px;
  width: 50%;
  position: relative;
}
.shader .left::after {
  border-bottom: 25px solid #27282D;
  border-right: 43px solid transparent;
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  width: 0;
  position: absolute;
  right: -42px;
}
.shader .right {
  float: right;
  -webkit-transform: translateX(42px);
  -ms-transform: translateX(42px);
  -o-transform: translateX(42px);
  transform: translateX(42px);
}
.shader .right {
  background: #27282D;
  display: block;
  height: 25px;
  width: 50%;
  position: relative;
}
.shader .right::before {
  border-bottom: 25px solid #27282D;
  border-left: 43px solid transparent;
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  width: 0;
  position: absolute;
  left: -42px;
}


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

.mobile-open .custom-menu-primary{
  padding: 129px 50px 65px 50px;
}

.custom-menu-primary {
  padding:0;
  width: 380px !important;
  display: block !important;
  text-align: left;
  background: #27282D;
  position: absolute !important;
  right: 0;
  top: 0;
  z-index: 390;
}
.custom-menu-primary .hs-menu-wrapper > ul{
  list-style: none;
  margin: 0 !important;
  padding: 0;
  display:block;
}

.custom-menu-primary .hs-menu-wrapper > ul > li{
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  margin-right: 30px;
  color:#fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding: 12px 0;
  display: inline-block;
  font-family: Montserrat,sans-serif;
  font-size:18px;
  font-weight: 400;
  line-height:23px;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
  position:relative;
}


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


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


/* Menu Reset */


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

.child-trigger{
  display:none !important;
}




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

.custom-menu-primary.js-enabled{
  position: relative;
}

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

}
.custom-menu-primary .hs-menu-wrapper{

}

/* Level 1 Menu List Styles */
.custom-menu-primary .hs-menu-wrapper > ul > li{

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

}

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

}

/* Level 2 and Higher Menu List Styles */
.custom-menu-primary .hs-menu-wrapper > ul ul {

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

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

}

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

}

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

}
}


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


/* =============== 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,.post-header h2 a:hover  {
  text-decoration:none; 
}

/* 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 {
  border-bottom:1px solid #ddd;
  margin:0 0 30px;
  padding:0 0 30px;
}
.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{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {
  margin:5px 0 10px;
  display:block;
}

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

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

/* Blog Commments */
.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
}

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
#comments-listing.no-comments {
  border: none;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment-body {
  border-bottom: medium none;
  color: ;
  display: block;
  font-family: ;
  font-size: ;
  line-height: ;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
.comment-date {
  color:  !important;
  display: block !important;
  text-align: left;
}


/* Pagination */
.blog-pagination {
  margin:15px 0;
  display:block;
}
.blog-pagination a {
  display:inline-block;
  padding-right:10px;
}
.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 {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin-bottom:30px;
}


/* =============== 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-title{
  font-size:40px;
  line-height:44px;
  color:#000;
  font-family: Lusitana,serif;
  font-weight: 600;
}

.body-container label{
  font-size:18px;
  line-height:23px;
  color:#000;
  font-family: "Source Sans Pro",sans-serif;
  font-weight:300; 
}

/* 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 {
  border-radius: 2px;
  background: #fdfdfd;
  border-bottom: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  border-top: 1px solid #a6a5a5;
  color: #2b2b2b;
  display: block;
  font-size: 16px;
  line-height: 20px;
  padding: 5px;
  vertical-align: bottom;
  width: 100%;
  font-weight:300;
  font-family: "Source Sans Pro",sans-serif;
  margin:5px 0 10px 0;
  outline:none;
}

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 {}

/* 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{
  color:red;
}

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


/* =============== 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;*/
/*    background-color: #27282D;*/
/*    color: #FFD48D;*/
/*    display: inline-block;*/
/*    font-family: Montserrat,sans-serif;*/
/*    font-weight: 15px;*/
/*    padding: 10px 14px;*/
/*    text-decoration: none!important;*/
/*    text-transform: uppercase;*/
/*    vertical-align: middle;*/
/*    font-size: 16px;*/
/*    line-height:21px;*/
/*    margin:10px 0 15px 0;*/
/*    font-weight:300;*/
/*    outline:none;*/
/*    border:none;*/
/*}*/

/*.hs-button.primary:hover,*/
/*input[type="submit"]:hover,*/
/*input[type="button"]:hover {*/
/*    background-color: #FFD48D;*/
/*    color: #27282D;*/
/*}*/

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}

.hs-input.invalid.error {
  border: 1px solid #F03800;
}

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


.custom-form{
  width:50% !important;
}

.blog-sidebar h1,
.blog-sidebar h2, 
.blog-sidebar h3,
.blog-sidebar h4, 
.blog-sidebar h5,
.blog-sidebar h6 {
  font-size: 25px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

/* 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:1600px) {
  .container-fluid .row-fluid .page-center{
    max-width: 1150px;
  }
}

@media (max-width:1200px) {
  .container-fluid .row-fluid .page-center{
    max-width: 1020px;
  }
}


@media (max-width:990px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding: 10px 0;
  }
  .container-fluid .row-fluid .page-center{
    max-width:900px;
  }
  .footer-content .footer-left-bottom-left{
    width: 50%;
  }
  .footer-content .footer-left-bottom-right{
    width: 50%;
    padding-left: 20px;
  }
  .footer-content .footer-right-bottom-left{
    padding: 170px 0 0 0px;
  }
}

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

@media (min-width: 768px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:after{
    background-color: #B6533E;
    bottom: -6px;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    visibility: hidden;
    width: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:after{
    left: 0;
    visibility: visible;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .custom-logo{
    width: auto !important;
    float: left !important;
    left: 25px;
  }
  .custom-logo img{
    width: 258.750px;
  }
  .custom-header-wrapper .page-center{
    min-height: 129px !important;
  }
  .custom-languages{
    right: 175px;
  }
  #search{
    right: 110px;
  }
  #navigation-toggle{
    right: 35px;
  }
  .mobile-open .custom-menu-primary {
    padding: 127px 40px 65px 40px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 6px 0;
    line-height: 19px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color: #fff;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    line-height:18px;
    padding: 6px 20px 6px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size:14px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #FFD48D;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    padding-left: 40px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    padding-left: 60px;
  }
  .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: 45px !important; /* Button height */  
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  /*.child-trigger i{*/
  /*  background: transparent url(//3871048.fs1.hubspotusercontent-na1.net/hubfs/3871048/kolster%20-Oct2017/Images/menu-plus.svg?t=1507617939539) center center no-repeat;*/
  /*  display: block;*/
  /*  height: 30px;*/
  /*  margin-right: 0;*/
  /*  padding: 0;*/
  /*  position: absolute;*/
  /*  right: 0px;*/
  /*  width: 30px;*/
  /*  z-index: 20;*/
  /*  top: 5px;*/
  /*}*/
  /*.child-trigger.child-open i{*/
  /*  background: transparent url(//3871048.fs1.hubspotusercontent-na1.net/hubfs/3871048/kolster%20-Oct2017/Images/menu-minus.svg) center center no-repeat;*/
  /*  display: block;*/
  /*  height: 30px;*/
  /*  margin-right: 0;*/
  /*  padding: 0;*/
  /*  position: absolute;*/
  /*  right: 11px;*/
  /*  width: 30px;*/
  /*  z-index: 20;*/
  /*  top: 5px;*/
  /*}*/
  .container-fluid .row-fluid .page-center{
    /*max-width:640px;*/
  }
  .footer-content{
    padding-bottom: 50px;
  }
  .footer-group{
    width: 100% !important;
  }
  .footer-group:first-child{
    border:none;
  }
  .footer-content .footer-right-bottom{
    padding-left: 0;
  }
  .footer-group:last-child{
    padding:0;
  }
  .bottom-links{
    text-align: center;
    padding: 0 15px 0 15px;
    width: 100% !important;
    float:none !important;
  }
  .bottom-links a{
    padding-left: 30px;
  }
  .custom-copyright{
    padding: 0 15px 0 15px;
    text-align: center;
    width: 100% !important;
    float:none !important;
  }
  .footer-group{
    margin: 0 0 20px 0 !important;
  }
  .footer-content .footer-left-bottom-left{
    width: 51.3%;
    padding-top: 15px;
    padding-right: 0;
  }
  .footer-content .footer-right-bottom-left{
    padding:0;
    vertical-align: middle;
    padding-right: 20px;
  }
  .footer-content .footer-right-bottom-right{
    vertical-align: middle;
    text-align: left;
  }
  .custom-form{
    width:100% !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    background-color: #B6533E;
    bottom: -3px;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    visibility: hidden;
    width: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:after {
    left: 0;
    visibility: visible;
    width: 100%;
  }
  .search-overlay form{
    position: fixed;
  }
  .search-overlay input[type=text] {
    background: 0 0;
    border: 0;
    font-family: Lusitana,serif;
    font-size: 5vw;
    height: auto;
    line-height: 1.3;
    padding: 0 0 0 12.5%;
    position: relative;
    width: 100%;
    z-index: 10;
  }
}  

@media (max-width:590px) {
  .custom-logo{
    width: 36.5% !important;
    top: 43px;
  }
}


@media (max-width:490px) {
  .custom-logo{
    top: 47px;
  }
}


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

@media (max-width: 480px) {
  .custom-languages {
    right: 25px;
    text-align: right;
    top: -4px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .custom-languages a{
    display:inline-block;
    font-size: 14px;
    line-height: 18px;
  }
  .custom-languages span {
    color: #FFD48D;
    display: inline-block;
    font-size: 16px;
  }
  .custom-languages span span {
    display: inline-block;
  }
  .custom-logo{
    top: 51px;
    width: 51.2% !important;
    left: 10px;
  }
  #search {
    right: 90px;
    top: 52px;
  }
  #navigation-toggle{
    right: 20px;
    top: 50px;
  }
  h1 {
    font-size:30px;
    line-height:33px;
    font-weight: 400;
  }
  h2 {
    font-size:26px;
    line-height:29px;
  }
  h3 {
    font-size:20px;
    line-height:22px;
  }
  h4 {
    font-size:18px;
    line-height:20px;
  }
  h5 {
    font-size:15px;
    line-height:17px;
  }
  h6 {
    font-size:15px;
    line-height:17px;
  }
  .mobile-open .custom-menu-primary {
    padding: 127px 25px 40px 25px;
    width: 100% !important;
  }
  .social-icons {
    padding-top: 30px;
  }
  .container-fluid .row-fluid .page-center{
    /*max-width:380px;*/
  }
  .footer-group{
    text-align: center;
  }
  .footer-content .footer-left-bottom-left{
    margin: 0 auto !important;
    float: none !important;
    display: block;
    width: 100%;
  }
  .footer-content .footer-left-bottom-left{
    border:none !important;
  }
  .footer-content .footer-left-bottom{
    display: block;
  }
  .footer-content .footer-left-bottom-left>:last-child{
    margin-bottom: 15px;
  }
  .footer-content .footer-right-bottom-left{
    width: 100%;
    max-width: 100% !important;
    margin: 0 !important;
    text-align: center;
    margin-bottom: 15px !important;
    display: block;
  }
  .footer-content .footer-right-bottom-right{
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .bottom-links a{
    padding-left: 10px;
  }
  .footer-content .footer-left-bottom-left{
    max-width: 100%;
  }
  .footer-content {
    padding-bottom: 30px;
  }
  .footer-content .footer-left-bottom {
    display: block;
    padding: 0;
  }
  .footer-content .footer-left-bottom-left {
    max-width: 100%;
    padding: 0;
  }
  .footer-group{
    padding:0;
  }
  .footer-content .footer-left-bottom-right{
    padding-left: 0px;
  }
  .footer-content .footer-right-bottom-left{
    padding-right: 0px;
  }
  .footer-content .footer-right-bottom-right{
    padding-left: 0px;
  }
  .search-overlay a{
    height: 25%;
    width: 4.3%;
  }
  .footer-social-icons{
    padding: 35px 0;
  }
}

@media (max-width:340px) {
  .custom-logo {
    top: 56px;
    width: 53.2% !important;
  }
}


/* ============ Vast FAQ module styles override  ============ */
.accordion_group  {
  color: #000;
}


/* ==========================================================================
Primary Navigation
========================================================================== */

 /* Set ul background color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.primary-nav {
}
.primary-nav .hs-menu-wrapper {
    margin: 0;
}
.primary-nav .hs-menu-wrapper > ul{
}
.primary-nav .hs-menu-wrapper > ul > li{
}
.primary-nav .hs-menu-wrapper a{
  color: #fdd086;
  text-decoration: none;
}
.primary-nav .hs-menu-wrapper a:hover{
}
.primary-nav .hs-menu-wrapper > ul > li + li {
}
.primary-nav .hs-menu-wrapper > ul > li > a{
    font-size: 20px; 
    
}
.primary-nav .hs-menu-wrapper > ul > li > a:hover{
}

@media (min-width: 768px){
    .primary-nav .hs-menu-wrapper {
        margin-top: 50px;
    }
    
    .primary-nav .hs-menu-wrapper > ul > li + li {
        margin-left: 20px;
    }
}

@media (min-width: 992px){
    .primary-nav .hs-menu-wrapper > ul > li > a{
        font-size: 25px;
    }
}

/* Child List */
.primary-nav .hs-menu-wrapper > ul ul{
    background-color: #27282d;
}
.primary-nav .hs-menu-wrapper > ul ul li{
}
.primary-nav .hs-menu-wrapper > ul ul li a{
    font-size: 20px;
    padding: 4px 15px;
    text-transform: uppercase;
}
.primary-nav .hs-menu-wrapper > ul ul li a:hover{
}

@media (min-width: 992px){
    .primary-nav .hs-menu-wrapper > ul ul li a{
        font-size: 23px;
    }
}

/* Override max width on menu links */
.primary-nav .hs-menu-wrapper > ul li a, 
.primary-nav .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;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
    .primary-nav .hs-menu-wrapper { 
        display:block !important;
    }
}

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



/* =============== Team Member Box =============== */

.team-member-box {
  padding: 40px 20px;
}
.team-member-box .team-member-headshot {
  text-align: center;
}
.team-member-box .team-member-social {
  margin: 15px 0 0;
  text-align: center;
  font-size: 30px;
}
.team-member-box .team-member-info {
  background-color: rgba(0,0,0,0);
  padding: 15px 12px;
}
.team-member-box .team-member-info .info-wrap {
}
.team-member-box .team-member-name {
  margin: 0 0 25px;
}
.team-member-box .team-member-title {
  margin: 0 0 25px;
}
.team-member-box .team-member-bio {
}

@media (max-width: 767px){
  .team-member-box .team-member-info {
    margin-top: 10px;
  }
}



/* =============================================
Kolster Gallery Module
============================================= */


.kolster-gallery {
    position: relative;
}
.kolster-gallery .hs_cos_gallery_main {
    padding: 0;
    margin: 0;
}
.kolster-gallery .hs_cos_gallery_main .slick-slide {
    line-height: 0;
}
.kolster-gallery .gallery-wrap {
    
}
.kolster-gallery .text-blocks {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 40px 20px;
    width: 100%;
}
.kolster-gallery .text-block {
    color: #fff;
}
.kolster-gallery .text-block h1,
.kolster-gallery .text-block h2,
.kolster-gallery .text-block h3,
.kolster-gallery .text-block h4,
.kolster-gallery .text-block h5,
.kolster-gallery .text-block h6 {
    margin-top: 0;
    color: #fff;
}

.kolster-gallery .text-block .wrap {
    background-color: rgba(0,0,0,0.65);
    padding: 15px 12px;
}

.kolster-gallery .slick-arrow {
    display: none !important;
}

.kolster-gallery .blog-listing {
}
.kolster-gallery .blog-listing .post-item {
}
.kolster-gallery .blog-listing .post-item + .post-item {
    margin-top: 15px;
}
.kolster-gallery .blog-listing .post-title {
    margin: 0;
}
.kolster-gallery .blog-listing .post-title a {
    text-decoration: none;
    color: #fff;
}
.kolster-gallery .blog-listing .post-meta {
    margin-top: 5px;
}
.kolster-gallery .blog-listing .post-author,
.kolster-gallery .blog-listing .post-publish-date {
    display: inline-block;
    color: #fff;
}
.kolster-gallery .blog-listing .post-author {
    text-decoration: none;
}
.kolster-gallery .blog-listing .post-publish-date {
    margin-left: 5px;
    border-left: 1px solid #fff;
    padding-left: 6px;
}

.kolster-gallery .news-listing {
    margin-top: 15px;
}

@media (max-width: 767px){
    .kolster-gallery .text-block + .text-block {
        margin-top: 10px;
    }
}

/* =============================================
Kolster Expert Module
============================================= */
/* inmport kolster macros */



.expert-box {
    padding: 40px 20px;
}
.expert-box .expert-photo {
    text-align: center;
}
.expert-box .expert-gallery.multiple-photo {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-size: 0;
}
.expert-box .multiple-photo .photo {
    width: 50%;
    padding: 0;
    margin: 0;
}
.expert-box .expert-social {
    margin: 15px 0 0;
    text-align: center;
    font-size: 30px;
}
.expert-box .expert-info {
    background-color: rgba(0,0,0,0);
    padding: 15px 12px;
}
.expert-box .expert-info:before,
.expert-box .expert-info:after{
    display: block;
    content: '';
    height: 1px;
    background-color: #000;
}
.expert-box .expert-info:before {
    margin: -30px -12px 0;
}
.expert-box .expert-info:after {
    margin: 0 -12px -30px;
}
.expert-box .expert-info .info-wrap {
}
.expert-box .expert-name {
    margin: 0 0 25px;
}
.expert-box .expert-title {
    margin: 0 0 25px;
}
.expert-box .expert-bio {
}

@media (max-width: 767px){
    .expert-box .expert-info {
        margin-top: 10px;
    }
}






















/********************************************************2018**********************************************/

.regular-header h3 {
  font-size: 33px;
  font-weight: 600;
  color: #fff;
}
.regular-header {
  text-align: center;
  padding: 50px 0;
}
.dark-header h3{
  color: #27282d ;
}
@media (max-width: 480px){

  .regular-header h3 {
    font-size: 1.2em;

  }
}

li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:last-child {
  margin-right: 35px;
}
.span12.widget-span.widget-type-cell.page-center {
  padding: 0 10px;
}

.nav-bg{
  background-color: #27282d;
  /*background-color: green;*/
  /*border-bottom: 1px solid #fff;*/
  height: 100px ;
}
.languagepicker> a> li>.fa, .languagepicker> a> li>.fas, .dropdown-link i {
  font-weight: 900;
  top: 1px;
  position: relative;
  left: 20px;
}

.main-nav>div>span>div>ul>li>a{
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  font-size: 1.3rem;
  padding:20px 20px;
}
.logo-container{
  position: relative;
  /*top: 20px;*/
  /* width: 265px;*/
  top: 34px;
  width: 186px;
}

.main-nav {
  position: relative;
  top: 30px;
}
.hs-menu-wrapper > ul{
  float: right;
}

.hs-menu-children-wrapper{

  box-shadow:rgba(0,0,0,.45) 0 30px 50px -15px;
  box-sizing:border-box;
  color:#333;
  float:none;
  left:-23px;
  opacity:1;
  position:absolute;
  transition-delay:0s;
  transition-duration:.4s;
  transition-property:opacity;
  transition-timing-function:ease;
  visibility:visible;
  z-index:10;
  background:#27282d;
  border-color:#fff;
  border-style:solid;
  border-width:1px;
  width: 200px;
  top: 60px;
  z-index:1;



}


ul.hs-menu-children-wrapper::before {
  content: "\f0d8";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 43px;
  color: #27282d;
  position: absolute;
  top: -28.5px;
  left: 11px;
  text-shadow: 0px -1.5px 0 #fff;
  z-index: 0;

}

.hs-menu-item.hs-menu-depth-2:hover {
  background-color: #fff !important;  
  color: #27282d !important;
  -webkit-transition: background-color .5s ease-out;
  -moz-transition: background-color .5s ease-out;
  -o-transition: background-color .5s ease-out;
  -ms-transition: background-color .5s ease-out;
  transition: background-color .5s ease-out;



}
.hs-menu-item.hs-menu-depth-2 > a:hover {
  color: #27282d !important;

}


.hs-menu-item.hs-menu-depth-2 > a {
  color: #fff !important;
  text-decoration: none;

  margin: 10px;
}


.languagepicker {
  background-color: #27282d;
  display: inline-block;
  padding: 0;
  height: 22px;
  overflow: hidden;
  /*transition: all .3s ease;*/
  /*margin: 0 50px 10px 0;*/
  vertical-align: top;
  float: right;
  width: 67px;
  /*top: 50px;*/
  position: relative;
  border:1px solid #fff;
  font-weight: 600;
  z-index:11;
  /*left: -8px;*/
}

.languagepicker{
  /* don't forget the 1px border */
  /*height: 81px;*/
  display:none;
  height: 55px;
  left: 1px;

  /*transition: height 5s ease-out;*/
}

.languagepicker a{
  color: #fff;
  text-decoration: none;
}

.languagepicker li {
  display: block;
  padding: 0px 8px;
  line-height: 22px;
  border-top: 1px solid #fff;
  font-size: 14px;
}

.languagepicker li:hover{
  /*background-color: #EEE;*/
}

.languagepicker a:first-child li {
  border: none;
  background: #27282d;
}

.languagepicker li img {
  margin-right: 5px;
}

.roundborders {
  border-radius: 5px;
}

.large:hover {
  /* 
  don't forget the 1px border!
  The first language is 40px heigh, 
  the others are 41px
  */
  /*height: 245px;*/
}

.languagepicker > a > li > img {
  vertical-align: middle;
}




@media (max-width: 767px){

  .hs-menu-flow-horizontal {
    background-color: #27282d !important;
  }

  .logo-container {
    position: relative;
    top: 20px;
    width: 265px;
  }

  .lang-show{
    display: inline-block !important; 
  }

  .languagepicker {
    background-color: #27282d;
    /*display: none;*/
    display: inline-block;
    padding: 0;
    /*height: 40px;*/
    overflow: hidden;
    transition: all .3s ease;
    /* margin: 0 50px 10px 0; */
    vertical-align: top;
    float: right;
    width: 100%;
    top: -22px;
    position: relative;
    /* border: 1px solid #fdd086; */
  }
  ul.hs-menu-children-wrapper::before{
    display:none;
  }
  ul.hs-menu-children-wrapper{
    width: 100%;
  }


}

@media (max-width: 900px){


  .main-nav>div>span>div>ul>li>a{
    /*color: #fff;*/
    text-decoration: none;
    font-weight: 300;
    font-size: 1.3rem;
    padding:20px 10px;
  }
}
























/*****************MOBILE NAV 2018 ************************/
/* ==========================================================================
Custom Menu Primary
========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.main-nav .hs-menu-wrapper > ul{ 
  background:;
}
.main-nav .hs-menu-wrapper > ul > li{
  background:;
}
.main-nav .hs-menu-wrapper > ul > li > a{
  color:;
}
.main-nav .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.main-nav .hs-menu-wrapper > ul ul{}
.main-nav .hs-menu-wrapper > ul ul li{
  background:;
}
.main-nav .hs-menu-wrapper > ul ul li a{
  color:;
}
.main-nav .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.main-nav .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;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;

}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .main-nav .hs-menu-wrapper { 
    display:block !important;
  }
}




/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */


/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can 
* use this for custom styling on any element when the menu is in the open position.                     
*/

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

@media (max-width: 767px){


  /* Variables
  ========================================================================== */

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

  /* 
  * Menu Reset
  *
  * Remove styling from desktop version of main-nav. Place any 
  * additional CSS you want removed from the mobile menu in this reset 
  */

  .main-nav,
  .main-nav .hs-menu-wrapper > ul,
  .main-nav .hs-menu-wrapper > ul li,
  .main-nav .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:#ffffff;
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: -29px;         /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #27282d; /* Background color */
    border: 1px solid #27282d;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #27282d; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #27282d; 
    border-color: transparent;

  }


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

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #fff; 
    /* Icon color */
  }


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

  .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: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

  }

  /*.child-trigger i, .child-trigger i:after{*/
  /*  width: 10px; */
  /*  height: 1px; */
  /*  background-color:#ffffff; */
  /*  display: block;*/

  /*}*/
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }


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

  .main-nav.js-enabled{
    position: relative;
    padding-top: 44px; /* Makes room for button */
    margin: 10px 0 10px 0;
  }

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

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

  /* Mobile Menu Styles */ 
  .main-nav.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: -13px;            /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .main-nav .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .main-nav .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .main-nav .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .main-nav .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .main-nav .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .main-nav .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

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

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

.hs-menu-wrapper{

  z-index:11;
}
.text-body-area{
  /*min-height: 70vh !important;*/
}

/***********Footer************************/
.footer-bg{
  background-color: #27282d;
  /*background-color: green;*/
  /*border-bottom: 1px solid #fff;*/
  min-height: 365px ;
}

.footer-paragraph{
  max-width: 380px;
  color: #fff;
  font-size:14px;
}

.footer-right-form-container{
  color: #fff ;
}
span#hs_cos_wrapper_module_151853189604155>h3{
  color: #fff ;
}
.footer-right-form-container {
  border-left: 1px solid #fff ;
  padding: 0 0 0 50px;
  position: relative;
  top: 33px;
  float:right;
  height: 270px;
}
.footer-left-form-container {
  top: 33px;
  position: relative;
}
.footer-logo-container{
  position: relative;
  top: 55px;
  width: 183px;
  padding:0 0 73px 0;
}
.circle-bg {
  /*content: "";*/
  border-radius: 50%;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;

  display: inline-block;
  float: left;
  margin: 0 10px 0 0;
  text-align: center;
}
social-media-icons .fa {
  color: #fff;
  font-weight: 900;
  position: relative;
  top: 20%;

}
.social-media-icons{
  display:block;
}
.social-media-icons2{
  display:none;
}
.fa-facebook, .fa-twitter, .fa-linkedin {

}
.circle-bg .fa {
  /* vertical-align: middle; */
  position: relative;
  top: 7px;
  color: #fff;
  text-decoration:none;
}
.circle-bg:hover .fa{
  color: #27282d;




  -webkit-transition: background-color .5s ease-out;
  -moz-transition: background-color .5s ease-out;
  -o-transition: background-color .5s ease-out;
  -ms-transition: background-color .5s ease-out;
  transition: background-color .5s ease-out;

}



.circle-bg:hover{
  color: #27282d;

  background-color: #fff;


  -webkit-transition: background-color .5s ease-out;
  -moz-transition: background-color .5s ease-out;
  -o-transition: background-color .5s ease-out;
  -ms-transition: background-color .5s ease-out;
  transition: background-color .5s ease-out;

}
.copy-right{
  color: #636363;
  padding-top: 50px;
  font-size: 14px;
}
.copy-right2 {
  color: #636363;
  padding-top: 20px;
  font-size: 14px;
}
.copy-right2 {
  display:none;
}

@media (max-width: 767px){
  .footer-right-form-container {
    border:none;
    padding: 0 ;
    /* position: relative;*/
    /* top: 33px;*/
    /* float:right;*/
    height: 300px;
    top:0;
  }  
  .copy-right {
    display:none;
  }
  .copy-right2 {
    display:block;
  }
  .social-media-icons{
    display:none;
  }
  .social-media-icons2{
    display:block;
  }
}
/***********Footer End************************/












.carousel {
  height: 440px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.carousel-img {
  width: 100%;
  height: 100%;
  position: absolute;
  /*animation: slider 30000ms ease-in-out forwards infinite;*/
  /*animation: slider 30000ms ease-in-out backwards infinite;*/
}
.carousel-img p {
  position: relative;
  top: 77px;

  font-weight: 300;
  font-size:20px;
  /*color: rgba(0, 0, 0, 0.5);*/
  color: #fff;
  text-align: center;
  font-style: italic;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
  padding:10px;
}
.carousel-img a {
  position: relative;
  top: 112px;

  color: #fff;
  text-align: center;
  font-weight:800;
  font-size:14px;
  padding:10px 20px;
  border:2px solid #fff;
  margin:0 auto;
  text-decoration: none;
}
.carousel-img a:hover {
  border-color: #fff;
  color: #fff;
  -webkit-transition: background-color .5s ease-out;
  -moz-transition: background-color .5s ease-out;
  -o-transition: background-color .5s ease-out;
  -ms-transition: background-color .5s ease-out;
  transition: background-color .5s ease-out;
}

.carousel-img h1 {
  font-size: 41px;
  font-family: Montserrat;
  font-weight: 600;
  text-transform: none;
  color: #000;
  line-height: 44px;
}
.carousel-img h2, .carousel-img h1 {
  position: relative;
  top: 100px;
  position: relative;

  text-align: center;
  color: #fff;

}


.slider1 {
  background-image:url("https://3871048.fs1.hubspotusercontent-na1.net/hubfs/3871048/vipu-kolster/karuselli-2017-etusivun-paaviesti.jpg");
  background-color: #27282d;
  left: 0;
  text-align: center;
  background-size: cover;
  width: 100%;
  /*height: 409px;*/
}

.slider2 {
  background-color: blue;
  left: 100%;
  text-align: center;
}

.slider3 {
  background-color: green;
  left: 200%;
  text-align: center;
}

@keyframes slider {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-100%);
  }
  55% {
    transform: translateX(-100%);
  }
  60% {
    transform: translateX(-200%);
  }
  80% {
    transform: translatex(-200%);
  }
}



/***************Group of 4****************/
.anchor-big-icon-block{
  text-decoration: none !important;
}
.big-icon-block{
  text-align: center;
  padding:  0 50px 50px 50px;
  color:#fff;
  min-height: 450px;
}
.move-icon-block{
  padding:52px 0 15px 0;
  postion: relative;
}
/*.big-icon-block {*/

/*    text-align: center;*/
/*    padding: 0 50px 0 50px;*/
/*    color: #fff;*/
/*    min-height: 347px;*/

/*}*/
.big-icon-block img{
  width: 200px;
  /*width: auto;*/
  height: 50px;
}
.big-icon-block:nth-child(3) {
  display:none !important;
}
.big-icon-block h3{
  font-size: 2rem;
  font-weight:800;
  text-decoration: none !important;
  color:#fff;


}
.big-icon-block p{
  text-align: left !important;


}

.bg-color-icon-area{
  background-color: #27282d;

}
h3 i.fa.fa-chevron-right {
  color: #fff;
  font-weight: 100 !important;
  -webkit-text-stroke: 4px #27282d;
  -moz-text-stroke: 4px #27282d;
  -ms-text-stroke: 4px #27282d;
}





@media (max-width: 900px){
  .big-icon-block h3{
    font-size: 25px;
    font-weight:600;
    color:#fff;


  }
  .big-icon-block {
    padding: 50px 0;


  }

}










/***************Group of 4 End****************/


/***************Light Sector*******************/
.light-background-wrapper {
  background: #fff;
  color: #000;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.arrow-segment.relative {
  position: relative;
}

.arrow-segment {
  bottom: 0;
  height: 25px;
  left: 0;
  overflow: hidden;
  right: 0;
  z-index: 200;
  top: -25px;
}

.arrow-segment .left {
  float: left;
  -webkit-transform: translateX(-42px);
  -ms-transform: translateX(-42px);
  -o-transform: translateX(-42px);
  transform: translateX(-42px);
}

.arrow-segment .left {
  background: white;
  display: block;
  height: 25px;
  width: 50%;
  position: relative;
}

.arrow-segment .left::after {
  border-bottom: 25px solid white;
  border-right: 43px solid transparent;
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  width: 0;
  position: absolute;
  right: -42px;
}

.arrow-segment .right {
  float: right;
  -webkit-transform: translateX(42px);
  -ms-transform: translateX(42px);
  -o-transform: translateX(42px);
  transform: translateX(42px);
}

.arrow-segment .right {
  background: white;
  display: block;
  height: 25px;
  width: 50%;
  position: relative;
}

.arrow-segment .right::before {
  border-bottom: 25px solid white;
  border-left: 43px solid transparent;
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  width: 0;
  position: absolute;
  left: -42px;
}

/***************Light Sector End*******************/



/***************Orange Sector*******************/
.orange-background-wrapper {
  background: #fff;
  color: #000;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.orange.relative {
  position: relative;
}

.orange {
  bottom: 0;
  height: 25px;
  left: 0;
  overflow: hidden;
  right: 0;
  z-index: 200;
  top: 0;
}

.orange .left {
  float: left;
  -webkit-transform: translateX(-42px);
  -ms-transform: translateX(-42px);
  -o-transform: translateX(-42px);
  transform: translateX(-42px);
}

.orange .left {
  background: #B6523D;
  display: block;
  height: 25px;
  width: 50%;
  position: relative;
}

.orange .left::after {
  border-bottom: 25px solid #B6523D;
  border-right: 43px solid transparent;
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  width: 0;
  position: absolute;
  right: -42px;
}

.orange .right {
  float: right;
  -webkit-transform: translateX(42px);
  -ms-transform: translateX(42px);
  -o-transform: translateX(42px);
  transform: translateX(42px);
}

.orange .right {
  background: #B6523D;
  display: block;
  height: 25px;
  width: 50%;
  position: relative;
}

.orange .right::before {
  border-bottom: 25px solid #B6523D;
  border-left: 43px solid transparent;
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  width: 0;
  position: absolute;
  left: -42px;
}
.orange-bg-area{
  background-color: #B6523D;
}

/***************Orange Sector End*******************/






/********************Beige Segment********************/
.beige-bg {
  min-height: 370px !important;
}
.beige-background-wrapper {
  background: #27282d;
  color: #000;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.beige-segment.relative {
  position: relative;
}

.beige-segment {
  bottom: 0;
  height: 25px;
  left: 0;
  overflow: hidden;
  right: 0;
  z-index: 200;
}

.beige-segment .left {
  float: left;
  -webkit-transform: translateX(-42px);
  -ms-transform: translateX(-42px);
  -o-transform: translateX(-42px);
  transform: translateX(-42px);
}

.beige-segment .left {
  background: #f2f1f0;
  display: block;
  height: 25px;
  width: 50%;
  position: relative;
}

.beige-segment .left::after {
  border-bottom: 25px solid #f2f1f0;
  border-right: 43px solid transparent;
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  width: 0;
  position: absolute;
  right: -42px;
}

.beige-segment .right {
  float: right;
  -webkit-transform: translateX(42px);
  -ms-transform: translateX(42px);
  -o-transform: translateX(42px);
  transform: translateX(42px);
}

.beige-segment .right {
  background: #f2f1f0;
  display: block;
  height: 25px;
  width: 50%;
  position: relative;
}

.beige-segment .right::before {
  border-bottom: 25px solid #f2f1f0;
  border-left: 43px solid transparent;
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  width: 0;
  position: absolute;
  left: -42px;
}
.beige-bg{
  background-color: #f2f1f0;
}
/*************Beige Segment End********************/





/********************Beige2 Segment********************/

.beige-background-wrapper-w {
  background: #fff;
  color: #000;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.beige-segment-w.relative {
  position: relative;
}

.beige-segment-w {
  bottom: 0;
  height: 25px;
  left: 0;
  overflow: hidden;
  right: 0;
  z-index: 200;
}

.beige-segment-w .left-w {
  float: left;
  -webkit-transform: translateX(-42px);
  -ms-transform: translateX(-42px);
  -o-transform: translateX(-42px);
  transform: translateX(-42px);
}

.beige-segment-w .left-w {
  background: #f2f1f0;
  display: block;
  height: 25px;
  width: 50%;
  position: relative;
}

.beige-segment-w .left-w::after {
  border-bottom: 25px solid #f2f1f0;
  border-right: 43px solid transparent;
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  width: 0;
  position: absolute;
  right: -42px;
}

.beige-segment-w .right-w {
  float: right;
  -webkit-transform: translateX(42px);
  -ms-transform: translateX(42px);
  -o-transform: translateX(42px);
  transform: translateX(42px);
}

.beige-segment-w .right-w {
  background: #f2f1f0;
  display: block;
  height: 25px;
  width: 50%;
  position: relative;
}

.beige-segment-w .right-w::before {
  border-bottom: 25px solid #f2f1f0;
  border-left: 43px solid transparent;
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  width: 0;
  position: absolute;
  left: -42px;
}
.beige-bg{
  background-color: #f2f1f0;
}
/*************Beige2 Segment End********************/







/********************black Segment********************/
.light-background-wrapper {
  background: #fff;
  color: #000;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.black-segment.relative {
  position: relative;
}

.black-segment {
  bottom: 0;
  height: 25px;
  left: 0;
  overflow: hidden;
  right: 0;
  z-index: 200;
}

.black-segment .left {
  float: left;
  -webkit-transform: translateX(-42px);
  -ms-transform: translateX(-42px);
  -o-transform: translateX(-42px);
  transform: translateX(-42px);
}

.black-segment .left {
  background: #27282D;
  display: block;
  height: 25px;
  width: 50%;
  position: relative;
}

.black-segment .left::after {
  border-bottom: 25px solid #27282D;
  border-right: 43px solid transparent;
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  width: 0;
  position: absolute;
  right: -42px;
}

.black-segment .right {
  float: right;
  -webkit-transform: translateX(42px);
  -ms-transform: translateX(42px);
  -o-transform: translateX(42px);
  transform: translateX(42px);
}

.black-segment .right {
  background: #27282D;
  display: block;
  height: 25px;
  width: 50%;
  position: relative;
}

.black-segment .right::before {
  border-bottom: 25px solid #27282D;
  border-left: 43px solid transparent;
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  width: 0;
  position: absolute;
  left: -42px;
}
/*************Black Segment End********************/







/****************************Accordion**********************/
.accordion-content ul {
  margin-left: 55px;
}
.heading-primary {
  font-size: 2em;
  padding: 10px;
  text-align: center;
}

.accordion dl,
.accordion-list {
  /*border: 1px solid #ddd;*/
}
/*.accordion dl:after,*/
/*.accordion-list:after {*/
/*  content: "";*/
/*  display: block;*/
/*  height: 1em;*/
/*  width: 100%;*/
/*  background-color: #2ba659;*/
/*}*/

.accordion dd,
.accordion__panel {
  background-color: #f2f1f0;
  font-size: 1em;
  line-height: 1.5em;
}

.accordion p {
  padding: 1em 2em 1em 2em;
}

.accordion {
  position: relative;
  /*background-color: #eee;*/
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0em 0 2em 0;
}

.accordionTitle,
.accordion__Heading {
  background-color: #f2f1f0;
  text-align: center;
  font-weight: 400;
  text-align: left;
  padding: 20px;
  display: block;
  text-decoration: none;
  color: #27282d;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  /*border-bottom: 1px solid #30bb64;*/
}
.accordionTitle:before,
.accordion__Heading:before {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 1.5em;
  line-height: 1em;
  float: right;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-text-stroke: 3px #f2f1f0;
}
.accordionTitle:hover,
.accordion__Heading:hover {
  /*background-color: #2ba659;*/
}

.accordionTitleActive,
.accordionTitle.is-expanded {
  /*background-color: #2ba659;*/
}
.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.accordionItem {
  height: auto;
  overflow: hidden;
  max-height: 50em;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
@media screen and (min-width: 48em) {
  .accordionItem {
    height: auto;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
}

.accordionItem.is-collapsed {
  max-height: 0;
}

.no-js .accordionItem.is-collapsed {
  max-height: auto;
}

.animateIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
  animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
  animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
  }
}

.accordionItem {
  margin-bottom: 40px;

  margin-left: 0;
}
/**********************Accordion End******************/
.standard-dark-bg{
  background-color:#27282d;
}

.loud-info p {
  color: #fff;
  font-weight: 500;
  font-family: Montserrat,sans-serif;
  font-size: .8em;
}
.loud-info {
  /*max-width: 300px;*/
  text-align: center;
  padding: 50px 0;
}
.loud-info h3 {
  font-size: 76px;
  line-height: 0;
  font-weight: 700;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  margin: 50px !important;
}
.3-group-centering{
  margin: 0 auto;
  max-width:1000px;
}



/******************Stripe Carousel**************/

.carousel-wrap {
  margin: 30px auto;
  padding: 0 5%;
  /*width: 80%;*/
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}


.first-logo img, .second-logo img, .first-logo, .second-logo {
  height: 80px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.new-logo-accreditation .first-logo img, .new-logo-accreditation .second-logo img, .new-logo-accreditation .first-logo, .second-logo {
  height: auto;
}



.small-logos {
  display: inline-flex;
  margin: 0 auto;
  text-align: center;
  float: none;
  margin: 50px 0;
}
.center-logos{
  text-align: center;
}







/******************Stripe Carousel End**************/


/******************Blog listing**************/
/*IE BUG*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .postListing{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0px 0 50px 0;

  }
  .itemWrap {


    width: 350px;
    margin: 0;
    /*display: table;*/
  }

}
.postListing{
  padding: 0px 0 50px 0;
  width: 100%;
  /*max-width: 1280px;*/
  margin: 0 auto;

  display: grid;
  /*display: -ms-grid;*/
  /*-ms-grid-columns: 1fr 1fr 1fr 1fr;  */
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  /*-ms-grid-rows: 150px 50px;*/
  grid-gap: 2vw;
  /*-ms-grid-gap: 1vw;*/







}

@media only screen and (min-width: 767px) {
  .postListing {
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns:1fr 1fr;
  }  
}
@media only screen and (min-width: 1200px) {
  .postListing {
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-columns:1fr 1fr 1fr;
  }
}

@media (max-width: 480px){
  .postListing {
    grid-template-columns: 1fr;
  }  

}

.post-listing {
  max-width: 300px;
  /*display: inline-flex;*/
}
.ListingImage {
  position: relative;
  /*width: 350px;*/
  /*height:300px;*/
  display: block;
  /*padding-bottom: 69%;*/
  overflow: hidden;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  -o-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.ListingImage > a >img{
  /*width:100%; Should be a better idea with good image dimensions for automatic consistency*/

  /*width: 350px;*/
  /*height: 250px;*/
  width: 100%; 
  height: auto;
}
.postItem {
  /*height: 600px;*/
}
.itemWrap {
  background: white;
  text-decoration: none;
  /*color: #444;*/
  /*box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/
  display: flex;
  /*flex-direction: column;*/
  /*min-height: 100%;*/

  position: relative;
  top: 0;
  transition: all .1s ease-in;
}
/*.itemWrap {*/


/*    height: 450px;*/
/*    position: relative;*/
/*    margin-bottom: 40px;*/

/*}*/

.listingContent a {
  text-decoration: none;
  font-size: 1em;
  /*padding: 10px;*/
}
.listingContent h4 a {
  /*background: red;*/
  /*height: 200px;*/
  font-family: "Source Sans Pro",sans-serif;
  font-size:24px;
  font-weight:200;
}







nav > ul {
  list-style: none;
  display: inline-flex;
  padding:0;
  margin:0;
}
.topic-link {

  background: #fff;
  padding: 8px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;

}



.top-topic-link{
  /*background: #fff;*/
  /*padding: 8px;*/
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;

}
#hubspot-topic_data {
  position: absolute;
  /* top: 31px; */
  margin: -25px 0px;
  font-family: Montserrat,sans-serif;
}
#top-hubspot-topic_data {
  position: relative;
  /*top: 46px;*/
  font-family: Montserrat,sans-serif;
}
div#hs_menu_wrapper_module_151925497980442 ul {
  float: left;
}
div#hs_menu_wrapper_module_151925497980442 ul li {
  background-color: green;
}
div#hs_menu_wrapper_module_151925497980442 ul li a {
  padding: 2px 20px;
  text-decoration:none;
  color:#fff;
  font-size:14px;
  font-weight:400;
  font-family: Montserrat,sans-serif;
}
div#hs_menu_wrapper_module_151925497980442 ul li {
  background-color: #27282d;
  /*color:#fff;*/
  margin-right: 20px;
  margin-bottom: 2px;
}
div#hs_menu_wrapper_module_151925497980442 ul li:hover{
  background-color: #fff;
  color:#27282d;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;

}
div#hs_menu_wrapper_module_151925497980442 ul li a:hover {
  padding: 2px 20px;
  text-decoration:none;
  color:#27282d;
  font-size:14px;
  font-weight:400;
}
.pagination-blog{
  text-align:center;
}
.pagination-blog ul li {

  padding: 10px;
}
.pagination-blog ul .active {

  text-decoration:underline !important;
}
.pagination-blog ul li a {
  text-decoration:none;
  font-size:14px;
  font-family: Montserrat,sans-serif;
  font-weight:600;
}

/*.blog-list-image{*/
/*    height:330px; */
/*    background:url(https://3871048.fs1.hubspotusercontent-na1.net/hubfs/3871048/vipu-kolster/blog-image.jpg); */
/*   background-repeat: no-repeat;*/
/*   float:right;*/
/*   width: 50%;*/
/*   background-size: cover;*/
/*}*/

.blog-list-text h3 a{
  text-decoration: none;
  font-size:35px;
  /*font-family: Montserrat,sans-serif;*/
  font-weight:600;

}
.blog-list-text h3{
  position: relative;
  top:130px;

}
.top-blog-list-text h3{
  position: relative;
  /*top:130px;*/

}
.blog-list-text{
  background-color: #CEC7BF;
  float: left;
  width: 50%;
  height: 330px; 
  text-align: left;
  padding: 50px;


}
.top-blog-list-text{
  background-color: #CEC7BF;
  float: left;
  width: 50%;
  height: 330px; 
  text-align: left;
  padding: 20px;


}
.top-blog-list-text h3 a{
  text-decoration: none;
  font-size:1rem;
  /*font-family: Montserrat,sans-serif;*/
  font-weight:600;

}
.blog-menu-nav{
  margin:80px 0 50px 0;
}

.top-blog-button a {
  position: relative;
  top: -13px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 20px;
  border: 2px solid #fff;
  margin: 0 auto;
  text-decoration: none;
  font-family: Montserrat,sans-serif;
}
.top-blog-button a:hover {

  color: #fff;

  border: 2px solid #fff;    
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;

}

/*.top-blog-button {*/
/*    position: relative;*/
/*    top: -106px;*/
/*}*/
#hs_menu_wrapper_module_151939261880476 {
  width: auto;
  position: relative;
  padding: 0;
  /*height: 50px;*/
  line-height: 50px;
  /* disable text selection by clicking */
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
  color:red !important;
}
#hs_menu_wrapper_module_151939261880476 > ul {
  display: none;
  list-style-type: none;

  padding: 0;
  /*min-width: 125px;*/

  width: 100%;
  float: left;
  background: #27282d;
  color:#fff;

}
#hs_menu_wrapper_module_151939261880476 > ul >li, #hs_menu_wrapper_module_151939261880476 > ul >li >a{
  display: block !important;
  /*padding: 3px 12px;*/
  width: 100%;
  /*height:30px;*/

}
#hs_menu_wrapper_module_151939261880476 > ul >li >a{


  text-decoration:none;
  color:#fff;
  padding: 3px 20px;
  line-height: 25px;
  /*left: 20px;*/
  position: relative;

}


#hs_menu_wrapper_module_151939261880476 > ul >li >a:hover{

  /*padding: 3px 10px;*/
  text-decoration:none;
  color:#27282d;
  padding: 3px 20px;
  line-height: 25px;
  left: 0;
  background-color:#fff;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;

}

.button-nav {
  max-width: 600px;
}
.dropdown-nav {
  width: 200px;
  /*max-width: 400px;*/
  float: right;
  /*min-width: 180px;*/
  background: #27282d;
  /*padding: 3px 10px;*/
  height: 28px;

  color:#fff;
  font-weight: 400;
  font-size: 14px;
  font-family: Montserrat,sans-serif;
}
.special-nav {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;

}
.shown-dropdown {
  width: 100% !important;

}
.click-dropdown > .fas.fa-chevron-down {

  float: right;
  position: relative;
  top: 5px;

}
.click-dropdown {

  padding: 3px 20px;

}


@media (max-width: 767px){
  .top-blog-list-text h3 a{

    font-size:1rem;


  }
}



@media (max-width: 650px){
  .top-blog-list-text {

    width: 100%;


  }
  .blog-list-image {
    width: 100% !important;
  }

}

a[href='/en/blog/tag/cases'],
a[href='https://www.kolster.fi/en/blog/tag/cases'],
a[href='/en/blog/tag/startup'],
a[href='https://www.kolster.fi/en/blog/tag/startup'],
a[href='/en/blog/tag/people'],
a[href='https://www.kolster.fi/en/blog/tag/people'],
a[href='/en/blog/tag/news'],
a[href='https://www.kolster.fi/en/blog/tag/news'],

a[href='/blog/tag/ihmiset'],
a[href='https://www.kolster.fi/blog/tag/ihmiset'],
a[href='/blog/tag/ilmiöt'],
a[href='https://www.kolster.fi/blog/tag/ilmiöt'],
a[href='/blog/tag/ihmiset'],
a[href='https://www.kolster.fi/blog/tag/ihmiset'],


a[href='/cn/blog/tag/案例'],
a[href='https://www.kolster.fi/cn/blog/tag/案例'],
a[href='/cn/blog/tag/新闻'],
a[href='https://www.kolster.fi/cn/blog/tag/新闻'],
a[href='/cn/blog/tag/新闻'],
a[href='https://www.kolster.fi/cn/blog/tag/新闻'],



a[href='//3871048.hs-sites.com/blog/topic/ihmiset'],
a[href='//3871048.hs-sites.com/blog/topic/ilmiöt'],
a[href='//3871048.hs-sites.com/blog/topic/caset'],
a[href='//3871048.hs-sites.com/blog/topic/cases']
{
  display: none 

}

.topic-link:nth-child(n+4),
.topic-link:nth-child(5),
.topic-link:nth-child(4)
{
  display: none;
}
.view-whole-blog a {
  text-decoration: none;
  background: #27282d;
  color: #fff;
  padding: 10px 30px;
  font-weight: 400;
  font-family: Montserrat,sans-serif;
  font-weight: 1rem;

}
.view-whole-blog a:hover {

  background: #fff;
  color: #27282d;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;


}

.view-whole-blog{
  text-align:center;
  margin: 0 0 100px 0;
}

/******************Blog listing End**************/
/******************Blog POST*********************/
.author-wrapper{
  padding:30px 0;
}

.social-share{
  height: 50px;
  margin: 25px 0;

}
.social-share > span > a {
  padding-right: 25px;
}
.block h3{
  font-weight: 900;
}
.stripe-text-wrapper{
  background: #27282d;
  height: 350px;
  color: white;
}
.stripe-text > .regular-header{
  padding: 20px 0 ;
}

.stripe-text-wrapper h3{
  font-size: 33px;
}


.blog-post-stuff > div > p > a {
  background: none;
}
.blog-post-stuff {
  top: -30px;
  position: relative;
}

.author-info img {
  border-radius: 50%;
  width: 160px;
}
.author-info-wrapper{
  text-align: center;
  position: relative;
  top: 68px;
}
.span3.widget-span.widget-type-raw_jinja.author-info-wrapper {

}
.related-posts-header{
  text-align: center;
}
.hs-hash-1457243856{
  /*list-style-image: url(https://3871048.fs1.hubspotusercontent-na1.net/hubfs/3871048/vipu-kolster/feather-pen.png);*/

}
li.hs-postlisting-item a {
  text-decoration: none;
  font-weight: 500;


}
/******************Blog POST END*********************/

/******************Newsletter Signup**************/


#email-f9493a1e-12f2-419b-a34c-52c55f36a86b::placeholder {
  font-style: italic;
}


#email-f9493a1e-12f2-419b-a34c-52c55f36a86b::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style: italic;
}
#email-f9493a1e-12f2-419b-a34c-52c55f36a86b::-moz-placeholder { /* Firefox 19+ */
  font-style: italic;
}
#email-f9493a1e-12f2-419b-a34c-52c55f36a86b:-ms-input-placeholder { /* IE 10+ */
  font-style: italic;
}
#email-f9493a1e-12f2-419b-a34c-52c55f36a86b:-moz-placeholder { /* Firefox 18- */
  font-style: italic;
}






form[id^="hsForm"] {
  display: inline-flex;
}



/*#hsForm_f9493a1e-12f2-419b-a34c-52c55f36a86b {*/

/*    display: inline-flex;*/

/*}*/
#hbspt-form-1519683083904-6540706122 {

  text-align: center;

}
#hbspt-form-1519687768472-823174113 {

  text-align: center;

}
/*#hsForm_f9493a1e-12f2-419b-a34c-52c55f36a86b > div > div > .large{*/
/*    cursor: pointer;*/
/*    -webkit-appearance: none;*/
/*    text-decoration: none !important;*/
/*    background-color: #27282D;*/
/*    color: #FFD48D;*/
/*    display: inline-block;*/
/*    font-family: Montserrat,sans-serif;*/
/*    font-weight: 15px;*/
/*    padding: 16px 22px;*/
/*    text-decoration: none !important;*/
/*    text-transform: uppercase;*/
/*    vertical-align: middle;*/
/*    font-size: 16px;*/
/*    line-height: 0;*/
/*    margin: 5px 0;*/
/*    font-weight: 300;*/
/*    outline: none;*/
/*    border: none;*/
/*}*/



input[type=submit]{
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  background-color: #27282D;
  color: #FFD48D;
  display: inline-block;
  font-family: Montserrat,sans-serif;
  font-weight: 15px;
  padding: 16px 22px;
  text-decoration: none !important;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 16px;
  line-height: 0;
  margin: 5px 0;
  font-weight: 300;
  outline: none;
  border: none;
}

/*.hs-button.primary, input[type="submit"], input[type="button"] {*/
/*    cursor: pointer;*/
/*    -webkit-appearance: none;*/
/*    text-decoration: none !important;*/
/*    background-color: #27282D;*/
/*    color: #FFD48D;*/
/*    display: inline-block;*/
/*    font-family: Montserrat,sans-serif;*/
/*    font-weight: 15px;*/
/*    padding: 10px 14px;*/
/*    text-decoration: none!important;*/
/*    text-transform: uppercase;*/
/*    vertical-align: middle;*/
/*    font-size: 16px;*/
/*    line-height: 21px;*/
/*    margin: 10px 0 15px 0;*/
/*    font-weight: 300;*/
/*    outline: none;*/
/*    border: none;*/
/*}*/





.sign-up {
  text-align: center;
  position: relative;
  top: -45px;
}

/*#email-f9493a1e-12f2-419b-a34c-52c55f36a86b {*/

/*    border-radius: 0;*/
/*    background: #dbdbdb;*/
/*    border: none;*/
/*    color: #2b2b2b;*/
/*    display: block;*/
/*    font-size: 16px;*/
/*    line-height: 22px;*/
/*    padding: 5px;*/
/*    vertical-align: bottom;*/
/*    width: 480px;*/
/*    font-weight: 300;*/
/*    font-family: "Source Sans Pro",sans-serif;*/
/*    margin: 5px 0 10px 0;*/
/*    outline: none;*/

/*}*/

input[id^="email"] {
  background: #ffff00;border-radius: 0;
  background: #dbdbdb;
  border: none;
  color: #2b2b2b;
  display: block;
  font-size: 16px;
  line-height: 22px;
  padding: 5px;
  vertical-align: bottom;
  width: 480px;
  font-weight: 300;
  font-family: "Source Sans Pro",sans-serif;
  margin: 5px 0 10px 0;
  outline: none;
}
input[id^="email"]::placeholder {
  font-style: italic;
}

input[id^="email"]::-moz-placeholder {
  font-style: italic;
}


#hsForm_f9493a1e-12f2-419b-a34c-52c55f36a86b > .hs_error_rollup{
  display:none;

}
#hsForm_f9493a1e-12f2-419b-a34c-52c55f36a86b > div > ul.hs-error-msgs.inputs-list {

  width: 300px;
  display:none !important;

}



@media (max-width: 650px){
  /* #email-f9493a1e-12f2-419b-a34c-52c55f36a86b {*/

  /*    width: 196px;*/


  /*}*/
  input[id^="email"]{
    width: 196px;
  }
}

/******************Newsletter Signup End**************/


.footer-contact a {
  position: relative;

  color: #fdd086;
  text-align: center;
  font-weight: 800;
  font-size: 14px;
  padding: 10px 20px;
  border: 2px solid #fdd086;
  margin: 0 auto;
  text-decoration: none;
}


.footer-contact a:hover {
  position: relative;

  color: #fff;

  border: 2px solid #fff;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -o-transition: all ease .5s;
  -ms-transition: all ease .5s;
  transition: all ease .5s;

}

.footer-contact {

  position: relative;
  top: 50px;

}
.footer-right-para{

}
.footer-right-para {
  padding-bottom: 66px;
}






.dropdown-link {

  color: #fff !important;
  text-decoration: none;
  position: relative;
  font-weight: 600;
  /*border: 2px solid red;*/
  padding: 2px 8px;
  font-size: 14px;

}
.mobile-menu {
  top: 51px;
  position:relative;

  width: 67px;
  border: 1px solid #fff;
  left:-17px;


}
@media (max-width: 767px){
  .mobile-menu{
    display:none;
  }

}
@media (min-width: 767px){
  /*
  .main-nav>div>span>div>ul>li:nth-last-child(-n+3) {
    display:none;
  }
  */
}


/********************************************************2018**********************************************/


/**************************Experts************************/
/*.icon-info-circle {*/
/*   right: 15px;*/
/*    top: 7px;*/
/*    position: absolute;*/
/*    font-size: 27px;*/
/*    color: #fff;*/

/*}*/

/*.icon-info-circle .internal {*/
/*    visibility: hidden;*/
/*    width: 200px;*/
/*    background-color: black;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    border-radius: 6px;*/
/*    padding: 5px 0;*/

/* Position the tooltip */
/*    position: absolute;*/
/*    z-index: 1;*/

/*}*/

/*.icon-info-circle:hover .internal {*/
/*    visibility: visible;*/
/*    -webkit-transition: all .3s ease;*/
/*    -o-transition: all .3s ease;*/
/*    -moz-transition: all .3s ease;*/
/*    transition: all .3s ease;*/

/*} */








/*@import url(http://fonts.googleapis.com/css?family=Satisfy);*/
.tooltip-wrapper {

  position: absolute;
  right: 0;
  padding: 25px 25px;

}
.tooltip-wrapper a {

  text-decoration:none;

}
.tooltip > .icon-info-circle {
  font-size: 30px;
  color: #fff;
}
.tooltip {
  display: inline;
  position: relative;
  z-index: 999;
}

/* Gap filler */
.tooltip::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip:hover::after {
  pointer-events: auto;
}

/* Tooltip */
/*OLD WORKING*/
/*.tooltip-content {*/
/*	position: absolute;*/
/*	z-index: 9999;*/
/*	width: 300px;*/
/*	left: 50%;*/
/*	bottom: 100%;*/
/*	font-size: 20px;*/
/*	line-height: 1.4;*/
/*	text-align: center;*/
/*	font-weight: 400;*/
/*	color: #27282d;*/
/*	background: transparent;*/
/*	opacity: 0;*/
/*	margin: 0 0 20px -150px;*/
/*	cursor: default;*/
/*	pointer-events: none;*/

/*	-webkit-font-smoothing: antialiased;*/
/*	-webkit-transition: opacity 0.3s 0.3s;*/
/*	transition: opacity 0.3s 0.3s;*/
/*}*/

.tooltip-content {
  position: absolute;
  z-index: 9999;
  width: 300px;
  left: -433%;
  bottom: 100%;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
  color: #27282d;
  background: transparent;
  opacity: 0;
  margin: 0 0 20px -150px;
  cursor: default;
  pointer-events: none;

  -webkit-font-smoothing: antialiased;
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}


.tooltip:hover .tooltip-content {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.tooltip-content span {
  display: block;
}

.tooltip-text {
  border-bottom: 10px solid #fffaf0;
  overflow: hidden;
  -webkit-transform: scale3d(0,1,1);
  transform: scale3d(0,1,1);
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
}

.tooltip:hover .tooltip-text {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}

.tooltip-inner {
  background: #fff;
  padding: 40px;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
  webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.tooltip:hover .tooltip-inner {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* Arrow */
/*OLD WORKING*/
/*.tooltip-content::after {*/
/*	content: '';*/
/*	bottom: -20px;*/
/*	left: 50%;*/
/*	border: solid transparent;*/
/*	height: 0;*/
/*	width: 0;*/
/*	position: absolute;*/
/*	pointer-events: none;*/
/*	border-color: transparent;*/
/*	border-top-color: #fff;*/
/*	border-width: 10px;*/
/*	margin-left: -10px;*/
/*}*/


.tooltip-content::after {
  content: '';
  bottom: -20px;
  left: 91%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}   







/************************** END Experts************************/
/************************** survey************************/
.survey-bg form[id^="hsForm"] {
  display: block;
  color:white;
}
.survey-bg,.survey-bg h3, .survey-bg h2, .survey-bg h1, .survey-bg label, .survey-bg a{
  color:white;

}
.survey-bg a:hover{
  color:#fff;

}
.survey-bg{
  background: url(https://3871048.fs1.hubspotusercontent-na1.net/hubfs/3871048/vipu-kolster/font/survey-BG.jpg) center center no-repeat;

  background-size: cover;
  border: 0;
  bottom: 0;
  min-height: 100vh;

}
.span12.widget-span.widget-type-cell.survey-bg {
  min-height:600px;
}
.survey-bg ul.inputs-list.multi-container {
  display: inline-flex;
}
.survey-bg label, .survey-bg input.hs-button.primary.large{
  margin-left: 25px;
}
.survey-bg input {
  margin-right: 10px;
}
@media (max-width: 767px){
  .survey-bg ul.inputs-list.multi-container {
    display: block;
  }
}
/************************** END Survey************************/


.top-blog-list-text.new h1 a {
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 28px;
  font-family: 'Montserrat', sans-serif;

}
.top-blog-list-text.new h1 {
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 28px;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 10px;
}

@media (max-width: 480px) {

  .carousel-img h2, .carousel-img h1 {
    font-size: 26px;
    line-height: 29px;
  }
}



/* FOOTER FIXES */

@media screen and (max-width:767px) {
  .footer-right-para {
    padding-bottom:2.5rem;
  }

  .footer-contact {
    top:0;
    padding-top:1rem;
  }
}

/* =============== Cookie banner styles =============== */

body div#hs-eu-cookie-confirmation {
  background: #b6523d;
  border: 0;
  box-shadow: none;
  color: #FFF;
  font-family: "Source Sans Pro",sans-serif;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  color: #FFF;
  background: #b6523d;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-eu-policy-wording {
  margin-bottom:0 !important; 
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  color:#FFF; 
  margin-bottom:0;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
  background: transparent !important;
  color: #FFF !important;
  text-align: center;
  font-weight: 800 !important;
  font-size: 14px !important;
  padding: 10px 20px !important;
  border: 2px solid #fff !important;
  text-transform: uppercase !important;
  font-family: "Source Sans Pro",sans-serif !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a, div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a:hover {
  color:#FFF !important;
  text-decoration:underline !important;
}



/* Blog modules */
.blog-container {
  width: 90%!important;
  margin: 0 auto!important;
  float: none!important;
}

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

.hero__grad {
  padding: 205px 0 15px 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
}

.hero__title {
  font-size: 28px;
  line-height: 1.1;
  color: #FFFFFF;
  font-weight: 900;
  font-family: "Source Sans Pro",sans-serif;
  margin: 10px 0;
}

.hero__date {
  font-family: "Source Sans Pro",sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 17px;
}

.hero__cat {
  padding-left: 20px;
  position: relative;
  font-size: 11px;
  color: #fff;
  text-transform: capitalize;
}

.hero__cat-link {
  color: #fff;
  text-decoration: none;
}

.hero__cat::before {
  content: '';
  position: absolute;
  top: 5.5px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #F0C586;
}

@media (min-width: 768px) {
  .blog-container {
    width: 740px!important;
  }

  .hero__title {
    font-size: 38px;
  }
}

@media (min-width: 1200px) {
  .body-container-wrapper {
    /*overflow-x: hidden!important;*/
  }

  .blog-container {
    width: 940px!important;
  }

  .hero__grad {
    padding: 325px 0 20px 0;
  }

  .hero__cat {
    font-size: 14px;
  }

  .hero__title {
    font-size: 50px;
  }

  .hero__date {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1650px) {
  .hero__grad {
    min-height: 80vh;
  }
}

@media (min-width: 1650px) {
  .hero__grad {
    min-height: 90vh;
  }
}

.post__related.related {
  margin-top: 35px;
}

.related__block-title {
  color: #27282D;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 32px;
  line-height: 48px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 40px 0;
}

.related__item {
  border-bottom: 1px solid #E1E1E1;
  width: 100%;
  margin-bottom: 30px;
}

.related__item a {
  text-decoration: none;
}

.related__tags {
  margin-top: 7px;
  padding-left: 20px;
  position: relative;
  font-size: 11px;
}

.related__tags::before {
  content: '';
  position: absolute;
  top: 5.5px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #F0C586;
}

.related__img {
  width: 100%;
  height: 190px;
  background-size: cover;
  background-repeat: no-repeat;
}

.related__title {
  color: #27282D;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 26px;
  text-decoration: none;
  margin: 10px 0 30px 0;
}

.related__author {
  padding-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.related__author-img {
  width: 40px;
  height: 40px;
  margin-right: 18px;
  box-shadow: 0 2px 10px 4px rgba(211,211,211,0.5);
}

.related__author-name {
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  line-height: 14px;
}

.related__date {
  margin: 0;
  padding-bottom: 6px;
  font-size: 14px;
  line-height: 14px;
}

@media (min-width: 768px) {
  .post__related.related {
    margin-top: 0;
  }
  .related__wrap {
    margin-bottom: 90px;
  }
  .related__wrap span {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  .related__item {
    width: 240px;
    margin-bottom: 0;
  }
  
  .related__title {
    min-height: 105px;
  }
  
  .related__img {
    width: 240px;
    height: 169px;
  }
}

@media (min-width: 1200px) {
  .related__item {
    width: 300px;
  }
  .related__img {
    width: 300px;
  }
}

/* Post wrapper and new styles to body content */
.row-fluid .blog-container__wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-container__wrapper > div:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58%;
  flex: 0 0 58%;
}

.blog-container__wrapper > div:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}

.post__body img {
  left: -2em;
  position: relative;
}

.post__body ul,
.post__body ol {
  background-color: #fff6e8;
  padding: 35px;
}

.post__body ul {
  list-style: none;
}

.post__body ul li,
.post__body ol li {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 1rem;
}

.post__body ul li {
  padding-left: 20px;
}

.post__body ul li::before {
  color: #B6533E;
  /* content: "\f111"; */
  font-family: Source Sans Pro Light;
  font-size: 21px;
  left: -17px;
  position: absolute;
  top: 2px;
}

.post__body ul li::before {
  content: '';
  left: 0 !important;
  top: 50% !important;
  top: .7rem !important;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #27282d;
}

/*
.post__body .cta_button {
display: none;
visibility: hidden;
opacity: 0;
position: relative;
background-color: #f0c586 !important;
background: #efc486 url(https://3871048.fs1.hubspotusercontent-na1.net/hubfs/3871048/Blog/white-r-r.svg) !important;
background-position: top right !important;
background-repeat: no-repeat !important;
background-size: contain !important;
overflow: hidden;
position: relative;
border-radius: 0 !important;
text-align: left !important;
padding: 2rem 8rem 2rem 2rem !important;
font-size: 1.7rem !important;
line-height: 1.1 !important;
color: #000;
font-family: "Source Sans Pro",sans-serif !important;
text-decoration: none;
font-weight: 900 !important;
}
*/

.post__body .cta_button {
  display: none;
  font-family: 'Montserrat';
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
  padding: .8em 1.2em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .9rem;
  letter-spacing: 2px;
  margin-top: 1em;
}

.post__body .cta_button p {
  margin: 0;
  font-family: 'Montserrat';
}


.post__body .cta_button span {
  font-size: 1.2rem !important;
  line-height: 1.1 !important;
  color: #000 !important;
  font-family: 'Montserrat' !important;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  transition: color .2s ease;
}

.post__body .cta_button:hover span {
  color: #f0c586 !important;
}


/* Post wrapper and new styles to body content ends */

.post__body {
  width: 100%;
  font-family: 'Montserrat',sans-serif;
  order: 1;
}

.post__body p {
  font-size: 14px;
  line-height: 21px;
  margin: 20px 0;
}

.post__body h1,
.post__body h2,
.post__body h3 {
  font-size: 16px;
  font-weight: 900;
}

/*back link*/
.post__back {
  background-image: url(https://3871048.fs1.hubspotusercontent-na1.net/hubfs/3871048/Blog/back.svg);
  background-repeat: no-repeat;
  background-position-y: 50%;
  padding: 0 0 0 22px;
  font-size: 14px;
  line-height: 48px;
  text-decoration: none;
  font-family: "Source Sans Pro",sans-serif;
}

/*quote*/
.post__body blockquote {
  padding: 25px 0;
  color: #F0C586;
  font-size: 26px;
  line-height: 33px;
  position: relative;
  margin: 25px 0;
  font-weight: 900;
  font-family: "Source Sans Pro",sans-serif;
}

.post__body blockquote * {
  font-size: 26px;
  line-height: 33px;
}

.post__body blockquote::before,
.post__body blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  width: 45px;
  height: 2px;
  background-color: #2C2C2C;
}

.post__body blockquote::before {
  top: 0;
}

.post__body blockquote::after {
  bottom: 0;
}

.post__share {
  margin-top: 65px;
  font-size: 24px;
  color: #2C2C2C;
}


@media (min-width: 1200px) {

  .post__body blockquote {
    width: 75%;
    margin: 50px 0;
    font-size: 32px;
    line-height: 43px;
  }

  .post__body blockquote * {
    font-size: 32px;
    line-height: 43px;
  }
}

/*body image from 1200 to 1366*/
@media (min-width: 1201px) {
  .post__body-image-bckg {
    width: 140%;
  }
}

/*body image from 1366 to 1440*/
@media (min-width: 1367px) {
  .post__body-image-bckg {
    width: 150%;
  }
}

@media screen and (max-width: 730px){
  .blog-container__wrapper > div:nth-child(1),
  .blog-container__wrapper > div:nth-child(2){
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }

  .blog-container__wrapper > div:nth-child(2){
    order: 3;
  }

  .post__body img {
    left: -1em;
    position: relative;
  }
}



/*fakta*/
.fakta {
  order: 2;
  margin: 20px 0 60px 0;
  background-color: #27282D;
  padding: 40px 30px 45px 30px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
}

.fakta__label {
  padding: 4px 20px;
  color: #333333;
  background-color: #fff;
  font-size: 14px;
}

.fakta h3 {
  color: #fff;
  font-size: 24px; 
  line-height: 28px;
  margin: 30px 0 36px 0;
  font-weight: 900;
  font-family: "Source Sans Pro",sans-serif;
}

.fakta ul {
  padding-left: 30px;
}

.fakta li {
  font-size: 14px;
  line-height: 18px;
  position: relative;
  list-style: none;
}

.fakta li::before {
  content: '';
  left: -25px!important;
  top: 50%!important;
  transform: translateY(-50%);
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #fff;
}



@media (min-width: 768px) {
  .fakta {
    order: initial;
  }
  
  .fakta {
    margin: 60px 0;
    padding: 40px 190px 50px 60px;
  }
  
  .fakta h3 {
    font-size: 34px; 
    line-height: 1;
  }
}

.post__sidebar {
  order: 3;
  margin-top: 3em;
  max-width: 24rem;
}

.post__sidebar--sticky {
  margin-top: 0;
  position: fixed;
  top: 0;
}

.form__opener {
  text-decoration: none;
  color: #fff !important;
  display: block;
  max-width: 9rem;
  color: #fff;
  background-color: #2c2c2c;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 21px;
  padding: 8px 13px 7px 13px;
  font-weight: 700;
  cursor: pointer;
  font-family: 'Montserrat',sans-serif;
  text-transform: uppercase;
  margin-left: auto;
  position: relative;
}

/*author block*/
.sidebar__author {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 20px;
  font-family: "Source Sans Pro",sans-serif;
}

.author__img {
  min-width: 135px;
  width: 135px;
  height: 185px;
  background-size: cover;
  background-position: center;
  margin-right: 20px;
}

.author__link {
  text-decoration: none;
  font-weight: 900;
}

.author__bio {
  margin: 0 0 22px 0;
}

.author__social a {
  margin-right: 8px;
}

/*related posts in sidebar*/
.sidebar__related {
  display: none;
}

.sidebar__related .hs-related-blog-byline, 
.sidebar__related .hs-related-blog-item-image-wrapper {
  display: none;
}

.sidebar__related-title {
  color: #333333;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  margin: 0;
}

.sidebar__related .hs-related-blog-item {
  border-bottom: 1px solid #E1E1E1;
  padding: 25px 0;
}

.sidebar__related .hs-related-blog-title {
  font-size: 22px;
  line-height: 26px;
  color: #27282D;
  text-decoration: none;
  font-weight: 900;
  font-family: "Source Sans Pro",sans-serif;
}

.sidebar__related .hs-related-blog-title:hover {
  color: #f0c586;
}

/*forms*/
.sidebar__form {
  max-width: 100%;
  box-shadow: 0 2px 40px 0 rgba(180,180,180,0.5);
  padding: 15px 36px 40px 30px;
  margin-bottom: 25px;
}

.sidebar__form span h3 {
  display: none;
}

.sidebar__form h3 {
  font-weight: 900;
  font-family: "Source Sans Pro",sans-serif;
  color: #27282D;
  font-size: 32px;
  line-height: 48px;
  margin: 10px 0 15px 0;
}

.sidebar__form-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidebar__form .marker {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: #F0C586;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidebar__form .sidebar__form-descr {
  font-family: "Source Sans Pro",sans-serif;
  color: #27282D;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 14px;
  width: 95%;
}

.sidebar__form form {
  display: block!important;
  transition: all 0.2s ease;
}

.sidebar__form div.hs-form-field {
  margin-bottom: 15px;
}

.sidebar__form form input[type="email"] {
  background-color: #fff;
  max-width: 100%;
  width: 100%;
}

.sidebar__form form input {
  border: 1px solid #DCDCDC;
  background-color: #fff;
}

.sidebar__form form label {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 900;
  color: #27282D;
  font-size: 14px;
  line-height: 21px;
}

.sidebar__form form select {
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0;
  font-size: 24px;
  line-height: 48px;
  margin: 0 0 0 -1px;
  background: transparent;
  -webkit-appearance: none;
}

.sidebar__form form select option {
  font-size: 24px;
  line-height: 48px;
  color: #27282D;
  font-weight: 300!important;
}

.sidebar__form form .form__select-wrap {
  background-image: url(https://3871048.fs1.hubspotusercontent-na1.net/hubfs/3871048/Blog/dropdown.jpg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 98.5%;
}

.sidebar__form form .actions {
  position: relative;
  text-align: right;
  margin-top: 37px;
}

.sidebar__form form .actions::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 11px;
  background-image: url(https://3871048.fs1.hubspotusercontent-na1.net/hubfs/3871048/Blog/link-arrow.svg);
  background-repeat: no-repeat;
  top: 50%!important;
  transform: translateY(-50%)!important;
  right: 13px;
}

.sidebar__form form .actions input {
  color: #fff;
  background-color: #2C2C2C;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 21px;
  padding: 8px 69px 7px 13px;
  font-weight: 700;
}

.sidebar__form--subscribe .actions {
  margin-top: 0;
}

@media (min-width: 768px) {
  .post__sidebar {
    order: initial;
  }

  .sidebar__related {
    display: block;
  }
}


/* BLOG MODULES END */