/* @import url('http://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 > 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;}



@import url('https://cdn2.hubspot.net/hubfs/3301776/2018/fonts/icomoon.css');

@font-face {
    font-family: icomoon;
    src: url(https://cdn2.hubspot.net/hubfs/3301776/2018/fonts/icomoon.d3026132c229d9b8620d1b0e94580075.eot);
    src: url(https://cdn2.hubspot.net/hubfs/3301776/2018/fonts/icomoon.d3026132c229d9b8620d1b0e94580075.eot#iefix) format("embedded-opentype"), 
    url(https://cdn2.hubspot.net/hubfs/3301776/2018/fonts/icomoon.7fa1997811493c44cae19626227fca22.ttf) format("truetype"), 
    url(https://cdn2.hubspot.net/hubfs/3301776/2018/fonts/icomoon.7142d431d4bc6600002187c46f93cbd1.woff) format("woff"), 
    url(https://cdn2.hubspot.net/hubfs/3301776/2018/fonts/icomoon.ac992839e838c8cbe9f79c7957f38594.svg#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: icons;
    src: url(https://kampanja.toyota-forklifts.fi/hubfs/Fonts/toyota-icons.eot);
    src: url(https://kampanja.toyota-forklifts.fi/hubfs/Fonts/toyota-icons.eot#iefix) format("embedded-opentype"), 
    url(https://kampanja.toyota-forklifts.fi/hubfs/Fonts/toyota-icons.ttf) format("truetype"), 
    url(https://kampanja.toyota-forklifts.fi/hubfs/Fonts/toyota-icons.woff) format("woff"), 
    url(https://kampanja.toyota-forklifts.fi/hubfs/Fonts/toyota-icons.svg#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}



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

* {
  margin:0;
  padding:0;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

h1,h2,h3,h4,h5,h6 {
  margin-bottom: .3em;
}

h1 {
  font-size: 2.3em;
}

h2 {
	font-weight: bold;
}

h2 span {
	font-weight: bold !important;
}

p {
  margin-bottom: 1em;
}

a {
  color: #333;
}

.mark {
  background: rgba(255, 202, 0, 0.50);
}


	body .hs-responsive-embed, .video-wrapper {
    
     display: inline-block; /* let it be styled thusly */
    padding: 0 !important;            /* get rid of pre-styling */
    margin: 0 0 2% 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;  
}



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

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

body {
  font-size:16px;
  font-family: 'Titillium Web', sans-serif;
}

.main-logo {
  padding: 1.5em 0;
}

.color-white {
 color: #fff !important; 
}

.main-logo img {
  max-width: 14.5em;
}

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

ol {
  padding-left: 22px; 
}


/* Header */
#pp-header {
  position: relative;
  z-index: 999;
}

#top-bar {
  background:#efeff0;
}

#top-bar.with-search #top-nav li.search a {
 
  border-left: none;
  padding: 0;
  
}

#top-bar.with-search  .header-search .fa {
  padding: 3px 5px;
  font-size: 1em;
}

.top-bar__content {}

#top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style: none;
}

#top-nav li {
  padding: .3rem 0;
}

#top-nav li a {
  position: relative;
  color: #333;
  border-left: 1px solid #aeb0b3;
  padding: 0 1em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .9em;
}

#top-nav li a span.nav-text {
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom 0.2s ease;
  -o-transition: border-bottom 0.2s ease;
  transition: border-bottom 0.2s ease;
  margin-right:.5em;
}

#top-nav li a span.nav-icon .fa {
  font-size: 1.1em;
  color:#bb001e;
}

#top-nav li a:hover span.nav-text {
  border-bottom: 1px solid #bb001e;
}

#top-nav li:last-child {
  background-color: #bb001e;
}

#top-nav li:last-child a {
  border-left: 0px;
  color: #fff;
}

#top-nav li:last-child a:hover span.nav-text {
  border-bottom: 1px solid #fff;
}

#top-nav li:last-child a span.nav-icon .fa {
  color:#fff;
}




