@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i');
@import url(//cdn2.hubspot.net/hub/4411355/hub_generated/template_assets/6092901386/1569801713632/Coded_files/Agritek_August_2018/New_Holland/normalize.min.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 > ul {
    display: inline-block;
    margin-bottom: 20px;
}

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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



@font-face {
  font-family: 'Icons';
  src: url('https://cdn2.hubspot.net/hubfs/4411355/Verkkosivut/Fonts/fontello.eot'); /* IE9 Compat Modes */
  src: url('https://cdn2.hubspot.net/hubfs/4411355/Verkkosivut/Fonts/fontello.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('https://cdn2.hubspot.net/hubfs/4411355/Verkkosivut/Fonts/fontello.woff2') format('woff2'), /* Super Modern Browsers */
    url('https://cdn2.hubspot.net/hubfs/4411355/Verkkosivut/Fonts/fontello.woff') format('woff'), /* Pretty Modern Browsers */
    url('https://cdn2.hubspot.net/hubfs/4411355/Verkkosivut/Fonts/fontello.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('https://cdn2.hubspot.net/hubfs/4411355/Verkkosivut/Fonts/fontello.svg') format('svg'); /* Legacy iOS */
}

/*****************************************

Global

*****************************************/










html {
  font-size:17px;
  font-family: 'Open Sans', sans-serif;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  word-break: break-word;
  color:#7D7B7B;
}




h1 {
  font-size:2.75rem;
  font-weight:700;
  color:#FFF;
  text-transform:uppercase;
}

h2 {
  font-size:2.5rem;
  font-weight:900;
  line-height: 1.25;
  margin-bottom:0;
}

h3,
h4,
h5,
h6 {
  font-size:1.5rem;
}

p {
  line-height: 1.5;
}

p a {
  color:#7D7B7B; 
}

a[href^="tel"] {
  color: inherit;
  text-decoration: underline;
}

ul {
  padding-left:1.1rem; 
}

ul li {
  line-height:1.5; 
}


.table-wrapper {
  overflow-x:auto; 
}

table {
  border-collapse:collapse; 
}

table td {
  padding:1rem; 
}

table tr:first-child {
  background:#009c68;
  color:#FFF;
}

table tr:nth-child(2n+3) {
  background:#fafafa; 
}

.content-wrapper {
  max-width:80%;
  margin:0 auto !important;
  float:none !important;
}

.content-wrapper-wide {
  max-width:90%;
  margin:0 auto !important;
  float:none !important;
}

.basic-header {
 padding:2rem 0 2.5rem; 
}

.basic-header h2 {
  text-align:center;
  color:#3d3d3d;
  position:relative;
  text-transform:uppercase;
}

.basic-header h2:after {
  content:"";
  position:absolute;
  left:0;
  right:0;
  height:3px;
  margin:0 auto;
  bottom: -5px;
  width: 10%;
  background:#009c68;
}

.basic-cta {
  text-decoration: none;
  font-weight: bold;
  padding: .6rem 1.7rem;
  background-color: #009c68;
  color: #FFF;
  text-transform: uppercase;
  font-size: 19px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}

.basic-cta:after {
  content: '\e801';
  font-family: 'Icons';
  font-size: 1rem;
  margin-left: .5rem;
}

.hs-cta-wrapper {
  display:inline-block; 
}

/* YouTube Responsive CSS for HubSpot */

.hs-responsive-embed { 
  position: relative; 
  height: 0; 
  overflow: hidden; 
  padding-top: 0; 
  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.hs-responsive-embed-youtube, 
.hs-responsive-embed.hs-responsive-embed-wistia, 
.hs-responsive-embed.hs-responsive-embed-vimeo { 
  padding-bottom: 56.25%; 
}


.text-and-form__container form .hs_markkinointilupa {
  padding-left: 24%;
}

@media screen and (max-width: 1500px){
  .text-and-form__container form .hs_markkinointilupa {
    padding-left: 29%;
  }
}

@media screen and (max-width: 500px){
  .text-and-form__container form .hs_markkinointilupa {
    padding-left: 0;
  }
}


/*****************************************

Header

*****************************************/

.agritek-logo img {
  max-height: 5em;
  width: auto !important;
}

.header-mobile {
  display:none !important; 
}

.header-container .widget-type-global_group {
  min-height:0px !important; 
}

.header-wrapper {
  position:fixed;
  left:0;
  right:0;
  top:0;
  padding: .945rem 1rem;
  margin: 1.5rem auto 0 !important;
  z-index:10; 
  background:#FFF;
  max-width:95%;
  -webkit-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
}

.header-wrapper--scrolled {
  max-width:100%;
  margin:0 auto !important;
  padding: .885rem 1rem;
}

.header-desktop {
  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:center;
  -ms-flex-align:center;
  align-items:center;
}

.header-desktop > div:nth-child(1) {
  -webkit-box-flex:0;
  -ms-flex:0 1 8.7%;
  flex:0 1 8.7%;
  margin-right: 1rem;
}

.header-desktop > div:nth-child(2) {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1; 
}

.header-desktop > div:nth-child(3) {
  -webkit-box-flex:0;
  -ms-flex:0 1 15%;
  flex:0 1 15%;
}

.header-links {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align:stretch;
  -ms-flex-align:stretch;
  align-items:stretch;
}

.header-links > div:nth-child(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 4rem; 
  display:-webkit-box; 
  display:-ms-flexbox; 
  display:flex;
}

.header-links > div:nth-child(1) > div {
  height: 100%;
}

.header-links > div:nth-child(2) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 10em;
}

.header-links > div:nth-child(2) > div {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-links > div:nth-child(2) > div > div {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* 								Search 					  		*/

.hs-search-field__suggestions a, .hs-search-field__suggestions #results-for {
  color:#7D7B7B; 
}


.hs-search-field {
  position: absolute;
  right: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
}

.header-search-closed .hs-search-field {
  width: 0;
  opacity: 0;
  visibility: hidden;
}

.header-search-open .hs-search-field {
  width: 12em;
  opacity: 1;
  visibility: visible;
}

.header-search {
  position:relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.header-search > div:nth-child(2) {
  position: absolute;
  right: -2.75rem;
  top: 0;
  padding: 2px 0;
}

.header-search > div:nth-child(2) > div > div {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}

.header-search input {
  -webkit-transition:opacity 0.3s ease, visibility 0.3s ease;
  -o-transition:opacity 0.3s ease, visibility 0.3s ease;
  transition:opacity 0.3s ease, visibility 0.3s ease;
  position: relative;
  border:0px;
  border-bottom:2px solid #3d3d3d;
}

.header-search li a {
  text-decoration:none;
  color:#3d3d3d;
}

.hs-search-results__listing a {
  color:#3d3d3d; 
}

.hs-search-results__pagination a {
  color:#3d3d3d; 
}

.header-search > div:nth-child(1) {
  overflow:hidden;
}

.header-search.header-search-open input {
  width:100%;
  border-bottom:2px solid #3d3d3d;
  padding:6px;
  right: 0;
  position: relative;
  outline:none;
}

.header-search.header-search-closed input {
  right:-100%;
}

.header-search-icon {
  font-size: 1.25rem;
  cursor:pointer;
}

.header-search-icon i {
  color:#3d3d3d;
  font-style:normal;
  font-size:1.75rem;
}

.header-search-icon i:before {
  font-family: 'Icons', Fallback, sans-serif;
  content: '\e805'; 
}

.header-search.header-search-open .header-search-icon i:before {
  content: '\e804';
}




/*								 Nav 									*/

body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  display:-webkit-box !important;
  display:-ms-flexbox !important;
  display:flex !important;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.header-nav .hs-menu-wrapper {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}

body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {

}

body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  max-width:none;
  text-transform:uppercase;
  font-weight:bold;
  color:#3d3d3d;
  position:relative;
  font-size:17px;
  padding:10px 0;
  margin:0 20px;
}

body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a:after {
  content:'';
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);  
  -webkit-transition: -webkit-transform 300ms ease-in-out;  
  transition: -webkit-transform 300ms ease-in-out;  
  -o-transition: transform 300ms ease-in-out;  
  transition: transform 300ms ease-in-out;  
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  border-bottom:3px solid #3d3d3d;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 8px;
}

body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  width:auto;
  padding-right:1rem;
}

@media screen and (min-width: 1276px) and (pointer:fine) {
  body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    background:#FFF;
    top:100%;
  }
}


