/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0
   ========================================================================== */


/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */


/* ==========================================================================
   1. EXTERNAL RESOURCES
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */

/*
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&family=Teko:wght@300;400;500;600;700&display=swap');
*/

@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&family=Teko:wght@300;400;500;600;700&family=Roboto+Slab:wght@900&display=swap');

/*@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'); */
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');

@font-face {
	font-family: "Play";
	font-style: normal;
	font-weight: normal;
	src: url("https://3470396.fs1.hubspotusercontent-na1.net/hubfs/3470396/Evolution_Wheel_September2017_Theme/fonts/PlayRegular.eot"),
		 url("https://3470396.fs1.hubspotusercontent-na1.net/hubfs/3470396/Evolution_Wheel_September2017_Theme/fonts/PlayRegular.woff") format("woff"),
		 url("https://3470396.fs1.hubspotusercontent-na1.net/hubfs/3470396/Evolution_Wheel_September2017_Theme/fonts/PlayRegular.ttf") format("truetype")
}
@font-face {
	font-family: "Teko";
	font-style: normal;
	font-weight: 500;
	src: url("https://3470396.fs1.hubspotusercontent-na1.net/hubfs/3470396/Evolution_Wheel_September2017_Theme/fonts/TekoMedium.eot"),
		 url("https://3470396.fs1.hubspotusercontent-na1.net/hubfs/3470396/Evolution_Wheel_September2017_Theme/fonts/TekoMedium.woff") format("woff"),
		 url("https://3470396.fs1.hubspotusercontent-na1.net/hubfs/3470396/Evolution_Wheel_September2017_Theme/fonts/TekoMedium.ttf") format("truetype")
}
@font-face {
   font-family: "tekosemibold";
   font-style: normal;
   font-weight: normal;
   src: url("https://3470396.fs1.hubspotusercontent-na1.net/hubfs/3470396/Evolution_Wheel_September2017_Theme/fonts/tekosemibold/teko-semibold-webfont.eot#iefix") format("embedded-opentype"),
        url("https://3470396.fs1.hubspotusercontent-na1.net/hubfs/3470396/Evolution_Wheel_September2017_Theme/fonts/tekosemibold/teko-semibold-webfont.woff2") format("woff2"),
        url("https://3470396.fs1.hubspotusercontent-na1.net/hubfs/3470396/Evolution_Wheel_September2017_Theme/fonts/tekosemibold/teko-semibold-webfont.woff") format("woff"),
        url("https://3470396.fs1.hubspotusercontent-na1.net/hubfs/3470396/Evolution_Wheel_September2017_Theme/fonts/tekosemibold/teko-semibold-webfont.ttf") format("truetype");
}
/* EX: @import url('http://example.com/example_style.css'); */

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

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

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

/* Vertical Menu
   ========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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

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

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


/* ==========================================================================
   2. BASE STYLES
   ========================================================================== */

/* =============== Base =============== */

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
    background-color: #000;
    color: #333;
    font-family: 'Play';
    font-size: 16px;
    line-height:19px;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: auto !important;
    background-repeat:no-repeat;
    background-position: center center !important;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1170px;
  margin: 0 auto;
}

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


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

/* Basic text */
p {}
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h6 {
    font-family: 'Teko';
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 46px;
    line-height:50px;
    font-weight:500;
    color:#333;
}
h2 {
    color: #e79024;
    font-size: 40px;
    line-height:44px;
    font-weight:500;
}
h3 {
    font-size: 24px;
    font-weight: 500;
    color:#333;
    line-height:26.4px;
}
h4 {
    font-size: 18px;
    font-weight: 500;
    color:#333;
    line-height:19.8px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h5 {
    font-size: 14px;
    font-weight: 500;
    color:#333;
    line-height:15.4px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h6 {
    font-size: 12px;
    font-weight: 500;
    color:#333;
    line-height:13.2px;
}

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

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
   3. COS STRUCTURE
   ========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper,
.body-container-wrapper,
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container,
.body-container,
.footer-container {}

.hs-theme-page .body-container .page-center{
    padding:25px 15px;
    background:#fff;
}
.hs-theme-page .body-container{
    padding:25px 0;
}
.hs-form-width,
.hs-form-width .form-title{
    max-width:500px !important;
}
/* =============== Header =============== */

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

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

.custom-header-wrapper{
    visibility: visible;
    animation-name: fadeInDown;
    background: none;
    border: 0;
    z-index: 9999999;
    border-radius: 0px;
    height: auto;
    padding: 20px 0 0 20px;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
    margin:20px 0 20px 0;
    position: fixed;
    top: 10px !important;
    width:100% !important;
}
.container-fluid .row-fluid .custom-header-wrapper .page-center {
    padding: 0;
}
.custom-header-wrapper .page-center{
    padding: 0 15px;
}
.custom-logo {
    margin: 10px 0 0 0;
    width:auto !important;
    transition: all .5s ease;
    padding-left:15px;
}
.custom-logo a:hover {
    text-decoration:none;
}
.custom-logo img{
    max-width:226px !important;
}
.scroll-header .custom-header-wrapper {
    visibility: visible;
    animation-name: fadeInDown;
    border: 0;
    z-index: 9999999;
    border-radius: 0px;
    background: rgba(0, 0, 0, 0.7) !important;
    top: 0;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    min-height: 50px !important;
    margin-bottom: 20px;
    padding:0 !important;
    top:0 !important;

}
.scroll-header .custom-menu-primary .hs-menu-wrapper > ul{
    margin:0 !important;
    background:none !important;
}
.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding: 24px 0;
}
.scroll-header .custom-social-icons .h-f{
    margin-top: 22px;
}
.scroll-header .custom-logo{
    margin-top:5px;
    padding: 7px 15px;
}
.scroll-header .banner-image{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.banner-image.banner-image-sysPage {
    min-height: 250px !important;
    height:auto !important;
}
.banner-image {
    min-height:100vh;
    height: 100vh !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin: -1px 0 0px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    position:relative;
}
.banner-content{
    width: 100%;
}
.banner-image .page-center{
    text-align: center;
}
.banner-image h1 {
    font-size: 140px;
    line-height: 0.8em;
    padding: 0 0 0.1em;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
}
.banner-image p {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    padding: 0 100px;
    margin: 10px 0;
    font-family: 'Play';
    font-weight: 500;
    display:block;
}
.custom-social-icons{
    margin: 0 !important;
    width: auto !important;
}
.custom-social-icons .h-f {
        margin-top: 17px;
        width: 40px !important;
        float: left;
        border-left: 2px solid #fff;
        font-family: 'Teko';
        text-align: center;
}
.custom-social-icons .h-f .fa-facebook {
        padding: 0;
        background: none;
        font-size: 14px;
        border-radius: 0;
        line-height: 20px;
        color:#fff;
}
.custom-social-icons .fa-facebook{
    color: #fff;
    text-align: center;
    width: 24px;
}
.fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}
.fa-facebook-f:before, .fa-facebook:before {
        content: "\f09a";
}
.fa-twitter:before {
        content: "\f099";
}
.fa-youtube:before {
        content: "\f167";
}
.fa-instagram:before {
        content: "\f16d";
}
a.h-f.social-border-none {
        border: none;
}
.h-f .fa-twitter {
        background: none;
        font-size: 14px;
        line-height: 20px;
        color:#fff;
}
.h-f .fa-youtube {
        background: none;
        font-size: 14px;
        line-height: 20px;
        color:#fff;
}
.h-f .fa-instagram {
        background: none;
        font-size: 14px;
        line-height: 20px;
        color:#fff;
}
.h-f .fa-facebook:hover {
        color: #e79024;
}
.h-f .fa-twitter:hover {
        color: #e79024;
}
.h-f .fa-youtube:hover {
        color: #e79024;
}
.h-f .fa-instagram:hover {
        color: #e79024;
}
.fa-facebook-f:before, .fa-facebook:before:hover{
     color: #e79024;
}
.scroll-header .custom-header-lp .custom-logo {
    padding-bottom: 12px;
}
/* Custom Button Styles Begin Here */
/* Added Keyframe for the slideInRight animation */
@keyframes slideInRight {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0%);
    }
}

/* Common styles for both buttons */
#floatingButtonCallUs, #floatingButtonQuote {
    position: fixed;
    background-color: #e79024 !important;
    color: #fff;
    padding: 15px;
    width: calc(50% - 8px);
    height: 80px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
    border: 1px solid #fff;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*animation: slideInRight 0.5s ease-out;*/
    animation:unset !important;
    text-align: center;
}

#floatingButtonCallUs h3, #floatingButtonQuote h3 {
    margin: 0;
    color: #fff;
}

#floatingButtonCallUs p {
    margin: 0;
    display: flex;
    align-items: center;
}

/* Styling for the a tag within the buttons */
.hs-call-email.custom-button.a.email-modal {
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    background-color: #e79024 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 15px;
    margin: 0;
    border: none;
    border-radius: 4px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    #floatingButtonCallUs {
        bottom: 10px;
        left: 2%;
        transform: none;
        background-color: #000 !important;
        color: #e79024;
    }
    #floatingButtonCallUs a {
        color: #e79024;
        font-size: 3.5vw;
    }
    #floatingButtonQuote {
        bottom: 10px;
        right: 2%;
        transform: none;
    }
    #floatingButtonQuote a {
        font-size: 2.5vw;
        padding: 5px 0;
        line-height: 1;
    }
  
    body #hubspot-messages-iframe-container {
        bottom: 90px !important;
    }
}

@media (max-width: 600px) {
    #floatingButtonCallUs a {
        font-size: 3vw;
    }
    #floatingButtonQuote a {
        font-size: 2vw;
    }
}

@media (min-width: 1025px) {
    #floatingButtonCallUs {
        left: calc(50% - 150px);
        bottom: 20px;
        width: 300px;
        transform: translateX(-50%);
        background-color: #000 !important;
        border: 3px solid #e79024;
    }
    #floatingButtonCallUs a {
        color: #e79024;
        font-size: 34px;
    }
    #floatingButtonQuote {
        right: calc(50% - 150px);
        bottom: 20px;
        width: 300px;
        transform: translateX(50%);
        border: 3px solid #000;
    }
    #floatingButtonQuote a {
        font-size: 28px;
        line-height: 1;
    }
}
/* =============== Content =============== */

.body-container-wrapper {}

.body-container-wrapper h2 {
    font-size:110px;
    line-height:.8em;
}

.body-container-wrapper h3 {
    font-size:80px;
    line-height:.8em;
}

.body-container-wrapper h4 {
    font-size:60px;
    line-height:.8em;
}

.body-container-wrapper h5 {
    font-size:40px;
    line-height:.8em;
}

.body-container {}

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


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

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

.custom-footer-wrapper{
    background: #000;
    color: #fff;
    text-align: inherit;
    min-height:48px !important;
}
.custom-footer-wrapper .page-center{
    padding:0 15px;
}
.custom-copyright p{
    padding:15px 0;
    margin: 0;
    font-size: 14px;
    line-height:16.8px;
    font-family: 'Play';
    font-weight:500;
    display: block;
}
.custom-footer-logo {
    text-align: right;
}
.custom-footer-logo p{
    padding: 15px 0;
    margin: 0;
    font-size: 14px;
    font-family: 'Play';
    line-height:16.8px;
    font-weight:500;
    display: block;
}
.custom-footer-logo img {
    padding: 4px 0px 4px 8px;
    display: inline;
}
/* ==========================================================================
   4. MAIN NAVIGATION
   ========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */



/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1024px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul {
        display:block !important;
    }
    .custom-menu-primary {
        margin: 0px !important;
        width:auto !important;
        padding: 0 15px;
        float: right !important;
}

.custom-menu-primary .hs-menu-wrapper > ul{
    margin: 5px 0 0 0 !important;
    float: right !important;
    background: rgba(0, 0, 0, 0.7);
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    border-bottom: 3px solid #303030;
    border-color: rgba(0, 0, 0, 0);
    clear: inherit;
    margin: 0 15px;
    float: left;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size: 18px;
    position: relative;
    display: block;
    padding: 19px 0 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    font-family: 'Teko';
    text-decoration:none;
    font-weight:500;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch:not(:last-of-type){
    border-bottom: 3px solid #e79024;
    padding: 0px !important;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    position: absolute;
    top: 100%;
    margin-top: 3px;
    background: #303030 !important;
    padding: 0px;
    min-width: 90px;
    width: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    min-width: 170px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-align: left;
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    padding:5px 10px;
    font-size:18px;
    color:#fff;
    line-height: 1.42857143;
    font-family: 'Teko';
    text-transform:uppercase;
    font-weight: 500;
    text-decoration:none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #e79024;
    background: none;
}


}


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

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

@media (max-width:1023px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

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

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

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#e79024;
    background-color: #fff;
    border-color:#e79024;
  }

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

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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

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

  .custom-menu-primary.js-enabled{
    position: relative;
    margin: 10px 0 10px 0;
    width: 100% !important;
  }

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

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

  /* Mobile Menu Styles */
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top:-10px;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background: rgba(0, 0, 0, 0.7);
    width: 100% !important; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
   .custom-menu-primary .hs-menu-wrapper > ul{
        float: none;
        margin-top: 0;
        width: 100%;
        padding-bottom: 10px;
        border-top: 1px solid #e7e7e7;
   }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
        border-color: rgba(0, 0, 0, 0);
        padding-bottom: 0px;
        float: none !important;
        position: relative;
        display: block;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
        margin: 0 5px;
        font-size: 16.7px;
        line-height:20px;
        position: relative;
        display: block;
        padding: 19px 0 14px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family: 'Teko';
        font-weight:500;
        text-align: center;
        border-bottom: 3px solid transparent;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul > li > a{
        font-size: 16.7px !important;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li:hover{
        padding: 0px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
  .custom-menu-primary .hs-menu-wrapper > ul li.active-branch:not(:last-of-type) > a{
    color: #fff;
    border-bottom: 3px solid #e79024;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
     background: #171c2e !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        padding: 9px 10px 3px;
        text-align: center;
        font-family: 'Teko';
        font-weight: 500;
        color: #fff;
        letter-spacing: 0;
  }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
        color: #e79024 !important;
        background: none;
  }
  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
     /* Indent Child lists */
  }

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


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

