/* ==========================================================================
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(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url('//fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700');
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800';

@font-face {
  font-family: "Roboto Light";
  src: url("//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/fonts/Roboto-Light.ttf") format("TrueType"),
    url("//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/fonts/Roboto-Light.eot") format("eot"),
    url("//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/fonts/Roboto-Light.woff") format("woff");
}
@font-face {
  font-family: 'Bebas Neue';
  src: url("//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/fonts/BebasNeue.ttf") format("TrueType"),
    url("//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/fonts/BebasNeue.eot") format("eot"),
    url("//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/fonts/BebasNeue.woff") format("woff");
}

@font-face {
  font-family: "Roboto Medium";
  src: url("//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/fonts/Roboto-Medium.eot") format("eot"),
    url("//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/fonts/Roboto-Medium.ttf") format("woff"),
    url("//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/fonts/Roboto-Medium.woff") format("TrueType");
}

@font-face {
  font-family: "Roboto Regular";
  src: url("//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/fonts/Roboto-Regular.eot") format("eot"),
    url("//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/fonts/Roboto-Regular.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/fonts/Roboto-Regular.ttf") format("TrueType");
}
@font-face {
  font-family: "Roboto Bold";
  src: url("//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/fonts/Roboto-Bold.eott") format("eot"),
    url("//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/fonts/Roboto-Bold.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/fonts/Roboto-Bold.ttf") format("TrueType");
}
@font-face {
  font-family: "Helvetica-Bold";
  src: url("//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/fonts/Helvetica-Bold.eot") format("eot"),
    url("//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/fonts/Helvetica-Bold.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/fonts/Helvetica-Bold.ttf") format("TrueType");
}
@font-face {
  font-family: "Helvetica-Oblique";
  src: url("//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/fonts/Helvetica-Oblique.ttf") format("TrueType");
}

@font-face {
  font-family: "Helvetica";
  src: url("//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/fonts/Helvetica.ttf") format("TrueType");
}




/* 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: #fff;
  color: #124f90;
  font-family:"Roboto Light", "Sans-Serif";
  font-size: 1.2rem;
  line-height: 1.6;
}

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

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

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

/* Basic text */
p {
  margin:0 0 1.25rem;
} 
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, h4, h5, h6 {
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  font-family: 'Bebas Neue';
  font-weight:normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 2.125rem; 
  text-transform:uppercase;
}

h2 {
  font-size: 1.6875rem; 
  text-transform:uppercase;
}

h3 {
  font-size: 1.375rem; 
}
h4 {
  font-size: 1.125rem;;
}
h5 {
  font-size: 1.125rem;
}
h6 {
  font-size: 1rem;
}




/* Anchor Links */
a { 
  color: #124f90;
  text-decoration:none;
}
a:hover, a:focus { 
  color: #124f90;
}

/* 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 {}


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

.header-container-wrapper {}
.header-container {}
.custom-header-grp .page-center {
  max-width: 100% !important;
}
.custom-header-grp {
  min-height: 82px !IMPORTANT;
  background:#fff;
}
.custom-logo {
  padding: 15px 0 0 30px;
}
.custom-logo img {
  max-width: 200px;
}

/* =============== Language Swicher =============== */

.reveal-modal {
  border-radius: 3px;
  position: absolute;
  top: 82px;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  z-index: 1005;
  min-height: 350px;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  transition: 0.4s ease;
}

.lng-swt .reveal-modal{
  opacity: 1;
  visibility: visible;
}
.ls-img {
  width: 200px;
}
#language-selector-modal h2 {
  padding-top: 15px;
  color: white;
  padding-bottom: 11px;
  text-align: center ;
}

#language-selector-modal a.ls-btn {
  padding: 10px 30px;
  text-align: center;
  border: 1px solid #fff;
  font-size: 16px;
  color: white;
  line-height: 24px;
}
#language-selector-modal a.ls-btn:hover{
  background: #fff;
  color: #000;
}

.reveal-modal-bg {
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0;
  transition: opacity 0.3s;
  opacity: 0;
  visibility: hidden;
}
.lng-swt .reveal-modal-bg {
  opacity: 1;
  visibility: visible;
}
a.close-reveal-modal {
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
  color: #fff;
}


/* =============== Header Type 2 English Styling =============== */

.cm-header-english2 {
  min-height: 83px !important;
}
.custom-logo.logo-engl2 {
  padding-left: 15px;
}



/* Mobile Nav is HIDDEN By Default */
.custom-menu-primary2 {
  width: 480px !important;
  z-index: 1000;
  background: #001e50;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  top: 0;
  height: 100%;
  margin: 0px!important;
}


.show-mobile-nav #site-wrapper {
  webkit-transform: translate3d(-30rem, 0, 0);
  -moz-transform: translate3d(-30rem, 0, 0);
  -ms-transform: translate3d(-30rem, 0, 0);
  -o-transform: translate3d(-30rem, 0, 0);
  transform: translate3d(-30rem, 0, 0);
}
body {
  overflow-x: hidden;
}

