<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @import url('https://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; 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 &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children:hover &gt; ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; 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 &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper &gt; li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper &gt; li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical &gt; ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical &gt; ul li.hs-menu-depth-1 &gt; a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical &gt; ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical &gt; ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical &gt; ul li.hs-item-has-children:hover &gt; ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch &gt; ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper &gt; li.hs-item-has-children &gt; ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 &gt; a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 &gt; a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 &gt; a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 &gt; a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal &gt; 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 &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper &gt; li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides &gt; li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

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




/*****************************************/
/* Start your style declarations here    */
/*****************************************/
 

/**
 * @license
 * MyFonts Webfont Build ID 3225808, 2016-05-30T08:55:43-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: PrioriSansOT-Regular by Emigre
 * URL: https://www.myfonts.com/fonts/emigre/priori-sans-ot/regular/
 * 
 * Webfont: PrioriSansOT-Bold by Emigre
 * URL: https://www.myfonts.com/fonts/emigre/priori-sans-ot/bold/
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&amp;buildid=3225808
 * Licensed pageviews: 100,000
 * Webfonts copyright: Copyright (C) 2006 Emigre Inc., Designed Jonathan Barnbrook
 * 
 * Â© 2016 MyFonts Inc
*/

/*
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3138d0");

  
@font-face {font-family: 'PrioriSan';src: url('/hubfs/0-Linnake/Fonts/3138D0_0_0.eot');src: url('/hubfs/0-Linnake/Fonts/3138D0_0_0.eot?#iefix') format('embedded-opentype'),url('/hubfs/0-Linnake/Fonts/3138D0_0_0.woff2') format('woff2'),url(/hubfs/0-Linnake/Fonts//3138D0_0_0.woff%27) format('woff'),url(/hubfs/0-Linnake/Fonts//3138D0_0_0.ttf%27) format('truetype');}
 
  
@font-face {font-family: 'PrioriSanBold';src: url('/hubfs/0-Linnake/Fonts/3138D0_1_0.eot');src: url('/hubfs/0-Linnake/Fonts/3138D0_1_0.eot?#iefix') format('embedded-opentype'),url('/hubfs/0-Linnake/Fonts/3138D0_1_0.woff2') format('woff2'),url('/hubfs/0-Linnake/Fonts/3138D0_1_0.woff') format('woff'),url('/hubfs/0-Linnake/Fonts/3138D0_1_0.ttf') format('truetype');}
 */

@font-face {
    font-family: 'PrioriSanRegItalic';
    src: url('/hs-fs/file-2507972319.eot');
    src: url('/hs-fs/file-2507972319.eot?#iefix') format('embedded-opentype'),
         url('/hs-fs/file-2506966772.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PrioriSan';
    src: url('/hs-fs/file-2507972309.eot');
    src: url('/hs-fs/file-2507972309.eot?#iefix') format('embedded-opentype'),
         url('/hs-fs/file-2507982339.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PrioriSanBold';
    src: url('/hs-fs/file-2507982349.eot.eot');
    src: url('/hs-fs/file-2507982349.eot?#iefix') format('embedded-opentype'),
         url('/hs-fs/file-2506966762.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




* {
    font-family: 'PrioriSan', 'Exo 2', sans-serif !important;    
}

.container {
    max-width: 995px;
}    

b, strong {
	font-family: 'PrioriSanBold', 'Exo 2' !important;
	font-weight: 700 !important;
}	

h1, h2, h3, h4, h5, h6 {
	font-family: 'PrioriSanBold', 'Exo 2' !important;
	font-weight: 700 !important;	
    color: #121212;
    margin: 0.4em 0 0.6em;
}

h2 {
    
    line-height: 1.2em;
}

.perussivu2 h2 {
    
    font-size: 25px;
   
}

.perussivu2 h2 img {
    
   padding-bottom: 9px;
   
}

.hs-responsive-embed, .hs-responsive-embed.hs-responsive-embed-youtube, .hs-responsive-embed.hs-responsive-embed-wistia, .hs-responsive-embed.hs-responsive-embed-vimeo {
      display: inline-block; /* let it be styled thusly */
    padding: 0 !important;            /* get rid of pre-styling */
    margin: 0 0 1% 0;
    width: 100%;           /* take up full width available */
    padding-top: 56.25% !important;   /* give aspect ratio of 16:9; "720 / 1280 = 0.5625" */
    height: 0px;           /* don't want it to expand beyond padding */
    position: relative;  

}

label.hs-error-msg, .hs-error-msgs .hs-main-font-element {
 color: red; 
}

body .hs-responsive-embed iframe {
    
     position: absolute !important;    /* expand to fill */
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10 !important;
    max-width: initial;
        width: 100%;
    height: 100%;
}

.outer_padding {
    
    width: 100%;
    max-width: 995px;
    margin: 0px auto;
}

.hr-a {
    
    margin-top: -10px;
    margin-bottom: 40px;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
    position: absolute;
}

.tunnistaudu {
    
    opacity: 0.3;
}

.tunnistaudu:hover {
    
    opacity: 0.8;
}

.etusivu h1 {
	font-size: 40px;
	text-transform: none;
	color: #000;
	
}	

.main_content {
	margin-top: 40px;
		
}

.main_content h1 {
	margin-top: 0px;
}	

.etusivu p, .perussivu p, .etusivu, .perussivu {
	padding: 0 0 15px 0;
	font-size: 21px;
	line-height: 1.4em;
	margin: 0px;
    color: #000;
}


a:hover {
	text-decoration: none;	
    opacity: 0.5;
    transition: all 0.5s;
}

 .head {
	text-align: center;
	margin: 19px 0px 20px 0px;
}	


.head .logot {
	padding-bottom: 0px;
}	

a {
    
    color: #613f89;
   
}

a img:hover {
	opacity: 0.7;
	transition: all 0.5s;
}

 body div.hs-responsive-embed-wrapper {
 width: 100% !important;
   margin: 0 !important;
   max-width: 100% !important;
   min-width: 1px !important;
   max-height: initial !important;
     padding: 0 !important;
}

body div.hs-responsive-embed-wrapper div {
    
     display: inline-block !important; /* let it be styled thusly */
    padding: 0 !important;            /* get rid of pre-styling */
    margin: 0 0 0 0 !important;
    width: 100% !important;           /* take up full width available */
    padding-top: 56.25% !important;   /* give aspect ratio of 16:9; "720 / 1280 = 0.5625" */
    height: 0px !important;           /* don't want it to expand beyond padding */
    position: relative !important;  
}


 body div.hs-responsive-embed iframe, body div.hs-responsive-embed-wrapper iframe {
    
     position: absolute;    /* expand to fill */
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-width: initial;
        width: 100%;
   border: none;
    height: 100%;
}

.hs-form-checkbox {
    
    list-style: none !important;
}

input[type="checkbox"] {
    
 margin-right: 13px;   
}

.single-post h1 {
	
	color: #6b6866;
	font-family: 'PrioriSan', 'Exo 2' !important;
	font-size: 43px;
	font-weight: 400 !important;
	margin-top: 20px;
	margin-bottom: 8px;
}	


.rivi {
    
    padding-top: 60px;
    padding-bottom: 60px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul li a {
    
    font-size: 25px;
    max-width: 100%;
    color: #57514d;
    text-transform: uppercase;
    font-weight:  700;
    padding: 10px 0px;
    letter-spacing: 1px;
   
}


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 {

    font-size: 18px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul li  {
    
 margin: 0 20px;
   
}

.hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul li ul li a {
    
    font-size: 20px;
    max-width: 100%;
    color: #57514d;
    text-transform: none;
}


.hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul li ul {
    
    background: #fff;    
    z-index: 100 !important;
    
}


.hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul li a:hover {
    
    color: #613f89 !important;
   opacity: 1;
    border: none;
    background: url('/hub/442165/file-2169786849-png/Layout/pun_viiva.png') repeat-x center bottom;
    transition: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul .active a {
     background: url('/hub/442165/file-2169786849-png/Layout/pun_viiva.png') repeat-x center bottom;
       color: #613f89 !important;
   
    border: none;
    transition: none;
}

.tyhjavali {
    
    margin: 15px 0px;
    padding: 15px 0px;
    
    
}

.blogi-nosto .hs-rss-title a hover {
    opacity: 0.6;
}

.tumma-bg {
    
    background: #1d1e19;
    padding: 16px 0;
    margin-bottom: 10px;
    color: #fff;
}

.tumma-bg a {
 text-decoration: underline;
 color: #fff;
}

.header-container {
    
    padding: 0px 0 10px;
}


.hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul .active ul li a {
    
    background: none !important; 
}

.hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul li ul li a:hover {
    
    background: #613f89 !important;
    color: #fff !important;
    transition: none;

}

.logo {
    
    text-align: center;
    width: 100%;
}


.alanuoli {
    
    background: url('/hub/442165/file-2169595351-png/Layout/nuolet2_l.png') no-repeat center bottom;
    padding-bottom: 20px;
    margin-bottom: 20px;
}


.testimoniaalit .sisalto h2 {
    
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 1.2em;
    font-family: 'PrioriSanBold', 'Exo 2' !important;
    padding-bottom: 0px;
    color: #121212;
}


.nuoli-vasen {
    float: left;
    height: 16px;
    background: url('/hub/442165/file-2171580108-jpg/Layout/nuoli-oikea.jpg') no-repeat right center;
    
    width: 32%;
    margin-top: 13px;
}

.hs-blog-post .post-header h2, .hs-blog-post .post-header h2 a {
    
    color: #000 !important;
}

.valkoinen * {
    
    color: #fff !important;
}

.hsformerror p {
    
    color: #fff;
}


.shoutbox {
    
    background: #f8f8f8;
    padding: 0% 0;
   margin-bottom: 20px;
     
}


.shoutbox .outer_padding {
    
     position: relative;
}

.shoutbox table {
    
    margin: 68px 0;
  
}

.shoutbox-pic {
    
    position: absolute;
    top: -67px;
    left: 0%;
}

.nuoli-oikea {
    float: left;
    height: 16px;
    margin-top: 13px;
    width: 32%;
    background: url('/hub/442165/file-2174374496-jpg/Layout/nuoli-vasen.jpg') no-repeat left center;
}

.nuoli-otsikko {
    float: left;
    width: 36%;
}

.testimoniaalit {
    
    margin-bottom: 35px;
}

.testimoniaalit p, .testimoniaalit span {
    
    text-transform: none;
    line-height: 1.4em;
    font-size: 20px;
}

.testimoniaalit .sisalto h3 {
    
    font-size: 23px;
    font-weight: 400 !important;
    color: #747371;
    margin-top: 7px !important;
    padding-top: 0px !important;
    margin-bottom: 40px !important;
    font-family: 'PrioriSan', 'Exo 2' !important;
}




.stronghold {
    
    background: url('/hub/442165/file-2169223321-jpg/Etusivu/str_bg.jpg') no-repeat top center #c9bba1;
    background-size: cover;
    padding: 65px 0px 55px;
    margin: 45px 0px 60px;
}

.stronghold h2 {
    
    font-size: 44px;
    color: #121212;
    line-height: 1.2em;
    font-weight: 700;
}

.stronghold h3 {
    
    font-size: 31px;
    color: #121212;
     line-height: 1.3em;
    font-weight: 700;
}



.stronghold p {
    font-size: 19px;
    line-height: 1.3em;
    color: #000;
}

.stronghold .pieni-logo img {
    padding-top: 123px;
}

.nostot2 .otsikko h2, .nostot2 h2 {
font-size: 43px;
margin-bottom: 20px;
margin-top: 13px;
text-transform: uppercase;
}

.nostot2 p, .nostot2 td, .nostot2 {
    font-size: 21px;
    line-height: 1.4em;
    
    color: #121212;
    color: #000;
}

.nostot2 .kuva {
    
  /*   height: 83px;*/
    margin-bottom: 30px;
    text-align: left;
}

.nostot2 .kuva img, .nostot2 img {
    
    max-height: 100%;
    
    
}


h2 {
font-size: 39px;
}

h3 {
font-size: 31px;
}

.post-header p {
    
    
    font-size: 16px;
}

.all-posts-link {
    
    font-size: 18px;
}

body {
    
    font-size: 24px;
    line-height: 1.35em;
}

.nostot2 .otsikko {
    
    text-align: left;
    margin-bottom: 0px;
}

.about-author-sec {
    
//    display: none;
}


p.custom_listing_comments {
    float: left;
}

body .footer-container-wrapper .footer-copyright {
    
    padding-bottom: 70px !important;
    color: #fff;
}


.footer-container-wrapper .footer-copyright div, .footer-container-wrapper .footer-copyright p {
    
    font-size: 16px;
    line-height: 1.1em;
}

.footer-container-wrapper .footer-copyright  a {
    
    color: #fff;
    font-size: 19px;
    line-height: 1.1em;
    text-decoration: none;
    color: rgba(255,255,255,.6) !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts&gt;ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    
    border: 1px solid #eaeaea;
    top: 55px;
}

.post-header span {
    
    padding: 0px 5px;
}

.post-header .hubspot-editable a, .post-header .custom_listing_comments a {
    
    color: #c0c0c0!important;
}

.fa {
    display: inline-block;
    font-family: FontAwesome !important;
    margin-right: 4px;

}




.blogi-nosto .feedreader_box .hs-rss-item {
    
    width: 31.623931624%;
    margin-left: 2.564102564%;
    text-align: center;
    height: 270px;
    float: left;
    margin-bottom: 20px;
    position: relative;
}

.aanitiedosto {
    
    background: #613f89 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    padding: 10px 25px!important;
    font-size: 22px!important;
    border-radius: 0px!important;
    margin-top: 10px;
    border: none!important;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'PrioriSanBold', 'Exo 2' !important !important;
}

.tunnistautuminen {
    
    background: #EB787E !important;
}


.blogi-nosto .feedreader_box .hs-rss-item:first-child {
    
    margin-left: 0px;
}   

.blogi-nosto .hs-rss-item-image-wrapper img {
    
   
    height: 100%;
    height: auto;
    max-width: 272px;
}   


.blogi-nosto .hs-rss-title {
    
    color: #57514d;
    font-size: 18px;
    text-transform: none;
    font-weight: 700;
}

.blogi-nosto .hs-rss-title span {
    
    /* text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
	white-space: nowrap;
	overflow: hidden; */
    height: 62px;
line-height: 1.3em;
display: block;
font-size: 17px;
overflow: hidden;
}   

.blogi-nosto .hs-rss-item-image-wrapper {
    
   text-align: center;
    width: 100% !important;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 153px;
    
    overflow: hidden;
}

.blogi-nosto .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    
     text-align: center;
    float: none;
    width: 100%;
    position: absolute;
    top: 170px;
    left: 0px;
    padding: 0px 4% 10px;
}

.blogi-nosto .hs-rss-item.hs-with-featured-image .hs-rss-item-text:hover {
    
    opacity: 0.6;
}


.tausta {
    
    margin-bottom: 60px;
    margin-top: 40px;
    background: #f9f9f9;
}


.tausta .taustakuva {
    
    height: 350px;
    width: 100%;
    overflow: hidden;
    
}

.tausta .outer_padding {
    
    position: relative;
}

.tausta .taustateksti {
    
     position: absolute;
    z-index: 30;
    padding: 3% 25% 0 25%;

}

.tausta .taustateksti h2 {
    
   font-size: 31px;
    margin-top: 30px;
    text-align: center;
    color: #eddbbd;
  
    line-height: 1.4em;
    font-family: 'PrioriSan', 'Exo 2' !important;
    font-weight: 600 !important;
}

.tausta .taustateksti h2 span {
    
   display: block;
font-size: 0.75em;
font-weight: 400;
padding-top: 17px;
}


.tausta .taustakuva img {
    
    max-width: 150%;
    min-width: 100%;
    width: auto;
    height: auto;
    z-index: 20;
    min-height: 300px;
}


.sales-v3 .rivi3, .sales-v3 .rivi5, .sales-v3 .rivi2  {
    
    background: none !important;
}

.nosto {
    
    text-align: center;
}

.nosto img {
    
    padding-bottom: 5px;
}

.vasen {
    
    float: left;
    width: 48%;
    margin-bottom: 15px;
}

.oikea {
    
    float: right;
    width: 48%;
    margin-bottom: 15px;
}

.nosto h2, .nosto h3, .nosto h2 a, .nosto h3 a {
    
    font-size: 32px;
    color: #121212;
    padding-top: 10px;
}

.nosto .hs_cos_wrapper_type_linked_image img {
    
    max-width: 272px;
}

.author-link {
    
//    display: none;
}

#hubspot-author_data {
    
    color: #c0c0c0 !important;
}

.menu {
    
    margin-top: 15px;
    
    margin-bottom: 0px !important;
    padding-bottom: 0px !important; 
}

.etusivu .menu {
    
    margin-top: 15px;
    
    margin-bottom: 35px !important;
    
}

.perussivu .menu {
    
    margin-top: 15px;
    
    margin-bottom: 0px !important;
    padding-bottom: 0px !important; 
}


	
	
p.blog_meta, p.blog_meta a, .taxonomy, .taxonomy a{
	color: #c0c0c0 !important;
	font-size: 17px !important;
	font-style: normal !important;
	font-family: 'PrioriSan', 'Exo 2' !important;
}	

.blog_meta span {
	padding: 0 7px;	
}

.blog_meta {
	margin-bottom: 10px !important;	
}

.nuoli {
	width: 100%;
	display: block;
	height: 8px;
	margin: 20px 0px;
	clear: both;
	background: url('./images/nuolet.png') no-repeat center center;
}	

.btn, .painike {

	
	background: none repeat scroll 0% 0% #EB787E;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 400;
	padding: 7px 12px;
	border-radius: 0px !important;
	border: none;
	font-size: 18px;
	font-family: "PrioriSanBold" !important;
}


.footer-bg {
    
    background-color: #333 !important;
}

.footer-bg * {
    
    color: #fff;
    font-size: 21px;
    line-height: 1.1em;
}

body .footer-container-wrapper .footer-bg  a {
    
      font-size: 21px;
    line-height: 1.1em;
}

.tag {
    
	margin-top: 30px;
}	

.tag a {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	font-family: 'PrioriSanBold', 'Exo 2' !important;
	
}	

.tag a span {
	color: #e0747d !important;
}	

.hs-content-id-2213587509 .tausta .taustateksti{
    width: 100% !important;
    
}

.hs-content-id-2213587509 .tausta .taustateksti h2 {
color: #fff !important;
font-size: 24px !important;
line-height: 1.3em !important;

}

.iso-tausta  {
    
    width: 100%;
    height: 100%;
      position: relative;
    overflow: hidden;
    background: none;
    margin: 30px 0px 60px;
    padding: 50px 0px;
}

.iso-tausta .tausta {
    
    width: 100%;
    background: none;
    position: absolute;
    top: 0px;
    margin: 0px; 
    padding: 0px;
    max-height: 9999px !important;
    left: 0px;
    height: 100%;
    z-index: 2;
}

.iso-tausta .sisalto {
    
    width: 100%;
    background: none;
    padding: 40px 0px 20px;
   
  
    z-index: 12;
}

.menu .hs-menu-wrapper {
    
    text-align: center;
}

.iso-tausta .tausta img {
    max-width: 150%;
    min-width: 100%;
    width: auto;
    height: auto;
    min-height: 100%;
    z-index: 20;
    min-height: 300px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li ul .active a {
    
    background: #666;
    color: #fff !important;
}



 .paabanneri  {
	height: 418px;
	overflow: hidden;
	width: 100%;
    position: relative;
}


.paabanneri .paakuva {
	
	min-width: 100% !important;
	min-height: 534px;
	width: 1280px !important;
	max-width: 1920px !important;

	
}

.paabanneri .paateksti {
    
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.relative {
    
    position: relative;
}

.paabanneri .lomake {
    
    width: 100%;
    position: absolute;
    top: 185px;
    left: 0px;
}

.paabanneri .lomake .hs-input {
    
    width: 70%;
    
    margin-top: 5px;
}

.paabanneri .lomake form {
    
    position: relative;
}

.paabanneri .lomake .hs_submit {
    
    width: 29%;
    position: absolute;
    bottom: 1px; 
    right: 0px;
    margin-top: 5px;
}

.paabanneri .lomake .hs-button {
    width: 100%;   
    margin-bottom: 0px;
}

body .lomake .hs-form-field&gt;label {
    
    color: #fff;
    font-weight: 400;
}

.harmaa-bg .blog-sidebar {
    padding: 0px 5% 35px;
}

.blog .blog-listing-wrapper .post-listing .post-item {
   
   padding-bottom: 40px;
   margin-bottom: 40px;
    background: url('/hub/442165/file-2075262676-png/Layout/nuolet2.png') no-repeat center bottom;
}


.blog .blog-listing-wrapper .post-listing .post-header h2 a {
    
    color: #000;
}

.blog .blog-listing-wrapper .post-listing .post-header h2 a:after {
    
    content: " Â»";
}

.blog .blog-listing-wrapper .post-listing .post-item hr {
    background: #f9f9f9;
    height: 3px;
}

.paabanneri .lomake .wrap {
    
    width: 500px;
   margin: 0 auto;
  
}

 .paateksti h1, .etusivu .paateksti h2 {
    font-size: 65px;
    margin-top: 80px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 400 !important;
    font-family: 'PrioriSan', 'Exo 2' !important;   
}



.paateksti a {
    
    color: #fff;
}


.perussivu .tausta {
    
    margin-top: 20px;
    overflow: hidden;
    max-height: 370px;
    height: 100%;
}


.perussivu .tausta .taustateksti {
    position: absolute;
    z-index: 30;
    width: 60%;
    text-align: center;
    padding: 2% 0% 5% 0%;
}

.perussivu .outer_padding {
    
    position: relative;
}

.perussivu .tausta .taustateksti h2 {

     color: #eddbbd;
     text-align: center;
    font-family: 'PrioriSanBold', 'Exo 2' !important;
   font-size: 44px;
   margin: 0px;
   padding: 0px;
    line-height: 1.1em;
    text-shadow: 1px 1px 1px #777;
   
    
  }
  
  .perussivu .oranssi {
      
      background: #ffedcd;
    padding: 55px 0px;
    margin: 45px 0px 65px;
  }
    
    
.punainen_viiva {
    height: 8px;
    background: url('/hub/442165/file-2169786849-png/Layout/pun_viiva.png') no-repeat center top;
    width: 100%;
    display: block;
    margin: 35px 0px;
}

@media only screen and (max-width: 1372px) {
     
     .tausta .taustateksti {
  
    padding: 3% 10% 0 10%;
    }
    
    
}



 @media only screen and (max-width: 1222px) {
     
     .tausta .taustateksti {
  
    padding: 3% 5% 0 5%;
    }
    
    .outer_padding {
        
        width: 94%;
        padding: 0 3%;
    }
    
    iframe {
        
        max-width: 100%;
    }
    
 }



 @media only screen and (max-width: 967px) {
     
     
     .paateksti h1, .etusivu .paateksti h2 {
    font-size: 32px;
   padding-left: 15px;
   padding-right: 15px;
}

.tausta .taustateksti {
  
    padding: 3% 5% 0 5%;
}
     
     
     .tausta .taustateksti h2 {
        font-size: 23px;

}

.nuoli-otsikko {
float: none;
width: 100%;
}
     
    .nuoli-vasen, .nuoli-oikea {
        display: none;
    }
     
     
     .perussivu .tausta .taustateksti h2 {

font-size: 27px;
     
     
 }
 
 
  @media only screen and (max-width: 767px) {
     
     
     .blogi-nosto .feedreader_box .hs-rss-item {
         
    width: 96%;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li a {
    
    display: inline-block;
    width: auto;
    margin-left: 0px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li  {
    
   
    margin-left: 0px;
}


.oikea, .vasen {
    
    float: none;
    width: 100%;
    margin-bottom: 15px;
}

.iso-tausta .sisalto {
    
    padding: 3% 3%;
}


.hs-content-id-2213587509 .tausta .taustateksti h2 {

font-size: 18px!important;

}
     
     .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul {
    
    padding-bottom: 20px;
}

    
     
     
 }
 

 
 @media only screen and (max-width: 500px) {
     
     
     .paateksti h1, .etusivu .paateksti h2 {
    font-size: 25px;
   
}
.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul {
    
    padding-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li a {
    
    display: inline-block;
    width: auto;
    margin-left: 0px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li  {
    
   
    margin-left: 0px;
}

    .perussivu .tausta .taustateksti h2 {

font-size: 17px;
     
     
 }
 
 .nosto {
     
     margin-bottom: 20px;
 }

.tausta .taustateksti h2 {
font-size: 18px;
padding: 0 5%;
}

.hs-content-id-2213587509 .tausta .taustateksti h2 {

font-size: 13px!important;
}
     
     
     
 }


</pre></body></html>