.custom_listing_comments {
    padding: 10px;
    border: 1px solid #ccc;
}
span.filter-link-count {
    display: none;
}
/* Blog Post and Listing Body Class */
body.blog {}

/* Blog Post */
body.hs-blog-post {}

/* Blog Listing */
body.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* Blog Content Column
   ========================================================================== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 20px;
    padding: 0 0 30px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {
    display:inline-block;
    padding:20px 0;
}

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

/**
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping
 */


/**
 * Blog Commments
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}


/* -------------- Default Code for comment ------------ */

#comments-listing {
   border: 1px solid #ccc;
   margin-bottom: 30px;
   margin-top: 30px;
}


.comment.depth-0 {
   border-bottom: 1px solid #000 !important;
   border-top: medium none !important;
   margin: 0 10px 10px !important;
   padding: 0 15px !important;
}

.comment-body {
   border-bottom: medium none;
   color: ;
   display: block;
   font-family: ;

   font-size: ;

 line-height: ;
   padding: 0;
}

.comment-reply-to{
 margin-bottom: 15px;
}

.comment-from h4 {
   margin: 0;
   padding-top: 15px;
}

.comment-date {
   color:  !important;
   display: block !important;
   text-align: left !important;
}

/* -------------------- Ends ----------- */

/* -------------- Default Code for Author Bio ------------ */

#hubspot-author_data .hs-author-avatar {
max-width: 70px;
padding: 10px 10px 10px 0;
}

#hubspot-author_data .hs-author-avatar img {
height: auto !important;
max-width: 100%;
}

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

#comments-listing.no-comments {
   border: none;
}



.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {
	display:block;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/**
 * Blog Author Page
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {}

/**
 * Blog All Posts Page
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}
.blog-sidebar h3,
.blog-sidebar h3.form-title{
    font-size: 20px;
    line-height:24px;

}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}



.blog .blog-sidebar .widget-span {
    padding: 0 0 25px;
}
#comments-listing.no-comments {
   border: none;
}

/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}
.hs-author-social-section{
   margin: 15px 0 0 0;
}
/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
   6. FORMS
   ========================================================================== */
.form-title{
    font-weight: 500;
    line-height: 1.1;
    color: #e79024;
    text-align: center;
    font-size: 29px;
    margin: 30px 0;
    font-family: 'Play';
}
ul.hs-error-msgs.inputs-list {
    color: #e79024;
    margin: 2px 0 0;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}
.hs-home-page .hs-form-field {
    padding: 5px 10px !important;
}
.hs-theme-page .hs-form-field {
    padding-left: 0;
    padding-right: 0;
}
/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {
    padding: 5px 10px;
    margin-bottom: 20px;
}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select {
    width: 100%;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border: 1px solid #e79024;
    background-color: rgba(54, 54, 54, 0.6);
    border-radius: 0px;
    box-shadow: none;
    font-family: 'Play';
    color: #fff;
    font-size: 16px;
    height: 47px;
    line-height: 47px;
    padding: 5px 10px;
}
textarea{
    min-height:160px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
    outline: 0;
    outline: thin dotted \9;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {}

input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {}

/* Error */


/* Placeholder Text */
::-webkit-input-placeholder {
    color:#999;
    opacity:1;
} /* Webkit Browsers */
:-moz-placeholder {
    color:#999;
    opacity:1;
} /* Firefox 18- */
::-moz-placeholder {
    color:#999;
    opacity:1;
} /* Firefox 19+ */
:-ms-input-placeholder {
    color:#999;
    opacity:1;
} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input,
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
   7. BUTTONS
   ========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    text-decoration: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    margin: 100px;
    font: inherit;
    background: #e79024;
    border-radius: 10px;
    display: inline-block;
    font-family: 'Play';
    font-size: 20px;
    color: #000000;
    text-align: center;
    padding: 10px 32px;
    margin-right: 50px;
    margin-top: 15px;
    border: none;

}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    text-decoration: none;
}

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


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 4px 8px 8px;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #e79023;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

/* ==========================================================================
   8. MISCELLANEOUS
   ========================================================================== */
/*====================== Vidio Lightbox ======================= */
.hs-video-light-box>.hs-thumb>a {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -40px;
}
.hs-thumb {
    position: relative;
}
.hs-popup {
    opacity: 0;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999999 !important;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 17px;
    visibility: hidden;
    max-height: 100vh;
}