.header-link > a {
  padding:0.5rem;
  text-decoration:none;
  color:#3d3d3d;
  border:3px solid #3d3d3d;
  text-transform:uppercase;
  font-weight:bold;
  display:inline-block;
}

body .header-nav .hs-menu-depth-1 > .hs-menu-children-wrapper {
  position:relative; 
}

/*body.desktop .header-nav .hs-menu-depth-2.hs-item-has-children > ul.hs-menu-children-wrapper {
min-width:180px; 
}'/



/*						 Mobile nav								*/

.mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 12.5px;
  height: 18px;
  width: 26px;
}

.mobile-nav-toggle > i {
  position: absolute;
  content: '';
  width: 26px; /* Icon line width */
  height: 3px; /* Icon line height */
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background-color: #3d3d3d; /* Icon color */
  display: inline-block;
  -webkit-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
}

.mobile-nav-toggle > i:nth-child(1) {
  top:0;
}

.mobile-nav-toggle > i:nth-child(2) {
  top:9px;
}

.mobile-nav-toggle > i:nth-child(3) {
  top:18px;
}

.mobile-nav-open .mobile-nav-toggle > i:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-nav-open .mobile-nav-toggle > i:nth-child(2) {
  width:0%;
}

.mobile-nav-open .mobile-nav-toggle > i:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-mobile > div:nth-child(1) {
  -webkit-box-flex:0;
  -ms-flex:0 1 25%;
  flex:0 1 25%; 
}

.header-mobile > div:nth-child(3) {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
  margin-top:2rem;
}

.header-wrapper--scrolled .header-mobile > div:nth-child(3) {
  margin-top:6rem;
}

.header-mobile-nav ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-mobile-nav ul > li {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%; 
}

.nav-up {
  top: -90px;
}


/*****************************************

Body

*****************************************/

/*								 	Hero	 							*/