.header-container-wrapper {
  position: static;
}
a.mobile-icon {
  position: absolute;
  top: 28px;
  right: 25px;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
a.mobile-icon:before {
  background: transparent;
  content:  "";
  position: absolute;
  width: 100%;
  height: 30px;
  margin-top: -13px;
}
#site-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
a.mobile-icon span, a.mobile-icon span:before, a.mobile-icon span:after {
  display: block;
  width: 40px;
  height: 8px;
  background: #3b5186;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
a.mobile-icon span {
  position:  relative;
}
a.mobile-icon span:before, a.mobile-icon span:after {
  position:  absolute;
  content: "";
}
a.mobile-icon span:before {
  top: -13px;
}
a.mobile-icon span:after {
  top: 13px;
}
a.mobile-icon i {
  font-style: normal;
  bottom: -6px;
  position: absolute;
  font-size: 14px;
  font-family: Roboto;
  font-weight: normal;
  color: #3b5186;
}
.show-mobile-nav a.mobile-icon span {
  background: transparent;
}
.show-mobile-nav a.mobile-icon span:before {
  -ms-transform: rotate(50deg);
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  height: 5px;
  top: 7px;
}
.show-mobile-nav a.mobile-icon span:after {
  -ms-transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  height: 5px;
  top: 7px;
}

.custom-menu-primary2 .hs-menu-flow-horizontal ul li {
  width: 100%;
  position: relative;
}
.custom-menu-primary2 .hs-menu-flow-horizontal ul li a {
  color: #fff;
  height: 50px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 20px;
  padding: 0.66667rem 0.66667rem 0.66667rem 90px;
  display: block;
  white-space: normal !important;
  transition: background 300ms ease;
}
.custom-menu-primary2 .hs-menu-flow-horizontal ul li a:hover {
  background: #5879ad;
}
.custom-menu-primary2 .hs-menu-flow-horizontal > ul > li:first-child > a {
  padding-left: 86px;
  padding-top: 11px;
  position: relative;
  font-size: 18px;
  padding-bottom: 56px;
}
.custom-menu-primary2 .hs-menu-flow-horizontal > ul > li:first-child:before {
  width: 51px;
  background-image: url(//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/images/feeder.png);
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute;
  left: 19px;
  display: block;
  background-position: center center;
  top: 5px;
  height: 60px;
}
.custom-menu-primary2 .hs-menu-flow-horizontal > ul > li:first-child {
  margin-top: 3px;
  margin-bottom: 1px;
}

.show-mobile-nav .exit-off-canvas {
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  left: 0;
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 1002;
  width: 100%;
}

/*.show-mobile-nav .exit-off-canvas {
opacity:  1;
visibility: visible;
}*/

.show-mobile-nav .exit-off-canvas:hover {
  background: rgba(255, 255, 255, 0.05);
}

/* =============== Header Type 3 English Styling =============== */

.header3 .custom-menu-primary2 .hs-menu-flow-horizontal > ul > li:first-child:before {
  background-image: url(//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/fonts/coolant-additives.png);
  height: 51px;
  left: 20px;
}
.header3 .custom-menu-primary2 .hs-menu-flow-horizontal > ul > li:first-child > a {
  font-family:Helvetica-Bold;
  padding-top: 14px;
  padding-bottom: 24px;
}
.header3 .custom-menu-primary2 .hs-menu-flow-horizontal > ul > li > a {
  font-family: "Helvetica";
  height: auto;
}
.child-trigger2 {
  width: 50px;
  height: 50px;
  text-align: center;
  position: absolute;
  line-height: 50px;
  top: 0;
  right: 15px;
  cursor: pointer;
}
.child-trigger2 span:before {
  content: "";
  background: #fff;
  width: 2px;
  height: 12px;
  display: block;
  transform: rotate(90deg);
}
.child-trigger2.child-open span{
  background:transparent;
}
.child-trigger2 span {
  background: #fff;
  width: 2px;
  height: 12px;
  display: inline-block;
  position: relative;
}
.custom-menu-primary2 .hs-menu-wrapper.hs-menu-flow-horizontal ul ul {
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.custom-menu-primary2 .hs-menu-flow-horizontal ul ul li a {
  padding-left: 120px;
}
.header3 .custom-menu-primary2 .hs-menu-wrapper.hs-menu-flow-horizontal ul ul li a {
  font-family: "Helvetica";
  height: auto;
}

p.side_menu_social {
  margin-top: 43px;
  padding-left: 10px;
  text-align: center;
}

p.side_menu_social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid transparent;
  border-radius: 50%;
  margin-left: 2px;
  line-height: 40px;
  padding-top: 7px;
  background-color: #5272a1;
  color: #001e50;
  padding-left: 2px;
}
.side_menu_social a span {
  font-size: 26px;
  line-height: 1;
}
p.side_menu_social a:hover {
  color: #fff;
}

/* =============== Header Type 4 English Styling =============== */

.header4 .custom-menu-primary2 .hs-menu-flow-horizontal > ul > li:first-child:before {
  background-image: url(//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/fonts/formulated_detergents.png);
  height: 59px;
}
.header4 .custom-menu-primary2 .hs-menu-flow-horizontal > ul > li a {
  font-family:Helvetica-Bold;
}
.cm-header-english2.header4 {
  min-height: 85px !important;
}

/* =============== Header Type 5 English Styling =============== */


.header5 .custom-menu-primary2 .hs-menu-flow-horizontal > ul > li > a {
  font-family: 'Roboto Medium',sans-serif;
  font-weight: bold;
}
.header5 .custom-menu-primary2 .hs-menu-flow-horizontal > ul > li:nth-child(2) > a,
.header5 .custom-menu-primary2 .hs-menu-flow-horizontal > ul > li:nth-child(3) > a,
.header5 .custom-menu-primary2 .hs-menu-flow-horizontal > ul > li:nth-child(4) > a{
  padding-left: 86px;
  padding-top: 11px;
  position: relative;
  font-size: 18px;
  padding-bottom: 56px;
}

.header5 .custom-menu-primary2 .hs-menu-flow-horizontal > ul > li:first-child:before,
.header5 .custom-menu-primary2 .hs-menu-flow-horizontal > ul > li:nth-child(2):before,
.header5 .custom-menu-primary2 .hs-menu-flow-horizontal > ul > li:nth-child(3):before,
.header5 .custom-menu-primary2 .hs-menu-flow-horizontal > ul > li:nth-child(4):before{
  background-repeat: no-repeat;
  background-size: 42px 48px;
  background-position: center center;
  content: "";
  display: inline-block;
  height: 48px;
  width: 45px;
  margin-right: 5px;
  position: absolute;
  left: 19px;
  top: 5px;
  z-index: 1000;
}

.header5 .custom-menu-primary2 .hs-menu-flow-horizontal > ul > li:first-child:before{
  background-image: url(//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/images/water_treatment.webp);
}
.header5 .custom-menu-primary2 .hs-menu-flow-horizontal > ul > li:nth-child(2):before{
  background-image: url(//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/images/formulated_detergents.webp);
}
.header5 .custom-menu-primary2 .hs-menu-flow-horizontal > ul > li:nth-child(3):before{
  background-image: url(//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/images/corrosion.webp);
}
.header5 .custom-menu-primary2 .hs-menu-flow-horizontal > ul > li:nth-child(4):before{
  background-image: url(//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/images/operation_software.webp);
}
.chinese1 .custom-menu-primary2 .hs-menu-flow-horizontal > ul > li:first-child:before {
  background-image: url(//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/images/coolant-additives.png);
  height: 51px;
  top: 2px;
}

/* =============== Header Type 6 English Styling =============== */

.header6 .custom-menu-primary2 .hs-menu-flow-horizontal > ul > li:first-child:before {
  background-image: url(//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/images/water_treatment-1.png);
  height: 60px;
  top: 2px;
}
.custom-menu-primary2 .hs-menu-flow-horizontal > ul > li> a {
  font-family: "Roboto Medium",sans-serif;
}
.side_menu_social .globe{
  display:none;
} 
.header6 .side_menu_social .globe{
  display:inline-block;
}





/* =============== Chinese Header Styling =============== */

.chinese1 .custom-menu-primary2 .hs-menu-flow-horizontal > ul > li:first-child a {
  padding-top: 14px;
  padding-bottom: 53px;
  font-family: Helvetica-Bold,sans-serif;
}
.chinese1 .custom-menu-primary2 .hs-menu-flow-horizontal > ul > li a {
  font-family: Helvetica,sans-serif;
}
.chinese1 a.mobile-icon i {
  color: transparent;
  font-family: "Roboto Regular";
}
.chinese1 a.mobile-icon i:after {
  content: "??";
  display: block;
  color: #3b5186;
}

.cm-header-english2.chinese1,
.cm-header-english2.spanish{
  min-height: 83px !important;
}

/* =============== Spanish Header Styling =============== */

.spanish a.mobile-icon i {
  color: transparent;
}
.spanish a.mobile-icon i:after {
  content: "Menú";
  display: block;
  color: #3b5186;
}
.spanish .custom-menu-primary2 .hs-menu-flow-horizontal > ul > li:first-child:before {
  background-image: url(//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/images/coolant-additives.png);
  height: 51px;
  top: 2px;
}
.spanish .custom-menu-primary2 .hs-menu-flow-horizontal ul li a {
  font-family: "Helvetica";
  height: auto;
}
.spanish .custom-menu-primary2 .hs-menu-flow-horizontal > ul > li:first-child > a {
  padding-top: 14px;
  font-family: "Helvetica-Bold";
  padding-bottom: 23px;
}


/* =============== Language Switcher Styling =============== */

.header-lang-swticher .lang_switcher_class {
  padding-right: 43px;
  width: 100%;
  padding-top: 21px;
}
.header-lang-swticher .globe_class {
  width: 66.66667%;
  background: none;
  height: auto;
  border-radius: 0;
}
.header-lang-swticher .globe_class select{
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background-image: url(//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/images/download-1.svg);
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: #394962;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  position: relative;
  border-radius: 0;
  width: 100%;
  height: 2.3125rem;
}
.header-lang-swticher .lang_list_class:before,
.header-lang-swticher .lang_list_class:after{
  content:none;
}
.header-lang-swticher .lang_list_class li:first-child {
  padding-top: 0;
  border-top: 0;
}
.header-lang-swticher ul.lang_list_class {
  display:none !important;
}

/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}
.body-container .page-center{
  padding-left: 15px;
  padding-right: 15px;
}
.banner-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 20px 10px 10px;
  background-color: #144681;
  clear: both;
  min-height:120px;
}
.banner-content {
  text-align: center;
}
.banner-content h1 {
  font-size: 3.5rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.content-wrapper {
  padding-top: 30px;
  padding-bottom:20px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

/* =========== Blog Redesign ========== */
.blogContainer {
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 30px;
  max-width: 1100px;
  float: none !important;
}
.blogHeaderCA {
  letter-spacing: 2px;
  padding: 30px 0;
  text-align: center;
  color: white;
  background-image: linear-gradient(to bottom right, #103059, #103059);	
}
.blogHeaderSRT {
  letter-spacing: 2px;
  padding: 30px 0;
  text-align: center;
  color: white;
  background-image: linear-gradient(to bottom right, #275699, #275699);	
}
.blogHeaderWT {
  letter-spacing: 2px;
  padding: 30px 0;
  text-align: center;
  color: white;
  background-image: linear-gradient(to bottom right, #2B5697, #2B5697);	
}
.blogHeader h1 {
  font-size: 38px;
  margin: 1rem 0;
}
.blogHeader p {
  font-size: 18px;
  line-height: 45px;
  text-align: left;
}
.blogHeader img {
  border-radius: 50%;
  max-width: 45px;
  max-height: 45px;
}
.blogContent {
  font-size: 19px;
  letter-spacing: 0.8px;
 	margin-bottom: 30px;
  color: #333;
  line-height: 1.6;
  font-weight: 300;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.blogContent h2 {
   font-size: 26px;
   margin-bottom: 20px;
}
.blogContent h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.blogContent blockquote {
  color: #9A3324;
  background: #f1f3f5;
  border-left: 3px solid #9A3324;
  padding: 5px 0 5px 18px;
}
.aboutUsSection {
 	padding: 60px 0px;
}
.aboutUsSection img {
  margin: 1rem 0;
  text-align: center;
}
.offset {
  background: #F5FAFF;
}

/* FOOTER */
.footer-container-wrapper {}
.footer-container {}
.footer-container .page-center{
  max-width:100% !important;
}

.custom-footer-bottom{
  background: #103059;
}

.custom-copyright {
  text-align: center;
  padding: 0 15px;
}

.custom-copyright p {
  color: #fff;
  padding-left: 10px;
}

.custom-copyright p a {
  color: #fff;
}

.custom-copyright p a:hover{
  color: #0078a0;
}

.custom-copyright p:first-child {
  margin-bottom: 5px;
}

.footer-container div#map-canvas {
  margin-bottom: 30px;
}

.custom-footer-menu .hs-menu-flow-horizontal > ul >li > a,
.custom-footer-menu .hs-menu-flow-horizontal > ul ul >li > a{
  color: #fff;
  font-size: 1.8rem;
  font-family: "Bebas Neue";
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
}
.custom-footer-menu .hs-menu-flow-horizontal > ul ul ul >li > a{
  color: #fff;
  font-size: 21px;
  white-space: normal !important;
  margin: 0;
  line-height: 1.6;
  font-weight: normal;
  display: inline-block!important;
  font-family: "Roboto Light",sans-serif;
}
.custom-footer-menu .hs-menu-flow-horizontal > ul ul {
  margin-bottom: 1.25rem;
}
.custom-footer-menu .hs-menu-flow-horizontal > ul li {
  float: left;
  width: 25%;
}
.custom-footer-menu .hs-menu-flow-horizontal > ul ul li {
  float: none;
  width: 100%;
}

.custom-footer-menu .hs-menu-flow-horizontal > ul > li:nth-child(2) > ul > li:first-child {
  padding-bottom: 25px;
}
.custom-footer-menu .hs-menu-flow-horizontal > ul {
  display: block;
  padding-left: 9.4%;
  line-height: normal;
  margin-top: -5px;
}
.custom-footer-menu {
  padding-bottom: 18px;
}
.custom-footer-grp {
  background: #6a86b8;
  padding-top: 20px;
}
.custom-footer-connect {
  padding: 0 15px;
  float: left;
  width: 33.33333%;
}
.custom-footer-connect h1 {
  color: #fff;
  font-size: 68.8px;
  line-height: 1em;
  font-weight: 900;
}
.custom-footer-connect p {
  margin-top: 15px;
  padding-left: 10px;
  height: 120px;
}
.custom-footer-connect p a {
  background-color: #fff;
  width: 66px;
  height: 66px;
  padding-left: 12px;
  font-family: FontAwesome;
  padding-top: 11px;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 50%;
  color: #124f90;
  margin-left: 2px;
  font-size: 41px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-footer-connect p a:hover {
  background-color: #103059;
  color: #fff;
}
.custom-footer-top {
  background-color: #124f90;
  padding-top: 20px;
}
.custom-footer-form {
  padding: 0 15px;
}
.custom-footer-form h3 {
  color: #fff;
  font-size: 68.8px;
  line-height: 1em;
  font-weight: 900;
  margin: 0.67em 0;
}

.custom-footer-form .hs-richtext p {
  font-size: 1.1rem;
  color: #fff;
}

.contact_with_us_social {
  width: 66.66667%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.contact_with_us_social .column.span4 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 33.33333%;
  padding-top: 10px;
  margin-left: 0;
}
.second_col_inner {
  width: 100%;
  height: 250px;
  background-color: #dbe1ed;
  padding: 5px 10px;
  border: 2px solid #23528c;
  overflow: hidden;
  padding-bottom: 25px;
  position: relative;
}
.second_col_inner img {
  max-height: 52px;
}
.second_col_inner h6 {
  font-weight: normal;
  margin-bottom: 0;
  margin-top: -6px;
}
.second_col_inner p{
  font-size: 0.8rem;
  height: 44%;
  margin: 0;
  color: #124f90;
  overflow: hidden;
}
.second_col_inner .read_more {
  position: absolute;
  bottom: 5px;
  right: 7px;
  line-height: normal;
}
.second_col_inner .read_more a {
  text-decoration: underline;
  color: #103059;
  font-size: 16px;
}

.second_col_inner iframe {
  width: 100%;
  height: 105px;
  margin-top: -6px;
}

.custom-footer-form .hs-form-required {
  display: none;
}
.custom-footer-form .hs-input {
  background-color: #5176ab;
  color: #a4b7c5;
  font-size: 26px;
  border: 0px;
  padding: 0.5rem;
  font-family: "Roboto Light",sans-serif;
  height: 42px;
  width: calc(100% - 154px);
  margin-bottom: 10px;
  transition: border-color 0.15s linear, background 0.15s linear;
}
.custom-footer-form ::-webkit-input-placeholder {
  color:#fff;
  opacity:1;
} 
.custom-footer-form *::-moz-placeholder{
  color:#fff;
  opacity:1;
} 
.custom-footer-form form {
  position: relative;
  max-width: 450px;
}
.custom-footer-form .hs-button.primary.large {
  display: block;
  background: #4b7ac0;
  color: #fff;
  padding: 7px 12px;
  font-size: 20px;
  text-align: center;
  border: 2px solid #fff;
  font-family: arial,sans-serif;
  cursor: pointer;
  margin-bottom: 10px;
  position: absolute;
  top: 49px;
  right: 15px;
}
.custom-footer-form .hs-error-msgs {
  color: #fff !important;
  margin: 0 0 5px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.cm-footer-map {
  padding: 0 30px 0 0;
  margin-bottom: -1px;
}
.custom-footer-headquater {
  color: #fff;
  line-height: 20px;
  padding: 16px 0 0;
  position: relative;
  left: -35px;
  font-size: 16px;
}
.custom-footer-headquater p a {
  color: #fff;
}

.custom-footer-headquater p {
  padding-left: 10px;
  font-size: 1.2rem;
}

.custom-footer-headquater h5 {
  font-weight: normal;
}
.custom-footer-headquater p:last-child {
  line-height: 1.6;
}
.custom-footer-headquater:before {
  content: "\f041";
  position: absolute;
  font-size: 63px;
  top: 21px;
  left: -93px;
  line-height: .75em;
  vertical-align: -15%;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#back-to-top {
  height: 60px;
  width: 60px;
  right: 30px;
  bottom: 30px;
  position: fixed;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  opacity: 0.5;
  white-space: nowrap;
  background: rgba(5, 105, 245, 0.8) url(//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/images/cd-top-arrow.svg) no-repeat center 50%;
  z-index: 99;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
#back-to-top:hover {
  opacity:1;
  background-color: rgba(5,105,245,1);
}

.landing-footer {
  padding-top: 20px;
}

/* =============== Footer Type 2 English Styling =============== */

.custom-footer-engl1 {
  background: #1E2E58;
}
.custom-copyright-eng1 {
  padding: 10px;
  text-align: center;
}
.custom-copyright-eng1 p {
  color: #fff;
  font-size: 1.2rem;
  padding-left: 10px;
}

.custom-footer-menu-eng1 .hs-menu-flow-horizontal > ul {
  width: 100%;
  padding-left: 8.3%;
  padding-right: 4%;
}
.custom-footer-menu-eng1 .hs-menu-flow-horizontal > ul > li {
  width: 33.33%;
  padding: 35px 20px;
}
.custom-footer-menu-eng1 .hs-menu-flow-horizontal > ul ul >li > a {
  color: #fff;
  font-size: 1.8rem;
  font-family: "Bebas Neue";
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
}
.custom-footer-menu-eng1 .hs-menu-flow-horizontal > ul ul ul >li > a {
  color: #fff;
  font-size: 21px;
  font-family: "Roboto Regular";
  margin: 0;
  display: inline-block !important;
  line-height: 1.6;
}
.custom-footer-menu-eng1 .hs-menu-flow-horizontal > ul ul {
  margin-bottom: 20px;
}

.custom-footer-menu-eng1 .hs-menu-flow-horizontal > ul > li > a {
  height: 0;
  display: block;
}
.custom-footer-menu-eng1 {
  padding-bottom: 86px;
}

/* =============== Footer Type 3 English Styling =============== */

.custom-footer-engl3 {
  background-color: #275699;
  padding-top: 39px;
  padding-bottom: 20px;
}
.custom-copyright-eng3 p {
  color: #fff;
  text-align: center;
  padding-left: 10px;
  font-size: 1.1rem;
}
.custom-footer-menu-eng3 .hs-menu-flow-horizontal > ul {
  width: 75%;
  padding: 0 15px;
  margin: 0 auto;
  display: block;
}
.custom-footer-menu-eng3 .hs-menu-flow-horizontal > ul ul >li > a {
  color: #fff;	
  font-size: 1.8rem;
  font-family: "Bebas Neue";
  line-height: 1.4;
  margin-bottom: 0.5rem;
  white-space: normal !important;
  margin-top: 0.2rem;
}
.custom-footer-menu-eng3 .hs-menu-flow-horizontal > ul ul ul >li > a {
  color: #fff;
  font-size: 21px;
  font-family: "Roboto Regular";
  white-space: normal !important;
  margin: 0; 
  line-height: 1.6;
}
.custom-footer-menu-eng3 .hs-menu-flow-horizontal > ul > li {
  width: 33.33%;
  padding: 0 20px 0 37px;
}
.custom-footer-menu-eng3 .hs-menu-flow-horizontal > ul ul {
  margin-bottom: 1.25rem;
}
.custom-footer-menu-eng3 {
  padding-bottom: 3px;
}
.custom-footer-menu-eng3 .hs-menu-flow-horizontal > ul> li > a {
  height: 0;
  display: block;
}
.cm-dark-blue-bg3 {
  background-color: #263b72;
  text-align: center;
}
.cm-dark-blue-bg3 img {
  width: 30%;
  max-width: 30%;
  margin-left: 30px;
}
.cm-dark-blue-bg3 p {
  margin: 0 auto;
  width: 66.66667%;
  padding: 20px 20px 15px;
}

/* =============== Footer Type 4 English Styling =============== */


.footer4 .custom-footer-menu-eng3 .hs-menu-flow-horizontal > ul {
  width: 100%;
  padding-left: 11.3%;
  padding-right: 0;
}
.footer4 .custom-footer-menu-eng3 .hs-menu-flow-horizontal > ul > li {
  width: 25%;
  padding: 35px 20px 0;
}
.footer4 .custom-footer-menu-eng3 .hs-menu-flow-horizontal > ul ul ul >li > a {
  font-family: "Helvetica";
}
.footer4 {
  padding: 0 !important;
}
.footer4 .custom-footer-menu-eng3 {
  padding-bottom: 25px;
}
.footer4 .custom-copyright-eng3 {
  padding: 10px;
}
.footer4 .custom-copyright-eng3 p {
  font-size: 1.2rem;
  font-family: Helvetica;
}
.cm-footer4-form {
  padding-top: 35px;
}
.cm-footer4-form h3 {
  font-family: "Helvetica";
  font-size: 21px;
  color: #fff;
  line-height: 33.6px;
  margin: 0;
}
.cm-footer4-form .hs-form-required {
  display: none;
}
.cm-footer4-form .hs-input {
  background-color: #0088be;
  color: #fff;
  border: 0px solid;
  font-size: 0.875rem;
  font-family: Helvetica,sans-serif;
  height: 2.3125rem;
  margin-bottom: 15px;
  padding: 0.5rem;
  width: 200px;
}
.cm-footer4-form .hs-input:focus{
  outline:none;
}
.cm-footer4-form ::-webkit-input-placeholder {
  color:#fff;
  opacity:1;
  text-transform: capitalize;
}
.cm-footer4-form *::-moz-placeholder{
  color:#fff;
  opacity:1;
  text-transform: capitalize;
}
.cm-footer4-form .hs-button.primary.large {
  background-color: #008000;
  color: #fff;
  border: 0px solid;
  padding: 6px 20px;
  font-family: Helvetica,sans-serif;
  margin-right: 100px;
  font-size: 16px;
  cursor: pointer;
  line-height: normal;
}

.cm-footer4-form  .hs-error-msgs {
  color: #fff !important;
  font-family: Helvetica;
  font-size: 14px;
  margin: 0;
}

/* =============== Footer Type 5 English Styling =============== */


.footer5  .custom-footer-menu-eng3 {
  padding-bottom: 5px;
}
.footer5 .custom-footer-menu-eng3 .hs-menu-flow-horizontal > ul > li {
  width: 25%;
}
.footer5 .custom-footer-menu-eng3 .hs-menu-flow-horizontal > ul ul ul li a {
  font-size: 21px;
  line-height: 1.1em;
  padding-bottom: 12px;
}
.footer5 .custom-footer-menu-eng3 .hs-menu-flow-horizontal > ul ul >li > a {
  padding-bottom: 10px;
}
.footer5 .custom-footer-menu-eng3 .hs-menu-flow-horizontal > ul > li:nth-child(2) {
  padding-top: 39px;
}

.footer-container ul ul {
  display: block !important;
}
.spanish-footer .custom-footer-menu-eng1 .hs-menu-flow-horizontal > ul {
  padding-right: 8%;
}
.spanish-footer .custom-footer-menu-eng1 .hs-menu-flow-horizontal > ul > li:last-child {
  width: 30%;
}
.spanish-footer .custom-footer-menu-eng1 .hs-menu-flow-horizontal > ul > li:nth-child(2) {
  width: 30%;
}
.spanish-footer .custom-footer-menu-eng1 .hs-menu-flow-horizontal > ul > li:first-child {
  width: 40%;
}
.spanish-footer .custom-footer-menu-eng1 .hs-menu-flow-horizontal > ul ul ul >li > a{
  white-space:normal !important;
}

/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  float: right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  margin-top: 25px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
  padding-left: 19px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  font-size: 25px;
  line-height: 2.8125rem;
  padding: 0 0.9375rem;
  color: black;
  font-family: "Bebas Neue";
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
  /*background-image: url(//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/images/language_selector.png);
  display: block;
  background-position: center center;
  background-size: 43px auto;
  text-indent: -9999px;
  background-repeat: no-repeat;
  padding: 0 37px;
  position: relative;
  top: -1px;*/
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
  color: #335086;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #335085;
  right: 0 !important;
  left: auto !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  font-size: 25px;
  color: #fff;
  line-height: 2.8125rem;
  font-family: "Bebas Neue";
  padding: 0 0.9375rem;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* 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:768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
}

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

@media screen and (max-width:767px) {
	.greenfloc-lyt .cm-getting-started-process-wrap.medium-centered .have_arrow:after {
    position: absolute;
  }
  .mobile-trigger {
    height: 34px;
    line-height: 33px;
    padding: 0 2.5rem 0 0.9375rem;
    position: absolute;
    font-size: 13px;
    top: 23px;
    font-family: Roboto Light;
    width: auto;
    font-weight: 700;
    right: 0;
    cursor: pointer;
    text-transform: uppercase;
  }

  .mobile-trigger:after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    margin-top: -8px;
    top: 50%;
    right: 0.9375rem;
    width: 16px;
  }
  .mobile-open .mobile-trigger:after {
    box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888;
  }
  .child-trigger {
    width: 100%;
    height: 56px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
  }
  .child-trigger i {
    border: inset 5px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
    border-left-style: solid;
    margin-right: 0.9375rem;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
    right: 0;
  }

  li.dl-back a {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }  

  .animate-menu {
    position: relative;
    overflow: hidden;
    background: #335086 none repeat scroll 0 0;
    width: 100%;
    top: 19px;
  } 
  .animate-menu > ul{
    position:absolute;
    top:0px;
    width:100%;
    left:100%;
    transition: all 0.3s ease;
  }

  .animate-menu ul.active-panel {
    left:0;
  }
  .animate-menu ul li {
    position:relative

  }
  .animate-menu ul li  a{
    color: #fff;
    font-size: 20px;
    padding: 12px 10px;
    display: block;
    outline: none;
    font-family: "Bebas Neue";

  }

  .animate-menu ul li.hs-menu-depth-2 a {
    padding: 8px 10px;
  }
  .animate-menu > ul.submenu-open {
    left: -100%;
  }

  .counter {
    position: absolute;
    right: 40px;
    top: 0;
    line-height: 43px;
    background: #fff;
    width: 40px;
    text-align: center;
    height: 43px;
  }
  .animate-menu ul.mega-menu li:last-child > a {
    background-image: url(//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/images/language_selector.png);
    background-position: left center;
    padding: 18px 20px;
    display: block;
    color: transparent;
    background-size: 43px auto;
    text-indent: -9999px;
    background-repeat: no-repeat;
    position: relative;
    top: -1px;
  }
  .animate-menu ul li.hs-menu-depth-1:last-child {
    padding: 0px 10px;
  }

      /* BLOG REDESIGN */
  .blogContainer {
    padding: 0 20px;
  }
	.blogHeader h1 {
 	 font-size: 30px;
	  margin: 1rem 0;
	}
	.blogHeader p {
 	 	font-size: 14px;
		text-align: center;
 	 	line-height: 36px;
	}
	.blogHeader img {
 		 border-radius: 50%;
 		 max-width: 40px;
	}
	.blogContent {
  	font-size: 16px;
 	  letter-spacing: 0.8px;
 		margin-bottom: 40px;
  	color: #333;
	}
	.blogContent h2 {
 	  font-size: 22px;
 	  margin-bottom: 20px;
	}
	.blogContent h3 {
  	font-size: 18px;
 	  margin-bottom: 20px;
	}
	.blogContent blockquote {
  	color: #9A3324;
  	background: #f1f3f5;
 	  border-left: 2px solid #9A3324;
 	  padding: 2px 0 2px 9px;
	}
}

}


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


.case-studies .body-container .page-center {
  max-width: 100% !important;
  padding:0;
}
.case-studies .blog-content {
  background-color: #103059;
  padding: 15px 60px;
  margin-top: 10px;
}

.hs-blog-post.case-studies .blog-section{
  background-color: #fff;
  padding: 10px;
}

.hs-blog-listing .post-header{
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  float: left;
  width: 66.66667%;
}
.post-content{
  padding-left:10px;
}

.ctt.hs-blog-listing .blog-content {
  background-color: #275699;
}

.ctt .blog-content {
  padding: 70px 60px 50px;
  margin-top: 10px;
}
.ctt .banner-area,
.fdcs .banner-area{
  background: none !important;
  padding: 0 10px;
}
.ctt .banner-area h1 {
  font-size: 120px;
  color: #394962;
  line-height: 1.4;
  font-weight: normal;
  margin-top: 1px;
  margin-bottom: -2px;
}
.ctt .blog-listing-wrapper .post-listing .post-item{
  margin-top: 20px;
}
.ctt .post-header h2 {
  color: #394962;
  font-family: "Roboto Regular";
  line-height: 1.4;
  font-size: 2.75rem;
  font-weight: normal;
  text-transform: none;
  margin-top: 25px;
}

.ctt a.more-link {
  padding: 0;
  color: #394962;
  border: 0;
  font-size: 1.1rem;
  font-family: "Roboto Regular";
}
.ctt a.more-link:hover{
  color: #0078a0;
}
.ctt .cm-header-english2 {
  min-height: 92px !important;
}
.ctt img.post-logo {
  width: 240px;
  padding-top: 4px;
  margin-left: 16px;
}

.fdcs.hs-blog-listing .blog-content {
  background-color: #275699;	
}
.fdcs .blog-content {
  padding: 70px;
}
.fdcs .banner-area h1 {
  padding: 7px 0 10px;
  font-size: 5.5rem;
  line-height: 1.2em;
  color: #2d5597;
  font-weight: bold;
}
.fdcs .blog-listing-wrapper .post-listing .post-item{
  margin-top: 20px;
}
img.post-logo {
  width: 200px;
  margin-top: 24px;
  margin-left: 10px;
}
.fdcs .post-header h2 {
  font-family: "Helvetica" ,sans-serif;
  color: #394962;
  text-transform: none;
  font-weight: normal;
  font-size: 2.75rem;
  line-height: 1.4;
  margin-top: 20px;
}
.fdcs.hs-blog-listing .post-header {
  padding:  0;
}

.fdcs a.more-link {
  font-family: "Helvetica";
  line-height: 19.2px;
}

.coolant-add .custom-logo.logo-engl2 {
  padding-left: 30px;
}
.coolant-add .banner-area {
  background: none !important;
  padding: 0px 45px;
}
.coolant-add .banner-content h1 {
  font-size: 9vw;
  line-height: 0.9em;
  margin-top: -7px;
  color: #394962;
  font-weight: normal;
}
.coolant-add .blog-listing-wrapper .post-listing .post-item{
  border: 3px solid #a7a8ac;
  margin-top: 20px;
}
.blog-list-recent-post-list-item{
  border: 3px solid #a7a8ac;
  margin-top: 20px;
  overflow:hidden;
  padding:20px;
}
.coolant-add .blog-content {
  padding: 0 90px;
}

.coolant-add.hs-blog-listing .post-header,
.rec-post-chinese .post-header{
  padding-left: 55px;
  width: 58.33333%;
  float:left;
}

.coolant-add .hs-featured-image-wrapper,
.rec-post-chinese .hs-featured-image-wrapper{
  width: 41.66667%;
}
.coolant-add .post-header h2,
.rec-post-chinese .post-header h2{
  font-family: "Roboto Regular";
  color: #394962;
  font-size: 35.2px;
  line-height: 0.99em;
  font-weight: bold;
  text-transform: none;
  margin-top: 27px;
}

.coolant-add a.more-link {
  font-size: 12px;
  font-family: "Roboto Regular";
}

.hs-blog-post .body-container {
  padding-bottom: 40px;
}
.coolant-add.chinese-lyt .banner-content h1,
.coolant-add.spanish-lyt .banner-content h1{
  margin-top: 2px;
}





/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

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

/* Blog Listing */
.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 {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1em;
  margin-top: 7px;
  color: #124f90;
  font-weight: bold;
}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  background: #fff;
  padding: 20px;
  margin-top: 10px;
  overflow: hidden;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
  float: right;
  width: 33.33333%;
}
.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;
}
.hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
  width: 100%;
}



/* Read More Link */
a.more-link {
  padding: 10px 20px;
  color: #124f90;
  border: 1px solid #124f90;
  display: inline-block;
}

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#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;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {
  color: #fff;
  padding: 0 10px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.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 Modules */
.blog .blog-sidebar .widget-span {}


/* =============== 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;
}

/* 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                                        
========================================================================== */


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

#email-prefs-form .email-edit {
  max-width: 700px !important;
}

.subscribe-options label {
  display: block;
}
.checkbox-row span.fakelabel span {
  float: none;
}


/* =============== Global Form Styles =============== */

/* Form Field */
.body-container .hs-form-field {
  margin: 0 0 1rem 0;
}

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

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

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
  font-size: 20px;
  display: block;
  max-width: 767px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  padding: 5px 8px 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
  font-family: Roboto,arial;
  font-weight: 300;
  line-height: 19px;
  width: 100%;
}

.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus, 
.body-container input[type="datetime"]:focus, 
.body-container input[type="datetime-local"]:focus, 
.body-container input[type="date"]:focus, 
.body-container input[type="month"]:focus, 
.body-container input[type="time"]:focus, 
.body-container input[type="week"]:focus, 
.body-container input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
.body-container input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
.body-container input[type="tel"]:focus, 
.body-container input[type="color"]:focus,
.body-container input[type="file"]:focus,
.body-container textarea:focus,
.body-container select:focus {
  border-color: #999999;
  outline: none;
}

/* 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;
  margin-left: 0;
  line-height: 1;
  color: #394962;
}
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 */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* 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) =============== */

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  background: #4b7ac0;
  color: #fff;
  padding: 7px 12px;
  font-size: 20px;
  text-align: center;
  position: relative;
  border: 2px solid #fff;
  margin-top:15px;
  border-radius: 0;
  line-height: normal;
  font-family: Arial;
}

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

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


/* =============== 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 {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

/*===================HOME PAGE=====================*/
.banner-area-home {
  position:  relative;
}

.banner-area-home div#video-bg {
  position: relative;
  height: 100%;
  margin-top: -100px;
}

.banner-area-home  .vid-overlay {
  position: relative;
  width: 100%;
  height: 850px;
  background: transparent;
  z-index: 10;
}

.banner-area-home video {
  width: 100% !important;
  height: auto !important;
  position: fixed;
  z-index: -1;
  display: inline-block;
  vertical-align: baseline;
}

.home-page .home-sec-one {
  background: #fff;
  padding:20px 15px 50px;
}

.home-divisions-container .columns {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  float:  left;
}

.column + .column:last-child, 
.columns + .column:last-child, 
.column + .columns:last-child, 
.columns + .columns:last-child {
  float:  right;
}

.home-divisions-container h3.top-heading {
  padding-top: 30px;
  line-height:  1;
  text-align:  center;
  font-weight:  normal;
}

.home-divisions-container  p.text-black {
  color: black;
  font-size:  16px;
  line-height:  1;
  padding:  10px 0 0;
}

.home-divisions-container .column.exp-para {
  min-height:  135px;
}

.home-divisions-container a.button {
  background-color: #6475aa;
  width: 100%;
  color: white;
  font-size: 20px;
  padding: 5px;
  border-radius: 5px;
  min-height: 50px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

.home-divisions-container a.button:hover {
  background-color: #6475aa;
}

.home-divisions-container a.button:focus{
  outline:none;
}

.home-divisions-container .large-1 {
  width: 100%;
}

.home-divisions-container .large-2 {
  width: 50%;
}

.home-divisions-container h3.top-heading{
  font-size: 1.375rem;
}
strong {
  font-family: "Roboto";
  font-weight:700;
}

.contact-sec-two {
  border-top: 5px solid #31508d;
  margin-top: 30px;
  background-color: #ebeff6;
  padding:  30px 20px 20px;
}

.contact-sec-one {
  padding-top: 30px;
  text-align:  center;
}

.contact .body-container p {
  font-size: 1.2rem;
}

.contact-sec-two .page-center {
  width: 91.66667%;
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  max-width: 100% !important;
}

.contact-sec-two h3.form-title {
  font-weight: bold;
  color: #223359;
  text-align: center;
  font-size: 2.125rem;
}

.contact-sec-two form {
  padding-bottom: 75px;
}

.body-container select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  background-image: url(//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/images/download.svg);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-radius: 0;
  height: 2.3125rem;
  color: #124f90;
  font-size: 14px;
  line-height: normal;
}

.contact .body-container input.hs-button.primary.large {
  top: -3px;
}
.body-container ul {
  margin-left: 1.1rem;
  margin-top: 0;
  padding-left: 0;
}

.body-container ul, 
.body-container ol, 
.body-container dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem;
}

.career-sec-one {
  padding-top: 48px;
}

.career-sec-one .page-center {
  padding-left:  10px;
  padding-right: 10px;
  font-size:  16px;
}

.career-sec-one h1 {
  font-size: 3.6em;
  font-weight: bold;
  padding-top: 0.2rem;
  margin-top: 0;
}

.career-sec-one .page-center p {
  font-size: 1.2rem;
}

.career-sec-two {
  background-color: #103059;
  color: #ffffff;
  text-align: center;
}

.career-sec-two .cm-full-width {
  padding: 20px 10px 10px;
}

.career-sec-two .cm-two-col {
  margin: 0 auto !important;
  width: 100% !important;
  float: none;
  text-align:  left;
  padding-left:15px;
  padding-right:15px;
}

.career-sec-two .cm-two-col .span6 {
  width: 100%;
  margin-left: 0;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.vision-area {
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  background-position: center center;
  background-repeat: no-repeat;
}

.vision-area .bg_white {
  background: #fff;
  padding:  20px;
}

.vision-area .column.white_big_box {
  float: none;
  margin-bottom: 75px;
  padding:  3px;
}

.vision-area .column.white_big_box:last-of-type {
  margin-bottom:  0;
}

.vision-area .column.white_big_box h2 {
  text-align:  center;
  font-weight:  normal;
}

.industries_section .custom-column {
  padding:  10px;
  float:  left;
  position:  relative;
  width: 50%;
}

.industries_section .industries_block {
  position: relative;
  width: 100%;
}

.industries_block_title {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}

.block_title {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  text-align: center;
  font-size:  16px;
}

.block_title h3 {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 2em;
  text-transform: uppercase;
  line-height: 1em;
  text-align:  center;
  font-weight:  normal;
}

.industries_section .custom-column img {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.vision-area .page-center {
  padding: 0;
}

/*==============================About Layout============================*/

.abt-layout .body-container .hs_cos_wrapper_type_rich_text {
  text-align:  center;
  display:  block;
}

.abt-layout .body-container .hs_cos_wrapper_type_rich_text h1 {
  line-height:  1;
}

.cm-equal-conent h1 {
  text-align: center;
  line-height: 1;
  padding-top: 0.2rem;
  margin-top: 0;
}

.abt-layout .cm-equal-conent ul,
.abt-sec-two .hs_cos_wrapper_type_rich_text h4,
.abt-sec-two .hs_cos_wrapper_type_rich_text p{
  color: #000;
}

.abt-layout .abt-sec-one .cm-equal-conent ul li {
  margin-bottom: 22px;
}

.abt-layout .abt-sec-two{
  padding-bottom:50px;
}

.abt-sec-two .hs_cos_wrapper_type_rich_text p {
  font-size: 1.1rem;
}

.abt-sec-two .page-center > div {
  width: 100%;
  margin:  0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.cm-equal-conent .span6 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}


/* =============== Full Width Layout =============== */

.cm-getting-started-process-wrap.medium-centered .get-heading {
  font-size: 70px;
  color: #3c5796;
  font-family: "Bebas Neue";
  font-weight: 400;
}

.cm-getting-started-process-wrap.medium-centered .text-center {
  text-align: center !important;
}
.cm-getting-started-process-wrap.medium-centered .medium-4 {
  width: 33.33333%;
}
.column, .columns {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  float: left;
}
.cm-getting-started-process-wrap.medium-centered .small_padding {
  padding: 10px 30px;
}
.cm-getting-started-process-wrap.medium-centered .have_arrow_box {
  margin-top: 10px;
  margin-bottom: 20px;
}
.cm-getting-started-process-wrap.medium-centered .have_arrow_box img {
  width: 100%;
}

.cm-getting-started-process-wrap.medium-centered .have_arrow:after {
  content: "";
  background-image: url(//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/images/gf_arrow.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 25px;
  height: 65px;
  position: absolute;
  right: -12px;
  top: 112px;
}
.cm-getting-started-process-wrap.medium-centered {
  width: 83.33333%;
  margin: 0 auto;
}

.cm-getting-started-process-wrap.medium-centered h4.text-center {
  font-weight: 400;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
  font-style: normal;
  line-height: 1.4;
  font-weight: normal;
  font-size: 1.4375rem;
  color: #394962;
  font-family: "Roboto";
}

.one-col-title-wth-cta {

  text-align:  center;
  color: #fff;
  width: 50%;
  margin: 0 auto 32px;
  padding: 20px;
}
body.hs-full-wth-lay .one-col-title-wth-cta p.f_helvetica{
  color: white;
  text-align: center;
  font-size: 22px;
  padding-left: 10px;
  font-family: 'Helvetica';
}


.banner-content-2 h1 {
  font-family: "Bebas Neue";
  font-size: 7em;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 0;
  color: white;
  text-align: center;
  margin: 0;
}
.hs-full-wth-lay .container-fluid .section_1.section .row-fluid .page-center {
  padding: 0;
}
body.hs-full-wth-lay {
  font-size: 100%;
}
.cm-header-english2.header5 {
  min-height: 90px !important;
}

body.hs-full-wth-lay .body-container{
  font-size: 100%;
  font-family: 'Helvetica';
  color: #394962;
}
body.hs-full-wth-lay .body-container p{
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  font-size: 1.1rem;
}
.banner-content-2 {
  background-color: rgba(38, 66, 105, 0.8);
  padding: 13px 5px 5px;
}

.banner-area-type-2 {
  background-position: center center;
  background-size: cover;
  height: 400px;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}
.hs-full-wth-lay .section {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.cm-products-grp-wrap {
  text-align: center;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 30px;
  padding-bottom: 42px;
}

.bluebox-title {
  color: #3c5796;
  font-size: 65px;
  font-family: 'Bebas Neue';
  line-height: 1.4;
  font-weight: 400;
}
.greenbox-link {
  padding: 0px 10px 30px;
  margin: 10px;
  border: 4px solid #396a32;
  display: inline-block;
}
.hs-full-wth-lay .product-items-wrap .greenbox-link p{
  color: #396a32;
  font-size: 50px;
  font-family: 'Bebas Neue';
  padding-left: 10px;
}
.greenbox-bordered-btn {
  background-color: #fff;
  border: 2px solid #396a32;
  color: #396a32;
  padding: 12px 11px 10px 10px;
  text-decoration: none;
  font-family: "Roboto";
  text-transform: capitalize;
  font-weight: 400;
}
.greenbox-bordered-btn:hover{
  color: #0078a0;
}
.case-study-wrap .title-wrap h1 {
  color: white;
  text-align: center;
  font-size: 80px;
  font-weight: 400;
}
.case-blue-back.case-study-wrap {
  background-color: #3c5796;
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 3px;
}
.case-blue-back.case-study-wrap .medium-4 {
  width: 33.33333%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.case-blue-back.case-study-wrap .large-10.box_overlay_style {
  width: 83.33333%;
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.case-blue-back.case-study-wrap .gf_case_studies_box {
  background-size: cover;
  background-repeat: no-repeat;
  height: 305px !important;
  background-position: center center;
  position: relative;
}
.case-blue-back.case-study-wrap .ibo_table {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.case-blue-back.case-study-wrap .ibo_table_cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.case-blue-back.case-study-wrap .halo_box_overlay {
  background-color: rgba(71, 127,189, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: 0;
  opacity: 0;
  left: 0;
}
.case-blue-back.case-study-wrap .box_overlay_style .halo_box_overlay {
  opacity: 1;
  display: block;
  background: none;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.case-blue-back.case-study-wrap .arrow_img_right {
  position: absolute;
  width: 16px !important;
  right: 10px !important;
  bottom: 20px;
}
.case-blue-back.case-study-wrap .ibo_cell_body {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
.case-blue-back.case-study-wrap .ibo_cell_body h5 {
  color: #FFF;
  line-height: 1;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-family: 'Helvetica-Bold' !important;
  text-shadow: 3px 0px 11px #000;
  font-size: 1.3em;
  font-weight: normal;
}

.case-blue-back.case-study-wrap .halo_box img {
  width: 100%;
}
.case-blue-back.case-study-wrap .fs15p {
  font-size: 15px !important;
}
.case-blue-back.case-study-wrap .halo_box.visible_overlay .halo_box_overlay {
  display: block;
  background: none;
  opacity: 1;
}
.case-blue-back.case-study-wrap .box_overlay_style .halo_box:hover .halo_box_overlay {
  background: rgba(0, 46, 91, 0.8);
}
.case-blue-back.case-study-wrap .halo_box:hover .halo_box_overlay {
  opacity: 1;
}

.blue-color .greenbox-link {
  padding: 20px 25px 50px 25px;
  border: 4px solid #3c5796;
  display: inline-block;
  margin: 10px;
}

.blue-color .greenbox-link a.greenbox-bordered-btn {
  background-color: #fff;
  border: 2px solid #31508d;
  color: #31508d;
  padding: 22px 31px 20px 31px;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 20px;
  text-decoration: none;
}
.case-study-wrap .columns + .columns:last-child {
  float: left;
}
.product-items-wrap.blue-color .greenbox-link p{
  color: #3c5796;
}
.cm-getting-started-process-wrap p.sub_title {
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
  padding-left: 10px;
  padding-top: 10px;
  font-family: "Roboto Light";
}

.read-more-case-sty-wrap{
  height: 305px;
  background-color: #00325A;
  position: relative;
}
.cm-getting-started-process-wrap.medium-centered .process-wrap.cm-four-column .medium-4 {
  width: 25%;
}
.cm-getting-started-process-wrap.medium-centered .process-wrap.cm-four-column h4.text-center {
  padding-left: 0px;
  padding-right: 0;
  text-align: center;
  color: #316fb3;
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 1.25rem;
  font-family: "Roboto Light";
}


/*==================Community Involvement Layout=====================*/

.comm-sec-one img.hs-image-widget {
  width:  100% !important;
}

.comm-sec-two .page-center.content-wrapper {
  padding:  15px;
  text-align:  center;
}

.comm-sec-three {
  background:  #124383;
}

.comm-sec-three .right-column {
  margin-left:  0 !important;
  width:  calc(100% - 404px);
  background-color: #10305a;
  color: #fff;
  padding: 20px 15px 50px;
}

.comm-sec-three .left-column {
  display: table-cell;
  vertical-align: top;
  width: 404px;
  text-align: center;
  background-color: #124383;
  color:#ffffff;
}

.rec_footer.dark-blue-bg-invol {
  background-color: #10305a;
  padding: 10px 20px 1px;
}

.rec_footer.dark-blue-bg-invol p {
  text-align:  center;
  color:  #fff;
}

.recent_contributions_box.clients-logo {
  text-align:  center;
}

.clients-logo img {
  padding: 15px;
  height: auto;
  vertical-align:  middle;
}

.employees-dontaion-grp .sky-blue-bg.custom-title {
  background-color: #4a71a3;
  padding:  30px 15px;
}

.employees-dontaion-grp .custom-title h4.robo-regular {
  font-family: 'Roboto Regular';
}

.employees-dontaion-grp  .donation-grp-details {
  background-color: #2f68b3;
  text-align:  left;
  padding:  30px 15px;
}

.employees-dontaion-grp .donation-grp-details:nth-child(odd) {
  background-color: #124383;
}

.comm-sec-three .right-column > .row-fluid-wrapper {
  margin:0 auto;
  float:none;
}

.comm-sec-three .right-column h1 {
  color: #fff;
  border: 2px solid #fff;
  display: inline-block;
  margin-bottom: 30px;
  text-align: center;
  text-transform: none !important;
  font-family: 'Roboto Regular';
}

.comm-sec-three .right-column p {
  font-family: "Helvetica";
  font-weight:  normal;
}

.comm-sec-three .right-column div iframe {
  border: 5px solid white !important;
  width: 100%;
}

.comm-sec-three .right-column p img {
  display:  block;
  margin: 0 auto;
  clear:  left;
  width: 100%;
}

.comm-sec-three .right-column p a.left_read_more {
  color: #fff;
  text-decoration: underline;
  font-weight: 300;
  font-family: "Roboto Light", "Sans-Serif";
}

.comm-sec-three .right-column p {
  font-size: 1.2rem;
}

body.about-formulated-detergents-lay .section_1.section .hs_cos_wrapper_type_rich_text h2 {
  line-height: 0.9;
}

body.about-formulated-detergents-lay {
  font-size: 100%;
}

body.about-formulated-detergents-lay .section_1.section .hs_cos_wrapper_type_rich_text h1 {
  padding-top: 15px;
  font-size: 4em;
  line-height: 1;
  padding-bottom: 4px;
}
.blue-bg.two-col-left-img-wrap {
  padding: 35px;
}

.blue-bg.two-col-left-img-wrap .col4 {
  width: 32.83333%;
  padding-left: 0;
}

.blue-bg.two-col-left-img-wrap .col8 {
  width: 66.66667%;
  color: #fff;
  float: right !important;
}

.blue-bg.two-col-left-img-wrap .col8 p {
  color: #FFF;
  line-height: 1.6;
  font-family: Helvetica;
  font-size: 1.2rem;
}

.blue-bg.two-col-left-img-wrap .col8 p:first-child {
  font-size: 24px;
}

.cm-the-chemtc-advatg .top-content h2.title1 {
  text-align: center;
  color: #6179b3;
  font-family: "Helvetica";
  font-size: 2.3125rem;
}
.cm-the-chemtc-advatg {  
  padding: 50px 0 45px;
}
.cm-the-chemtc-advatg .top-content h2.title1 span {
  font-size: 12px;
  position: relative;
  top: -1.3em;
}

.cm-the-chemtc-advatg .top-content h2.title1 span {
  font-size: 12px;
  position: relative;
  top: -1.3em;
}

.cm-the-chemtc-advatg .more {
  font-size: 9em;
  text-align: right;
  color: #5c89c3;
  line-height: 1.1em;
}

.cm-the-chemtc-advatg .col-1.title-wrap {
  width: 50%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  float: left;
}

.cm-the-chemtc-advatg .col-2.title-wrap {
  width: 50%;
  float: right;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.cm-the-chemtc-advatg .col-2.title-wrap h1 {
  font-size: 4em;
  text-align: left;
  padding-top: 15px;
  line-height: 1;
  color: #3e5795;
}

.cm-the-chemtc-advatg .col-2.title-wrap h1.lh05 {
  line-height: 0.5;
}


.cm-the-chemtc-advatg .top-content h2.title1 span {
  font-size: 12px;
  position: relative;
  top: -1.3em;
}

.cm-the-chemtc-advatg .more {
  font-size: 9em;
  text-align: right;
  color: #5c89c3;
  line-height: 1.1em;
}

.cm-the-chemtc-advatg .col-1.title-wrap {
  width: 50%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  float: left;
}

.cm-the-chemtc-advatg .col-2.title-wrap {
  width: 50%;
  float: right;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.cm-the-chemtc-advatg .col-2.title-wrap h1 {
  font-size: 4em;
  text-align: left;
  padding-top: 15px;
  line-height: 1;
  color: #3e5795;
}

.cm-the-chemtc-advatg .col-2.title-wrap h1.lh05 {
  line-height: 0.5;
}

.cm-the-chemtc-advatg .two-col-inner-wrap {
  padding-top: 28px;
}

.cm-the-chemtc-advatg .two-col-inner-wrap .medium-7 {
  width: 58.33333%;
}

.cm-the-chemtc-advatg .two-col-inner-wrap .medium-5 {
  width: 41.66667%;
}

.cm-the-chemtc-advatg .two-col-inner-wrap ul {
  font-size: 24px;
  list-style-type: none;
  line-height: 1.3;
  color: #000;
  margin: 0;
}

.cm-the-chemtc-advatg .two-col-inner-wrap ul li {
  position: relative;
  background: url(//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/images/swirl.png) no-repeat left top;
  padding-left: 44px;
  padding-top: 3px;
  background-position: left top 9px;
  background-size: 28px;
  color: #000;
  font-family: Helvetica;
  margin-bottom: 30px;
}

.cm-the-chemtc-advatg .two-col-inner-wrap ul li:last-child {
  margin-bottom: 0;
}

.blue-background.our-comtmt .page-center.row-fluid .clearfix.top-inner-wrap {
  margin: 0 auto;
  width: 91.66667%;
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.blue-background.our-comtmt {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background-size: cover;
  padding-top:23px;
  padding-bottom:48px;
}
.blue-background.our-comtmt .top-cont {
  text-align: center;
  padding-bottom: 48px;
}

.blue-background.our-comtmt h1.head-custom2 {
  color: #FFF;
}

.blue-background.our-comtmt h1.head-custom {
  font-size: 85px;
  line-height: 0.9;
  color: #fff;
}

.blue-background.our-comtmt .white-box.cont-wrap {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background: rgba(255,255,255,0.9);
  padding-top: 24px;
  padding-bottom: 20px;
}

.blue-background.our-comtmt .white-box.cont-wrap p {
  font-size: 21px;
  text-align: center;
  color: #000;
  line-height: 1.3;
  font-family: Helvetica;
  padding-left: 10px;
}

.blue-background.our-comtmt .white-box.cont-wrap h4 {
  color: #000;
  font-family: "Helvetica";
  text-align: center;
}
.blue-background.our-comtmt .white-box.cont-wrap ul {
  font-size: 21px;
  line-height: 1.3;
  color: #000;
  font-family: Helvetica;
  margin-bottom: 0;
}



/*=======================About Us Layout========================*/

.about-us-section-area {
  position:  relative;
}

.abs-full-overlay {
  position: absolute;
  height: 100%;
  z-index: 10;
  background-position: center center;
  background-size: cover;
}

.about-us-section-area.right .abs-full-overlay {
  right:  0;
}

.about-us-section-area .columns {
  padding: 0px;
  position: relative;
  z-index: 99;
}

.about-us-section-area .text-box-pd {
  background-color: #10305b;
  color: #fff;
  padding:  25px;
}

.about-us-section-area.left .text-box-pd {
  background-color: #258dc2;
  text-align: right;
}

.about-us-section-area.left .medium-8 {
  float:  right;
}

.about-us-section-area .text-box-pd h4 {
  font-weight:  bold;
}

.about-us-section-area .text-box-pd p,
.about-us-section-area .text-box-pd h4{
  line-height: 1.2em;
}

.cm-timeline-area{
  margin-top:50px;
  margin-bottom:100px;
}

.htimeline-box{
  position: relative;
  width:955px;
  height:300px;
  margin:0 auto;
  text-align: center;
  padding-top:20px;
}

.htimeline-box .horizontal-line{
  width:90%;
}

.htimeline-list{
  text-align: left;
  list-style: none;
  margin-left:38px;
  opacity:0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  height: 271px;
  position: relative;
  -ms-transform: rotate(100%); /* IE 9 */
  -webkit-transform: rotate(100%);/* Chrome, Safari, Opera */
  transform: translateX(100%);
}

.htimeline-list.active-list{
  opacity:1;
  -ms-transform: rotate(0%); /* IE 9 */
  -webkit-transform: rotate(0%); /* Chrome, Safari, Opera */
  transform: translateX(0%);
}

.htimeline-list.inactive-list{
  opacity:1;
  -ms-transform: rotate(-100%); /* IE 9 */
  -webkit-transform: rotate(-100%); /* Chrome, Safari, Opera */
  transform: translateX(-100%);
  display: none;
}

img.horizontal-line.dis-none {
  display: none;
}

.left_btn_list{
  cursor: pointer;
  display: block;
  height: 76px;
  left: -77px;
  margin-top: -25px;
  position: absolute;
  top: 49%;
  width: 50px;
  z-index: 999999;
}

.right_btn_list{
  display: block;
  width:50px;
  height:76px;
  right:-77px;
  top:49%;
  margin-top:-25px;
  position: absolute;
  cursor: pointer;
  z-index: 999999;
}

.htimeline-list li{
  display:inline-block;
  width:150px;
  position: absolute;
}

.htimeline-list li:nth-child(2n+1){
  top:62%;
}

.htimeline-list li:nth-child(2n+1):before{
  content: "";
  background-image: url("//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/images/timeline-button.png");
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  display: block;
  width: 20px;
  height: 35px;
  position: absolute;
  top: -35px;
  left: 13%;
}

.htimeline-list li:nth-child(2n):after{
  content: "";
  background-image: url("//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/images/timeline-button2.png");
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  display: block;
  width: 20px;
  height: 35px;
  position: absolute;
  bottom: -20px;
  left: 13%;
}

/* ODDS */
.htimeline-list li:nth-child(3){
  left:17%;
}
.htimeline-list li:nth-child(5){
  left:35%;
}
.htimeline-list li:nth-child(7){
  left:60%;
}
.htimeline-list li:nth-child(7):before{
  /*background-image:none;*/
}

.htimeline-list li:nth-child(10){
  left:91%;
  top: 37px;
}

/* End ODDS */

/* Evens */
.htimeline-list li:nth-child(2){
  left:8%;
  width:148px;
  top: 20px;
}

.htimeline-list li:nth-child(4){
  left: 25%;
  width:150px;
  top: 20px;
}

.htimeline-list li:nth-child(6){
  left:44%;
  width:215px;
  top: 20px;
}

.htimeline-list li:nth-child(9){
  left: 84%;
  width: 128px;
  bottom: 0px;
}

.htimeline-list li:nth-child(8){
  left: 67%;
  width: 128px;
  top: 20px;
}

/* End Evens */
.htimeline-list h4{
  font-size: 16px;
  font-weight: bold;
}

.htimeline-list p{
  padding-left: 0px;
  font-size: 12px;
}
.htimeline-box .horizontal-line{
  position: absolute;
  top: 50%;
  margin-top: -1%;
  width:100%;
  max-width:100%;
  left:0;
}

.left-time{
  left: -13%;
  position: absolute;
  top: 41%;
  width: 15%;
}
.right-time{
  position: absolute;
  right: -13%;
  top: 41%;
  width: 15%;
}

.cstm-sp-sustain .body-container .page-center {
  max-width: 83.33333% !important;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.full-width-content-sec {
  max-width: 66.66667%;
  float: none;
  color: #fff;
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 50px;
  padding-bottom: 40px;
  font-size: 20px;
}

.green-bg-sustain {
  background-repeat: no-repeat;
  background-size: 100% auto;
}


/*=================Tower Treatment Layout================*/

.banner-area-type-3 {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.banner-area-type-3 h1 {
  font-size: 10vw;
  color: #fff;
  font-family: 'Bebas Neue';
  text-transform: uppercase;
  line-height: 0.8;
  text-align: center;
  text-shadow: 5px 5px 6px #000;
}

.banner-area-type-3 p {
  color: #fff;
  padding-left:  10px;
}
.banner-area-type-4 {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.banner-area-type-4 h1 {
  font-size: 64px;
  color: #fff;
  font-family: 'Bebas Neue';
  line-height: 0.8;
  text-align: center;
}

.banner-area-type-4 p {
  color: #fff;
  padding-left:  10px;
}

.blue-bg-header {
  text-align: center;
  padding:0 15px;
}

.blue-bg-header h1 {
  color:  #fff;
  font-family: 'Helvetica-Bold' !important;
}

.header_machine_with_two_column {
  display: block;
  
}

.header_machine_with_two_column .left-machine-img {
  display: inline-block;
  vertical-align: middle;
  padding-top: 50px;
  width: 65%;
}

.header_machine_with_two_column .left-machine-img img {
  vertical-align:  middle;
}

.header_machine_with_two_column  .right-side-bar {
  display: inline-block;
  width: 300px;
  vertical-align: middle;
  padding-right: 20px;
  padding-bottom: 70px;
}

.right-side-bar .machine-part {
  background-color: #d3eaf9;
  position: relative;
  margin-top: 40px;
  padding-top: 5px;
  padding-bottom: 10px;
}

.machine-part:before{
  content:"";
  display: block;
  width:50px;
  height:50px;
  position: absolute;
  top: -15px;
  left: -15px;
  background-image:url("//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/images/sm-numbers.png");
  background-repeat: no-repeat;
  background-size: 45px;
}

.machine-part h4{
  font-family: 'Helvetica-Bold';
  padding-left:44px;
  color: #394962;
}

.machine-part p{
  font-size: 15px;
  line-height: 1.2em;
  padding-left: 20px;
  padding-right: 20px;
  color: #394962;
}

.machine-part1.machine-part:before{
  background-position: 2px 3px;
}

.machine-part2.machine-part:before{
  background-position: 2px -123px;
}

.machine-part3.machine-part:before{
  background-position: 2px -250px;
}

.machine-part4.machine-part:before{
  background-position: 2px -376px;
}

.eliminate-liquid-chemistry h3.text-sky-blue {
  color:  #238ec7;
  text-align:  center;
  font-family:  'Helvetica-Bold';
}

.eliminate-liquid-chemistry .large-4{
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}


.eliminate-liquid-chemistry img {
  width: 134px;
  margin-right: 20px;
  float:  left;
}

.eliminate-liquid-chemistry h5 {
  font-size:  20px;
  color: #08528c;
  font-family:  'Helvetica-Bold';
}

.eliminate-liquid-chemistry p.sub-title {
  color:  #238ec7;
  font-size:  20px;
  padding-top: 0;
  font-family:  'Helvetica-Oblique';
}

.eliminate-liquid-chemistry p {
  padding-top: 30px;
  color:  #000;
  font-family:  'Helvetica-Bold';
  font-size:  20px;
  margin-bottom:  0;
}

.eliminate-liquid-chemistry ul {
  font-family:  'Helvetica';
  font-size:  20px;
  color: #394962;
}

.tower-sec-two {
  background-color: #6ca267;
  padding: 25px 0;
}

.tower-sec-two .hs_cos_wrapper_type_rich_text h4, 
.tower-sec-two .hs_cos_wrapper_type_rich_text h3 {
  text-align:  center;
  color:  #fff;
  font-family:  'Helvetica-Bold';
  line-height:  1;
}

.three-col-img-con {
  overflow: hidden;
  text-align: center;
  color: #fff;
  padding: 30px 0;
}

.tower-sec-two .page-center .row-fluid-wrapper {
  padding: 0 10px;
}

.tower-sec-two span#hs_cos_wrapper_widget_1535540859148_ h3 {
  text-align:  left;
  font-family: "Roboto Regular";
  line-height: 1.4;
}

.three-col-img-con h3,
.three-col-img-con h4, 
.three-col-img-con h5 {
  font-family:  'Helvetica-Bold';
}

.eliminate-liquid-chemistry {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.tower-btm-pane {
  text-align: center;
  margin-bottom: 0;
  padding: 0 15px;
}

.tower-btm-pane h3 {
  font-family: 'Helvetica';
}

.tower-btm-pane a.btn-stng {
  background-color: #00325a;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  font-family: "Roboto Regular";
  line-height: inherit;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 12px;
}

.tower-treatment .body-container .page-center {
  max-width:  80%;
}



.tower-treatment .body-container {
  font-family: 'Helvetica';
  color: #394962;

}

.tower-treatment .machine-part h4 {
  font-family: 'Helvetica-Bold' !important;
  padding-left: 15px;
  font-weight: bold;
  margin-bottom: 1px;
  line-height: 1em;
  font-size: 10px;
}

.tower-treatment .machine-part p {
  font-family: 'Roboto Regular';
  text-transform: none;
  font-size: 10px !important;
  line-height: 1.1em !important;
  padding-left: 15px;
  padding-right: 20px !important;
  padding-top: 1px;
  margin-bottom: 3px;
}

.tower-treatment .machine-part:before {
  background-position: 5px 10px;
  background-size: 20px;
}
.tower-treatment  .banner-area-type-3 h1 {
  font-size: 8vw;
}

.tower-treatment .banner-area-type-3 p {
  max-width: 80%;
  margin: auto;
  font-family:  "Roboto Light";
  font-size:  18px;
  line-height:  28px;
}
.tower-treatment .right-side-bar .machine-part {
  margin-top: 13px;
}

.btn-orange {
  background-color: #FFA500;
  color: white;
  width: 20%;
}

.learn_more_btn {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff !important;
}
.tower-treatment  .blue-bg-header h1 {font-size: 2.3125rem;text-transform: none;}
.tower-treatment .right-side-bar .machine-part {
  margin-top: 13px;
}.tower-treatment .body-container h3 {
  color: #238ec7 !important;
  font-family: 'Helvetica-Bold' !important;
}

.btn-orange {
  background-color: #FFA500;
  color: white;
  width: 20%;
}.tower-treatment .blue-bg-header h1 {
  max-width: 80%;
  margin: auto;
}
.tower-treatment .body-container .tower-sec-two h3 {
  color:  #fff !important;
}      
.tower-treatment .blue-bg-header {
  padding:  0;
}
.tower-treatment  .tower-sec-two span#hs_cos_wrapper_widget_1535540859148_ h3 ,
.tower-treatment .tower-sec-two h3
{
  font-family: "Roboto Regular" !important;
  color: #fff !important;
}

.learn_more_btn {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff !important;
}

.tower-treatment .header_machine_with_two_column .right-side-bar {
  width: 30%;
  padding-right: 0;
}

.tower-treatment .body-container h3 {
  color: #238ec7 !important;
  font-family: 'Helvetica-Bold' !important;
}
.hs-content-id-6117786876  div#hs_cos_wrapper_widget_1535541597380 {
  padding-top:  30px;
}
.tower-treatment .body-container p img {
  width: 8.33333% !important;
  margin-right: 30px !important;
}
.tower-treatment .cm-equal-conent .span6:first-of-type {
  padding-left:  0;
}

.tower-treatment .cm-equal-conent .span6:last-of-type {
  padding-right:  0;
}

.tower-treatment .cm-equal-conent .span6:last-of-type img {
  width:  100%;
}

.tower-treatment .body-container p {
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.6;
}

/*===============About Cooling Tower Treatment Layout================*/

.about-us-box-header{
  text-align: center;
}

.about-us-box-header h1,
.about-us-box-header h2{
  color:#023467;
  text-transform: uppercase;
  line-height: 0.8em;
}

.about-us-box-header h1{
  font-size:6em;
}

.about-us-box-header h2{
  font-size:3em;
  font-family: 'Helvetica-Bold';
}

.about-us-box-header h3{
  color:#023467;
  line-height: 0.8em;
  font-family: 'Helvetica-Oblique';
}

.about-us-box{
  min-height: 600px;
  background-position: center center;    
  background-size: cover;
  font-size: 16px;
}

.about-us-box-body{
  display: table;
  table-layout: fixed;
  width:90%;
  margin:0 auto;
  border-spacing: 20px;
  border-collapse: separate;
  margin-top:350px;
}

.about-us-text-section{
  padding:30px;
  padding-top:0px;
  padding-bottom:0px;
  display: table-cell;
  vertical-align: top;
  position: relative;
  top: -145px;
}

.about-us-text-header{
  text-align: center;
}
.about-us-text-header.disp_non {
  display: none;
}

.about-us-text-body p {
  color: #394962;
  font-size: 20px;
  padding-left: 10px;
}

.about-us-text-body .column.small-12 {
  float:  none !important;
  text-align:  center;
  clear:  both;
}

.abt-section-one div#hs_cos_wrapper_widget_6122587519 {
  margin-top: -120px;
}

.green-bg-sustain h3 {
  font-family:  'Helvetica-Bold';
  text-align:  center;
}

.abt-section-one div#hs_cos_wrapper_widget_6122587519 .full-width-content-sec {
  padding-top: 25px;
  padding-bottom: 40px;
}

.abt-section-one div#hs_cos_wrapper_widget_6122587519 ul {
  font-size: 20px;
  font-family:  'Helvetica';
  list-style-image: url('//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/images/li-dot.png');
  margin-top: 33px;
  margin-bottom: 28px;
}

.about-cooling-tower .cm-equal-conent {
  padding: 30px 15px 22px;
  text-align: center;
  overflow: hidden;
}

.about-cooling-tower .cm-equal-conent h3 {
  font-family: "Roboto Regular";
  color: #023467;
}

.about-cooling-tower .cm-equal-conent .span6 {
  width:  50% !important;
  margin-left:  0 !important;
}

.abt-section-one div#hs_cos_wrapper_widget_6121522743 .green-bg-sustain {
  background-size: cover;
  background-position: center center;
  position:  relative;
}

.abt-section-one div#hs_cos_wrapper_widget_6121522743 .green-bg-sustain:after {
  content: "";
  background-color: rgba(2,52,103,0.5);
  position:  absolute;
  height:  100%;
  width:  100%;
  top: 0;
}

.abt-section-one div#hs_cos_wrapper_widget_6121522743 .full-width-content-sec {
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: 'Helvetica-Bold';
  padding-top: 25px;
  max-width: 50%;
}

.abt-section-one div#hs_cos_wrapper_widget_6121522743 .full-width-content-sec h1 {
  font-family:  'Helvetica-Bold';
  text-transform: none;
}

.abt-section-one div#hs_cos_wrapper_widget_6121522743 .full-width-content-sec h2 {
  font-family:  'Helvetica-Oblique';
  text-transform:  none;
}

.abt-section-one div#hs_cos_wrapper_widget_6121522743 .full-width-content-sec p {
  font-size: 20px;
  font-family:  'Helvetica';
  margin-bottom: 10px;
}

.abt-section-one div#hs_cos_wrapper_widget_6121522743 .full-width-content-sec ul {
  width:62.66667%;
  margin: 0 auto;
  text-align: left;
  font-size: 20px;
  font-family: 'Helvetica' !important;
  padding: 0 15px 10px;
}

.convert-to-solid h1.custom-title {
  text-align:  center;
  font-family:  'Helvetica-Bold';
  color: #023467;
}

.convert-to-solid h1.custom-title span {
  color:  #238ec7;
}

.convert-to-solid  .four-col-content {
  overflow: hidden;
  text-align:  center;
}

.convert-to-solid .four-col-content .span3 {
  width: 25%;
  margin-left:  0 !important;
}

.convert-to-solid .four-col-content .description h5 {
  text-align:  left;
  color:  #000;
  font-family:  'Helvetica-Bold';
  font-size:  20px;
  line-height:  1;
}

.convert-to-solid .four-col-content .description {
  padding:  0 15px;
  width: 83.33333%;
  margin:  0 auto;
}

.custom-bottom-pane .hs_cos_wrapper_type_rich_text h3 {
  font-family: 'Helvetica' !important;
}

.custom-bottom-pane .hs_cos_wrapper_type_rich_text {
  text-align:  center;
  color: #394962;
}

a#cta_button_2120090_f2b7199d-df5a-4e45-b6f7-854067050b18 {
  margin-bottom: 0;
  font-size:20px;
}

.custom-bottom-pane .btn-stng {
  background-color: #00325a;
  color: white;
  width: 32.65%;
  margin-top: 20px;
}

button, .button,.cta_button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}

button:hover, button:focus, 
.button:hover, .button:focus,
.cta_button:hover,.cta_button:focus {
  color: #FFFFFF;
  background-color: #007095;
}


body.biopharma-lay .banner-area {
  padding: 22px 10px 17px;
}
body.biopharma-lay {
  font-size: 100%;
}
body.biopharma-lay .banner-content h1 {
  font-size: 7em;
  color: #fff;
  line-height: .9em;
  font-weight: 400;
}
body.biopharma-lay  .section_1.section h2 {
  color: #278ec2;
  font-weight: bold;
  line-height: 1em;
  font-family: "Helvetica-Bold";
}
body.biopharma-lay  .section_1.section .content-wrapper{
  padding-top: 20px;
  padding-bottom: 10px;
}
body.biopharma-lay  .section_1.section p {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
  padding-left: 0;
  font-family: "Helvetica";
  color: #394962;
}

body.biopharma-lay .section_2.section {
  background-color: #275699;
  color: #fff;
}
body.biopharma-lay .section_2.section .content-wrapper {
  padding: 10px 0px;
}
body.biopharma-lay .section_2.section h1 {
  color: #FFF;
  font-family: "Helvetica-Bold";
}
body.biopharma-lay .cm-equal-conent p {
  text-align: justify;
  font-family: "Helvetica";
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
  padding-left: 10px;
}

body.biopharma-lay .cm-equal-conent {
  padding-top: 24px;
}

body.biopharma-lay .cm-equal-conent .span6.col-2 > div {
  background-color: #258dc2;
  padding: 20px;
}

body.biopharma-lay .cm-equal-conent .span6.col-2 > div img{
  width: 30%;
  margin: 0 auto;
}

body.biopharma-lay .cm-equal-conent .span6.col-2 > div p {
  text-align: center;
}

body.biopharma-lay .cm-equal-conent .span6.col-2 > div h4 {
  font-family: "Helvetica-Bold";
  text-align: center;
}

body.biopharma-lay .cm-equal-conent .span6.col-2 > div h5 {
  font-family: "Helvetica-Bold";
  text-align:  center;
}

body.biopharma-lay .cm-equal-conent .span6.col-2 > div h5  a {
  padding: 3px 30px;
  text-decoration: none;
  color: #fff;
  background-color: #f59428;
  font-family: "Helvetica";
}
body.biopharma-lay .section_3.section {
  padding: 50px 50px;
}

body.biopharma-lay .section_3.section h1 {
  font-family: "Helvetica-Bold";
  color: #23629c;
  line-height: 1em;
}

body.biopharma-lay .section_3.section h2 {
  font-family: "Helvetica-Bold";
  color: #23629c;
  line-height: 1em;
}
.cm-cleaning-process-result-grp {
  overflow: hidden;
  padding-top: 20px;
}

.cm-cleaning-process-result-grp .img-item-col {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  float: left;
  width: 16.66667%;
  padding-top: 15px;
}
body.biopharma-lay .blue-bg-header {
  padding: 10px 50px;
}
body.biopharma-lay .section_5.section {
  padding: 10px 50px;
}
.cm-header-english2.header5 {}

.our_detergents.cm-biopharma-deteg-wrap {
  padding: 60px 50px 10px 50px;
}

.our_detergents.cm-biopharma-deteg-wrap p.lh13.text-black.f_helvetica {
  text-align: justify;
  line-height: 1.3;
  color: black;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
  padding-left: 10px;
  font-family: Helvetica;
  font-size: 1.2rem;
}

.our_detergents.cm-biopharma-deteg-wrap .pr {
  position: relative;
  padding-top: 30px;
}
.our_detergents.cm-biopharma-deteg-wrap .needle_text {
  position: absolute;
  display: block;
  width: 50%;
  height: 40%;
  cursor: pointer;
  transform-origin: right;
  transition: none;
  background-color: transparent;
}
.our_detergents.cm-biopharma-deteg-wrap .needle_1_text {
  bottom: -5%;
  left: 1%;
  transform: rotate(48deg);
}
.our_detergents.cm-biopharma-deteg-wrap .needle_3_text {
  bottom: -5%;
  left: 1%;
  transform: rotate(90deg);
}
.our_detergents.cm-biopharma-deteg-wrap .needle_5_text {
  bottom: -5%;
  left: 1%;
  transform: rotate(136deg);
}
.our_detergents.cm-biopharma-deteg-wrap .dial_needle_class {
  position: absolute;
  width: 40%;
  bottom: 14%;
  left: 11%;
  -ms-transform-origin: 100%;
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
}
.our_detergents.cm-biopharma-deteg-wrap .dial_img {
  width: 100%;
}
.our_detergents.cm-biopharma-deteg-wrap .our_detergents .large-3 {
  position: relative;
  margin-bottom: 50px;
}
.our_detergents.cm-biopharma-deteg-wrap .large-3 {
  width: 25%;
}

.our_detergents.cm-biopharma-deteg-wrap .alkaline_section {
  width: 75%;
  float: left;
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.our_detergents.cm-biopharma-deteg-wrap .large-6 {
  width: 50%;
}
.our_detergents.cm-biopharma-deteg-wrap .alkaline_section img,.our_detergents.cm-biopharma-deteg-wrap .acid_section img,.our_detergents.cm-biopharma-deteg-wrap .neutral_section img {
  width: 100% !important;
}
.our_detergents.cm-biopharma-deteg-wrap .column.large-3.pr {
  padding-top: 0;
}


.about_content.clearfix.bottom-cont-img-wrap {
  padding: 10px 50px;
}

.about_content.clearfix.bottom-cont-img-wrap .large-3 {
  width: 25%;
}

.about_content.clearfix.bottom-cont-img-wrap .acid_section img {
  width: 100%;
}

.about_content.clearfix.bottom-cont-img-wrap .column.large-6.medium-6.col3 {
  width: 100%;
}

.about_content.clearfix.bottom-cont-img-wrap .alkaline_section {
  float: left;
  width: 50%;
}

.about_content.clearfix.bottom-cont-img-wrap .acid_section .column.large-3.end.medium-6.col2 {
  float: left;
}

.about_content.clearfix.bottom-cont-img-wrap .alkaline_section img {
  width: 100%;
}
body.biopharma-lay .one-col-title-wth-cta {
  margin-bottom: 0;
  width: 100%;
  padding: 19px 20px 40px;
}
body.biopharma-lay .one-col-title-wth-cta p {
  font-family: "Helvetica-Bold";
  font-size: 2.3125rem;
  padding-bottom: 8px;
  padding-left: 0;
}
body.biopharma-lay .footer4 {
  padding: 1px 0 0 0 !important;
}



body.biopharma-lay .section_7.section .row-fluid .page-center {
  max-width: 33.33333%;
}
.case-stusy-rss-feed .industry_box {
  margin-bottom: 20px;
}
.case-stusy-rss-feed .industry_box {
  position: relative;
}
.case-stusy-rss-feed .industry_box_overlay {
  background-color: rgba(0, 50,90, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.case-stusy-rss-feed.box_overlay_style .industry_box_overlay {
  opacity: 1;
  display: block;
  background: none;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.case-stusy-rss-feed .ibo_cell_body {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
.case-stusy-rss-feed .ibo_table {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.case-stusy-rss-feed .ibo_table_cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  font-family:Helvetica;
}
.case-stusy-rss-feed .white_bordered_btn {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px;
  text-transform: uppercase;
  display: inline-block;
}
.case-stusy-rss-feed .ibo_cell_body h5 {
  margin-top: 15px;
  font-family: "Helvetica";
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  line-height: 1.2em;
  color: #FFF;
  font-weight: bold;
  text-align: center !important;
}
.case-stusy-rss-feed .arrow_img_right {
  position: absolute;
  width: 16px !important;
  right: 10px !important;
  bottom: 10px;
}
.case-stusy-rss-feed.box_overlay_style img {
  width: 100%;
}
.case-stusy-rss-feed.box_overlay_style .industry_box:hover .industry_box_overlay {
  background: rgba(0, 46, 91, 0.8);
}

body.chematic-detergents .section_1.section {
  text-align: center;
  margin-top: -3px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

body.chematic-detergents .section_1.section .hs_cos_wrapper_type_linked_image {
  display: block;
  margin-bottom: 30px;
}
body.chematic-detergents .section p {
  font-weight: bold;
  color: #394962;
  padding-left: 10px;
  font-family: Helvetica;
  text-align: justify !important;
}

body.chematic-detergents .full-width-content-sec {
  max-width: 100%;
  padding: 10px 50px 40px 50px;
}

body.chematic-detergents .full-width-content-sec h1 {
  color: #fff;
}
body.chematic-detergents .section:not(.section_2) {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
body.chematic-detergents .section.section_4,
body.chematic-detergents .section.section_5{
  padding-left: 0;
  padding-right: 0;
}
body.chematic-detergents .full-width-content-sec p {
  padding-left: calc( 0.9375rem + 10px );
  padding-right: 0.9375rem;
  font-family: "Helvetica";
  color: #fff;
  text-align: justify;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
  font-size: 1.2rem;
}

body.chematic-detergents .full-width-content-sec div {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  background-color: #258dc2;
  padding: 20px 20px 32.3px;
  text-align: center;
}

body.chematic-detergents .full-width-content-sec div img {
  width: 70px;
  float: right;
}

body.chematic-detergents .full-width-content-sec div h4 {
  color: #FFF;
  font-family: "Helvetica";
}

body.chematic-detergents .full-width-content-sec div h5 a {
  background: #f26522;
  padding: 3px 6px;
  text-decoration: none;
  color: #fff;
  background-color: #f59428 !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  font-family: "Helvetica";
}
body.chematic-detergents .section h1{
  font-size: 68px;
  margin-top: 30px;
  color: #394962;
  text-transform: uppercase;
}
body.chematic-detergents .full-width-content-sec h1 {
  color: #fff;
}
body.chematic-detergents .section_4 .full-width-content-sec p {
  padding-left: 10px;
  font-weight: 400;
  padding-right: 0;
}
body.chematic-detergents .section.section_6 {
  padding-bottom: 70px;
  text-align: center;
}

/*===============Coolant Additives Layout===============*/

.banner-content-alignment .coolant_bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow:  hidden;
  position:  relative;
  min-height:  510px;
  width: 100%;
  height: 100%;
  color:  #fff;
}

.banner-content-alignment .chem_larg_overlay {
  width: 100%;
  height: 100%;
  padding: 20px 50px 50px;
  position: relative;
}
.banner-content-alignment .chem_larg_overlay p.text-left {
  margin-bottom: 0;
}
.banner-content-alignment h3,.banner-content-alignment h5 {
  font-family: "Roboto Regular";
  color:  #fff;
}

div#hs_cos_wrapper_widget_1535615957946 .chem_larg_overlay {
  margin-left: 30px;
}
.banner-content-alignment img {
  margin-bottom: 20px;
}

.banner-content-alignment p {
  text-shadow: #3e3e3e 2px 2px 2px;
  color:  #fff;
  padding-left:  10px;
  font-family: 'Helvetica';
}


.banner-content-alignment.right {
  text-align: right;
}

.chem_larg_overlay a {
  background-color: #3b9bca;
  border: 2px solid #fff;
  padding: 10px 20px;
  font-weight: normal;
  font-size: 20px;
  font-family: 'Helvetica';
  color:#fff;
  text-align:center;
  display:inline-block;
  line-height:normal;
  margin-top: 40px;
}


/*=============== Location Layout===============*/

.location-lyt .content-wrapper {
  padding: 15px 0;.industries-lyt .section_1 p {
    color: #fff;
    margin-top: -46px;
    margin-bottom: -22px;
    padding-left: 10px;
  }
}
.location-lyt .section_1 p {
  padding-left: 10px;
  font-weight: bold;
}
.three-col-eql-mdl {
  padding-bottom: 19px;
}
.three-col-eql-mdl .row-fluid {
  width: 83.33333%;
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
  margin: 0 auto;
}
.three-col-eql-mdl .span4 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  text-align: center;
  width: 33.33%;
  float: left;
  margin-left: 0;
}
.three-col-eql-mdl .span4 p {
  font-size: 22.4px;
  line-height: 1.2em;
}


.banner-content-alignment h3 {
  font-size: 2.125rem;
}
.banner-content-alignment h1 {
  font-size: 3.75em;
  word-spacing: -1px;
  text-shadow: 5px 5px 5px #000;
  font-family: "Roboto Regular";
  font-weight: bolder;
  padding: 30px 0;
}

.hs-content-id-6126052201 div#hs_cos_wrapper_widget_1535615957946 .chem_larg_overlay > div {
  max-width: 580px;
  padding: 20px;
  background: rgba(2,13,27,0.8);
}

.hs-content-id-6126052201 div#hs_cos_wrapper_widget_1535615957946 .chem_larg_overlay > div h5 {
  margin-top: 0;
  font-weight: normal;
}


/*=============== Industries Layout===============*/

.industries-lyt .section_1 {
  background-color: #124f90;
}
.industries-lyt .section_1 .hs_cos_wrapper_type_rich_text {
  width: 66.66667%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  display: block;
  margin: 0 auto;
}
.industries-lyt .section_1 h1 {
  color: #fff;
  font-size: 160px;
}
.industries-lyt .section_1 p {
  color: #fff;
  margin-top: -46px;
  padding-left: 10px;
}

.industries-grp {
  padding-top: 6px;
}
.industries-grp .industries_section {
  padding: 10px;
  float: left;
  position: relative;
  width: 25%;
}
.hover_block_title {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.industries_block:hover .hover_block_title {
  background: rgba(0, 46, 91, 0.7);
}
.industries_block {
  position: relative;
  width: 100%;
}
.hover_title {
  display: table;
  background-color: rgba(0,46,91,0);
  width: 100%;
  height: 100%;
  table-layout: fixed;
  text-align: center;
  color: #fff;
}
.hover_title:hover {
  background-color: rgba(0,46,91,0.7);
}
.industries_section .middle_block {
  display: table-cell;
  vertical-align: middle;
}

.hover_title h3 {
  position: relative;
  top: initial;
  font-family: 'Bebas Neue';
  font-size: 33.6px;
  color: #ffffff !important;
  width: 100%;
  display: block;
  line-height: 1em;
}
.hover_title .learn_more_btn {
  width: 150px;
  font-size: 20px;
  border: 1px solid #fff;
  text-decoration: none;
  line-height: 30px;
  color: #fff;
  padding: 5px 10px 8px;
  text-transform: capitalize;
}
.hover_title .learn_more_btn:hover{
  color: #0078a0!important;
}
.industries_section img {
  width: 100%;
}

/*==============COOLING SYSTEM PRODUCTS==============*/

.abt-coolant-add-sec h2 {
  text-align:  center;
  color: #224a7d;
  font-family: 'Helvetica-Bold';
  line-height:  0.9;
  font-size: 2.125rem;
}

.abt-coolant-add-sec h1 {
  text-align:  center;
  font-size: 125px;
  line-height:  1;
  font-family: 'Bebas Neue' !important;
  color: #224a7d;
}

.abt-coolant-add-sec p {
  text-align: center;
  font-family: 'Helvetica';
  color: #394962;
  font-size: 1.2rem;
}

.blue-bg.cooling-sys-products {
  background-color: #224a7d;
  padding: 35px 35px 25px;
  overflow:  hidden;
  position:  relative;
}

.dt{
  display: table;
  table-layout: fixed;
}

.dtc{
  display: table-cell;
  vertical-align: middle;
}

.cooling-sys-products .about_box {
  width: 100%;
  background: #085391;
}


.cooling-sys-products .about_box {
  height:  auto;
}

.cooling-sys-products .about_box.dt.light {
  height:  250px;
}

.about_box .about_box_dec {
  height: 100%;
  width: 100%;
  padding:10px;
}

.cooling-sys-products .about_box p {
  padding: 20px;
  color: #ffffff;
}

.cooling-sys-products .page-center {
  overflow: hidden;
  padding: 0 !important;
}

.custom-row.row-fluid {
  margin-bottom: 20px;
}

.custom-row.row-fluid:nth-child(odd) .about_box {
  background: #1d89b7;
}

.blue-bg.cooling-sys-products .text-center {
  text-align: center;
}

.blue-bg.cooling-sys-products .transparent-white-bordered-btn {
  background-color: #1d89b7;
  border: 2px solid #fff;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  text-transform: capitalize;
  font-family: "Roboto Regular";
  margin: 10px 0 0;
}

.abt-coolant-add-two .hs_cos_wrapper_type_rich_text {
  display:  block;
  padding:  30px 15px;
  text-align:  center;
}

.abt-coolant-add-two .hs_cos_wrapper_type_rich_text h1 {
  font-size: 5vw;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Helvetica-Bold';
  line-height: 0.98em;
  color: #394962;
}

.abt-coolant-add-two .hs_cos_wrapper_type_rich_text img {
  margin: 20px 30px;
  vertical-align:  middle;
}

.abt-coolant-add-two .hs_cos_wrapper_type_rich_text p{
  padding:30px 0;
}

.abt-coolant-add-sec {
  padding-bottom: 20px;
  font-size: 16px;
}

.transparent-bordered-btn {
  background-color: #fff;
  border: 2px solid #31508d;
  font-family: "Roboto Regular";
  color: #31508d;
  padding: 10px;
  line-height:normal;
  text-decoration: none;
  text-transform: capitalize;
}
.transparent-bordered-btn:hover {
  color: #0078a0;
  background-color: #fff;
}



/*=============== MULTIMEDIA Layout===============*/

.multimedia-lyt .section_1 {
  background-color: #103059;
  padding: 15px 60px 100px;
  margin-top: 2px;
}

.photo-gallery {
  padding-top: 30px;
  clear: both;
}
.gallery-title {
  background: #19aad1;
  max-height: 50px;
  position: relative;
  overflow: hidden;
}
.gallery-title .media_icon{
  float: left;
  display: block;
  width: 50px;
  line-height: 20px;
  height: 50px;
  background: #008fba;
  padding: 10px;
}
.gallery-title h3 {
  color: #fff;
  padding-left: 75px;
  text-transform: uppercase;
}
.gallery-title .media_icon_left {
  width: 41px;
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  height: 50px;
  background: #008fba;
  padding: 10px;
}
.gallery-title .media_icon_left a {
  color: #fff;
  font-size: 40px;
  margin-top: -18px;
  display: block;
  cursor: pointer;
}
.photos-box,
.video-box{
  padding: 20px;
  background: #fff;
  float: left;
  width: 100%;
}
.narrow_pad {
  width: 33.33333%;
  float: left;
  padding: 3px;
}
.narrow_pad img {
  width: 100% !important;
  height: auto !important;
  max-height: 575px;
  object-fit: cover;
}
.narrow_pad_footer {
  background-color: #e9e9e9;
  padding: 10px;
  overflow: hidden;
  margin-top: -8px;
}
.narrow_pad_footer h5 {
  font-size: 14px;
  color: #000;
}
.narrow_pad_footer span {
  color: #909090;
  font-size: 13px;
  display: block;
  padding-top: 3px;
  padding-bottom: 1px;
}
.video-gallery .gallery-title {
  background: #ff5147;
}
.video-gallery .gallery-title .media_icon,
.video-gallery .gallery-title .media_icon_left{
  background: #df3126;
}
.video-gallery {
  padding-top: 30px;
  clear: both;
}
.narrow_pad_footer span.pull-right-time {
  float: right;
}
.video-gallery .narrow_pad_footer span {
  float: left;
}

.video-gallery .narrow_pad img {
  max-height: 335px;
}






/*==================Coolant Full Width Layout===================*/

.coolant.side-menu .banner-area-type-2 {
  font-size:  16px;
}

.coolant-sec-1 {
  padding: 15px 15px 25px;
}

.coolant-sec-1 p {
  font-family: 'Helvetica';
  color: #31508d;
}

.coolant-sec-1 .transparent-bordered-btn {
  margin-top: 0 !important;
  margin-bottom:  30px !important;
}

.coolant-sec-1 .page-center {
  padding:  0 !important;
}

.coolant-sec-1 ul {
  font-size: 1.2rem;
  font-family: 'Helvetica';
  margin-left: 8.33333% !important;
  color: #31508d;
}


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

body.contact-page.two-col-right {
  font-size: 100%;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
body.contact-page.two-col-right .contact-page-sec-1 h1 {
  font-size: 6em;
  text-align: center;
  color: #26569a;
  line-height: 1.2em;
}
body.contact-page.two-col-right p {
  font-size: 1.2rem;
  line-height: 1.6;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
body.contact-page.two-col-right .contact-page-sec-1 p {
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
  padding-left: 10px;
  color: #394962;
}
.contact-page.two-col-right .contact-page-sec-2 .page-center {
  max-width: 83.33334%;
  padding: 0;
}  
.contact-page.two-col-right .contact-page-sec-2 .right-col {
  background-color: #3c5796;
  line-height: .5;
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.contact-page.two-col-right .contact-page-sec-2 .right-col  h1,
.contact-page.two-col-right .contact-page-sec-2 .right-col h2,
.contact-page.two-col-right .contact-page-sec-2 .right-col h3,
.contact-page.two-col-right .contact-page-sec-2 .right-col h4,
.contact-page.two-col-right .contact-page-sec-2 .right-col h5,
.contact-page.two-col-right .contact-page-sec-2 .right-col h6,
.contact-page.two-col-right .contact-page-sec-2 .right-col a {
  font-family: "Helvetica";
}
.contact-page.two-col-right .contact-page-sec-2 .right-col * {
  color: #FFF;
}
.contact-page.two-col-right .contact-page-sec-2 .left-col {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.contact-page.two-col-right .contact-page-sec-2 .left-col label {
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  color: #394962;

}  
.contact-page.two-col-right .contact-page-sec-2 .left-col label span {
  font-size: 20px;
} 
.contact-page.two-col-right  .body-container input[type="text"],
.contact-page.two-col-right  .body-container input[type="email"] {
  background-color: #558cbf;
  color: #fff;
  max-width: 100%;
  font-size: 0.875rem;
  font-weight: 400;
  min-height: 2.3125rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.contact-page.two-col-right .body-container .hs-button.primary,
.contact-page.two-col-right .body-container input[type="submit"] {
  background-color: #0f508a;
  border: 0px;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  margin: 0;
  line-height: normal;
  border-radius: 0;
  font-size: 16px;
  font-family: "Helvetica", Helvetica, Roboto, Arial, sans-serif;
}


body.contact-page.two-col-right .contact-page-sec-1 p {
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
  padding-left: 10px;
  color: #394962;
}
body.contact-page.two-col-right .contact-page-sec-1 h1 span {
  color: #3c5796;
}
body.contact-page.two-col-right .contact-page-sec-1 p {
  max-width: 58.33333%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 0.9375rem;
}
.map-conatiner {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
} 
.contact-page.two-col-right .contact-page-sec-1 .page-center {
  max-width:100%;
  padding: 0;
}    

/*================== Coolant Contact Layout Css ===================*/

.coolant-contact .contact-page-sec-1 h1 {
  font-size: 4.5em;
  text-align: center;
  color: #26569a;
  font-family: 'Bebas Neue' !important;
  line-height: 1.4;
}
body.coolant-contact {
  font-size: 100%;
}  

body.coolant-contact .contact-page-sec-2 .page-center {
  max-width: 83.33334%;
} 
.coolant-contact .contact-page-sec-1 h1 span {
  color: #3c5796;
}
.coolant-contact form .hs-form-field > label {
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  color: #394962;
}
.coolant-contact form .hs-form-field > label span {
  font-size: 20px;
  text-transform: capitalize;
} 
.coolant-contact .body-container input[type="text"],
.coolant-contact .body-container input[type="password"],
.coolant-contact  .body-container input[type="datetime"],
.coolant-contact  .body-container input[type="datetime-local"],
.coolant-contact .body-container input[type="date"],
.coolant-contact .body-container input[type="month"],
.coolant-contact  .body-container input[type="week"],
.coolant-contact  .body-container input[type="number"],
.coolant-contact  .body-container input[type="email"],
.coolant-contact  .body-container input[type="search"],
.coolant-contact  .body-container input[type="tel"],
.coolant-contact  .body-container input[type="color"],
.coolant-contact  .body-container input[type="file"], 
.coolant-contact  .body-container textarea,
.coolant-contact  .body-container select {
  background-color: #a7a9ac;
  color: #fff;
  font-style: italic;
  width: 100% !important;
  max-width:100%;
  font-family: "Roboto Light";
  font-size: 0.875rem;
  min-height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
}
.coolant-contact  .body-container textarea  {
  min-height: 200px !important;
}
.coolant-contact  .body-container form .actions {
  text-align: right;
  padding-right: 7px;
} 

.coolant-contact .body-container .hs-button.primary,
.coolant-contact  .body-container input[type="submit"] {
  background-color: #0f508a;
  border: 0px;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  line-height: normal;
  font-family: "Roboto Light", "Sans-Serif";
  font-size: 16px;
  margin: 0;
}
.coolant-contact  .body-container .contact-page-sec-2 .left-col {
  padding-bottom: 70px;
}
.coolant-contact .body-container .contact-page-sec-2 .right-col .hs_cos_wrapper_type_rich_text {
  background-color: #3c5796;
  display: block;
  line-height: .5;
  color: #FFF;
} 
.coolant-contact .contact-page-sec-2 .right-col  h1,
.coolant-contact .contact-page-sec-2 .right-col h2,
.coolant-contact .contact-page-sec-2 .right-col h3,
.coolant-contact .contact-page-sec-2 .right-col h4,
.coolant-contact .contact-page-sec-2 .right-col h5,
.coolant-contact .contact-page-sec-2 .right-col h6,
.coolant-contact .contact-page-sec-2 .right-col a {
  font-family: "Roboto Regular";
}
.coolant-contact .contact-page-sec-2 .right-col * {
  color: #FFF;
}
.coolant-contact .body-container .contact-page-sec-2 .right-col .hs_cos_wrapper_type_rich_text {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background-color: #3c5796;
  display: block;
  line-height: .5;
  color: #FFF;
  padding-bottom: 1px;
}
.coolant-contact .body-container .contact-page-sec-2 .right-col .hs_cos_wrapper_type_rich_text {
  margin-bottom: 15px;
}  
.coolant-contact .body-container .hs-form-field {
  margin: 0;
}

body.contact-page.two-col-right.hs-content-id-6130475483 {
  font-family: "Roboto Light";
}
body.contact-page.two-col-right.hs-content-id-6130475483 .contact-page-sec-1 h1 {
  color: #26569a;
  font-size: 4.5em;
  text-align: center;
  font-family: 'Bebas Neue' !important;
  line-height: 1.4;
}
body.contact-page.two-col-right.hs-content-id-6130475483 .contact-page-sec-1 p {
  color: #394962;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
  padding-left: 10px;
  font-size: 20px;
  font-family: "Roboto Light";
}
body.contact-page.two-col-right.hs-content-id-6130475483 .contact-page-sec-1 p {
  max-width: 62.5rem;
  padding-right: 0;
}
.contact-page.two-col-right .body-container textarea {
  max-width: 100%;
  background: #558cbf;
  color: #fff;
}
body.contact-page.two-col-right.hs-content-id-6130475483 .body-container .hs-button.primary,
body.contact-page.two-col-right.hs-content-id-6130475483 .body-container input[type="submit"] {
  font-family: "Roboto Light";
}
body.contact-page.two-col-right.hs-content-id-6130475483 .contact-page-sec-2 .left-col {
  padding-bottom: 70px;
} 
body.contact-page.two-col-right.hs-content-id-6130475483 .contact-page-sec-3 #hs_cos_wrapper_widget_1535695789271 {
  display: block;
  background-color: #263b72;
  text-align: center;
  color: #fff;
  position: relative;
  padding-top: 20px;
}
body.contact-page.two-col-right.hs-content-id-6130475483 .contact-page-sec-3 .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_linked_image {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  color: #fff;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: block;
}
body.contact-page.two-col-right.hs-content-id-6130475483 .contact-page-sec-3 .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_linked_image img {
  width: 30% !important;
  max-width: 30%;
  margin-left: 30px;
}  
.contact-page.two-col-right.hs-content-id-6130475483 .contact-page-sec-2 .right-col h1,
.contact-page.two-col-right.hs-content-id-6130475483 .contact-page-sec-2 .right-col h2,
.contact-page.two-col-right.hs-content-id-6130475483 .contact-page-sec-2 .right-col h3,
.contact-page.two-col-right.hs-content-id-6130475483 .contact-page-sec-2 .right-col h4,
.contact-page.two-col-right.hs-content-id-6130475483 .contact-page-sec-2 .right-col h5,
.contact-page.two-col-right.hs-content-id-6130475483 .contact-page-sec-2 .right-col h6,
.contact-page.two-col-right.hs-content-id-6130475483 .contact-page-sec-2 .right-col a  {
  font-family: "Roboto Regular";
}


body.contact-page.two-col-right.hs-content-id-6130475483 {
  font-family: "Roboto Light";
}
body.contact-page.two-col-right.hs-content-id-6130475483 .contact-page-sec-1 h1 {
  color: #26569a;
  font-size: 4.5em;
  text-align: center;
  font-family: 'Bebas Neue' !important;
  line-height: 1.4;
}
body.contact-page.two-col-right.hs-content-id-6130475483 .contact-page-sec-1 p {
  color: #394962;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
  padding-left: 10px;
  font-size: 20px;
  font-family: "Roboto Light";
}
body.contact-page.two-col-right.hs-content-id-6130475483 .contact-page-sec-1 p {
  max-width: 62.5rem;
  padding-right: 0;
}
.contact-page.two-col-right .body-container textarea {
  max-width: 100%;
  background: #558cbf;
  color: #fff;
}
body.contact-page.two-col-right.hs-content-id-6130475483 .body-container .hs-button.primary,
body.contact-page.two-col-right.hs-content-id-6130475483 .body-container input[type="submit"] {
  font-family: "Roboto Light";
}
body.contact-page.two-col-right.hs-content-id-6130475483 .contact-page-sec-2 .left-col {
  padding-bottom: 70px;
} 
body.contact-page.two-col-right.hs-content-id-6130475483 .contact-page-sec-3 #hs_cos_wrapper_widget_1535695789271 {
  display: block;
  background-color: #263b72;
  text-align: center;
  color: #fff;
  position: relative;
  padding-top: 20px;
}
body.contact-page.two-col-right.hs-content-id-6130475483 .contact-page-sec-3 .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_linked_image {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  color: #fff;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: block;
}
body.contact-page.two-col-right.hs-content-id-6130475483 .contact-page-sec-3 .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_linked_image img {
  width: 30% !important;
  max-width: 30%;
  margin-left: 30px;
}  
.contact-page.two-col-right.hs-content-id-6130475483 .contact-page-sec-2 .right-col h1,
.contact-page.two-col-right.hs-content-id-6130475483 .contact-page-sec-2 .right-col h2,
.contact-page.two-col-right.hs-content-id-6130475483 .contact-page-sec-2 .right-col h3,
.contact-page.two-col-right.hs-content-id-6130475483 .contact-page-sec-2 .right-col h4,
.contact-page.two-col-right.hs-content-id-6130475483 .contact-page-sec-2 .right-col h5,
.contact-page.two-col-right.hs-content-id-6130475483 .contact-page-sec-2 .right-col h6,
.contact-page.two-col-right.hs-content-id-6130475483 .contact-page-sec-2 .right-col a  {
  font-family: "Roboto Regular";
}
body.contact-page.two-col-right.water_treatment_contact {
  font-family: "Roboto Light";
} 
body.contact-page.two-col-right.water_treatment_contact .contact-page-sec-1 h1 {
  color: #26569a;
  font-size: 4.5em;
  text-align: center;
  font-family: 'Bebas Neue' !important;
  line-height: 1.4;
}
body.contact-page.two-col-right.water_treatment_contact .contact-page-sec-1 p {
  font-family: "Roboto Light";
} 
.contact-page.two-col-right.water_treatment_contact .contact-page-sec-2 .left-col label {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
} 
.contact-page.two-col-right.water_treatment_contact .hs-form-943594e7-4351-420d-9cf5-86db34abbe90_fd8ef3ac-1637-4212-8050-c898cb004eed .hs-form-required {
  color: #394962;
} 
.contact-page.two-col-right.water_treatment_contact .body-container  .actions {
  padding: 17px 0px 18px 0px;
}
.contact-page.two-col-right.water_treatment_contact .body-container .hs-button.primary,
.contact-page.two-col-right.water_treatment_contact .body-container input[type="submit"] {
  background: none;
  background-color: #0f508a;
  border: 0px;
  box-shadow: none;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0px;
  font-size: 17px;
  font-weight: normal;
  line-height: 12px;
  min-height: 35px;
  min-width: 115px;
}
.contact-page.two-col-right.water_treatment_contact .contact-page-sec-2 .left-col {
  padding-bottom: 70px;
}


/*===================Our Vision Page======================*/

.layout-type-2 .vision-area .page-center {
  max-width:  100% !important;
  width:  60% !important;
}

.layout-type-2 .vision-area .bg_white {
  padding: 40px 40px 20px 50px !important;
  color: #124f90;
  font-family: "Roboto Light";
  font-size:  1.2rem;
  background-color: #f3f6f9;
}

.layout-type-2 .vision-area .column.white_big_box:last-of-type {
  padding: 0 !important;
}

.layout-type-2 .vision-area .bg_white p {
  font-size: 1.2rem;
}


/*================== Coolant Fluid Additives Layout ===================*/

.coolant-add-fluid .custom-logo.logo-engl2 {
  padding-left: 30px;
}
.coolant-add-fluid .sec1 {
  padding: 10px 50px 10px;
}
.coolant-add-fluid .sec1 .hs_cos_wrapper_type_linked_image img {
  margin: 0 auto;
  display: block;
  width: 45% !important;
  position: relative;
  left: -2px;
}
.coolant-add-fluid .sec1 p {
  font-family: "Helvetica";
  margin-left: -5px;
}
.coolant-add-fluid .green-bg-sustain {
  padding: 10px 50px;
}
.coolant-add-fluid.hs-content-id-6130543179 .full-width-content-sec{
  padding: 0 0 0 13px;
}
.coolant-add-fluid.hs-content-id-6130543179 .full-width-content-sec ul li {
  font-size: 22px;
  font-family: 'Helvetica';
}
.coolant-add-fluid.hs-content-id-6130543179 .full-width-content-sec ul {
  margin-bottom: 20px;
  margin-left: 1.1rem;
}

.coolant-add-fluid .blue-bg-header {
  padding: 10px 50px;
}
.coolant-add-fluid .blue-bg-header h1 {
  font-size: 2.75rem;
}
.coolant-add-fluid .body-container .sec3 .page-center {
  max-width: 83.33333%;
  padding-bottom: 24px;
  padding-top: 70px;
}
.coolant-add-fluid .sec4{
  padding-bottom:25px;
}
.two-col-eql-img-content-mdl {
  width: 83.33333%;
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 24px;
}
.two-col-eql-img-content-mdl .span6 {
  width: 50%;
  margin-left: 0;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.two-col-eql-img-content-mdl img {
  width: 100% !important;
  height: auto !important;
}
.two-col-eql-img-content-mdl .clip-icons{
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 41.66667%;
}
.two-col-eql-img-content-mdl .clip-content{
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 83.33333%;
}
.two-col-eql-img-content-mdl .clip-content h3 {
  font-family: "Roboto Regular";
}
.two-col-eql-img-content-mdl .clip-content p {
  margin-bottom: -4px;
}
.coolant-add-fluid .sec5.grey-bg {
  background-color: #dedee9;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.coolant-add-fluid .sec5 .flex5 {
  max-width: 83.33333%;
  margin: 0 auto !important;
  float: none !important;
  text-align: center;
}
.coolant-add-fluid .sec5 .flex5 h1 {
  color: #394962;
}
.coolant-add-fluid .sec5 .flex5 img {
  width: 100% !important;
}
.coolant-add-fluid .sec5 h4 {
  padding-top: 20px;
  font-family: "Roboto Regular";
}
.coolant-add-fluid .body-container .sec5 .page-center {
  max-width: 41% !IMPORTANT;
  padding: 0;
}
.coolant-add-fluid .sec6 .full-width-content-sec h2 {
  font-family: "Helvetica-Bold";
  text-transform: none;
}
.coolant-add-fluid .sec6 .full-width-content-sec p {
  margin: 0;
}
.coolant-add-fluid .sec6 .full-width-content-sec a.pc_contact_btn {
  background-color: #3c5796;
  color: #fff;
  padding: 7px 30px;
  font-size: 24px;
  font-family: "Roboto Regular";
  margin-top: 17px;
  display: inline-block;
  margin-bottom: 13px;
}
.coolant-add-fluid .sec6 .full-width-content-sec {
  padding: 0;
}
.coolant-add-fluid .full-width-content-sec {
  padding: 0 0 32px;
}
.coolant-add-fluid .full-width-content-sec h1 {
  font-family: "Helvetica-Bold";
  text-transform: none;
  margin-bottom: 0;
}
.coolant-add-fluid .full-width-content-sec ul {
  margin-left: 15%;
  padding-left: 2px;
  margin-bottom: 36px;
}
.coolant-add-fluid  .full-width-content-sec ul li {
  font-family: 'Helvetica';
  font-size: 1.2em;
}
.coolant-add-fluid.hs-content-id-6130661973 .sec1 .hs_cos_wrapper_type_linked_image img,
.coolant-add-fluid.hs-content-id-6131470709 .sec1 .hs_cos_wrapper_type_linked_image img{
  width: auto !important;
  margin-bottom: 24px;
}

.our-process-mdl .medium-4.columns {
  width: 33.33333%;
  float: left;
  margin-left: 0;
  max-height: 480px;
  margin-bottom: 38px;
}
.our-process-mdl .medium-4.columns:nth-child(4){
  margin-left: 16.66667%;
  margin-bottom: 0;
  clear: left;
}
.hs-content-id-6130661973 .our-process-mdl .medium-4.columns:last-child {
  margin-bottom: 0;
}
.our-process-mdl .medium-4.columns img {
  width: auto !important;
  height: auto !important;
}
.our-process-mdl {
  overflow: hidden;
}
.coolant-add-fluid .sec1 ul li {
  font-family: "Helvetica";
  font-size: 1.2em;
}
.coolant-add-fluid .sec1 ul {
  margin-left: 7%;
}
.coolant-add-fluid  .three-col-eql-mdl {
  padding:24px 0.9375rem;
}
.coolant-add-fluid .three-col-eql-mdl .row-fluid {
  width: 100%;
  padding: 0;
}
.product-guide-mdl .row-fluid {
  max-width: 62.5rem;
  margin: 0 auto;
}
.product-guide-mdl  .medium-uncentered.custom-column {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 33.33%;
  float: left;
}
.product-guide-mdl img {
  height: auto !important;
  width: 100% !important;
}
.product-guide-mdl .hover_title .middle_block {
  display: table-cell;
  vertical-align: middle;
}
.product-guide-mdl .hover_text_below {
  position: absolute;
  top: 102%;
  background-color: #202e5b;
  color: #fff;
  z-index: 99999;
  padding: 10px;
  padding-bottom: 0px;
  display: none;
  -webkit-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
.product-guide-mdl .hover_text_below:before {
  content: "\25b2";
  position: absolute;
  top: -20px;
  color: #001e58;
  left: 50%;
  margin-left: -20px;
  font-size: 20px;
}
.product-guide-mdl .industries_block.hover_text_below_available:hover .hover_text_below {
  display: block;
}
.product-guide-mdl .hover_text_below p {
  font-size: 16px;
  padding-left: 10px;
}
.product-guide-mdl .hover_title h3 {
  font-size: 48px;
}
.product-guide-mdl .column.small-12 {
  text-align: center;
  float: none;
}
.product-guide-mdl .column.small-12 a {
  color: #394962;
  cursor: pointer;
  font-family: "Roboto Regular";
}
.product-guide-mdl .column.small-12 a:hover{
  color: #0078a0;
}
.product-guide-mdl {
  padding-top: 38px;
}
.product-guide-mdl .column.small-12 p {
  padding-left: 10px;
}
.coolant-add-fluid.hs-content-id-6131470709 .sec3 {
  padding-bottom: 50px;
}
.hs-content-id-6130740070 .our-process-mdl .medium-4.columns img ,
.hs-content-id-6130740279 .our-process-mdl .medium-4.columns img {
  width: 100% !IMPORTANT;
}
.coolant-add-fluid.hs-content-id-6130740279 .sec1 .hs_cos_wrapper_type_linked_image img{
  width: auto !important;
}
.coolant-add-fluid.hs-content-id-6131554868 .sec1 .hs_cos_wrapper_type_linked_image img,
.coolant-add-fluid.hs-content-id-6135410560 .sec1 .hs_cos_wrapper_type_linked_image img,
.coolant-add-fluid.hs-content-id-6134816814 .sec1 .hs_cos_wrapper_type_linked_image img{
  width: auto !important;
  margin-bottom: 48px;
}
html[lang="zh"] .coolant-add-fluid .body-container .sec5 .page-center{
  max-width: 83.33333% !IMPORTANT;
}
html[lang="zh"] .coolant-add-fluid .body-container,
html[lang="es"] .coolant-add-fluid .body-container{
  color: #394962;
}
html[lang="zh"] .coolant-add-fluid .body-container,
html[lang="es"] .coolant-add-fluid .body-container{
}

html[lang="zh"] #back-to-top {
  background-color: rgba(12, 74, 115, 0.8);
}
html[lang="zh"] #back-to-top:hover {
  background-color: rgba(5,105,245,1);
}

.our-values-group {
  padding-top: 15px;
  padding-bottom: 24px;
}

.our-values-group .medium-2 {
  width: 16.66667%;
  position:  relative;
}

.our-values-group .overlay {
  background: #fff;
  opacity: 0.8;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 10px 50px;
  width: 100%;
  height: 100%;
  display: block;
}

.our-values-group a {
  display: block;
  width: 100%;
}

.our-values-group .cm-tooltip {
  margin-top: 40px;
  width: 83vw;
  position: relative;
  left: 0%;
  float: right;
  font-family: "Roboto Light";
}

.our-values-group .cm-tooltip.cm-1{
  background-color:#3188a9;
  left: 414%;
}

.our-values-group .cm-tooltip.cm-2{
  background-color:#ea8502;
  left:  308%;
}

.our-values-group .cm-tooltip.cm-3{
  background-color:#eab500;
  left: 206%
}

.our-values-group .cm-tooltip.cm-4{
  background-color:#38659e;
  left: 104%
}

.our-values-group .cm-tooltip.cm-5{
  background-color:#547b36;
}

.our-values-group .cm-tooltip p{
  padding: 30px 10px 0;
  color:white;
}
.our-values-group .cm-tooltip span{
  float: right;
  color:white;
  margin-right: 10px;
  margin-top: 5px;
  cursor: pointer;
  font-size: 20px;
}

.our_value_colored_cat .cm-1{
  color:#3188a9;
}

.our_value_colored_cat .cm-2{
  color:#ea8502;
}

.our_value_colored_cat .cm-3{
  color:#eab500;
}

.our_value_colored_cat .cm-4{
  color:#38659e;
}

.our_value_colored_cat .cm-5{
  color:#547b36;
}

.our-values-group a:hover .overlay{
  opacity:0;  
}

.our_value_colored_cat span{
  font-size: 80px;
  position: absolute;
  left: 40%;
  bottom: -70px;
}

.our-values-group .image-column {
  position: relative;
}

.our-values-group .narrow_pad img {
  max-height: none;
}
.formulated_detergents-lay .footer-container-wrapper {
  margin-top: -1px;
}



/*================== Water Treatment Layout ===================*/

.water-trtmnt-lyt .flex1 h1 {
  color: #1f8eca;
  font-size: 7.9vw;
  line-height: 0.9em;
  margin-top: 1px;
}
.water-trtmnt-lyt .flex1 {
  width: 66.66667% !IMPORTANT;
  margin: 0 auto !important;
  float: none !important;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-bottom: 2px;
}
.water-trtmnt-lyt .flex1 p {
  font-size: 1.1rem;
  padding-left: 10px;
}
.water-trtmnt-lyt .banner-content-alignment .coolant_bg {
  min-height: 600px;
}
.water-trtmnt-lyt .banner-content-alignment.right .chem_larg_overlay.left {
  padding: 50px 220px 50px 50px;
}
.water-trtmnt-lyt .chem_larg_overlay.left img {
  width: 19.9%;
}
.water-trtmnt-lyt .chem_larg_overlay.left h3 {
  font-size: 60px;
  margin-bottom: -0.5rem;
  word-spacing: -1px;
  margin-top: 0;
  line-height: 1;
  font-family: 'Bebas Neue';
}
.water-trtmnt-lyt .chem_larg_overlay h1 {
  font-size: 110px;
  margin-bottom: -0.5rem;
  word-spacing: -1px;
  line-height: 0.8em;
  text-shadow: none;
  font-family: 'Bebas Neue';
  font-weight: normal;
  padding: 0;
}
.water-trtmnt-lyt .banner-content-alignment.left .chem_larg_overlay.left {
  padding-left: 210px;
  padding-top: 121px;
  padding-right: 0px;
}
.water-trtmnt-lyt .banner-content-alignment.left .chem_larg_overlay.left img {
  margin-top: 138px;
  margin-left: 6px;
  margin-bottom: 18px;
}

/*================== Product Sheets Layout ===================*/


.product-sheet-lyt .cm-header-english2 {
  min-height: 90px !important;
}
.product-sheet-lyt .banner-area-type-2 {
  height: 450px;
}
.product-sheet-lyt .section_1.section{
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.product-sheet-lyt .section_1.section .page-center {
  max-width: 91.66667%;
}
.product-sheet-lyt .section_1.section p:nth-child(3) {
  font-size: 17.6px;
  text-rendering: optimizeLegibility;
  color: #394962;
  padding-left: 10px;
}
.cm-btn-grp {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  overflow: hidden;
  padding-bottom: 37px;
}
.product-box {
  width: 16.66667%;
  padding: 5px 3px;
  float: left;
}
.product-title-box {
  margin-top: 10px;
  display: block;
  text-align: center;
}
.product-title-box a {
  color: #fff;
  font-size: 1.6875rem;
  background: #1e2e58;
  line-height: 1.4;
  padding-bottom: 0.5rem;
  padding-top: 0.2rem;
  font-family: "Roboto Regular";
  display: block;
  text-transform: uppercase;
}
.product-sheet-lyt a.transparent-bordered-btn {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 40px;
}

/*================== Sustain Page Css ===================*/
.cstm-sp-sustain .section_1.section .hs_cos_wrapper_type_linked_image {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 16.66667%;
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: block;
  margin-bottom:24px;
}
.cstm-sp-sustain .section_2.section .hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: center;
}
.cstm-sp-sustain .section_2.section .hs_cos_wrapper_type_rich_text h1 {
  font-size: 150px;
  line-height: 1;
}  
.text-black {
  color: black;
}
.cstm-sp-sustain .section_2.section .hs_cos_wrapper_type_rich_text p.text-black strong {
  color: #3e64bd;
  font-weight: bolder;
  font-family: "Roboto Light", "Sans-Serif";
} 
.cstm-sp-sustain .green-bg-sustain {
  background-repeat: no-repeat;
  background-size: 100% 100%;
} 
.cstm-sp-sustain .section_5.section {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}  


.layout-type-2 div#hs_cos_wrapper_widget_1535801375526 img {
  width: 100% !important;
  padding-top:  10px;
}
.hs-content-id-6134813636 .cm-equal-conent .span6 {
  text-align: right;
  padding: 20px 15px;
  margin-left: 0;
  width: 50% !important;
}
.hs-content-id-6134813636 .cm-equal-conent .span6 img {
  width: 60%;
  display:  inline-block;
}
.hs-content-id-6134813636 .cm-equal-conent .span6.col-2 h1 {
  text-align:  left;
}
.bg_dark_blue {
  background-color: #103059;
}
.large-4 {
  width: 33.33333%;
}
.large-8 {
  width: 66.66667%;
}
.plr60 {
  padding-right: 60px;
  padding-left: 60px;
}
.title-with-content-group h4 {
  color: #0d3b6c;
  font-weight:  bold;
  padding-top: 10px;
  padding-left: 20px;	
}
.title-with-content-group p {
  color: #0d3b6c;
  font-family:  "Roboto Light";
  font-size: 19px !important;
  line-height: 23px !important;
  padding-left:  20px;
  margin: 0 !important;
}
.title-with-content-group .column.small-12.plr60.pius_year_tile.pt10.stpius_content {
  margin-bottom: 23px;
  width: 100%;
  padding-right: 60px;
  padding-left: 60px;
}  
.title-with-content-group {
  color: #124f90;
  overflow: hidden;
}
.title-with-content-group .column.small-12.p20.bg_dark_blue {
  float: none;
  padding: 20px;
  clear:  both;
  margin-bottom: 10px;
}
.title-with-content-group .column.small-12.p20.bg_dark_blue h1 {
  color:  #fff;
  font-weight: bold;
  padding-left: 70px;
}
.hs-content-id-6134813636 .body-container .section_1.section .page-center {
  width: 66.66667%;
  max-width:  100%;
  padding-left: 0.9375rem !important;
  padding-right: 0.9375rem !important;
}
.title-with-content-group .column.small-12.plr60.pius_year_tile.pt10.stpius_content.no-feature .large-8 {
  width: 100%;       
}
.plr60 {
  padding-right: 60px;
  padding-left: 60px;
}
.title-with-content-group  img {
  width:  100%;
}
.hs-content-id-6134813636 .cm-equal-conent .span6 h1,
.hs-content-id-6134813636 div#hs_cos_wrapper_widget_1535796369959 h1 {
  font-size: 6em;
  color: #0d3b6c;
}
.hs-content-id-6134813636 div#hs_cos_wrapper_widget_1535796369959 h1 {
  text-align:  center;
  font-weight: 700;
  line-height: 1;
}
.hs-content-id-6134791170 .green-bg-sustain h3 {
  color: #124f90;
  font-family:  "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin-top: 10px;
}

.hs-content-id-6134791170 .full-width-content-sec {
  padding:  0 15px;
  width: 58.33333%;
}

.hs-content-id-6134791170 .green-bg-sustain {
  background-position: center bottom;
  min-height: 470px;
  background-color: transparent !important;
  float: left;
  width: 100%;
}

.hs-content-id-6134791170  .body-container p {
  color: #124f90;
  padding-left: 10px;
  font-family: "Roboto Light";
  font-weight: 400;
  padding-bottom: 1.25rem;
  padding-top: 15px;
  margin-bottom: 0 !important;
}

body.contact-page.hs-content-id-6137568335 {
  font-family: "Roboto Light";
}
body.contact-page.hs-content-id-6137568335 .contact-page-sec-1 h1 {
  color: #26569a;
  font-size: 4.5em;
  text-align: center;
  line-height: 1.4;
  padding: 0 15px;
}
body.contact-page.hs-content-id-6137568335 .contact-page-sec-1 p {
  font-size: 20px;
  font-family: "Roboto Light";
  max-width: 62.5rem;
  padding-left: 15px;
}
body.contact-page.hs-content-id-6137568335 .contact-page-sec-2 .right-col h1,
body.contact-page.hs-content-id-6137568335 .contact-page-sec-2 .right-col h2,
body.contact-page.hs-content-id-6137568335 .contact-page-sec-2 .right-col h3,
body.contact-page.hs-content-id-6137568335 .contact-page-sec-2 .right-col h4,
body.contact-page.hs-content-id-6137568335 .contact-page-sec-2 .right-col h5,
body.contact-page.hs-content-id-6137568335 .contact-page-sec-2 .right-col h6, 
body.contact-page.hs-content-id-6137568335 .contact-page-sec-2 .right-col a {
  font-family: "Helvetica";
  font-family: "Roboto Regular";
} 

body.contact-page.hs-content-id-6137568335 .body-container .hs-button.primary,
body.contact-page.hs-content-id-6137568335 .body-container input[type="submit"] {
  font-family: "Roboto Light";
}
body.contact-page.hs-content-id-6137568335 .body-container input[type="text"],
body.contact-page.hs-content-id-6137568335 .body-container input[type="email"] {
  font-family: "Roboto Light"; 
} 
body.contact-page.hs-content-id-6137568335 .contact-page-sec-2 {
  padding-bottom: 70px;
}  

/*================== Default Blog ===================*/

.cm-blog-news .blog-listing-wrapper .post-listing .post-item,
.custom-rss .post-item.custom-2{
  padding: 15px 15px 0;
  margin-top: 0;
  float: left;
}

.custom-rss-topic {
  background:  #5e64b8;
  min-height: 50px;
  margin:  0;
}

.custom-rss-topic span.media_icon {
  background:  #41478e;
  display:  block;
  float:  left;
  padding: 10px;
  line-height: 1;
  width:  50px;
  height: 50px;
}

.custom-rss-topic span.media_icon img {
  display: inline-block;
  vertical-align: middle;
  max-width:  30px;
}

.custom-rss-topic span {
  line-height: 1.2em;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0 10px 25px;
  font-family: 'Bebas Neue';
  font-size: 1.375rem;
  display: inline-block;
  float:left;
}

.cm-blog-news .blog-content-wrapper,
.custom-rss{
  padding: 0 60px 15px !important;
}

.post-itm-inner {
  border-bottom: 2px solid #c1c1c1;
  border-left: 2px solid #c1c1c1;
  border-right: 2px solid #c1c1c1;
  overflow: hidden;
  height: 100%;
}

.post-item .post-itm-inner .post-body {
  clear: both;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  max-height: 320px;
  overflow: hidden;
}

.cm-blog-content {
  padding: 20px;
  min-height: 475px;
  background: #ffffff;
  position: relative;
}

.post-itm-inner .date {
  text-align:  right;
  padding-top: 45px;
  color: #acacac;
  position: relative;
  top: 5px;
  font-family: "Roboto Light";
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  font-size:  16px;
  padding-right:  15px;
}

.cm-blog-news .post-header ,
.custom-rss .post-item .post-header{
  width:  100%;
  clear:both;
}

.cm-blog-news .post-header h2,
.custom-rss .post-item .post-header h2{
  color: #676767;
  font-family: 'Bebas Neue';
  font-size: 1.6875rem;
  font-weight:  normal;
  padding-bottom: 8px;
  line-height: 1.4;
}

.cm-blog-news .post-header hr,
.custom-rss .post-item .post-header hr{
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem;
}

.post-item .post-itm-inner .post-body p {
  padding-left: 0px;
  color: #676767;
  font-size: 1.1rem;
}

.cm-read-more {
  position: relative;
  bottom: 0px;
  right: 10px;
  background: rgba(255,255,255,0.8) !important;
  z-index: 500;
  padding: 10px;
  float: right;
}

.cm-read-more a.more-link {
  color: #124f90;
  font-size: 24px;
  border: none;
  padding:  0;
  border-bottom: 2px solid #124f90;
}

.cm-blog-news .blog-listing-wrapper .post-listing .post-item:nth-child(2n + 1),
.custom-rss .post-item.custom-2:nth-child(2n + 1){
  clear: left;
}

.custom-rss .post-item {
  padding: 15px 15px 0;
}

.custom-rss .custom-rss-topic span.media_icon {
  background: #0058be;
}

.custom-rss .custom-rss-topic {
  background: #1679db ;
}




.media-center-lyt .section_1.section,
.media-center-lyt .section_2.section{
  background-color: #103059;
  padding: 0 60px;
}

.media-center-lyt .section_1.section {
  padding-top: 15px;
  margin-top: 2px;

}


.mdl-title span.media_icon.mp0 {
  background: #df3126;
  width: 50px;
  height: 50px;
  float: left;
  display: block;
  padding: 10px;
  line-height: 1.1;
}
.mdl-title {
  background: #ff5147;
  max-height: 50px;
  overflow: hidden;
  margin-top: 30px;
}
.mdl-title h3 {
  color: #fff;
  padding-left: 75px;
  text-transform: uppercase;
}

.cm-rss-feed-mdl .mdl-title {
  background: #19aad1;
  max-height: 38px;
}
.cm-rss-feed-mdl .mdl-title span.media_icon.mp0 {
  width: 38px;
  height: 38px;
  background: #008fba;
  padding: 8px;
  padding-top: 5px;
}
.cm-rss-feed-mdl .mdl-title h3 {
  padding-left: 45px;
  line-height: 1.2em;
}
.cm-rss-feed-mdl {
  clear: both;
}
.rss-post-item {
  padding: 20px;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.rss-post-header hr {
  display: none;
}

.rss-post-header h2 {
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto Light",sans-serif;
  text-transform: none;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  margin-top: 0;
}
.rss-cm-read-more {
  text-align: right;
}

.rss-cm-read-more a.more-link {
  color: #103059;
  text-decoration: underline;
  border: 0;
  font-size: 14px;
}

.career-sec-two h1 {
  font-weight: bold;
}
.column.white_big_box .bg_white p {
  padding-left: 10px;
}

.blog-pagination {
  clear: both;
  padding-top: 100px;
  text-align: center;
}

.cm-blog-news a.next-posts-link.load-more,
.custom-rss .blog-pagination a.next-posts-link{
  display: inline-block;
  background: #4b7ac0;
  color: #fff;
  padding: 6px 12px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  transition: background-color 300ms ease-out;
}

.cm-blog-news a.next-posts-link.load-more:hover,
.custom-rss .blog-pagination a.next-posts-link:hover{
  background-color: #007095;
  color:  #ffffff;
}

.cm-blog-news.hs-blog-post .custom-rss {
  display:  none !important;
}

.contact-page.two-col-right.hs-content-id-6137589887 .contact-page-sec-2 .right-col {
  background: transparent;
}
.contact-page.two-col-right.hs-content-id-6137589887.water_treatment_contact .contact-page-sec-1 h1 {
  line-height: 1.4;
  font-size: 6em;
  text-align: center;
  color: #26569a;
  padding: 0 15px;
}
.contact-page.two-col-right.hs-content-id-6137589887.water_treatment_contact .contact-page-sec-2 .left-col h3 {
  font-family: "Helvetica";
  color: #558cbf;
  padding-top: 10px;
} 
.contact-page.two-col-right.hs-content-id-6137589887.water_treatment_contact .contact-page-sec-2 .left-col p {
  padding: 0px;
  font-family: "Helvetica";
  color: #394962;
}
.contact-page.two-col-right.hs-content-id-6137589887.water_treatment_contact .body-container .hs-button.primary,
.contact-page.two-col-right.hs-content-id-6137589887.water_treatment_contact .body-container input[type="submit"] {
  font-family: "Helvetica";
  font-weight: bold;
  font-size: 16px;
}
.contact-page.two-col-right.hs-content-id-6137589887.water_treatment_contact .body-container  input[type="checkbox"] {
  margin: 0 10px 16px 0!important;
}
.contact-page.two-col-right.hs-content-id-6137589887.water_treatment_contact .body-container form.hs-form .hs-form-field ul.inputs-list {
  margin: 0;
  padding: 0;
} 

.contact-page.two-col-right .body-container input[type="tel"] {
  background-color: #558cbf;
  color: #fff;
  max-width: 100%;
  font-size: 0.875rem;
  font-weight: 400;
  min-height: 2.3125rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.contact-page.two-col-right.hs-content-id-6137589887.water_treatment_contact .contact-page-sec-2  {
  padding-bottom: 70px;
}  

.about-formulated-detergents-lay .cm-header-english2.header4 {
  min-height: 82px !important;
}

.section_1.section .content-wrapper {
  padding-top: 0;
}

center.ls-btn-para {
  text-align: center;
  clear: both;
  display: block;
}

.reveal-modal .column.small-12 {
  width: 100%;
}

.about-formulated-detergents-lay  .white-box.cont-wrap ul {
  padding-left: 15px;
}

.about-formulated-detergents-lay .white-box.cont-wrap .span5.text-left {
  margin-left: 0;
  padding-left: 9px;
}

.comm-sec-three .right-column div iframe {
  height: 380px !important;
}

.cleaning-study .hs_cos_wrapper_type_rich_text p {
  padding: 0 15px;
}
.contact-page.two-col-right .contact-page-sec-2 .right-col a:hover {
  color: #0078a0;
}
.neutral_section .medium-3.columns {
  float: left;
}
.donation-grp-details p {
  padding-left: 10px;
}
.equal-img {
  padding-top: 7px;
}
.coolant-add-fluid.hs-content-id-6131470709 .full-width-content-sec ul li {
  font-size: 21px;
}

.coolant-add-fluid .hover_title:hover {
  background-color: rgba(0,46,91,0);
}

.one-col-title-wth-cta .cta_button {
  margin-bottom: 0;
}
.htimeline-list:last-child li:nth-child(4) {
  left: 32% !important;
  width: 126px !important;
  top: 19px !important;
}

.htimeline-list:last-child li:nth-child(5) {
  left: 48% !important;
  width: 119px !important;
}

.htimeline-list:last-child li:nth-child(6) {
  left: 53% !important;
  width: 154px !important;
  top: 18px !important;
}

.htimeline-list:last-child li:nth-child(7) {
  left: 70% !important;
  width: 110px !important;
}

.htimeline-list:last-child li:nth-child(8) {
  left: 75% !important;
  width: 103px !important;
  top: 0px !important;
}

.htimeline-list:last-child li:nth-child(9) {
  left: 88% !important;
  width: 116px !important;
}

.htimeline-list:last-child li:nth-child(10) {
  left: 92% !important;
  top: 19px !important;
  width: 109px !important;
}


body.cleaning-study {
  color: #394962;
  font-family: "Helvetica";
  font-size: 100%;
}
.cleaning-study .hs_cos_wrapper_type_rich_text p {
  font-family: inherit;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.6;
}
.cleaning-study .cleaning-study-sec-1 {
  text-align: center;
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 21px;
}  
.cleaning-study .cleaning-study-sec-1 h2 {
  font-size: 4em;
  padding-top: 15px;
  color: #275699;
  line-height: 0.9;
}  
.cleaning-study .cleaning-study-sec-1 h1 {
  font-size: 9em;
  line-height: 0.9;
  color: #275699;
  font-family: 'Bebas Neue';
}
.cleaning-study .cleaning-study-sec-1 h3 {
  color: #3e8bc6;
  line-height: 1;
  font-size: 29px;
  padding: 15px 0;
  font-family: "Helvetica";
}
.cleaning-study .body-container .cleaning-study-sec-1 .page-center,
.cleaning-study .body-container .cleaning-study-sec-2 .page-center{
  max-width: 83.33333%;
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.cleaning-study .body-container .cleaning-study-sec-1 .right-col {
  margin: 0 !important;
} 
.custom_tooltip {
  position: relative;
  color: #394962;
  white-space: nowrap;
  display: inline-block;
}  
.custom_tooltip small {
  display: none;
  background-color: #fff;
  border: 2px solid #275699;
  color: #fff;
  font-size: 14px;
  position: absolute;
  width: 200px;
  bottom: 30px;
  white-space: normal;
}
.custom_tooltip img.icon {
  width: 14px;
  margin-left: 2px;
  display: inline-block;
  vertical-align: middle;
} 
.custom_tooltip:hover small {
  display: block;
}  
.custom_tooltip small:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #275699;
  position: absolute;
  bottom: -10px;
  left: 20px;
  z-index: 999;
} 
.custom_tooltip span {
  display: table-cell;
  color: #394962;
  padding: 10px;
  vertical-align: top;
} 
.cleaning-study .body-container .cleaning-study-sec-1 .left-col iframe {
  width: 100%;
}
.cleaning-study .body-container .cleaning-study-sec-1 .right-col {
  text-align: left;
}
.cleaning-study .body-container .cleaning-study-sec-1 .right-col p {
  font-size: 18px;
  line-height: 1.3;
} 
.cleaning-study-sec-2 .blue-bg-header h1 {
  font-family: "Helvetica" !important;
} 
.acm-study-item {
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  float: left;
  width: 33.33333%;
}
.target-img img {
  padding-left: 30px;
  display: inline-block;
  vertical-align: middle;
}
.cleaning-study-sec-2 {
  padding-bottom: 45px;
}  
.equal-img {
  text-align: center;
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.equal-img img {
  margin-left: 25px;
  width: 30px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.target-img {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
} 
.cleaning-study .sub-title-contain h3 {
  margin-top: 20px;
  color: #FFF;
  font-family: "Helvetica";
}
.cleaning-study .sub-title-contain h1 {
  margin-top: -20px;
  font-family: "Helvetica" !important;
}
.cleaning-study .sub-title-contain {
  padding: 5px;
}
.cleaning-study-sec-3 img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 25px 0;
} 
.cleaning-study-sec-3 .hs_cos_wrapper_type_rich_text {
  padding: 25px 0 0;
  display: block;
  text-align: center;
}
.cleaning-study-sec-3 .hs_cos_wrapper_type_rich_text h2 {
  color: #275799;
  font-family: "Helvetica";
  font-size: 2.75rem;
  line-height: 1.4;
}
.cleaning-study-sec-3 .hs_cos_wrapper_type_rich_text h1 {
  line-height: 0.8;
  font-size: 6em;
  font-family: 'Bebas Neue';
}
.cleaning-study-sec-3 .text-blue {
  color: #275799;
}  
.text-dark-blue {
  color: #0f3b5e;
}
.cleaning-study-sec-4 {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.acm_study_table {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
  margin-bottom: 8px;
  min-height: 212px;
}
.acm_study_table:nth-child(1) {
  background-color: #3e8bc6;
}
.acm_study_table:nth-child(2) {
  background-color: #3076ac;
}
.acm_study_table:nth-child(3) {
  background-color: #246597;
}
.acm_study_table:nth-child(4) {
  background-color: #1b5784;
}
.acm_study_table:nth-child(5) {
  background-color: #154972;
}
.acm_study_table:nth-child(6) {
  background-color: #0f3c5e;
}
.acm_study_table:nth-child(7) {
  background-color: #092d48;
}
.acm_study_table:last-child .acm_text_cell:after{
  content: "";
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-top: 0px solid #f00;
  position: absolute;
  bottom: 0px;
  right: 0px; 	
}
.acm_study_table:last-child .acm_text_cell:before{
  content: "";
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-top: 0px solid #f00;
  position: absolute;
  bottom: 0px;
  right: 0px; 	
}

.acm_study_cells{
  display: table-cell;
  vertical-align: middle;
  padding:20px;
  color:#fff;
}
.acm_study_cells *{
  color:#fff;
}
.acm_icon_cell{
  width: 185px;
  padding-left: 72px;
}
.acm_icon_cell img{
  width:100%;
}
.acm_study_cells p{
  font-size: 32px;
  padding-left: 35px;
  font-family: "Helvetica";
  margin-bottom:0px;
}
.acm_text_cell{
  padding-right:245px;
}
.acm_study_table:nth-child(1) .acm_text_cell:after {
  border-top: 80px solid #3e8bc6;
}

.acm_study_table:nth-child(1) .acm_text_cell:after {
  border-top: 80px solid #3e8bc6;
}
.acm_study_table:nth-child(2){
  background-color:#3076ac;
}
.acm_study_table:nth-child(2) .acm_text_cell:after{
  border-top: 80px solid #3076ac;
}

.acm_study_table:nth-child(3){
  background-color:#246597;
}
.acm_study_table:nth-child(3) .acm_text_cell:after{
  border-top: 80px solid #246597;
}

.acm_study_table:nth-child(4){
  background-color:#1b5784;
}
.acm_study_table:nth-child(4) .acm_text_cell:after{
  border-top: 80px solid #1b5784;
}

.acm_study_table:nth-child(5){
  background-color:#154972;
}
.acm_study_table:nth-child(5) .acm_text_cell:after{
  border-top: 80px solid #154972;
}

.acm_study_table:nth-child(6){
  background-color:#0f3c5e;
}
.acm_study_table:nth-child(6) .acm_text_cell:after{
  border-top: 80px solid #0f3c5e;
}

.acm_study_table:nth-child(7){
  background-color:#092d48;
}
.acm_study_table:last-child .acm_text_cell:after{
  content: "";
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-top: 0px solid #f00;
  position: absolute;
  bottom: 0px;
  right: 0px; 	
}
.acm_study_table:last-child .acm_text_cell:before{
  content: "";
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-top: 0px solid #f00;
  position: absolute;
  bottom: 0px;
  right: 0px; 	
}
.acm_text_cell:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
  border-top: 90px solid #fff;
  position: absolute;
  bottom: -90px;
  right: 70px;
  z-index: 99;
}
.cleaning-study .body-container .cleaning-study-sec-1 .left-col {
  width: 58.33333% !important;
} 
.cleaning-study .body-container .cleaning-study-sec-1 .right-col {
  width: 41.66667% !important;
  float: right !important;
}  
.cleaning-study .body-container .cleaning-study-sec-1 .left-col {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  float: left !important;
}
.cleaning-study .body-container .cleaning-study-sec-1 .right-col {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.cleaning-study-sec-4 .hs_cos_wrapper_type_rich_text {
  width: 50%;
  display: block;
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 70px;
}
.cleaning-study-sec-3 .hs_cos_wrapper_type_rich_text {
  padding: 0;

}
.acm_study_table:last-child .acm_text_cell:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-top: 0px solid #f00;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.acm_text_cell:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 80px solid #f00;
  position: absolute;
  bottom: -78px;
  right: 80px;
  z-index: 999;
}  
.cleaning-study-sec-3 .hs_cos_wrapper_type_rich_text h2 {
  padding-top: 25px;
}
.acm_study_table:nth-child(1) .acm_text_cell:after {
  border-top: 80px solid #3e8bc6;
}
.acm_study_table:nth-child(2) .acm_text_cell:after {
  border-top: 80px solid #3076ac;
}
.acm_study_table:nth-child(3) .acm_text_cell:after {
  border-top: 80px solid #246597;
}
.acm_study_table:nth-child(4) .acm_text_cell:after {
  border-top: 80px solid #1b5784;
}
.acm_study_table:nth-child(5) .acm_text_cell:after {
  border-top: 80px solid #154972;
}
.acm_study_table:nth-child(6) .acm_text_cell:after {
  border-top: 80px solid #0f3c5e;
}  
.custom-rss.has-1 .blog-pagination {
  display:  none !important;
}

.custom-rss.has-1 {
  padding-bottom: 0 !important;
}
body.contact-page.two-col-right a.mobile-icon i {
  font-family: "Helvetica";
  bottom: -4px;
  color: #3b5186;
}
body.contact-page.two-col-right .cm-header-english2.header4 {
  min-height: 82px !important;
}
.indrustries-product-case-stdy-wrap {
  position: relative;
  clear: both;
  overflow: hidden;
}
.indrustries-product-case-stdy-wrap .chem_larg_main {
  max-height: 480px;
  overflow: hidden;
}
.indrustries-product-case-stdy-wrap .chem_larg_main .chem_larg {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  min-height: 480px;
}
.indrustries-product-case-stdy-wrap .pharma_bg {
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
.indrustries-product-case-stdy-wrap .chem_larg_overlay {
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 50px;
  position: absolute;
  left: 0;
  min-height: 400px;
  padding: 50px;
  padding-right: 220px;
  color: #fff;
  text-align: right;
}
.indrustries-product-case-stdy-wrap .chem_larg_overlay h1 {
  font-size: 60px;
  font-weight: bolder;
  word-spacing: -1px;
}

.indrustries-product-case-stdy-wrap.product_div.right .chem_larg_overlay {
  padding: 50px;
  padding-right: 220px;
}
.indrustries-product-case-stdy-wrap .chem_larg_overlay p.fig_para {
  width: 563px;
  float:  right;
}
.indrustries-product-case-stdy-wrap .chem_larg_overlay p {
  line-height: 30px;
  text-align: right;
  text-shadow: #3e3e3e 2px 2px 2px;
  clear: both;
  margin-bottom: 11px;
  text-rendering: optimizeLegibility;
  padding-left: 10px;
  font-family: inherit;
  font-size: 1.2rem;
  font-weight: normal;
  font-family: Helvetica;
}
.indrustries-product-case-stdy-wrap .chem_larg_overlay a {
  margin: 0;
}

.indrustries-product-case-stdy-wrap .chem_small_box {
  background-color: #275699;
  height: 240px;
  width: 180px;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  position: absolute;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  z-index: 30;
}
.indrustries-product-case-stdy-wrap .box_two {
  top: 240px;
  right: 0px;
}
.indrustries-product-case-stdy-wrap .box_one {
  top: 0px;
  right: 0px;
}

.indrustries-product-case-stdy-wrap .chem_small_box h2 {
  color: #fff;
  font-size: 28px;
  line-height: 18px;
  cursor: pointer;
  font-family: "Helvetica";
  clear: both;
  text-transform:capitalize;
}
.indrustries-product-case-stdy-wrap .chem_small_box h2:first-child {
  font-size: 70px;
  margin-bottom: 22px;
  width: 37px;
  height: 30px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.indrustries-product-case-stdy-wrap .chem_small_box {
  background-color: #275699;
  height: 240px;
  width: 180px;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  position: absolute;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  z-index: 30;
}
.indrustries-product-case-stdy-wrap .box_two {
  top: 240px;
  right: 0px;
}
.indrustries-product-case-stdy-wrap .box_one {
  top: 0px;
  right: 0px;
}

.indrustries-product-case-stdy-wrap .chem_small_box h2 {
  color: #fff;
  font-size: 28px;
  line-height: 18px;
  cursor: pointer;
  font-family: "Helvetica";
  text-transform:capitalize;
}
.indrustries-product-case-stdy-wrap .chem_small_box h2:first-child {
  font-size: 70px;
  margin-bottom: 22px;
  width: 37px;
  height: 30px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.indrustries-product-case-stdy-wrap .hiden_slide {
  width: 50%;
  height: 100%;
  position: absolute;
  right: -50%;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  z-index: 50;
  padding: 50px;
  top:0;
}
.indrustries-product-case-stdy-wrap .hiden_slide.open {
  right: 0px;
}
.indrustries-product-case-stdy-wrap .hiden_slide.pd5 {
  padding: 5px !important;
}
.indrustries-product-case-stdy-wrap .bg_dark_blue {
  background-color: #275699;
}
.indrustries-product-case-stdy-wrap .biopharma_products_section {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  height: 100%;
}
.indrustries-product-case-stdy-wrap .chem_small_box.box_open {
  right: calc(50% - 1px );
}
.indrustries-product-case-stdy-wrap .chem_small_box.box_open h2:first-child {
  -ms-transform: rotate(-136deg);
  -webkit-transform: rotate(-136deg);
  transform: rotate(-136deg);
}
.indrustries-product-case-stdy-wrap .mt100 {
  margin-top: 100px;
}
.indrustries-product-case-stdy-wrap .hiden_slide.right_side * {
  text-align: right;
  color: #fff;
}
.indrustries-product-case-stdy-wrap .hiden_slide .close_button {
  position: absolute;
  left: 30px;
  top: 20px;
  cursor: pointer;
  display: none;
}
.indrustries-product-case-stdy-wrap .hiden_slide h1 {
  font-size: 4.8em;
  color: #fff;
  line-height: 42px;
}
body.formulated_detergents-lay {
  font-size: 100%;
}
.indrustries-product-case-stdy-wrap .ph_btn_trns {
  border: 2px solid #fff;
  padding: 10px 20px;
  font-weight: normal;
  font-size: 30px;
  margin-left: 10px;
  font-family: "Helvetica";
  display: block;
  color: #fff;
  line-height: 1.5;
}
.indrustries-product-case-stdy-wrap .ph_btn_trns:hover {
  border: 2px solid #fff;
  padding: 10px 20px;
  font-weight: normal;
  font-size: 30px;
  margin-left: 10px;
  display: block;
  color: #55b6d9;
}
.indrustries-product-case-stdy-wrap .hiden_slide.right_side * {
  text-align: right;
  color: #fff;
}
.indrustries-product-case-stdy-wrap .hiden_slide p img{
  width: 30%;
}
.indrustries-product-case-stdy-wrap .hiden_slide p {
  line-height: 20px;
  font-family: inherit;
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
  padding-left: 10px;
  font-family: Helvetica;
}
.indrustries-product-case-stdy-wrap .hiden_slide h3 {
  line-height: 22px;
  font-family: "Helvetica";
  font-size: 1.6875rem;
}
.indrustries-product-case-stdy-wrap .fig_btn_trns {
  border: 2px solid #fff;
  padding: 10px 20px;
  font-weight: normal;

  font-family: "Helvetica";
  font-size: 20px;
}
.indrustries-product-case-stdy-wrap .text-left {
  text-align: left !important;
}
.indrustries-product-case-stdy-wrap.left .chem_larg_overlay {
  text-align: left;
  padding-left: 210px;
}

.left.indrustries-product-case-stdy-wrap .chem_larg_overlay p.fig_para {
  float: left;
  text-align: left;
  padding-left: 0;
}

.left.indrustries-product-case-stdy-wrap .chem_larg_overlay p {
  text-align:  left;
}

.left.indrustries-product-case-stdy-wrap .box_one,.left.indrustries-product-case-stdy-wrap .box_two {
  left:  0;
  right: auto;
}

.left.indrustries-product-case-stdy-wrap .chem_small_box h2:first-child {
  float: right;
  clear: both;
}

.left.indrustries-product-case-stdy-wrap .hiden_slide {
  left: -50%;
  right: auto;
}

.left.indrustries-product-case-stdy-wrap .hiden_slide.open {
  left: 0;
}

.left.indrustries-product-case-stdy-wrap .chem_small_box.box_open {
  left: calc(50% - 1px );
}
/*================COOLANT NEWS LAYOUT=================*/

.coolant-news .custom-rss {
  padding: 15px 20px 0px !important;
}

.coolant-news .custom-rss.has-2 {
  padding-top: 5px !important;
}

.coolant-news .blog-pagination {
  padding-top: 20px;
  padding-bottom: 100px;
}

.coolant-news .blog-pagination a.next-posts-link.load-more {
  display: inline-block;
  background: #124f90;
  color: #fff;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.coolant-news .blog-pagination a.next-posts-link.load-more:hover {
  background-color: #007095;
}

.coolant-news .banner-area {
  background-color:  transparent;
  background-image: none !important;
  font-size:  16px;
  padding: 0 15px;
}

.coolant-news .banner-area h1 {
  font-size: 10em;
  color: #3c5796;
  font-family: 'Bebas Neue' !important;
  line-height:  1;
  font-weight:  normal;
}

.custom-subscribe-form {
  background-color: #278dc1;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.custom-subscribe-form form .hs-form-field > label {
  display:  none;
}

.custom-subscribe-form form p {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0;
  cursor: pointer;
}

.custom-subscribe-form form .input input {
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  font-weight: 400;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 10px 0 1rem 0;
  padding: 0 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
  max-width:  100%;
}

.custom-subscribe-form form > div {
  padding:  0 15px;
}

.custom-subscribe-form form > div.hs_submit.hs-submit .hs-button {
  background-color: #053960;
  border: 0px;
  color: #fff;
  width: 80%;
  margin-top: 33px;
  float:  left;
  height: 38px;
  font-family: "Roboto Light";
  font-size:  16px;
}

.coolant-news .custom-rss .custom-rss-topic {
  background: #19aad1;
}

.coolant-news .custom-rss .custom-rss-topic span.media_icon {
  background: #008fba;
}

.coolant-news .post-item.custom-2 .custom-rss-topic.has-2 {
  background: #55ba47;
}

.coolant-news .post-item.custom-2 .custom-rss-topic.has-2 span.media_icon {
  background: #409833;
}
.custom-rss .post-item.custom-2 .image {
  max-height: 475px;
  overflow: hidden;
}
.about-cooling-tower .cm-header-english2 {
  min-height: 90px !important;
}
.about-cooling-tower .custom-bottom-pane .btn-stng {
  margin-top: 24px;
}
.about-cooling-tower .convert-to-solid h1.custom-title {
  margin-bottom: 56px;
}

.water-trtmnt-lyt .chem_larg_overlay a {
  background: transparent;
  margin-top: 9px;
  font-family: "Roboto Regular";
  text-shadow: none;
}
.water-trtmnt-lyt .cm-header-english2 {
  min-height: 92px !important;
}
.water-trtmnt-lyt .chem_larg_overlay a:hover {
  background-color: rgba(39,86,153,0.8);
}

.hs-content-id-6126379982 .three-col-img-con {
  color: #394962;
}

.hs-content-id-6126379982 .three-col-img-con {
  max-width: 83.33333%;
  margin: 0 auto;
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.hs-content-id-6126379982 .three-col-img-con ul {
  text-align: left;
}

.hs-content-id-6126379982 .three-col-img-con img {
  width: 30%;
}

.hs-content-id-6126379982 .three-col-img-con h3 {
  font-family: "Roboto Regular";
  color: #394962;
}

#hs_cos_wrapper_widget_1536039895923_ > h3 {
  font-family: "Roboto";
  color: #394962;
  padding-top: 22px;
}

#hs_cos_wrapper_widget_1536039944752_ > img {
  display: block;
  margin: 0 auto 60px;
  max-width: 528px;
  padding: 0 20px;
  width: 100% !IMPORTANT;
}

.home-page .home-divisions-container.bg-white .column {
  float: none;
}

.home-page .home-divisions-container h3.top-heading{
  font-size: 1.6875rem;
}



.home-page .home-divisions-container .large-2 {
  padding:  0;
}

.home-page .home-divisions-container a.button {
  margin-bottom:  0;
  font-family:  "Roboto Light";
}
.media-center-lyt .cm-btn-grp {
  padding:  20px;
}

.media-center-lyt  .column.small-12.item.mp0 {
  padding: 20px;
  background:  #fff;
}

.media-center-lyt .column.small-12.item.mp0 a {
  color: #6cb5ef;
}
.twitter-mdl-inner {
  height: 171px;
}
.media-center-lyt  .product-title-box {
  margin-top:  0;
  height: 80px;
  background-color: #0f4f91;
  display: flex;
  width:  100%;
  align-items:  center;
  justify-content:  center;
}

.media-center-lyt .product-box {
  width:  25%;
  padding:  20px;
}

.media-center-lyt .product-title-box a {
  font-family: 'Bebas Neue';
  background:  none;
}

.media-center-lyt .twitter-mdl .mdl-title {
  background: #19aad1;
  max-height:  38px;
}

.media-center-lyt .twitter-mdl .mdl-title span.media_icon.mp0 {
  background: #008fba;
  width: 38px;
  height: 38px;
}
.sr-product .sr-section-one {
  text-align:  center;
  font-size:  16px;
  padding-top: 76px;
}

.sr-product  .cm-equal-conent {
  text-align:  center;
  padding: 15px 15px 0;
}

.sr-product .convert-to-solid h1.custom-title {
  font-size: 6em;
  color: #202e5b;
  font-family: "Bebas Neue";
  line-height: 0.8em;
  margin-top: 42px;
}

.sr-product .convert-to-solid h1.custom-title span {
  color: #202e5b;
  display:  block;
  margin: 0 0 30px;
}

.water-trt-blog .cm-header-english2 {
  min-height: 90px !important;
}
.water-trt-blog .banner-content h1 {
  font-family: "Roboto Regular";
}

.water-trt-blog.hs-blog-listing .blog-content {
  background-color: #275699;
}

.water-trt-blog .blog-content {
  padding: 70px 60px 50px;
  margin-top: 20px;
}
.water-trt-blog .blog-listing-wrapper .post-listing .post-item{
  margin-top: 20px;
  padding: 20px;
}
.water-trt-blog a.more-link {
  color: #394962;
  font-family: "Roboto Regular";
  border: 0;
  padding: 0 0 20px;
}
.water-trt-blog a.more-link:hover{
  color: #0078a0;
}
.water-trt-blog img.post-logo {
  width: 220px;
}
.water-trt-blog.hs-blog-listing .post-header {
  padding-left: 0;
  padding-right: 0;
}
.water-trt-blog .post-header h2 {
  font-family: "Roboto Regular";
  color: #394962;
  font-size: 2.75rem;
  text-transform: none;
  line-height: 1.4;
  font-weight: normal;
  margin-top: 20px;
}

.privacy-lyt .section_1.section {
  padding-top: 30px;
}
body.privacy-lyt .body-container {
  font-size: 100%;
  font-family: 'Helvetica';
  color: #124f90;
}
body.privacy-lyt.hs-full-wth-lay .body-container p {
  font-family: "Roboto Light";
  font-size: 20px;
  color: #124f90;
}
body.privacy-lyt.hs-full-wth-lay .body-container {
  font-family: "Roboto Light";
  font-size: 20px;
  color: #124f90;
  line-height: 1.5;
}
.cstm-sp-sustain .full-width-content-sec ul li {
  font-size: 20px;
}
.cstm-sp-sustain .full-width-content-sec ul {
  margin-top: -12px;
}
.cstm-sp-sustain .full-width-content-sec {
  padding-left: 25px;
}
.cstm-sp-sustain .section_4.section {
  padding-top: 24px;
}
.dark_blue.sm_line_height.mp0.pl20 ul li {
  color: #124f90;
  font-family: "Roboto Light";
}

.title-with-content-group h4, 
.title-with-content-group p {
  padding-left: 0 !important;
}

.media-center-lyt-left span > div {
  width: 50%;
  float:  left;
  padding-right: 10px;
}
.vex-content.hs-gallery .vex-close {
  right:  30px;
}
.media-center-lyt-left span > div:last-child {
  padding-left:  10px;
  padding-right:  0;
}

.media-center-lyt-right {
  width: 58.33333% !important;
  margin-left:  0 !important;
}

.media-center-lyt-left {
  width: 41.66667% !important;
}

.media-center-lyt-right  .hs_cos_gallery_lightbox {
  padding:  0 0 0 20px;
}
.media-center-lyt-right .mdl-title {
  background: #19aad1;
  max-height:  38px;
}
.rss-post-body p {
  font-size: 14px;
}

.media-center-lyt .section_2.section {
  padding-bottom:  100px;
}
.media-center-lyt-right .mdl-title span.media_icon.mp0 {
  width: 38px;
  height: 38px;
  background: #008fba;
  padding: 8px;
  padding-top: 5px;
}
.media-center-lyt-right .slick-track {
  width: 100% !important;
}
.media-center-lyt-right  .hs_cos_gallery_slide .slick-slide-inner-wrapper {
  left:  0;
}
.media-center-lyt-right .mdl-title h3 {
  padding-left: 45px;
  line-height: 1.2em;
}
.rss-post-body p {
  font-size: 14px;
}

.media-center-lyt .section_2.section {
  padding-bottom:  60px;
}

.media-center-lyt-left .span5{
  width:  100%;
}

.media-center-lyt-left .rss-post-header,.media-center-lyt-left .rss-post-body {
  display:  none;
}
.media-center-lyt-left .span7 {     
  width:  100         
}           

.media-center-lyt-right   .slick-slider {
  margin-bottom:  0;
  padding: 0;
}
.media-center-lyt-right .slick-slide.slick-current.slick-active{
  padding:20px;
  background:  #fff;
}
.media-center-lyt-right .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
  width: 25% !important;
  overflow:  visible;
  display: block !important;
  position:  relative;
  height: auto;
  margin-bottom: 0;

}

.media-center-lyt-right .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide img {
  width:  100%;
  height:  auto !important;
  padding:  2px;
  max-width:  100%;
}


.media-center-lyt-right .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper {
  position:  static;
}
.media-center-lyt-right .slick-list{
  overflow:  visible;
}

.media-center-lyt-right {
  padding-left:  20px;
}


.hs-content-id-6121249421 .section_1.section {
  padding-top: 30px;
  color: #124f90;
  font-family: "Roboto Light";
}

.water-treatment-industries-lyt  .hs_cos_wrapper_type_linked_image {
  display: block;
  width: 33.33333%;
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 8px;
}
.water-treatment-industries-lyt .banner-content-alignment .chem_larg_overlay {
  position: relative;
  width: 41.66667%;
  float: right;
  text-align: center;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-right: 8.33333%;
  padding-top: 40px;
}
.show-case-studies .read-more-case-sty-wrap {
  background-color: #394962;
}
.water-treatment-industries-lyt .banner-content-alignment .coolant_bg {
  min-height: 400px;
}
.with-rss.left.indrustries-product-case-stdy-wrap .chem_small_box {
  text-align: right;
}

.water-treatment-industries-lyt .banner-content-alignment .chem_larg_overlay p {
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
  padding-left: 10px;
}

.water-treatment-industries-lyt .chem_larg_overlay a {
  margin-top: 0;
  background: transparent;
}

.water-treatment-industries-lyt .chem_larg_overlay a:hover {
  background-color: rgba(39,86,153,0.8);
  color: white;
}
.with-rss  .learn-slide-btn {
  border: 5px solid white;
  color: white!important;
  display: inline-block;
  font-size: 35px;
  line-height: 1;
  padding: 120px 20px;
  text-decoration: none;
}

.indrustries-product-case-stdy-wrap.with-rss .hiden_slide p img.right-img {
  width: 15%;
  display: inline-block;
  vertical-align: middle;
  text-align: left!important;
}
.indrustries-product-case-stdy-wrap.with-rss .hiden_slide .biopharma_products_section {
  max-width: 83.33333%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}
.indrustries-product-case-stdy-wrap.show-case-studies .hiden_slide {
  padding: 40px 0;
}
.show-case-studies.indrustries-product-case-stdy-wrap.show-case-studies .hiden_slide .large-10 {
  width: 100%;
}
.indrustries-product-case-stdy-wrap.show-case-studies .hiden_slide .large-10 .medium-4.columns  .gf_case_studies_box {height: 205px!important;}

.show-case-studies .case-blue-back.case-study-wrap .ibo_cell_body h5 {
  font-size: 16px!important;
  line-height: 16px;
}

.show-case-studies .case-blue-back.case-study-wrap * {
  text-align: center;
}



.show-case-studies.indrustries-product-case-stdy-wrap .chem_larg_main {
  max-height:  550px;
}

.with-rss.indrustries-product-case-stdy-wrap .chem_larg_overlay {
  min-height:  550px;
}

.with-rss.indrustries-product-case-stdy-wrap .chem_larg_main .chem_larg {
  min-height:  550px;
}



.with-rss.indrustries-product-case-stdy-wrap .box_two {
  top: 275px;
}

.with-rss .read-more-case-sty-wrap {
  height: 205px;
}
.with-rss .read-more-case-sty-wrap .ibo_cell_body {
  width: 100%;
}
.with-rss.indrustries-product-case-stdy-wrap .chem_small_box {
  height: 275px;
}


.with-rss.indrustries-product-case-stdy-wrap .chem_larg_overlay h1 {
  font-size: 110px;
  margin-bottom: -0.5rem;
  word-spacing: -1px;
  line-height: 0.8em;
  font-weight: normal;
}

.with-rss.indrustries-product-case-stdy-wrap .chem_larg_overlay p {
  font-family: inherit;
  font-size: 17.6px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
  margin-top: 12px;

}
.with-rss.right.indrustries-product-case-stdy-wrap .chem_larg_overlay p{
  padding-left: 550px;

}
.with-rss.left.indrustries-product-case-stdy-wrap .chem_larg_overlay p{
  padding-right: 360px;

}

.with-rss.indrustries-product-case-stdy-wrap .chem_larg_main {
  max-height:  550px;
}
.with-rss.indrustries-product-case-stdy-wrap .chem_larg_main {
  max-height:  550px;
}
.with-rss.indrustries-product-case-stdy-wrap .hiden_slide {
  padding: 40px  0  0;
}

.with-rss.indrustries-product-case-stdy-wrap:not(.show-case-studies) .hiden_slide.right_side .content-col-case-study {
  width: 83.33333%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
}

.with-rss.indrustries-product-case-stdy-wrap:not(.show-case-studies) .hiden_slide.right_side .content-col-case-study img.right-img2 {
  left: 78%;
  position: absolute;
  top: 84%;
  width: 15%;
  left: 440px;
  top: 80%;
}

.has-2.indrustries-product-case-stdy-wrap.show-case-studies .hiden_slide .large-10 .medium-4.columns .gf_case_studies_box,
.has-1.indrustries-product-case-stdy-wrap.show-case-studies .hiden_slide .large-10 .medium-4.columns .gf_case_studies_box{
  height: 305px!important;
}

.has-2.with-rss .read-more-case-sty-wrap,
.has-1.with-rss .read-more-case-sty-wrap{
  height: 305px;
}

.show-case-studies.indrustries-product-case-stdy-wrap .hiden_slide.right_side * {
  text-align: center;
}

.show-case-studies .case-blue-back.case-study-wrap {
  background: transparent;
}
.show-case-studies.has-2.indrustries-product-case-stdy-wrap .hiden_slide,
.show-case-studies.has-1.indrustries-product-case-stdy-wrap .hiden_slide{
  padding-top: 100px;
}
.custom-logo.logo-engl2.header-pd-logo {
  padding-left: 30px;
}

body.hs-full-wth-lay .transparent-bordered-btn:hover {
  color: #0078a0;
}

.coolant-add-fluid.hs-content-id-6134816792 .full-width-content-sec {
  padding: 0 0 17px;
}
.coolant-contact .hs-error-msgs label {
  font-size: 0.875rem;
}
.coolant-additives.side-menu a#back-to-top {
  background: rgba(12, 74, 115, 0.8) url(//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/images/cd-top-arrow.svg?t=1536056550614) no-repeat center 50%;
}

.coolant-additives.side-menu a#back-to-top:hover {
  background-color: rgba(5,105,245,1);
  opacity: 1;
}
.coolant .cm-header-english2.chinese1, 
.coolant .cm-header-english2.spanish {
  min-height: 97px !important;
}
.hs-content-id-6130430821 .coolant-sec-1 ul li {
  color: #31508d;
}
.coolant-add-fluid .sec5.grey-bg p {
  color: #394962;
}
.coolant-add-fluid.hs-content-id-6131470709 .sec1 p {
  color: #394962;
}
.hs-form ul {
  padding: 0;
  list-style: none;
}

.hs-content-id-6131426815.coolant-add-fluid .sec5 h4 {
  color: #061070;
}

#hs_cos_wrapper_widget_1536062867972_ {
  text-align: center;
  display: block;
}

#hs_cos_wrapper_widget_1536062867972_ img {
  max-width: 250px;
  margin-bottom: 90px;
}

/*===========Customers===========*/
/* CUSTOMERS */
.customers {
  text-align: center;
}
.customers img {
  object-fit: contain;
  max-height: 65px;
  max-width: 125px;
  text-align: center;
}
.customers h4 {
  color: ;
}
.customers p {
  font-size: 14px;
  color: ;
}

/*=============Sr Product Layout===============*/

.cm-step-header a {
  padding: 1rem;
  display: block;
  background: #b6b6b6;
  border-top: 5px solid #a1a1a1;
  position: relative;
  color: #dddddd !important;
  font-family: "Helvetica-Bold";
  text-transform: uppercase;
  text-align: center;
  font-size: 25px;
  padding-right: 56px;
}

.cm-step-header a.active {
  background-color: #f49541;
  border-top: 5px solid #f37230;
  color: #fff !important;
}

.cm-steps-group .cm-step-item-group .cm-step-content {
  display: none;
}

.cm-step-header h3 {
  margin: 0;
}

.cm-step-header a:after {
  content: "+";
  font-family: "Arial";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -48px;
  font-size: 60px;
  color: #7e7e7e;
}

.cm-step-header a.active:after {
  content: "_";
  color: #fff;
  font-size: 60px;
  margin-top: -78px;
}

.acc_txt_nav_open {
  position: absolute;
  right: 17px;
  font-size: 14px;
  color: #7e7e7e;
  top: 50%;
  margin-top: 14px;
  display: block;
}

.acc_txt_nav_close {
  position: absolute;
  right: 14px;
  font-size: 14px;
  color: #fff;
  top: 50%;
  margin-top: 2px;
  display: none;
}

a.active .acc_txt_nav_close {
  display: block;
}

a.active .acc_txt_nav_open {
  display: none;
}

.step-1-group .cm-step-header a.active {
  background-color: #e15548;
  border-top: 5px solid #c13c3f;
  color: #fff;
}

.step-2-group .cm-step-header a.active {
  background-color: #1e6eb5;
  border-top: 5px solid #004a91;
  color: #fff;
}

.step-4-group .cm-step-header a.active {
  background-color: #6ca467;
  border-top: 5px solid #467839;
  color: #fff;
}

.cm-step-content p {
  font-size: 20px;
  padding-left: 0px;
  font-family: "Helvetica";
  color: #394962;
  padding: 0 0 20px;
  margin: 0;
}

.cm-step-content {
  font-size: 20px;
  padding-left: 0px;
  font-family: "Helvetica";
  color: #394962;

}

.cm-step-content > * {
  padding: 0.9375rem;
  display: block;
}

a.bordered.btn {
  color: #67b2dc;
  font-family: "Helvetica-Bold";
  padding: 10px;
  border: 3px solid #67b2dc;
  display: inline-block;
  clear: both;
  font-size: 1rem;
}

.cm-step-content p {
  font-size: 20px;
  padding-left: 0px;
  font-family: "Helvetica";
  color: #394962;
  padding: 0 0 20px;
  margin: 0;
}

.cm-step-content > * {
  padding: 0.9375rem;
  display: block;
}

.cm-step-content .hs_cos_wrapper_type_rich_text {}

.sr-product a.bordered.btn {
  color: #67b2dc;
  font-family: "Helvetica-Bold";
  padding: 10px;
  border: 3px solid #67b2dc;
  display: inline-block;
  clear: both;
  font-size: 1rem;
}



.sr-product table[class*="step-table-"] th {
  background: #2a579a;
  padding: 10px;
  color: #fff;
}



.sr-product table[class*="step-table-"] h4 {
  font-family: "Helvetica-Bold";
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}



.sr-product table[class*="step-table-"] {
  border: none;
  border-spacing: 5px;
  width: 100%;
}



.sr-product table[class*="step-table-"] td {
  padding: 10px;
  background: #d7dce0;
  position: relative;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6;
  font-family: "Helvetica";
}



.sr-product table[class*="step-table-"] td + td {
  background: #1c7cb8;
  color: #fff;
}

.body-container .cm-step-content ul {
  font-size: 20px;
  font-family: "Helvetica";
}

.cm-step-content h3 {
  font-family: "Helvetica-Bold";
  color: #000;
  font-size: 1.6875rem;
  line-height: 1.4;
}

.cm-step-content h3.bordered-continue {
  padding: 10px;
  border: 3px solid #1d6eb4;
  display: inline-block;
  color: #1d6eb4;
  margin: 5px auto 20px;
  cursor: pointer;
}

.cm-step-content h1 {
  color: #1d6eb4;
  font-size: 2.75rem;
  font-family: "Helvetica-Bold";
}

.cm-steps-group .cm-equal-conent .span6 {

  border: 3px solid #ccc;
  padding: 10px;
  text-align: left;
}

.cm-step-content .cm-equal-conent h3 {
  color: #1d6eb4;
  text-align: center;
}

.cm-step-content .cm-equal-conent p {
  font-size: 16px;
  padding-left: 5px;
}

.cm-step-content .cm-equal-conent table td {
  width: 50%;
  vertical-align: top;
}

.cm-step-content .cm-equal-conent > div {
  display: flex;
  margin: 0 0 30px;
}

.cm-step-content h3.bordered-continue.bc-orange {
  color: #f49541;
  border: 3px solid #f49541;
}

.body-container .cm-step-content table:not([class]) ul, .body-container .cm-step-content table:not([class]) p {
  font-size: 16px;
  font-family: "Helvetica";
}



.cm-step-content table:not([class]) {
  margin: 20px auto;
}

.body-container .cm-step-content table:not([class]) ul {
  list-style: disc;
  padding-left: 20px;
}

.cm-equal-conent.table-data table td {
  width: 25%;
}

.cm-step-content .abc-table h5,
.cm-step-content .cm-equal-conent h5 {
  color: #1d6eb4;
  text-align: center;
  font-family: "Helvetica-Bold";
  font-size: 14px;
}

.cm-step-content .abc-table h5,
.cm-step-content .cm-equal-conent table h5 {
  text-align: left;
}

.cm-step-content .cm-equal-conent h4 {
  font-size: 18px;
  color: #1d6eb4;
  font-family: "Helvetica-Bold";
}

.cm-step-content .cm-equal-conent table p {
  padding: 0;
}

a.bordered-continue.bc-light-blue {
  color: #67b2dc;
  font-family: "Helvetica-Bold";
  padding: 10px;
  border: 3px solid #67b2dc;
  display: inline-block;
  clear: both;
  font-size: 1rem;
}

.cm-step-content.cm-step-4-content h3 {
  color: #1d6eb4;
}

.abc-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 50px;
}

.abc-table-cell {
  display: table-cell;
  vertical-align: top;
  padding: 5px;
}

.abc-table-cell {
  display: table-cell;
  vertical-align: top;
  padding: 5px;
}


.img-cell {
  width: 120px;
}

.img-cell img {
  display: inline-block;
  vertical-align: middle;
}

.abc-table p {
  font-size: 14px !important;
}

.cm-step-content h3.bordered-continue.bc-green {
  color: #6ca467;
  border: 3px solid #6ca467;
}

table.step-table-1.stacktable.small-only {
  display: none;
}
.location-lyt .banner-area {
  margin-bottom: 15px;
}

.home-page .header-container-wrapper {
  position: relative;
  z-index: 99;
}
.left.indrustries-product-case-stdy-wrap .hiden_slide.open[style*="rgba(108, 165, 66,1.0)"] a.ph_btn_trns:hover {
  color: #275699;
}

.biopharma-lay a.mobile-icon i,
.formulated_detergents-lay a.mobile-icon i{
  font-family: helvetica;
  bottom: -4px;
}

.contact-page.two-col-right.hs-content-id-6137589887.water_treatment_contact .contact-page-sec-2 .left-col .hs-form p {
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  color: #394962;
  text-transform: capitalize;
  font-size: 20px;
}

.contact-page.two-col-right.hs-content-id-6137589887.water_treatment_contact .contact-page-sec-2 .left-col .hs-form h6 {
  text-transform: none;
  font-family: helvetica,sans-serif;
  font-weight: bold;
  color: #394962;
  margin:  0;
}
.column.white_big_box a:hover {
  color: #0078a0;
}
.coolant-news .post-item.first {
  width: 100%;
  float: none;
}
.coolant-news .post-item {
  background: #fff;
  padding: 20px;
  margin-top: 10px;
  overflow: hidden;
  width: 50%;
  float: left;
}
.coolant-news .post-item.first .custom-rss-topic {
  background: #19aad1;
}
.coolant-news .post-item.first .custom-rss-topic span.media_icon {
  background: #008fba;
}
.coolant-news .post-item .custom-rss-topic {
  background: #55ba47;
}
.coolant-news .post-item .custom-rss-topic span.media_icon {
  background: #409833;
}
.body-container ul.hs-error-msgs.inputs-list {
  margin-left:  0;
  color: #394962;
  margin-top: 5px;
}
.blog-content-wrapper .custom-rss.has-1 {
  padding: 0 !important;
}
.hs-content-id-6120476828 .banner-content-alignment .chem_larg_overlay{
  padding-top:50px;
}
.hs-content-id-6126052201 .banner-content-alignment h5,
.hs-content-id-6120476828 .banner-content-alignment h5{
  font-family: helvetica,sans-serif;
}	

.hs-content-id-6126052201 .banner-content-alignment .chem_larg_overlay {
  padding-top: 50px;
}
.hs-content-id-6126052201 .chem_larg_overlay a{
  margin-top: 16px;
}
.hs-content-id-6126052201 .banner-content-alignment p {
  margin-top: 4px;
}

.news-layout .blog-content-wrapper .custom-rss.has-1 {
  padding: 0 60px 0 !important;
}
.hs-content-id-6117786876 .learn_more_btn.btn-orange {
  font-size: 16px;
  font-family: "Roboto Regular";
}
.news-layout .post-item .post-itm-inner .post-body p {
  color: #124f90;
}
.cm-blog-news.news-layout .custom-rss.has-1 {
  padding: 0 !important;
}
.sr-product table[class*="step-table-"] {
  margin-bottom: 20px;
}

.cleaning_innov_top {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 60px 120px !important;
}


.cleaning_innov_top .innov_tech_cell {
  padding: 25px;
  display: table-cell;
  color: #124f90;
}

.innov_tech_cell-wrap {
  display: table;
  table-layout: fixed;
  border-spacing: 10px;
  border-collapse: separate;
  width: 100%;
}

.cleaning_innov_top .p20 {
  padding: 20px;
}

.hs-content-id-6134791170 .banner-content h1 {
  font-family: "Helvetica Neue",Arial,sans-serif;
}


.cleaning_innov_top h3 {
  color: #FFF !important;
  line-height: 1.2em;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.hs-content-id-6134791170  .block_title h3 {
  font-family:  "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.hs-content-id-6134791170 .body-container .cleaning_innov_top p {
  font-size: 12px !important;
  color:  #fff;

}


.water-treatment .about-us-box {
  background-image: url(//info.dober.com/hubfs/Dober_August2018%20Theme/images/water_about.png?t=1536126367688);
  min-height: 700px;
  background-position: center center;
  background-size: cover;
  padding-bottom: 70px;
}


.water-treatment.about-cooling-tower .cm-equal-conent .span6 {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 30px;
  padding-top: 0px;
  display: table-cell;
  vertical-align: top;
  float: none;
}

.water-treatment.about-cooling-tower .cm-equal-conent .row-fluid:before, .about-cooling-tower .cm-equal-conent .row-fluid:after {
  display:  none;
}

.water-treatment.about-cooling-tower .cm-equal-conent .row-fluid {
  display: table;
  table-layout: fixed;
  width: 90%;
  margin: 0 auto;
  border-spacing: 20px;
  border-collapse: separate;
  margin-top: 155px;
}

.water-treatment.about-cooling-tower .cm-equal-conent {
  padding: 0;
}

.water-treatment.about-cooling-tower .cm-equal-conent p {
  text-align: left;
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
  padding-left: 10px;
}

.cm-step-1-content ul {
  list-style-type: disc;
  margin-left: 14%;
  margin-bottom: 20px;
}

.twitter-mdl .mdl-title h3 {
  padding-left: 45px;
}

.cm-step-content.cm-step-4-content h3 {
  font-size: 1.375rem;
  padding-top: 70px;
}

.htimeline-list:last-child li:nth-child(2):after {
  bottom: -34px;
}
html {
  position: relative;
  overflow-y: auto;
}

.news-layout .post-header hr {
  display: none;
}
.body-container ul.hs-error-msgs.inputs-list {
  padding-left: 0;
  list-style: none;
}

.hs-content-id-6131426815 .body-container {
  color: #394962;
}
.coolant-news .blog-listing-wrapper .post-listing .post-item {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.coolant-news .blog-content-wrapper {
  padding-top: 70px;
}

.custom-subscribe-form form > div.hs_submit.hs-submit {
  position: absolute;
  right:  0;
}
.custom-subscribe-form  .hs-form {
  position: relative;
}

.coolant-news .blog-listing-wrapper .post-listing .post-item:nth-child(even) {
  clear: left;
}
.custom-header-grp {
  position: relative;
  z-index: 1111;
}
.cm-step-content .page-center {
  padding: 0 !important;
}
.hs-content-id-6137589887 .contact-page-sec-2 .right-col * {
  max-width: 287px;
}

.case-studies .blog-pagination {
  padding: 20px 0;
}
.hs-blog-post .blog-content-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 62.5em;
  margin: 0 auto !important;
  float: none;
}
.water-trt-blog .blog-pagination {
  padding: 30px 0 0;
}

.water-treatment .section_1 {
  background: transparent;
  font-size: 16px;
  padding-top: 7px;
}

.water-treatment .section_1 h1 {
  font-size: 10em;
  line-height: 0.9;
  color: #3c5796;
  font-family: 'Bebas Neue' !important;
  letter-spacing: normal;
}

.water-treatment .section_1 p {
  margin-top: 0;
  color: #394962;
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 18px;
  text-rendering: optimizeLegibility;
  padding-left: 10px;
}

.water-treatment .industries-grp .industries_section {
  width: 33.33333%;
}

.water-treatment .industries-grp {
  clear: both;
  overflow: hidden;
  padding-top: 3px;
  margin-bottom: 15px;
}

.water-treatment .hover_title h3 {
  font-family: 'Bebas Neue';
  color: #fff;
  font-size: 2.5em;
  text-transform: uppercase;
  line-height: 1em;
}

.water-treatment .hover_title a.tr_white_btn.learn_more_btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  font-size: 20px;
  padding-top: 5px;
  padding-bottom: 8px;
  color: #fff !important;
  font-family: "Roboto Regular";
}

.water-treatment .industries_block:hover .hover_block_title {
  background: none;
}

.water-treatment .hover_title:hover {
  background: none;
}

.water-treatment .industries_section .industries_block {
  cursor: pointer;
}

.haloklear-layout .cm-header-english2.header6 .custom-logo.logo-engl2 {
  padding-top: 55px;
}

.haloklear-layout .cm-header-english2.header6 a.mobile-icon {
  top: 68px;
}

.haloklear-banner-area {
  background-size: 100% 100%;
  margin-top: -98px;
  padding-top: 130px;
  padding-bottom: 130px;
}

.haloklear-banner-inner {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  text-align: center;
}

.haloklear-banner-content {
  text-align: center;
  width: 66.66667%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin: 0 auto;
  margin-top: 29px;
}

.haloklear-banner-inner img {
  margin-bottom: 1.25rem;
  width: 29.85%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 11px;
}

.haloklear-banner-content h2 {
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  color: #394962;
  font-family: Roboto;
  font-size: 18px;
}

.haloklear-banner-content hr {
  display: block;
  height: 1px;
  width: 76%;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em auto;
  padding: 0px;
  background: transparent;
  margin-top: 24px;
  margin-bottom: 17px;
}

.haloklear-banner-content p {
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
  padding-left: 10px;
  color: #394962;
  margin: 0 -9px 1.25rem;
}

.top-title-bar .blue-bg-header h1.text-center {
  margin: 0;
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  line-height: 1.4;
  font-family: Verdana !important;
  font-size: 40px;
  padding: 10px;
}

.row-3-content {
  width: 83.33333% !important;
  margin: 0 auto !important;
  float: none !important;
}

.row-3-content p {
  text-align: center;
  margin: 10px;
  padding-top: 10px;
  font-family: Verdana;
  font-size: 1rem;
  margin-left: 80px;
  margin-right: 80px;
  padding-left: 10px;
  font-weight: normal;
  line-height: 1.6;
}

.product-top h5 {
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  font-size: 1.125rem;
  margin: 10px;
  font-family: Verdana;
  color: rgb(32, 56, 100);
  border-bottom: solid 3px rgb(4, 100, 64);
  text-align: center;
}

.product-top .row-fluid {
  text-align: center;
}

.haloklear-product-item {
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
  padding-right: 10px;
}

.haloklear-product-item img {
  display: inline-block;
  vertical-align: middle;
}

a.ptop-link {
  display: block;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.product-bottom h5 {
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  font-size: 1.125rem;
  font-family: Verdana;
  color: rgb(32, 56, 100);
  text-align: center;
}

.product-bottom .row-fluid {
  width: 83.33333%;
  margin: 0 auto;
  display: block;
  border-top: solid 3px rgb(4, 100, 64);
  margin-top: -10px;
  float: none;
  clear: both;
  overflow: hidden;
  font-size: 16px;
}

.product-bottom .row-fluid:before,.product-bottom .row-fluid:after {
  content: none;
}

.product-section {
  padding-bottom: 10px;
  color: #394962;
  position: relative;
  padding-top: 10px;
  display: inline-block;
  float: left;
  width: 33%;
  text-align: center;
}

.product-section img {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
}

.product-section.two {
  padding-right: 5px;
  padding-left: 5px;
}

.product-section.three {
  padding-left: 30px;
}

.product-section.one {
  padding-right: 30px;
}

.product-section h6 {
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  font-size: 1rem;
  font-family: Verdana;
  color: rgb(32, 56, 100);
}

.product-section p {
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
  padding-left: 10px;
  color: #394962;
  font-family: Verdana;
  text-align: center;
  font-size: 0.8rem;
}

.haloklear-row3 .hs_cos_wrapper_type_linked_image img {
  width: 85% !important;
  height: 100px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 20px;
}

.haloklear-row3 h1 {
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  font-size: 2.75rem;
  color: #394962;
  font-family: Verdana;
  padding-top: 1px;
}

.two-col-image-alignment {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  display: flex;
}

.two-col-image-alignment .image-section {
  display: inline-block;
  width: 25.3%;
}

.two-col-image-alignment.left .image-section {
  float: left;
}

.two-col-image-alignment.right .image-section {
  float: right;
  width: 27.8%;
}

.two-col-image-alignment .image-section img {
  /* width: 69%; */
  vertical-align: middle;
  display: inline-block;
}

.two-col-image-alignment .content-section {
  overflow: hidden;
  padding-top: 30px;
}

.two-col-image-alignment .content-section h4 {
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  font-size: 1.4375rem;
  color: #394962;
  font-family: Verdana;
}

.two-col-image-alignment .content-section p {
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  color: #394962;
  font-family: Verdana;
  font-size: 14px;
  padding-top: 1px;
}

.two-col-image-alignment.right .content-section {
  text-align: right;
}

.operational-advantage-group {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  color: #fff;
  margin-top: -5px;
}

.operational-advantage-group h2 {
  text-align: center;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: normal;
  font-family: 'Helvetica-Bold';
  padding-top: 54px;
}

.operational-advantage-group p {
  margin: 0;
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
  padding-left: 10px;
}

.operational-advantage-group ul {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem;
  margin-left: 1.1rem;
}

.operational-advantage-group ul li {
  list-style: none;
  padding-top: 10px;
  position: relative;
}

.operational-advantage-group ul li:before {
  background-image: url('//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/images/green-tick.png');
  content: '';
  width: 3%;
  margin-top: -5px;
  height: 29.9px;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.advantage-item {
  width: 25%;
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  float: left;
  padding-bottom: 10px;
}

.operational-advantage-content .row-fluid {
  width: 50%;
  position: relative;
  padding: 0 7px;
  margin: 0 auto;
}

.operational-btm-content h3 {
  margin: 0 auto;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: normal;
  font-family: "Roboto Regular";
  text-align: center;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 43%;
}

.operational-btm-content h3 span {
  margin-left: 6px;
}

.operational-btm-content {
  padding-bottom: 30px;
}

.haloklear-row4-left {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 50% !important;
  margin-left: 8.33333% !important;
  padding-top: 48px;
}

.haloklear-row4-right {
  position: relative;
  width: 41.66667% !important;
  padding-left: 6px;
  padding-right: 0px;
  padding-top: 30px;
  margin-left: 0 !important;
}

.haloklear-row4-left h1 {
  font-family: 'Helvetica-Bold' !important;
  color: #012d4e;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
}

.haloklear-row4-left p {
  font-weight: normal;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  font-family: 'Helvetica' !important;
  color: #234e8f;
  font-size: 18px;
  margin-bottom: 1.2em;
}

.haloklear-row4-left h4 {
  font-family: "Roboto Regular";
  font-weight: bold;
  color: #234e8f;
}

.content-blue-bg-section {
  background-color: #05528c;
  text-align: center;
  padding: 10px;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  margin: 10px;
  color: #fff;
  margin-bottom: 3px;
}

.content-blue-bg-section h3 {
  font-family: "Helvetica-Bold";
}

.content-blue-bg-section a {
  color: #fff;
  border: 2px solid #fff;
  padding: 5px;
  margin: 0 auto;
  display: inline-block;
  clear: both;
  font-family: "Roboto Regular";
  font-size: 16px;
  line-height: 24px;
}

.haloklear-row4-right p {
  font-family: "Roboto Light";
  font-weight: normal;
  position: relative;
  padding-right: 0.9375rem;
  width: 83.33333%;
  line-height: 24px;
  font-size: 9.6px;
  color: #394962;
  padding-left: 25px;
}

.haloklear-row4 {
  padding-bottom: 49px;
}

.bottom-title-bar h1.text-center {
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: normal;
  font-size: 2.3125rem;
  margin: 0;
  padding: 10px;
}

.haloklear-row6 .page-center {
  max-width: 83.33333% !important;
  padding: 0 !important;
}

.haloklear-row6 {
  padding-top: 10px;
}

.haloklear-row6 p {
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
  padding-left: 10px;
}

.haloklear-row6 .cm-getting-started-process-wrap.medium-centered {
  width: 100%;
}

.haloklear-row6 .cm-getting-started-process-wrap.medium-centered .medium-4 {
  width: auto !important;
  display: table-cell;
  vertical-align: top;
  float: none;
  padding: 0;
  padding-right: 40px;
}

.haloklear-row6 .process-wrap.clearfix.cm-four-column {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 40px;
  margin-left: 20px;
}

.haloklear-row6 .process-wrap.clearfix.cm-four-column:before,.haloklear-row6 .process-wrap.clearfix.cm-four-column:after {
  content: none;
}

.haloklear-row6 .cm-getting-started-process-wrap.medium-centered .have_arrow:after {
  right: 10px;
  width: 20px;
  height: 38.59px;
  top: 128px;
}

.haloklear-row6 .cm-getting-started-process-wrap.medium-centered .process-wrap.cm-four-column h4.text-center {
  margin-top: 1px;
}

.cta-content-item {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  float: left;
  width: 25%;
  padding-bottom: 10px;
  background-color: #258dc2;
  border: 3px solid #fff;
  text-align: center;
}

.four-col-content-cta {
  padding: 0 16px;
  margin-bottom: 21px;
}

.four-col-content-cta h4 {
  font-family: "Roboto Regular";
  color: #fff;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
}

.green-cta-btn {
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-family: sans-serif;
  border-radius: 6px;
  background-color: rgb(65,173,73);
  background-image: -webkit-linear-gradient(top, rgb(65,173,73), rgb(48,129,54));
  background-image: -moz-linear-gradient(top, rgb(65,173,73), rgb(48,129,54));
  box-shadow: inset 0px 1px rgb(81,216,91);
  -webkit-box-shadow: inset 0px 1px rgb(81,216,91);
  -moz-box-shadow: inset 0px 1px rgb(81,216,91);
  color: rgb(255, 255, 255);
  border: 2px solid rgb(32,86,36);
  text-shadow: 0px -1px rgb(19,51,21);
  line-height: 1.5em;
  padding: 6px 18px;
  font-family: helvetica;
  font-size: 1.1rem;
}

.green-cta-btn:hover {
  background-color: rgb(71,190,80);
  background-image: -webkit-linear-gradient(top, rgb(71,190,80), rgb(48,129,54));
  background-image: -moz-linear-gradient(top, rgb(71,190,80), rgb(48,129,54));
  box-shadow: inset 0px 1px rgb(87,233,98), 0px 1px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px rgb(87,233,98), 0px 1px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px rgb(87,233,98), 0px 1px 8px rgba(0, 0, 0, 0.3);
  color: rgb(255,255,255);
  border: 2px solid rgb(39,103,43);
}

.cta-content-item a {
  font-size: 1.1rem;
  margin-bottom: 0;
}

.haloklear-row7 {
  background-color: #003f6e;
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  text-align: center;
  padding-bottom: 30px;
}

.haloklear-row7 h2 {
  color: #fff;
  font-family: 'Helvetica-Bold' !important;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: normal;
  padding-top: 10px;
}

.haloklear-row7 p {
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
  padding-left: 10px;
  color: #fff;
}

.industries-grp.water-trtmnt .industries_section {
  width: 33.33333%;
  position: relative;
  padding-left: 0.9375rem;
  padding: 0 15px;
  float: left;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: -30px;
}

.industries-grp.water-trtmnt {
  width: 83.33333%;
  margin: 0 auto;
  padding-top: 0;
  margin-top: -30px;
  padding: 0 15px;
  clear: both;
  overflow: hidden;
}

.industries-grp.water-trtmnt h3 {
  font-family: 'Helvetica-Bold' !important;
  font-size: 28.8px;
  text-shadow: 3px 0px 11px #000;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
}

img.arrow_img_right {
  position: absolute;
  width: 16px !important;
  right: 10px !important;
  bottom: 20px;
}

.haloklear-row7 {
  padding-bottom: 33px;
}

.haloklear-row8 h3 {
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-family: "Roboto";
  color: #394962;
  font-weight: bold;
}

.haloklear-row8 p {
  text-align: center;
}

.haloklear-row8 {
  padding-top: 40px;
}

.haloklear-row8 a#cta_button_2120090_c52989f2-1be4-48dc-8e87-191ab0de6beb {
  line-height: 1.5em !important;
  padding: 20px 22px 18px !important;
}

.validate-result {
  border: 5px solid #0c70a6;
  display: block;
  height: auto;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  margin: 0 -135px;
  margin-top: 48px;
}

.validate-result .span8 {
  width: 66.66667%;
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.validate-result .span8 h3 {
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: normal;
  color: #0c70a6;
  font-family: "Roboto Regular";
}

.validate-result .span8 p {
  text-align: left;
  text-rendering: optimizeLegibility;
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: normal;
  margin: 0;
  color: #0c70a6;
  line-height: 1em;
}

.validate-result .span8 p a {
  font-family: "Roboto Regular";
  color: #5aa76e;
  text-decoration: underline;
  margin-top: 4px;
  display: inline-block;
}

.validate-result .span4 {
  width: 33.33333%;
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-left: 0;
}

.row9-titlebar h1.text-center {
  font-family: 'Helvetica-Bold';
  margin: 0;
  padding: 10px;
  font-size: 2.3125rem;
  line-height: 1.4;
  margin-top: 64px;
}

.row9-titlebar .blue-bg-header {
  background-color: #05528c;
}

.haloklear-row10 p {
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
  color: #394962;
  font-family: 'Helvetica' !important;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}

.haloklear-row10 .page-center {
  max-width: 83.33333% !important;
  padding-left: 0.9375rem !important;
  padding-right: 0.9375rem !important;
}

.haloklear-row10 {
  padding-top: 30px;
}

.haloklear-row10 .case-blue-back.case-study-wrap.clearfix {
  background: transparent;
  padding: 0;
  margin: 0;
}

.haloklear-row10 .case-blue-back.case-study-wrap .title-wrap {
  display: none;
}

.haloklear-row10 .case-blue-back.case-study-wrap .large-10.box_overlay_style {
  width: 100%;
  padding: 0 10px;
}

.haloklear-row10 .case-blue-back.case-study-wrap .medium-4 {
  width: 25%;
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  float: left;
  padding-top: 20px;
}

.haloklear-row10 .case-blue-back.case-study-wrap h5 {
  font-size: 20.8px;
  margin-top: 0.2rem;
  margin-bottom: 0px;
  line-height: 1;
}

.haloklear-row10 .case-blue-back.case-study-wrap .medium-4 .halo_box.gf_case_studies_box.case-height {
  height: 240.19px !important;
}

.haloklear-row10 .case-blue-back.case-study-wrap .read-more-case-sty-wrap h5 {font-size: 20.8px !important;}

.row11-titlebar .blue-bg-header h1 {
  font-family: 'Helvetica-Bold' !important;
  margin: 0;
  padding: 10px;
  font-size: 2.3125rem;
  line-height: 1.4;
}

.row11-titlebar .blue-bg-header {
  background-color: #05528c !important;
}

.row11-titlebar {
  margin-top: 60px;
}

.row12-gallery .slick-slider {
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
}

.row12-gallery .slick-slider .slick-slide {
  padding: 10px;
}

.row12-gallery {
  padding-bottom: 130px;
}

.row12-gallery ul.slick-dots {
  list-style: none !important;
  list-style-position: initial !important;
  margin: 0 !important;
  left: 0;
  bottom: -83px;
}

.row12-gallery ul.slick-dots button {
  display: none;
}

.row12-gallery ul.slick-dots li {
  cursor: pointer;
  margin: 0;
  display: inline-block;
  float: none;
  height: 0.5625rem;
  margin-right: 6px;
  width: 0.5625rem;
  border-radius: 1000px;
  background: rgba(5, 82, 140, 0.3);
}

.row12-gallery ul.slick-dots li.slick-active {
  background: #05528c;
}

.haloklear-layout .full-width-content-sec {
  max-width: 100%;
  text-align: center;
  padding: 10px;
}

.haloklear-layout .full-width-content-sec h1 {
  line-height: 1.4;
  font-size: 2.75rem;
  font-family: "Roboto Regular";
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}

.haloklear-layout .full-width-content-sec a {
  border: 2px solid #fff;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #0b5134;
  font-family: "Roboto Regular";
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}

.haloklear-layout .full-width-content-sec p {
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
  padding-left: 10px;
  margin-top: 10px;
}

.logo-slide-wrapper button.slick-arrow {
  background-color: #05528c;
  color: #fff;
  height: 60px;
  line-height: 50px;
  margin-top: -58px;
  position: absolute;
  text-indent: -9999px !important;
  top: 50%;
  width: 36px;
  z-index: 10;
}


.logo-slide-wrapper button.slick-arrow {
  background-color: #05528c;
  color: #fff;
  height: 60px;
  line-height: 50px;
  margin-top: -58px;
  position: absolute;
  text-indent: -9999px !important;
  top: 50%;
  width: 36px;
  z-index: 10;
}

.logo-slide-wrapper button.slick-prev:before, .logo-slide-wrapper button.slick-next:before {
  border: inset 10px;
  display: block;
  height: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 0;
  content:"" !Important;
  opacity:  1 !important;
}

.logo-slide-wrapper button.slick-prev:before{
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #FFFFFF;   
}



.logo-slide-wrapper button.slick-next:before {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #FFFFFF;
  left: 50%;
  margin-left: -4px;
}

.logo-slide-wrapper button.slick-next {
  right: 0;
}

.logo-slide-wrapper button.slick-prev {
  left:  0;
}

.logo-slide-wrapper button.slick-arrow:hover {
  background-color: rgba(5, 82, 140, 0.8);
}

.construct .prodct-inner-sec,
.dred .two .prodct-inner-sec,
.dred .three .prodct-inner-sec,
.remd .three .prodct-inner-sec,
.storm .prodct-inner-sec,
.tunnel .two .prodct-inner-sec,
.tunnel .three .prodct-inner-sec {
  box-shadow: rgb(170, 170, 170) 10px 10px 15px;
}


.custom-active .haloklear-product-item:not(.active)>div {
  opacity: 0.5;
}

.custom-active .haloklear-product-item.active>div {
  opacity: 1;
  box-shadow: rgb(170, 170, 170) 10px 10px 15px;
}

.water-treatment .hover_title h3 a,
.industries-lyt .hover_title h3 a{
  color: #fff;
}

.haloklear-banner-wrapper {
  min-height: 659.38px;
}

.haloklear-layout .custom-logo.logo-engl2 {
  z-index: 99;
  position: relative;
}

.haloklear-layout a.mobile-icon {
  z-index: 9;
}



/* =============== Greenfloc =============== */


.greenfloc-lyt .sec-1 .hs_cos_wrapper_type_linked_image {
  text-align: center;
  display: block;
  width: 66.66667%;
  margin: 0 auto 44px;
  padding-left: 70px;
  padding-right: 25px;
}
.greenfloc-lyt .sec-1 .hs_cos_wrapper_type_linked_image img {
  width: 90% !important;
  margin-top: -13px;
}
.greenfloc-lyt .blue-bg-header h1 {
  font-family: "Roboto Regular" !important;
  font-weight: normal;
  font-size: 27px;
  line-height: 1.4;
  padding: 3px 0 8px;
  margin: 0;
}
.greenfloc-lyt .sec-1 .blue-bg-header h1{
	font-size: 2.3125rem;
}
.greenfloc-lyt .sec-1 .hs_cos_wrapper_type_rich_text p {
  margin: -2px auto 0;
  text-align: center;
  max-width: 62.5rem;
  width: 100%;
  font-size: 1.1rem;
  color: #394962;
  padding-left: 10px;
}
.greenfloc-lyt .sec-1 .hs_cos_wrapper_type_rich_text {
  padding: 0 15px;
}
.cm-natural-seperation-mdl .row-fluid {
  margin: 0 auto;
  max-width: 62.5rem;
}
.cm-natural-seperation-mdl {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  overflow: hidden;
}
.natural-sep-item {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  float: left;
  width: 50%;
  padding-bottom: 1px;
}
.natural-sep-item .span2 {
  padding-left: 10px;
  margin-top: 4px;
  width: 16.66667%;
}
.natural-sep-item .span2 img {
  display: inline-block;
  vertical-align: middle;
}
.natural-sep-item .span10 {
  width: 83.33333%;
  margin-left: 0;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.natural-sep-item  h4 {
  font-family: 'Helvetica-Bold';
  color: #1d5c91;
  margin-top: -2px;
}
.natural-sep-item p {
  font-size: 16.8px;
  color: #1d5c91;
  font-family: 'Helvetica';
  line-height: 28px;
  margin-top: 12px;
}
.natural-sep-item:last-child {
  float: none;
  margin: 0 auto;
}
.natural-sep-item:last-child p {
  margin-bottom: 16px;
}
.greenfloc-lyt .green-bg-sustain h2 {
  text-align: center;
  font-family: 'Helvetica-Bold';
  padding-top: 1px;
}
.greenfloc-lyt .green-bg-sustain p {
  padding-left: 26px;
  padding-right: 0.9375rem;
  font-size: 22.4px;
  max-width: 576px;
  margin: 0 auto;
  text-align: center;
}
.greenfloc-lyt .green-bg-sustain p i {
  color: #40ae49;
  font-family: 'Helvetica-Bold';
}
.greenfloc-lyt .green-bg-sustain ul {
  margin: 0 auto;
  max-width: 62.5rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  list-style: none;
  column-count: 2;
  padding-top: 20px;
}

.greenfloc-lyt .green-bg-sustain ul li {
  background-image: url(//cdn2.hubspot.net/hubfs/2120090/Dober_August2018%20Theme/images/green-tick-1.png);
  background-repeat: no-repeat;
  background-position: left 2px;
  background-size: 27px auto;
  padding-left: 33px;
  font-size: 20.8px;
  margin-left: 17px;
}
.greenfloc-lyt .green-bg-sustain .full-width-content-sec {
  padding-bottom: 35px;
  max-width: 100%;
}
.greenfloc-lyt .green-bg-sustain{
  background-size: 100% 100%;
}
.greenfloc-lyt .sec-2 h4 {
  font-family: "Roboto Regular";
  color: #1d5c91;
}
.greenfloc-lyt .sec-2 h4 a {
  border: 3px solid #1d5c91;
  text-decoration: none;
  color: #1d5c91;
  padding: 3px 8px;
  display: inline-block;
}
.greenfloc-lyt .sec-2 h4 a:hover {
  color: #0078a0;
}
.greenfloc-lyt .sec-2 {
  padding-bottom: 24px;
}
.greenfloc-lyt .industries-grp.water-trtmnt {
  background-color: #003f6e;
  width: 100%;
  margin: 0;
}
.greenfloc-lyt .industries-grp.water-trtmnt .row-fluid {
  width: 83.33333%;
  margin: 0 auto;
}
.greenfloc-lyt .industries-grp.water-trtmnt h2 {
  text-align: center;
  color: #fff;
  font-family: 'Helvetica-Bold';
  padding-top: 25px;
}
.greenfloc-lyt .industries-grp.water-trtmnt h3 {
  font-size: 20.8px;
}
.greenfloc-lyt .industries-grp.water-trtmnt .industries_section {
  margin-bottom: 0;
}
.greenfloc-lyt .hs_cos_wrapper_type_header {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  text-align: center;
}
.greenfloc-lyt .hs_cos_wrapper_type_header h1 {
  font-size: 6vw;
  color: #18805b;
  font-weight: bold;
  font-family: "Roboto Regular";
  line-height: 1.4;
  margin: -27px 0 -22px;
}
.greenfloc-lyt .sec-3 .blue-bg-header h1 {
  font-size: 27px;
  padding-top: 4px;
}
.greenfloc-lyt .cm-getting-started-process-wrap.medium-centered {
  width: 100%;
}
.greenfloc-lyt .cm-getting-started-process-wrap.medium-centered .process-wrap.clearfix {
  margin-left: -15px;
  margin-right: -15px;
}
.greenfloc-lyt .cm-getting-started-process-wrap.medium-centered h4.text-center {
  font-size: 23px;
  font-family: "Roboto Regular";
}
.three-col-content-cta .row-fluid {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 83.33333%;
  margin: 0 auto;
}
.three-col-content-cta .cta-content-item {
  margin-top: 20px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background: transparent;
  width: 33.33%;
  border: 0;
}
.three-col-content-cta .cta-content-inner {
  background-color: #05528b;
  text-align: center;
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  overflow: hidden;
}
.three-col-content-cta h3 {
  color: #fff;
  font-family: "Roboto Regular";
  margin-top: 0;
  padding-top: 3px;
}
.three-col-content-cta p a#cta_button_2120090_f3a6c4db-4435-4fc3-91ec-7b2037a4e270 {
  font-family: helvetica !important;
}
.three-col-content-cta p {
  padding-top: 48px;
  padding-left: 10px;
  margin-top: 0;
}
.three-col-content-cta .hs-cta-node a#cta_button_2120090_3f479b83-2457-4616-a76e-5ebce792fd77 {
  font-family: helvetica !important;
}
.three-col-content-cta .cta-content-item:first-child p {
  padding-top: 35px;
}
.three-col-content-cta .cta-content-item:nth-child(2) p {
  padding-top: 45px;
}
.three-col-content-cta {
  padding-bottom: 14px;
}

.greenfloc-lyt .sec-5 .hs_cos_wrapper_type_rich_text h1 {
  font-family: 'Helvetica-Bold';
  text-transform: none;
  color: #1d5c91;
}
.greenfloc-lyt .sec-5 .hs_cos_wrapper_type_rich_text p {
  font-size: 17.6px;
  color: #394962;
  padding-left: 10px;
}
.greenfloc-lyt .home-divisions-container.bg-white {
  overflow: hidden;
  margin-top: 50px;
  padding: 0 15px;
}
.greenfloc-lyt .home-divisions-container .column.exp-para {
  min-height: auto;
  text-align: center;
  clear: both;
  float: none;
}
.greenfloc-lyt .home-divisions-container p.text-black {
  font-size: 18px;
  color: #394962;
  font-family: "Roboto Regular";
  text-transform: uppercase;
  line-height: 25.2px;
  padding-top: 4px;
  margin-bottom: 8px;
}
.greenfloc-lyt .home-divisions-container.bg-white .large-1.columns {
  display: none;
}
.greenfloc-lyt .home-divisions-container .large-2 {
  padding: 0;
}
.greenfloc-lyt a.blue-btn {
  background: #3b5598;
  padding: 10px 20px;
  text-decoration: none;
  font-family: "Roboto Regular";
  color: #fff;
  font-size: 26px;
  margin-top: 14px;
  line-height: normal;
  display: inline-block;
  margin-left: -10px;
}
.greenfloc-lyt .cm-btn-grp .row-fluid {
  padding: 2px 15px 0;
}
.greenfloc-lyt .product-box {
  padding-left: 15px;
  padding-right: 15px;
}
.greenfloc-lyt .product-title-box {
  margin: 0;
}
.greenfloc-lyt .product-title-box a {
  background: #1d7f5c;
  padding-left: 5px;
  padding-right: 5px;
}
.greenfloc-lyt .sec-5 .one-col-title-wth-cta{
  font-family: "Roboto Bold";
  color: #394962;
  font-size: 27px;
  margin-bottom: 8px;
  padding-top: 2px;
  width: 100%;
  line-height: 1.4;
  padding-bottom: 40px;
}
.greenfloc-lyt .sec-5 .one-col-title-wth-cta a#cta_button_2120090_c52989f2-1be4-48dc-8e87-191ab0de6beb {
  padding: 10px 21px !important;
  height: 43px;
  line-height: 46px !important;
}

.greenfloc-lyt .sec-5 .one-col-title-wth-cta p {
  margin-bottom: 8px;
}
.greenfloc-lyt .case-blue-back.case-study-wrap .title-wrap {
  display: none;
}
.greenfloc-lyt .case-blue-back.case-study-wrap {
  background: transparent;
  margin-bottom: 0;
}
.greenfloc-lyt .case-blue-back.case-study-wrap .gf_case_studies_box {
  height: 250px !important;
}
.greenfloc-lyt .case-blue-back.case-study-wrap .ibo_cell_body h5 {
  font-size: 28.8px;
  line-height: 1;
  margin-top: 11px;
}
.greenfloc-lyt .read-more-case-sty-wrap{
	display: none;
}
.greenfloc-lyt .sec-6 .one-col-title-wth-cta {
  width: 100%;
  margin: 0;
  padding-bottom: 34px;
}
.greenfloc-lyt .sec-6 .one-col-title-wth-cta p {
  color: #fff;
  font-family: "Roboto Regular";
  font-size: 37px;
  margin-top: -1px;
}
.greenfloc-lyt .sec-6 .one-col-title-wth-cta .hs-cta-node a#cta_button_2120090_20df1ac6-6444-43f4-8318-20e06fd450ac {
  background: #3b5598 !important;
  padding: 10px 20px !important;
  border-radius: 0 !important;
  font-family: "Roboto Regular" !important;
  font-size: 26px !important;
  line-height: 34.6px !important;
  margin-top: 1px;
  margin-left: 10px;
}
.greenfloc-lyt .hover_block_title{
  top: -1px;
  right: -1px;
}


.cm-chemistry-filter {
  padding: 24px 15px 42px;
  overflow: hidden;
}
.product-tabs {
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  text-align: center;
  width: 16.66667%;
}
.product-tabs p {
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto Regular";
  color: #394962;
  font-size: 18px;
  margin: 2px 0 8px;
}
.greenfloc-lyt .product-title-box {
  margin-top: 10px;
  width: 16.66667%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.product-title-btn-grp {
  clear: both;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.view-all-btn {
  clear: both;
  text-align: center;
  padding-left: 10px;
  padding-top: 1px;
  padding-bottom: 17px;
}

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


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


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1410px){


  .custom-footer-form .hs-button.primary.large {
    position: static;
  }
  .custom-footer-headquater{
    left: 0;
  }
  .custom-footer-headquater:before{
    left: -70px;
  }



}

@media (min-width: 1360px){	
  .indrustries-product-case-stdy-wrap .hiden_slide .biopharma_products_section {
    max-width: 650px;
  }
  body.hs-full-wth-lay .case-blue-back.case-study-wrap .ibo_cell_body h5 {
    font-size: 1.8em;
  }


}


@media (max-width: 1279px){
  .hs-content-id-6134813636 .cm-equal-conent .span6 h1,
  .hs-content-id-6134813636 div#hs_cos_wrapper_widget_1535796369959 h1 {
    font-size: 4.3em;
  }
}

@media (max-width: 1140px) and (min-width: 1025px) {
  .greenfloc-lyt .product-title-box a {
    font-size: 20px;
    padding: 6px 5;
  }
}

@media (max-width: 1130px){
  .cleaning_innov_top {
    padding: 60px 10px !important;
  }
  .cm-step-content .cm-equal-conent table td {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }


}

@media (max-width: 1100px){
  .haloklear-row10 .case-blue-back.case-study-wrap .medium-4 {
    width: 33.33333%;
  }
}

@media (max-width: 1024px){
  
  .product-tabs {
    width: 33.33333%;
  }

  .greenfloc-lyt .product-title-box {
    width: 33.33%;
  }
  .greenfloc-lyt .case-blue-back.case-study-wrap .ibo_cell_body h5 {
    font-size: 17.6px;
  }	
  .three-col-content-cta .row-fluid {
    width: 100%;
  }

  .greenfloc-lyt .industries-grp.water-trtmnt h3 {
    font-size: 12.8px;
  }
  .greenfloc-lyt .industries-grp.water-trtmnt .row-fluid {
    width: 100%;
  }	
  .greenfloc-lyt .green-bg-sustain ul li {
    background-position: left 3px;
    background-size: 25px auto;
    padding-left: 31px;
  }
  .greenfloc-lyt .sec-1 .hs_cos_wrapper_type_linked_image {
    padding-left: 75px;
    padding-right: 30px;
    width: 100%;
  }
  .greenfloc-lyt .sec-1 .hs_cos_wrapper_type_linked_image img{
    width: 70% !important;
  }
  .custom-footer-menu .hs-menu-flow-horizontal > ul > li {
    width: 50%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    min-height: 345px;
    float: none!important;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
  }
  .custom-footer-menu .hs-menu-flow-horizontal > ul {
    padding-left: 0;
    margin-top: 26px;
  }	
  .custom-footer-form {
    width: 100% !important;
    padding-bottom: 10px;
  }
  .custom-footer-form .hs-button.primary.large {
    position: absolute;
  }
  .custom-footer-headquater {
    width: 50% !important;
    margin-left: 0 !important;
    padding: 0 15px 0 100px;
  }
  .cm-footer-map {
    width: 50% !important;
    margin-left: 0 !important;
    margin-bottom: 0;
    padding: 0 15px;
  }
  .custom-footer-top {
    padding-bottom: 15px;
  }
  .custom-footer-headquater:before {
    left: 38px;
  }
  .contact_with_us_social .column.span4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .contact_with_us_social {
    padding-right: 0.5rem;
  }
  .case-blue-back.case-study-wrap .ibo_cell_body h5 {
    font-size: 1.1em;
  }
  .case-blue-back.case-study-wrap .large-10.box_overlay_style {
    width: 100%;
  }	
  .cm-the-chemtc-advatg .more {
    font-size: 5em;
    text-align: center;
  }
  .cm-the-chemtc-advatg .col-1.title-wrap, .cm-the-chemtc-advatg .col-2.title-wrap {
    width: 100%;
    padding-left: .9375rem;
    padding-right: .9375rem;
    float: none;
  }
  .cm-the-chemtc-advatg .col-2.title-wrap h1 {
    text-align: center;
  }
  .custom-footer-menu-eng1 .hs-menu-flow-horizontal > ul {
    padding: 0;
  }

  .custom-footer-menu-eng1 .hs-menu-flow-horizontal > ul > li {
    width:100% !important;
    padding: 0 20px;
  }
  .custom-footer-menu-eng1 {
    padding-bottom: 16px;
    padding-top: 24px;
  }
  .custom-footer-menu-eng3 .hs-menu-flow-horizontal > ul {
    width: 100%;
  }
  .cm-dark-blue-bg3 p {
    padding: 27px 20px 18px;
  }	
  .custom-footer-menu-eng3 .hs-menu-flow-horizontal > ul > li {
    width: 100%;
    padding-top: 15px;
  }
  .custom-footer-engl3 {
    padding-top: 23px;
  }	
  .cm-dark-blue-bg3 p {
    width: 100%;
    padding: 30px 20px 20px;
  }
  #back-to-top {
    right: 20px;
    bottom: 20px;
    height: 40px;
    width: 40px;
  }
  .cm-footer4-form {
    width: 100% !important;
    padding: 0 20px 30px;
    margin-left: 0 !IMPORTANT;
  }
  .footer4 .custom-footer-menu-eng3 .hs-menu-flow-horizontal > ul {
    padding-left: 0;
  }
  .footer4 .custom-footer-menu-eng3 {
    padding-bottom: 7px;
    width: 100% !important;
  }
  .footer4 .custom-footer-menu-eng3 .hs-menu-flow-horizontal > ul > li,
  .footer5 .custom-footer-menu-eng3 .hs-menu-flow-horizontal > ul > li{
    width: 100%;
    padding-top: 20px;
  }
  .three-col-eql-mdl .row-fluid {
    width: 100%;
  }
  .three-col-eql-mdl .span4 {
    padding-left: 0;
    padding-right: 0;
  }
  .location-lyt .industries_section .row-fluid {
    width: 91.66667%;
    margin: 0 auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .industries-lyt .section_1 .hs_cos_wrapper_type_rich_text {
    width: 100%;
  }
  .contact-page.two-col-right .contact-page-sec-2 .left-col,
  .contact-page.two-col-right .contact-page-sec-2 .right-col {
    width: 100% !important;
    margin-left: 0;
  }
  .contact-page.two-col-right .contact-page-sec-2 .page-center {
    max-width: 100%;
  }
  .contact-page.two-col-right .contact-page-sec-2 .left-col {
    padding-top: 24px;
    padding-bottom: 70px;
  } 
  .coolant-contact  .body-container .contact-page-sec-2 .left-col,
  .coolant-contact  .body-container .contact-page-sec-2 .right-col{
    width:100% !important;
    margin-left:0 !important;
  }
  .coolant-contact  .body-container .contact-page-sec-2 .left-col{
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  body.coolant-contact .contact-page-sec-2 .page-center {
    max-width: 100%;
  }
  body.coolant-contact .contact-page-sec-2 .page-center {
    max-width: 100%;
    padding: 0;
  }
  .contact-page.two-col-right.water_treatment_contact .contact-page-sec-1 p {
    max-width: 100%;
  } 
  .coolant-add-fluid .full-width-content-sec {
    max-width: 100%;
  }
  .coolant-add-fluid .full-width-content-sec ul {
    margin-left: 27%;
    padding-left: 0.9375rem;
  }
  .coolant-add-fluid .three-col-eql-mdl .span4 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .water-trtmnt-lyt .flex1 {
    width: 100% !important;
    padding-top: 24px;
    padding-bottom: 26px;
  }
  .water-trtmnt-lyt .banner-content-alignment .chem_larg_overlay {
    background-color: rgba(0,0,0,0.27);
    position: absolute;
    height: 100%;
  }
  .product-box {
    width: 33.33333%;
  }
  .product-sheet-lyt .section_1.section .page-center {
    max-width: 100%;
  }
  .title-with-content-group .column.small-12.plr60.pius_year_tile.pt10.stpius_content .large-4, .title-with-content-group .column.small-12.plr60.pius_year_tile.pt10.stpius_content .large-8 {
    width:  100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .contact-page.two-col-right.hs-content-id-6137589887.water_treatment_contact .contact-page-sec-2 .left-col {
    padding-bottom: 0;
  }
  .contact-sec-two .page-center {
    width: 100% !important;
  }

  .contact-sec-two .page-center .input input,.contact-sec-two .page-center select,.contact-sec-two .page-center textarea {
    width: 100% !important;
    max-width: 100%;
  }
  .contact-sec-two form {
    margin-top: 28px;
  }
  .cleaning-study .cleaning-study-sec-1 h1 {
    font-size: 5em;
  }
  .media-center-lyt .section_1.section .span8,.media-center-lyt .section_1.section .span4 {
    width:  100%;
    float: none;    
    margin-left:  0;
  }
  .media-center-lyt-left span > div {
    width:  100%;            
    padding-right: 0;
  }
  .media-center-lyt  div#hs_cos_wrapper_widget_1536043897638 {
    clear:  both;
    padding-top: 30px;
  }
  .media-center-lyt-left,.media-center-lyt-right {
    width: 100% !important;
    margin-left: 0 !important;
    float: none !important;
  }     
  .media-center-lyt-left span > div:last-child {
    padding-left:  0;
  }
  .media-center-lyt .column.small-12.item.mp0 {
    float:  none;
  }

  .media-center-lyt-right {
    padding-left:  0;
  }
  body.hs-full-wth-lay .case-blue-back.case-study-wrap .ibo_cell_body h5 {
    font-size: 1.1em;
  }
  .hs-content-id-6134791170 .industries_section {
    width: 91.66667%;
    padding: 0 10px;
    margin: 0 auto;
  }
  .cooling-sys-products .about_box {
    min-height: 250px;
  }
  .hs-content-id-6137589887 .contact-page-sec-2 .right-col * {
    max-width: 100%;
  }



}


@media only screen and (min-width: 40.0625em){

  .home-divisions-container .columns{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .home-divisions-container .large-2 {
    width: 33.33%;
  }

  .home-divisions-container h3.top-heading{
    font-size: 1.375rem;
  }
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 2.3125rem; 
  }

  h3 {
    font-size: 1.6875rem;
  }

  h4 {
    font-size: 1.4375rem; 
  }
  .contact-sec-two h3.form-title {
    font-size: 2.75rem;
  }

  .contact-sec-two .page-center {
    width: 41.66667%;
  }
  .career-sec-two .cm-two-col .span6,
  .career-sec-two .cm-two-col {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .industries_section .custom-column {
    width: 25%;
  }

  .abt-sec-two  .span6.col-1 {
    width: 58.33333%;
  }

  .abt-sec-two .span6.col-2 {
    width: 41.66667%;
    margin-left:  0 !important;
  }

  .abt-sec-two .page-center > div {
    width: 91.66667%;
  }
  .comm-sec-three .right-column > .row-fluid-wrapper {
    width: 83.33333%;
  }
  .comm-sec-three .right-column > .row-fluid-wrapper,
  .comm-sec-three .right-column {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .about-us-section-area .large-6.medium-8 {
    width: 66.66667%;
  }

  .custom-footer-menu-eng1 .hs-menu-flow-horizontal > ul > li:last-child > ul >li:last-child > a {
    font-size: 1.6875rem;
    padding-top: 8px;
  }
  .eliminate-liquid-chemistry .large-4{
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .tower-sec-two .page-center .row-fluid-wrapper {
    width: 83.33333%;
    margin:  0 auto;
  }
  .about-us-box-body .medium-8 {
    width: 66.66667%;
    padding-top: 50px;
  }

  .about-us-box-body .medium-4 {
    width: 33.33333%;
    text-align:  center;
  }
  .banner-content-alignment h3 {
    font-size: 2.75rem;
  }
  .abt-coolant-add-sec h2 {
    font-size: 2.75rem;
  }

  .cooling-sys-products .span3{
    width:25%;
    float: left;
  }

  .cooling-sys-products .span9{
    width:75%;
    margin-left:0;
  }
  .coolant-contact .contact-page-sec-2 .right-col h3 {
    font-size: 1.6875rem;
  }
  .contact-page.two-col-right.hs-content-id-6130475483 .contact-page-sec-2 .right-col h3 {
    font-size: 1.6875rem;
  }
  body.contact-page.two-col-right.hs-content-id-6130475483 .contact-page-sec-3 .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_linked_image {
    width: 66.66667%;
  } 
  .contact-page.two-col-right.hs-content-id-6130475483 .contact-page-sec-2 .right-col h3 {
    font-size: 1.6875rem;
  }
  body.contact-page.two-col-right.hs-content-id-6130475483 .contact-page-sec-3 .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_linked_image {
    width: 66.66667%;
  }      

  .our-values-group .medium-1 {
    width: 8.33333%;
  }
  .cm-blog-news .blog-listing-wrapper .post-listing .post-item,
  .custom-rss .post-item.custom-2{
    width:50%;
    float:left;
  }

  .custom-rss-topic span{
    font-size: 1.6875rem;
  }

  .cm-blog-news .post-header h2,
  .custom-rss .post-item .post-header h2{
    font-size: 2.3125rem;
  }
  .cleaning-study .body-container .cleaning-study-sec-1 .right-col,
  .cleaning-study .body-container .cleaning-study-sec-1 .left-col {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .custom-subscribe-form form > div {
    width: 66.66667%;
    float: left;
  }

  .custom-subscribe-form form > div.hs_submit.hs-submit {
    width: 33.33333%;
    float: right;
  }

  .custom-subscribe-form .page-center {
    width: 66.66667%;
    max-width:  100% !important;
  }
  .our-values-group .medium-2 {
    width: 16.66667% !important;
    position: relative;
    float: left;
  }
  .product-sheet-lyt .banner-content-2 h1 {
    font-size: 112px;
  }

}

@media only screen and (min-width: 64.0625em){

  .home-divisions-container .large-2 {
    width: 16.66667%;
  }

  .home-divisions-container .large-1 {
    width: 8.33333%;
  }
  .career-sec-two .cm-two-col {
    width: 58.33333% !important;
    margin: 0 auto 0 25% !important;
  }

  .career-sec-two .cm-two-col .span6,
  .career-sec-two .cm-two-col{
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .industries_section .row-fluid {
    width: 91.66667%;
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin: 0 auto;
  }

  .career-sec-two .cm-two-col .span6 {
    width: 50%;
  }
  .comm-sec-three .right-column > .row-fluid-wrapper {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .comm-sec-three .right-column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .about-us-section-area .large-6.medium-8{
    width: 50%;
  }

  .eliminate-liquid-chemistry .large-4 {
    width: 33.33333%;
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cooling-sys-products .about_box {
    height: 250px;
  }

}

@media (max-width: 1280px){
	..greenfloc-lyt .case-blue-back.case-study-wrap .ibo_cell_body h5 {
    font-size: 20.8px;
  }
  .banner-area-home .vid-overlay {
    height: 700px;
  }
  .hover_title h3 {
    font-size: 24px;
  }

}

@media (max-width: 1200px){

  .with-rss.right.indrustries-product-case-stdy-wrap .chem_larg_overlay p{
    padding-left: 10px;

  }
  .with-rss.left.indrustries-product-case-stdy-wrap .chem_larg_overlay p{
    padding-right: 10px;
  }

  .validate-result {
    margin-left: 0;
    margin-right: 0;
  }
  .greenfloc-lyt .case-blue-back.case-study-wrap .ibo_cell_body h5 {
    font-size: 22.8px;
  }
}



@media (max-width: 1190px){

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 15px;
  }

  .operational-advantage-group ul li:before {
    width: 29px;
  }
}


@media (max-width: 1120px){

  .about-us-section-area .text-box-pd{
    padding: 70px;
  }

  .htimeline-box{
    position: relative;
    width:692px;
    height:300px;
    margin:0 auto;
    text-align: center;
    padding-top:20px;
  }

  .htimeline-list li{
    width:166px;
  }

  .htimeline-list li:nth-child(2n+1){
    top:62%;
    left:-7px;
  }

  .htimeline-list li:nth-child(3){
    left:27%;
    width:128px;
  }

  .htimeline-list li:nth-child(5){
    left:48%;
    width:146px;
  }

  .htimeline-list li:nth-child(7){
    left:70%;
    width:136px;
  }

  .htimeline-list li:nth-child(9){
    left:90%;
    width:116px;
  }

  .htimeline-list li:nth-child(2){
    left:7%;
    width:148px;
  }

  .htimeline-list li:nth-child(4){
    left: 32%;
    width:188px;
  }

  .htimeline-list li:nth-child(6){
    left: 61%;
    width: 154px;
    top: -2px;
  }

  .htimeline-list li:nth-child(8){
    left: 85%;
    width: 128px;
    top: 18px;
  }

  .htimeline-list h4{
    font-size: 16px;
    font-weight: bold;
  }

  .htimeline-list p{
    padding-left: 0px;
    font-size: 12px;
  }

}

@media (max-width: 1070px){

  .custom-bottom-pane .btn-stng{
    width: 24%;
  }

}

@media (max-width: 1059px){
  .custom-subscribe-form .page-center {
    width: 100%;
  }

}

@media (max-width: 1024px){
  .greenfloc-lyt .case-blue-back.case-study-wrap .ibo_cell_body h5 {
    font-size: 17.6px;
  }
}

@media (max-width: 980px){
  .product-tabs:nth-child(4) {
    clear: left;
  }
  .greenfloc-lyt .industries-grp.water-trtmnt .industries_section:nth-child(6) {
    clear: left;
  }
  .banner-area-home .vid-overlay {
    height: 500px;
  }

  .banner-area-home div#video-bg {
    margin-top: 0;
  }
  .comm-sec-three .right-column div iframe {
    height: 150px !important;
  }
  .about-cooling-tower .cm-equal-conent .span6,
  .convert-to-solid .four-col-content .span3,
  .abt-section-one div#hs_cos_wrapper_widget_6121522743 .full-width-content-sec ul{
    width: 100% !important;
  }

  .convert-to-solid .four-col-content .description h5 {
    text-align: center;
  }

  .abt-section-one div#hs_cos_wrapper_widget_6121522743 .full-width-content-sec,
  .full-width-content-sec{
    max-width: 100% !important;
  }
  .coolant-add-fluid .body-container .sec5 .page-center {
    max-width: 85% !IMPORTANT;
  }	
  .hs-content-id-6134813636 .cm-equal-conent .span6 h1,
  .hs-content-id-6134813636 div#hs_cos_wrapper_widget_1535796369959 h1 {
    font-size: 3.4em;
  }   
  .acm_text_cell {
    padding-right: 10px;
    padding-top: 90px;
  }
  .formulated_detergents-lay .ej_accordian ol li:nth-child(1) p.fig_para.f_helvetica {
    width: 90%;
  }

  .water-treatment .hover_title a.tr_white_btn.learn_more_btn {
    display: none;
  }

  .cta-content-item {
    width: 50%;
  }

  .industries-grp.water-trtmnt .industries_section {
    width: 50%;
  }

  .haloklear-row10 .case-blue-back.case-study-wrap .medium-4 {
    width: 50%;
  }
}

@media (max-width: 960px){

  .cstm-sp-sustain .section_2.section .hs_cos_wrapper_type_rich_text h1{
    font-size: 100px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-left: 0;
  }	
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-top: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    padding-left: 4px;
  }
  .comm-sec-three .right-column {
    width: 100%;
  }

  .comm-sec-three .left-column {
    width: 100%;
  }
  .coolant-add.hs-blog-listing .post-header,
  .rec-post-chinese .post-header{
    padding-left: 0;
  }
  .banner-content-2 h1 {
    font-size: 5em;
  }

  body.chematic-detergents .cm-chosing-the-proper-ph .vh h1 {
    font-size: 24px;
  }

  .home-divisions-container .large-2:nth-child(5) {
    clear: left;
  }

}

@media (max-width: 820px){

  .about-us-box-header h1 {
    font-size: 4em;
  }

  .htimeline-box {
    width: 622px;
  }

}

@media (max-width: 800px){

  .banner-area-home .vid-overlay {
    height: 400px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-right: 10px;
  }
  .custom-footer-connect p{
    margin-right: -5px;
  }
  .fdcs .blog-content {
    padding: 30px;
  }
  .fdcs .banner-area h1 {
    font-size: 68.8px;
    line-height: 0.9em;
  }
  .hover_title h3 {
    font-size: 20.8px;
    padding: 5px;
  }	
  .indrustries-product-case-stdy-wrap .chem_larg_overlay p.fig_para {
    width: 100%;
    line-height: 1.2em;
  }

}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
	
  
  .greenfloc-lyt .sec-2 h4 a {
    font-size: 15px;
  }
  .greenfloc-lyt .product-title-box {
    width: 100%;
  }
  .product-tabs {
    width: 100%;
  }
  .product-tabs img {
    width: 100%;
  }
  .greenfloc-lyt .home-divisions-container.bg-white img {
    width: 100%;
  }
  .greenfloc-lyt .home-divisions-container.bg-white .column {
    width: 100%;
  }
  .greenfloc-lyt .home-divisions-container .large-2 {
    width: 100%;
  }
  .three-col-content-cta .cta-content-item {
    width: 100%;
  }
  .greenfloc-lyt .green-bg-sustain ul li {
    background-position: left 6px;
    background-size: 19px auto;
  }
  .greenfloc-lyt .green-bg-sustain ul {
    width: 100%;
    column-count: 1;
    padding-left: 0;
  }
  .natural-sep-item .span2 {
    width: 100%;
    padding-left: 0;
    margin: 0 0 15px;
  }
  .natural-sep-item .span10 {
    width: 100%;
  }
  .greenfloc-lyt .sec-1 .hs_cos_wrapper_type_rich_text p {
    padding: 0 15px 0 25px;
  }
  .natural-sep-item {
    width: 100%;
    float: none;
    text-align: center;
  }
  .water-treatment.about-cooling-tower .cm-equal-conent .span6 {
    display: block;
    margin-bottom: 20px;
  }

  .water-treatment.about-cooling-tower .cm-equal-conent .row-fluid {
    margin:  0 auto;
  }

  .indrustries-product-case-stdy-wrap .hiden_slide {
    display: none;
  }
  .custom-footer-menu .hs-menu-flow-horizontal > ul > li {
    width: 100%;
  }
  .custom-header-grp {
    min-height: 77px !IMPORTANT;
  }

  .banner-content h1 {
    font-size: 38.4px;
  }
  .banner-area{
    padding-top:25px;
  }
  .custom-footer-connect p{
    margin-right: 0;
  }
  .custom-footer-menu .hs-menu-flow-horizontal > ul > li{
    min-height: auto;
  }
  .contact_with_us_social {
    float: none;
    width: 100%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .contact_with_us_social .column.span4 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
  }
  .custom-footer-connect h1 {
    font-size: 38.4px;
  }
  .custom-footer-connect {
    padding: 0 15px;
    float: none;
    width: 100%;
  }
  .cm-footer-map {
    width: 100% !important;
  }
  .custom-footer-top {
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-footer-headquater {
    width: 100% !important;
    padding: 15px 15px 0 124px;
  }
  .custom-footer-headquater:before {
    left: 35px;
    top: 20px;
  }
  .custom-footer-form .hs-input {
    margin-bottom: 4px;
  }	
  .custom-footer-form {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-footer-form h3 {
    font-size: 38.4px;
  }
  .case-blue-back.case-study-wrap .medium-4 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    float: none;
  }
  .case-blue-back.case-study-wrap .ibo_cell_body h5 {
    font-size: 1.3em;
  }
  .case-blue-back.case-study-wrap .large-10.box_overlay_style {
    width: 100%;
  }
  .cm-getting-started-process-wrap.medium-centered .medium-4 {
    width: 100%;
    float: none;
  }
  .cm-getting-started-process-wrap.medium-centered {
    width: 100%;
    margin: 0 auto;
  }
  .cm-getting-started-process-wrap.medium-centered h4.text-center {
    font-size: 1.125rem;
  }
  .cm-getting-started-process-wrap.medium-centered .have_arrow:after {
    top: auto;
    bottom: -30px;
    right: 50%;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .one-col-title-wth-cta {
    width: 100%;
  }
  .banner-content-2 h1 {
    font-size: 3.5em;
  }
  .cm-getting-started-process-wrap.medium-centered .process-wrap.cm-four-column .medium-4 {
    width: 100%;
  }
  .case-blue-back.case-study-wrap .medium-4.columns {
    float: none;
  }	
  body.about-formulated-detergents-lay .section_1.section .hs_cos_wrapper_type_rich_text h1 {
    font-size: 2em;
  }
  .blue-bg.two-col-left-img-wrap .col4 {
    width: 100%;
    padding-left: 0;
    padding-bottom: 30px;
  }
  .blue-bg.two-col-left-img-wrap .col8 {
    width: 100%;
    float: none !important;
  }
  .cm-the-chemtc-advatg .top-content h2.title1 {
    font-size: 1.6875rem;
  }

  .cm-the-chemtc-advatg .more {
    font-size: 4em;
    text-align: center;
  }
  .cm-the-chemtc-advatg .col-2.title-wrap h1 {
    font-size: 1.5em;
    text-align: center;
  }
  .cm-the-chemtc-advatg .two-col-inner-wrap .medium-7, .cm-the-chemtc-advatg .two-col-inner-wrap .medium-5 {
    width: 100%;
    float: none;
  }
  .cm-the-chemtc-advatg .two-col-inner-wrap ul {
    margin-bottom: 1.25rem;
  }
  .blue-background.our-comtmt h1.head-custom2 {
    font-size: 25px;
  }
  .blue-background.our-comtmt h1.head-custom {
    font-size: 38px;
  }
  .blue-background.our-comtmt .page-center.row-fluid .clearfix.top-inner-wrap {
    width: 100%;
  }
  .blue-background.our-comtmt .span7, .blue-background.our-comtmt .span5 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .blue-background.our-comtmt .white-box.cont-wrap ul {
    margin-bottom: 1.25rem;
  }	
  .abs-full-overlay {
    width:  100% !important;
  }

  .about-us-section-area .text-box-pd,
  .about-us-section-area.left .text-box-pd {
    background-color: rgba(16,48,91,0.7);
  }

  .about-us-section-area .text-box-pd {
    padding: 9px;
  }

  .htimeline-box{
    width:500px;
  }

  .htimeline-box{
    left:0px;
  }

  .htimeline-list li:nth-child(2n):after {
    bottom: -33px;
    left: 23%;
  }

  .htimeline-list li:nth-child(2) {
    left: -29px;
    width: 150px;
    top: -17px;
  }
  .htimeline-list li:nth-child(4) {
    left: 28%;
    width: 150px;
    top: -36px;
  }
  .htimeline-list li:nth-child(6) {
    left: 62%;
    width: 186px;
    top: -35px;
  }
  .htimeline-list li:nth-child(8) {
    left: -25px;
    width: 122px;
    top: 162px;
  }
  .htimeline-list li:nth-child(8):after {
    display:none;
  }
  .htimeline-list li:nth-child(8):before {
    content: "";
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
    display: block;
    width: 20px;
    height: 35px;
    position: absolute;
    top: -35px;
    left: 50%;
  }
  .htimeline-list li:nth-child(2n+1) {
    top: 60%;
    left: 104px;
  }

  .htimeline-list li:nth-child(3) {
    left: 62%;
    width: 128px;
  }
  .htimeline-list li:nth-child(5) {
    left: 118px;
    width: 166px;
    top: 464px;
    display: none;
  }

  .htimeline-list li:nth-child(7) {
    left: 118px;
    width: 166px;
    top: 445px;
  }

  .htimeline-list li:nth-child(9) {
    left: 63%;
    width: 175px;
    top: 445px;
  }

  .horizontal-timeline-area {
    margin-top: 50px;
    margin-bottom: 350px;
  }

  img.horizontal-line.dis-none{
    display:block;
    top: 432px !important;
  }

  .cm-timeline-area {
    margin-top: 50px;
    margin-bottom: 350px;
  }
  .header_machine_with_two_column .left-machine-img,
  .header_machine_with_two_column .right-side-bar {
    display:  block;
    width:  100%;
    padding-left:  20px;
    padding-right:  20px;
  }

  .eliminate-liquid-chemistry .large-4 {
    float:  none;
  }

  .eliminate-liquid-chemistry .large-4 img {
    float: none;
    margin-right: auto;
    margin-left: auto;
    display:  block;
  }

  .eliminate-liquid-chemistry h5,.eliminate-liquid-chemistry p.sub-title {
    text-align:  center;
  }

  .eliminate-liquid-chemistry .large-4 br {
    display: none;
  }
  .footer4 .custom-copyright-eng3 p {
    text-align: left;
  }
  .hs-blog-listing .post-header {
    width: 100%;
    float: none;	
  }
  .hs-featured-image-wrapper {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  body.biopharma-lay .banner-content h1 {
    font-size: 4em;
    line-height: 0.8em !important;
  }
  body.biopharma-lay .cm-equal-conent p {
    padding-left: 0;
    text-align: center;
  }
  body.biopharma-lay .cm-equal-conent .span6.col-2>div h5 a {
    font-size: 16px;
    display: block;
  }
  body.biopharma-lay .section_3.section {
    padding: 50px 20px;
    padding-left: .9375rem;
    padding-right: .9375rem;

  }
  .cm-cleaning-process-result-grp .img-item-col {
    float: none;
    text-align: center;
    width: 100%;
  }
  body.biopharma-lay .section_5.section{
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
  .our_detergents.cm-biopharma-deteg-wrap {
    padding-left: 5px;
    padding-right: 5px;
  }
  .our_detergents.cm-biopharma-deteg-wrap p.lh13.text-black.f_helvetica {    
    text-align: center;
  }
  .our_detergents.cm-biopharma-deteg-wrap .large-3 {
    width: 100%;
    float: none;
    margin-bottom: 13px;
  }
  .our_detergents.cm-biopharma-deteg-wrap .alkaline_section {
    width: 100%;
    float: none;
    margin-bottom: 13px;
  }
  .our_detergents.cm-biopharma-deteg-wrap .column.large-3.pr {
    display: none;
  }
  .our_detergents.cm-biopharma-deteg-wrap .large-6 {
    width: 100%;
    float: none !important;
    margin-bottom: 13px;
  }
  .about_content.clearfix.bottom-cont-img-wrap {
    padding: 10px 5px;
  }
  .about_content.clearfix.bottom-cont-img-wrap .large-3 {
    width: 100%;
    margin-bottom: 13px;
  }
  .about_content.clearfix.bottom-cont-img-wrap .alkaline_section {
    float: none;
    width: 100%;
  }
  body.biopharma-lay .section_7.section .row-fluid .page-center {
    max-width: 100%;
  }
  body.biopharma-lay .blue-bg-header {
    padding: 10px 20px;
  }
  .about-us-box-body {
    width:  100%;
  }

  .about-us-text-header.disp_non2 {
    display: none;
  }

  .about-us-text-section {
    padding-left: 0;
    padding-right:  0;
  }

  .about-us-text-body p {
    padding-left:  0;
  }
  .about-us-box-header {
    padding: 0 15px;
  }
  .about-us-text-header.disp_non {
    display: block;
  }	
  .coolant-add.hs-blog-listing .post-header,
  .rec-post-chinese .post-header{
    width: 100%;
    float:none;
  }
  .coolant-add .hs-featured-image-wrapper,
  .rec-post-chinese .hs-featured-image-wrapper{
    width: 100%;
  }
  .section_1 p {
    padding-right: 10px;
  }
  .industries-grp .industries_section {
    width: 33.33%;
  }
  body.chematic-detergents .section h1 {
    line-height: 1.1em;
    margin-top: 10px;
  }
  body.chematic-detergents .section p {
    text-align: center !important;
  }
  body.chematic-detergents .section_1.section .hs_cos_wrapper_type_linked_image {
    margin-bottom: 20px;
  }
  body.chematic-detergents .full-width-content-sec {
    padding: 10px 5px 40px 5px;
  }
  body.chematic-detergents .full-width-content-sec div img {
    width: 70px;
    float: none;
    margin-bottom: 1px;
  }
  body.chematic-detergents .full-width-content-sec div h5 a {
    font-size: 16px;
    display: block;
  }
  body.chematic-detergents .full-width-content-sec div {
    padding: 20px 20px 20.3px;
  }
  .abt-coolant-add-sec h1 {
    font-size:  5em;
  }
  .coolant .banner-content-2 h1 {
    font-size: 4em;
  }
  body.contact-page.two-col-right .contact-page-sec-1 h1 {
    font-size: 3em;
  }
  .two-col-eql-img-content-mdl .span6 {
    width: 100%;
    float: none;
    padding-bottom:30px;
  }
  .two-col-eql-img-content-mdl .clip-content {
    width: 100%;
  }
  .two-col-eql-img-content-mdl {
    width: 100%;
  }
  .coolant-add-fluid .sec4 {
    padding-bottom: 17px;
  }
  .two-col-eql-img-content-mdl .clip-icons {
    width: 100%;
    padding-bottom:24px;
  }
  .coolant-add-fluid .full-width-content-sec ul {
    margin-left: 1.1rem;
    padding-right: 0.9375rem;
  }	
  .water-trtmnt-lyt .flex1 h1 {
    font-size: 18vw;
  }	
  .water-trtmnt-lyt .banner-content-alignment .chem_larg_overlay {
    padding: 50px 30px 50px 50px !important;
  }
  .cstm-sp-sustain .section_2.section .hs_cos_wrapper_type_rich_text h1 {
    font-size: 100px;
  }
  .cstm-sp-sustain .section_1.section .hs_cos_wrapper_type_linked_image {
    width: 100%;
    text-align: center;
  }
  .cstm-sp-sustain .body-container .section_2.section .page-center {
    max-width: 100% !important;
  }	
  .hs-content-id-6134813636 .cm-equal-conent .span6 h1,
  .hs-content-id-6134813636 div#hs_cos_wrapper_widget_1535796369959 h1 {
    text-align: center;
  }
  .title-with-content-group .column.small-12.plr60.pius_year_tile.pt10.stpius_content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hs-content-id-6134813636 .body-container .section_1.section .page-center {
    width:  100%;
  }

  .hs-content-id-6134813636 .cm-equal-conent .span6.col-2 h1,.hs-content-id-6134813636 .cm-equal-conent .span6 {
    text-align:  center;
  }

  .hs-content-id-6134813636 .cm-equal-conent .span6.col-2 {
    padding: 10px 0 10px;
  }
  .cm-blog-news .blog-content-wrapper {
    padding: 0 15px 15px !important;
  }
  .contact-page.two-col-right.hs-content-id-6137589887.water_treatment_contact .contact-page-sec-1 h1 {
    font-size: 3em;
  }
  .cleaning-study .body-container .cleaning-study-sec-1 .right-col p {
    padding: 0;
  }
  .cleaning-study .body-container .cleaning-study-sec-1 .right-col {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cleaning-study .body-container .cleaning-study-sec-1 .left-col {
    padding-bottom: 0;
  }
  .case-blue-back.case-study-wrap .medium-4.columns {
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .cleaning-study .hs_cos_wrapper_type_rich_text p {
    line-height: 1.3;
    padding: 0;
  }
  .cleaning-study .body-container .cleaning-study-sec-1 .right-col {
    padding-bottom: 24px;
  }
  .cleaning-study .cleaning-study-sec-1 h2 {
    font-size: 2em;
  }
  .cleaning-study .cleaning-study-sec-1 h1 {
    font-size: 4em;
  }
  .cleaning-study .cleaning-study-sec-1 h3 {
    font-size: 19px;
  }
  .cleaning-study .body-container .cleaning-study-sec-1 .left-col {
    width: 100% !important;
  }
  .cleaning-study .body-container .cleaning-study-sec-1 .right-col {
    width: 100% !important;
  }
  .cleaning-study-sec-3 .hs_cos_wrapper_type_rich_text h2 {
    font-size: 25px;
  }
  .cleaning-study .body-container .cleaning-study-sec-1 .page-center,
  .cleaning-study .body-container .cleaning-study-sec-2 .page-center {
    max-width: 100%;
  }
  .cleaning-study .body-container .cleaning-study-sec-1 .left-col {
    padding-top: 24px;

  }
  .acm-study-item {
    width: 100%;
    padding-bottom: 0;
    padding-top: 0px;
  }
  .cleaning-study-sec-2 .blue-bg-header {
    margin-bottom: 30px;
  }
  .equal-img {
    margin: 15px 0;
  }
  .cleaning-study-sec-3 .hs_cos_wrapper_type_rich_text {
    padding: 0;
  }
  .cleaning-study-sec-3 .hs_cos_wrapper_type_rich_text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  } 
  .cleaning-study .hs_cos_wrapper_type_rich_text p {
    line-height: 1.3;
  }
  .acm_text_cell {
    padding-right: 10px;
    padding-top: 90px;
  }
  .acm_study_table:first-child .acm_text_cell{
    padding-top:10px;
  }
  .acm_study_table:first-child .acm_icon_cell{
    padding-top:10px;
  }

  .acm_text_cell p{
    padding-left:0px;
    font-size:20px;
  }
  .acm_icon_cell{
    width:100px;
    padding-left:20px;
  }
  .acm_text_cell:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 60px solid #fff;
    position: absolute;
    bottom: -60px;
    right: 50%;
    margin-right:-60px;
    z-index: 99;
  }
  .acm_text_cell:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid red;
    position: absolute;
    bottom: -50px;
    right: 50%;
    margin-right:-50px;
    z-index: 99;
  }

  .acm_study_table:nth-child(1) .acm_text_cell:after{
    border-top: 50px solid #3e8bc6;
  }

  .acm_study_table:nth-child(2) .acm_text_cell:after{
    border-top: 50px solid #3076ac;
  }

  .acm_study_table:nth-child(3) .acm_text_cell:after{
    border-top: 50px solid #246597;
  }

  .acm_study_table:nth-child(4) .acm_text_cell:after{
    border-top: 50px solid #1b5784;
  }

  .acm_study_table:nth-child(5) .acm_text_cell:after{
    border-top: 50px solid #154972;
  }

  .acm_study_table:nth-child(6) .acm_text_cell:after{
    border-top: 50px solid #0f3c5e;
  }
  .cws_column{
    width:100%;
  }
  .chematic_detergents_img {
    float: none;
  }
  .acm_text_cell p{
    padding-left:0px;
    font-size:20px;
  }
  .acm_icon_cell{
    width:100px;
    padding-left:20px;
  }
  .acm_icon_cell {
    padding-top: 80px;
  }
  .cleaning-study-sec-4 .hs_cos_wrapper_type_rich_text {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .custom-rss {
    padding: 0 15px 15px !important;
  }

  .tower-treatment .header_machine_with_two_column .right-side-bar {
    width: 100%;
  }
  .tower-treatment .cm-equal-conent {
    padding-bottom: 30px;
  }
  .tower-treatment .blue-bg-header h1 {
    font-size: 1.6875rem;
  }

  .tower-treatment .body-container p img {
    display:  block;
    float:  none !important;
    width:  134px !important;
    margin:  0 auto !important;
  }

  .banner-area-home .vid-overlay {
    height: 350px;
  }

  .industries-lyt .section_1 h1 {
    font-size: 80px;
  }

  .industries-lyt .section_1 p {
    margin-top: -22px;
  }

  .case-blue-back.case-study-wrap .medium-4.columns {
    float: none;
    padding-left: 0;
    padding-right: 0;
  }

  .narrow_pad {
    width: 100% !important;
    float: none;
  }
  body.chematic-detergents .section.section_6 .span6 {
    margin-bottom: 25px;
  }
  .chem_small_box {
    display: none;
  }
  .chem_larg_overlay {
    padding: 8px !important;
    padding-top: 5% !important;
  }
  .header-lang-swticher .lang_switcher_class {
    padding: 21px 30px 9px;
  }
  .header-lang-swticher .globe_class{
    width: 64.66667%;
  }
  .home-page .home-divisions-container h3.top-heading {
    font-size: 1.375rem;
  }
  .hs-content-id-6127683351 .abt-coolant-add-two .hs_cos_wrapper_type_rich_text img {
    margin: 20px auto;
    vertical-align: middle;
    display: block;
  }
  .media-center-lyt-right .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
    width:  100% !important;

  }

  .htimeline-list:last-child li:nth-child(6) {
    left: 58% !important;
    width: 154px !important;
    top: -8px !important;
  }

  .htimeline-list:last-child li:nth-child(8) {
    left: 90% !important;
  }

  .htimeline-list:last-child li:nth-child(10) {
    top: 274px !important;
    left: 52% !important;
  }

  .htimeline-list li:nth-child(2) {
    top: 10px;
  }

  .htimeline-list:last-child li:nth-child(7) {
    left: 64% !important;
    width: 110px !important;
  }
  .water-treatment-industries-lyt .banner-content-alignment .chem_larg_overlay {
    background: transparent;
    padding:  0;
    width: 100%;
    margin: 0;
  }

  .water-treatment-industries-lyt .hs_cos_wrapper_type_linked_image {
    width: 100%;
  }
  .with-rss  .chem_larg_overlay {
    padding: 50px 30px 50px 50px !important;
  }	
  .chinese1 .header-lang-swticher .lang_switcher_class {
    padding-bottom: 17px;
  }
  body.hs-full-wth-lay .case-blue-back.case-study-wrap .ibo_cell_body h5 {
    font-size: 1.3em;
  }
  .cm-step-content .cm-equal-conent>div {
    display: block;
  }

  .cm-equal-conent .span6 + div {
    margin-top: 20px;
  }

  .cm-steps-group .cm-step-item-group .cm-equal-conent {
    padding: 0;
  }

  .cm-equal-conent.table-data table td {
    width: 50%;
    float: left;
  }

  .cm-equal-conent.table-data table tr {
    display: block;
    overflow: hidden;
  }

  .cm-equal-conent.table-data table td:nth-child(odd) {
    clear: left;
    margin-bottom: 20px;
  }

  .cm-equal-conent.table-data table {
    width: 100%;
    display: block;
  }

  .cm-equal-conent.table-data table * {
    display: block;
  }

  .cm-step-content table:not([class]), .cm-step-content table:not([class]) * {
    display: block;
    width: 100%;
  }

  table[class*="step-table-"] th {
    font-size: 12px;
  }

  table[class*="step-table-"] td {
    font-size: 12px;
  }

  .abc-main-cell {
    display: block;
    width: 100%;
    float: none;
  }

  .abc-table {
    display: block;
  }

  .abc-main-cell {
    display: block;
    width: 100%;
    float: none;
  }
  .cm-step-content .cm-equal-conent>div {
    display: block;
  }

  .cm-equal-conent .span6 + div {
    margin-top: 20px;
  }

  .cm-steps-group .cm-step-item-group .cm-equal-conent {
    padding: 0;
  }

  .cm-equal-conent.table-data table td {
    width: 50%;
    float: left;
  }

  .cm-equal-conent.table-data table tr {
    display: block;
    overflow: hidden;
  }

  .cm-equal-conent.table-data table td:nth-child(odd) {
    clear: left;
    margin-bottom: 20px;
  }

  .cm-equal-conent.table-data table {
    width: 100%;
    display: block;
  }

  .cm-equal-conent.table-data table * {
    display: block;
  }

  .cm-step-content table:not([class]), .cm-step-content table:not([class]) * {
    display: block;
    width: 100%;
  }

  table[class*="step-table-"] th {
    font-size: 12px;
  }
  table[class*="step-table-"] td {
    font-size: 12px;
  }

  .abc-main-cell {
    display: block;
    width: 100%;
    float: none;
  }

  .abc-table {
    display: block;
  }

  .abc-main-cell {
    display: block;
    width: 100%;
    float: none;
  }
  .custom-footer-menu {
    padding-bottom: 0;
  }
  .news-layout .blog-content-wrapper .custom-rss.has-1 {
    padding: 0 15px 0 !important;
  }
  .cm-step-content table:not([class]), .cm-step-content table:not([class]) * {
    display: block;
    width: 100% !important;
  }

  .cm-step-content table:not([class]) img, .cm-step-content table:not([class]) img {
    display: block;
    width: auto !important;
    margin:0 auto 20px;
    max-width: 100%;
  }

  .cm-equal-conent {
    text-align: center;
  }

  .cm-steps-group .cm-equal-conent img {
    display: block;
    margin: 0 auto;
  }

  table[class*="step-table-"] td {
    font-size: 14px !important;
  }

  .sr-product .convert-to-solid h1.custom-title {
    font-size: 4em;
  }

  .convert-to-solid .four-col-content .span3 + div {
    margin-top: 30px;
  }
  .cleaning_innov_top {
    padding: 60px 5px !important;
  }
  .hs-content-id-6134791170 .green-bg-sustain {
    background-position: center top;
  }

  .innov_tech_cell-wrap {
    display:  block;
  }

  .cleaning_innov_top .innov_tech_cell {
    display:  block;
    margin-bottom: 10px;
  }
  .body-container .cm-step-content table:not([class]) ul li {
    display:  list-item !important;
  }

  .body-container .cm-step-content table:not([class]) ul {
    margin-left: 0;
  }
  .abt-layout .body-container ul{
    list-style-position: inside;
  }
  .cm-step-content h3.bordered-continue {
    font-size: 22px;
  }
  .indrustries-product-case-stdy-wrap .chem_larg_main {
    max-height: 100%;
  }
  .custom-footer-grp {
    background: #6a86b8;
    padding-top: 20px;
    padding-bottom: 10px;
  }


  .water-treatment .hover_title h3 {
    font-size: 1.8em;
    line-height: 1em;
  }

  .water-treatment .industries-grp .industries_section {
    width: 100%;
  }

  .water-treatment .hover_title a.tr_white_btn.learn_more_btn {
    display: block;
    bottom: 12px;
    width: 150px;
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .water-treatment.industries-lyt .section_1 p {
    margin-top: 0;
  }

  .haloklear-banner-content {
    width: 100%;
  }

  .haloklear-banner-content p {
    padding-left: 0;
  }

  .row-3-content p {
    margin-left: 0;
    margin-right: 0;
  }

  .haloklear-product-item {
    display: block;
  }

  .product-section {
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .product-bottom .row-fluid {
    width: 100%;
  }

  .two-col-image-alignment .image-section {
    width: 100%;
    display: block;
    float: none;
    text-align: center;
  }

  .two-col-image-alignment .content-section {
    overflow: visible;
    padding: 0 15px;
  }

  .two-col-image-alignment.right .image-section {
    float: none;
    width: 100%;
  }

  .two-col-image-alignment.right .content-section {
    text-align: left;
  }

  .two-col-image-alignment.left .image-section,
  .two-col-image-alignment .content-section {
    width:  100%;
    display:  block;
  }

  .two-col-image-alignment.right .image-section {
    width:  100%;
    text-align:  right;
  }

  .two-col-image-alignment {
    padding: 0 20px;
  }

  .operational-advantage-group ul li:before {
    width: 15px;
    background-size:  cover;
    height: 15px;
  }

  .advantage-item {
    width:  50%;
  }

  .advantage-item img {
    position: relative;
    float: none;
    margin: 0 auto;
    display: block;
    width: 120px;
  }

  .operational-advantage-content .row-fluid {
    width:  100%;
  }

  .haloklear-row4-left,.haloklear-row4-right {
    width:  100% !important;
    margin-left:  0 !important;
  }

  .haloklear-row6 .process-wrap.clearfix.cm-four-column {
    display:  block;
    margin-left:  0;
  }

  .haloklear-row6 .cm-getting-started-process-wrap.medium-centered .medium-4 {
    display:  block;
    padding-right: 0;
  }

  .cm-getting-started-process-wrap.medium-centered .have_arrow:after {
    position: static;
  }

  .content-blue-bg-section {
    margin-left: 0;
    margin-right: 0;
  }

  .haloklear-row4-right {
    padding-left: 0;
  }

  .haloklear-row4-right p {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .cta-content-item {
    width: 100%;
    float: none;
  }

  .industries-grp.water-trtmnt .industries_section {
    width: 100%;
    float: none;
  }

  .validate-result {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .validate-result .span8 {
    width: 100%;
    margin-bottom: 20px;
  }

  .validate-result .span4 {
    width: 100%;
  }

  .haloklear-row10 .case-blue-back.case-study-wrap .medium-4 {
    width: 100%;
  }

  .operational-btm-content h3 {
    width: 100%;
  }
}

@media (max-width: 740px){

  .custom-footer-menu-eng1 {
    padding-bottom: 29px;
  }
  .custom-footer-menu-eng1 .hs-menu-flow-horizontal > ul > li {
    padding-bottom: 15px;
  }

  .banner-content-alignment .chem_larg_overlay {
    position:  relative;
    background: rgba(9,17,28,0.3);
    left:  0;
    padding: 50px !important;
    padding-top: 5% !important;
  }

  div#hs_cos_wrapper_widget_1535615957946 .chem_larg_overlay {
    margin:  0 !important;
  }	


}



@media(max-width:640px){
  .greenfloc-lyt .sec-3 .blue-bg-header h1 {
    font-size: 22px;
  }
  .greenfloc-lyt .cm-getting-started-process-wrap.medium-centered h4.text-center {
    font-size: 18px;
  }
  .greenfloc-lyt .industries-grp.water-trtmnt h3 {
    font-size: 20.8px;
  }
  .greenfloc-lyt .sec-6 .one-col-title-wth-cta p {
    font-size: 27px;
    line-height: 37.8px;
  }
  .case-blue-back.case-study-wrap .large-10.box_overlay_style {
    padding-left: 30px;
    padding-right: 30px;
  }
  .greenfloc-lyt .sec-5 .hs_cos_wrapper_type_rich_text p br {
    display: none;
  }
  .greenfloc-lyt .sec-5 .one-col-title-wth-cta a#cta_button_2120090_c52989f2-1be4-48dc-8e87-191ab0de6beb {
    height: 35px;
    line-height: 35px !important;
  }	
  .greenfloc-lyt .sec-5 .one-col-title-wth-cta p {
    font-size: 22px;
  }	
  .greenfloc-lyt .product-box {
    width: 100%;
  }
  .greenfloc-lyt .sec-5 .hs_cos_wrapper_type_rich_text {
    padding: 0 15px;
    float: left;
  }
  .greenfloc-lyt .blue-bg-header h1 {
    font-size: 22px;
  }
  .three-col-content-cta .cta-content-item {
    padding-bottom: 0;
  }	
  .greenfloc-lyt .industries-grp.water-trtmnt .industries_section {
    padding: 0;
  }
  .greenfloc-lyt .industries-grp.water-trtmnt h2 {
    font-size: 20px;
  }
  .greenfloc-lyt .sec-2 h4 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .greenfloc-lyt .sec-1 .hs_cos_wrapper_type_linked_image img {
    width: 60% !important;
    margin-top: 47px;
  }

  .greenfloc-lyt .sec-1 .blue-bg-header h1 {
    font-size: 27px;
    padding-top: 4px;
  }
  .greenfloc-lyt .sec-1 .hs_cos_wrapper_type_linked_image {
    padding-left: 25px;
    padding-right: 30px;
  }

  .cm-timeline-area {
    display: none !important;
  }

  .custom-footer-menu-eng1 .hs-menu-flow-horizontal > ul > li:last-child > ul >li:last-child > a{
    font-size: 1.375rem;
  }
  .custom-footer-menu-eng1 {
    padding-bottom: 0;
  }	
  .comm-sec-three .right-column h1 {
    padding: 5px 10px;
  }
  .custom-footer-menu-eng1 .hs-menu-flow-horizontal > ul > li:last-child > ul >li:last-child > a {
    font-size: 1.375rem;
    margin-bottom: -10px;
    padding-top: 8px;
  }
  .ctt .post-header h2 {
    font-size: 2.125rem;
  }
  .coolant-add .blog-content {
    padding: 0 30px;
  }
  .three-col-eql-mdl .span4 {
    float: none;
    width: 100%;
  }	
  .location-lyt .industries_section .row-fluid {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  div#hs_cos_wrapper_widget_1535615957946 .chem_larg_overlay {
    position: relative !important;
    z-index: 50;
    margin: 13px !important;
    margin-top: 50px !important;
    color: #fff;
    width: 92%;
    padding:  0 !important;
  }
  .banner-content-alignment .chem_larg_overlay {
    padding: 50px 15px !important;
  }
  .industries-grp .industries_section {
    width: 50%;
  }

  body.contact-page.two-col-right .contact-page-sec-1 p {
    max-width: 100%;
  }   
  body.contact-page.two-col-right.hs-content-id-6130475483 .contact-page-sec-3 #hs_cos_wrapper_widget_1535695789271 {
    padding-top: 30px;
    padding-bottom: 17px;
  }
  body.contact-page.two-col-right.hs-content-id-6130475483 .contact-page-sec-3 #hs_cos_wrapper_widget_1535695789271 {
    padding-top: 30px;
    padding-bottom: 17px;
  }
  .coolant-add-fluid .blue-bg-header h1 {
    font-size: 2.125rem;
  }

  .coolant-add-fluid .body-container .sec3 .page-center {
    max-width: 100%;
  }
  .coolant-add-fluid .sec5 .flex5 {
    max-width: 100%;
  }	
  .coolant-add-fluid .body-container .sec5 .page-center {
    max-width: 100% !IMPORTANT;
  }
  .our-process-mdl .medium-4.columns {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  .our-process-mdl .medium-4.columns:nth-child(4){
    margin-left: 0;
  }
  .product-guide-mdl .medium-uncentered.custom-column {
    width: 100%;
    float: none;
  }
  .product-guide-mdl {
    width: 83.33%;
    margin: 0 auto;
  }
  .our-values-group .narrow_pad img {
    width:  auto !important;
    display:  block;
    margin:  0 auto;
  }
  .coolant-news .post-item {
    width: 100% !important;
  }

  .our-values-group .medium-2 {
    width: 100%;
    padding:3px 15px;
    overflow:hidden;
  }

  .our-values-group .cm-tooltip{
    width: 100%;
    left: 0px !important;
  }
  .water-trtmnt-lyt .banner-content-alignment .chem_larg_overlay {
    padding: 50px 10px 10px !important;
  }
  .water-trtmnt-lyt .chem_larg_overlay.left img {
    width: 29.75%;
  }
  .water-trtmnt-lyt .chem_larg_overlay.left h3 {
    font-size: 35px;
  }
  .water-trtmnt-lyt .chem_larg_overlay h1 {
    font-size: 60px;
  }
  .product-box {
    width: 50%;
  }

  .product-title-box a {
    font-size: 1.375rem;
  }
  .custom-subscribe-form form > div.hs_submit.hs-submit .hs-button {
    float: none;
  }
  .water-trt-blog .banner-content h1 {
    font-size: 3.5rem;
    margin-top: -2px;
  }
  .water-trt-blog .blog-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .water-trt-blog .post-header h2 {
    font-size: 2.125rem;
  }

  .our-values-group .column.medium-1 {
    width: 100% !important;
  }
  .with-rss.indrustries-product-case-stdy-wrap .chem_larg_overlay h1 {
    font-size: 60px;
  }

  .with-rss .chem_larg_overlay {
    padding: 50px 10px 10px !important;
  }
  .banner-content-alignment .coolant_bg {
    min-height: auto;
  }
  .banner-content-alignment h1{
    padding: 0;
  }
  #hs_cos_wrapper_widget_1536039895923_ > h3 {
    padding-left: 10px;
    padding-right: 10px;
  }	
  .coolant-add-fluid .sec1 {
    padding: 15px 50px 10px;
  }	

  table.step-table-1.stacktable.small-only {
    display: block;
  }
  table.step-table-1.stacktable.large-only {
    display: none;
  }
  .hs-content-id-6134791170 .green-bg-sustain h3 {
    width: 67%;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 20%;
  }
  .hs-content-id-6134791170 .full-width-content-sec {
    width:  100%;
  }		
  .abt-coolant-add-two .hs_cos_wrapper_type_rich_text img {
    margin-left: 0;
    margin-right: 0;
  }
  .with-rss.indrustries-product-case-stdy-wrap .chem_larg_main {
    max-height:  100%;
  }

  .indrustries-product-case-stdy-wrap.product_div .chem_larg_overlay {
    position: relative;
  }
  .cm-step-content h1 {
    font-size: 2.125rem;
  }

  .cm-step-content.cm-step-4-content h3 {
    font-size: 1.375rem;
  }

  .cm-step-content h3.bordered-continue.bc-green {
    font-size: 1.375rem;
  }

  .body-container .cm-step-3-content table:not([class]) ul {
    padding-left: 14%;
  }

  .cm-step-content .cm-equal-conent h3 {
    font-size: 1.375rem;
  }
  .hs-content-id-6134791170 .industries_section {
    width: 100%;
    padding: 0px 15px;
  }
  .custom-footer-form .hs-input {
    width:  100%;
  }

  .custom-footer-form .hs-button.primary.large {
    position: static;
    margin-top: 10px;
  }

  .hs-content-id-6120476828 div#hs_cos_wrapper_widget_1535615957946 .chem_larg_overlay {
    width: 100%;
    margin-top: 0 !important;
    margin-left: 0 !important;
    padding: 50px 15px !important;
  }
  .custom-subscribe-form form > div.hs_submit.hs-submit {
    position: relative;
  }
  .abt-layout .cm-equal-conent ul {
    margin-left: 0;
  }
  .comm-sec-three .right-column {
    text-align: center;
  }

  .comm-sec-three .right-column p,
  .comm-sec-three .right-column h2 {
    text-align: left;
  }



}

@media (max-width: 600px){

  .comm-sec-three .right-column img {
    float: none !important;
    margin: 0 auto 10px !important;
    display: block;
  }
  .cleaning-study-sec-3 .hs_cos_wrapper_type_rich_text h1{
    font-size: 4em;
  }
  .cleaning-study-sec-3 .hs_cos_wrapper_type_rich_text h2 {
    padding-top: 0;
  }	
  .cleaning-study-sec-3 .hs_cos_wrapper_type_rich_text h1{
    font-size: 4em;
  }
  .cleaning-study-sec-3 .hs_cos_wrapper_type_rich_text h2 {
    padding-top: 0;
  }
  .ej_accordian figure>figcaption {
    margin-left: 60px;
  }


}

@media (max-width: 560px){

  .custom-menu-primary2{
    width:85% !important;
  }
  .show-mobile-nav #site-wrapper {
    webkit-transform: translate3d(-85%, 0, 0);
    -moz-transform: translate3d(-85%, 0, 0);
    -ms-transform: translate3d(-85%, 0, 0);
    -o-transform: translate3d(-85%, 0, 0);
    transform: translate3d(-85%, 0, 0);
  }
  .custom-menu-primary2 .hs-menu-flow-horizontal > ul > li:first-child > a {
    padding-top: 13px;
    overflow: hidden;
    padding-bottom: 54px;
    height: 50px;
    line-height: 25.2px;
  }
  .custom-menu-primary2 .hs-menu-flow-horizontal ul li a {
    padding-left: 30px;
    font-size: 18px;
    line-height: 28.8px;
    height: auto;
    padding-right: 15px;
  }
  .exit-off-canvas {
    width: calc(100% - 232px);
  }
  .header3 .custom-menu-primary2 .hs-menu-flow-horizontal > ul > li:first-child > a {
    padding-bottom: 0;
    height: auto;
  }
  p.side_menu_social {
    padding-left: 0;
  }
  .custom-menu-primary2 .hs-menu-flow-horizontal ul ul li a {
    padding-left: 45px;
  }
  .header5 .custom-menu-primary2 .hs-menu-flow-horizontal > ul > li:nth-child(2) > a, 
  .header5 .custom-menu-primary2 .hs-menu-flow-horizontal > ul > li:nth-child(3) > a, 
  .header5 .custom-menu-primary2 .hs-menu-flow-horizontal > ul > li:nth-child(4) > a{
    height: 50px;
  }

  .spanish .custom-menu-primary2 .hs-menu-flow-horizontal > ul > li:first-child > a {
    height: auto;
  }
  .side-menu .custom-menu-primary2 {
    width: 85% !important;
  }
  .side-menu .exit-off-canvas {
    width: 15%;
  }
  .side-menu.show-mobile-nav a.mobile-icon{
    right: 5px;
  }

  .cstm-sp-sustain .section_2.section .hs_cos_wrapper_type_rich_text h1 {
    font-size: 70px;
  }
  .sr-product .convert-to-solid h1.custom-title {
    font-size: 3em;
  }

  .operational-btm-content h3 {
    width: 100%;
  }

  .advantage-item {
    width: 100%;
  }

  .industries-grp.water-trtmnt {
    width: 100%;
  }

  .industries-grp.water-trtmnt h3 {
    font-size: 18px;
  }

  .case-blue-back.case-study-wrap .ibo_cell_body h5 {
    font-size: 18px;
  }

  .haloklear-layout .full-width-content-sec a {
    margin-bottom: 10px !important;
    display: inline-block;
  }

}

@media (max-width: 548px){

  body.about-formulated-detergents-lay .section_1.section .hs_cos_wrapper_type_rich_text h1 {
    font-size: 1.5em;
  }

  .cm-the-chemtc-advatg .more {
    font-size: 3em;
  }

  .case-studies .blog-content {
    padding: 8px;
  }

  .post-header h2 {
    font-size: 35px;
  }

  .case-studies .post-item,
  .ctt .post-item{
    padding: 10px;
  }

  .ctt .blog-content {
    padding: 8px;
  }

  .ctt .banner-area h1	{
    font-size: 60px;
  }	

  .layout-type-2 .vision-area .page-center {
    width: 85% !important;
  }

  .layout-type-2 .vision-area .bg_white {
    padding-left: 20px !important;
    padding-right: 10px !important;
  }

  .blog-listing-wrapper .post-listing .post-item{
    padding: 10px;
  }


}




@media (max-width: 500px){

  .banner-area-home .vid-overlay {
    height: 250px;
  }

  .home-divisions-container .large-2 {
    width: 100%;
  }

  .home-divisions-container .column.exp-para {
    min-height: auto;
  }
  .blue-bg.cooling-sys-products {
    padding-left: 0;
    padding-right: 0;
  }




}


@media (max-width: 460px){

  .coolant .banner-content-2 h1 {
    font-size: 2.5em;
  }

  #language-selector-modal a.ls-btn {
    display: inline-block;
    margin-bottom: 10px;
  }
  .abt-coolant-add-sec h1 {
    font-size: 3em;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }




}



@media (max-width: 480px) {
  
  .greenfloc-lyt .home-divisions-container.bg-white {
    margin-top: 0;
  }
  body.about-formulated-detergents-lay .section_1.section .hs_cos_wrapper_type_rich_text h1 {
    font-size: 1.5em;
  }
  .cm-the-chemtc-advatg .more{
    font-size: 2em;
  }
  .cm-dark-blue-bg3 p {
    padding-bottom:30px;
  }
  body.biopharma-lay .banner-content h1 {
    font-size: 2.5em;
    line-height: 0.8em !important;
  }
  body.biopharma-lay .section_5.section {
    padding: 10px 10px;
  }	
  .fdcs .blog-content {
    padding: 10px;
  }	
  .fdcs .post-header h2 {
    font-size: 1.8rem;
  }
  .banner-content-alignment h1 {
    font-size: 2.5em;
  }
  .product-box {
    width: 100%;
  }
  .cstm-sp-sustain .section_2.section .hs_cos_wrapper_type_rich_text h1 {
    font-size: 55px;
  }
  .cleaning-study .cleaning-study-sec-1 h2 {
    font-size: 1.5em;
  }
  .cleaning-study .cleaning-study-sec-1 h1 {
    font-size: 2em;
  }
  .cleaning-study .body-container .cleaning-study-sec-1 .right-col {
    padding-bottom: 25px;
  }
  .cleaning-study-sec-3 .hs_cos_wrapper_type_rich_text h1 {
    font-size: 4em;
  }
  .cleaning-study-sec-3 .hs_cos_wrapper_type_rich_text {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .acm_study_cells{
    display: block;
    text-align: center;
  }
  .acm_icon_cell{
    width:100%;
  }
  .acm_icon_cell img{
    width:70px;
  }
  .acm_text_cell{
    padding-top:10px;
  }

  .custom_tooltip small{
    left: 0px;
    width: 150%;
  }
  .cm-step-header a {
    font-size: 16px;
  }

  .cm-step-header a {
    font-size: 16px;
  }

  .cm-step-header a:after {
    font-size: 40px;
    margin-top: -26px;
  }

  .cm-step-header a > span + span {
    display: none !important;
  }

  .cm-step-header a.active:after {
    font-size: 40px;
    margin-top: -50px;
  }

  .cm-step-content h1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .cm-step-content p {
    font-size: 16px;
  }

  .cm-equal-conent.table-data table td {
    width: 100%;
  }

  .cm-step-content h3.bordered-continue {
    font-size: 1rem;
  }
  .cm-step-header a {
    font-size: 16px;
  }

  .cm-step-header a {
    font-size: 16px;
  }

  .cm-step-header a:after {
    font-size: 40px;
    margin-top: -26px;
  }

  .cm-step-header a > span + span {
    display: none !important;
  }

  .cm-step-header a.active:after {
    font-size: 40px;
    margin-top: -50px;
  }

  .cm-step-content h1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .cm-step-content p {
    font-size: 16px;
  }

  .cm-equal-conent.table-data table td {
    width: 100%;
  }

  .cm-step-content h3.bordered-continue {
    font-size: 1rem;
  }
  .abc-table-cell {
    display: block;
    width: 100%;
    text-align: center;
  }

  .abc-table-cell.img-cell {
    width: 100px;
    display: block;
    margin: 0 auto;
  }

  .cm-step-content .abc-table h5 {
    text-align: center;
  }




}


@media(max-width:400px){

  .body-container form.hs-form fieldset[class*="form-columns"] .hs-input {
    width: 100% !important;
  }
  .custom-footer-headquater {
    padding-left: 80px;
  }	
  #language-selector-modal a.ls-btn {
    display: block;
    margin-bottom: 10px;
  }
  .banner-content-2 h1 {
    font-size: 3em;
  }
  .body-container form.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input {
    width: auto!important;
  }
  .industries_section .custom-column {
    width: 100%;
  }

  .haloklear-layout .blue-bg-header h1 {
    font-size: 25px !important;
  }
  .greenfloc-lyt .sec-5 .one-col-title-wth-cta a#cta_button_2120090_c52989f2-1be4-48dc-8e87-191ab0de6beb {
    padding: 10px !important;
  }




}

@media (max-width: 380px){
  .banner-area-home .vid-overlay {
    height: 170px;
  }
  a.mobile-icon {
    top: 20px;
  }
  .cm-header-english2 {
    min-height: 90px !important;
  }
  .blue-color .greenbox-link a.greenbox-bordered-btn {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sr-product .convert-to-solid h1.custom-title {
    font-size: 2em;
  }
  body.chematic-detergents .cm-chosing-the-proper-ph .vh h1 {
    font-size: 16px;
  }
  .ej_accordian figure>figcaption {
    margin-left: 51px;
  }



}


@media (max-width: 360px){
  .custom-logo {
    padding: 15px 0 0 15px;
  }
}


@media (max-width: 320px){
  .header-lang-swticher .globe_class {
    width: 62.66667%;
  }
}