.open .youtubeModal.hs-popup,
.form-open .hs-home-form-wrapper.hs-popup{
    opacity:1;
    visibility:visible;
}
.hs-home-form-wrapper input.hs-button.primary.large {
    padding: 14.5px 73px 14.5px 32px;
    background-image: url(https://3470396.fs1.hubspotusercontent-na1.net/hubfs/3470396/Evolution_Wheel_September2017_Theme/images/arrow-1.png);
    background-repeat: no-repeat;
    background-position: 81% 19px;
}
.form-open .custom-header-wrapper {
    z-index: 999999999999;
}
.hs-popup .modal-dialog,
.hs-popup .page-center{
    width: 95%;
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.container-fluid .row-fluid .hs-home-form-wrapper .page-center {
    max-width: 994px;
    padding: 8% 0 !important;
    margin-top: 0;
    margin-bottom: 0;
}
 .hs-home-form-wrapper  span.hs-form-required{
    display:none;
}
.open .hs-popup .modal-dialog,
.form-open .hs-home-form-wrapper.hs-popup .page-center{
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    margin:30px auto;
}
.form-open {
    overflow:hidden;
}
.hs-home-form-wrapper.hs-popup .actions {
    text-align: right;
}


.hs-home-form-wrapper.hs-popup>div {
    margin: auto;
    width: 100%;
}

.hs-close-wrapper {
    text-align: right;
    padding: 15px 32px;
    margin: 20px 0;
}
.hs-contact-form {
    padding: 10px 0;
}
button.close {
    font-family: 'Play';
    font-weight: normal;
    font-size: 16px;
    color: #e79024;
    opacity: 1;
    text-shadow: none !important;
    text-transform: uppercase;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    margin-top: 30px;
}
button.close img {
    vertical-align: top;
    margin-left: 5px;
}
.modal-body {
    position: relative;
    padding: 5px 15px 5px 15px;
}
.hs-video-wrapper {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}
iframe.hs-embed-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.modal-header {
    margin: 20px 0;
    text-align: right;
    border: 0px !important;
    padding: 15px;
}
body.lightbox {
    overflow: hidden;
}
/* =============== HOME PAGE =============== */
body.hs-home-page {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    color:#333;
}
.hs-home-page .banner-image {
    min-height: 100vh !important;
    position: relative;
    margin-bottom: 0;
}
.hs-home-row-one {
    padding-top: 135px;
    background-position: center top;
    background-size: cover !important;
    background-repeat:no-repeat;
}
.hs-home-page .banner-image h1,
.hs-home-page .banner-image .hs-sub-heading {
    margin-left: auto;
    margin-right: auto;
    max-width: 920px;
}
.hs-home-page .banner-image .hs-sub-heading{
    max-width:100%;
}
.banner-image a.hs-learn {
    font-size: 22px;
    color: #e79024;
    line-height: 1em;
    padding: 0.5em 0;
    text-transform: uppercase;
    text-decoration: underline;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    font-family: 'Teko';
    font-weight: 500;
}
.banner-image a.hs-learn:hover{
    color:#fff;
}

.custom-form{
    width:50% !important;
}
.custom-copyright.no-nav p {
    position: relative;
    top: -1px;
}
.hs-home-row-one .hs-left h3 {
    font-family: 'Teko';
    color: #e79024;
    font-weight: 500;
    font-size: 110px;
    line-height: 90%;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0px;
    margin: 20px 0;
}
.hs-home-row-one .hs-left p {
    font-family: 'Play';
    font-size: 17px;
    color: #ffffff;
    line-height: 110%;
    letter-spacing: 1px;
    margin: 20px 0;
    padding: 0 150px 0 0;
}
.hs-home-row-one .hs-left h6 {
    font-family: 'Play';
    font-weight: normal;
    font-size: 23px;
    color: #ffffff;
    line-height: 110%;
    letter-spacing: 1px;
    margin: 20px 0;
    padding: 0 140px 0 0;
}
.custom-button {
    display: inline;
    line-height: 24px;
    padding: 10px 10px 8px;
    text-transform: uppercase;
    text-decoration: none;
    background: #e79024;
    border-radius: 5px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    min-width: 80px;
    text-align: center;
    font-family: 'Teko';
    font-weight: normal;
    font-size: 21px;
    font-weight: 500;
    outline: 0;
    margin: 5px;
    vertical-align: top;
    letter-spacing: 0px;
    color: #fff !important;
    text-decoration: none !important;
}

.contact-us {
    display: block;
}
.custom-button-2 {
    display: inline-block;
    line-height: 24px;
    padding: 10px 10px 8px;
    text-transform: uppercase;
    text-decoration: none;
    background: #e79024;
    border-radius: 5px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    min-width: 80px;
    text-align: center;
    font-family: 'Teko';
    font-weight: normal;
    font-size: 21px;
    font-weight: 500;
    outline: 0;
    margin: 5px;
    vertical-align: top;
    letter-spacing: 0px;
    color: #fff !important;
    text-decoration: none !important;
}
.hs-product-main-content-col2 .custom-button-2 {
    letter-spacing:2px !important;
    margin: 50px 0;
    font-size: 35px;
    line-height: 75px;
    padding: 10px 48px 8px;
    text-decoration: underline !important;
}
/*HubSpot support rep entered lines 1947-1980 on Nov 7, 2017*/
.hs-home-row-one .hs-left .custom-button {
    padding: 3px 8px;
    font-family: 'Play';
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 5px;
    background: #e79024;
    margin: 0;
    font-size: 23px;
    min-width: 0;
    letter-spacing: 1px;
    line-height: 110%;
}
.hs-home-row-one .hs-right a.custom-button {
    margin: 0;
}
.hs-home-row-one .page-center{
    position:relative;
}
.hs-home-row-one .hs-left>span {
    width: 520px;
    position: absolute;
    top: 25px;
    left: 0px;
    z-index: 1;
}
.lightbox .hs-home-row-one .hs-left>span{
    z-index: initial;
}
.hs-home-row-one .hs-right {
    background: #ffffff;
    border-right: 10px solid #292929;
    position: relative;
    margin: 0 !important;
    padding: 80px 100px;
    font-size: 17px;
    line-height: 110%;
    letter-spacing: 1px;
    font-family: 'Play';
    color: #333;
    float: right;
    min-width: 700px;
}
.hs-home-row-one .hs-right:after {
    content: '';
    position: absolute;
    top: 0px;
    right: -10px;
    width: 10px;
    background: #e79024;
    height: 35%;
}
.hs-home-row-one .hs-right h2,
.hs-home-row-one .hs-right h3 {
    font-family: 'Teko';
    color: #000;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding: 0px;
    margin: 10px 0;
    font-weight: 500;
}
.hs-home-row-one .hs-right p {
    margin: 20px 0;
    padding: 0px;
}
.hs-home-row-one .hs-full-width .custom-button {
    font-size: 55px;
    line-height: 75px;
    letter-spacing: 2px;
    padding: 10px 48px 8px;
    text-decoration: underline !important;
    margin:0;
}
.hs-home-row-one .hs-full-width {
    padding: 100px 0;
    text-align: center;
}
.hs-home-row-two {
    position: relative;
}
.custom-two-left-wrapper .left_img > img {
    display: none;
}
.custom-two-left-wrapper .left_img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    width: 54%;
    left: 0px;
    top: 0px;
    height: 100%;
}
.custom-two-left-wrapper .right_txt_sec {
    position: relative;
    width: 46%;
    float: right;
    padding: 0 30px;
}
.custom-two-left-wrapper .right_txt_sec > .right_txt {
    width: 440px;
    max-width: 100%;
    font-size: 16px;
    color: #ffffff;
    line-height: normal;
    font-weight: normal;
}
.custom-two-left-wrapper .right_txt_sec > .right_txt h2,
.custom-two-left-wrapper .right_txt_sec > .right_txt h3 {
    position: relative;
    letter-spacing: 3px;
    font-weight: normal;
    margin: 0px;
    color: #ffffff;
    font-family: 'Teko';
    font-weight: 500;
}
.custom-two-left-wrapper .right_txt_sec > .right_txt h2 img,
.custom-two-left-wrapper .right_txt_sec > .right_txt h3 img {
    position: absolute;
    width: 250px;
    top: 4%;
    left: 210px;
}
.custom-two-left-wrapper .right_txt_sec > .right_txt p {
    padding: 0 60px 0 0;
    margin: 30px 0;
}
blockquote {
    font-size: 85px;
    line-height: 80%;
    padding: 25px 35px 10px;
    border: 1px solid #e79024;
    text-transform: uppercase;
    font-family: 'Teko';
    font-weight: 500;
    color: #e79024;
    max-width: 440px;
    letter-spacing: 0;
    margin: 0;
}
blockquote .custom-button {
    vertical-align: bottom;
}
blockquote img {
    width: 58px;
    vertical-align: top;
    margin-top: 5px;
}
blockquote .custom-button {
    vertical-align: top;
}

.hs-home-row-three .page-center {
    margin-top: 200px !important;
    position: relative;
}
.hs-home-row-three .hs-left {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 460px;
    padding: 200px 0 0 0;
}
.hs-home-row-three .hs-right {
    position: relative;
    float: right;
    margin: 0px;
    max-width: 680px;
}
.hs-home-row-three .hs-left h2:first-of-type,
.hs-home-row-three .hs-left h3:first-of-type {
    color: #fff;
    position: absolute;
    text-transform: uppercase;
    top: 0px;
    left: 0px;
    margin-top: -50px;
    width: 650px;
    z-index: 1;
    margin-bottom: 10px;
    word-wrap: normal;
}
.hs-home-row-three .hs-left blockquote {
    margin-bottom: 30px;
}
.hs-home-row-three .hs-right img.hs-image-widget {
    width: 100% !important;
}
.hs-home-row-three .hs-right .hs_cos_wrapper_type_rich_text {
    width: 100%;
    float: left;
    margin: 0 !important;
    background: #ffffff;
    border-right: 10px solid #292929;
    position: relative;
    padding: 75px 80px;
    font-size: 17px;
}
.hs-home-row-three .hs-right .hs_cos_wrapper_type_rich_text:after {
    content: '';
    position: absolute;
    top: 0px;
    right: -10px;
    width: 10px;
    background: #e79024;
    height: 35%;
}
.hs-home-row-three .hs-right .hs_cos_wrapper_type_rich_text p {
    margin: 20px 0;
    line-height: 110%;
    letter-spacing: 1px;
}
.hs-home-row-three .hs-right .hs_cos_wrapper_type_rich_text a.custom-button {
    margin: 0;
}
.hs-home-row-three .hs-right .hs_cos_wrapper_type_rich_text h2 {
    margin: 0;
}
.hs-home-row-three .hs-full-width a.custom-button {
    font-size: 55px;
    line-height: 75px;
    letter-spacing: 1px;
    padding: 10px 48px 8px;
}
.custom-button span:first-child {
    text-decoration: underline;
}
.hs-home-row-three .hs-full-width {
    padding: 90px 0 0;
}
.hs-home-page .container-fluid .row-fluid .page-center {
    padding: 0;
    background: transparent;
}
.container-fluid .row-fluid .hs-home-row-four .page-center {
    margin-top: 90px;
}

.hs-home-row-four  .hs-main-content {
    position: relative;
}

.hs-home-row-four  .hs-main-content .hs-left
 p {
    margin: 0 0 15px;
}

.hs-home-row-four  .hs-main-content .hs-right {
    position: relative;
    border-left: 10px #292929 solid;
    margin-top: 0px;
}

.hs-home-row-four  .hs-main-content .hs-right img {
    width: 100% !important;
    max-width: 676px;
}

.hs-home-row-four  .hs-main-content .hs-right:after {
    content: '';
    position: absolute;
    top: 0px;
    left: -10px;
    width: 10px;
    background: #e79024;
    height: 33%;
}

.hs-home-row-four .hs-full-width {
    width: 460px;
    position: absolute;
    right: 0px;
    top: 10%;
    margin: 0px !important;
    color: #fff;
}

.hs-home-row-four .hs-full-width h2 {
    letter-spacing: 6px;
    color: #fff;
    line-height: 0.8em;
    text-transform: uppercase;
    font-size: 130px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.hs-home-row-four .hs-full-width p {
    padding: 0.5em 0;
    margin: 0 0 10px;
}
.hs-home-row-four a.section-scroll {
    left: auto;
    bottom: 0;
    right: 10px;
}
.footer-d-h {
    position: relative;
}

.custom-three-col-wrapper .col-md-3 {
    padding: 0;
    height: 100%;
    /* float: left; */
    width: 25%;
    min-height: 41px;
    position: relative;
    height: 100%;
}

.custom-three-col-wrapper .col-md-3>div {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    position: absolute;
}

.custom-three-col-wrapper .col-md-3:not(.find) {
    position: absolute;
    height: 100%;
    left: 0;
}

.custom-three-col-wrapper .col-md-3:not(.find):nth-child(2) {
    left: 25%;
}

.custom-three-col-wrapper .col-md-3.find {
    margin-left: 50%;
    border-right: 10px solid #292929;
    position: relative;
    background: #fff;
    padding: 27px 60px;
    width: 500px;
}

.custom-three-col-wrapper .col-md-3.find h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    letter-spacing: 6px;
    color: #000;
    line-height: 0.8em;
    text-transform: uppercase;
    font-size: 112px;
    margin-left: -5px;
}

.custom-three-col-wrapper .col-md-3.find p {
    margin: 0 0 10px;
}

.custom-three-col-wrapper .col-md-3.find a.custom-button {
    margin: 0;
}
.custom-three-col-wrapper .col-md-3.find:after {
    content: "";
    position: absolute;
    top: 0px;
    right: -10px;
    width: 10px;
    height: 110px;
    background: #e79024;
}
.hs-home-row.hs-home-row-four {
    padding-bottom: 7%;
}
.hs-home-row-five {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 9%;
    padding: 0 0 8%;
    background-repeat: no-repeat;
    background-position: center center;
}
.custom-three-col-wrapper {
    margin-bottom: 100px;
}
.hs-home-row-five .page-center .hs-full-width h2,
.hs-home-row-five .page-center .hs-full-width .heading-h2 {
    font-family: 'Teko';
    letter-spacing: 0;
    padding-bottom: 30px;
    color: #fff;
    line-height: 0.8em;
    text-transform: uppercase;
    font-size: 112px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.hs-home-row-five .page-center .hs-full-width {
    color: #fff;
    line-height: 1em;
    font-size: 18px;
}
.hs-home-row-five .page-center{
    padding:0 15px !important;
}
.hs-home-row-five .page-center .hs-full-width p {
    padding: 0.5em 0;
    margin: 0 0 10px;
}
.hs-footer-col h2,
.hs-footer-col .contacts-label {
    font-family: 'Teko';
    font-size: 25px;
    letter-spacing: 0;
    color: #e79024;
    line-height: 0.8em;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
}
.hs-footer-col h2 img,
.hs-footer-col .contacts-label img {
    float: left;
    margin-right: 20px;
    margin-top: -2px;
}
.hs-footer-col p {
    letter-spacing: 0;
    color: #fff;
    padding: 0.5em 0;
    margin-left: 45px;
    margin-top: 0;
    margin-bottom: 10px;
}
.hs-footer-col {
    color: #fff;
}
.hs-footer-col a {
    color: #fff;
}
.hs-footer-col p.social a {
    font-size: 16px;
    margin-right: 20px;
}

.hs-footer-col p.social a i {
    background: none;
    font-size: 25px;
    line-height: 24px;
    text-align: center;
    width: 24px;
}

.hs-footer-col h2 a,
.hs-footer-col .contacts-label a {
    color: inherit;
    font-size: 25px;
}
.hs-footer-col a:hover{
    text-decoration:none;
}
.hs-footer-col p .custom-button {
    font-size: 16px;
    font-family: "Play";
    font-weight: normal;
    margin: 0;
}
.hs-home-page .footer-container.container-fluid .row-fluid .page-center {
    padding: 0 15px;
}



/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
   9. MEDIA QUERIES
   ========================================================================== */

a.section-scroll {
    position: absolute;
    bottom: 50px;
    left: 50%;
    color: #e79024;
    font-size: 40px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none;
    margin-left: -15px;
}
a.section-scroll
 i {
    /* float: left; */
    margin: -31px 0 0;
    display: block;
}
 a.section-scroll:hover {
    color: #fff;
}
/* =============== Product Pages =============== */
.shopify-buy__btn {
    float: none;
    margin-left:auto;
    margin-right: auto;
}

.hs-product-section1 {
    padding: 8% 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
.container-fluid .row-fluid .hs-product-section1 .page-center {
    padding: 0 15px 0 20px;
    background: #fff;
}
.hs-tootltip-tire {
    padding: 24px 20px 20px 0px;
}
.hs-tootltip-tire .tull-tip-tire {
    background-size: 446px 650px;
    max-width: 446px;
    height: 650px;
    margin-left: 50px;
    margin-top: 0px;
    position: relative;
    width: 100%;
}
a.tull-one {
    top: 30%;
    left: 27%
}

a.tull-two {
    top: 12%;
    left: 54%
}

a.tull-three {
    top: 31%;
    left: 82.5%
}

a.tull-four {
    top: 50%;
    left: 75%
}

a.tull-five {
    top: 65%;
    left: 57%
}

a.tull-six {
    top: 56%;
    left: 25%
}

.ewrs-hs a.tull-one {
    top: 37%;
    left: 24%
}

.ewrs-hs a.tull-two {
    top: 14%;
    left: 60%
}

.ewrs-hs a.tull-three {
    top: 30.5%;
    left: 85%
}

.ewrs-hs a.tull-four {
    top: 49%;
    left: 78%
}

.ewrs-hs a.tull-five {
    top: 76%;
    left: 72%
}

.ewrs-hs a.tull-six {
    top: 69%;
    left: 43%
}


.hs-tootltip-tire .tull-tip-tire a {
    position: absolute;
    width: auto !important;
    padding: 0;
    margin: 0;
    float: none;
    line-height: inherit;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;

    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: 10
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tull-tip-tire .tooltip-inner {
    max-width: 180px;
    padding: 10px 8px;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    background: #fff;
    border-radius: 0;
    border: 8px solid #eda12e;
    font-size: 13px;
    text-transform: uppercase;
    font-family:'Play';
}
.tooltip .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0;
    position: absolute !important;
    border-top: none
}

.tooltip-inner:after, .tooltip-inner:after {
    z-index: 1;
    position: absolute;
    top: 82%;
    left: 44%;
    margin-left: -5%;
    content: '';
    width: 0;
    height: 0;
    border-top: solid 20px #fff;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent
}
.hs-product-main-content-col11 img[alt="patent pending"] {
    width: 150px;
    margin: -113px 0 0 5px;
    position: relative;
    z-index: 1;
}

.hs-product-main-content-col11  a,
.hs-product-full-width1 a{
  /*  display: block;
    width: 100%;
    font-size: 23px;
    margin: 0 0 10px 0px;
    float: left;
    text-decoration: none; /* Temporary change from text-decoration: underline; to text-decoration: none; requested by Francine by Niall HS support 19/06/19 */
  /*  text-transform: uppercase;
    color: #000;
    font-family: teko;
    line-height: 32px;
    font-weight: 500;
    padding: 6px 0 0 6px;
  */
}

.hs-product-main-content-col11  a:hover,
.hs-product-full-width1 a:hover{
    color: #e79024;
}
.hs-lightbox-inner .project_pic {
    width: 33.33333%;
    float: left;
}
.hs-lightbox-inner .project_pic img {
    width: 100%;
    padding: 5px;
}
.hs-product-main-content-col11 .hs-lightbox-wrapper a {
    padding: 0;
    margin: 0;
}
.hs-product-page .banner-image {
    min-height: 810px !important;
    position: relative;
    height:auto !important;
}
.hs-product-page .pro-btn-box {
    width: calc(100% + 35px);
    margin-left: -20px;
}
.hs-product-main-content-col2 {
    padding: 25px 5px 20px 3px;
    position: relative;
}

.hs-product-main-content-col2 h2 {
    border-bottom: 3px solid #000;
    color: #e79024;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 43px;
}

.hs-product-main-content-col2 p {
    font-family: 'Play';
    font-size: 16px;
    line-height: 1.2em;
    color: #000;
    margin: 15px 0 25px;
}
.hs-product-main-content-col2 h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.hs-product-main-content-col2 .custom-button {
    letter-spacing:2px !important;
    margin: 50px 0;
    font-size: 55px;
    line-height: 75px;
    padding: 10px 48px 8px;
    text-decoration: underline !important;
}
.hs-product-page .hs-lightbox-wrapper {
    padding: 0 8px 0 0;
}
.table_outer .table-responsive {
    display: inline-table !important;
}

.table_outer .table-bordered {
    border: 2px solid #e79125;
}

.table_outer table {
    margin-top: 10px;
    text-align: center !important
}

.table_outer table thead tr {
    font-family: 'Teko';
    font-size: 19px;
    font-weight: normal;
    background: #e79125;
    color: #fff;
    font-weight:500;
    text-align: center !important
}

.table_outer table thead .actual_txt {
    font-family: 'Teko';
    font-size: 24px;
    font-weight: normal
    font-weight:500;
}

.table_outer table thead tr th:first-child {
    border-left: 2px solid #e79125 !important
}

.table_outer table thead tr th: last-child {
    border-right: 2px solid #e79125 !important
}

.table_outer table thead tr th {
    border-color: #fff;
    border-width: 2px;
    text-align: center !important;
    font-weight: normal;
    padding: 5px;
}

.table_outer table thead tr th.no_border {
    border: 0px !important;
    border-bottom: 2px solid #fff !important
}

.table_outer table thead tr th.no_border1 {
    border: 0px !important;
    border-bottom: 2px solid #fff !important;
    border-left: 2px solid #fff !important
}

.table_outer table thead tr th.no_border2 {
    border: 0px !important;
    border-bottom: 2px solid #fff !important;
    border-right: 2px solid #e79125 !important
}

.table_outer table thead tr.white_row {
    background: #fff;
    color: #000
}

.table_outer table thead tr.white_row th {
    font-family: 'Play';
    border: 1px solid #ddd;
    font-weight: normal;
    font-size: 16px;
    border-color: #e49225;
    border-width: 2px;
    padding: 5px;
}

.table_outer table tbody tr {
    background: #ebebeb;
    color: #000
}

.table_outer table tbody tr th {
    text-align: center !important;
    font-weight: normal;
    padding: 5px
}

.table_outer table tbody tr td {
    border-left: 2px solid #e79125 !important;
    text-align: center !important
}

.table_outer table tbody tr.white_row {
    background: #fff;
    color: #000;
    border-bottom: 2px solid #e79125
}
.table_outer {
    padding: 0 0 20px;
}
.table_outer a {
    color: #000;
    text-transform: uppercase;
    text-decoration: underline;
    margin: 17px 0 0;
    padding: 0;
}

.table_outer a:hover {
    color: #e79024
}
.table_outer table tbody tr {
    background: #ebebeb;
    color: #000;
}
.table_outer table tbody tr.white_row {
    background: #fff;
    color: #000;
    border-bottom: 2px solid #e79125;
}

.table-responsive tbody td {
    background: transparent !important;
}
/* =============== Our Story =============== */


.hs-our-story .banner-image,
.hs-tech-page .banner-image{
    min-height: 810px !important;
    position: relative;
    height:auto !important;
}
body.hs-our-story {
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
body.hs-our-story .body-container .hs-os-row1 {
    padding: 8% 0;
}
.hs-os-row1 .hs-left img {
    width: 100% !important;
}
.hs-os-row1 .hs-right {
    margin-top: 22px;
    background: rgba(255, 255, 255, 0.91) none repeat scroll 0 0;
    border-right: 10px solid #292929;
    float: right;
    padding: 30px;
    position: absolute;
    width: 40%;
    margin-right: 15%;
    right: 0;
    color: #000;
    font-size: 13px;
    line-height: 1.2em;
    margin-left: 0;
}
.hs-os-row1 .hs-right h2 {
    font-size: 42px;
    color: #e79024;
    line-height: 0.8em;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.hs-os-row1 .hs-right p {
    padding: 0.5em 0;
    margin: 0;
}
.hs-os-row1 .hs-right:after {
    content: "";
    position: absolute;
    top: 0px;
    right: -10px;
    width: 10px;
    height: 150px;
    background: #e79024;
}
.hs-os-row2 .hs-left {
    margin-top: 50px;
    padding: 0 15px 0 30px;
    position: relative;
    margin-left: 0;
    font-size: 18px;
    color: #fff;
    line-height: 1.2em;
}
.hs-os-row2 .page-center {
    padding: 80px 0 20px;
}
.hs-os-row2 {
    overflow: hidden;
}
.container-fluid .row-fluid .hs-os-row2 .page-center>.row-fluid-wrapper {
    margin-right: -15px;
    margin-left: -15px;
}
.hs-os-row2 .hs-left a {
    font-size: 18px;
    color: #e79024;
    line-height: 1em;
    padding: 0.5em 0;
    text-decoration: none;
    font-family: 'Play';
    text-transform: uppercase;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.hs-os-row2 .hs-left a:hover{
    color:#fff !important;
}
.hs-os-row2 .hs-right {
    padding-left: 19%;
}
.hs-os-row2 .hs-left h2 {
    font-size: 42px;
    color: #fff;
    line-height: 0.8em;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 0 0 30px;
}
.hs-os-row2 .hs-left p{
    padding: 0.5em 0;
    margin: 0;
}
a[title="Download Spec Sheet"] {
   color: #000;
   text-transform: uppercase;
   text-decoration: underline;
   font-size: 23px;
   margin: 0;
   font-family: 'Teko';
   font-weight: 500;
}
table.hs-table {
   border-spacing: 0;
   border-collapse: collapse;
   font-family: 'Play';
   width: 100%;
   max-width: 100%;
   background-color: #fff;
   margin-bottom: 10px;
   font-weight: 300;
}

table.hs-table tr:nth-child(odd) {
   background: #ebebeb;
}

table.hs-table td {
   border: 0;
   padding: 4px 10px;
   font-size: 15px;
   line-height: 1.42857143;
   vertical-align: top;
}
h2.hs-specifications {
    color: #fff;
    text-transform: uppercase;
    font-size: 34px;
    margin: 25px 0 0;
    background: #e79024;
    text-align: center;
    padding: 3px 0 0;
    border: 0;
}
.hs-two-col-equal-wrapper>.hs-left {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 41.66666667%;
    margin-left: 8%;
}
.hs-two-col-equal-wrapper>.hs-left img {
    display: block;
    max-width: 100%;
}
.hs-os-row2 .hs-right {
    padding-bottom: 11.167%;
}
.hs-two-col-equal-wrapper>.hs-right h2 {
    font-weight: 500;
    font-family: 'Teko';
    border: 1px solid #eda12e;
    color: #fff;
    font-size: 3em;
    height: auto;
    letter-spacing: 5px;
    line-height: 1em;
    margin: 50px 0 70px;
    padding: 20px 35px;
    text-transform: uppercase;
}
.hs-two-col-equal-wrapper>.hs-right {
    width: 33.33%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
.hs-two-col-equal-wrapper>.hs-right h2 i {
    font-size: 30px;
    margin-top: 0;
    color: #eda12e;
    vertical-align: top;
}
.hs-two-col-equal-wrapper>.hs-right {
    width: 33.33%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.hs-two-col-equal-wrapper>.hs-right h2 {
    font-weight: 500;
    font-family: 'Teko';
    border: 1px solid #eda12e;
    color: #fff;
    font-size: 3em;
    height: auto;
    letter-spacing: 5px;
    line-height: 1em;
    margin: 50px 0 70px;
    padding: 20px 35px;
    text-transform: uppercase;
}

.hs-two-col-equal-wrapper>.hs-right h2 {
    font-size: 56px;
    height: auto;
    line-height: 0.8em;
}

.hs-two-col-equal-wrapper>.hs-right h2 i {
    font-size: 30px;
    margin-top: 0;
    color: #eda12e;
    vertical-align: top;
}

.hs-two-col-equal-wrapper>.hs-right .hs-right-txt {
    background: rgba(255, 255, 255, 0.91) none repeat scroll 0 0;
    border-left: 10px solid #292929;
    float: right;
    padding: 25px;
    position: relative;
    color: #333;
    line-height: 1.2em;
}

.hs-two-col-equal-wrapper>.hs-right .hs-right-txt:after {
    content: "";
    position: absolute;
    top: 0px;
    left: -10px;
    width: 10px;
    height: 150px;
    background: #e79024;
}

.hs-two-col-equal-wrapper>.hs-right .hs-right-txt p {
    margin: 0 0 10px;
}
/* =============== Technolgy Page =============== */
.hs-tech-page .body-container {
    background-size: cover !important;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 200px 0 8%;
}
.custom-two-left-wrapper {
    position: relative;
    overflow:hidden;
}
.hs-tech-row1-heading {
    font-size: 115px;
    margin: 0 0px 56px 0;
    color: #e79024;
    border: 1px solid #e79024;
    text-transform: uppercase;
    font-family: 'Teko';
    font-weight: 500;
    line-height: 80%;
    padding: 35px 35px;
}

.hs-tech-row1-heading p {
    margin: 0;
}

.hs-tech-row1-content {
    border-left: 10px solid #292929;
    border-right: 0px;
    padding: 80px 100px 80px 80px;
    position: relative;
    background: #ffffff;
    color:#333;
    font-size: 17px;
    line-height: 110%;
    letter-spacing: 1px;
}

.hs-tech-row1-content:after {
    content: '';
    position: absolute;
    top: 0px;
    width: 10px;
    background: #e79024;
    height: 35%;
    right: auto;
    left: -10px;
}

.hs-tech-row1-content p {
    margin: 0 0 20px;
}
.hs-tech-row1-heading img {
    vertical-align: middle;
}
.hs-tech-row1 {
    padding: 0 0 7%;
}

.hs-tech-page .custom-two-left-wrapper .left_img {
    width: 40%;
}

.hs-tech-page .custom-two-left-wrapper .right_txt_sec {
    width: 60%;
    font-size: 16px;
    line-height: 1.2em;
    padding: 0 15px;
}

.hs-tech-page .custom-two-left-wrapper .right_txt_sec .right_txt {
    width: 100%;
}

.hs-tech-page .custom-two-left-wrapper .right_txt_sec .right_txt h2 {
    font-weight: 500;
    font-family: 'Teko';
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-size: 112px;
    line-height: 90px;
    letter-spacing: 8px;
    margin: 20px 0 0;
}

.hs-tech-page .custom-two-left-wrapper .right_txt_sec .right_txt p {
    margin: 0 0 10px;
    padding: 0;
}
.hs-tech-row.hs-tech-row3 .hs-left {
    float: right;
    border-left: 10px solid #292929;
    position: relative;
    padding: 0;
}

.hs-tech-row.hs-tech-row3 .hs-right {
    margin: 0;
    padding-top: 50px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    color: #fff;
    line-height: 1.4em;
}

.hs-tech-row.hs-tech-row3 .hs-right h3 {
    font-weight: 500;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 36px;
    color: #e79024;
    font-family: 'Teko';
}

.hs-tech-row.hs-tech-row3 .hs-right a {
    color: #e79024;
    font-size: 20px;
    font-family: 'Teko';
    font-weight: 500;
}

.hs-tech-row.hs-tech-row3 .hs-right p {
    margin: 0 0 10px;
}

.hs-tech-row.hs-tech-row3 .hs-right img {
    margin: 30px 30px 0 0;
    vertical-align: middle;
    line-height: 58px;
}

.hs-tech-row.hs-tech-row3 .hs-left:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -10px;
    width: 10px;
    height: 30%;
    background: #e79024;
}
.hs-tech-page .custom-two-left-wrapper .left_img {
    background: none !important;
    position: relative;
    float: left;
}
.hs-tech-page .custom-two-left-wrapper .left_img img {
    display: block;
    width: 100%;
    min-height: 310px;
}
/* =============== Screen sizes smaller than .page-center =============== */
@media (min-width: 1580px){
    .hs-two-col-equal-wrapper>.hs-right h2 {
        border: 1px solid #eda12e;
        color: #fff;
        font-size: 112px;
        height: auto;
        letter-spacing: 5px;
        line-height: 0.8em;
        margin: 70px 0;
        padding: 20px 35px;
        text-transform: uppercase;
    }

    .hs-two-col-equal-wrapper>.hs-right h2 i {
        font-size: 70px;
        float: right;
    }

    .hs-two-col-equal-wrapper>.hs-right .hs-right-txt {
        background: rgba(255, 255, 255, 0.91) none repeat scroll 0 0;
        border-left: 10px solid #292929;
        padding: 70px 92px;
        position: relative;
        font-size: 17px;
    }

    .hs-two-col-equal-wrapper>.hs-right .hs-right-txt p {
        padding-bottom: 4px;
    }
}
@media (min-width: 1440px){
    .hs-tech-row1-heading {
        letter-spacing: 5px;
    }

    .hs-tech-row1-content {
        font-size: 17px;
        line-height: 110%;
        letter-spacing: 1px;
    }

    .hs-tech-page .custom-two-left-wrapper .right_txt_sec {
        width: 25%;
        margin-left: 20px;
        float: left;
    }

    .hs-tech-page .custom-two-left-wrapper .left_img {
        top: 0;
        left: 0;
        width: 50%;
    }
    .hs-os-row2 .hs-right {
        padding-bottom: 0;
    }
    .hs-os-row2 .page-center {
        padding: 80px 0;
    }

    .hs-os-row2 .hs-left h2 {
        font-size: 112px;
    }

    .hs-os-row2 .hs-left {
        padding: 0;
        margin-top: 0;
    }

    .hs-os-row2 .hs-left p {
        padding: 0.5em 0;
        margin: 0;
    }

    .hs-os-row2 .hs-right {
        padding-left: 0;
    }
    .hs-os-row1 .hs-right {
        margin-top: 55px;
        padding: 50px 120px 40px 50px;
        width: 33%;
        font-size: 17px;
    }

    .hs-home-row-one .hs-left>span {
        width: 610px;
    }
    .hs-home-row-one .hs-right {
        max-width: 700px;
        position: relative;
        right: -103px;
    }
    .hs-home-row-one .hs-left h3 {
        font-size: 120px;
        line-height: 90%;
        text-transform: uppercase;
        letter-spacing: 6px;
        padding: 0px;
        margin: 20px 0;
    }
    .hs-home-row-one .hs-left p {
        font-size: 17px;
        color: #ffffff;
        line-height: 110%;
        letter-spacing: 1px;
        margin: 20px 0;
        padding: 0 250px 0 0;
    }
    .custom-two-left-wrapper .right_txt_sec > .right_txt h2 img,
    .custom-two-left-wrapper .right_txt_sec > .right_txt h3 img {
        width: 280px;
    }

    .custom-two-left-wrapper .right_txt_sec > .right_txt p {
        padding: 0 100px 0 0;
    }
    .custom-two-left-wrapper .right_txt_sec > .right_txt {
        width: 554px;
    }
    blockquote {
        padding: 25px 35px 10px;
        letter-spacing: 5px;
    }
    blockquote img {
        width: auto;
    }
    .hs-home-row-three .hs-left h2:first-of-type,
    .hs-home-row-three .hs-left h3:first-of-type {
        letter-spacing: 2px;
        width: 700px;
    }

    .hs-home-row-three .hs-right {
        max-width: 758px;
        margin: 0 -115px 0 0 !important;
        width: 758px;
    }
    .hs-home-row-three .hs-left {
        width: 486px;
        padding: 218px 0 0 0;
    }

    .hs-home-row-three .hs-left blockquote {
        width: 100%;
        max-width: 100%;
    }
    .custom-three-col-wrapper .col-md-3.find {
        height: 100%;
        padding: 66px 77px 66px;
        width: 550px !important;
        min-height: 500px;
    }

    .custom-three-col-wrapper .col-md-3.find p {
        margin-top: 40px;
    }
    .hs-tootltip-tire {
        padding: 120px 70px 70px 20px;
    }
    .hs-tootltip-tire .tull-tip-tire {
        max-width: 460px;
        height: 670px;
        background-repeat: no-repeat;
    }
    .hs-product-main-content-col2 {
        padding: 75px 54px 0px 53px;
    }
    .hs-product-main-content-col11 img[alt="patent pending"] {
        position: absolute;
        top: 59%;
        left: -113px;
        width: 190px;
    }
    .hs-product-main-content-col11 {
        position: relative;
    }
    .hs-product-main-content-col11 img + a {
        display: block;
        padding: 0 55px;
        margin: 0 0;
        margin-top: -51px;
    }
    .hs-product-page .hs-lightbox-inner {
        padding: 0 50px;
    }
    .hs-product-main-content-col2 .custom-button {
        margin-bottom: 32px;
    }
    .table_outer {
        padding: 0 40px 60px;
    }
}

@media (min-width: 1281px) and (max-width: 1439px){
    .hs-os-row1 .hs-right {
        padding: 30px !important;
        position: absolute !important;
        width: 40% !important;
        margin-right: 15% !important;
    }
}

@media (max-width: 1439px) and (min-width: 1024px){
    .hs-os-row1 .hs-right {
        padding: 15px;
        position: absolute;
        width: 50%;
        margin-right: 4%;
    }
    .hs-two-col-equal-wrapper>.hs-right h2 {
        font-size: 56px;
        height: auto;
        line-height: 0.8em;
    }
}
@media (max-width: 1279px) {
    .custom-logo{
        margin: 18px 0 0 0;
    }
  
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        font-size: 17px;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li{
        margin: 0 9px;
    }
    .custom-logo img{
        max-width:204px !important;
    }
    .custom-social-icons .h-f{
        width: 35px !important;
    }
    .scroll-header .custom-header-lp .custom-logo {
        padding-bottom: 16px;
    }
    .hs-os-row2 .hs-right {
        padding: 0;
    }
    .hs-two-col-equal-wrapper>.hs-left {
        margin: 0;
        display: block;
    }

    .hs-two-col-equal-wrapper>.hs-right {
        width: 58%;
    }

    .hs-two-col-equal-wrapper>.hs-right h2 {
        padding-right: 44%;
    }

    .hs-two-col-equal-wrapper>.hs-right .hs-right-txt p {
        padding-bottom: 4px;
    }
    .hs-tech-page .custom-two-left-wrapper .right_txt_sec .right_txt h2 {
        margin: 0;
    }

    .hs-tech-page .banner-image h1 {
        font-size: 140px;
        line-height: 0.8em;
        padding: 0 0 0.1em;
    }
}
@media (max-width: 1199px) {
    .hs-tech-row1-heading {
        font-size: 100px;
        margin: 0 100px 50px 0;
    }

    .hs-tech-row1-content {
        padding: 50px 100px 50px 50px;
    }
    .container-fluid .row-fluid .page-center{
        max-width:970px;
    }
     .custom-logo{
        margin: 18px 0 0 0;
    }
    .custom-logo img{
        max-width:164px !important;
    }
  
    .dnd-page .custom-logo{
        margin: 22px 0 0 0;
    }
  
    .custom-header-wrapper{
        top:0;
    }
    .banner-image h1{
        font-size: 105px;
        line-height: 84px;
        letter-spacing: 8px;
    }
    .scroll-header .custom-menu-primary.js-enabled{
        margin:0 !important;
    }
    .scroll-header .mobile-trigger{
        top: -43px;
    }
    .hs-home-row-one .hs-left>span {
        width: 400px;
    }
    .hs-home-row-one .hs-left h3 {
        font-size: 80px;
        line-height: 90%;
        text-transform: uppercase;
        letter-spacing: 2px;
        padding: 0px;
        margin: 20px 0;
    }
    .hs-home-row-one .hs-left p {
        padding: 0 50px 0 0;
    }
    .hs-home-row-one .hs-left h6 {
        font-family: 'Play';
        font-weight: normal;
        font-size: 23px;
        color: #ffffff;
        line-height: 110%;
        letter-spacing: 1px;
        margin: 20px 0;
        padding: 0 40px 0 0;
    }
    .hs-home-row-one .hs-right {
        max-width: 600px;
        margin: 0 !important;
        padding: 50px 60px;
        min-width: 600px;
    }
    .custom-two-left-wrapper .right_txt_sec > .right_txt {
        width: 400px;
    }
    .custom-two-left-wrapper .right_txt_sec > .right_txt h2 img,
    .custom-two-left-wrapper .right_txt_sec > .right_txt h3 img {
        width: 220px;
        left: 170px;
    }
    .hs-home-row-one .hs-full-width .custom-button {
        font-size: 45px;
        line-height: 65px;
        padding: 10px 48px 8px;
        letter-spacing: 0;
    }
    .hs-home-row-three .hs-left blockquote {
        padding: 35px 35px;
    }
    .hs-home-row-three .hs-left {
        width: 400px;
        padding: 165px 0 0 0;
    }

    .hs-home-row-three .hs-left h2:first-of-type,
    .hs-home-row-three .hs-left h3:first-of-type {
        width: 600px;
        margin-top: -50px;
    }

    .hs-home-row-three .hs-right {
        max-width: 540px;
    }

    .hs-home-row-three .hs-right .hs_cos_wrapper_type_rich_text {
        padding: 50px 70px;
    }
    .hs-home-row-three .hs-full-width a.custom-button {
        font-size: 45px;
        line-height: 65px;
        padding: 10px 48px 8px;
    }
    .hs-home-row-four .hs-full-width {
        padding-right: 15px;
        padding-left: 15px;
        right: 40px;
    }

    .hs-home-row-four .hs-full-width h2 {
        font-size: 110px;
    }
    .custom-three-col-wrapper .col-md-3.find {
        background: #fff;
        padding: 10px 29px 22px;
        width: 370px !important;
        height: 100%;
        border-right: 10px solid #292929;
        position: relative;
    }

    .custom-three-col-wrapper .col-md-3.find h2 {
        font-size: 70px;
    }
    .hs-home-row-five .page-center .hs-full-width h2,
    .hs-home-row-five .page-center .hs-full-width .heading-h2 {
        font-size: 70px;
    }
    .hs-tootltip-tire .tull-tip-tire {
        width: 445px;
        height: 652px;
        background-size: 445px 652px;
        margin-left: 0px;
        margin-top: 10%;
    }

    .hs-product-main-content-col2 .custom-button {
        font-size: 45px;
        line-height: 65px;
        padding: 10px 48px 8px;
        letter-spacing: 1px !important;
        margin-bottom: 10px;
    }

    a.tull-one {
        top: 26%;
        left: 27%;
        position: absolute
    }

    a.tull-two {
        top: 12.5%;
        left: 52%;
        position: absolute
    }

    a.tull-three {
        top: 24.5%;
        left: 83%;
        position: absolute
    }

    a.tull-four {
        top: 34%;
        left: 74%;
        position: absolute
    }

    a.tull-five {
        top: 43%;
        left: 56%;
        position: absolute
    }

    a.tull-six {
        top: 39%;
        left: 26%;
        position: absolute
    }



    .ewrs-hs a.tull-one {
        top: 27%;
        left: 26%;
        position: absolute
    }

    .ewrs-hs a.tull-two {
        top: 13%;
        left: 60%;
        position: absolute
    }

    .ewrs-hs a.tull-three {
        top: 23%;
        left: 83%;
        position: absolute
    }

    .ewrs-hs a.tull-four {
        top: 34%;
        left: 76%;
        position: absolute
    }

    .ewrs-hs a.tull-five {
        top: 49.5%;
        left: 69.5%;
        position: absolute
    }

    .ewrs-hs a.tull-six {
        top: 45%;
        left: 43%;
        position: absolute
    }
    .hs-two-col-equal-wrapper>.hs-right h2 {
        padding-right: 40%;
    }
}
@media (max-width:1023px) {
    .hs-tech-page .banner-image h1 {
        font-size: 105px;
        line-height: 0.8em;
        padding: 0 0 0.1em;
        letter-spacing: 8px;
    }

    .hs-os-row1 .hs-right {
        background: rgba(255, 255, 255, 0.91) none repeat scroll 0 0;
        border-right: 10px solid #292929;
        float: right;
        margin-right: 1%;
        margin-top: 22px;
        padding: 50px 100px 35px 40px;
        position: relative;
        right: 0;
        width: 98%;
        font-size: 14px;
    }

    .hs-os-row1 .hs-left img {
        margin: 1%;
        width: 98% !important;
    }
    .custom-header-wrapper{
        top:0 !important;
    }
    .custom-logo img{
        max-width:226px !important;

    }
    .custom-logo{
        margin:0 0 0 0;
    }
   .scroll-header .mobile-trigger {
        top: -41px;
   }
   .custom-social-icons{
        width: 100% !important;
        text-align: center;
        margin: -10px 0 9px 0 !important;
   }
   .custom-social-icons .h-f{
        float: none !important;
        text-align: center;
        display: inline-block;
        border: none;
        width: 23px !important;
        border:none;
   }
   .custom-menu-primary .hs-menu-wrapper > ul > li {
        margin: 0;
   }

   .scroll-header .custom-menu-primary.js-enabled .hs-menu-wrapper{
       top: 1px !important;
   }
   .scroll-header .custom-menu-primary .hs-menu-wrapper > ul{
     background:none !important;
   }
   .scroll-header .custom-menu-primary.js-enabled .hs-menu-wrapper{
        overflow-x: hidden !important;
        overflow-y: auto !important;
        max-height: 500px !important;
   }
    .scroll-header .custom-menu-primary .hs-menu-wrapper{
        background:none !important;
   }
   .scroll-header .custom-menu-primary .hs-menu-wrapper > ul ul li a{
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        padding: 5px 10px;
        text-align: center;
        font-family: 'Teko';
        font-weight:500;
        color:#fff;
  }
  .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a{
      padding:15px 0;
      margin:0 5px;
  }
  .scroll-header .custom-social-icons{
      margin: -10px 0 9px 0 !important;
  }
  .scroll-header .custom-social-icons .h-f{
      margin-top: 18px;
  }
    .custom-footer-logo img {
        padding: 4px 0px 4px 4px;
    }
    .scroll-header .custom-header-lp .custom-logo {
        padding-bottom: 7px;
    }
    a.tull-one {
        top: 35.5%;
        left: 27%;
        position: absolute
    }

    a.tull-two {
        top: 15%;
        left: 56%;
        position: absolute
    }

    a.tull-three {
        top: 32.5%;
        left: 82.5%;
        position: absolute
    }

    a.tull-four {
        top: 53%;
        left: 75%;
        position: absolute
    }

    a.tull-five {
        top: 65%;
        left: 57.5%;
        position: absolute
    }

    a.tull-six {
        top: 57%;
        left: 23%;
        position: absolute
    }
    .hs-os-row2 .hs-right {
        padding: 0;
    }

    .hs-os-row2 .hs-left {
        margin-top: 0;
    }
    .hs-two-col-equal-wrapper>.hs-left {
        display: none;
    }
    .hs-two-col-equal-wrapper>.hs-right {
        width: 100%;
        float: none;
    }
    .hs-two-col-equal-wrapper>.hs-right h2 {
        margin: 50px 0 30px;
        font-size: 42px;
        padding-right: 60%;
    }
}
@media (max-width:991px) {
    .body-container-wrapper h2 {
        font-size:60px;
    }

    .body-container-wrapper h3 {
        font-size:52px;
    }

    .body-container-wrapper h4 {
        font-size:44px;
    }

    .body-container-wrapper h5 {
        font-size:38px;
    }

    .hs-tech-page .body-container {
        padding: 150px 0 8%;
    }

    .hs-tech-row1-heading {
        font-size: 85px;
        margin: 0 0px 35px 0;
        padding: 25px 30px;
    }
    .hs-tech-page .custom-two-left-wrapper .left_img {
        display: none;
    }
    .hs-tech-row1 {
        padding: 0 0 15%;
    }
    .hs-tech-page .custom-two-left-wrapper .right_txt_sec {
        width: 100%;
        float: none;
    }
    .hs-tech-page .custom-two-left-wrapper .right_txt_sec .right_txt h2 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .hs-tech-row.hs-tech-row3 .hs-left {
        float: left;
        margin-top: 70px;
        width: 50%;
    }

    .hs-tech-row.hs-tech-row3 .hs-right {
        width: 50%;
    }
    .hs-os-row2 .hs-left {
        width: 100% !IMPORTANT;
        padding: 0 30px;
    }

    .hs-os-row2 .hs-right {
        width: 100% !IMPORTANT;
        margin: 10px 0 0 !important;
    }
    .container-fluid .row-fluid .page-center{
        max-width:750px;
    }
   .custom-footer-logo img{
        position: relative;
        top: 4px;
        padding:0 !important;
   }
   .scroll-header .custom-logo {
        padding: 12px 15px;
    }
    .scroll-header .mobile-trigger {
        top: -59px;
    }
    .scroll-header .custom-header-lp .custom-logo {
        padding-bottom: 12px;
    }
    .hs-home-row-one .hs-left>span {
        width: 365px;
        position: absolute;
        top: 25px;
        left: 0px;
        z-index: 1;
    }
    .hs-home-row-one .hs-right {
        min-width: 410px;
        margin: 0 0 0 0 !important;
        padding: 40px 50px;
        max-width: 410px;
    }

    .hs-home-row-one .hs-full-width .custom-button {
        font-size: 38px;
        line-height: 55px;
        padding: 10px 48px 8px;
        letter-spacing: 0;
    }
    .hs-home-row-one .hs-left h3 {
        font-size: 75px;
    }
    .hs-home-row-one .hs-full-width .custom-button {
        font-size: 38px;
        line-height: 55px;
        padding: 10px 48px 8px;
    }
    .custom-two-left-wrapper .right_txt_sec > .right_txt {
        width: 100%;
    }

    .custom-two-left-wrapper .right_txt_sec > .right_txt h2 img,
    .custom-two-left-wrapper .right_txt_sec > .right_txt h3 img {
        width: 145px;
        top:0;
        left:100px;
    }

    .custom-two-left-wrapper .right_txt_sec > .right_txt p {
        padding: 0;
    }

    blockquote {
        font-size: 70px;
        color: #e79024;
        line-height: 80%;
        padding: 25px 30px 15px;
    }
    .hs-home-row-three .hs-full-width {
        padding: 90px 0 0;
    }

    .hs-home-row-three .hs-left h2:first-of-type,
    .hs-home-row-three .hs-left h3:first-of-type {
        width: 600px;
        margin-top: -50px;
    }

    .hs-home-row-three .hs-left {
        width: 400px;
        padding: 165px 0 0 0;
    }

    .hs-home-row-three .hs-right {
        max-width: 540px;
    }

    .hs-home-row-three .hs-right .hs_cos_wrapper_type_rich_text {
        padding: 50px 70px;
        font-size: 17px;
        line-height: 110%;
        letter-spacing: 1px;
    }
    .hs-home-row-three .hs-left {
        width: 400px;
        padding: 165px 0 0 0;
    }

    .hs-home-row-three .hs-left h2:first-of-type,
    .hs-home-row-three .hs-left h3:first-of-type {
        width: 600px;
        margin-top: -50px;
    }

    .hs-home-row-three .hs-right {
        max-width: 540px;
    }

    .hs-home-row-three .hs-right .hs_cos_wrapper_type_rich_text {
        padding: 50px 70px;
    }

    .hs-home-row-three .page-center {
        margin-top: 150px !important;
    }

    .hs-home-row-three .hs-left {
        max-width: 320px;
        padding: 120px 0 0 0;
    }

    .hs-home-row-three .hs-left h2:first-of-type,
    .hs-home-row-three .hs-left h3:first-of-type {
        width: 400px;
        margin-top: -30px;
    }

    .hs-home-row-three .hs-left blockquote {
        padding: 25px 30px;
    }

    .hs-home-row-three .hs-right {
        width: 410px;
    }

    .hs-home-row-three .hs-right .hs_cos_wrapper_type_rich_text {
        padding: 40px 50px;
    }
    .hs-home-row-three .hs-full-width a.custom-button {
        font-size: 38px;
        line-height: 55px;
        padding: 10px 38px 8px;
        letter-spacing: 0;
    }
    .hs-home-row.hs-home-row-four {
        padding-bottom: 15%;
    }
    .custom-three-col-wrapper .col-md-3.col-md-3.img-remove-index-f {
        display: none;
    }

    .custom-three-col-wrapper .col-md-3:not(.find) {
        left: 0 !important;
        width: 50%;
    }

    .custom-three-col-wrapper .col-md-3.find {
        min-height: 500px;
        width: 50% !important;
        padding: 37.5px 54px !important;
        border: 0;
    }

    .custom-three-col-wrapper .col-md-3.find h2 {
        font-size: 112px;
    }

    .custom-three-col-wrapper .col-md-3.find:after {
        display: none;
    }
    .hs-home-row-five .page-center .hs-full-width h2,
    .hs-home-row-five .page-center .hs-full-width .heading-h2 {
        font-size: 112px;
    }
    .hs-footer-col p a {
        font-size: 13px;
    }
    .hs-tootltip-tire .tull-tip-tire {
        background-size: 500px 650px;
        float: none;
        height: 650px;
        margin: 10.5% auto 0;
        position: relative;
        width: 500px;
        max-width: 500px;
    }

    .container-fluid .row-fluid .hs-product-section1 .page-center {
        padding: 0 0 20px;
    }

    .hs-product-main-content-col11 {}

    .hs-product-main-content-col11,.hs-product-main-content-col12 {}

    .hs-product-main-content-col11,.hs-product-main-content-col2 {
        width: 100% !important;
        padding: 20px 20px 0;
        margin: 0 !important;
        float: none !important;
    }

    .hs-product-main-content-col11 img[alt="patent pending"] {
        width: 190px;
        margin: -150px 0 0 0px;
    }

    .hs-product-page .hs-lightbox-wrapper {
        padding: 0;
    }
    .table_outer {
        padding: 0 20px 0px;
    }

    .hs-product-main-content-col2{
        clear:both;
    }
    .hs-product-main-content-col2 h2 {
        margin-top: 20px;
    }

    .hs-product-main-content-col2 .custom-button {
        font-size: 38px;
        line-height: 55px;
        padding: 10px 48px 8px;
        margin-bottom: 36px;
    }
    .hs-product-page .pro-btn-box {
        width: 100%;
        margin-left: 0;
    }
    .hs-tootltip-tire {
        padding: 0;
    }
    .ewrs-hs a.tull-one {
        top: 35.5%;
        left: 27%;
        position: absolute
    }

    .ewrs-hs a.tull-two {
        top: 15%;
        left: 56%;
        position: absolute
    }

    .ewrs-hs a.tull-three {
        top: 32.5%;
        left: 82.5%;
        position: absolute
    }

    .ewrs-hs a.tull-four {
        top: 53%;
        left: 75%;
        position: absolute
    }

    .ewrs-hs a.tull-five {
        top: 77%;
        left: 72%;
        position: absolute
    }

    .ewrs-hs a.tull-six {
        top: 69%;
        left: 42%;
        position: absolute
    }

    .hs-os-row1 .hs-left {
        width: 100%;
    }
    .hs-footer-col p .custom-button{
        font-size:13px;
    }

}
@media (min-width: 768px){
   table.hs-table td {
           font-size: 13px;
   }
   .custom-footer-wrapper{
       padding-bottom: 3px;
   }
}
@media only screen and (max-width: 768px) and (min-width: 640px){
     a.tull-one {
        top: 35.5%;
        left: 27%;
        position: absolute
    }

    a.tull-two {
        top: 12%;
        left: 52%;
        position: absolute
    }

    a.tull-three {
        top: 32.5%;
        left: 86.5%;
        position: absolute
    }

    a.tull-four {
        top: 53%;
        left: 75%;
        position: absolute
    }

    a.tull-five {
        top: 65%;
        left: 57.5%;
        position: absolute
    }

    a.tull-six {
        top: 58%;
        left: 23%;
        position: absolute
    }
}
/* =============== Landscape tablet and smaller devices =============== */
@media (max-width: 767px) {
    .hs-form-width,
    .hs-form-width .form-title{
        max-width:100% !important;
    }
    .hs-two-col-equal-wrapper>.hs-right h2 {
        margin: 50px 0 10px;
        line-height: 1;
    }
    .hs-os-row2 .hs-right {
        padding: 0 9%;
        margin-top: 0 !important;
    }
    .hs-os-row1 .hs-left img {
        margin-left: 5%;
        width: 90% !important;
    }

    .hs-os-row1 .hs-right {
        width: 100%;
        margin-right: 0;
        margin-top: 22px;
        padding: 20px;
    }
    .hs-our-story .banner-image ,
    .hs-tech-page .banner-image{
        min-height: 100vh !important;
    }
    .container-fluid .row-fluid .page-center {
      max-width: 100%;
    }
    .custom-header-wrapper .page-center {
      padding: 0;
    }
    .sytem-layout .banner-image{
        min-height:300px !important;
    }
    .banner-image {
        min-height: 100vh !important;
    }
    .custom-copyright {
        text-align: center;
    }
    .custom-copyright p {
        padding: 10px 0 0 0;
        margin: 0;
        font-size: 14px;
    }
    .custom-footer-wrapper {
        margin: 0;
    }
    .custom-footer-logo {
        text-align: center;
    }
    .custom-footer-logo p {
        padding: 8px 0 13px;
        margin: 0;
        font-size: 14px;
        line-height: 1.2em;
    }
    .custom-footer-logo img {
        float: none;
        padding: 4px 0 !important;
        display: inline;
    }
    .blog .blog-sidebar {
        padding: 50px 0 0;
    }
    .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
        max-width: 100%;
        float: none;
        max-height: none;
        margin: 20px 0;
    }
     a.section-scroll {
        bottom: -5px;
    }
    .hs-home-row-one .hs-left>span {
        width: 100%;
        position: relative;
        top: 0;
    }

    .hs-home-page .banner-image {
        margin:-1px 0 0;
    }

    .hs-home-row-one {
        padding: 25px 0;
        background-size: cover !important;
        background-position: left top !IMPORTANT;
    }

    .hs-home-page .body-container.container-fluid .row-fluid .page-center {
        padding: 0 15px;
    }

    .hs-home-row-one .hs-right {
        width: 100%;
        float: none;
        margin: 0 !important;
        background: #ffffff;
        border-right: 10px solid #292929;
        position: relative;
        padding: 15px 30px;
        min-width: 100%;
    }

    .hs-home-row-one .hs-left h3 {
        font-size: 58px;
    }

    .hs-home-row-one .hs-full-width {
        padding: 30px 0;
    }

    .hs-home-row-one .hs-full-width .custom-button {
        font-size: 30px;
        line-height: 45px;
        padding: 15px 30px 12px;
    }
    .hs-home-row-one .hs-left p,
    .hs-home-row-one .hs-left h6 {
        padding: 0;
    }
    .hs-home-row-two,
    .hs-home-row-three{
        padding: 0 15px 0%;
    }
    .custom-two-left-wrapper .left_img {
        position: relative;
        width: 100%;
        height: 250px;
    }
    .custom-two-left-wrapper .right_txt_sec {
        position: relative;
        width: 100%;
        padding: 30px 15px 0;
    }
    .custom-two-left-wrapper .right_txt_sec > .right_txt h2 img,
    .custom-two-left-wrapper .right_txt_sec > .right_txt h3 img {
        width: 150px;
    }
    blockquote {
        font-size: 60px;
        line-height: 100%;
        border: 1px solid #e79024;
        padding: 25px;
        width: 100%;
        max-width: 100%;
    }
    .hs-home-row-three .page-center {
        margin-top: 50px !important;
    }
    .hs-home-row-three .hs-left {
        width: 100%;
        float: left;
        padding: 150px 0 0 0;
        position: relative;
        max-width: 100%;
    }
    .hs-home-row-three .hs-left h2:first-of-type,
    .hs-home-row-three .hs-left h3:first-of-type {
        color: #fff;
        position: absolute;
        text-transform: uppercase;
        top: 0px;
        left: 0px;
        width: 100%;
        margin-top: 20px;
    }

    .hs-home-row-three .hs-left blockquote {
        margin-top:20px;
    }

    .hs-home-row-three .hs-right {
        width: 100%;
        max-width: 100%;
        margin-top: 50px;
    }
    .hs-home-row-three .hs-right .hs_cos_wrapper_type_rich_text {
        padding: 15px 30px;
    }
    .hs-home-row-three .hs-full-width {
        clear: both;
        text-align: center;
    }
    .hs-home-row-three .hs-full-width a.custom-button {
        line-height: 45px;
        padding: 15px 30px 12px;
        font-size: 35px;
    }
    .hs-home-row-three .hs-full-width a.custom-button span {
        display: block;
    }
    .hs-home-row-four .hs-full-width {
        position: relative;
        right: 0;
        padding: 0;
    }

    .hs-home-row-four .hs-full-width h2 {
        font-size: 70px;
        letter-spacing: 6px;
        color: #fff;
        line-height: 0.8em;
        text-transform: uppercase;
    }

    .hs-home-row-four .hs-full-width {
        max-width: 100%;
        padding: 0 15px;
        width: 100%;
    }

    .hs-home-row-four  .hs-main-content .hs-right:after {
        display: none;
    }

    .hs-home-row-four  .hs-main-content .hs-right {
        border: none;
    }

    .hs-home-row-four  .hs-main-content .hs-left {
        display: none;
    }

    .hs-home-row-four  .hs-main-content .hs-right img {
        width: auto;
    }
    .container-fluid .row-fluid .hs-home-row-four .page-center {
        margin-top: 50px;
    }
    .hs-home-row.hs-home-row-four {
        padding-bottom: 10%;
    }
    .custom-three-col-wrapper .col-md-3:not(.find):nth-child(2) {
        position: relative;
        top: 0;
        left: 0 !important;
        width: 100%;
        height: 500px;
    }

    .custom-three-col-wrapper .col-md-3.find {
        width: 100% !important;
        margin: 0;
        min-height: 1px;
        padding: 40px !important;
    }

    .custom-three-col-wrapper .col-md-3.find h2 {
        font-size: 70px;
    }
    .custom-three-col-wrapper {
        margin-bottom: 50px;
    }
    .hs-home-row-five .page-center .hs-full-width h2,
    .hs-home-row-five .page-center .hs-full-width .heading-h2 {
        font-size: 70px;
    }
    .hs-middle.hs-footer-col, .hs-right.hs-footer-col {
        display: none;
    }
    .hs-left.hs-footer-col {
        margin: 10% 0;
    }
    .hs-footer-col p .custom-button {
        margin-right: 20px;
    }
    .form-title {
        margin: 15px 0;
        font-size: 18px;
    }
    .hs-form-wrapper .hs-form-field {
        width: 100% !important;
        padding: 0 !important;
    }
    .hs-product-page .banner-image {
        min-height: 100vh !important;
    }
    .custom-header-wrapper{
        padding:0;
    }
    .banner-image h1 {
        font-size:72px;
        letter-spacing: 2px;
        margin-top: 20px;
        margin-bottom: 10px;
        padding: 1.5em 0 0.1em;
        line-height: 0.9em;
    }
   .custom-footer-logo p{
       padding: 10px 0 13px 0;
       float:none !important;
       text-align:center;

   }
   .custom-footer-logo img {
       float: none !important;
       text-align: center;
   }
   .custom-copyright p {
        padding: 10px 0 0px 0px;
        font-weight: 500;
        margin-bottom: -2px;
    }
   .custom-menu-primary .hs-menu-wrapper > ul{
        overflow-y: auto;
        max-height: 380px !important;
   }
    .banner-image p {
        padding: 0.5em 0em;
    }
   .banner-image .page-center{
       padding: 0 16px;
   }
   .hs-home-page .body-container .page-center {
        width: 100% !important;
    }
   .custom-form{
        width:100% !important;
   }
    .container-fluid .row-fluid .page-center {
      max-width: 100%;
    }
    .hs-product-section1 {
        padding: 18% 4%;
    }

    .hs-tootltip-tire .tull-tip-tire {
        background-size: 540px 725px;
        float: none;
        height: 725px;
        margin: 10.55% auto 0;
        position: relative;
        width: 540px;
        max-width: 540px;
    }

    .hs-product-main-content-col11 img[alt="patent pending"] {
        width: 120px;
        margin: -80px 0 0 -30px;
    }

    .hs-product-main-content-col2 .custom-button {
        font-size: 30px;
        line-height: 45px;
        padding: 15px 30px 12px;
        margin: 30px 0;
        letter-spacing: 0 !important;
    }
    .ewrs-hs a.tull-one {
        top: 37%;
        left: 24%;
        position: absolute
    }

    .ewrs-hs a.tull-two {
        top: 14%;
        left: 60%;
        position: absolute
    }

    .ewrs-hs a.tull-three {
        top: 31%;
        left: 86%;
        position: absolute
    }

    .ewrs-hs a.tull-four {
        top: 49%;
        left: 79%;
        position: absolute
    }

    .ewrs-hs a.tull-five {
        top: 67%;
        left: 62%;
        position: absolute
    }

    .ewrs-hs a.tull-six {
        top: 68%;
        left: 43%;
        position: absolute
    }
    .hs-os-row2 .hs-right {
        padding-bottom: 11.4%;
    }
    .hs-two-col-equal-wrapper>.hs-right h2 {
        padding: 20px 35px;
    }
    .hs-tech-page .body-container {
        padding: 150px 0 8%;
    }
    .hs-tech-row1-heading {
        font-size: 85px;
        margin: 0 0px 35px 0;
        padding: 25px 30px;
    }
    .hs-tech-page .banner-image h1 {
        margin: 0;
        font-size: 45px;
        color: #fff;
        line-height: 0.9em;
        padding: 1.5em 0 0.1em;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-top: 20px !important;
    }
    a.section-scroll {
        bottom: 15px;
    }
    .hs-tech-page .body-container {
        padding-top: 50px;
    }
    .hs-tech-row1 {
        padding: 10% 15px;
    }
    .hs-tech-row1 .hs-left {
        padding: 35px 0 0 0;
    }
    .hs-tech-row1-heading {
        font-size: 60px;
        line-height: 100%;
        padding: 25px;
        margin-bottom: 30px;
    }
    .hs-tech-row1-heading img {
        width: 50px;
        vertical-align: top;
        margin: 5px 0 0;
    }
    .hs-tech-row1-content {
        padding: 15px 30px;
    }
    .hs-tech-row1-content p {
        margin: 20px 0;
    }
    .hs-tech-row1 .hs-right {
        margin-top: 50px;
    }
    .hs-tech-page .custom-two-left-wrapper .right_txt_sec .right_txt h2 {
        font-size: 56px;
        line-height: 45px;
        letter-spacing: 4px;
    }

    .hs-tech-row.hs-tech-row3 .hs-right {
        width: 100%;
        position: relative;
        float: none;
    }
    .hs-tech-row.hs-tech-row3 .hs-left {
        width: 100%;
        float: none;
    }
    .hs-tech-row.hs-tech-row3 .hs-right img {
        vertical-align: middle;
        margin: 30px 10px 0 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        font-size: 18px !important;
    }
    .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        padding-top: 19px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul {
        background: #303030 !important;
    }
    .modal-header {
        margin: 5px 0;
    }

    .open .hs-popup .modal-dialog {
        margin-top: 0;
        margin-bottom: 0;
    }
    body:after {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        background: #000;
        height: 100%;
        width: 100%;
        opacity: 0.8;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s;
    }
    body.lightbox:after{
        visibility: visible;
        opacity: 0.8;
    }
    .hs-home-row-four .hs-full-width a.custom-button {
        margin: 0;
    }

    .hs-home-row-four .hs-full-width h2:last-of-type {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .hs-home-row-four a.section-scroll {
        right: 15px;
    }
    .hs-footer-col p a {
        font-size: 16px;
    }
    .hs-home-page .banner-image h1 {
        padding-top: 43px;
    }
    blockquote img {
        width: 50px;
    }
    .hs-footer-col p .custom-button{
        font-size:16px;
    }
    .container-fluid .row-fluid .hs-home-form-wrapper .page-center {
        padding: 5px 0 0 !important;
        max-width: 92%;
    }
    .hs-popup{
        padding-right:0;
    }
    form.hs-form fieldset.form-columns-3 .hs-form-field,
    form.hs-form .form-columns-2 .hs-form-field .hs-input,
    form.hs-form .form-columns-3 .hs-form-field .hs-input{
        width:100% !important;
    }

}
@media only screen and (max-width: 640px) and (min-width: 480px){
    a.tull-one {
        top: 35%;
        left: 25%;
        position: absolute
    }

    a.tull-two {
        top: 12%;
        left: 50%;
        position: absolute
    }

    a.tull-three {
        top: 33%;
        left: 86%;
        position: absolute
    }

    a.tull-four {
        top: 52%;
        left: 76%;
        position: absolute
    }

    a.tull-five {
        top: 64%;
        left: 57%;
        position: absolute
    }

    a.tull-six {
        top: 57%;
        left: 24%;
        position: absolute
    }
    .ewrs-hs a.tull-one {
        top: 37%;
        left: 23%;
        position: absolute
    }

    .ewrs-hs a.tull-two {
        top: 14%;
        left: 60%;
        position: absolute
    }

    .ewrs-hs a.tull-three {
        top: 30%;
        left: 85%;
        position: absolute
    }

    .ewrs-hs a.tull-four {
        top: 49%;
        left: 78%;
        position: absolute
    }

    .ewrs-hs a.tull-five {
        top: 76%;
        left: 71%;
        position: absolute
    }

    .ewrs-hs a.tull-six {
        top: 68%;
        left: 41%;
        position: absolute
    }
    .hs-tootltip-tire .tull-tip-tire {
        background-size: 400px 583px;
        float: none;
        height: 583px;
        margin: 0 auto;
        position: relative;
        width: 400px;
    }
    .hs-two-col-equal-wrapper>.hs-right h2{
        margin: 50px 0 70px;
    }

}

/* =============== Landscape phones and smaller devices =============== */
@media (max-width:479px) {
    .hs-tech-row.hs-tech-row3 .hs-right {
        padding-top: 0;
    }

    .hs-tech-row.hs-tech-row3 .hs-right img {
        margin-top: 39px;
    }
    .hs-two-col-equal-wrapper>.hs-right h2{
        margin: 50px 0 70px;
    }
    #hubspot-author_data .hs-author-avatar {
        margin: 10px 0 0 0;
    }
    .hs-home-row-three .hs-left {
        padding-top: 0;
    }

    .hs-home-row-three .hs-left h2:first-of-type,
    .hs-home-row-three .hs-left h3:first-of-type {
        position:static;
    }

    .hs_recaptcha.field.hs-form-field {
        max-width: 280px;
        overflow: auto;
    }
    a.tull-one {
        top: 32%;
        left: 25%;
        position: absolute
    }

    a.tull-two {
        top: 15%;
        left: 39%;
        position: absolute
    }

    a.tull-three {
        top: 31%;
        left: 85%;
        position: absolute
    }

    a.tull-four {
        top: 48%;
        left: 74%;
        position: absolute
    }

    a.tull-five {
        top: 62%;
        left: 55%;
        position: absolute
    }

    a.tull-six {
        top: 53%;
        left: 24%;
        position: absolute
    }
    .ewrs-hs a.tull-one {
        top: 34%;
        left: 22%;
        position: absolute
    }

    .ewrs-hs a.tull-two {
        top: 10%;
        left: 50%;
        position: absolute
    }

    .ewrs-hs a.tull-three {
        top: 28%;
        left: 84%;
        position: absolute
    }

    .ewrs-hs a.tull-four {
        top: 46%;
        left: 77%;
        position: absolute;
    }

    .ewrs-hs a.tull-five {
        top: 72%;
        left: 70%;
        position: absolute;
    }

    .ewrs-hs a.tull-six {
        top: 64%;
        left: 40%;
        position: absolute;
    }
    .hs-tootltip-tire .tull-tip-tire {
        background-size: 250px 350px;
        float: none;
        height: 364px;
        margin: 0 auto;
        position: relative;
        width: 250px;
        background-repeat: no-repeat;
    }
    .table_outer .table-responsive {
        display: block !important;
    }
    .hs-home-row-two, .hs-home-row-three{
        padding: 0;
    }

    .hs-home-row-four .hs-main-content {
        padding: 0 15px;
    }
    .hs-home-page .banner-image .page-center{
        padding-left:15px !important;
        padding-right:15px !important;
    }
}
@media (max-height:479px) {
    .banner-image {
        height: auto !important;
    }
}
.scroll-header .custom-logo {
    padding-right: 0;
}

.custom-logo a:hover,
.custom-logo a:focus {
    color:unset;
}

/* Google Map
   ========================================================================== */

.map-mwb-content {
    margin:0px !important;
}

body .map-mwb div[role="dialog"],
body .map-mwb div[role="dialog"]:focus {
    padding:0 !important;
}

/* DND Blocks
   ========================================================================== */

.hs-home-page-dnd .hs-home-row-one .hs-full-width {
    padding-top:56px;
}

.hs-home-page-dnd .hs-home-row-one .hs-left > .container-fluid {
    position: absolute;
    top: 25px;
    width: 520px;
    z-index: 1;
}

@media (min-width: 1440px) {
    .hs-home-page-dnd .hs-home-row-one .hs-left > .container-fluid {
        width: 610px;
    }
}

@media (max-width: 1199px) {
    .hs-home-page-dnd .hs-home-row-one .hs-left > .container-fluid {
        width: 400px;
    }
}

@media (max-width: 991px) {
    .hs-home-page-dnd .hs-home-row-one .hs-left > .container-fluid {
        width: 365px;
        position: absolute;
        top: 25px;
        left: 0px;
        z-index: 1;
    }
}

@media (max-width: 767px) {
    .hs-home-page-dnd .hs-home-row-one .hs-left > .container-fluid {
      width: 100%;
      position: relative;
      top: 0;
    }
}

@media (min-width: 1440px) {
    .hs-home-page-dnd .hs-home-row-three .hs-left {
      padding-top:254px;
    }
}

/* Updates, october, 2024
   ========================================================================== */

.footer-container-wrapper .hs-call-email.custom-button {
    padding:0;
}

.btn-round-1 {
    display: inline;
    line-height: 24px;
    padding: 10px 10px 8px;
    text-transform: uppercase;
    text-decoration: none;
    background: #e79024;
    border-radius: 5px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    min-width: 80px;
    text-align: center;
    font-family: 'Teko';
    font-weight: normal;
    font-size: 21px;
    font-weight: 500;
    outline: 0;
    margin: 5px;
    vertical-align: top;
    letter-spacing: 0px;
    color: #fff !important;
    text-decoration: none !important;
}

/* EW DND Home Page, january, 2025
   ========================================================================== */

.dnd-page {
    font-size:22px;
    line-height:1.36;
}

.dnd-page .hs_cos_wrapper_type_rich_text {
    color:#fff;
}

.dnd-page .default-container {
    max-width:1304px;
    margin:0 auto;
    padding:0 15px;
}

.modal-wrapper .youtubeModal {
    display:none;
}

.modal-wrapper.open .youtubeModal {
    display:block;
}

.dnd-page .custom-logo {
    padding-left:2px;
}

.dnd-page .container-fluid .row-fluid .page-center {
    max-width:1274px;
}

.dnd-page .banner-image video {
    position:absolute;
    z-index:-1;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

.dnd-page .banner-image h1 {
    margin:10px auto 15px;
    padding:0;
    letter-spacing:0;    
}

@keyframes fancyFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
    filter: blur(20px);
  }
  70% {
    opacity: 0.7;
    transform: scale(1.05);
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}

.dnd-page .banner-image h2 {
    margin: 0;
    font-size: 80px;
    letter-spacing: 5px;
    animation: fancyFadeIn 0.6s ease-out forwards;
}

.gradient-title {
    background: -webkit-linear-gradient(-90deg, #e79024 32%, #a8681a 50%, #e79024 92%);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #e79024;
    filter: drop-shadow(0px 1px 0px #180b0c);
}

.dnd-page .banner-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.dnd-page .banner-content {
    position: relative;
    z-index: 5;
    display:flex;
    margin-top:0;
}

.dnd-page .container-fluid .row-fluid .banner-content .page-center {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top:140px;
    padding-bottom:115px;
}

.dnd-page .pre-heading {
    font-family:Play;
    font-size:48px;
    line-height:0.9em;
    color:#fff;
}

.dnd-page .banner-image {
    position:relative;
    z-index:1;
    align-items:unset;
}

.dnd-page .banner-image p {
    margin:0;
    font-size:22px;
    line-height:1.2;
}

.dnd-page .banner-image .arrow a {
    display:flex;
    align-items:center;
    justify-content:center;
    width:48px;
    height:48px;
    margin:10px auto;
    border-radius:50%;
    border:2px solid #e79024;
    color:#e79024;
    transition:border-color 0.2s linear, color 0.2s linear;
}

.dnd-page .banner-image .arrow a:hover {
    border-color:#fff;
    color:#fff;
}

.dnd-page #floatingButtonCallUs,
.dnd-page #floatingButtonQuote {
    height:74px;
    padding-top:0;
    padding-bottom:0;
    border-radius:14px;
    border:6px solid #292929;
}

.ew25-product-landing #floatingButtonCallUs,
.ew25-product-landing #floatingButtonQuote {
    display:none;
}

.dnd-page #floatingButtonCallUs {
    left: calc(50% - 154px);
}

.dnd-page #floatingButtonQuote {
    right: calc(50% - 154px);
}

.dnd-page #floatingButtonCallUs h3 {
    margin-bottom:4px;
    font-size:24px !important;
}

.dnd-page #floatingButtonCallUs p {
    font-size:32px !important;
    line-height:19px;
    font-weight:bold;
}

.dnd-page #floatingButtonQuote h3 {
    margin-top:3px;
    font-size:32px !important;
}

.dnd-page .flags {
    display:flex;
    flex-wrap:wrap;
    color:#fff;
    font-size:19px;
    font-weight:bold;
}

.dnd-page .flags span {
    display:inline-block;
    /*white-space:nowrap;*/
    margin:0 5px 5px 0;
    padding:4px 18px;
    text-align:center;
    clip-path: polygon(0 0, 100% 0, calc(100% - 4px) 50%, 100% 100%, 0 100%, 4px 50%);
}

.dnd-page .contacts-footer {
    margin-top:68px;
}

.landing-breadcrumbs {
    font-size:22px;
    color:#fff;
}

.landing-breadcrumbs ul {
    margin:0;
    padding:0;
    list-style-type:none;
}

.landing-breadcrumbs li {
    display:inline-block;
}

.landing-breadcrumbs li:not(:last-child):after {
    content:'>';
    display:inline-block;
    margin-left:1px;
}

.landing-breadcrumbs a {
    color:#e79024;
    text-decoration:none;
}

.landing-breadcrumbs a:hover {
    text-decoration:underline;
}

.landing-button {
    background-color: #e79024;
    border: none;
    border-radius: 10px;
    box-sizing: border-box;
    color: #fff !important;
    cursor: pointer;
    display: inline-flex;
    font-family: Teko,serif;
    font-size: 34px;
    font-weight: 500;
    justify-content: center;
    padding: 16px 20px 13px;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s ease-in-out;
    line-height: .8;
    min-height: 46px;
    align-items: center;
}

.landing-button:hover,
.landing-button:focus {
    background-color: rgba(231, 144, 36, 0.8);
    text-decoration:none;
}

.landing-button.button-with-icon {
    color: #fff;
    text-decoration: none;
}

.landing-button.button-with-icon::before {
    content: "";
    display: inline-block;
    margin-right: 20px;
    position: relative;
    top: -3px;
    width: 43px;
    flex:0 0 43px;
    z-index: 1;
    min-height:46px;
}

.landing-button.button-with-icon.button-icon-tv::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='%23ffffff' d='M64 64l0 288 512 0 0-288L64 64zM0 64C0 28.7 28.7 0 64 0L576 0c35.3 0 64 28.7 64 64l0 288c0 35.3-28.7 64-64 64L64 416c-35.3 0-64-28.7-64-64L0 64zM128 448l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-384 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 40px;
}