.hero__container {
  min-height: 60vh;
  padding-top: 10rem;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hero__container.hero__container--top {
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start; 
}

.hero__container.hero__container--bot {
  -webkit-box-align:end;
  -ms-flex-align:end;
  align-items:flex-end; 
}

.hero__container.hero__container--bot .hero__content {
  margin-bottom:2rem; 
}

.hero__wrapper {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex; 
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
  max-width:95%;
  margin:0 auto;
}

.hero__content {
  padding:1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hero__content--main {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%; 
}

.hero__content {
  -webkit-box-flex:0;
  -ms-flex:0 1 30%;
  flex:0 1 30%; 
}

.hero__content h1 {
  margin-top:0;
  margin-bottom:0;
}

.hero__content p {
  color:#FFFFFF;
}

.hero__content--cta > a {
  text-decoration: none;
  font-weight: bold;
  padding: 0.6rem 1.7rem;
  background-color: #FFF;
  color: #3d3d3d;
  text-transform: uppercase;
  font-size:19px;
  position:relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;   
}

.hero__content--cta > a:after {
  content: '\e801';
  font-family:'Icons';
  font-size: 1rem;
  margin-left: 0.5rem;
}

/* 					Small lifted content 			 	 */

.small-lifted-content__item--wrapper {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.small-lifted-content__item {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  margin-right:0.5rem;
  margin-bottom:2rem;
}

.small-lifted-content__item:last-child {
  margin-right:0; 
}

.small-lifted-content__item--image {
  position: relative; 
}

.small-lifted-content__item--image img {
  width:100%; 
}

.small-lifted-content__link {
  position: absolute;
  bottom: -0.5rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
}

.small-lifted-content__link > a {
  padding: 0.6rem 1.7rem;
  background: #009c68;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  font-size:19px;
}

.small-lifted-content__link > a:after {
  content: '\e801';
  font-family:'Icons';
  font-size: 1rem;
  margin-left: 0.5rem;
}

.small-lifted-content__item--description {
  text-align:center;
  max-width: 70%;
  margin: 2.5rem auto 0;
}

/* 						Full width CTA			  	 	 */

.full-width-cta__container {
  min-height: 60vh;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}



.full-width-cta__container.full-width-cta__container--middle {
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center; 
}

.full-width-cta__container.full-width-cta__container--top {
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start; 
}

.full-width-cta__wrapper {
  max-width:30%;

}

.full-width-cta__content {
  padding:1.2rem;
  margin:2rem;

}

.full-width-cta__container--normal .full-width-cta__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.full-width-cta__content.full-width-cta__content--link--left {
  -webkit-box-pack:start;
  -ms-flex-pack:start;
  justify-content:flex-start;  
}

.full-width-cta__content--text h2 {
  margin-top:0;
  color:#FFF;
  text-transform:uppercase;
  font-weight:700;
}

.full-width-cta__content--text {
  color:#FFF;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%; 
}

.full-width-cta__container--mallisto .full-width-cta__content--link a {
  display:inline-block; 
}

.full-width-cta__container--mallisto .full-width-cta__content--link {
  margin-top:2rem; 
}

.full-width-cta__content--link a {
  text-decoration: none;
  font-weight: bold;
  padding: 0.6rem 1.7rem;
  background-color: #FFF;
  color: #3d3d3d;
  text-transform: uppercase;
  font-size:19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.full-width-cta__content--link a:after {
  content: '\e801';
  font-family: 'Icons';
  font-size: 1rem;
  margin-left: 0.5rem; 
}



/* 					Campaigns module			  	 	 */

.campaigns__container {
  margin-top:3rem; 
}

.campaigns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.campaigns > div:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.campaigns > div:nth-child(2) {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1; 
}

.campaigns > div:nth-child(3) {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  margin-right:0;
}

.campaigns__item {
  margin-right: 0.5rem;
  min-height: 30rem;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.campaigns__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding: 1.2rem;
}

.campaigns__content h2 {
  margin-top:0;
  color:#FFF;
  font-size:2rem;
  font-weight:700;
}

.campaigns__content p {
  color:#FFF; 
}

.campaigns__link {
  position:absolute;
  bottom:-1.2rem;
  left:2rem;
  z-index:2;
}

.campaigns__link a {
  text-decoration: none;
  padding: 0.6rem 1.7rem;
  background-color: #009c68;
  color: #FFF;
  text-transform: uppercase;
  font-size:19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.campaigns__link a:after {
  content: '\e801';
  font-family: 'Icons';
  font-size: 1rem;
  margin-left: 0.5rem;
}

/* 					Manual blog feed			    	 */

.blog-feed {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}

.blog-feed__header {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%; 
}

.blog-feed__item {
  margin-bottom: 3rem;
}

.blog-feed__item:nth-child(2) {
  -webkit-box-flex:0;
  -ms-flex:0 1 40%;
  flex:0 1 40%; 
}

.blog-feed__item:nth-child(3) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 23.5%;
  flex: 0 1 23.5%;
}

.blog-feed__item:nth-child(4) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 23.5%;
  flex: 0 1 23.5%;
}

.blog-feed__content h3 {
  margin:1rem 0;
  color:#3d3d3d;
  font-size:1.5rem;
}

.blog-feed__link {
  display: inline-block;
}

.blog-feed__link a {
  text-decoration: none;
  font-weight: 600;
  padding: 0.6rem 1.7rem;
  background-color: #a1a1a1;
  color: #FFF;
  text-transform: uppercase;
  display: inline-block; 
  font-size:19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-feed__link a:after {
  content: '\e801';
  font-family: 'Icons';
  font-size: 1rem;
  margin-left: 0.5rem; 
}


/*			 		  Lifted content 	  				*/

.lifted-content__item--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3rem 0; 
}

.lifted-content__image {
  -webkit-box-flex:0;
  -ms-flex:0 1 45%;
  flex:0 1 45%; 
}

.lifted-content__content {
  -webkit-box-flex:0;
  -ms-flex:0 1 45%;
  flex:0 1 45%; 
}

.lifted-content__text p:last-child {
  margin-bottom:0; 
}



.lifted-content__text h2 {
  margin-top:0;
  text-transform:uppercase;
  color:#3d3d3d;
}

.lifted-content__link {
  display:inline-block;  
  margin-top:45px;
}

.lifted-content__link a {
  text-decoration: none;
  font-weight:600;
  padding: 0.6rem 1.7rem;
  background-color: #009c68;
  color: #FFF;
  text-transform: uppercase;
  display: inline-block;
  font-size:19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lifted-content__link a:after {
  content: '\e801';
  font-family: 'Icons';
  font-size: 1rem;
  margin-left: 0.5rem; 
}


/*			 		  Text and form 	  				*/

.text-and-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3rem 0;
}

.text-and-form__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 45%;
  flex: 0 1 45%;
  text-align: right;
}

.text-and-form__text h2 {
  text-transform:uppercase;
  color:#009c68;
}

.text-and-form__form {
  -webkit-box-flex:0;
  -ms-flex:0 1 45%;
  flex:0 1 45%; 
}

.basic-form form fieldset {
  max-width:100%; 
}

.basic-form form .hs-form-field {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin-bottom: 1.5rem;
}

.basic-form form .hs-form-field label {
  margin-right:1.25rem;
  -webkit-box-flex:0;
  -ms-flex:0 1 20%;
  flex:0 1 20%;
  text-align: end;
  color:#3d3d3d;
  font-weight: bold;
}

.basic-form form .hs-form-field > .input {
  -webkit-box-flex:0;
  -ms-flex:0 1 58%;
  flex:0 1 58%; 
}

.basic-form form .hs-form-field .hs-error-msgs {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-bottom: 0;
}

.basic-form form .hs-form-field input {
  border:0;
  background:#EBEBEB;
  border-radius: 3px;
  padding: 13px 6px;
}

.basic-form form textarea {
  border:0;
  background:#EBEBEB; 
  min-height: 8rem;
}

.basic-form ul {
  list-style: none;
  padding-left: 0;
}

.basic-form ul input {
  margin-right:5px; 
}

.basic-form .hs-button {
  text-decoration: none;
  font-weight: bold;
  padding: 0.6rem 1.7rem;
  background-color: #009c68;
  color: #FFF;
  text-transform: uppercase;
  display: inline-block;
  border: 0;
  margin-top: 2rem;
  cursor:pointer;
  font-size:19px;
}

.basic-form .legal-consent-container {
  padding-left: 20%;
  margin-left: 1.25rem; 
}

.basic-form .hs_submit.hs-submit {
  padding-left: 20%;
  margin-left: 1.25rem; 
}

/*				   		  Link bar	   		  			*/

.link-bar__container {
  padding:0.75rem 0; 
}

.link-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.link-bar .link-item {
  text-align:center;
}

.link-bar .link-item > a {
  padding: 10px 0;
  margin: 0 10px;
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  text-transform: uppercase;
  position:relative;
}

.link-bar .link-item > a:after {
  content: '';
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  -o-transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  border-bottom: 3px solid #FFF;
  left: 0;
  right: 0;
  position: absolute;
  bottom:5px;
}

.link-bar .link-item > a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.link-bar > .link-item.active > a:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.link-bar__container--fixed {
  position:fixed;
  width:100%;
  z-index:9;
}




/*	  		  Two column content	   			*/

.two-column-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom:4rem;
  padding-top:0rem;
}

.two-column-content.two-column-content--no-header {
  padding-top:4rem; 
}

.two-column-content > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 45%;
  flex: 0 1 45%; 
}

