/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,300i,400,400i,600,600i,700,700i,900');
@import url('https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.1.20/jquery.fancybox.css');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.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;}




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



/* @import url('http://example.com/example_style.css'); */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.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;}




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

/*
 
 
 
 
*/














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

body { margin:0; padding:0; font-family: 'Titillium Web', sans-serif; font-size:18px; line-height:28px; color:#414042; background:#fff; }

img { border:0; vertical-align: top; height:auto; max-width:100%; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 

.clear { clear:both }

p { padding:15px 0; margin:0; }

.hs-form-required { display:none; }

h1 { color:#333c4e; font-family: 'Titillium Web', sans-serif; font-size:30px; margin:0; padding:15px 0 25px; line-height:40px;clear:both; }
h2 {  color:#333; font-family: 'Titillium Web', sans-serif; font-size:32px; line-height:40px; margin:0; padding:10px 0 10px; clear:both; }
h3 {  color:#333; font-family: 'Titillium Web', sans-serif; font-size:30px; line-height:36px; margin:0; padding:10px 0 10px; clear:both; }
h4 {  color:#333; font-family: 'Titillium Web', sans-serif; font-size:28px; line-height:34px; margin:0; padding:10px 0 10px; clear:both; }
h5 {  color:#333; font-family: 'Titillium Web', sans-serif; font-size:24px; line-height:30px; margin:0; padding:10px 0 10px; clear:both; }
h6 {  color:#333; font-family: 'Titillium Web', sans-serif; font-size:22px; margin:0; padding:10px 0; line-height:26px; clear:both; }

a { text-decoration:none; outline:none; color:#00658b; -webkit-transition: all  0.4s ease-in-out;
    -moz-transition: all  0.4s ease-in-out;
    -o-transition: all  0.4s ease-in-out;
    -ms-transition: all  0.4s ease-in-out;
    transition: all  0.4s ease-in-out;; }
a:hover { color:#333; }

input , button , textarea, select , 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"] { outline:none; height: 40px;border-radius: 3px;background-color: #ffffff; border: solid 0.5px #979797; padding:0 20px; font-family: 'Titillium Web', sans-serif; font-size:16px; width:100%; background-image:url(https://cdn2.hubspot.net/hubfs/4101404/Toyota_2017/Image/blank.png) !important;  }
input[type=checkbox] , input[type=radio] { width:auto; height:auto; } 
select { background-image:url(https://cdn2.hubspot.net/hubfs/4101404/Toyota_2017/Image/select-cart.png); background-repeat:no-repeat; background-position:calc(100% - 15px) center; -webkit-appearance:none; -moz-appearance:none;appearance:none;  }
textarea { padding:15px 20px; height:100px; }
input[type=submit] , button {  border:none; cursor:pointer; background:url(https://cdn2.hubspot.net/hubfs/4101404/Toyota_2017/Image/blank.png) no-repeat left top #bb001e; height:auto;  font-size: 16px;text-align: center; color: #ffffff; padding:11px 0; width:100%;  -webkit-transition: all  0.4s ease-in-out;
    -moz-transition: all  0.4s ease-in-out;
    -o-transition: all  0.4s ease-in-out;
    -ms-transition: all  0.4s ease-in-out;
    transition: all  0.4s ease-in-out;; border-radius:0; border:1px solid transparent;  }
input[type=submit]:hover , button:hover { background-color:transparent ; color:#bb001e; border-color:#bb001e;  }

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 15px; }
.hs-form .hs-form-field > label {font-size: 12px; font-weight: 300;text-align: left; color: #000000; display:block; margin-bottom:5px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 10px }
.row-fluid .new-comments .hs-form fieldset.form-columns-2 .field.hs_firstname { padding:0 0 10px 0px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }

.hs-richtext .text-below-comment { margin-top:-40px; display:block; margin-bottom: 20px;}

ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

 .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
 .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
 .inputs-list input[type="radio"] { top:3px; }
 .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
 .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #868686; color:#fafafa; background:#fafafa; }
.inputs-list input[type="checkbox"]:checked + span:before { background:#bb001e; color:#fff; border-color:#333; }
.inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#fff; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

 .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:#333; background:#333;  border-radius:100%; }

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

.row-fluid [class*="span"] { min-height:1px; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .bg-img { display:none; }

/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .title-uppercase h1 , .row-fluid .title-uppercase h2 , .row-fluid .title-uppercase h3 , .row-fluid .title-uppercase h4 , .row-fluid .title-uppercase h5 , .row-fluid .title-uppercase h6 { text-transform:uppercase; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-left { text-align:left; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-white , .row-fluid .text-white h1 , .row-fluid .text-white h2 , .row-fluid .text-white h3 , .row-fluid .text-white h4 , .row-fluid .text-white h5 , .row-fluid .text-white h6 { color:#fff; }
.row-fluid .text-italic { font-style:italic; }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor:pointer; z-index:5; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#fff; background:#333; width:35px; height:35px; font-size:0; text-index:-9999; cursor:pointer; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:14px; }
.slick-arrow:hover { background:#fff; color:#000;  }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: "\f105"; }
.slick-arrow.slick-disabled { display:none; }

ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding:10px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { display:inline-block; background:#a1a1a1;  width:15px; height:15px; border-radius:100%; font-size:0; text-index:-9999; cursor:pointer; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#000; }

.row-fluid .get-bg { display:none; } 
.row-fluid .set-bg { background-size:cover; background-position:center; background-repeat:no-repeat;  } 

.row-fluid .cta-btn a { background:#bb001e; color:#fff; font-size:14px; text-transform:uppercase; padding:10px 30px; display:inline-block; font-weight:700; text-align:center; line-height:18px; border:1px solid transparent; color:#fff;  }
.row-fluid .cta-btn a:hover { color:#bb001e; border-color:#bb001e; background:#fff;  }


.row-fluid .outher-btn.cta-btn a { background:transparent; color:#bb001e; font-size:16px; text-transform:uppercase; padding:10px 30px; display:inline-block; font-weight:400; text-align:center; line-height:18px; border:1px solid #bb001e;  }
.row-fluid .outher-btn.cta-btn a:hover { color:#fff;  background:#bb001e;  }


.row-fluid .container { margin:0 auto !important; width:1170px; float:none !important; } 


.row-fluid .page-title { text-align:center; float:left; width:100%;   font-size: 26px; line-height:36px; text-align: center; color: #000; position:relative; } 
.row-fluid .page-title h1 {font-size: 40px;font-weight: bold; text-align: center; color: #000; padding:0 0 10px; margin:0; line-height:46px;   }
/*.row-fluid .page-title h2 {font-size: 40px;font-weight: bold; text-align: center; color: #ffffff; padding:0 0 10px; margin:0; line-height:46px;   }*/
.row-fluid .page-title h3 {font-size: 34px;font-weight: bold; text-align: center; color: #000; padding:0 0 10px; margin:0; line-height:46px; }

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

.row-fluid .header-top { float:left; width:100%; padding:20px 0; box-shadow: 0 0 14px 0 rgba(222, 222, 222, 0.5); position:relative; /*overflow:hidden;*/ } 
.row-fluid .header-cta a { font-weight:400; padding:10px 14px; text-transform:capitalize; }
.row-fluid .left-header .mainmenu .hs-menu-wrapper > ul > li { margin-left:30px; }
.row-fluid .left-header .mainmenu .hs-menu-wrapper > ul > li > a { position:relative; overflow:visible;  }

.row-fluid .left-header .mainmenu a { font-family: 'Titillium Web'; font-size: 16px; text-align: left;  color: #333333; padding:0; } 
.row-fluid .left-header .mainmenu a:hover { color:#bb001e; }
.row-fluid .hero-section { float:left; width:100%; padding:90px 0 100px; text-align:center; position:relative; }
.row-fluid .hero-section .page-title ,
.row-fluid .hero-section .page-title  h1 { color:#fff; }
.row-fluid .hero-section:before { content:""; position:absolute; top:0; left:0; opacity:0.6; width:100%; height:100%; background:linear-gradient(to left, rgba(0, 0, 0, 0), #333333);  -webkit-background:linear-gradient(to left, rgba(0, 0, 0, 0), #333333); -moz-background:linear-gradient(to left, rgba(0, 0, 0, 0), #333333); }

.row-fluid .search-icon { padding-right:10px; padding-top:10px; }
.row-fluid .search-icon img { cursor:pointer; width:20px;  }


.row-fluid .search-box { position:absolute; bottom:100%; left:0; width:100%; height:100%; background:#fff; transition:all 0.5s; }
.open-search .row-fluid .search-box {  bottom:0; }
.row-fluid .search-box form { position:relative; top:25px; }
.row-fluid .search-box img { position:absolute; top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; /*width:20px;*/ cursor:pointer;  }
.row-fluid .search-box img.fa-search { left:0; }
.row-fluid .search-box img.fa-times { right:0; }
.row-fluid .search-box input[type="text"] { border:none; padding:5px 50px; color:#989292; font-family:"Titillium Web",sans-serif; font-weight:600; font-size:20px; letter-spacing:2px;  }

.row-fluid .search-box input::-webkit-input-placeholder { opacity:1; color:#989292; font-family:"Titillium Web",sans-serif; font-weight:600; font-size:20px; letter-spacing:2px; }
.row-fluid .search-box input::-moz-placeholder {opacity:1; color:#989292; font-family:"Titillium Web",sans-serif; font-weight:600; font-size:20px; letter-spacing:2px; }
.row-fluid .search-box input:-ms-input-placeholder {opacity:1; color:#989292; font-family:"Titillium Web",sans-serif; font-weight:600; font-size:20px; letter-spacing:2px; }
.row-fluid .search-box input:-moz-placeholder {opacity:1; color:#989292; font-family:"Titillium Web",sans-serif; font-weight:600; font-size:20px; letter-spacing:2px; }


#colorbox,
#cboxOverlay,
#cboxWrapper {position: absolute;top: 0;left: 0;z-index: 9999; overflow: hidden;}
#cboxOverlay {position: fixed;width: 100%; height: 100%;}
#cboxMiddleLeft,
#cboxBottomLeft {clear: left;background:#0a0a0a !important;}
#cboxMiddleLeft,
#cboxBottomLeft,
#cboxContent,
#cboxTopCenter,
#cboxTopLeft,
#cboxMiddleRight,
#cboxTopRight,
#cboxTitle ,
#cboxBottomCenter,
#cboxBottomRight {background:#0a0a0a !important;}
#cboxContent {position: relative;}
#cboxLoadedContent {overflow: auto;-webkit-overflow-scrolling: touch;}
#cboxTitle {margin: 0;}
#cboxLoadingOverlay,
#cboxLoadingGraphic {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {border: 0;  padding: 0; margin: 0;overflow: visible;width: auto;background: none; cursor: pointer;}
#cboxPrevious:active,
#cboxNext:active,
#cboxClose:active,
#cboxSlideshow:active {outline: 0;}
.cboxPhoto {float: left;margin: auto;border: 0;display: block;max-width: none;}
.cboxIframe {width: 100%;height: 100%;display: block;border: 0;}
#colorbox,
#cboxContent,
#cboxLoadedContent {-moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
#cboxOverlay {background: #000;}
#colorbox { outline: 0;}
#cboxWrapper { background: #fff;-moz-border-radius: 5px;-webkit-border-radius: 5px; border-radius: 5px;}
#cboxTopLeft {width: 15px;height: 15px;}
#cboxTopCenter {height: 15px;}
#cboxTopRight { width: 15px;height: 15px;}
#cboxBottomLeft { width: 15px;height: 10px;}
#cboxBottomCenter { height: 10px;}
#cboxBottomRight {width: 15px;height: 10px;}
#cboxMiddleLeft {width: 15px;}
#cboxMiddleRight {width: 15px;}
#cboxContent {background: #fff;overflow: hidden;}
#cboxError {padding: 50px;border: 1px solid #ccc;}
#cboxLoadedContent {margin-bottom: 28px;}
#cboxTitle {position: absolute;background: rgba(255, 255, 255, 0.7);bottom: 28px;left: 0;color: #535353;width: 100%;padding: 4px 6px; -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
#cboxCurrent {position: absolute;bottom: 4px;left: 60px; color: #949494;}
.cboxSlideshow_on #cboxSlideshow {position: absolute; bottom: 0px; right: 30px;background: url(/modules/colorbox/styles/default/images/controls.png) no-repeat -75px -50px; width: 25px;height: 25px; text-indent: -9999px;}
.cboxSlideshow_on #cboxSlideshow:hover { background-position: -101px -50px;}
.cboxSlideshow_off #cboxSlideshow {position: absolute;bottom: 0px;right: 30px;background: url(/modules/colorbox/styles/default/images/controls.png) no-repeat -25px -50px; width: 25px; height: 25px;text-indent: -9999px;}
.cboxSlideshow_off #cboxSlideshow:hover {background-position: -49px -50px;}
#cboxPrevious {position: absolute;bottom: 0; left: 0;background: url(/modules/colorbox/styles/default/images/controls.png) no-repeat -75px 0px;width: 25px;height: 25px; text-indent: -9999px;}
#cboxPrevious:hover {background-position: -75px -25px;}
#cboxNext { position: absolute; bottom: 0; left: 27px; background: url(/modules/colorbox/styles/default/images/controls.png) no-repeat -50px 0px; width: 25px;height: 25px;text-indent: -9999px;}
#cboxNext:hover { background-position: -50px -25px;}
#cboxLoadingOverlay {background: #fff;}
#cboxLoadingGraphic {background: url(/modules/colorbox/styles/default/images/loading_animation.gif) no-repeat center center;}
#cboxClose {position: absolute;top:10px;right: 10px;background: url(https://cdn2.hubspot.net/hubfs/3378618/Markleygroup-2017/Image/x_circle_white.svg) no-repeat !important;width: 25px;height: 25px;font-size:0;}
#cboxOverlay {background-color: #304d92 !important;}

/* result Page */
.row-fluid .search-section { float:left; width:100%; padding:45px 0 30px;}
.row-fluid .search-section .gsc-thumbnail { display:none; }
.row-fluid .search-section .gsc-control-cse div { float:left; width:100%; }
.row-fluid .search-section .gsc-result { display:block; position:relative; padding:0 0 20px !important;}
.row-fluid .search-section .gsc-expansionArea div:nth-last-child(3) { border:none !important; } 
.row-fluid .search-section .gs-title,
.row-fluid .search-section .gs-title b { color:#333333 !important; font-size:26px !important; line-height:29px !important; fofont-family: 'Titillium Web', sans-serif !important; font-weight:400 !important;  }

.row-fluid .search-section a.gs-title,
.row-fluid .search-section a.gs-title b { margin-bottom:0; text-decoration:none; font-weight:700 !important; border-bottom:2px solid transparent !important; overflow:visible !important; font-size:22px !important; line-height:22px !important; height:auto !important; display:inline-block !important; }
.row-fluid .search-section a.gs-title b { font-size:22px !important; line-height:22px !important; }

.gs-result:hover a.gs-title { border-color:#b30002 !important; }

.gsc-cursor { text-align:center !important;  }
.row-fluid .gsc-cursor .gsc-cursor-page  { vertical-align:top !important; float:none !important; color:#070707 !important; } 
.row-fluid .gsc-cursor .gsc-cursor-page.gsc-cursor-current-page { text-decoration-color:#b30002 !important; text-decoration:underline !important; }

 
 
.row-fluid .search-section .gs-snippet {color: #4a4a4a;font-size: 16px;line-height:30px; margin-bottom: 16px;}
.row-fluid .search-section  h4 { border:none; color: #d82f27;font-size: 40px;line-height: 50px;  fofont-family: 'Titillium Web', sans-serif !important;  font-weight:400; }
.row-fluid .search-section .gsc-control-cse { border:none !important; }
.row-fluid .homemblmenu-section { display:none; }
.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl { color:#b30002 !important; font-size:16px; line-height:24px; } 
.row-fluid .hero-section .search-box {  display:block;  } 

.row-fluid .hero-section .search-box { position:static; background:transparent; margin-top:55px; float:none; display:inline-block;vertical-align:top; width:724px; max-width:100%;  }
.home-page .row-fluid .hero-section { padding-top:40px; } 
.row-fluid .hero-section .search-box form { position:relative; top:0;  }
.row-fluid .hero-section .search-box form  input[type="text"] { height: 85px; border-radius: 5px; letter-spacing:0; background-color: #ffffff; padding:5px 60px;  color: #333333; font-size:22px; font-weight:400;  }
.row-fluid .hero-section .search-box img.fa-search { left:20px; }

.row-fluid .hero-section .search-box input::-webkit-input-placeholder { opacity:1; color:#333333; font-family:"Titillium Web",sans-serif; font-weight:400; font-size:22px; letter-spacing:0;  }
.row-fluid .hero-section .search-box input::-moz-placeholder { opacity:1; color:#333333; font-family:"Titillium Web",sans-serif; font-weight:400; font-size:22px; letter-spacing:0; }
.row-fluid .hero-section .search-box input:-ms-input-placeholder { opacity:1; color:#333333; font-family:"Titillium Web",sans-serif; font-weight:400; font-size:22px; letter-spacing:0; }
.row-fluid .hero-section .search-box input:-moz-placeholder { opacity:1; color:#333333; font-family:"Titillium Web",sans-serif; font-weight:400; font-size:22px; letter-spacing:0; }


.home-page .row-fluid .hero-section .search-box form  input[type="text"] { color:#b7b7b7; }
.home-page .row-fluid .hero-section .search-box input::-webkit-input-placeholder { opacity:1; color:#b7b7b7; font-family:"Titillium Web",sans-serif; font-weight:400; font-size:22px; letter-spacing:2px;  }
.home-page .row-fluid .hero-section .search-box input::-moz-placeholder { opacity:1; color:#b7b7b7; font-family:"Titillium Web",sans-serif; font-weight:400; font-size:22px; letter-spacing:2px; }
.home-page .row-fluid .hero-section .search-box input:-ms-input-placeholder { opacity:1; color:#b7b7b7; font-family:"Titillium Web",sans-serif; font-weight:400; font-size:22px; letter-spacing:2px; }
.home-page .row-fluid .hero-section .search-box input:-moz-placeholder { opacity:1; color:#b7b7b7; font-family:"Titillium Web",sans-serif; font-weight:400; font-size:22px; letter-spacing:2px; }


.gcsc-branding,
.gsc-above-wrapper-area { display:none !important; }

.gsc-adBlock { display:none !important; }
.gsc-result .gs-title { height:auto !important; }
/*========= Footer Section ===============*/

.row-fluid .footer-section { float:left; width:100%; padding:17px 0 13px; background:#262626; color:#fff; font-size:13px; line-height:16px; color:#fff; }
.row-fluid .footer-section  a { color:#fff; }
.row-fluid .footer-section  a:hover { color:#b70819; }
.row-fluid .social-icon { text-align:right; }
.row-fluid .footer-link,
.row-fluid .copyright { padding-top:10px;}
.row-fluid .social-icon a { display:inline-block; vertical-align:top; background:#222222; color:#fff; font-size:20px; width:35px; height:35px; text-align:center; line-height:35px;  margin-left:5px;  }
.row-fluid .social-icon a:hover { background:#b70819; color:#fff; }  
.row-fluid .footer-link a { padding:0 10px; border-right:1px solid #fff; }
.row-fluid .footer-link a:last-child { border:none; }


/*========================
# Contact Page
==========================*/

.row-fluid .contact-section { float:left; width:100%; padding:62px 0 110px; color:#4a4a4a; font-size:16px; }
.row-fluid .contact-text a { color:#4a4a4a; font-size:16px; }  
.row-fluid .contact-section .page-title h2 { padding-bottom:50px; text-align:left; }
.row-fluid .contact-image { margin-bottom:60px; }
.row-fluid .contact-section .cta-btn { padding-top:15px; }
.row-fluid .form-box { background:#e0e0e0; padding:40px; }
.row-fluid .form-box h3 { display:none; }


/*===================
# Home Page
====================*/
.row-fluid .intro-section { float:left; width:100%; padding:65px 0 0px; font-size:16px; color:#4a4a4a; line-height:30px; }
.row-fluid .intro-section .page-title h3 { font-weight:400; text-align:center; padding:0 0 30px; margin-bottom:-20px; }
.row-fluid .intro-image { padding-top:30px; }
.row-fluid .image-body-line { margin-top: 18px;}
.row-fluid .page-title-intro-text { display:block; text-align:center; margin-bottom:30px; font-size:18px; }


.row-fluid .feed-section { float:left; width:100%; padding:60px 0 80px; }
.row-fluid .feed-section  .page-title h3 { font-weight:400; padding: 0 0 50px;  color:#333; }

.hs-rss-title { color:#333333; font-size:17px; line-height:24px; display:block; position:relative; padding-right:30px;  }
.hs-rss-title span { border-bottom:2px solid transparent; }
.row-fluid .hs-rss-item:hover .hs-rss-title span { border-color:#bb001e;  }
.row-fluid .rss-box p { display:none; }
.row-fluid .rss-box h3 { font-size: 24px; font-weight: bold; line-height:24px; text-align: left; color: #333333; margin-bottom:24px; }
.row-fluid .rss-box h3 a { color: #333333; }

.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image { position: relative; display: block; top: 6px; }

.row-fluid .hs-rss-item { min-height:71px; padding-bottom:24px; margin-bottom:20px; display:block; border-bottom:1px solid #c5c5c5;position:relative; }
.row-fluid .hs-rss-item:last-child { border:none;  }

.hs-rss-item-image-wrapper { float: left !important; }
.row-fluid .rss-box .hs-rss-item-text { width: 70% !important; }


.row-fluid .rss-box  .hs-rss-item a:before{ content:""; transition:all 0.5s; background:url(https://cdn2.hubspot.net/hubfs/4101404/Toyota_2017/arrow-icon.png) right center ; width:25px; height:14px;  position:absolute; top:6px; right:0;  } 
.row-fluid .hs-rss-item a:hover:before { background-position:left center; }

.row-fluid .rss-box .hs-rss-item > div   { float:none; display:inline-block; vertical-align:top; }
.row-fluid .hs-rss-item-image-wrapper  { width:30% !important; overflow: hidden; background-size:cover; background-repeat:no-repeat; background-position:center; }
.row-fluid .rss-box  .hs-rss-item-text { padding:0 0 0 20px !important; width:80%; line-height:0; font-size:0; padding-right:30px;  }
.row-fluid .hs-rss-item-image-wrapper img { display:block; } 


.row-fluid .link-style a { font-size:15px; line-height:18px; font-weight:400; color:#bb001e; border-bottom:2px solid transparent;  }  
.row-fluid .link-style a:hover {border-color:#bb001e;   }

/*.row-fluid .service-section { float:left; width:100%; background:#efeff0; padding:65px 0; text-align:center; }*/
.row-fluid .service-section { float:left; width:100%; padding:65px 0; text-align:center; }
.row-fluid .service-icon { min-height:50px; }
.row-fluid .service-icon img {  width:40px !important; }
.row-fluid .service-title h4 { font-size:22px; line-height:24px; color:#333333; font-weight:400; padding-top:20px; }
.row-fluid .service-section .link-style { font-size:17px; line-height:20px; margin-top:30px; }
.row-fluid .service-content { font-size:17px; }

.form-popup h3 {font-size: 20px;line-height: 24px;}
.form-popup .hs-richtext h3 { font-size:18px; }


/*===================
# Event Page
=====================*/

.row-fluid .event-section { float:left; width:100%; padding:35px 0 70px; }
.row-fluid .event-section .page-title h1 { color:#333333; text-align:left; padding-bottom:35px; }

.row-fluid .left-sidebar { padding:28px 16px 40px 22px; background:#333333; }
.row-fluid .left-sidebar label { font-size:22px; line-height:30px; color:#fff; font-weight:700; text-transform:capitalize; margin-bottom:10px; display:block; }
.row-fluid .left-sidebar ul { margin:0; padding:0; }
.row-fluid .left-sidebar ul li { list-style:none; position:relative; }
.row-fluid .left-sidebar ul li a { color:#fff; font-size:16px; line-height:30px; font-weight:400; display:block;  }
.row-fluid .event-section .left-sidebar ul li a + a { opacity: 0; position: absolute !important; right: 5px; top: 8px; transition: all 0.3s ease 0s; visibility:hidden; }
.row-fluid .event-section .left-sidebar ul li a.selected + a  { opacity:1; visibility:visible; }
.row-fluid .left-sidebar ul li a:hover,
.row-fluid .left-sidebar ul li a.selected { text-shadow:0 1px 0 #fff; }

.row-fluid .event-box { margin-bottom:40px; }
.row-fluid .event-box h5 { margin:0; padding:0; font-size:12px; line-height:20px; color:#979292; font-weight:400; }
.row-fluid .event-box h4 { margin:0; padding:0; font-size:17px; line-height:27px; color:#333333; font-weight:700; border-bottom:2px solid transparent; display:inline-block; vertical-align:top; }
.row-fluid .event-box:hover h4 { border-color:#bb001d; }  

.row-fluid .hero-section.search-banner .search-box  {  margin-top:25px; }
.row-fluid .event-image { border-radius:3px;  position:relative;  }
.row-fluid .event-image > span { width:70%; position:absolute; bottom:0; left:0; text-align:center; background:#bb001e; font-size:18px; line-height:20px; color:#fff; padding:10px 0; font-weight:400; text-transform:uppercase;  }

.row-fluid .mobile-filter { display:none; }


/*=============================
# Download Page 
================================*/


.download-container  #container { margin:0 -15px; display:block;  }
.row-fluid .download-box { float:left; width:33.33%; padding:0 15px 30px; font-size:17px; line-height:24px; font-weight:400; }
.row-fluid .download-image img { max-width:200px;  }
.row-fluid .download-content h5 { font-size:15px; line-height:24px; color:#333333; font-weight:700;  }
.row-fluid .download-box .cta-btn.outher-btn a { width:100%; padding:15px 0; margin-top:20px; }

/*=========================
# Whitepaper Page
===========================*/

.row-fluid .whitepaper-section { float:left; width:100%; padding:60px 0 120px;  }
.row-fluid .whitepaper-section h5 { font-size:20px; padding:0; color:#4a4a4a; }
.row-fluid .whitepaper-section .page-title { margin-bottom:60px; }
.row-fluid .whitepaper-section .page-title h1 { color:#000000; padding-bottom:25px; }
.row-fluid  .page-title .mini-title { font-size:24px; line-height:34px; color:#bb001e; font-weight:400;  }
.row-fluid .video-box { margin-bottom:30px; }
.row-fluid .list-style ul { padding:0; margin:20px 0 0;  }
.row-fluid .list-style ul li { list-style:none; padding-left:40px; margin-bottom:10px; position:relative; font-size:16px; line-height:20px; color:#4a4a4a; font-weight:400;}
.row-fluid .list-style ul li:before { content:"\f00c";  position:absolute;  top:0; left:0; width:21px; height:21px; background:#73be20; border-radius:50%; line-height:21px; text-align:center; color:#fff; font-family:"FontAwesome"; }

.row-fluid .hs_blijf_op_de_hoogte_van_de_laatste_ontwikkelingen_schrijf_je_in_ .inputs-list input[type="checkbox"] + span,
.hs_subscribe .inputs-list input[type="checkbox"] + span { margin-top:-3px; }
.row-fluid .hs_blijf_op_de_hoogte_van_de_laatste_ontwikkelingen_schrijf_je_in_ .inputs-list input[type="checkbox"] + span::before { border-radius:3px; top:3px; }
.hs_subscribe .inputs-list input[type="checkbox"] + span::before {  border-radius:3px; top:3px; }
.row-fluid .hs_blijf_op_de_hoogte_van_de_laatste_ontwikkelingen_schrijf_je_in_ .inputs-list input[type="checkbox"]:checked + span::after ,
.hs_subscribe .inputs-list input[type="checkbox"]:checked + span::after { top:2px; }


/*=========================
# Whitepaper Page 2
==========================*/

.row-fluid .process-section { float:left; width:100%; padding:100px 0 60px; background:#efeff1; }
.row-fluid .process-container { float:left; width:100%; }

.row-fluid .process-section .page-title h3 {  font-size: 34px; line-height:34px; text-align: center; color: #555555; padding:0 0 60px; font-weight:400; }

.row-fluid .process-box {font-size: 16px; line-height:30px;  color: #555555; font-weight:400; margin-bottom:30px; }
.row-fluid .process-title {  font-size: 22px; font-weight: bold;  letter-spacing: 0.5px; text-align: left;  color: #4a4a4a; margin:0 0 10px; }

.row-fluid .social-section { float:left; width:100%; text-align: center;  }
.row-fluid .social-title {font-size: 20px;  color: #bb001e; font-weight:400; margin-bottom:20px; }
/*.row-fluid .social-section .don-share-google.don-btn { background-color:#fff; color:#333; }
.row-fluid .social-section .don-btn-google [class*=" don-ico-"] { background:#fff; color:#d34836; }*/



.hs-blog-post .container-fluid .row-fluid .page-center { max-width:100%; width:1140px; }
.row-fluid .blog-section { float:left; width:100%; position:relative; }
.don-share [class*=" don-share-"], .don-share [class^="don-share-"] { float:none !important; display:inline-block; vertical-align:top; }
    

.row-fluid .ebook-section { float:left; width:100%; padding:30px 0;}
.row-fluid .ebook-section .page-title h3 { font-weight:400; margin-bottom:30px;text-align:left;  }
 .row-fluid .ebook-section .list-style ul { margin:0; }
 .row-fluid .ebook-section .list-style { padding:85px 0 0; }
 .row-fluid .ebook-section .list-style ul li { font-size: 22px; line-height:30px; text-align: left; color: #000000; margin-bottom:15px; }
 .row-fluid .ebook-section .list-style ul li:before { width:30px; height:30px; line-height:30px; font-size:16px; }


.row-fluid .checkout-section { float:left; width:100%; padding:80px 0; background:#efeff1; text-align:center; }
.row-fluid .checkout-section .page-title { margin-bottom:50px; }
.row-fluid .checkout-section .page-title h3 { font-weight:400; }
.row-fluid .checkout-section .cta-btn a { padding:12px 30px; font-weight:400; margin-top:60px; font-size:16px; } 
.row-fluid .checkout-section .cta-btn a:hover { background:transparent; }

.row-fluid .logistic-section { float:left; width:100%; padding:80px 0 120px; text-align:center; }
.row-fluid .logistic-section  .form-box { background:none; padding:0; }
.row-fluid .logistic-section .page-title h2 { font-size:46px; line-height:50px; margin-bottom:40px; font-weight:400; }
.row-fluid .logistic-section  .form-box { float:none; display:inline-block; vertical-align:top; width:600px; max-width:100%;  text-align:left; }
.row-fluid .form-box .form-columns-2 + .form-columns-1 > div > div { margin-right:0; }
.row-fluid .logistic-section  .form-box input[type="text"],
.row-fluid .logistic-section  .form-box input[type="email"],
.row-fluid .logistic-section  .form-box input[type="url"],
.row-fluid .logistic-section  .form-box input[type="tel"],
.row-fluid .logistic-section  .form-box select,
.row-fluid .logistic-section  .form-box textarea { background-color:#f7f7f7; border:1px solid #ededed; }
.row-fluid .logistic-section  .form-box .actions { text-align:center; }
.row-fluid .logistic-section  .form-box input[type="submit"] { width:auto; display:inline-block; vertical-align:top; padding:13px 40px; font-size:16px; text-transform:uppercase;  }

.row-fluid .logistic-section  .hs_blijf_op_de_hoogte_van_de_laatste_ontwikkelingen_schrijf_je_in_ { margin:15px 0; }
.row-fluid .whitepaper-left { font-size:16px; }

  .row-fluid .service-box .link-style a { font-size:17px; }

/*==============================
# evenerment page
==============================*/

.row-fluid .impect-section { float:left; width:100%; padding:20px 0 200px;  font-size:16px; line-height:30px; color:#4a4a4a; font-weight:400;  }
.row-fluid .impect-section .page-title h1 { font-weight:400; }

.row-fluid .impact-sub-section { float:left; width:100%; background-color: #e0e0e0; margin-bottom:40px; border: solid 1px #dedede;  padding:30px 50px; margin-top:40px;   font-size: 20px; line-height:30px;text-align: left;color: #4a4a4a; } 
.row-fluid .impact-title { font-weight:700;  }
.row-fluid .impact-sub-result { border-top: solid 1px #979797; margin-top:30px; padding-top:30px;  }
.row-fluid .impact-result-title { font-size: 20px; font-weight: bold; line-height: 30px; text-align: left; color:#bb001e; padding-top:10px;  }
.row-fluid .impact-sub-result .cta-btn a { font-weight:400; padding:15px 20px; width:260px; max-width:100%; }
.row-fluid .impact-sub-result .cta-btn a:hover { background:transparent; }

.row-fluid .impact-text h4 { color:#4a4a4a; font-size:20px; line-height:30px; font-weight:700; }  

.row-fluid .testimonial-container { float:left; width:100%;  }
.row-fluid .testimonial-container > span > div { float:left; width:100%; padding:40px 0 0;  }

.row-fluid .testimonial-box { float:left; width:100%; }
.row-fluid .testimonial-text,
.row-fluid .testimonial-image {  float:none; display:inline-block; vertical-align:top;   }
.row-fluid .testimonial-image {width:70px; height:70px; border-radius:50%; margin-right:15px; margin-bottom:15px;  }

.row-fluid .testimonial-text  { padding-top:5px; }
.row-fluid .testimonial-text > span {font-size: 16px;line-height:30px; text-align: left; color: #4a4a4a;}
.row-fluid .testimonial-text > h6 { font-size: 22px;font-weight: bold; line-height:30px; color: #333333; padding:0; }


/*===============================
# Over Kennisplatform
================================*/

.row-fluid .over-section { float:left; width:100%; padding:30px 0 90px;  font-size:17px; line-height:30px; font-weight:400;  color: #424d56; }
.row-fluid .over-section p { padding:0 0 30px; }
.row-fluid .over-section .page-title h1 { color:#373737; text-align:left; padding-bottom:20px; }
.row-fluid .over-section .container { padding:0 160px; }
.row-fluid .image-box img  { width:100% !important; margin-bottom:30px;  }

.row-fluid .over-section ul { margin:0; padding:0 0 30px; }
.row-fluid .over-section ul li { padding-left:40px; position:relative; list-style:none; }
.row-fluid .over-section ul li:before { content:""; position:absolute; top:13px; left:10px; width:6px; height:6px; border-radius:50%; background:#424d56; }  
 .row-fluid .over-section h4 { color:#434d56; font-size:20px; font-weight:700; line-height:24px; padding:0 0 8px;  }
 .row-fluid .over-section   i { font-size:22px; line-height:30px; color:#bb001e; font-weight:400; }
 
 
 /*======================================
 # Blog Listing 
 ========================================*/
 
 .row-fluid .blog-page { float:left; width:100%; padding:40px 0 60px;  }
  .row-fluid .blog-page .page-title h1 { text-align:left; color:#333333; padding-bottom:30px;  }
 .row-fluid .post-listing {display:block; margin:0 -15px; }
 .row-fluid .post-item { float:left; width:33.33%; padding:0 15px; margin-bottom:30px; } 
 .row-fluid .post-item .hs-featured-image-link { float:left; width:100%; height:150px; }
 .row-fluid .post-content { float:left; width:100%; padding-top:15px;  }
 .row-fluid .post-content p { padding:0; line-height:12px;  }
  .row-fluid .post-content .topic-link { color:#bb001e; font-size:12px; font-weight:400; line-height:12px;  }
 .row-fluid .post-content h2 a,
 .row-fluid .post-content h2  { color:#333; font-size:17px; line-height:24px; font-weight:400; position:relative;  }
 .row-fluid .post-content h2 a { float:left; width:100%; }
 .row-fluid .post-content h2 a > span { border-bottom:2px solid transparent; display:inline; }
 .row-fluid .post-item:hover h2 a > span { border-color:#bb001e;  }
 
 .row-fluid .post-content h2 a {padding-right:40px; }
 .row-fluid .post-content h2 a:before { content:""; transition:all 0.5s; background:url(https://cdn2.hubspot.net/hubfs/4101404/Toyota_2017/arrow-icon.png) right center ; width:25px; height:14px;  position:absolute; top:15px; right:0;  } 
 .row-fluid .post-item:hover h2 a:before { background-position:left center; }
  .hs-blog-listing .row-fluid .blog-form-box { display:none; }
  
/*.row-fluid .blog-form-box input[type="text"],
.row-fluid .blog-form-box input[type="email"],
.row-fluid .blog-form-box input[type="tel"],
.row-fluid .blog-form-box input[type="url"] { background-image:url(https://cdn2.hubspot.net/hubfs/4101404/Toyota_2017/Image/form-icon.png) !important; background-color:#fff; background-repeat:no-repeat; background-position:calc(100% - 10px) center !important;  padding-right:20px; }*/
.row-fluid .blog-form-box fieldset.form-columns-2 + fieldset.form-columns-1 > div > div { margin-right:0; } 

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

li.efficiëntwerken,
li.trendsenontwikkeling,
li.veiligwerkklimaat { display:none !important; }

.row-fluid .blog-sidebar .left-sidebar li { position:relative; }
.row-fluid .blog-sidebar .left-sidebar li a { display:block; position:relative; padding-right:20px;  }
.row-fluid .blog-sidebar .left-sidebar li a + a { position:absolute; top:8px; right:5px; opacity:0; transition:all 0.3s;}
.row-fluid .blog-sidebar .left-sidebar li a.active + a { opacity:1; }
.row-fluid .blog-sidebar .left-sidebar li:hover a,
.row-fluid .blog-sidebar .left-sidebar li a.active { text-shadow:0px 1px 0px #fff; color:#fff; }

.row-fluid .blog-sidebar h3 { font-size:22px; color:#333; font-weight:700; line-height:30px; padding:0 0 10px;  }
.row-fluid .sidebar-box { margin-top:30px; }

.row-fluid .blog-tags ul { margin:0 -3px; display:block; padding:0; }
.row-fluid .blog-tags ul li { list-style:none; display:inline-block; vertical-align:top; }
.row-fluid .blog-tags ul li a { display:inline-block; vertical-align:top; padding:5px 10px; border: solid 1px #bb001e; font-size:11px; line-height:16px; color:#bb001e; margin:3px; }
.row-fluid .blog-tags ul li a:hover,
.row-fluid .blog-tags ul li a.active { background:#bb001e; color:#fff; }


.row-fluid .white-paper-box { background:#efeff0; padding:24px 22px 30px;  color:#979292; font-size:16px; line-height:27px; font-weight:400; }
.row-fluid .white-paper-box  a {color:#979292; font-size:16px; line-height:27px; font-weight:400;padding-left:25px; position:relative; display:block;  }
.row-fluid .white-paper-box  a:before { content:"\f0f6"; font-family:"FontAwesome"; color:#bb001e; position:absolute; top:3px; left:0;  }
.row-fluid .white-paper-box  a:hover { color:#bb001e; }

.row-fluid .blog-pagination { float:left; width:100%; }
.row-fluid .blog-pagination a { color:#bb001e; font-size:17px; line-height:24px; font-weight:400;  }
.row-fluid .blog-pagination .next-posts-link { float:right; }


/*===========================
# Blog inner Page
===========================*/

.hs-blog-post .row-fluid  .blog-sidebar { display:none; }
.hs-blog-post .blog-container { float:left; width:100%; padding:0 220px; margin:0; }
.hs-blog-post .blog-title { display:none; }

.hs-blog-post .row-fluid .hubspot-editable { float:left; width:100%; padding-bottom:20px; border-bottom:1px solid #c5c5c5; margin-bottom:20px;  }
.row-fluid .post-info,
.row-fluid .hs-author-avatar {display:inline-block; vertical-align:middle; float:none; color:#979292; font-size:16px; line-height:27px; font-weight:400;  }
.row-fluid .hs-author-avatar {  width:40px; height:40px; border-radius:50%; box-sizing:border-box;  }
.row-fluid .post-info  .author-link {color:#bb001e; font-size:16px; line-height:27px; font-weight:400;   } 

.row-fluid .post-info  .author-link,
.row-fluid .post-info span { margin:5px; }

.hs-blog-post .row-fluid .post-body { color:#424d56; font-size:17px; line-height:30px; font-weight:400;  }

.hs-blog-post .row-fluid .post-body p { padding: 0 0 30px; }
.hs-blog-post .row-fluid .post-body img { width:100% !important; }
.hs-blog-post .row-fluid .post-body  ul { margin:0; padding:0 0 30px; }
.hs-blog-post .row-fluid .post-body  ul li { padding-left:40px; position:relative; list-style:none; }
.hs-blog-post .row-fluid .post-body  ul li:before { content:""; position:absolute; top:13px; left:10px; width:6px; height:6px; border-radius:50%; background:#424d56; }  
.hs-blog-post .row-fluid .post-body  h4 { color:#434d56; font-size:20px; font-weight:700; line-height:24px; padding:0 0 8px;  }
.hs-blog-post .row-fluid .post-body   i,
.hs-blog-post .row-fluid .post-body h5 { font-size:22px; line-height:30px; color:#bb001e; font-weight:400; font-style:italic; }

.hs-blog-post  .blog-cta { margin:40px 0 20px; }
.hs-blog-post  .blog-cta + p { padding:0; color:#424d56; font-size: 17px; line-height:28px; font-weight:400; }
.hs-blog-post  .blog-cta + p a { padding:0; color:#bb001e; font-size: 17px; line-height:28px; font-weight:400; }

.row-fluid .back-to-blog { float:left; width:100%; padding:40px 0; }
.row-fluid .back-to-blog a { color:#bb001e; line-height:27px; font-size:17px;  font-weight:400;  }

.row-fluid .blog-form-box { float:left; width:100%; position:relative;  }
.row-fluid .blog-form-box:before { content:"Reacties"; display:block; color:#434d56; font-size:24px; line-height: font-size:20px; margin-bottom:30px;  } 


.row-fluid .post-footer .comment-date,
.row-fluid .post-footer .comment-from  { float:none; display:inline-block; vertical-align:top; }
.row-fluid .post-footer .comment-from h4 { font-size:24px; line-height:30px; color:#bb001e; font-weight:700; text-transform:capitalize; padding:0; }
.row-fluid .post-footer .comment-date { font-size:13px; line-height:26px; color:#424d56; font-weight:400; margin-top:4px; margin-left:10px; }
.comment-reply-to  { display:inline-block; text-align:left;  width:auto; padding:10px;  }
.comment-reply-to:hover { background-color:#d0011b; color:#fff; }
.row-fluid .post-footer .comment-date + .comment-body { font-size:15px; }

.row-fluid .blog-form-box form { margin-top:40px; }
.row-fluid .blog-form-box .hs-form-required { display:inline-block; }

.row-fluid .blog-form-box input[type="text"],
.row-fluid .blog-form-box input[type="url"],
.row-fluid .blog-form-box input[type="email"],
.row-fluid .blog-form-box input[type="tel"],
.row-fluid .blog-form-box select,
.row-fluid .blog-form-box textarea { border-color:#e2e2e2; height:50px; }
.row-fluid .blog-form-box textarea { height:130px; }
.row-fluid .blog-form-box .hs-form-field > label { font-size:17px; color:#424d56; font-weight:400; line-height:18px; margin-top:5px; }

.row-fluid .related-post .post-item { width:25%; }
.row-fluid .blog-form-box .actions { text-align:center; }
.row-fluid .blog-form-box input[type="submit"]  { width:auto; display:inline-block; vertical-align:top; float:none; padding:12px 15px; border-radius:5px; font-weight:700; line-height:16px; font-size:14px;  }

.row-fluid .related-post { float:left; width:100%; background:#efeff1; padding:50px 0; }
.row-fluid .related-post .page-title h3 { padding-bottom:60px; color:#333333; font-weight:400;  }


/*==============================
# Author Page
==============================*/

.author-Page { overflow-X:hidden; }
.author-Page .row-fluid .blog-page { padding-top:0; }

.author-Page .row-fluid .blog-title,
.author-Page .row-fluid .blog-sidebar {  display:none; }

.author-Page .row-fluid .blog-container { float:left; width:100%; margin:0; }

.row-fluid .autho-box { float:none; display:block; width:100%; max-width:630px; position:relative;  padding:60px 0 90px; margin:0 auto 70px auto; font-size:17px; line-height:28px; color:#333333; font-weight:400;  }
.row-fluid .autho-box .hs-author-avatar  { width:auto; height:auto; }
.row-fluid .autho-box .hs-author-avatar img  { height:140px;  width:140px; border-radius:50%; }
.row-fluid .autho-box > div { position:relative; float:none; display:inline-block; vertical-align:middle; }
.row-fluid .autho-box > div.hs-author-bio  { margin-right:-4px; }
.row-fluid .autho-box:before { content:""; position:absolute; top:0; left:50%; display:inline-block; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; background:#efeff1; height:100%; width:500%;  }

.row-fluid .autho-box .hs-author-bio h2 { font-size:22px; line-height:24px; color:#333333; font-weight:700; padding:0 0 10px;  }
.author-Page .row-fluid  .post-item { width:25%; }

.row-fluid .don-btn { padding:4px 12px; width:100px !important; text-align:right;  }
.row-fluid .don-share .don-ico { margin:-5px -11px; height:30px; line-height:30px; text-align:center; }

/* .row-fluid .ticket-section { float:left; width:100%; padding:50px 0; }
 .row-fluid .ticket-section iframe { max-width:100%;   }*/
 
.row-fluid .ticket-section { float:left; width:100%;  position:relative;  padding:0 20px; }
.row-fluid .ticket-section iframe { position:absolute; top:0; bottom:0; left:0; right:0; margin:auto; max-width:95%;  }



.preview-slider-container .slick-slider > div {
    border: 2px solid #969696;
}
.preview-slider-container .slick-slide {
       line-height: 0;
}
.preview-slider-container .slick-prev, .preview-slider-container .slick-next {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    height: 70px;
    width: 70px;
    border-radius: 35px;
    /* border: 2px solid #eee;
    background: #fff; */
    background-color: #BB001E;
    border: 2px solid #BB001E;
    color: transparent;
}
.preview-slider-container .slick-prev {
    z-index: 1;
    left: -35px;
}
.preview-slider-container .slick-next { 
    right: -35px;
}
.preview-slider-container .slick-prev:hover, .preview-slider-container .slick-next:hover {
    background-color: #9C0019;
    border: 2px solid #9C0019;
}
.preview-slider-container .slick-prev:before {
    right: 12px;
    content: "‹";

}
.preview-slider-container .slick-next:before {
    left: 12px;
    content: "›";
}
.preview-slider-container .slick-prev:before, .preview-slider-container .slick-next:before {
    color: white;
    position: absolute;
    font-size: 49px;
    line-height: 49px;
    font-weight: 400;
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    top: 50%;
    margin-top: -27px;
}
.preview-slider-container button.slick-prev, .preview-slider-container button.slick-next {
    display: none;
}
.preview-cta-container {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 70px;
}

.preview-slider-container .slick-slider {
    margin: 0 auto 20px;
    overflow: hidden;
    padding: 0;
    width: 600px;
    max-width:100%;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { background:transparent; }
 
.row-fluid .preview-slider-container .slick-dots li button::before  { display:none !important; }

@media  (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
    
  .row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px  }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 0 10px 0; }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 0 10px; }
  
}


@media (min-width:991px){
    .row-fluid .blog-freed-container { padding:0 60px; }
.row-fluid .rss-container { padding:0 10px; }
}

@media (min-width:768px){
.row-fluid .left-header .main-logo,
.row-fluid .left-header .mainmenu  {  float:none; display:inline-block; width:auto; vertical-align:middle;   }
.row-fluid .header-cta,
.row-fluid .left-header  {  float:none; display:inline-block; vertical-align:middle;  }
.row-fluid .header-cta { margin-right:-4px; }
.row-fluid .header-cta { text-align:right; }
.row-fluid .right-box { padding-left:30px; }
.row-fluid .header-cta { text-align:right; }
.row-fluid .header-cta .cta-btn ,
.row-fluid .header-cta .search-icon { width:auto; float:none; display:inline-block; vertical-align:top;   }
.row-fluid .header-cta .cta-btn { max-width:190px; }
.row-fluid .left-header .mainmenu .hs-menu-wrapper > ul > li > a:before { content:""; position:absolute; transition:all 0.5s; bottom:-35px; right:0; width:0%; height:3px; background:#bb001e;  }
.row-fluid .left-header .mainmenu .hs-menu-wrapper > ul > li:hover > a:before,
.row-fluid .left-header .mainmenu .hs-menu-wrapper > ul > li.active > a:before  { right:auto; left:0; width:100%; }
.row-fluid .intro-content { padding-right:30px; }


.row-fluid .event-content  { padding-right:10%; float:right; font-size:17px; }
.row-fluid .whitepaper-inner { float:left; width:100%; padding-left:130px; padding-right:130px; }

.row-fluid .process-container > span { display:block; margin:0 -20px; }
.row-fluid .process-container > span > div { float:left; width:33.33%; padding:0 20px;  }
 .row-fluid .ebook-section .list-style { margin-left:-110px; }
 .row-fluid .logistic-section .form-box fieldset { margin-bottom:6px; }
.row-fluid .impect-section .container { padding: 0 60px; }

.row-fluid .impact-inner { padding:0 50px; }




/*.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:after { position:absolute; color:#e4b43a; content:"\f107"; display:inline-block; vertical-align:middle; font-family:"fontawesome"; top:10px; right:0; }
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal >ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:after { display:none; }*/

.row-fluid .mainmenu ul > li > ul {  width:180px; top:63px; padding:5px; background:#fff; box-shadow:0px 4px 15px rgba(0,0,0,0.2); }
.row-fluid .mainmenu ul > li > ul > li { line-height:0; border-bottom:1px solid #bb001e; background:#fff; }
.row-fluid .mainmenu ul > li > ul > li:first-child { position:relative; }
.row-fluid .mainmenu ul > li > ul > li:first-child:before { content:""; position:absolute; top:-63px; left:0; width:100%; height:63px;  }
.row-fluid .mainmenu ul > li > ul > li:last-child { border-bottom:0; }
.row-fluid .mainmenu a { -webkit-transition:inherit; -moz-transition:inherit; -o-transition:inherit; transition:inherit; transition:all 0.5s; }
.row-fluid .mainmenu ul > li > ul > li > a { color:#333 !important;  font-size:13px; font-weight:bold; text-transform:none; padding:10px !important; line-height:20px; display:block; white-space:normal !important; }
.row-fluid .left-header  .mainmenu ul > li > ul > li > a:hover { background:#bb001e ; color:#fff !important;  }



}

@media (min-width: 1366px){
    .row-fluid .footer-section .container { position:relative; width:100%; padding:0 100px;  }
    .row-fluid .footer-link { position:absolute; text-align:center; top:0; left:50%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);;  }
    .row-fluid .social-icon { float:right; }

}

@media (max-width:991px){
    .row-fluid .intro-section .page-title h3 { margin-bottom:0; }
}


@media (min-width: 992px) and (max-width: 1200px){
    
    .row-fluid .container {  width:920px; } 
    
    .row-fluid .header-cta .cta-btn { max-width:170px; }
    .row-fluid .header-cta .cta-btn  a { font-size:13px; padding:10px; }
    .row-fluid .left-header .mainmenu .hs-menu-wrapper > ul > li { margin-left:20px; }
    .row-fluid .whitepaper-inner { padding-left:100px; padding-right:100px; }
    
    
    .row-fluid .ebook-section .list-style { margin-left:-50px; }
.row-fluid .ebook-section .list-style { padding-top:30px; }
.row-fluid .ebook-section .page-title h3 { margin-bottom:10px; }  

.row-fluid .logistic-section .page-title h2 { font-size:40px; }
.row-fluid .over-section .container { padding:0 100px; }
.hs-blog-post .row-fluid .blog-container { padding:0 100px; } 
    
}

@media (max-width:991px){
  
    .row-fluid .contact-section .page-title h2 { padding:0 0 30px; }
    
    .row-fluid .contact-section { padding:50px 0; }
    .row-fluid .contact-image { text-align:center; }
    .row-fluid .form-box { padding:20px; }
    
    .row-fluid .hero-section { padding:50px 0; }
    .row-fluid .hero-section .search-box { margin-top:30px; }
    
    .row-fluid .intro-section { padding:50px 0 60px; }
    .row-fluid .intro-section .page-title h3 { padding-bottom:12px; }
    .row-fluid .feed-section { padding:50px 0; }
 .row-fluid .service-section { padding:50px 0; }
 
 .row-fluid .mobile-filter { display:block; cursor:pointer; font-size:16px; font-weight:700; color:#333333; padding-right:30px; background:url(https://cdn2.hubspot.net/hubfs/4101404/Toyota_2017/Image/filter-icon.png) no-repeat center; background-position:calc(100% - 12px);  }
 .row-fluid .filter-box { display:none; }
 
 .row-fluid .event-container,
 .row-fluid .left-sidebar { float:left; width:100%; margin:0;  }
  .row-fluid .left-sidebar { background:#efeff0; padding:15px 13px;   margin:0 0 25px;  }
  .row-fluid .left-sidebar label { display:none; }
  .filter-box li { border-bottom:1px solid #bb001e; padding:5px;  }
  .row-fluid .left-sidebar ul li a { color:#333333; display:block; }
  .filter-box li:last-child {border:none;  }
  
  .row-fluid .download-container  { float:left; width:100%; padding:0; margin:0; }
  .row-fluid .whitepaper-section { padding:60px 0; }
  .row-fluid .whitepaper-section .page-title { margin-bottom:30px; }
  .row-fluid .page-title .mini-title { font-size:20px; }
  
.row-fluid .whitepaper-section { padding:60px 0;  }
.row-fluid .ebook-section .list-style { margin-left:-50px; }
.row-fluid .ebook-section .list-style { padding-top:30px; }
.row-fluid .ebook-section .page-title h3 { margin-bottom:10px; }  
 
 .row-fluid .logistic-section .page-title h2 { font-size:36px; line-height:40px; }  
 
 .row-fluid .process-section { padding:50px 0; }
 .row-fluid .process-section .page-title h3 { padding-bottom:30px; }
 .row-fluid .process-title { font-size:18px; }
 .row-fluid .ebook-section .list-style ul li { font-size:18px; line-height:26px; }
 
 .row-fluid .checkout-section { padding:50px 0; }
 .row-fluid .checkout-section .page-title { margin-bottom:20px; }
 
 .row-fluid .logistic-section { padding:50px 0 60px; }
 .row-fluid .checkout-section .cta-btn a { margin-top:30px; }
 .row-fluid .logistic-section .page-title h2 { margin-bottom:25px; }
 
 .row-fluid .impect-section { padding:20px 0 40px; }
 .row-fluid .impact-sub-section { font-size:16px; padding:20px 25px; margin:20px 0; }
 .row-fluid .impact-sub-section { text-align:center; }
  .row-fluid .impact-sub-title { margin-top:15px; }
  
  .row-fluid .impact-sub-result { padding-top:20px; margin-top:20px; }
  .row-fluid .impact-result-title { text-align:center; margin-bottom:20px;  }
  .row-fluid .over-section .container { padding:0 70px; }
  .row-fluid .over-section { font-size:18px; }
  .row-fluid .over-section i { font-size:20px; }
  .row-fluid .over-section { padding:30px 0 60px; }
  
  .row-fluid .blog-container,
  .row-fluid .blog-sidebar { float:left; width:100%;  margin:0; }
  .row-fluid .blog-sidebar .left-sidebar { background:#333333 ; }
  .row-fluid .blog-sidebar .left-sidebar label { display:block; }
  .row-fluid .blog-sidebar .left-sidebar ul li a { color:#fff; }
  
  .row-fluid .blog-page { padding:24px 0 30px; }
  .row-fluid .blog-page .page-title h1 { font-size:30px; line-height:36px; padding-bottom:24px;  }
  .row-fluid .sidebar-box { margin-top:0; }
  .row-fluid .blog-tags { margin-bottom:30px; }
  
  .row-fluid .blog-links { float:left; width:100%; margin:60px 0 0; }
  .row-fluid .white-paper-box { margin-bottom:12px;}
  .row-fluid .white-paper-box h3 { color: #333; font-size: 22px; font-weight: 700;line-height: 30px; padding: 0 0 10px;}
  .hs-blog-post .row-fluid .blog-container { padding:0 40px; } 
  
    .row-fluid .related-post .post-item ,
    .author-Page .row-fluid .post-item { width:50%; }
    
    .author-Page .blog-links { display:none; }
    .row-fluid .over-section ul li::before { top:10px; }
    .hs-blog-post .row-fluid .post-body  ul li:before  { top:12px; }
  .row-fluid .event-section .left-sidebar ul li a + a { display:none; }
}

@media (min-width: 768px) and (max-width: 991px){
    
    .row-fluid .container {  width:720px; } 
    
    .row-fluid .main-logo,
    .row-fluid .mainmenu { float:left; width:100%; margin:0; }
    .row-fluid .left-header .mainmenu .hs-menu-wrapper > ul > li { margin-left:0; margin-right:10px; }
        .row-fluid .header-cta a { padding:10px; font-size:12px; } 
        .row-fluid .header-cta, .row-fluid .left-header,
        .row-fluid .left-header .main-logo, 
        .row-fluid .left-header .mainmenu { vertical-align:top; }
        .row-fluid .search-icon { padding:10px 0 20px; }
        .row-fluid .left-header .mainmenu .hs-menu-wrapper > ul > li > a::before { bottom:-21px; }
        .row-fluid .left-header .mainmenu { margin-top:10px; }
        .row-fluid .search-box form { top:50px; }

  .row-fluid .footer-link a { display:block; border:none;  }
  
  .row-fluid .feed-section .page-title h3 { padding: 0 0 30px; }
  .row-fluid .rss-box h3 { font-size:20px; line-height:22px; }
  
  .row-fluid .whitepaper-inner { padding:0; }

  
}

@media (min-width: 30px) and (max-width: 767px){
    
    .row-fluid .container { width:100%; padding:0 20px; float:left !important; }    
    
    .row-fluid .footer-section,
    .row-fluid .social-icon { text-align:center; }
    .row-fluid .social-icon { margin-top:20px; }

    .row-fluid a.mobile-trigger { padding:0; background:none; }
    .row-fluid .header-cta { display:none; }
    .row-fluid .header-top { overflow:visible; }
    
    .row-fluid .mainmenu .hs-menu-flow-horizontal { background:#fff; }
    .row-fluid .header-top { padding:15px 0; }
    
    .row-fluid .main-logo img { max-width:100px;  }
    
    .row-fluid .mainmenu.js-enabled .hs-menu-flow-horizontal { top:68px; box-shadow:0 2px 8px 0 rgba(0, 0, 0, 0.15) inset;  }
     .row-fluid .mainmenu .hs-menu-flow-horizontal { padding:20px;  }
     .row-fluid .left-header .mainmenu .hs-menu-wrapper > ul > li { margin-left:0; }
     .row-fluid  a.mobile-trigger { top:25px;   text-align:center !important;  }
     
     .row-fluid .contact-section ,
     .row-fluid .contact-section .page-title h2 { text-align:center;  }
     
     .row-fluid .right-box { margin-top:40px; }
     .row-fluid .hero-section { padding:50px 0; }
     .row-fluid .hero-section  .page-title,
     .row-fluid .hero-section  .page-title h1 { text-align:left; }
     .row-fluid .page-title h1 { font-size:26px; line-height:30px; }
     .row-fluid .page-title { font-size:20px; line-height:24px;   }
     .row-fluid .page-title br { display:none; }
     
     .row-fluid div.mobile-trigger  {color: #000;cursor: pointer;left: auto;padding-right: 40px; position: absolute; right: 20px;top: 25px;width: auto;z-index: 2147483647;}
     .row-fluid .footer-link a { display:inline-block; vertical-align:top; line-height:12px; }

     div.mobile-trigger { display:block; } 
     
.row-fluid .hero-section .search-box input::-webkit-input-placeholder { opacity:1; color:#b7b7b7; font-family:"Titillium Web",sans-serif; font-weight:400; font-size:18px;  }
.row-fluid .hero-section .search-box input::-moz-placeholder { opacity:1; color:#b7b7b7; font-family:"Titillium Web",sans-serif; font-weight:400; font-size:18px;  }
.row-fluid .hero-section .search-box input:-ms-input-placeholder { opacity:1; color:#b7b7b7; font-family:"Titillium Web",sans-serif; font-weight:400; font-size:18px;  }
.row-fluid .hero-section .search-box input:-moz-placeholder { opacity:1; color:#b7b7b7; font-family:"Titillium Web",sans-serif; font-weight:400; font-size:18px;  }
.row-fluid .hero-section .search-box form input[type="text"] { padding-right:10px; height:70px; font-size:18px;  }

.row-fluid .page-title h3 { font-size:24px; line-height:30px; }
.row-fluid .post-listing {margin:0; }



.row-fluid .rss-box .hs-rss-module,
.row-fluid .feed-section .link-style { display:none; }  
.row-fluid .rss-box h3 { float:left; width:100%; margin:0;  }

.row-fluid .feed-section .page-title h3 { padding: 0 0 30px; font-size:30px;   }
.row-fluid .rss-box h3 { padding:20px 30px 20px 0; border-top:1px solid #878787; position:relative; line-height:25px;   }
.row-fluid .rss-container:last-child h3 { border-bottom:1px solid #878787; } 

.row-fluid .rss-box h3:before{ content:""; transition:all 0.5s; background:url(https://cdn2.hubspot.net/hubfs/4101404/Toyota_2017/arrow-icon.png) right center ; width:25px; height:14px;  position:absolute; top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; right:0;  } 
.row-fluid .rss-box h3:hover:before { background-position:left center; } 
 

 .row-fluid .service-box { margin-bottom:50px; }
 .row-fluid .service-box:last-child { margin-bottom:0; }

 
.row-fluid .event-image { height:200px !important; margin-bottom:5px; }
.row-fluid .event-content { font-size:17px; }
.row-fluid .event-section .page-title h1 { padding-bottom:25px; }
.row-fluid .event-box { text-align:center; width:100%; }
.event-box > .row-fluid { display: inline-block;float: none;max-width: 100%;vertical-align: top;width: 400px; text-align:left; }

.row-fluid .download-box { width:49%; }

.row-fluid .whitepaper-section .form-box { margin-top:30px; }
 .row-fluid .logistic-section .page-title h2 { font-size:30px; line-height:40px; }   

.row-fluid .image-center { text-align:center; }
.row-fluid .ebook-section .list-style { margin-left:0; }
.row-fluid .checkout-section .page-title h3 { font-size:30px; }
.row-fluid .over-section .container { padding:0 20px; }
.row-fluid .over-section { font-size:16px; line-height:24px; }
.row-fluid .over-section i { font-size:18px; line-height:30px; }

.row-fluid .post-item { width:50%; }
.hs-blog-post .row-fluid .blog-container { padding:0; }

.hs-blog-post .row-fluid .blog-page .page-title h1 { font-size:30px; line-height:36px; padding-bottom:10px; }
.row-fluid .autho-box { padding:40px 0; margin-bottom:40px; text-align:center; }
.row-fluid .autho-box .hs-author-avatar { padding-bottom:20px; }

.row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span,
.row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span::after { background-color:#bb001d !important; }

}


@media (max-width:500px) {
    
    #container { margin:0; }
    .row-fluid .download-box { width:100%; text-align:center; }
    .download-inner-box { float:none; display:inline-block; vertical-align:top; width:330px; max-width:100%; }
    .row-fluid .post-item { width:100%; padding:0; }
     .row-fluid .related-post .post-item ,
    .author-Page .row-fluid .post-item { width:100%; }
    
    .row-fluid .hero-section .search-box form input[type="text"] { height:50px; font-size:16px; padding-left:40px; }
    .row-fluid .hero-section .search-box img.fa-search { width:20px; left:10px;  }
    .row-fluid .hero-section .page-title h1 { font-size:30px; }
    
.row-fluid .search-box input::-webkit-input-placeholder { opacity:1; color:#333; font-family:"Titillium Web",sans-serif; font-weight:600; font-size:20px; letter-spacing:0px; }
.row-fluid .search-box input::-moz-placeholder {opacity:1; color:#333; font-family:"Titillium Web",sans-serif; font-weight:600; font-size:20px; letter-spacing:0px; }
.row-fluid .search-box input:-ms-input-placeholder {opacity:1; color:#333; font-family:"Titillium Web",sans-serif; font-weight:600; font-size:20px; letter-spacing:0px; }
.row-fluid .search-box input:-moz-placeholder {opacity:1; color:#333; font-family:"Titillium Web",sans-serif; font-weight:600; font-size:20px; letter-spacing:0px; }

.home-page  .row-fluid .search-box input { font-size:16px !important; letter-spacing:0px;  }
.home-page  .row-fluid .search-box input::-webkit-input-placeholder { opacity:1; color:#989292; font-family:"Titillium Web",sans-serif; font-weight:600; font-size:16px !important; letter-spacing:0px; }
.home-page  .row-fluid .search-box input::-moz-placeholder {opacity:1; color:#989292; font-family:"Titillium Web",sans-serif; font-weight:600; font-size:16px !important; letter-spacing:0px; }
.home-page  .row-fluid .search-box input:-ms-input-placeholder {opacity:1; color:#989292; font-family:"Titillium Web",sans-serif; font-weight:600; font-size:16px !important; letter-spacing:0px; }
.home-page  .row-fluid .search-box input:-moz-placeholder {opacity:1; color:#989292; font-family:"Titillium Web",sans-serif; font-weight:600; font-size:16px !important; letter-spacing:0px; }


.row-fluid .intro-section { padding:30px 0 40px; }
.row-fluid .rss-box h3 { font-size:20px; }
.row-fluid .blog-form-box .actions { text-align:left; }

.row-fluid .event-section { padding-bottom:0; }
    
}

@media (min-width: 768px){

  a.mobile-trigger, span.child-triggerm {
      display: none !important; /* Hide button on Desktop */
  }
  
  div.mobile-trigger { display:none; }
  
  .row-fluid .mainmenu .hs-menu-wrapper { 
      display: block !important;
  }

}

@media (max-width: 767px){

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

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


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .mainmenu, .mainmenu *{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #bb001d;
    }


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

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 42px;          /* Position Button at top right of screen  */
      right: 15px;        /*******************************************/
      width: 44px; /* Button width */
      height: 44px; /* Button height */      
      padding: 12px 10px;
      background: #bb001d; /* Background color */
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      border-radius: 6px;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
  }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #fff;
  }

  a.mobile-trigger span{
      display: inline;
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: #bb001d;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1; 
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -2px;
      margin-left: 0;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 24px; /* Icon line width */
      height: 3px; /* Icon line height */
      background-color: #bb001d; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -8px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 8px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

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

  span.child-triggerm {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 55px !important;
      height: 45px !important; /* Button height */  
      padding: 0 !important;
      border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  span.child-triggerm:hover {
      text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  span.child-triggerm span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm span:after {
      position: absolute;
      content: '';
  }
  span.child-triggerm span, span.child-triggerm span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #bb001d; /* Icon color */
      display: block;
  }
  
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span:after { background-color: #fff; }
  
  span.child-triggerm span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);

      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

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


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

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

  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 42px;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
      -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65); 
  }
  .mainmenu .hs-menu-flow-horizontal{
      padding: 40px 0 0 0; /* Padding to add room for close button */
      background-color: #bb001d; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .mainmenu .hs-menu-flow-horizontal > ul > li a{
      font-size: 18px; /* Font size of top level list items */
      line-height:40px;
      overflow: visible;
  }

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

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

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

  /* White space social media icon
     ========================================================================== */ 
     
     .white-space
     {
         margin-bottom: 20px;
     }