.landing-button.button-with-icon.button-icon-file-video::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%23ffffff' d='M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM64 288c0-17.7 14.3-32 32-32l96 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32l0-96zM300.9 397.9L256 368l0-64 44.9-29.9c2-1.3 4.4-2.1 6.8-2.1c6.8 0 12.3 5.5 12.3 12.3l0 103.4c0 6.8-5.5 12.3-12.3 12.3c-2.4 0-4.8-.7-6.8-2.1z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 30px;
}

.landing-button.button-with-icon.button-icon-compass::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M352 96c0 14.3-3.1 27.9-8.8 40.2L396 227.4c-23.7 25.3-54.2 44.1-88.5 53.6L256 192c0 0 0 0 0 0s0 0 0 0l-68 117.5c21.5 6.8 44.3 10.5 68.1 10.5c70.7 0 133.8-32.7 174.9-84c11.1-13.8 31.2-16 45-5s16 31.2 5 45C428.1 341.8 347 384 256 384c-35.4 0-69.4-6.4-100.7-18.1L98.7 463.7C94 471.8 87 478.4 78.6 482.6L23.2 510.3c-5 2.5-10.9 2.2-15.6-.7S0 501.5 0 496l0-55.4c0-8.4 2.2-16.7 6.5-24.1l60-103.7C53.7 301.6 41.8 289.3 31.2 276c-11.1-13.8-8.8-33.9 5-45s33.9-8.8 45 5c5.7 7.1 11.8 13.8 18.2 20.1l69.4-119.9c-5.6-12.2-8.8-25.8-8.8-40.2c0-53 43-96 96-96s96 43 96 96zm21 297.9c32.6-12.8 62.5-30.8 88.9-52.9l43.7 75.5c4.2 7.3 6.5 15.6 6.5 24.1l0 55.4c0 5.5-2.9 10.7-7.6 13.6s-10.6 3.2-15.6 .7l-55.4-27.7c-8.4-4.2-15.4-10.8-20.1-18.9L373 393.9zM256 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 40px;
}