.two-column-content h3 {
  color:#009c68;
}

.two-column-content h2 {
  color:#3d3d3d;
  margin-top:0;
}

.two-column-content__left {

}

.two-column-content__right {

}


/*	  		  Slider	   			*/

.slick-slider {
  margin-bottom: -2.5rem;
}

.slider__wrapper {

}

.slider__item {
  min-height: 60vh !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: relative;
}

.slider__content {
  position: absolute !important;
  bottom: -2.5rem;
  z-index: 5!important;
  max-width: 30%;
  padding: 1.2rem;
  color: #FFF;
  left: 5%;
}

.slider .slick-list {
  overflow:-webkit-paged-x;
}

.slider .slick-list::-webkit-scrollbar { 
  display: none; 
}

.slider .slick-prev {
  left: 0;
  z-index: 5;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 0.5rem;
  padding-left: 0.25rem;
  width: 3rem;
  height: 20%;
  background:#009c68;
  top:45%;
}

.slider .slick-prev:before {
  font-family:'Icons';
  content: '\e802';
  font-size: 4rem;

}

.slider .slick-next {
  top:45%;
  right:0;
  z-index: 5;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0.5rem;
  padding-right:0.25rem;
  width: 3rem;
  height: 20%;
  background:#3d3d3d;
}

.slider .slick-next:before {
  font-family:'Icons';
  content: '\e801';
  font-size: 4rem;
}

.slider .slick-prev:hover, .slider .slick-prev:focus, .slider .slick-next:hover, .slider .slick-next:focus {
  background:#3d3d3d; 
}


/*		  			  Small icons	   					*/

.small-icons__container {
  padding: 2rem 0; 
}