.wp-header .header-top ul.top-menu-link-list {position: relative;}
.wp-header .header-top ul li a {padding: 3px 10px;}
.wp-header .header-top [class^="icon-"] { position: relative;top: -1px;}
.wp-header .header-top ul.top-menu-link-list .text.phone-number,.wp-header .header-top ul.top-menu-link-list .text {font-size: 11px; font-family: 'Titillium-Regular, sans-serif',sans-serif; }
.wp-header .header-top ul.top-menu-link-list .searchbox-icon.icon-search {font-size: 17px;left: 50%;position: absolute;top: 50%;transform: translate(-50%, -50%);}
.wp-header .header-top ul.top-menu-link-list .searchbox{width: 1px;position: absolute;right: 100%;top: 50%;-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%);transform: translateY(-50%);opacity: 0;visibility: hidden;}
.wp-header .header-top ul.top-menu-link-list .searchbox.open{width: 175px;opacity: 1;visibility: visible;transition: all 0.7s;}
.wp-header .header-top ul.top-menu-link-list .searchbox .searchbox-input{background-color: #fff;border: 2px solid #dfdfe1;font-size: 12px;height: 28px;line-height: 21px;padding: 0 12px;text-transform: uppercase;width: 100%;}
.wp-header .header-top ul.top-menu-link-list .searchbox-submit{border: none;position: absolute;right: 0;height: 35px;width: 35px;top: 0;background:#009cff  url(../images/search.png) no-repeat center center;  }
.wp-header .header-top ul.top-menu-link-list .searchbox.searchbox-open .searchbox-input{max-width: 200px; width: 100%;  padding: 0 15px;  }
.wp-header .header-top ul.top-menu-link-list li.search-popup {border: 1px solid #bb001e;color:#bb001e;background-color: #fff; cursor:pointer; height: 26px; line-height: 26px; margin: -8px 4px -8px 0;padding: 0;text-align: center; width: 30px;position: relative;}

.wp-header .row-fluid .header-top {background-color: #efeff0;position:fixed;position:relative;left:0;top:0;width:100%;border-bottom: 1px solid #dfdfe1;z-index:9;}

.wp-header .header-top ul{display:inline-block;float:right;font-variant: small-caps;text-transform: lowercase; padding-right: 22px;}
.wp-header .header-top [class^="icon-"]{margin-left:11px;color: #bb001e;}
.wp-header .header-top ul li{display:inline-block;padding:0 0;line-height: 1.5em;}
.wp-header .header-top ul li:first-child a{border-left:0;}
.wp-header .header-top ul li a{border-left: 1px solid #aeb0b3;color: #333;font-size: 15px;padding: 0 10px; text-align: center;text-transform:uppercase;}
.wp-header .header-top ul li a .text:hover{ border-bottom: 1px solid #bb001e;}

.wp-header.header-top ul li.onlineStore{background-color: #bb001e;padding:0;}
.wp-header .header-top ul li.onlineStore a{padding:7px 10px;display: block;color: #fff;}
.wp-header .header-top ul li.onlineStore a .text:hover{border-bottom-color:#fff;}
.wp-header.header-top ul li.onlineStore a [class^="icon-"]{color:#fff;}


.row-fluid .header-main{margin-top:40px;margin-top:0px;padding:20px 0 15px;}
.row-fluid .header-main .widget-type-logo{padding-left:15px;}
.row-fluid .header-main .widget-type-logo img{width:200px !important;}
.row-fluid .navmain {text-align:center;padding-top:60px;}

.icon-store2:before {
    content: "\e9fd";
}

.icon-top-menu:before {
  
 color: inherit; 
}

.top-menu-link-list li.onlineStore .icon-top-menu:before {
 color: #fff !important; 
}

.top-menu-link-list li .icon-top-menu {
    color: #bb001e;
    padding-left: 0;
    text-decoration: none;
    vertical-align: middle;
}

.top-menu-link-list li.onlineStore {
    background-color: #bb001e;
    transition: all .5s ease;
    color: #fff;
    padding-right: 5px;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-truck-forklift:before {content: "\42";}
.icon-headset:before {content: "\e949";}
.icon-store:before {content: "\e9fc";}
.icon-Training:before{content:"\e907"}
.row-fluid .footer-container-support [class^="icon-"], .row-fluid .footer-container-support [class*=" icon-"]{color: #bb001e;font-size: 35px;}
.icon-list-view:before {content: "\4e";}
.icon-envelope:before {content: "\ea30";}
.icon-store:before {content: "\e9fc";}
.icon-envelop:before {content: "\ea30";}
.icon-menu7:before {    content: "\ec71"}
.icon-geo-location:before {content: "G";}
.icon-phone:before {content: "H";}
.icon-paperplane:before{content:"\ec09"}
.icon-Location:before {  content: "\e904";}
.icon-search:before, .search-btn:after {   content: "\49"; color: #bb001e; }
.facets-inner:after,.icon-arrow-down-filled:before,.product-summary-bar ol li.active a:after,.product-summary-bar:after {content: "\4f"}

/*/// menu css hear ////*/
@media (min-width: 769px) {
  .navmain { display: block !important; }
.mobile-trigger,.menu-arrow {display:none; }
.row-fluid .navmain .hs-menu-wrapper.hs-menu-flow-horizontal > ul{display:inline-block;}
.row-fluid .navmain .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .hs-menu-children-wrapper{    display: block;opacity: 1;visibility: visible;position:static;}
.row-fluid .navmain .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{border-left: 1px solid #aeb0b3;}
.row-fluid .navmain .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:first-child{border-left: 0;}
.row-fluid .navmain .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{padding:0;margin:0;max-width:inherit !important; white-space: inherit !important; vertical-align: top;overflow: inherit !important;}
.row-fluid .navmain .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a{padding:0 30px; font-size: 18px; color: #474747;}
.row-fluid .navmain .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > .hs-menu-children-wrapper{padding-top:35px;opacity: 0;visibility: hidden;width:400px;position:absolute;text-align:left;display: none;}
.row-fluid .navmain .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:hover > .hs-menu-children-wrapper{opacity: 1;visibility: visible;display:flex;}
.row-fluid .navmain .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > .hs-menu-children-wrapper > li{width:50%;float:left;display:block; background:#fff;}
.row-fluid .navmain .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > .hs-menu-children-wrapper > li > a{width: auto;background-color: #bb001e;display:flex;align-items:center; line-height: 20px; font-size: 16px;color: #fff;padding: 10px 10px 6px;max-width: inherit !important;}
.row-fluid .navmain .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > .hs-menu-children-wrapper ul{background:#fff;padding:10px 0;}
.row-fluid .navmain .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > .hs-menu-children-wrapper > li:first-child:before{right: 0;border-right: 1px solid #dedede;top:65px;bottom:10px;margin:auto;position:absolute;content:'';}

.row-fluid .navmain .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > .hs-menu-children-wrapper ul li{padding:2px 10px;}
.row-fluid .navmain .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > .hs-menu-children-wrapper ul li a{line-height: 20px;font-size: 14px;padding-bottom:4px 0;width:auto;}
.row-fluid .navmain .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > .hs-menu-children-wrapper ul li a:hover{color:#bb001e;}
.row-fluid .navmain .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > .hs-menu-children-wrapper .hs-menu-depth-2 > a{min-height:56px;}
.row-fluid .navmain .arrow-open + .hs-menu-children-wrapper{display:block !important;}
.row-fluid .navmain .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-menu-depth-3 .hs-menu-children-wrapper{padding:5px 0 !important;}
}


.header-nav {
    text-align: right;
    margin-top: 7%;
    font-size:18px;
  	line-height: 1em;
}

.header-nav ul li {
    position:relative;
}

.header-nav ul li a {
    color:#000;
    text-decoration:none;
}

.header-nav ul li:after {
    content:"";
    border-right:1px solid #474747;
    position:absolute;
    height: 50%;
    top: 25%;
}

.header-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  
  display: inline-block;
    padding: 10px 20px;
    white-space: initial;
    max-width: 100%;
    overflow: initial;
    text-overflow: initial;
    text-decoration: none;
  font-size: 18px;
  line-height: 1em;
}

.header-nav ul li:last-child:after {
    border-right:0px;
}

.header-nav ul li a:hover {
    color:#bb001e;
}

@media (max-width:1199px){
.row-fluid .navmain .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child > .hs-menu-children-wrapper{left:inherit;right:-30px;}
  .row-fluid .navmain .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1>a {
    padding: 0 20px;
  }
}



@media (max-width:991px){
.row-fluid .navmain .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a{padding: 0 15px;}
.row-fluid .navmain,.row-fluid .header-main .widget-type-logo{ }
.row-fluid .header-top ul.top-menu-link-list .text.phone-number, .row-fluid .header-top ul.top-menu-link-list .text {font-size: 11px;}
.header-top [class^="icon-"] {position: relative; top: 1px;margin-left: 2px;}
.header-top ul {padding-right: 0;}
.row-fluid .header-top ul.top-menu-link-list .searchbox.open {width: 80px;}    
  .row-fluid .navmain {  text-align: center;  padding-top: 37px; }
  

}

@media (max-width: 768px) {
.row-fluid .header-main{padding: 5px 0;position:relative;}
.mobile-trigger{display:block;position:absolute;right:55px;top:30px;width:20px;height:20px;color: #bb001e;font-size: 26px; cursor: pointer;}
.row-fluid .header-main .widget-type-logo img{width: 150px !important;}
  .row-fluid .header-main .widget-type-logo { padding-left: 0; }
.header-top ul{padding-right:0;}
.header-top ul li span.text {display:none;}
  #pp-footer, #wp-footer { text-align: center; }
.header-top [class^="icon-"]{margin:0 2px;}
.row-fluid .navmain{ background-color: #fff;padding-top:0;text-align: left;position:absolute;right:0;width:100%;top: 100%;min-width: 65%;max-width: calc(100% - 260px);display:none;}
.row-fluid .navmain .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children .hs-menu-children-wrapper,
.row-fluid .navmain .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > .hs-menu-children-wrapper {float: left;width: 100%;padding:0; background-color: none; display:none; border:none;position:static; opacity:1; visibility:visible;  }
.row-fluid .navmain .hs-menu-wrapper.hs-menu-flow-horizontal > ul li{width:100%;float:left;position:relative;}

.row-fluid .navmain .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{padding:0;}
.row-fluid .navmain .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,.row-fluid .navmain .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > .hs-menu-children-wrapper > li > a{max-width:inherit !important; white-space: inherit !important; vertical-align: top;overflow: inherit !important;width: auto;}
.row-fluid .navmain .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a{ border-top: 1px solid #efeff0;padding: 10px 20px;display: block;font-size: 22px;color: #474747;}
.row-fluid .navmain .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > ul.hs-menu-children-wrapper{padding-bottom:10px;}

.row-fluid .navmain .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 ul li a{font-size: 18px;padding:0 30px;margin-bottom:5px;}
.row-fluid .navmain .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > .hs-menu-children-wrapper ul li a{padding-left:40px;}

.menu-arrow {bottom: 0;height: 55px;position: absolute;right: 10px;top: 0;width: 40px;font-size: 18px;color: #333;line-height: 55px;text-align: center;z-index:12;display:block;}
li.hs-menu-depth-1 ul .menu-arrow{height: 25px;line-height: 25px;}
.arrow-open.icon-arrow-down-filled:before{content: "\59"}

.row-fluid .header-top ul.top-menu-link-list .searchbox.open {width: 180px;}
}
@media (max-width: 480px) {

    .row-fluid .navmain{min-width:85%;}
   
   
    .row-fluid .header-top ul.top-menu-link-list .searchbox.open{width: 100px;}
}




/* Pillarpage header bottombar */
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
#bottom-bar.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
#bottom-bar.sticky + .body-container-wrapper {
  padding-top: 39.81px;
}

#bottom-bar {
  background: #f2f2f2;
}

.bottom-bar__content {
  padding: .3em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-search {
  position: relative;
  margin-right: 1em;
  cursor:pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-width: 15em;
}

.header-search .search-icon {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.header-search .fa {
  color: #bb001f;
  background: #fff;
  padding: .4em;
  border: 1px solid #bb001f;
  font-size: 1.2em;
}

#search-input {
  padding: .38em 0;
  width: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  -webkit-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

#search-input.error-bg {
  background: rgba(188, 22, 29, 0.14);
  border: 1px solid #bc161d;
}

#search-input.search-open {
  padding: .38em;
  width: 100%;
  border: 1px solid #dfdfe1;
}

/* BOTTOM BAR NAV */

.bottom-nav__container {
  position: relative;
}

.navicon .fa {
  font-size: 1.5em;
  color: #bb001f;
  cursor:pointer;
}

.bottom-nav {
  display: none;
  position: absolute;
  min-width: 15em;
  right: -.5em;
  top: 2.2em;
  text-align: left;
  background: rgba(255, 255, 255, 0.95);
  padding: .5em;
  list-style: none;
}

.bottom-nav a {
  color: #bb001f;
  text-decoration: none;
  display: block;
  margin-bottom: .5em;
}

body .no-padding-left {
 padding-left: 0 !important; 
}

body .no-padding-right {
 padding-right: 0 !important; 
}

body .no-padding-top {
 padding-top: 0 !important; 
}

body .no-padding-bottom {
 padding-bottom: 0 !important; 
}

/* PP Hero module */

.pp-hero {
  position: relative;
  min-height: 60vh;
  padding: 3em 0 3em;
  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;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.pp-hero__overlay {
  background: rgba(51, 51, 51, 0.80);
  position: absolute;
  height: 100%;
  width: 100%;
  top:0;
  left:0;
}

.pp-hero__content {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: bold;
  max-width: 70%;
  margin: 0 auto;
}

.pp-hero__content h1 {
  margin-bottom: 1em;
}

.pp-hero__subcontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pp-hero__subcontent__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  margin-bottom:3em;
}

.pp-hero__subcontent__item h3 {
	margin-bottom: .5em;
}

.content-links {
  padding-left: 1em;
}

.content-links li {
  margin-bottom: .6em;
}

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


.footer-featured-links {
 padding-top: 25px;
  padding-bottom: 25px;
}

/* Pillarpage content area */

#pp-main-content {
  padding: 4em 0;
  max-width: 55%;
  margin: 0 auto;
}

.pp-main-content__item {
  margin-bottom: 7em;
}

.pp-main-content__item h1 {
  position: relative;
  text-align: center;
  padding-bottom: .5em;
  margin-bottom: 1.5em;
}

.pp-main-content__item h1:after {
  content: '';
  position: absolute;
  display: block;
  background:#333;
  height: 1px;
  width: 3em;
  bottom: 0;
  left: calc(50% - 1.5em);
}

#pp-main-content article h2 {
  margin-top: 2em;
}

#pp-main-content article h2,
#pp-main-content article a {
  color: #bb001e;
}

#pp-main-content article ul,
#pp-main-content article ol {
  padding-left: 1.5em;
}

#pp-main-content article .some-share {
  margin: 2em 0;
  font-weight: bold;
  font-size: 1.2em;
  text-align: right;
}

.some-share__text {
  margin-right: .5em;
}

#pp-main-content article .some-share .fa {
  display: inline-block;
  width: 1.7em;
  height: 1.7em;
  line-height: 1.7em;
  margin-right: .2em;
  text-align: center;
  color: #fff;
  background: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.8em;
}







/* FOOTER */

#to-top {
  background: #474747;
 
  padding: 5em 0;
  text-align: center;
  min-height: initial;
  
}

#to-top a {
  background: #bb001e;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 1em 3em;
  font-size: 1.1em;
  text-decoration: none;
}


#pp-footer, #wp-footer {
  background: #262626;
  color: #fff;
  font-size: .8em;
  padding: 2em 0;
  font-family: Titillium-Regular;
  color: #dfdfe1;
}

#pp-footer .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

 #wp-footer .footer-some {
 padding: 15px 0;  
}

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

#wp-footer .footer-links {
 float: right; 
  width: 48%;
}
  
  #wp-footer .footer-copy {
   float: left; 
    width: 48%;
  }
  
  #wp-footer .footer-some {
   float: right; 
  }
  
}

.footer-copy,
.footer-links,
.footer-some {
	padding-right: 1em;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  border-right: 1px solid #fff;
  padding: .2em .5em .2em 0;
  margin-right: .5em;
  margin-bottom: 1em;
  display: inline-block;
}

.footer-links a:last-child {
  border-right: 0px;
}

.footer-some .fa {
  color: #fff;
  font-size: 1.5em;
  margin-right: .5em;
  margin-bottom: .5em;
}





/* Avidly - Pillar page 2018 */ 

.pp-2018 .pp-hero__content {
  text-align: center;
}

.pp-2018 .pp-hero__content h1 {
  font-size: 3em;
  margin-bottom: 0.5em;
}

.pp-2018 .pp-wrapper {
  position: relative;
}

.pp-2018 .pp-toc {
  position: relative;
  top: 8em;
  padding-left: 2em; 
}

.pp-2018 .to_move_content.scrolled .pp-toc {
  position: fixed;
  top: 2em;
}

.pp-2018 .pp-toc ul li {
  list-style-type: none;
}

.pp-2018 #pp-main-content {
  padding: 0em 0;
}

.pp-offer .main-content {
  display: flex;
  max-width: 70%;
  margin: 0 auto;
  padding: 4em 0;
}

.pp-offer .text-content,
.pp-offer .cover-image,
.pp-offer .form {
  width: 33%;
}

.pp-offer.red {
  background: #bb001e;
  color: #fff;
}

.pp-offer.grey {
  background: #262626;
  color: #fff;
}


.pp-offer .hs-button.primary.large {
  border: 1px solid #fff;
  padding: 15px 30px;
  background: transparent;
  color: #fff;
  font-size: 1em;
  margin-top: 1.5em;
  transition: 0.2s;
}

.pp-offer .hs-button.primary.large:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #bb001e;
  cursor: pointer;
}

.toc-mobile-trigger {
  display: block;
}

.form-background {
  
  background: #eeedee;
    padding: 30px 30px 30px;
    display: block;
}

.max-img-width-80p img {
  
 max-width: 80%; 
}




/* =================================
* 
* 	MEDIA QUERIES
* 
================================== */

@media screen and (max-width: 768px){
  .content-wrapper {
    max-width: 95%;
  }

  #top-nav li a span.nav-text {
    display: none;
  }
  
  .wp-header .header-top ul{ 
   padding-right: 0; 
  }
  .wp-header .header-top [class^="icon-"] {
   margin-left: 0; 
  }

  .pp-hero__content {
    max-width: 90%;
  }

  .pp-hero__subcontent {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pp-hero__subcontent__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-bottom:3em;
  }

  #pp-main-content {
    max-width: 90%;
  }

  .some-share__text {
    display: block;
  }

  #pp-main-content article .some-share {
    text-align: left;
  }
  
  .pp-offer .main-content {
    display: block;
  }
  
  .pp-offer .text-content,
  .pp-offer .cover-image,
  .pp-offer .form {
    width: 100%;
  }
  
  .pp-2018 .pp-toc {
    position: relative;
    top: 1em;
    padding-left: 0em; 
  }
  
    .pp-2018 .to_move_content .pp-toc {
    text-align: center;
    padding-bottom: 15px;
  }
  
  .pp-2018 .to_move_content.scrolled .pp-toc {
    position: fixed;
    top: 0em;
    background: #efeff0;
    width: 100%;
    text-align: left;
    z-index: 9999;
    padding: 0% 5%;
  }
  
  .toc-contents {
    display: none;
  }
  
  .pp-2018 .pp-toc ul {
    padding-bottom: 10px;
  }
  
  .form-background {
  
 margin-top: 30px;
}

.max-img-width-80p  {
  
margin-bottom: 30px;
}
 
  
}


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

  
  #pp-footer .content-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-copy,
  .footer-links,
  .footer-some {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%; 
    margin-bottom: 1em;
  }
  
  .bottom-nav {
    min-width: 20em;
  }
  


}