.contacts-footer {
    margin-top: 40px;
    padding-top: 45px;
    padding-bottom: 37px;
    color: #fff;
    background-size: cover;
    background-image:url(data:image/jpeg;base64,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);
}

.contacts-footer a {
    color: inherit;
    text-decoration: none;
}

.contacts-footer .title {
    font-family: Teko;
    font-size: 72px;
    line-height: 1;
    text-align: center;
    font-weight: 500;
}

.contacts-footer .description {
    margin-bottom: 47px;
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    line-height: 1.2;
}

.contacts-footer .btn-round-1 {
    display: inline-block;
    margin: 0;
    padding: 19px 14px 15px;
    font-size: 34px;
    border-radius: 10px;
    transition: background-color 0.2s ease-in-out;
}

.contacts-footer .btn-round-1:hover {
    background-color: rgba(231, 144, 36, 0.8);
}

.contacts-footer .columns {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.contacts-footer .columns > .column {
    flex: 0 0 50%;
    max-width: 50%;
}

.contacts-footer .col-right {
    margin-top: 7px;
    text-align: center;
}

.contacts-footer .col-right .title {
    margin-bottom: 24px;
    font-family: Teko;
    font-size: 32px;
    color: #e79024;
    font-weight: 500;
}

.contacts-footer .col-right .description {
    max-width: 550px;
    margin: 0 auto 34px;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.2;
}

.contacts-footer .col-left .column {
    margin-bottom: 38px;
}

.contacts-footer .col-left .icon {
    flex: 0 0 38px;
}

.contacts-footer .col-left .icon img {
    display: block;
}

.contacts-footer .col-left .info {
    flex: 1;
    padding-top: 7px;
}

.contacts-footer .col-left .title {
    display: flex;
    margin-bottom: 6px;
    text-align: left;
    font-size: 32px;
    color: #e79024;
}

.contacts-footer .col-left .text {
    padding-left: 38px;
}

.contacts-footer .social {
    display: flex;
    gap: 28px;
    margin-top: 10px;
    padding-left: 38px;
    font-size: 28px;
}

.contacts-footer .social a {
    transition: color 0.2s ease-in-out;
}

.contacts-footer .social a:hover {
    color: #e79024;
}

.footer-bottom .custom-footer-wrapper .page-center {
    max-width: 1304px !important;
    margin: 0 auto;
    padding: 0 15px;
}

.footer-bottom .custom-footer-wrapper .page-center .row-fluid {
    display:flex;
    align-items:center;
    padding-bottom:60px;
}

.ew25-product-lander .main-content {
    max-width:1274px;
    margin:126px auto 0;
    padding:35px 15px;
    background:#fff;
    box-sizing: content-box;
}

.dnd-page [data-hsfc-id="Renderer"] .hsfc-RichText {
    color:#000;
}

.dnd-page [data-hsfc-id="Renderer"] .hsfc-Step .hsfc-Step__Content {
    padding:0;
}

.dnd-page [data-hsfc-id="Renderer"] .hsfc-FieldLabel {
    font-size: 16px;
    font-family: Play;
    color: #000;
}

.dnd-page [data-hsfc-id="Renderer"] .hsfc-TextField > :not(:last-child),
.dnd-page [data-hsfc-id="Renderer"] .hsfc-EmailField > :not(:last-child),
.dnd-page [data-hsfc-id="Renderer"] .hsfc-PhoneField > :not(:last-child),
.dnd-page [data-hsfc-id="Renderer"] .hsfc-DropdownField > :not(:last-child) {
    margin-bottom:0;
}

.dnd-page [data-hsfc-id="Renderer"] .hsfc-TextInput {
    height:46px;
    line-height:46px;
    border-radius:0;
    border:1px solid #e79024;
    padding-top:5px;
    padding-bottom:5px;
    font-size:16px;
    background:#868686;
    color:#fff;
}

.dnd-page [data-hsfc-id="Renderer"] .hsfc-TextInput:hover,
.dnd-page [data-hsfc-id="Renderer"] .hsfc-TextInput:focus{
    box-shadow:unset;
}

.dnd-page [data-hsfc-id="Renderer"] .hsfc-PhoneInput:not(.hsfc-PhoneInput--rtl) .hsfc-PhoneInput__FlagAndCaret {
    padding-top:7px;
    padding-bottom:7px;
    border-radius:0;
    border:1px solid #e79024;
    background:#868686;
}

.dnd-page [data-hsfc-id="Renderer"] .hsfc-PhoneInput__FlagAndCaret__Caret {
    border-top-color:#fff;
}

.dnd-page [data-hsfc-id="Renderer"] .hsfc-DropdownOptions {
    border-color:#e79024;
    border-radius:0;
    font-size:16px;
}

.dnd-page [data-hsfc-id="Renderer"] .hsfc-DropdownInput__Caret > span {
    border-top-color:#fff;
}

.dnd-page .hsfc-RichText p {
    margin-bottom:0;
}

.dnd-page [data-hsfc-id="Renderer"] .hsfc-ErrorAlert {
    margin-top:2px;
    font-size:16px;
}

.dnd-page [data-hsfc-id="Renderer"] .hsfc-Button {
    box-shadow:unset;
    background-color: #e79024;
    border: none;
    border-radius: 10px;
    box-sizing: border-box;
    color: #fff !important;
    cursor: pointer;
    display: inline-flex;
    font-family: Teko,serif;
    font-size: 34px;
    font-weight: 500;
    justify-content: center;
    padding: 22px 28px 19px;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s ease-in-out;
}

.dnd-page.ew25-product-lander [data-hsfc-id="Renderer"] .hsfc-Button::before {
    content: "";
    display: inline-block;
    margin-right: 12px;
    position: relative;
    top: -3px;
    width: 38px;
    flex:0 0 38px;
    z-index: 1;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23ffffff' d='M0 24C0 10.7 10.7 0 24 0L69.5 0c22 0 41.5 12.8 50.6 32l411 0c26.3 0 45.5 25 38.6 50.4l-41 152.3c-8.5 31.4-37 53.3-69.5 53.3l-288.5 0 5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5L488 336c13.3 0 24 10.7 24 24s-10.7 24-24 24l-288.3 0c-34.6 0-64.3-24.6-70.7-58.5L77.4 54.5c-.7-3.8-4-6.5-7.9-6.5L24 48C10.7 48 0 37.3 0 24zM128 464a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 38px;
}

.dnd-page [data-hsfc-id="Renderer"] .hsfc-Button:hover {
    background-color: rgba(231, 144, 36, 0.8);
}

.dnd-page [data-hsfc-id="Renderer"] .hsfc-Button:not([disabled]):hover {
    transform:unset;
    filter:unset;
}

.dnd-page [data-hsfc-id="Renderer"] .hsfc-NavigationRow__Buttons:has(> :only-child) {
    justify-content:center;
}

@media screen and (max-width: 767px) {
    .footer-bottom .custom-footer-wrapper .page-center .row-fluid {
        display:block;
    }
}

@media screen and (max-width: 1024px) {
    .contacts-footer > .default-container > .columns {
        display: block;
    }

    .contacts-footer > .default-container > .columns > .column {
        max-width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .contacts-footer .columns {
        display: block;
    }

    .contacts-footer .columns .column {
        max-width: 100%;
        text-align: center;
    }

    .contacts-footer .col-left .title {
        justify-content: center;
    }

    .contacts-footer .col-left .text,
    .contacts-footer .col-left .social {
        padding-left: 0;
        justify-content: center;
    }
}


/**
 * Carousel Slider
 */

.carousel-slider {
    max-width:996px;
    margin:18px auto;
}

.carousel-slider .item {
    overflow:hidden;
    background-color:#dedede;
    box-shadow:inset 0px 0px 7px 0px rgba(0,0,0,0.1);
}

.carousel-slider .item > * {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.carousel-slider .splide__slide img {
    width:100%;
    height:100%;
    object-fit:cover;
}

.carousel-slider .splide__arrows {
    display:flex;
    justify-content:space-between;
    position:absolute;
    z-index:1;
    bottom:3px;
    left:6px;
    right:6px;
}

.carousel-slider .splide__arrow {
    padding: 0;
    background: transparent;
    border: 0;
    cursor:pointer;
    transition: opacity .15s linear;
}

.carousel-slider .splide__arrow:hover {
    opacity:.7;
}

.carousel-slider .splide__arrow .arrow-bg {
    fill: #dc8d2b;
}

.main-carousel-slider .item {
    position:relative;
    z-index:1;
    width:100%;
    padding-bottom:56.25%;
}

.main-carousel-slider .item.video-item {
    cursor:pointer;
}

.nav-carousel-slider {
    min-height:90px;
    margin-top:8px;
}

.nav-carousel-slider .item {
    position:relative;
    z-index:1;
    margin-bottom:8px;
    cursor: pointer;
    overflow: visible;
    background:transparent;
}

.nav-carousel-slider .item:after {
    content: "";
    position: absolute;
    left: 0;
    right:0;
    bottom: -8px; 
    height: 8px;
}

.nav-carousel-slider .item.is-active:after {
    background: #e79024;
}

.hs-popup.carousel-slider-video-modal.visible {
    opacity:1;
    visibility:visible;
}

.hs-popup.carousel-slider-video-modal .modal-dialog {
    margin: 30px auto;
    transform: translate(0);
}

#monerisCheckout {
    z-index:9999999;
}

/**
 * Carousel Slider END
 */

@media (max-width: 1279px) { 
    .dnd-page .custom-logo {
        padding-left:15px;
    }
  
    .dnd-page.scroll-header .custom-logo {
        margin-top:6px;
    }
}

@media (max-width: 1199px) {  
    .dnd-page.scroll-header .custom-logo {
        margin-top:11px;
    }
}

@media screen and (max-width: 1024px) {
    .dnd-page #floatingButtonCallUs,
    .dnd-page #floatingButtonQuote {
        width:47%;
    }

    .dnd-page #floatingButtonCallUs {
        left:2%;
    }

    .dnd-page #floatingButtonQuote {
        right:2%;
    }
}