.small-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.small-icons__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  text-align: center;
  margin-bottom: 2rem;
}

.small-icons__icon img {
  max-width:100px;
  border-radius:50%;
}

.small-icons__text > p {
  font-weight:bold;
  font-size:1.25rem;
  color:#3d3d3d;
}

.small-icons__link > a {
  text-decoration: none;
  font-weight: 600;
  padding: 0.6rem 1.7rem;
  background-color: #009c68;
  color: #FFF;
  text-transform: uppercase;
  display: inline-block;
  font-size:19px;
}

.small-icons__link > a:after {
  content: '\e801';
  font-family: 'Icons';
  font-size: 1rem;
  margin-left: 0.5rem;
}

/*		  			  Basic text	   					*/

.basic-text {
  padding-bottom:3rem; 
  max-width: 75%;
  margin: 0 auto;
}


/*****************************************

Blog

*****************************************/

.post-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top:4rem;
}

.post-listing .post-item:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
  margin-right:7.4%;
}

.post-listing .post-item:nth-child(2) {
  margin-right:7.4%; 
}

.post-listing .post-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 22.5%;
  flex: 0 1 22.5%;
  margin-bottom:5.5rem;
  margin-right:3.3%;
}

.post-listing .post-item:nth-child(4n+3) {
  margin-right:0; 
}

.blog-section {
  border-bottom: 3px solid #EBEBEB;
  padding-bottom:4rem;
}

.blog-section.blog-post__container {

}

.blog-post-back__container {
  display:inline-block;
  margin-bottom:1rem;
}

.blog-post-hero__text {
  margin-top:8rem; 
}

.blog-post-hero__text h1 {
  color:#3d3d3d; 
  margin-top:0;
  text-transform:initial;
}

.blog-post__back {
  text-decoration:none;
  text-transform:uppercase;
  color:#3d3d3d;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-post__back i {
  font-style:normal; 
  margin-right: 1rem;
}

.blog-post__back i:before {
  font-family:'Icons';
  content: '\e802';
}

.blog-post__date {
  margin-bottom:5px;
  color:#3d3d3d;
  font-weight:600;
}

.blog-post__container .author-link {
  font-weight:600;
  text-decoration:none;
  color:#3d3d3d;
}

.blog-post__container #hubspot-author_data {
  position:relative;
  margin-bottom: 2.5rem;
}

.blog-post__container #hubspot-author_data .hs-author-fb a:before {
  font-family:'FontAwesome';
  content:"\f09a";
  position: absolute;
  left: -3.5rem;
  border-radius: 50%;
  background: #3d3d3d;
  width: 45px;
  height: 45px;
  top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #FFF;
}

.blog-post__container ul {
  padding-left: 1.1rem; 
}

.blog-post__container ul li {
  font-size: 18px;
  line-height: 1.75;
}

.blog-post__container .post-body {
  max-width:50%;
  margin:0 auto;
}

.blog-post__container h2 {
  font-weight:400;
  font-size:2rem;
}

.blog-post__container p {
  font-size: 18px;
  line-height: 1.75;
}

/*****************************************
* 
* 	Jällleenmyyjä listaus
* 
***************************************** */

/* Location list colors */
.location-filters-list h1 {
  color: #3d3d3d;
}

#location-filter-1 .filter-button.is-checked:after {
  background: #3d3d3d;
}

#location-filter-1 .filter-button:after {
  border: 1px solid #3d3d3d;
}

#location-filter-2 #toggle-cities {
  background: #fff;
  color: #3d3d3d;
  border: 2px solid #3d3d3d;
}

#location-filter-2 #toggle-cities.active-toggle {
  background: #009c68;
  border: 2px solid #009c68;
}

.location-filters .filter-button {
  background: #efeff0;
  color: #3d3d3d;
}

.location-filters .filter-button.is-checked {
  background: #009c68;
}

#location-list .location-item h3 {
  color: #3d3d3d;
}

#location-list .location-item p {
  margin:0.5rem 0; 
}



/*****************************************

Jälleenmyyjä yhteystiedot

*****************************************/
#company-name {
  background: rgba(0,156,104,0.85);
}


/* Three column content */

.three-column-content {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex; 
  padding-bottom:4rem;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  padding-top:4rem;
}

.three-column-content__item {
  -webkit-box-flex:0;
  -ms-flex:0 1 30%;
  flex:0 1 30%;
  margin-right:5%;
}

.three-column-content__item:last-child {
  margin-right:0; 
}

.three-column-content__header {
  margin-bottom:1rem; 
}

.three-column-content__header h2 {
  text-align:left;
  color:#3d3d3d;
  margin-top:0;
}

.three-column-content__header p {
  text-align:left;
}

.three-column-content__info ul {
  list-style:none;
  padding-left:0;
}

.three-column-content__info a {
  text-decoration:none;
  color:#7D7B7B;
  line-height:1.5;
}

/* People module */

.people {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  padding-top:4rem;
  padding-bottom:1rem;
}

.people__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 22%;
  flex: 0 1 22%;
  margin-right:4%;
  margin-bottom:3rem;
}

.people__item:nth-child(4n+4) {
  margin-right:0; 
}

.people__info ul {
  padding-left:0;
  list-style:none;
}

.people__item a {
  text-decoration:none;
  color:#7D7B7B;
}

/*****************************************

Footer

*****************************************/

.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3rem 0;
}

.footer-wrapper > div {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%; 
}




