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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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

@font-face {
  font-family: 'Helvetica';
  src: url('//2637874.fs1.hubspotusercontent-na1.net/hubfs/2637874/raw_assets/public/STM%20June%202019/Coded%20Files/fonts/Helvetica-Bold.eot');
    src: url('//2637874.fs1.hubspotusercontent-na1.net/hubfs/2637874/raw_assets/public/STM%20June%202019/Coded%20Files/fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
      url('//2637874.fs1.hubspotusercontent-na1.net/hubfs/2637874/raw_assets/public/STM%20June%202019/Coded%20Files/fonts/Helvetica-Bold.woff2') format('woff2');
        url('//2637874.fs1.hubspotusercontent-na1.net/hubfs/2637874/raw_assets/public/STM%20June%202019/Coded%20Files/fonts/Helvetica-Bold.woff') format('woff'),
          url('//2637874.fs1.hubspotusercontent-na1.net/hubfs/2637874/raw_assets/public/STM%20June%202019/Coded%20Files/fonts/Helvetica-Bold.ttf') format('truetype'),
            url('//2637874.fs1.hubspotusercontent-na1.net/hubfs/2637874/raw_assets/public/STM%20June%202019/Coded%20Files/fonts/Helvetica-Bold.svg#CircularStd-Book') format('svg');
              font-weight: normal;
              font-style: normal;
              font-display: swap;
              }
@font-face {
  font-family: 'ITC Avant Garde Gothic';
  src: url('//2637874.fs1.hubspotusercontent-na1.net/hubfs/2637874/raw_assets/public/STM%20June%202019/Coded%20Files/fonts/AvantGarde-Medium.eot');
    src: url('//2637874.fs1.hubspotusercontent-na1.net/hubfs/2637874/raw_assets/public/STM%20June%202019/Coded%20Files/fonts/AvantGarde-Medium.eot?#iefix') format('embedded-opentype'),
      url('//2637874.fs1.hubspotusercontent-na1.net/hubfs/2637874/raw_assets/public/STM%20June%202019/Coded%20Files/fonts/AvantGarde-Medium.woff2') format('woff2');
        url('//2637874.fs1.hubspotusercontent-na1.net/hubfs/2637874/raw_assets/public/STM%20June%202019/Coded%20Files/fonts/AvantGarde-Medium.woff') format('woff'),
          url('//2637874.fs1.hubspotusercontent-na1.net/hubfs/2637874/raw_assets/public/STM%20June%202019/Coded%20Files/fonts/AvantGarde-Medium.ttf') format('truetype'),
            url('//2637874.fs1.hubspotusercontent-na1.net/hubfs/2637874/raw_assets/public/STM%20June%202019/Coded%20Files/fonts/AvantGarde-Medium.svg#CircularStd-Book') format('svg');
              font-weight: 500;
              font-style: normal;
              font-display: swap;
              }
@font-face {
  font-family: 'ITC Avant Garde Gothic';
  src: url('//2637874.fs1.hubspotusercontent-na1.net/hubfs/2637874/raw_assets/public/STM%20June%202019/Coded%20Files/fonts/AvantGardeCE-Book.eot');
    src: url('//2637874.fs1.hubspotusercontent-na1.net/hubfs/2637874/raw_assets/public/STM%20June%202019/Coded%20Files/fonts/AvantGarde-Medium.eot?#iefix') format('embedded-opentype'),
      url('//2637874.fs1.hubspotusercontent-na1.net/hubfs/2637874/raw_assets/public/STM%20June%202019/Coded%20Files/fonts/AvantGardeCE-Book.woff2') format('woff2');
        url('//2637874.fs1.hubspotusercontent-na1.net/hubfs/2637874/raw_assets/public/STM%20June%202019/Coded%20Files/fonts/AvantGardeCE-Book.woff') format('woff'),
          url('//2637874.fs1.hubspotusercontent-na1.net/hubfs/2637874/raw_assets/public/STM%20June%202019/Coded%20Files/fonts/AvantGardeCE-Book.ttf') format('truetype'),
            url('//2637874.fs1.hubspotusercontent-na1.net/hubfs/2637874/raw_assets/public/STM%20June%202019/Coded%20Files/fonts/AvantGardeCE-Book.svg#CircularStd-Book') format('svg');
              font-weight: normal;
              font-style: normal;
              font-display: swap;
              }


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

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');
body{ font-family: 'Open Sans', sans-serif;background: #f3f3f3;margin: 0 !important;}
.row-fluid .page-center {	max-width: 1170px;padding: 0 15px; margin: 0 auto !important;float: none;}
.hs-content-id-10477365121.hs-landing-page.hs-page {margin-top: 0 !important;margin-left: 0 !important;margin-right: 0 !important;margin-bottom: 0 !important;}
.header-container.container-fluid {	position: absolute;top: 0;left: 0;right: 0;}
.baner-top .banner-content {overflow: hidden;}
.main-hero-mod {width: 100%;height: 933px;background-size: cover !important;}
.baner-top .banner-content {padding-top: 183px;float: right;width: 53%;}
#header-with-logo-only img {padding-top: 103px;width: 285px !important;height: 26px;object-fit: contain;}
#header-with-logo-only img {padding-top: 103px;width: 285px !important;height: 26px;object-fit: contain;}
.banner-heading h1 {color: white;font-size: 38px;font-weight: 700;line-height: 43px;text-align: right;}
.ebook-image {padding-top: 187px;}
.ebook-image img {height: 550px;width: 513px;object-fit: contain;padding-top: 47px;margin-left: -12px;}
.banner-btn {float: right;}
.banner-btn a {background: #d12229;color: white;font-size: 28px;text-decoration: none;padding: 15px 30px;margin: 0 8px;margin-top: 24px;display: block;transition: all ease-in-out 0.5s;}
.banner-btn a:hover {background: black;transition: all ease-in-out 0.5s;}
.slider-modeless {margin-top: 22%;}
.slider-modeless .mod-content {width: 62%;background: white;float: left;box-shadow: 7px 0px 25px rgba(0,0,0,0.10);transform: scale(.9);margin-top: -84px;padding-top: 56px;position:relative;padding-bottom:136px;}

/*******
.slider-modeless .slick-list.draggable {
display: block;
overflow: hidden;
width: 38%;
box-shadow: 7px 0px 25px rgba(0,0,0,0.10);
margin-top: -22px !important;
right: 36px;
z-index: -1;
}
****/
.slider-modeless h4 {font-size: 34px;width: 65%;margin: auto;font-weight: 400 !important;line-height: 48px;}
.slider-modeless p {font-size: 19px;font-weight: 300 !important;margin: auto;line-height: 40px;
  color: #5f5f5f;width: 65%;	margin-top: 21px;}
.slider-modeless ul {position: absolute;right: 0;width: 100%;bottom: -15%;padding-right: 0 !important;padding-left: 0 !important;left: 0;margin: auto;text-align:center;}
.slider-modeless {position: relative;}
.slider-modeless ul li {display: inline-block;margin: 24px 21px;}
.slider-modeless ul li button {width: 68px;height: 3px;cursor: pointer;border: 0;background: #5d5f60;font-size: 0;}
.slider-modeless ul li button:hover {background: red;transition: all ease-in-out 0.5s;}
.contacte-form,.footer-container-wrapper {margin-top: 150px;}
.contacte-form .form-title {font-size: 27px;font-weight: 400 !important;text-align: center;position: relative;}
.contacte-form .form-title::after {position: absolute;background: #d12229;width: 127px;height: 2px;content: "";left: 0;right: 0;margin: 0px auto;bottom: -13px;}
#hs_cos_wrapper_form_918890461_title::after {display: none !important;}
.contacte-form .form-mod{width: 75% ;margin: auto;padding-top: 20px;}
.contacte-form .form-columns-2 {max-width: 100% !important;}
.contacte-form .hs-form-1ab5f2bd-7245-4767-87ef-3a83691a2fc2_dde17eba-a330-4b4a-811a-6cf12aea40e3 fieldset.form-columns-2 .hs-form-field {width: 47%;float: left;}
.contacte-form  label {display: none;}
.contacte-form  input[type="text"] {	width: 96%;}
.form-mod h3::after {display: none;}
.contacte-form input, .contacte-form select {padding: 17px 24px;margin: 11px 0;box-shadow: 8px 0px 10px rgba(230,230,231,0.75);border: none;}
.contacte-form  .hs-form-1ab5f2bd-7245-4767-87ef-3a83691a2fc2_515d7588-4358-4aad-a519-8dc02d7d37fd fieldset {border: 0;padding: 0;margin: 0;max-width: 100%;}
.contacte-form .form-columns-1 {max-width: 928px !important;}
.hs-form-1ab5f2bd-7245-4767-87ef-3a83691a2fc2_8cfef9b9-59ed-41b9-b477-26702bb1c6b5fieldset.form-columns-1 .hs-input {width: 97% !important;}

.contacte-form .page-center { /**
  box-shadow: 0px 0px 15px rgba(230,230,231,0.9);**/padding-top: 54px;background: #D6D6D4;padding-bottom: 90px;}
.contacte-form .page-center .actions {text-align: center;margin-top: 41px;display: block;}
.contacte-form .page-center .hs-button.primary.large {color: white;font-size: 22px;background:#D12229;font-weight: 400 !important;padding: 22px 33px;}
.contacte-form .page-center .hs-button.primary.large:hover {background: black;transition: all ease-in-out 0.5s;cursor: pointer}
.footer-container-wrapper {background: #26292c;color: white;padding-top: 60px;padding-bottom: 20px;}
.footer-container-wrapper a img {display: block;margin-top: 28px;width: 238px !important;height: 30px;object-fit: contain;}
.footer-container-wrapper h4 {font-size: 19px;font-weight: 600;margin-bottom: 10px;}
.footer-container-wrapper ul li a, .footer-container-wrapper p a {padding-left: 0 !important;line-height: 16px;font-size: 15px;font-weight: 400 !important;}
.footer-container-wrapper {margin-top: 0;}
.footer-container-wrapper p a {	line-height: 33px !important;text-decoration: none;}
#lastg {	margin-top: 77px;position: relative;}
#lastg::after {position: absolute;	background: #5d5f60;width: 100%;height: 2px;content: "";top: -44px;}
#lastg ul li a {padding: 0;margin-top: -3px;font-weight: 300 !important;}
#lastg {color: #5d5f60;}
/* Slider */
.slick-slider
{ position: relative;display: block;box-sizing: border-box;  -webkit-user-select: none;
  -moz-user-select: none;    -ms-user-select: none;
  user-select: none; -webkit-touch-callout: none; -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;webkit-tap-highlight-color: transparent;}
.slick-list
{position: relative;display: block;overflow: hidden; margin: 0; padding: 0;}
.slick-list:focus{ outline: none;}
.slick-list.dragging{cursor: pointer; cursor: hand;}
.slick-slider .slick-track,
.slick-slider .slick-list{ -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slick-track
{position: relative; top: 0; left: 0;display: block;margin-left: auto;margin-right: auto;}
.slick-track:before,
.slick-track:after{ display: table;content: '';}
.slick-track:after{ clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{display: none;float: left;  height: 100%;min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{display: block;}
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{ pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{ visibility: hidden;}
.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {  display: none;}
.content-module-box.chemical {margin-top: -4%;}
.content-module-box.chemical .page-center{background: white;padding: 60px 0;box-shadow: 0px 0px 19px rgba(0,0,0,0.19);}
.content-module-box.chemical .page-center .box-content {width: 85%;margin: auto;}
.content-module-box.chemical .page-center .box-content h3 {
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.content-module-box.chemical .page-center .box-content p {font-weight: 400;line-height: 28px;
  font-size: 16px;letter-spacing: 1px;color: black;margin-bottom: 26px;}
.content-module-box.chemical .page-center .box-content ul li {line-height: 30px;font-size: 17px;font-weight: 400;}
.content-module-box.chemical .page-center .box-content ul {padding-left: 15px;}
.content-module-box.chemical .page-center .box-content .box-button {text-align: center;}
.content-module-box.chemical .page-center .box-content .box-button a {background: #d12229;color: white;text-decoration: none;font-weight: 600;font-size: 17px;padding: 17px 45px;margin-top: 7px;display: inline-block;transition: all ease-in 0.5s;}                     
.content-module-box.chemical .page-center .box-content .box-button a:hover {background: black;transition: all ease-out 0.5s;}
.slider-modeless {margin-top: 4%;}
.ebook-slider-mod.slider-image .slick-list.draggable {width: 83%;margin: auto;}
.ebook-slider-mod.slider-image .page-center img {width: 996px;object-fit: cover !important;height: 637px;}
.ebook-slider-mod.slider-image .slick-dots .slick-active {line-height: 0px;background: red;position: relative;top: 4px;}
.ebook-slider-mod.slider-image .slick-active button {background:transparent !important;}
.contacte-form input[type="text"] {width: 100%;}
.hs-error-msg {color: red !important;display: block !important;}
.no-list.hs-error-msgs.inputs-list {padding-left: 0;}
.no-list.hs-error-msgs.inputs-list li {list-style: none;font-size: 14px;font-weight: 600;}
.hs-form-1ab5f2bd-7245-4767-87ef-3a83691a2fc2_4b2992e5-ee3a-41ff-af08-71d672647710 fieldset.form-columns-1 .hs-input {	width: 97%;}
#download {background: #D6D6D4;}
.hs-content-id-10477365121 select {width: 97%;}
.hs-content-id-10477365121 #email-610b4b54-8626-4825-a440-c4c566afa265_8435 {	width: 97%;}
.hs-form-1ab5f2bd-7245-4767-87ef-3a83691a2fc2_e7e77c15-609d-4c50-91e4-83510179340e fieldset.form-columns-2 .input {margin-right: 8px;}
.hs-content-id-10477365121 .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {	width: 48%;	float: left;}
.hs-content-id-10477365121 .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field {
  width: 46%;	float: left;	margin: 0 26px;}
.hs-content-id-10477365121 #email-610b4b54-8626-4825-a440-c4c566afa265_9887 {max-width: 97%;width: 100%;}
.hs-content-id-10477365121 .hs-input {width: 97%;}
.ebook-download-box.new-section-ebook {	margin-top: 173px;}
.ebook-download-box.new-section-ebook .page-center {background: #D6D6D4;padding: 63px 0;display: block;overflow: hidden;}
.ebook-download-box.new-section-ebook .page-center .right-col {width: 50%;float: left;margin-right: ;	margin-left: ;	overflow: hidden;display: block;}
.ebook-download-box.new-section-ebook .page-center .left-col {
  width: 40%;
  margin-left: 3%;
  float: left;
}
.ebook-download-box.new-section-ebook .page-center .left-col img {min-height: 360px;height: 100%;width: 360px;object-fit: cover !important;}
.ebook-download-box.new-section-ebook .page-center .right-col .banner-btn {float: left;}
.ebook-download-box.new-section-ebook .page-center .right-col h2 {font-size: 37px;color: black;font-weight: 800;margin-bottom: 0;}
.ebook-download-box.new-section-ebook .page-center .right-col h5 {font-size: 21px;margin-top: 7px;font-weight: 400;line-height: 29px;}
.ebook-download-box.new-section-ebook .page-center .right-col .banner-btn a {margin-top: 0;font-size: 18px;padding: 16px 28px;}
.ebook-download-box.new-section-ebook .page-center .right-col .banner-btn a img {margin-left: 7px;width: 19px;display: inline-block;position: relative;text-align: ;top: -2px;}
.section-header.headin-textgh {text-align: center;margin-bottom: 70px;}
.section-header.headin-textgh h2 {color: #898989;font-size: 35px;font-weight: 300;position: relative;}
.section-header.headin-textgh h2::after {position: absolute;background: #D12229;content: "";width: 35%;height: 2px;	right: 14px;bottom: 0;top: 5px;margin: auto;}
.section-header.headin-textgh h2::before {
  position: absolute;
  background:#D12229;
  content: "";
  width: 35%;
  height: 2px;
  right: ;
  left: 14px;
  top: 5px;
  bottom: 0;
  margin: auto;
}
.ebook-slider-mod.slider-image .page-center .main-slide-mod.slick-initialized.slick-slider.slick-dotted {
  background: #D6D6D4;
  padding-top: 90px;
  padding-bottom: 80px;
}

/*****lp-spill-kit-checklist page 29/08/2022****/
.new_ebook_lp  .spillkit-banner .banner-content .heading_section h1 {text-align: left;}
.new_ebook_lp  .spillkit-banner .banner-btn {float: left;}

/*****lp-spill-kit-checklist page 29/08/2022 end****/

/******************thanku-page********************/
.thankyou-19-temp .span12.widget-span.widget-type-cell.header-section.header-for-thankyou {
  background: #000;
  padding: 13px 0;
}
.thankyou-19-temp .hs-image-widget {
  height: 22px;
  object-fit: contain;
}
.thankyou-19-temp .span12.widget-span.widget-type-cell.header-section.header-for-thankyou #hs_cos_wrapper_module_1563854204480120 {
  text-align: end;
}
.thankyou-19-temp .span12.widget-span.widget-type-cell.main-body-content.gray-bg {
  margin-top: 6%;
  margin-bottom: 3%;
}
.thankyou-19-temp .span12.widget-span.widget-type-cell.main-body-content.gray-bg .page-header.section-header {
  margin-bottom: 0 !important;
}
.thankyou-19-temp .span12.widget-span.widget-type-cell.main-body-content.gray-bg .span12.widget-span.widget-type-custom_widget.section-header {
  max-width: 100%;
  margin-bottom: 30px !important;
}
.thankyou-19-temp .span12.widget-span.widget-type-cell.main-body-content.gray-bg .page-header.section-header {
  width: 100%;
  text-align: center;
}
.thankyou-19-temp .span12.widget-span.widget-type-cell.main-body-content.gray-bg .page-header.section-header h1 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: -6px;
}
.thankyou-19-temp .span12.widget-span.widget-type-cell.main-body-content.gray-bg .page-header.section-header p.secondary-header {
  font-size: 20px;
  font-weight: 300;
  color: #5f5f5f;
  word-spacing: 3px;
  margin-bottom: 10px;
  margin-top: 0;
}

.thankyou-19-temp .span12.widget-span.widget-type-cell.main-body-content.gray-bg .image-content-mod .mod-inner-wrap, .span12.widget-span.widget-type-cell.main-body-content.gray-bg .mod-inner-wrap {
  text-align: center;
  box-shadow: 7px 0px 25px rgba(230,231,231,0.75);
  background: #fff;
  padding: 30px 0;
  border-bottom: solid 6px transparent;
  height: 660px;
}
.thankyou-19-temp .span12.widget-span.widget-type-cell.main-body-content.gray-bg .image-content-mod .mod-inner-wrap:hover, .span12.widget-span.widget-type-cell.main-body-content.gray-bg .mod-inner-wrap:hover  { background: white;transition: all ease-in-out 0.5s;}
.thankyou-19-temp .span12.widget-span.widget-type-cell.main-body-content.gray-bg .image-content-mod .mod-inner-wrap{float: left;margin-left: 2%;}
.thankyou-19-temp .span12.widget-span.widget-type-cell.main-body-content.gray-bg .image-content-mod .mod-inner-wrap:hover a, .span12.widget-span.widget-type-cell.main-body-content.gray-bg .mod-inner-wrap:hover a {
  background: #d12229;
  color: white;
  transition: all ease-in-out 0.5s;
}
.thankyou-19-temp .mod-inner-wrap.inner-1 .mod-image img {
  height: 346px;
  object-fit: cover;
  padding: 10px 14px;
}

.thankyou-19-temp  .mod-inner-wrap .mod-content p strong {
  color: black;
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
}
.thankyou-19-temp  .mod-inner-wrap .mod-content p {
  margin-top: 34px !important;min-height: 89px;
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
}
.thankyou-19-temp  .mod-inner-wrap.inner-2 .mod-image img {
  width: 422px;
  height: 346px;
  object-fit: cover;
  margin-bottom: 0px;
}
.thankyou-19-temp  .image-content-mod .mod-btn {
  margin-top: 45px;
  margin-bottom: 25px;
}
.thankyou-19-temp .mod-btn span a {
  background: #d12229;
  font-size: 18px;
  font-weight: bold;
  color: black;
  padding: 20px 84px;
  color: white;
  line-height:normal;
}
.thankyou-19-temp .span12.widget-span.widget-type-cell.header-section.header-for-thankyou #hs_cos_wrapper_module_1563854204480120 span a {
  color: white;
  font-weight: 600;
}
.thankyou-19-temp  .site-footer address {
  font-size: 13px;
  line-height: 20px;font-weight:600;
  margin-left: -6px;
}
.thankyou-19-temp .site-footer {
  padding-top: 7px;
}
.thankyou-19-temp .site-footer h4 {
  color: #fff;
  letter-spacing: 1.09px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}

.thankyou-19-temp .site-footer .hs-menu-wrapper > ul > li {
  margin-bottom: 0;
}
.thankyou-19-temp  .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
  padding: 6px 0px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600 !important;
}
.thankyou-19-temp  .site-footer .customer-support p {
  margin: 0;
  font-weight: 600;
}
.thankyou-19-temp  .footer-container-wrapper {
  padding-bottom: 0;
}
.thankyou-19-temp .row-fluid-wrapper.row-depth-1.row-number-2 .span6.widget-span.widget-type-text.text-center.text-lg-left.col-12.col-lg-6 #hs_cos_wrapper_module_1523923675752743 {
  font-size: 15px;
  font-weight: 400;
}
.thankyou-19-temp #hs_menu_wrapper_module_1523922756173382 ul {
  position: relative;
  left: 10px;
}

.thankyou-19-temp #hs_cos_wrapper_module_1523922772725392 h4 {
  position: relative;
  left: 8px;
}
.thankyou-19-temp a#cta_button_2637874_c0b2fa84-02f9-49c9-949a-189234d806d4 {
  background: #f4f4f4;
  color: black; 
  display: inline-block;
}
.thankyou-19-temp a#cta_button_2637874_c0b2fa84-02f9-49c9-949a-189234d806d4:hover{color:white;}
.thankyou-19-temp .mod-inner-wrap.inner-1{	border-bottom: solid 6px trensparent !important;}
.thankyou-19-temp .image-content-mod .mod-btn a {
    background: #E89926 !important;
    text-decoration: none;
}
.thankyou-19-temp .image-content-mod .mod-btn a span{text-decoration: none !important;}

.thankyou-19-temp .mod-inner-wrap.inner-1 {
  border-bottom: solid 6px red !important;
}

.thankyou-19-temp .span12.widget-span.widget-type-cell.main-body-content.gray-bg .image-content-mod .mod-inner-wrap:hover, .thankyou-19-temp  .span12.widget-span.widget-type-cell.main-body-content.gray-bg .span6.widget-span.widget-type-custom_widget.Subscribe-form:hover {
  -webkit-transform: translateY(-0.5em);
  -ms-transform: translateY(-0.5em);
  transform: translateY(-0.5em);
  box-shadow: 0 10px 50px -5px rgba(0,0,0,0.15);
  transition: 0.25s ease-in-out;
}
.span9.widget-span.widget-type-cell.footer-right-col ul li a {
  color: white;
}
.span9.widget-span.widget-type-cell.footer-right-col p a {
  color: white;
}
.span9.widget-span.widget-type-cell.footer-right-col span {
  color: white;
}
.span6.widget-span.widget-type-custom_widget.footer-menu .hs-menu-item.hs-menu-depth-1 a {
  color: white;
  margin-left: -60px;
  font-weight: bolder !important;
  font-size: 19px;
  overflow: visible;
}
.segregation-lp form label {
  display: block;
  font-size: 14px;
  margin-left: 4px;text-transform: capitalize;
  margin-bottom: 0;
}
.segregation-lp form input, .segregation-lp form select,form textarea {
  background: transparent !important;
  border: solid 1px  #cbd6e2;
  padding: 11px 10px;
  margin-bottom: 30px;color:#969F9F;
  line-height:normal;
  font-size: 18px;
  height:48px;
}
.segregation-lp .hs-button.primary.large {
  background: #D12229 !important;
  border: transparent;
}
.segregation-lp #download .page-center {
  background: white !important;box-shadow: 9px 9px 16px -5px rgba(0,0,0,0.15);
}
.segregation-lp #download {
  margin-top: 31px;
  margin-bottom: 70px;
  padding: 73px 0;
}
.hs-fieldtype-textarea.hs-input {
    height: 100px;
}
.segregation-lp option {
  color: black;
}
.segregation-lp #download {
  background: transparent;
}
.segregation-lp .hs-error-msg {
  margin-top: -41px;
}
.segregation-lp .hs-button.primary.large:hover {
  background: black !important;
}
.segregation-lp .ebook-image img {
  width: auto;margin-top: -7%;
}
.thankyou-19-temp  .span12.widget-span.widget-type-cell.main-body-content.gray-bg .span6.widget-span.widget-type-custom_widget.Subscribe-form {
  background: white;padding: 40px 33px;
}
.thankyou-19-temp  .span12.widget-span.widget-type-cell.main-body-content.gray-bg .span6.widget-span.widget-type-custom_widget.Subscribe-form input {
  background: white;
}
.thankyou-19-temp  .span12.widget-span.widget-type-cell.main-body-content.gray-bg .span6.widget-span.widget-type-custom_widget.Subscribe-form select {
  background: white;
}

.thankyou-19-temp  .span6.widget-span.widget-type-custom_widget.Subscribe-form h3 {
  font-size: 23px;
  font-weight: 600;
  word-spacing: ;
}
.thankyou-19-temp .span6.widget-span.widget-type-custom_widget.Subscribe-form h3 span {
  font-size: 17px;
  color: #f81e1e;
}
.thankyou-19-temp .span6.widget-span.widget-type-custom_widget.Subscribe-form form {
  margin-top: 30px;
}

.thankyou-19-temp .span6.widget-span.widget-type-custom_widget.Subscribe-form form label {
  font-size: 14px;
  font-weight: 600;
}
.thankyou-19-temp .span12.widget-span.widget-type-cell.main-body-content.gray-bg .span6.widget-span.widget-type-custom_widget.Subscribe-form input, .thankyou-19-temp .span12.widget-span.widget-type-cell.main-body-content.gray-bg .span6.widget-span.widget-type-custom_widget.Subscribe-form select {
  color: #26292c;
  padding: 10px 11px;
  text-transform: none;
  font-size: 13px;
  margin-bottom: 21px;
  border: solid 1px #ebebeb;
}
.thankyou-19-temp .span12.widget-span.widget-type-cell.main-body-content.gray-bg .span6.widget-span.widget-type-custom_widget.Subscribe-form .actions input {
  background: #d12229;
  font-size: 18px;
  font-weight: bold;
  color: black;
  padding: 19px 0;
  color: white;
  margin-top: 76px;
  margin-bottom: 7px;
}

.thankyou-19-temp .span12.widget-span.widget-type-cell.main-body-content.gray-bg .span6.widget-span.widget-type-custom_widget.Subscribe-form .actions input:hover, .thankyou-19-temp .mod-btn span a:hover {
  background: black;
  transition: all ease-in-out 0.5s;
}

.thankyou-19-temp .span12.widget-span.widget-type-cell.main-body-content.gray-bg a:hover {
  background: black !important;
}


.thankyou-19-temp .span6.widget-span.widget-type-custom_widget.Subscribe-form form label {
  font-size: 14px;
  font-weight: 600;
  margin-top: -31px;
  margin-bottom: -19px;
}

.thankyou-19-temp .span12.widget-span.widget-type-cell.main-body-content.gray-bg .image-content-mod .mod-inner-wrap {
  margin-left: 2%;
  width: 48%;
  float: left;
}
.thankyou-19-temp .span6.widget-span.widget-type-custom_widget.extra-class-width .mod-inner-wrap.inner-1 {
  width: 100% !important;
}

.thankyou-19-temp  .span6.widget-span.widget-type-custom_widget.extra-class-width .mod-inner-wrap.inner-1 {
  height: auto !important;
}
.thankyou-19-temp .span6.widget-span.widget-type-custom_widget.Subscribe-form form .hs-button.primary.large {
  margin-top: 54px !important;
}
/* .thankyou-19-temp end here  */
/*************************Re: New eBook The Ultimate DG Storage Handbook Start******************************/
body.dg-storage-handbook  .baner-top .banner-content h1 {text-align: left;font-size: 60px;line-height: 60px;}
body.dg-storage-handbook .banner-btn a {border-radius: 3px;text-transform: uppercase;}
body.dg-storage-handbook .bn_content_section p {font-size: 25px;color: #fff;font-weight: 700;}
body.dg-storage-handbook  .banner-btn {float: left;}
body.dg-storage-handbook .bg-image-content-module {margin: 100px 0;background-size: cover;background-position: center;}
body.dg-storage-handbook .bg-image-content-module .heading_section h2 {font-weight: 700;}
body.dg-storage-handbook  .slider-modeless {margin-bottom: 15rem;}
body.dg-storage-handbook .section-header.headin-textgh h2 {color: #282828;font-weight: 500;}
body.dg-storage-handbook .chemical .box-content ul li {position: relative; list-style:none;}
body.dg-storage-handbook  .chemical  .box-content ul li::before {position: absolute;
  content: "";left: -15px;width: 7px;height: 7px;background-color: #d12229;top: 12px;}
body.dg-storage-handbook .heading_section p {color: #282828;}
body.dg-storage-handbook  .chemical .box-button a {text-transform: uppercase; border-radius: 3px;}
body.dg-storage-handbook  .content-module-box.chemical .page-center .box-content h6 {color: #282828;font-weight: 500;}
/*************************Re: New eBook The Ultimate DG Storage Handbook end here******************************/

/* Rebranding starts */
.hs-landing-page .banner-btn a {
    background: #E89926;
    border-radius: 12px;
}
.hs-landing-page .content-module-box.chemical .page-center .box-content .box-button a {
    background: #E89926;
    border-radius: 12px;
}
.hs-landing-page .section-header.headin-textgh h2::before, 
.hs-landing-page .section-header.headin-textgh h2::after, 
.hs-landing-page .ebook-slider-mod.slider-image .slick-dots .slick-active, 
.hs-landing-page .contacte-form .form-title::after{
    background: #E89926;
}
.hs-landing-page .hs-input {
    border-radius: 12px;
}
.hs-landing-page .contacte-form .page-center .hs-button.primary.large {
    background: #E89926;
}
.hs-landing-page.segregation-lp .hs-button.primary.large {
    background: #E89926 !important;
}
.hs-landing-page.thankyou-19-temp .mod-btn span a {
    background: #E89926;
}
.hs-landing-page.thankyou-19-temp .mod-inner-wrap.inner-1 {
    border-bottom: solid 6px #E89926 !important;
}
.hs-landing-page.thankyou-19-temp .span12.widget-span.widget-type-cell.main-body-content.gray-bg .span6.widget-span.widget-type-custom_widget.Subscribe-form .actions input {
    background: #E89926;
}
.hs-landing-page.thankyou-19-temp .span6.widget-span.widget-type-custom_widget.Subscribe-form h3 span {
    color: #E89926;
}
.hs-landing-page.new_ebook_lp .contacte-form .page-center .hs-button.primary.large {
    background: #E89926
}
.hs-landing-page.thankyou-19-temp .span12.widget-span.widget-type-cell.main-body-content.gray-bg .image-content-mod .mod-inner-wrap:hover a, .hs-landing-page .span12.widget-span.widget-type-cell.main-body-content.gray-bg .mod-inner-wrap:hover a {
    background: #E89926;
}
.hs-landing-page.new_ebook_lp .content-module-box.chemical .page-center .box-content h6 {
    color: #E89926;
}
.hs-landing-page.new_ebook_lp  .box-button a {
    background-color: #E89926;
    border-radius: 12px;
}
.hs-landing-page.new_ebook_lp .contacte-form .page-center .hs-button.primary.large {
    background: #E89926;
    border-radius: 12px;
}
.hs-landing-page.new_ebook_lp .contacte-form input:focus {
    outline: 2px solid #E89926;
}
body.dg-storage-handbook.hs-landing-page  .chemical  .box-content ul li::before {
    background-color: #E89926;
}
body.dg-storage-handbook.hs-landing-page .banner-btn a, body.dg-storage-handbook.hs-landing-page .chemical .box-button a {
    border-radius: 12px;
}
.hs-landing-page .content-module-box.chemical .page-center .box-content ul li::marker {
    color: #E89926;
}
/* Rebranding ends here */

/********************************MOBILE-REPONSIVE********************************/   

@media only screen and (min-width:3501px){
  .main-hero-mod {
    height: 104vh;
  }
  .content-module-box.chemical {
    margin-top: -12%;
  }
}

@media only screen and (min-width:1999px) and (max-width:3500px){

  .main-hero-mod {
    height: 104vh;
  }
  .content-module-box.chemical {
    margin-top: -5%;
  }
}


@media only screen and (min-width:1851px) and (max-width:1950px)

{
  .main-hero-mod {
    height: 1104px;
  }
  .content-module-box.chemical {
    margin-top: 2%;
  }
}


@media only screen and (min-width: 1700px) and (max-width:1850px)
{ 
  .main-hero-mod {
    height: 1062px;
  }
  .content-module-box.chemical {
    margin-top: -6%;
  }
}

@media only screen and (max-width: 1199px) {
  .row-fluid .page-center {
    max-width: 1000px;
  }
  .segregation-lp .contacte-form input[type="text"] {
    width: 100%;
  }
  .hs-content-id-10477365121 .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {
    width: 45%;
    float: left;
  }
  .hs-content-id-10477365121 .hs-input {
    width: 91%;
  }
  .hs-form-1ab5f2bd-7245-4767-87ef-3a83691a2fc2_ea6b596d-c1f6-4805-b0b4-860a889c4883 fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    float: left;
  }

  .ebook-slider-mod.slider-image {
    margin: 38px 0;
  }
  .baner-top .banner-content {
    width: 46%;
  } .banner-heading h1 {
    font-size: 28px;
  }  
  .ebook-image img {
    height: 600px;
  }    
  .slider-modeless {
    margin-top: 5%;
  } 
  .contacte-form, .footer-container-wrapper {
    margin-top: 18px;

  }
  .contacte-form, .footer-container-wrapper {
    margin-top: 0;
  }
  .content-module-box.chemical {
    margin-top: 2%;
  }
  .contacte-form .page-center {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .contacte-form .form-title {
    margin-bottom: -15px;
  }
  .contacte-form input[type="text"] {
    width: 89%;
  }
  .slider-modeless ul {

    bottom: -5%;
  } 

  .hs-form-1ab5f2bd-7245-4767-87ef-3a83691a2fc2_9b3a467c-7b9e-4c74-a193-d78425e9d554 fieldset.form-columns-2 .input {
    margin-right: 0;
  }
  .ebook-download-box.new-section-ebook {
    margin-top: 63px;margin-bottom: 100px;
  }
  .section-header.headin-textgh h2::after {
    width: 25%;
    right: 33px;;
  }
  .section-header.headin-textgh h2::before {
    width: 25%;
    left: 33px;;
  }
  .thankyou-19-temp .mod-inner-wrap .mod-content p {
    min-height: 120px;
  }
  .thankyou-19-temp .span6.widget-span.widget-type-custom_widget.Subscribe-form form {
    margin-top: 90px;
  }

}

@media only screen and (max-width: 991px) {
  .slider-modeless .mod-content {
    width: 100%;
    margin-top: -133px;
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .thankyou-19-temp .span12.widget-span.widget-type-cell.main-body-content.gray-bg .image-content-mod .mod-inner-wrap, .span12.widget-span.widget-type-cell.main-body-content.gray-bg .mod-inner-wrap {

    height: auto;
  }
  .ebook-download-box.new-section-ebook {
    margin-bottom: 0 !important;
  }  
  .hs-content-id-10477365121 .hs-input {
    width: 82%;
  }
  .hs-content-id-10477365121 .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {
    width: 40%;
    float: left;
  }
  .hs-content-id-10477365121 .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field {
    width: 42%;
    float: left;
    margin: 0 26px;
  }
  .ebook-slider-mod.slider-image .slick-list.draggable {
    width: 90%;
    margin: auto;
  }
  .slider-modeless h4, .slider-modeless p {
    width: 90%;
  }
  .span12.widget-span.widget-type-custom_widget.contacte-form {
    margin-top: 165px;
  }

  .slider-modeless ul {
    bottom: -123px;
  }
  .span12.widget-span.widget-type-custom_widget.contacte-form {
    margin-top: 89px;
  }
  .hs-form-1ab5f2bd-7245-4767-87ef-3a83691a2fc2_b3405727-c778-4773-91d1-5eb4eb505009 fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none !important;
  }  
  .row-fluid .page-center {
    max-width: 900px;
  }
  .baner-top .banner-content {
    width: 32%;
  }
  .banner-heading h1 {
    font-size: 19px;
    line-height: 22px;
  }

  .banner-btn a, .contacte-form .page-center .hs-button.primary.large {
    font-size: 19px;
    height:auto;
    padding: 9px 8px;
  }
  .ebook-image img {
    height: 450px;
  }
  .main-hero-mod {
    height: 765px;
  }
  .hs-form-1ab5f2bd-7245-4767-87ef-3a83691a2fc2_491914b0-be18-4fd7-9c8c-c85b2ed3c87f fieldset.form-columns-2 .hs-form-field {
    width: 95%  !important;
    float: none;
  }  
  .hs-content-id-10477365121 .contacte-form .form-mod {
    width: 89%;
    margin: auto 13%;
    padding-top: 20px;
  }
  .ebook-slider-mod.slider-image .page-center img {
    width: auto;
    object-fit: cover !important;
    height: auto;
  }
  .thankyou-19-temp .span12.widget-span.widget-type-cell.main-body-content.gray-bg .image-content-mod .mod-inner-wrap, .span12.widget-span.widget-type-cell.main-body-content.gray-bg .mod-inner-wrap {
    width: 100%;
    padding: 31px 0;
    margin: 26px 0;
  }
  .thankyou-19-temp .span12.widget-span.widget-type-cell.main-body-content.gray-bg .image-content-mod .mod-inner-wrap {
    float: none;
    margin-left: 0;
  }
  .thankyou-19-temp .mod-inner-wrap.inner-1 .mod-image img, .thankyou-19-temp .mod-inner-wrap.inner-2 .mod-image img {
    width: auto !important;
    height: auto !important;
    object-fit: cover;
  }
  .thankyou-19-temp .mod-inner-wrap .mod-content p {
    min-height: auto;
  }
  .thankyou-19-temp .mod-inner-wrap.inner-2 .mod-image img {
    margin-bottom: 20px;
  }
  .thankyou-19-temp .mod-inner-wrap .mod-content p {
    margin-top: 5px !important;
  }
  .thankyou-19-temp .mod-inner-wrap .mod-content p strong {
    font-size: 17px;
    line-height: 24px;
  }
  .thankyou-19-temp .mod-btn span a {
    font-size: 14px;
    padding: 8px 49px;
  }
  .thankyou-19-temp .image-content-mod .mod-btn {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .thankyou-19-temp .span12.widget-span.widget-type-cell.main-body-content.gray-bg .page-header.section-header {
    margin-bottom: 0px !important;
  }
  .thankyou-19-temp .span12.widget-span.widget-type-cell.main-body-content.gray-bg .span12.widget-span.widget-type-custom_widget.section-header {
    margin-bottom: 0 !important;
  }
  .thankyou-19-temp .span12.widget-span.widget-type-cell.main-body-content.gray-bg .page-header.section-header h1 {
    font-size: 30px;
    margin-bottom: 0;
  } 
  .thankyou-19-temp .span12.widget-span.widget-type-cell.main-body-content.gray-bg .page-header.section-header p.secondary-header {
    font-size: 16px;
    margin-bottom: 0;
  }
  .thankyou-19-temp .span12.widget-span.widget-type-cell.main-body-content.gray-bg {
    margin-bottom: 2%;
  } 
  .span6.widget-span.widget-type-custom_widget.footer-menu .hs-menu-item.hs-menu-depth-1 a {
    margin-left: 0;
  }
  .segregation-lp .ebook-image img {
    width: auto !important;height: auto !important;
  }

  .segregation-lp #download {
    margin-bottom: auto !important;
  }
  .thankyou-19-temp .span6.widget-span.widget-type-custom_widget.Subscribe-form form {
    margin-top: 64px;
  }
  .thankyou-19-temp .span12.widget-span.widget-type-cell.main-body-content.gray-bg .span6.widget-span.widget-type-custom_widget.Subscribe-form .actions input {
    font-size: 15px;
    padding: 6px 0;
    color: white;
    margin-top: 34px;
    margin-bottom: -16px;
  }

  .thankyou-19-temp .span12.widget-span.widget-type-cell.main-body-content.gray-bg .span6.widget-span.widget-type-custom_widget.Subscribe-form {
    margin-top: 27px;
  }
  .thankyou-19-temp .span12.widget-span.widget-type-cell.main-body-content.gray-bg .span6.widget-span.widget-type-custom_widget.Subscribe-form input, .thankyou-19-temp .span12.widget-span.widget-type-cell.main-body-content.gray-bg .span6.widget-span.widget-type-custom_widget.Subscribe-form select {
    padding: 7px 11px;
    font-size: 13px;
    margin-bottom: 6px;
    border: solid 1px #ebebeb;
  }

}

@media only screen and (max-width: 767px) {
  .thankyou-19-temp .span12.widget-span.widget-type-cell.main-body-content.gray-bg {
    margin-top: 16%;
    margin-bottom: 9%;
  }
  .thankyou-19-temp .span12.widget-span.widget-type-cell.header-section.header-for-thankyou #hs_cos_wrapper_module_1563854204480120 {
    text-align: end;
    position: absolute;
    right: 31px;
    top: 33px;
  }
}





@media only screen and (max-width: 766px) {
  .ebook-image img {
    height: 300px;
    width: auto;
  }
  .segregation-lp .ebook-slider-mod.slider-image .page-center img {
    padding: 39px 0;
  }
  .segregation-lp .contacte-form .form-title {
    font-size: 19px;;
  }

  .thankyou-19-temp .span12.widget-span.widget-type-cell.header-section.header-for-thankyou #hs_cos_wrapper_module_1563854204480120 {
    top: 14px;
  }
  .section-header.headin-textgh {
    margin-bottom: 20px;
  }
  .ebook-slider-mod.slider-image .page-center .main-slide-mod.slick-initialized.slick-slider.slick-dotted {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-header.headin-textgh h2 {
    font-size: 23px;
  }
  .section-header.headin-textgh h2::before {
    width: 18%;
    left: 00px;
  }
  .section-header.headin-textgh h2::after {
    width: 18%;
    right: 0px;
  }

  .row-fluid .page-center {
    width: 90%;
  }
  .baner-top .banner-content {
    width: 100%;
  }

  .banner-heading h1 {
    text-align: left;
  }
  .banner-btn {
    float: left;
  }
  .ebook-image {
    padding-top: 187px;
    width: 42%;
    margin: auto;
  } 

  .slider-modeless .mod-content {
    margin-top: -70px;
  }
  .content-module-box.chemical .page-center .box-content h3 {
    font-size: 24px;
    margin-bottom: 17px;margin-top: 7px;
  }
  .content-module-box.chemical .page-center .box-content p {
    line-height: 23px;
    font-size: 14px;
    margin-bottom: 0;
  }
  .content-module-box.chemical .page-center .box-content ul li {
    line-height: 24px;
    font-size: 15px;
  }
  .content-module-box.chemical .page-center .box-content .box-button a {
    font-size: 13px;
    padding: 12px 20px;
    margin-top: 32px;margin-bottom: 18px;
  }
  .banner-btn a, .contacte-form .page-center .hs-button.primary.large {
    font-size: 17px;
    padding: 10px 16px;
  }
  .content-module-box.chemical .page-center {
    padding: 10px 0;
  }
  .slider-modeless ul li button {
    height: 2px;
  }
  .slider-modeless ul li {
    margin: 21px 6px;
  }

  .slider-modeless ul {
    bottom: -23%;
  } 

  .contacte-form .form-title h3 {
    margin-top: 3px;
    margin-bottom: 17px;
  }
  .footer-container-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .ebook-download-box.new-section-ebook .page-center .left-col {
    width: 100%;
    margin-left: 3%;
    float: none;
    text-align: center;
  }
  .ebook-download-box.new-section-ebook .page-center .right-col {
    width: 100%;
    float: none;
    text-align: center;
  }

  .ebook-download-box.new-section-ebook .page-center .right-col .banner-btn {
    float: left;
    width: 100%;
  }

  .ebook-download-box.new-section-ebook .page-center .right-col h2 {
    font-size: 27px;
  }
  .ebook-download-box.new-section-ebook .page-center .right-col h5 {
    font-size: 18px;
  }
  .ebook-download-box.new-section-ebook .page-center .left-col img {
    min-height: auto;
    height: auto;
    width: auto;
  }

  .thankyou-19-temp .span12.widget-span.widget-type-cell.header-section.header-for-thankyou {
    padding: 13px 0;
  }
  .segregation-lp .ebook-image {
    padding-top: 0;
    width: 100%;
    margin: auto;
  }
  .thankyou-19-temp .span6.widget-span.widget-type-custom_widget.Subscribe-form form {
    margin-top: 0;
  }


}

@media only screen and (max-width: 531px) {
  .hs-content-id-10485021364.hs-landing-page.hs-page {
    overflow-x: hidden;
  }
  .thankyou-19-temp .mod-inner-wrap.inner-2 .mod-image img {
    margin-bottom: 20px;
    padding: 0 19px;
  }
  .thankyou-19-temp .span12.widget-span.widget-type-cell.main-body-content.gray-bg {
    margin-top: 23%;
  }
  .content-module-box.chemical .page-center {
    padding: 10px 0;
    margin-top: -11% !important;
  }
  .slider-modeless h4, .slider-modeless p {
    width: 94%;
  }
  .slider-modeless h4, .slider-modeless p {
    width: 94%;
  }
  .slider-modeless ul li button {
    height: 2px;
  }  
  .hs-content-id-10477365121 .contacte-form .form-mod {
    margin: auto 11%;
  }
  .span12.widget-span.widget-type-custom_widget.contacte-form {
    margin-top: 29px;
  }

}

@media only screen and (max-width: 480px) {
  #header-with-logo-only img {
    padding-top: 43px;
  }

  .hs-content-id-10477365121 .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {
    width: 100% !important;
    float: none !important;
  }
  .hs-content-id-10477365121 .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field {
    width: 100%;
    float: none;margin: 0;}
  .hs-content-id-10477365121 .hs-input {width: 89%;}
  .baner-top .banner-content {
    padding-top: 122px;}
  .main-hero-mod {
    height: 652px;}
  #lastg ul {margin-top: 23px;} 
  .footer-container-wrapper {padding-top: 7px;padding-bottom: 15px;}
  .span12.widget-span.widget-type-custom_widget.contacte-form {margin-top: 34px;}
  .ebook-image img {height: 300px;width: 233px;}
  .hs-content-id-10477365121 .contacte-form .form-mod {
    margin: auto 9%;}
  .ebook-download-box.new-section-ebook .page-center {
    padding: 20px 0;;}
  .ebook-download-box.new-section-ebook {
    margin-top: 0;
    margin-bottom: 100px;}
  .segregation-lp #download {padding: 13px 0;}
  .segregation-lp .contacte-form .form-title {font-size: 19px;margin-top: 28px;}
  .segregation-lp .contacte-form .page-center .actions {
    margin-top: 0;}
  .segregation-lp .slider-modeless ul li {margin: 0 5px;}
  .segregation-lp .slider-modeless ul {bottom: -16%;}
  .thankyou-19-temp .span6.widget-span.widget-type-custom_widget.Subscribe-form form label {
    font-size: 12px;
  }
  .thankyou-19-temp .span12.widget-span.widget-type-cell.main-body-content.gray-bg .span6.widget-span.widget-type-custom_widget.Subscribe-form input, .thankyou-19-temp .span12.widget-span.widget-type-cell.main-body-content.gray-bg .span6.widget-span.widget-type-custom_widget.Subscribe-form select {
    padding: 5px 8px;
    font-size: 11px;
    margin-bottom: 6px;
    border: solid 1px #ebebeb;
    margin-top: 8px;
    margin-left: -6px;
  }
}

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

  .slider-modeless {
    margin-top: -9%;
  } 
  .thankyou-19-temp .span12.widget-span.widget-type-cell.main-body-content.gray-bg {
    margin-top: 30%;
  }

  .thankyou-19-temp .span6.widget-span.widget-type-custom_widget.Subscribe-form h3 {
    font-size: 18px;
  }

}
@media only screen and (max-width: 420px) {
  .slider-modeless {
    margin-top: -24%;
  }
  .ebook-image img {
    height: 250px;
    width: 233px;
  }
  .thankyou-19-temp .span12.widget-span.widget-type-cell.header-section.header-for-thankyou #hs_cos_wrapper_module_1563854204480120 {
    right: auto;
    bottom: 13px;
    top: auto;
  }
  .ebook-slider-mod.slider-image .page-center {
    padding: 51px 0;
    margin-top:43px !important;padding-bottom: 0 !important;
  }

  .slider-modeless ul li button {
    width: 30px;
  }
  .segregation-lp  .content-module-box.chemical {
    margin-top: -23%;
  }
  .segregation-lp .content-module-box.chemical {
    margin-top: -32%;
  }
} 

/*******************new ebook landing page start here 21/06/2022************************/
/* Setblack{color=#282828} */

.new_ebook_lp .content-module-box.chemical .page-center {padding: 100px 50px;	box-sizing:border-box;  box-shadow: -5px 0px 31px 0px rgba(0, 0, 0, 0.14);}
.new_ebook_lp .heading_section.text-center {text-align: center;}
.new_ebook_lp .heading_section h2 {font-size: 35px;line-height: 36px;margin: 0px 0 30px 0;color: #282828;font-weight: 500;}
.new_ebook_lp .content-module-box.chemical .page-center .box-content h6 {font-size: 24px;
  color: #d2252e;font-weight: 300;margin-bottom: 0;}
.new_ebook_lp .heading_section p {font-size: 18px;line-height: 30px;color: #8b8b8b;}
.new_ebook_lp .content-module-box.chemical .page-center .box-content {width: 100%;margin: 0 0;}
.content-module-box.chemical .page-center .box-content ul li::marker {color: #d2252e;}
.new_ebook_lp .content-module-box.chemical .page-center .box-content ul li {font-size: 18px;font-weight: 500;color: #282828;margin-top: 12px;}
.new_ebook_lp  .box-button a {	max-width: 327px;display: block;padding: 15px 10px;text-align: center;text-decoration: none;background-color: #d12229;font-size: 26px;	color: #fff;margin: 40px auto 0 auto;transition: 0.4s;}
.new_ebook_lp .box-button a:hover {background-color: #000;}
.new_ebook_lp .contacte-form .page-center {padding-top: 90px;background: transparent;padding-bottom: 90px;}
/****end*******/
.new_ebook_lp  .contacte-form .form-mod {max-width: 600px;margin: auto;padding-top: 20px;width: 100%;}
.new_ebook_lp .contacte-form input, .contacte-form select,textarea {padding: 17px 24px;margin: 11px 0;box-shadow: unset;border: none;background-color: #fff;font-size: 18px;font-weight: 500;color: #898989;}
.new_ebook_lp .contacte-form .input input {width: 100%;}
.new_ebook_lp .contacte-form {	margin-top: 15rem;}
.new_ebook_lp .contacte-form .form-title {font-size: 30px;color: #fff;margin-top: 0;margin-bottom: 60px;padding-bottom: 30px;}
.new_ebook_lp .contacte-form .form-title h3 {margin-top: 0;margin-bottom: 0;}
.new_ebook_lp .contacte-form input:focus {outline: 2px solid #d12229;}
.new_ebook_lp .contacte-form input::placeholder {	opacity: 1;}
.new_ebook_lp  .contacte-form .page-center .actions {text-align: left;margin-top: 0;display: block;}
.new_ebook_lp .contacte-form .page-center .hs-button.primary.large {	color: #fff;
  font-size: 17px;background: #d12229;padding: 22px 33px;text-transform: uppercase;font-weight: bold !important;border-radius: 5px;}
.new_ebook_lp .contacte-form .page-center .hs-button.primary.large:hover {background-color: #000;}
/*******footer styling start*******/
.new_ebook_lp .footer-container-wrapper {background: #000;color: #fff;padding-top: 60px;padding-bottom: 20px;}
.new_ebook_lp #footer-section .footer-right-col {width: 55% !important;margin-left: 21% !important;}
.new_ebook_lp .footer-container-wrapper ul li a {color: #737373 !important;}.new_ebook_lp .footer-container-wrapper p{margin-top:0px;}
.new_ebook_lp .footer-container-wrapper ul li a:hover {color: #fff !important;}
.new_ebook_lp .footer-container-wrapper p a {color: #737373 !important;}
.new_ebook_lp .footer-container-wrapper p a:hover{color: #fff !important;}
.new_ebook_lp .footer-container-wrapper #lastg ul li a {font-weight: 700 !important;color: #fff !important;}
.new_ebook_lp .footer-container-wrapper .social-icons {display: flex;list-style: none;justify-content: flex-end; margin-top:0px;}
.new_ebook_lp .social-icons svg {width: 40px;fill: #fff;height: 25px;margin-left: 20px;cursor: pointer;}
.new_ebook_lp .social-icons svg:hover{opacity: 0.6;}
.new_ebook_lp .contacte-form .submitted-message {color: #fff;text-align: center;font-size:18px;}
.hs-button.primary,input[type="submit"] {height: auto;}
.new_ebook_lp23 div#header-with-logo-only {padding: 40px 0;}
.new_ebook_lp23 div#header-with-logo-only img {padding-top: 0;}
.new_ebook_lp23 #cabinet-maintenance-banner-section .banner-content {padding-top: 80px;width: calc(100% - 38%);}
.new_ebook_lp23 #cabinet-maintenance-banner-section .ebook-image {padding-top: 200px;width:38%;}
.new_ebook_lp23 #cabinet-maintenance-banner-section .ebook-image img{padding-top:0;}
.new_ebook_lp23 #cabinet-maintenance-banner-section .banner-content .banner-btn a {border-radius: 3px;font-size: 18px;padding: 15px 24px;font-weight: 500;display: block;line-height: normal;margin-top: 12px;}
.new_ebook_lp23 #cabinet-maintenance-banner-section .banner-content .banner-heading .heading_section h1 {margin-bottom: 15px;}
.new_ebook_lp.new_ebook_lp23 .contacte-form .page-center .hs-button.primary.large {width: auto;}

.risk-assessment-batteries-page #batteries-content-section{margin-top: -5%;}
.risk-assessment-batteries-page #batteries-content-section p strong, .risk-assessment-batteries-page #batteries-content-section ul{padding-left:100px}
.risk-assessment-batteries-page .contacte-form{margin-top:150px;}
.risk-assessment-batteries-page .content-module-box.chemical .page-center{padding:0}

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 {width: 100% !important;}

/*******************new ebook landing page end here************************/
/*******************new ebook landing page start 05/09/2022 ************************/
body.spillkit-chk-lp .bn_content_section p {color: #fff;line-height: 23px;}
body.spillkit-chk-lp .content-module-box.chemical.spillkit-content-sec .page-center {background: transparent;	box-shadow: unset;}
body.spillkit-chk-lp  .ebook-image img { width: auto;}

.spillkit-content-sec .image_section {text-align: center;}
.new_ebook_lp .spillkit-banner.spilkit-banner-new .banner-btn {float: none;}
.spilkit-banner-new .banner-btn a {border-radius: 3px;font-size: 18px;padding: 16.5px 24px;font-weight: 500;display: inline-block;line-height: normal;max-width: 234px;width: 100%;text-align: center;box-sizing: border-box;margin: 0;text-transform: uppercase;}
.spilkit-banner-new .banner-heading .heading_section h1 {margin-bottom: 30px;}
#batteries-content-section.spillkit-content-update {margin-top: -10%;}
.spillkit-content-update, .spillkit-content-update.content-module-box .page-center .box-content p {font-size: 18px;color: #282828;}
div#batteries-content-section.spillkit-content-update .box-content ul,div#batteries-content-section.spillkit-content-update .box-content p strong{    margin-top:0;padding-left: 65px;}
.new_ebook_lp .content-module-box.spillkit-content-update .box-button a {box-sizing: border-box; display: block; font-size: 18px;text-transform: uppercase;font-weight: 500; line-height: normal;max-width: max-content;padding: 17px 24px 15px;text-align: center; width: auto;}


@media only screen and (max-width: 991px){
  body.spillkit-chk-lp  .baner-top .banner-content {width: 100%;}body.spillkit-chk-lp   .main-hero-mod{height: 1200px;}  
}

@media (min-width: 1279px){ 
  .new_ebook_lp23 #cabinet-maintenance-banner-section .ebook-image img {margin-left: -9%;}
}
@media (min-width: 1170px){ 
  body.new_ebook_lp.new_ebook_lp.spillkit-chk-lp .spillkit-banner .banner-content .heading_section h1 {font-size: 64px; line-height:64px}
  body.new_ebook_lp.new_ebook_lp.spillkit-chk-lp .spillkit-banner#cabinet-maintenance-banner-section .banner-content .heading_section h1 {font-size: 60px;line-height: 77px;}
  div#cabinet-maintenance-banner-section { margin-bottom: -12%;}
}
@media (max-width: 1169px){ 
  .new_ebook_lp23 #cabinet-maintenance-banner-section .ebook-image {padding-top: 120px;}
}
@media (max-width:767px){ 
  .new_ebook_lp.spillkit-chk-lp .contacte-form {margin-top: 1rem;}
  body.dg-storage-handbook .slider-modeless {margin-bottom: 10rem;}
}

/* @media only screen and (max-width:480px){ 
body.spillkit-chk-lp .main-hero-mod {
height: auto;
}

} */
/*******************new ebook landing page end 05/09/2022 ************************/

/******responsive strat page*******/
@media only screen and (max-width: 1200px){ 
  .new_ebook_lp .slider-modeless ul {bottom: -123px;}  
  .new_ebook_lp .contacte-form input[type="text"] {	width: 100%;} 
  .risk-assessment-batteries-page .content-module-box.chemical .page-center {padding: 0 15px;}
}
@media (min-width: 992px){
  .baner-top.spilkit-banner-new .banner-content,.baner-top.spilkit-banner-new .ebook-image {padding-top: 90px;}
}
@media only screen and (max-width:991px){ 
  .new_ebook_lp .box-button a {	font-size: 19px;padding: 9px 8px;}
  body.dg-storage-handbook .baner-top .banner-content h1 {font-size: 30px;line-height: 30px;}
  body.dg-storage-handbook .bn_content_section p {font-size: 16px;}
  .new_ebook_lp23 #cabinet-maintenance-banner-section .banner-content {padding-top: 100px;width: 100%;margin-bottom: 60px;}
  .new_ebook_lp23 #cabinet-maintenance-banner-section .ebook-image img {display: block;margin: 0 auto;}
  .new_ebook_lp23 #cabinet-maintenance-banner-section .ebook-image {width: 100%;}
  .new_ebook_lp23 div#header-with-logo-only {padding: 30px 0 20px;}
  .baner-top.spilkit-banner-new .ebook-image img { display: block; margin: 0 auto;}
  body.spillkit-chk-lp .main-hero-mod.spilkit-banner-new {height: auto; padding-bottom: 50px;background-size: 1200px !important;background-repeat: no-repeat; background-position: center top;}
  .baner-top.spilkit-banner-new .banner-content {padding-top: 100px;} 
  #batteries-content-section.spillkit-content-update {margin-top: 0;}  
  div#batteries-content-section.spillkit-content-update .box-content p strong, div#batteries-content-section.spillkit-content-update .box-content ul { padding-left: 25px;}
  body.spillkit-chk-lp .main-hero-mod#cabinet-maintenance-banner-section {background-repeat: no-repeat; height: auto;background-size: 1840px !important;
    background-position: center top;}
}
@media (min-width: 992px){ 
  .new_ebook_lp .contacte-form .page-center .hs-button.primary.large {color: #fff;padding: 15px 20px;width: 100%;}
}
@media only screen and (max-width:1024px){ 
  .new_ebook_lp #footer-section .footer-right-col {width: 70% !important;margin-left: 50px !important;}
}
@media only screen and (max-width:767px){
  .new_ebook_lp .content-module-box.chemical .page-center { padding: 70px 20px;}
  .new_ebook_lp .slider-modeless ul { bottom: -70px;}
  .new_ebook_lp #footer-section .footer-right-col {width: 100% !important;margin-left: 0px !important;} 
  .new_ebook_lp .footer-container-wrapper .social-icons {	margin-top: 20px;padding-left: 0;justify-content: start;}
  .new_ebook_lp .social-icons svg {width: 23px;height: 23px;margin-left: 0;margin-right: 10px;}
  .new_ebook_lp .contacte-form {margin-top: 10rem;}
  .header-for-thankyou .header-logo {width: 50%;}
  .header-for-thankyou .contact-us-btn {width: 50%;text-align: right;}
  .header-for-thankyou .contact-us-btn > div {position: static !important;}
  .header-for-thankyou .row-fluid-wrapper > .row-fluid {display: flex;flex-wrap: wrap;}
  .contacte-form .form-mod {width: 90%;}
  .new_ebook_lp .content-module-box.chemical.spillkit-content-update .page-center {padding: 0 0;}
}