@media screen and (min-width: 1024px) {
    .dnd-page .custom-menu-primary .hs-menu-wrapper > ul {
        display:flex;
        align-items:center;
    }

    .dnd-page .custom-menu-primary {
        padding-right:11px;
    }

    .dnd-page .custom-menu-primary .hs-menu-wrapper > ul > li,
    .dnd-page .custom-menu-primary .hs-menu-wrapper > ul > li:hover {
        border-bottom-width:4px;
    }

    .dnd-page .custom-menu-primary .hs-menu-wrapper > ul > li {
        margin: 0 18.5px;
    }

    .dnd-page .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        letter-spacing:0;
        padding: 15px 0 10px;
    }
}

@media screen and (max-width: 1023px) {
    .dnd-page.scroll-header .mobile-trigger {
        top:-62px;
    }
  
    .dnd-page.scroll-header .custom-logo {
        margin-top:0;
        padding-top:15px;
        padding-bottom:15px;
    }
  
    .dnd-page .mobile-trigger {
        top:-57px;
    }
}

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

}

@media screen and (max-width: 767px) {
    .dnd-page .custom-logo {
        margin-top:15px;
        padding-left:15px;
    }

    .dnd-page .pre-heading {
        font-size:24px;
    }

    .dnd-page .banner-image h1 {
        font-size:60px;
    }

    .dnd-page .body-container-wrapper h2 {
        font-size: 42px;
        letter-spacing: 0px;
    }

    .dnd-page .banner-image p {
        font-size:18px;
    }

    .dnd-page #floatingButtonCallUs p {
        font-size:20px !important;
    }
  
    .dnd-page .dnd_main_section-row-0-padding {
        padding-top: 100px !important;
    }
}

.hs-form input[name="ewbt"],
.hs-form label[for="ewbt"] {
    position: absolute !important;
    left: -9999px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}