/*				 		  Footer nav	  					*/

.footer-bg {
  background:#009c68; 
}

.footer-logo {
  text-align: center; 
}

.footer-logo img {
  max-width:150px; 
}

.footer-nav {
  text-align:center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  padding:2rem;
}

.footer-nav__item {
  margin-right:2rem; 
}

.footer-nav__item a {
  color: #FFF;
  text-decoration:none;
}

.footer-nav__item:last-child {
  margin-right:0; 
}



/*				 		  Footer some	  					*/

.footer-some__container {
  margin-bottom:2rem; 
}

.footer-some {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-some__item a i {
  font-size: 2.5rem; 
}

.footer-some__item a {
  color:#FFF;
  text-decoration:none;
}

.footer-some__item {
  margin-right:1.5rem; 
}

.footer-some__item:last-child(1) {
  margin-right:0; 
}



/*	  		  Footer bottom links	  			*/

.footer-bottom__container {
  border-top:2px solid rgba(255, 255, 255, 0.55);
  padding:2rem 0;
}

.footer-bottom {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.footer-bottom__item {
  margin-right:2rem; 
}

.footer-bottom__item a {
  text-decoration:none; 
  color: #FFF;
}



/*****************************************

Media Queries

*****************************************/

@media screen and (min-width:1600px) {

  .content-wrapper-wide {
    max-width:1540px;
  }

}

@media screen and (min-width:1500px) {

  .content-wrapper {
    max-width:1440px;
    margin:0 auto;
  }

}

@media screen and (min-width:1400px) {
  /*body.desktop .header-nav .hs-menu-depth-2.hs-item-has-children > ul.hs-menu-children-wrapper {
  left: 250px !important;
}*/
}

@media screen and (min-width:1276px) {

  body .header-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 1px 20px -8px rgba(0,0,0,0.6);
    box-shadow: 0 1px 20px -8px rgba(0,0,0,0.6);
    z-index: 9;
  } 

  body .header-wrapper > div:nth-child(1) {
    z-index:11;
    position:relative;
  }

  body .header-nav .hs-menu-depth-2.hs-item-has-children {
    position:relative; 
  }

  body .header-nav .hs-menu-depth-2.hs-item-has-children:after {
    position:absolute;
    content: '\e801';
    font-family:'Icons';
    right: 10px;
    top: 10px;
  }

  /*body .header-nav .hs-menu-depth-2.hs-item-has-children > ul.hs-menu-children-wrapper {
  left: 210px !important;
}*/



}

@media screen and (max-width:1750px) {
  .hero__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  } 

  h2 {
    font-size:2rem;
  }

  h1 {
    font-size:2.25rem; 
  }

}

@media screen and (max-width:1650px) {
  body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    font-size:13px; 
  }

  .header-link > a {
    font-size:13px; 
  } 
}

@media screen and (max-width:1500px) {


  .basic-form form .hs-form-field label {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }



  .basic-form .legal-consent-container {
    padding-left:25%; 
  }

  .basic-form .hs_submit.hs-submit {
    padding-left:25%; 
  }

  

}

@media screen and (max-width:1400px) {

  .header-desktop > div:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }

  .small-lifted-content__link > a {
    font-size:17px;
    padding:0.6rem 1.6rem;
  }


  .text-and-form__form {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }

  .text-and-form__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }

  .hero__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }

  .full-width-cta__wrapper {
    max-width:45%;
  }

}

@media screen and (max-width:1275px) {

  .hs-search-field__suggestions {
    position: relative;
    background: #FFF;
    z-index: 10;
  }

  .hs-search-field {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }

  .blog-post__container .post-body {
    max-width:80%; 
  }

  .blog-post__container #hubspot-author_data .hs-author-fb a:before {
    width: 35px;
    height: 35px;
    font-size: 1.25rem;
  }


  body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a:hover:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }

  .link-bar__container--fixed {
    position:initial;
    top:0 !important;
  }

  body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }

  html {
    font-size:15px; 
  }

  .header-wrapper {
    margin-top:0 !important;
  }

  .header-wrapper {
    max-width:100% !important;
  }

  .header-desktop {
    display:none !important; 
  }

  .header-mobile {
    display:-webkit-box !important;
    display:-ms-flexbox !important;
    display:flex !important;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    position:relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-link > a {
    display:block; 
    text-transform: initial;
    padding: 0.75rem 20px;
  }

  .header-mobile-search {
    margin-bottom: 2rem; 
  }

  .header-wrapper {
    overflow-y:scroll;
    -webkit-overflow-scrolling:touch;
  }

  .header-mobile-search input {
    background: #EBEBEB;
    border: 0;
    outline: none; 
    padding: 12px 20px;
  }

  .header-mobile-search input {
    font-weight:bold;
    color:#3d3d3d;

  }

  .header-mobile-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-weight:bold;
    color:#3d3d3d;
  }

  .header-mobile-search input::-moz-placeholder { /* Firefox 19+ */
    font-weight:bold;
    color:#3d3d3d;
  }

  .header-mobile-search input:-ms-input-placeholder { /* IE 10+ */
    font-weight:bold;
    color:#3d3d3d;
  }

  .header-mobile-search input:-moz-placeholder { /* Firefox 18- */
    font-weight:bold;
    color:#3d3d3d;
  }

  .header-link__wrapper {
    margin-top: 5px; 
  }

  .mobile-nav-toggle {
    top:2rem; 
  }

  .header-mobile > div:nth-child(1) { 
    -webkit-box-flex: 0;
    -ms-flex: 0 1 8%;
    flex: 0 1 8%;
  }

}

@media screen and (max-width:1175px) {

  .mobile-nav-toggle {
    top:1.5rem; 
  }


  .small-lifted-content__item--wrapper {
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
  }

  .small-lifted-content__item {
    -webkit-box-flex:0;
    -ms-flex:0 1 49%;
    flex:0 1 49%;
    margin-right:0;
  } 
}

@media screen and (max-width:1024px) {

  .blog-feed__item:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 49%;
  }

  .blog-feed__item:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
  }

  .blog-feed__item:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
  }

  .text-and-form__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    text-align: start;
  }

  .text-and-form__form {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .post-listing .post-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    margin-right:3.3% !important;
  }

  .post-listing .post-item:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
  }

  .post-listing .post-item:nth-child(2n+2) {
    margin-right:0 !important; 
  }

  .post-listing .post-item:nth-child(4n+3) {
    margin-right:0; 
  }

  .three-column-content__item {
    -webkit-box-flex:0;
    -ms-flex:0 1 47%;
    flex:0 1 47%;
    margin-right:6%;
  }

  .three-column-content__item:nth-child(2n+2) {
    margin-right:0;
  }

}

@media screen and (max-width:1000px) {

  h1 {
    font-size: 1.75rem;
  }

  .people__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
    margin-right:4%;
  }

  .people__item:nth-child(2n+2) {
    margin-right:0;
  }

  .basic-form form .hs-form-field label {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    font-size: 0.9rem;
  }

  .basic-form .legal-consent-container {
    padding-left:30%; 
  }

  .basic-form .hs_submit.hs-submit {
    padding-left:30%; 
  }

}


@media screen and (max-width:770px) {

  #company-name {
    padding: 1.5rem;
    top: 0;
    left: 0;
    position: relative;
    max-width: 100%;
  }

  .small-lifted-content__link > a {
    font-size:1rem; 
    padding: 0.6rem 0.85rem;
  }

  .slider .slick-list {
    overflow:hidden; 
  }

  .full-width-cta__wrapper {
    max-width: 100%;
  }

  .header-mobile > div:nth-child(3) {
    margin-top:2rem;
  }

  .header-mobile > div:nth-child(1) { 
    -webkit-box-flex: 0;
    -ms-flex: 0 1 12.5%;
    flex: 0 1 12.5%;
  }

  .content-wrapper {
    max-width:85%; 
  }

  .content-wrapper-wide {
    max-width:95%; 
  }






  .campaigns {
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }

  .campaigns > div:nth-child(1) {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
    margin-right:0;
    margin-bottom:2rem;
  }

  .campaigns > div:nth-child(2) {

  }







  .two-column-content > div {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%; 
  }

  .two-column-content > div:nth-child(1) {
    margin-bottom:2rem; 
  }

}

@media screen and (min-width: 768px){
  .slick-slider {
    margin-bottom: -2.5rem;
  }
}

@media screen and (max-width:700px) {


  .three-column-content__item {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
    margin-right:0 !important;
    margin-bottom:2rem;
  }

  .three-column-content__item:nth-child(2n+2) {
    margin-right:0;
  }


  .hero__container {
    min-height:40vh; 
  }

  .link-bar .link-item {
    -webkit-box-flex:0;
    -ms-flex:0 1 50%;
    flex:0 1 50%; 
  }

  .full-width-cta__container {
    -webkit-box-align:end !important;
    -ms-flex-align:end !important;
    align-items:flex-end !important; 
  }

  .full-width-cta__content--link {
    margin-top:1.5rem;
  }

  .small-icons__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
  }

  .slider__content {
    left: 0;
    right: 0;
    max-width: 100%;
    bottom: 0;
  }

  body .slider .slick-arrow {
    width: 2rem;
  }

  .slider .slick-prev:before,
  .slider .slick-next:before {
    font-size:2.5rem;
  }

  .body-container-wrapper {
    flex-basis:auto;
  }

  .hero__content {
    width:100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .header-wrapper {
    max-width:100%; 
  }



  .hero__content h1 {
    max-width:100%; 
  }

  .hero__wrapper {
    max-width:100% !important; 
  }

  .hero__container {
    -webkit-box-align:end !important;
    -ms-flex-align:end !important;
    align-items:flex-end !important; 
  }

  .hero__container.hero__container--bot .hero__content {
    margin-bottom:0; 
  }

  h1 {
    font-size:2rem; 
  }

  h2 {
    font-size:2rem; 
  }

  .full-width-cta__content {
    margin:0; 
  }

  .full-width-cta__wrapper {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%; 
  }

  .campaigns > div:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .campaigns > div:nth-child(3) {
    margin-right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom:2rem;
  }

  .blog-feed__wrapper .blog-feed__item {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 1 100% !important;
    flex: 0 1 100% !important;
  }

  .lifted-content__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: 2rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .lifted-content__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer-nav__item {
    margin-right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: 1rem;
  }

  .footer-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-bottom__item {
    margin-right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: 1rem;
    text-align: center;
  }

  .mobile-nav-toggle > i:nth-child(2) {
    top:10px; 
  }

  .mobile-nav-toggle > i:nth-child(3) {
    top:20px; 
  }

  .mobile-nav-toggle {
    top:1rem; 
  }

}

@media screen and (max-width:500px) {

  #location-filter-1 .filter-button:before {
    top:8px;
    left:2px;
    height:13px;
    width:13px;
    border-width:3px;
  }

  #location-filter-1 .filter-button:after {
    top:6px;
    height:21px;
    width:21px;
  }

  #location-filter-1 .filter-button {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
    margin-bottom:1rem;
    padding-left:2.5rem;
  }

  h2 {
    font-size:1.5rem; 
  }

  .people__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-right:0;
  }

  .header-mobile > div:nth-child(1) { 
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }

  .post-listing .post-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-right:0 !important;
  }

  .post-listing .post-item:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .post-listing .post-item:nth-child(2n+2) {
    margin-right:0; 
  }

  .post-listing .post-item:nth-child(4n+3) {
    margin-right:0; 
  }

  .blog-post__container #hubspot-author_data .hs-author-fb a:before {
    width: 30px;
    height: 30px;
    font-size: 1rem;
    left: -2.75rem; 
  }

  .basic-form form .hs-form-field > .input {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .basic-text {
    max-width:100%; 
  }

  .content-wrapper {
    max-width:95%; 
  }

  /*.mobile-nav-toggle {
  top:5px; 
}*/

  .link-bar .link-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }


  .small-icons__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .basic-form form .hs-form-field label {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-right:0;
    margin-bottom:0.5rem;
    text-align:start;
  }

  .basic-form .legal-consent-container {
    margin-left:0;
    padding-left:0;
  }

  .basic-form .hs_submit.hs-submit {
    margin-left:0;
    padding-left:0;
  }

  .small-lifted-content__item--wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .small-lifted-content__item {
    -webkit-box-flex:0;
    -ms-flex:0 1 95%;
    flex:0 1 95%; 
  }



}


@media screen and (max-width:400px) {

  .blog-post__container #hubspot-author_data .hs-author-fb a:before {
    display:none;
  } 

  .blog-post__container .post-body {
    max-width:100%; 
  }

}


/* IE STYLES */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */

  body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    background:#FFF;
    top:100%;
  }

  .header-search > div:nth-child(2) {
    top:0.7rem; 
  }

  .blog-feed__link a {
    padding:1rem 1.7rem .6rem;
  }

  .blog-feed__link a::after {
    margin-bottom:7px; 
  }

  .link-bar {
    -ms-flex-pack:distribute;
    justify-content:space-around; 
  }

  .link-bar .link-item {
    -webkit-box-flex:0;
    -ms-flex:0 1 18%;
    flex:0 1 18%; 
  }

  .full-width-cta__wrapper {
    width:30%;
  }

  .full-width-cta__container {
    height:5px;
  }

  .header-link > a {
    padding-bottom:0.5rem; 
  }

  .header-link {
    margin-top:0.5rem; 
  }

  body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a {
    margin:10px 20px 0; 
  }

  .slider__content {
    bottom:0; 
  }

}

@supports (-ms-ime-align: auto) { /* Edge only */

  .link-bar {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .slider__content {
    bottom:0; 
  }

}

@-moz-document url-prefix() { /* Firefox */
  .slider__content {
    bottom:0; 
  }
}


@media screen and (pointer: coarse) and (min-width:1275px) {
  .hs-search-field__suggestions {
    position: relative;
    background: #FFF;
    z-index: 10;
  }

  .hs-search-field {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }

  .blog-post__container .post-body {
    max-width:80%; 
  }

  .blog-post__container #hubspot-author_data .hs-author-fb a:before {
    width: 35px;
    height: 35px;
    font-size: 1.25rem;
  }


  body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a:hover:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }

  .link-bar__container--fixed {
    position:initial;
    top:0 !important;
  }

  body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }

  html {
    font-size:15px; 
  }

  .header-wrapper {
    margin-top:0 !important;
  }

  .header-wrapper {
    max-width:100% !important;
  }

  .header-desktop {
    display:none !important; 
  }

  .header-mobile {
    display:-webkit-box !important;
    display:-ms-flexbox !important;
    display:flex !important;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    position:relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index:15;
  }

  .header-link > a {
    display:block; 
    text-transform: initial;
    padding: 0.75rem 20px;
  }

  .header-mobile-search {
    margin-bottom: 2rem; 
  }

  .header-wrapper {
    overflow-y:scroll;
    -webkit-overflow-scrolling:touch;
  }

  .header-mobile-search input {
    background: #EBEBEB;
    border: 0;
    outline: none; 
    padding: 12px 20px;
  }

  .header-mobile-search input {
    font-weight:bold;
    color:#3d3d3d;

  }

  .header-mobile-search input::-webkit-input-placeholder { 
    font-weight:bold;
    color:#3d3d3d;
  }

  .header-mobile-search input::-moz-placeholder {
    font-weight:bold;
    color:#3d3d3d;
  }

  .header-mobile-search input:-ms-input-placeholder { 
    font-weight:bold;
    color:#3d3d3d;
  }

  .header-mobile-search input:-moz-placeholder {
    font-weight:bold;
    color:#3d3d3d;
  }

  .header-link__wrapper {
    margin-top: 5px; 
  }

  .mobile-nav-toggle {
    top:2rem; 
    z-index:15;
  }

  .header-mobile > div:nth-child(1) { 
    -webkit-box-flex: 0;
    -ms-flex: 0 1 8%;
    flex: 0 1 8%;
  }
}



