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

@import url('https://fonts.googleapis.com/css?family=Saira:400,500,700&display=swap');

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');

/*@font-face {
font-family: "BrandonGrotesque-Medium";
font-style: normal;
font-weight: normal;
src: url("//www.associatedenvironmentalsystems.com/hubfs/Fonts/BrandonGrotesque-Medium.eot?#iefix") format("embedded-opentype"), 
url("//www.associatedenvironmentalsystems.com/hubfs/Fonts/BrandonGrotesque-Medium.otf") format("opentype"), 
url("//www.associatedenvironmentalsystems.com/hubfs/Fonts/BrandonGrotesque-Medium.woff") format("woff"), 
url("//www.associatedenvironmentalsystems.com/hubfs/Fonts/BrandonGrotesque-Medium.ttf") format("truetype");
}
@font-face {
font-family: "GothamBook";
font-style: normal;
font-weight: normal;
src: url("//www.associatedenvironmentalsystems.com/hubfs/Fonts/GothamBook.eot?#iefix") format("embedded-opentype"), 
url("//www.associatedenvironmentalsystems.com/hubfs/Fonts/GothamBook.otf") format("opentype"), 
url("//www.associatedenvironmentalsystems.com/hubfs/Fonts/GothamBook.woff") format("woff"),
url("//www.associatedenvironmentalsystems.com/hubfs/Fonts/GothamBook.ttf") format("truetype");
}

@font-face {
font-family: "Glyphicons Halflings";
src: url("//www.associatedenvironmentalsystems.com/hubfs/Fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), 
url("//www.associatedenvironmentalsystems.com/hubfs/Fonts/glyphicons-halflings-regular.woff2") format("woff2"), 
url("//www.associatedenvironmentalsystems.com/hubfs/Fonts/glyphicons-halflings-regular.woff") format("woff"), 
url("//www.associatedenvironmentalsystems.com/hubfs/Fonts/glyphicons-halflings-regular.ttf") format("truetype"), 
url("//www.associatedenvironmentalsystems.com/hubfs/Fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
*/
@font-face { 
  font-family: "icomoon"; 
  font-style: normal; 
  font-weight: 400; 
  src: url("https://www.associatedenvironmentalsystems.com/hubfs/Fonts/icomoon.eot?#iefix") format("embedded-opentype"), 
    url("https://www.associatedenvironmentalsystems.com/hubfs/Fonts/icomoon.woff") format("woff"), 
    url("https://www.associatedenvironmentalsystems.com/hubfs/Fonts/icomoon.ttf") format("truetype"), 
    url("https://www.associatedenvironmentalsystems.com/hubfs/Fonts/icomoon.svg#icomoon") format("svg");
}

/*@font-face {
font-family: 'icomoon-new';
src:  url('fhttps://www.associatedenvironmentalsystems.com/hubfs/Fonts/icomoon-new/icomoon.eot');
src:  url('https://www.associatedenvironmentalsystems.com/hubfs/Fonts/icomoon-new/icomoon.eot#iefix') format('embedded-opentype'),
url('https://www.associatedenvironmentalsystems.com/hubfs/Fonts/icomoon-new/icomoon.ttf') format('truetype'),
url('https://www.associatedenvironmentalsystems.com/hubfs/Fonts/icomoon-new/icomoon.woff') format('woff'),
url('https://www.associatedenvironmentalsystems.com/hubfs/Fonts/icomoon-new/icomoon.svg?#icomoon') format('svg');
font-weight: 400;
font-style: normal;
}*/
@font-face {
  font-family: 'icomoon-new';
  src:  url('fhttps://www.associatedenvironmentalsystems.com/hubfs/Fonts/icomoon-updated/icomoon.eot');
  src:  url('https://www.associatedenvironmentalsystems.com/hubfs/Fonts/icomoon-updated/icomoon.eot#iefix') format('embedded-opentype'),
    url('https://www.associatedenvironmentalsystems.com/hubfs/Fonts/icomoon-updated/icomoon.ttf') format('truetype'),
    url('https://www.associatedenvironmentalsystems.com/hubfs/Fonts/icomoon-updated/icomoon.woff') format('woff'),
    url('https://www.associatedenvironmentalsystems.com/hubfs/Fonts/icomoon-updated/icomoon.svg?#icomoon') format('svg');
  font-weight: 400;
  font-style: normal;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
  background: #fff;
  font-family: 'Saira', sans-serif;
  letter-spacing: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #0B242E;
  word-wrap: break-word;
  overflow:scroll;
}
/* ALIGNMENT */
.middle-wrapper {
  font-size: 0;
}
.middle {
  font-size: 1rem;
  display: inline-block !important;
  vertical-align: middle;
  float: none !important;
}
/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

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


button.slick-next.slick-arrow,
button.slick-prev.slick-arrow{
  border-radius: 30px;
  display: block;
  text-decoration: none;
  border: 3px solid #fff;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  margin: 0 25px;
  text-shadow: 0 1px 1px #000;
  text-align: center;
  height: 40px;
  width: 40px;
  top: 44.5%;
  padding: 1px;
  box-shadow: 0 1px 1px #000;
  transition: background .3s ease;
  font-size: 0;
  font-size: 0;
  z-index: 9;
}
button.slick-next.slick-arrow:hover,
button.slick-prev.slick-arrow:hover{
  background: rgba(0,0,0,.4);
}
button.slick-next:before,
button.slick-prev:before{
  font-size: 32px !important;
  line-height: 34px;
  margin-left: 5px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0,0);
  color: #fff !important;
  opacity: 1;
}
.slick-next:before {
  content: "\f054";
}
button.slick-prev:before {
  content: "\f053";
  left: -2px;
  position: relative;
  margin: 0;
}
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}


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

/* Basic text */
p { font-size: 16px; } 
.body-container-wrapper ol, .body-container-wrapper ul, .body-container-wrapper li  { font-size: 16px;line-height:1.5; } 
.body-container-wrapper li { margin-bottom:10px;}
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 {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.3em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-family: 'Saira', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 300%;
  line-height:100%;
  color: #0B242E;
}
h2 {
  font-family: 'Saira', sans-serif;
  font-size: 200%;
  font-weight: 500;
  color: #0B242E;
}
h3 {
  font-family: 'Saira', sans-serif;
  font-size: 165%;
  font-weight: 500;
  color: #0B242E;
}
h4 {
  font-family: 'Saira', sans-serif;
  font-size: 125%;
  font-weight: 400;
  margin: 10px 0 20px;
  color: #0B242E;
}
h5 { font-family: 'Saira', sans-serif; } /*not in use*/
h6 { font-family: 'Saira', sans-serif; } /*not in use*/


.callout-heading h2 {
  font-family: 'Saira', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 300%;
  line-height:100%;
  color: #0B242E;
}

.dark-bg { background-color:#0B242E; }
.dark-bg h1 { color:#fff!important; }
.blue-bg {background-color:#0377be;}
.orange-bg {background-color:#f66b0d !important;}
.grey-bg { background-color:#657884; }
.light-grey-bg { background-color:#f3f5f6 }
.callout { padding:10px 50px }


.light-grey-bg-inner { 
  padding:25px;
  background-color:#fff;
  border-radius:5px;
  margin:25px 0;
  box-shadow:0 1px 10px 0 rgb(55 71 78 / 21%);
}
.light-grey-bg-inner .icon-group {background-color:#f9f9fa!important;}
.light-grey-bg-inner .icon-blurbs-row.one-col {padding:10px 0!important;grid-row-gap: 25px!important;}
.light-grey-bg-inner .icon-blurbs-row.two-col {padding:10px 0!important;grid-row-gap: 25px!important;}
.light-grey-bg-inner .icon-blurbs-row.three-col {padding:10px 0!important;grid-row-gap: 25px!important;}
.light-grey-bg-inner .blurb-row {margin:10px 0!important;}

h1.white,
h2.white,
h3.white, 
h4.white, 
h5.white,
h6.white, 
.white { color: #fff!important; }


.white h3
{
  color: white;
}

/* Anchor Links */
a { 
  color: #046FAF; /* intentionally slightly darker to compensate for placement on light grey backgrounds */
  text-decoration: none;
  transition:0.3s;
}
a:hover, a:focus { 
  color: #0b242e;
}


strong { font-weight:600!important; }


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

/* Block Quotes */
blockquote {}
blockquote p {font-size: 195%;
  line-height: 125%;
  margin: 50px 30px;
  font-style: normal;
  font-weight: 500;
  border-left: solid 3px #0277be;
  padding-left: 15px;}
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 {}

.footer-container-wrapper ul li a,
.custom-footer-left-col .address-holder a {
  transition:0.3s;
}
.footer-container-wrapper ul li a:hover,
.custom-footer-left-col .address-holder a:hover {
  color: #0377be;
}


.right-text.open + .detail-button {
  box-shadow: none!important;
  color: #0287cd;
}
.detail-button {
  color: #0287cd;
}


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

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

.custom-header-group {
  border-bottom: 5px solid #ccc;
  background-color: #fff;
  margin-bottom: -85px;
  position: relative;
  z-index: 99 !important;  
}

.scroll-fixed .custom-header-group {
  position: fixed;
  box-shadow: 0 1px 10px 0 rgb(55 71 78 / 21%);
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 0;
  z-index: 99999 !important;
}
.scroll-fixed .custom-header-group:after {
  display: none;
}

/*.custom-header-group:after {
position: absolute;
width: 215px;
bottom: -5px;
height: 5px;
left: 15px;
content: '';
border-bottom: 5px solid #0377be;
}*/

.custom-logo img {
  /*padding: 20px 0;*/
  padding: 10px 0;
}
.scroll-fixed .custom-logo img {
  padding: 10px 0;
}
.custom-logo img {
  width: 216px;
}
.custom-logo img.logo-small {
  display: none;
}

.custom-header-right-link ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  right: 0px;
}
.custom-header-right-link ul li {
  float: left;
}
.custom-header-right-link ul li a.request-quote-btn {
  padding: 10px 15px;
  /*margin: 29px 0 9px 15px;*/
  margin:9px 0 9px 15px;
  height: 40px;
  border: 1px solid #666;
  color: #fff;
  border-color: #0377be;
  background-color: #0377be;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-font-smoothing: subpixel-antialiased;
  border-radius: 4px;
}
.custom-header-right-link ul li a.request-quote-btn:hover {
  border-color: #37474e!important;
  background-color: #37474e!important;
}

.custom-header-right-link ul li a.phone-number {
  padding: 10px 15px;
  color: #0b242e;
  margin: 9px 0 9px 0px;
  height: 40px;
  display: inline-block;
  line-height: 20px;
  font-size: 12px!important;
}

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

.custom-header-right-link ul li a span.icon-phone:before {
  margin-right: 3px;
  margin-left: 8px;
  font-size: 1.3em;
  vertical-align: middle;
  content: "\e905";
}

.scroll-fixed .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  padding: 20px 10px 20px;
}
.scroll-fixed .custom-header-right-link ul li a {
  /* margin: 9px 0 9px 9px; */
}
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {
  /*margin-top: 80px;*/
  margin-top:60px;
}

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

/* =========== HOme Page ========== */

.custom-home-row-group .custom-home-slider .hs_cos_gallery_main {
  padding: 0;
  margin-bottom: 0px;
}
.custom-home-row-group .custom-home-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-track {
  display: block;
}
.main-banner .slick-slide img {width: 100%;}
.custom-home-row-group .custom-home-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide{
  margin: -80px 0 0;
  height: 100vh;
  background-size: cover;
  display: block;
  width: 100%;
  padding: 80px 0 0;
  background-position: center center;
}
.custom-home-row-group .custom-home-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper {
  margin: 0 auto;
  display: block;
  max-width: 1170px;
  padding: 0 15px;
  height: 100vh;
}
.custom-home-row-group .custom-home-slider .caption.below {
  position: relative;
  width: 50%;
  max-width: 700px;
  padding: 10px 0;
  background: rgba(0,0,0,.3);
  box-shadow: 0 0 23px 5px rgba(0,0,0,.4);
  border-radius: 4px;
  padding-left: 20px;
  top: 13%;
}
.custom-home-row-group .custom-home-slider .caption.below h2 {
  font-weight: 400;
  color: #fff;
  text-shadow: 0 1px 1px #000;
  margin: 30px 0 50px;
}
.custom-home-row-group .custom-home-slider .caption.below  p {
  font-size: 1.39058em;
  line-height: 1.5em;
  color: #fff;
  text-shadow: 0 1px 1px #555;
  margin: 1em 0;
  padding: 0 20px;
}
.custom-home-row-group .custom-home-slider .caption.below a.custom-more-btn {
  padding: 10px 15px;
  font-size: 13px;
  color: #fff;
  border: 2px solid #fff;
  display: inline-block;
  margin: 0 20px 20px;
  line-height: 1.33333;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  word-spacing: 1px;
  transition: all .2s ease-in-out 0s;
}
.custom-home-row-group .custom-home-slider .caption.below a.custom-more-btn:hover {
  background: #0377be;
  border-color: #0377be;
}
.custom-home-row-group .custom-home-slider .slick-dots {
  position: absolute !important;
  bottom: 20px !important;
  margin: 0 !important;
}
.custom-home-row-group .custom-home-slider  .slick-dots li {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 5px 2px;
  padding: 0;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 15px;
  box-shadow: 0 1px 1px #000;
  vertical-align: middle;
}
.custom-home-row-group .custom-home-slider  .slick-dots li button:before {
  display: none;
}
.custom-home-row-group .custom-home-slider  .slick-dots li.slick-active{
  background: #222;
}
.custom-home-row-group .custom-home-slider button.slick-next.slick-arrow,
.custom-home-row-group .custom-home-slider button.slick-prev.slick-arrow{
  border-radius: 30px;
  display: block;
  text-decoration: none;
  border: 3px solid #1175ab;
  background-color: #1175ab!important;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  margin: 0 25px;
  text-shadow: 0 1px 1px #000;
  text-align: center;
  height: 40px;
  width: 40px;
  top: 44.5%;
  padding: 1px;
  box-shadow: 0 1px 1px #000;
  transition: background .3s ease;
  font-size: 0;
  font-size: 0;
  z-index: 9;
}
.custom-home-row-group .custom-home-slider button.slick-next.slick-arrow:hover,
.custom-home-row-group .custom-home-slider button.slick-prev.slick-arrow:hover{
  background: rgba(0,0,0,.4);
}
.custom-home-row-group .custom-home-slider button.slick-next:before,
.custom-home-row-group .custom-home-slider button.slick-prev:before{
  font-size: 26px !important;
  line-height: 34px;
  margin-left: 5px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0,0);
  color: #fff !important;
  opacity: 1;
}
.custom-home-row-group .custom-home-slider .slick-next:before {
  content: "\f054";
}
.custom-home-row-group .custom-home-slider button.slick-prev:before {
  content: "\f053";
  left: -2px;
  position: relative;
  margin: 0;
}
/* ============== Pillar Layout ============ */
.pillimg img {
  float: right;
  max-width: 75px!important;
}
/* ============== Industries Layout ============ */
.industries-layout .custom-top-header {
  margin-top: -1px;
}
.industries-layout .custom-top-header p {
  font-size: 18px;
  line-height: 1.3em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  font-style: italic;
}
.industries-layout .main-content {
  padding: 15px 0 20px;
}
.industries-layout .main-content p {
  margin: 0 0 10px;
}
.custom-six-column-hover-effect-image .custom-column-image {
  width: 16.66%;
  float: left;
  position: relative;
  overflow: hidden;
}
.custom-six-column-hover-effect-image .custom-column-image img {
  width: 100%;
  height: auto;
  transition: all .2s ease-in-out;
}
.custom-six-column-hover-effect-image .custom-column-image a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.custom-six-column-hover-effect-image .custom-column-image .text-box {
  background: rgba(68,68,68,.8);
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  display: none;
  text-align: center;
}
.custom-six-column-hover-effect-image .custom-column-image .text-box h3 {
  word-wrap: break-word;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 35%;
  color: #fff;
}
.custom-six-column-hover-effect-image .custom-column-image:hover .text-box {
  display: block;
}

/* ============== One Column Bottom ============ */
.one-column-bottom .custom-top-header {
  margin-top: -1px;
}
.one-column-bottom .custom-top-header p {
  font-size: 18px;
  line-height: 1.3em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  font-style: italic;
}
.one-column-bottom .main-content {
  padding: 15px 0 30px;
}
.one-column-bottom .main-content p {
  margin: 0 0 10px;
}
.one-column-bottom .main-content .hs_cos_wrapper_type_rich_text p:last-of-type {
  margin: 0;
}
.one-column-bottom .main-content ul {
  padding: 0;
  margin: 0 0 10px;
  list-style-type: none;
}
.one-column-bottom .main-content .hs_cos_wrapper_type_rich_text h2 {
  font-weight: 500;
  padding-top: 15px;
}
.custom-two-column-left-image {
  margin: 20px -15px 0;
}
.custom-two-column-left-image .custom-left-column-image {
  width: 33.33%;
  float: left;
  padding: 0 15px;
  margin-top: 20px;
}
.custom-two-column-left-image .custom-left-column-image img {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.custom-two-column-left-image  .custom-right-column-content {
  width: 66.66%;
  float: left;
  padding: 0 15px;
}
.custom-two-column-left-image  .custom-right-column-content P {
  margin: 0 0 10px;
}

.one-column-bottom .custom-full-bottom-group {
  padding: 30px 0 10px;
  background: #eaebed;
}
.one-column-bottom .custom-full-bottom-group h4 {
  font-weight: bold;
}
.one-column-bottom .custom-full-bottom-group .right-col-flexi h4 {
  margin-bottom: 10px;
}
.one-column-bottom .custom-full-bottom-group ul {
  margin: 0;
  padding: 0 0 29px;
  list-style-type: none;
}
.one-column-bottom .custom-full-bottom-group ul li {
  padding-bottom: 5px;
}
.custom-four-column-image {
  margin: 0 -9px;
}
.custom-four-column-image .custom-column-image {
  float: left;
  padding: 0 10px;
}
.custom-four-column-image .custom-column-image img {
  width: 70px;
}

.one-column-bottom .custom-full-bottom-group .custom-four-column-image {
  padding-bottom: 29px;
  float: left;
}

a.custom-blue-btn {
  color: #fff;
  background-color: #0377be;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #0077b3;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
}
a.custom-blue-btn:hover {
  color: #fff;
  background-color: #069;
  border-color: #004e75;
}

.custom-three-column-equla-module {
  margin: 0 -15px;
}
.custom-three-column-equla-module .custom-column {
  width: 33.33%;
  float: left;
  padding: 0 15px 30px;
}
.custom-three-column-equla-module .custom-column p {
  margin: 0 0 10px;
}
.custom-three-column-equla-module .custom-column ul {
  padding: 0;
}
.custom-four-column-equal-content {
  margin: -1px -15px;
}
.custom-four-column-equal-content .custom-column-wrap {
  width: 25%;
  float: left;
  padding: 0 15px 31px;
}
.main-content .icon-call:before {
  content: "\e612";
}
.main-content .icon-email:before {
  content: "\e613";
}
.custom-two-column-equal-module {
  margin: 0 0 10px;
}
.custom-two-column-equal-module .custom-left-content {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.custom-two-column-equal-module .custom-left-content img,
.custom-two-column-equal-module .custom-right-content img {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.custom-two-column-equal-module .custom-right-content {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.custom-two-column-equal-module .custom-left-content ul,
.custom-two-column-equal-module .custom-right-content ul {
  margin-left: 5%;
}
.custom-two-column-equal-module .custom-left-content ul li ,
.custom-two-column-equal-module .custom-right-content ul li {
  margin-bottom: 10px;
}
.custom-two-column-equal-module .custom-left-content ul li:before ,
.custom-two-column-equal-module .custom-right-content ul li:before {
  content: "\e080";
  font-family: 'Saira', sans-serif;
  font-size: 9px;
  float: left;
  margin-top: 1px;
  margin-left: -17px;
  color: #ccc;
}


/* =========== Series Layout ========== */

.series-layout .content-wrapper {
  padding-top: 14px;
  padding-bottom: 30px;
}
.series-layout .custom-series-top-header {
  padding-bottom: 30px;
}

.chamber-image-column {
  background-color: #e5e6ea;
  padding: 40px 20px;
  border: 2px solid #fff;
  position: relative;
  box-shadow: 1px 1px 4px 1px rgba(0,0,0,.2);
  text-align: center;
  margin-bottom: 20px;
}
.chamber-image-column img.custom-top-image-icon {
  width: 160px;
  top: -12px;
  z-index: 1;
  position: absolute;
  left: -17px;
}
img.custom-bottom-image-icon {
  right: 4.3%;
  bottom: 4.5%;
  z-index: 2;
  width: 70px !important;
  position: absolute;
}
.chamber-image-column img {
  height: auto;
  width: 100%;
  transition: all .2s ease-in-out;
}
.chamber-image-column a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.custom-series-tabberlive .tabbertabhide,
.custom-series-tabberlive .custom-tabberlive-header {
  display: none;
}
.custom-series-tabberlive ul.tabbernav:empty {
  display: none;
}
.custom-series-tabberlive ul.tabbernav {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border-bottom: 1px solid #ddd;
  width: 100%;
  float: left;
}
.custom-series-tabberlive ul.tabbernav > li {
  float: left;
  margin-bottom: -1px;
}
.custom-series-tabberlive ul.tabbernav > li.tabberactive a {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.custom-series-tabberlive ul.tabbernav > li.tabberactive a:hover {
  background: transparent;
  border: 1px solid #ddd;
  background-color: #fff;
  border-bottom: 1px solid transparent;
}
.custom-series-tabberlive ul.tabbernav > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  text-decoration: none!important;
  border-radius: 0;
  color: #444;
  padding: 10px 15px;
  display: block;
  font-size: 14px;
}
.custom-series-tabberlive ul.tabbernav > li > a:hover {
  border-color: #eee #eee #ddd;
  background-color: #eee;
}
.custom-series-tabber .tabber > div {
  display: none;
}

.custom-series-tabberlive .custom-tabberlive-content {
  float: left;
  width: 100% !important;
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  border-top: 0;
  margin-bottom: 20px;
  display: none;
}
.custom-series-tabberlive .custom-tabberlive-content p {
  margin: 0 0 10px;
}
.custom-series-tabberlive .custom-tabberlive-content p:last-of-type {
  margin: 0;
}
.custom-series-tabberlive .custom-tabberlive-content h4 {
  margin: 10px 0;
}
.custom-series-tabberlive .custom-tabberlive-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.custom-series-tabberlive .custom-tabberlive-content ul li a {
  cursor:pointer;
}
table.custom-tabber-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
table.custom-tabber-table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
table.custom-tabber-table >tbody>tr>td,
table.custom-tabber-table >tbody>tr>th, 
table.custom-tabber-table >tfoot>tr>td, 
table.custom-tabber-table >tfoot>tr>th, 
table.custom-tabber-table >thead>tr>td,
table.custom-tabber-table >thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  text-align:left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.series-layout .custom-series-bottom-group {
  padding: 30px 0 50px;
  background: #eaebed;
}
.series-layout .custom-series-bottom-group .custom-bottom-ribbon {
  padding-bottom: 20px;
}
.series-layout .custom-series-bottom-group .custom-bottom-ribbon h6 {
  position: absolute;
  margin: -45px 0 0;
  padding: 10px 20px 6px;
  color: #fff;
  font-size: 14px;
  background: #0377be;
  font-weight: normal;
  line-height: 23px;
}
.series-layout .custom-series-bottom-group .custom-bottom-ribbon h6:before {
  left: -10px;
  border-right: 10px solid #005580;
  border-top: 16px solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 0;
  width: 7px;
}
.custom-two-column-equal-pop {
  border-bottom: 2px solid #bdbdbd;
  padding: 20px 0;
  text-align: center;
  margin: 0 -15px;
}
.custom-two-column-equal-pop .custom-left-column-image {
  width: 41.66%;
  float: left;
  padding: 0 15px;
}
.custom-two-column-equal-pop .custom-left-column-image img {
  display: block;
  padding: 4px;
  line-height: 1.42857;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
}
.custom-two-column-equal-pop .custom-right-column-content {
  width: 50%;
  float: right;
  padding: 0 15px;
  margin-left: 8.33%;
}
.custom-two-column-equal-pop .custom-right-column-content .custom-top-content h3 {
  font-weight: bold;
  line-height: 31px;
  position: relative;
  padding: 0 0 22px;
  margin-bottom: 0;
}
.custom-two-column-equal-pop .custom-right-column-content .custom-top-content h3:before {
  height: 2px;
  background: #252525 none repeat scroll 0 0;
  margin: 10px auto 0;
  width: 36px;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  content: '';
}
.custom-two-column-equal-pop .custom-right-column-content .custom-top-content p {
  margin: 20px 0 10px;
}
.custom-two-column-equal-pop .custom-right-column-content .custom-top-content h4 {
  font-weight: bold;
  margin: 20px 0 10px;
}
.custom-two-column-equal-pop .custom-right-column-content .custom-top-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.custom-two-column-equal-pop .custom-right-column-content .custom-top-content ul li {
  padding-bottom: 5px;
}
button.custom-pop-toggle,
.custom-two-column-equal-pop a.custom-popup-link {
  color: #fff;
  white-space: normal !important;
  background-color: #0377be;
  border-color: #0077b3;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: -10px 0 0;
  font-family: 'Saira', sans-serif;
}
button.custom-pop-toggle:hover,
.custom-two-column-equal-pop a.custom-popup-link:hover {
  color: #fff;
  background-color: #069;
  border-color: #004e75;
}
.custom-request-quote-popup {
  background-color: rgba(0,0,0,0.5);
  display: none;

}
.custom-request-quote-popup input[type="text"],
.custom-request-quote-popup input[type="password"], 
.custom-request-quote-popup input[type="datetime"],
.custom-request-quote-popup input[type="datetime-local"], 
.custom-request-quote-popup input[type="date"], 
.custom-request-quote-popup input[type="month"], 
.custom-request-quote-popup input[type="time"], 
.custom-request-quote-popup input[type="week"], 
.custom-request-quote-popup input[type="number"], 
.custom-request-quote-popup input[type="email"], 
.custom-request-quote-popup input[type="url"],
.custom-request-quote-popup input[type="search"],
.custom-request-quote-popup input[type="tel"], 
.custom-request-quote-popup input[type="color"],
.custom-request-quote-popup input[type="file"], 
.custom-request-quote-popup textarea,
.custom-request-quote-popup select {
  max-width: 100%;
}
.custom-request-quote-popup textarea {
  min-height: 74px;
}
.custom-request-quote-popup .actions {
  padding: 15px 95px 15px 15px;
  border-top: 1px solid #e5e5e5;
  margin: 0 -15px;
  text-align: right;
}
.custom-request-quote-popup .custom-request-quote-popup-inner {
  position: relative;
}
.custom-request-quote-popup button.cancel-btn {
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 14px;
  bottom: 31px;
  margin-left: 10px;
}
.custom-request-quote-popup button.cancel-btn:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.custom-two-column-equal-pop .custom-pop-content,
.custom-popup-group,
.custom-request-quote-popup {
  overflow-x: hidden;
  display: none;
  overflow: auto !important;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  max-height: 100vh;
  z-index: 99999999;
}
.custom-two-column-equal-pop .custom-pop-content-inner-grp,
.custom-popup-group .custom-pop-content-inner-grp,
.custom-request-quote-popup-inner {
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
  width: 600px !important;
  margin: 30px auto !important;
  z-index: 9;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  background-clip: padding-box;
  padding: 15px;
  text-align: left;
  float: none !important;
}
.custom-popup-group .custom-pop-content-inner-grp img {
  margin: 0 auto;
  float: none;
  display: block;
}
.custom-two-column-equal-pop .custom-pop-content-inner-grp h2,
.custom-popup-group .custom-pop-content-inner-grp h3,
.custom-popup-group .custom-pop-content-inner-grp h2,
.custom-request-quote-popup-inner h3 {
  margin: 0 -15px 15px;
  line-height: 1.42857;
  font-family: 'Saira', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 15px 15px;
}
.custom-two-column-equal-pop .custom-pop-content-inner-grp p,
.custom-popup-group .custom-pop-content-inner-grp p {
  margin-left: 20px;
}
.custom-two-column-equal-pop .custom-pop-content-inner-grp h4,
.custom-popup-group .custom-pop-content-inner-grp h4 {
  margin: 10px 0 10px 20px;
}
.custom-two-column-equal-pop .custom-pop-content-inner-grp ul,
.custom-popup-group .custom-pop-content-inner-grp ul {
  list-style-type: disc;
  font-size: .85em;
  list-style-position: inside;
  margin: -10px 0 0 40px;
  padding: 0;
}
.custom-two-column-equal-pop .custom-pop-content-inner-grp .close-icon-col,
.custom-popup-group .custom-pop-content-inner-grp .close-icon-col {
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  margin: 15px -15px 0;
  text-align: right;
  padding-left: 15px;
  padding-right: 15px;
}
button.custom-close-icon {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #ccc;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  font-family: 'Saira', sans-serif;
}
button.custom-close-icon:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
table.custom-tabber-table a.fancybox {
  position: relative;
}
table.custom-tabber-table span.custom-tooltip-content {
  position: absolute;
  background-color: #fff;
  padding: 9px 14px;
  border: 1px solid rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  border-radius: 4px;
  top: 20px;
  left: -30px;
  margin-top: 10px;
  opacity: 0;
}
table.custom-tabber-table a.fancybox:hover span.custom-tooltip-content{
  opacity: 1;
}
table.custom-tabber-table span.custom-tooltip-content:before {
  border: 11px solid rgba(0,0,0,.25);
  width: 0;
  height: 0;
  position: absolute;
  left: 40%;
  content: '';
  right: 0;
  top: -23px;
  z-index: 99;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 11px solid transparent;
  display: block;
}
table.custom-tabber-table span.custom-tooltip-content:after {
  border: 11px solid #fff;
  width: 0;
  height: 0;
  position: absolute;
  left: 40%;
  content: '';
  right: 0;
  top: -22px;
  z-index: 99;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 11px solid transparent;
  display: block;
}

/* ====== Loaction Layout ======== */

.location-layout .custom-location-row1 h2 {
  font-weight: 500;
  margin: 14px 0 20px;
}
.location-layout .custom-location-row1 p {
  padding: 0 15px;
  margin: 0 0 20px;
}
.custom-location-row {
  padding: 0 0 40px;
}
.custom-location-row .custom-location-row-right {
  margin-left: 0 !important;
}
.custom-location-row .custom-location-row-right iframe {
  border: 0;
}
.custom-location-row .custom-location-row-left {
  float: right;
}
.custom-location-row .custom-location-row-left p {
  margin: -10px 0 10px;
}
.custom-two-column-left-hover-effect {
  margin: 0 -15px 55px;
  position: relative;
  padding: 0 0 67px;
}
.custom-two-column-left-hover-effect:before {
  width: 88%;
  height: 2px;
  background: #252525 none repeat scroll 0 0;
  margin: 10px auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.main-content .hs_cos_wrapper_widget:last-child .custom-two-column-left-hover-effect {
  padding: 0;
  margin-bottom: 26px;
}
.main-content .hs_cos_wrapper_widget:last-child .custom-two-column-left-hover-effect:before {
  display: none;
}
.custom-two-column-left-hover-effect .custom-left-column-image {
  width: 33.33%;
  float: left;
  padding: 0 15px;
  margin: 40px 0;
}
.custom-two-column-left-hover-effect .custom-left-column-image .custom-left-column-inner {
  background-color: #e5e6ea;
  padding: 40px 20px;
  border: 2px solid #fff;
  position: relative;
  box-shadow: 1px 1px 4px 1px rgba(0,0,0,.2);
}
.custom-two-column-left-hover-effect .custom-left-column-image .custom-left-column-inner img {
  width: 200px;
  transition: all .2s ease-in-out;
  margin: 0 auto;
  display: block;
}
.custom-two-column-left-hover-effect .custom-left-column-image .text-box {
  background: rgba(68,68,68,.8);
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  display: none;
  text-align: center;
}
.custom-two-column-left-hover-effect .custom-left-column-image .custom-left-column-inner:hover .text-box {
  display: block;
}
.custom-two-column-left-hover-effect .custom-left-column-image .text-box .text-box-inner {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 100%;
  margin-left: -50%;
  padding: 10px;
}
.custom-two-column-left-hover-effect .custom-right-column-content {
  width: 66.66%;
  float: left;
  padding: 0 15px;
}
.custom-two-column-left-hover-effect .custom-right-column-content h2 {
  margin: 0 0 20px;
  padding: 0 0 10px;
  text-align: center;
}
.custom-two-column-left-hover-effect .custom-right-column-content h2 a {
  color: #444;
}
.custom-two-column-left-hover-effect .custom-right-column-content hr {
  width: 36px;
  height: 2px;
  background: #252525 none repeat scroll 0 0;
  margin: 10px auto 30px;
}
.custom-two-column-left-hover-effect .custom-right-column-content p {
  margin: 0 0 10px;
}
.custom-two-column-left-hover-effect .custom-right-column-content p:last-of-type {
  margin: 0;
}
a.learn-more-btn {
  border: 2px solid #444;
  color: #444;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  word-spacing: 1px;
  transition: all .2s ease-in-out 0s;
  padding: 16px 27px;
  line-height: normal;
  display: inline-block;
  margin-top: 16px;
}
a.learn-more-btn:hover {
  background-color: #0377be;
  border-color: #0377be;
  color: #fff;
}
.icon-thermalshock:before {
  content: "\e603";
}
.icon-corrosion:before {
  content: "\e606";
}
.icon-floor:before {
  content: "\e60a";
}
.icon-walkin:before {
  content: "\e60b";
}
.icon-custom:before {
  content: "\e995";
}
/* ========= One Column Layout ========= */

.one-column-layout .main-content h1 {
  margin: 19px 0 25px;
}

.one-column-layout .custom-two-column-left-image .custom-left-column-image {
  width: 25%;
}
.one-column-layout .custom-two-column-left-image .custom-left-column-image img {
  border: 0;
  padding: 0;
}
.one-column-layout .custom-two-column-left-image  .custom-right-column-content {
  width: 75%;
}
.one-column-layout .custom-two-column-left-image  .custom-right-column-content ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.one-column-layout .custom-four-column-image {
  margin: 0 -20px 30px;
  overflow: hidden;
}
.one-column-layout .custom-four-column-image .custom-column-image { 
  padding: 0 20px;
}
.one-column-layout .custom-four-column-image .custom-column-image img {
  width: 100px;
}
table.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  border-spacing: 0;
}
table.table.table-striped>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  padding: 8px;
  line-height: 1.42857143;
  text-align: left;
}
.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table>thead>tr>th img {
  max-width: 200px;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
  border-top: 0;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, 
.table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  text-align: left;
}
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active, 
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th, 
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td, 
.table>thead>tr.active>th, 
.table>thead>tr>td.active, 
.table>thead>tr>th.active {
  background-color: #f5f5f5;
}
table.sensor-table>thead>tr>th img {
  max-width: 100%;
  height: auto;
}
table.table.table-striped.sensor-table {
  table-layout: fixed;
}

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

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.about-aes-layout .custom-top-heading-col {
  padding: 15px 0 0;
}
.about-aes-layout .custom-top-heading-col p {
  margin: 0 0 10px;
}
.about-aes-layout .custom-top-heading-col h1 {
  margin-bottom: 20px;
}
.about-aes-layout .custom-top-heading-col h2 {
  font-size: 22px;
  margin: 40px 0 0;
}
.about-aes-layout .custom-four-column-top-image .custom-column-image {
  margin: 0 0 35px;
}
.about-aes-layout .custom-four-column-top-image .custom-column-image h6 {
  margin: 0;
}
.about-aes-layout .custom-four-column-top-image .custom-column-image .custom-top-image {
  padding: 4px;
}
.about-aes-layout .custom-four-column-top-image .custom-column-image .custom-top-image img {
  height: 100%;
}
.about-aes-layout .custom-about-bottom-row {
  padding: 30px 0 15px;
}
.about-aes-layout .custom-about-bottom-row h2 {
  margin-bottom: 20px;
}
.custom-three-column-top-image {
  margin: 30px -15px 0;
}
.custom-three-column-top-image .custom-column-group {
  width: 33.33%;
  float: left;
  padding: 0 15px 30px;
  text-align: center;
}
.custom-three-column-top-image .custom-column-group img {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
  display: inline-block;
  width: 100%;
}
.custom-three-column-top-image .custom-column-group  p {
  margin: 10px 0;
}
.custom-three-column-top-image .custom-column-group  p em {
  display: block;
  font-size: .9em;
}

/***** Coustom CTA for Home *******/

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

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

.dark-dray-wrap {background:#DEE4E6;padding:5px 0 15px;color:#263238;}  
.gray-left ul, .gray-right ul {list-style: none;padding-left: 0px;margin-bottom: 0;}
.gray-left ul li, .gray-right ul li{margin:0 0 3px;}
.gray-left ul li a, .gray-right ul li a {color:#263238;/*font-size: 16px;letter-spacing: 0;line-height: 20px;font-weight: 500;*/}
.gray-left h3, .gray-right h3, .gray-middle h3 {font-size: 20px;letter-spacing: 0;font-weight: 500;color: #263238;margin-bottom:15px;}
/*.gray-middle h3 {font-size: 18px;letter-spacing: 0;font-weight: 500;}*/
.custom-footer-group {background: #DEE4E6;font-size: 14px;}
.custom-footer-group .bordered  {border-top: solid 1px #fff;padding-top: 15px;}
/*.custom-footer-group .page-center {float: none;max-width: 100% !important;margin: 0 auto;padding-left: 15px;padding-right: 15px;}*/
.custom-footer-left-col img {float:left;margin-top:0px;margin-right:12px;}
.custom-footer-left-col p{margin: 0;}
.custom-footer-left-col .address-holder{overflow:hidden;line-height: 18px;}
.custom-footer-left-col .address-holder a {font-size: 12px;color: #263238;line-height: 14px;}
.custom-footer-left-col address-holder a:hover {color: #263238;}
/*.custom-footer-social-icon {float: right  !important;max-width: 217px;}*/

/*.custom-footer-left-col {max-width: 440px;margin: 0 auto !important;float: none !important;}*/
.custom-footer-social-icon a span {font-size: 25px;height: 25px;line-height: 25px;width: calc(96%/6);color: #657884;text-align: left;}
/*.custom-footer-social-icon a span {
font-size: 18px;
margin: 15px 10px 0 0;
height: 30px;
line-height: 30px;
width: 30px;
color: #333;
text-align: center;
}*/
.custom-footer-social-icon {padding-top: 20px;}
/*.footer-subscribe {padding-top: 7.3%;}
.footer-subscribe {margin-top: 20px;}*/
.custom-footer-social-icon a span:hover {color: #0377be;}
.custom-footer-social-icon span {font-size: 14px;color: #263238; /*color: hsla(0,0%,100%,.8);*/}
.custom-footer-social-icon p {margin: 0 0 10px;}

.footer-subscribe form {position: relative;}
.footer-subscribe h3 {font-size: 16px;letter-spacing: 0;font-weight: 500;color: #263238;margin-top: 0;}
/*.footer-subscribe label {display: none;}*/
.hs_submit.hs-submit { display: inline-block; }
.footer-subscribe label { margin-bottom: 0!important; }
.footer-subscribe .hs-error-msgs label {display: block !important;color: #fff;}
/*.footer-subscribe .hs-email {float: left;width: 224px;max-width: 224px;}*/
.footer-subscribe .hs-email input {margin-bottom: 12px;height: 35px;border: solid 1px #ccc !important;background: transparent;color: #263238 !important;max-width: 100%;background:#fff;border-radius: 5px;background: #fff;font-size: 16px;font-family: 'Saira', sans-serif;}
.footer-subscribe .hs-email input::placeholder {color: #263238;}
/*.footer-subscribe .hs_submit.hs-submit {position: absolute;top: 0;right: 0;}*/
.footer-subscribe .hs_submit.hs-submit input {
  border: none !important;
  height: 33px;
  background: #0277be;
  color: #fff;
  font-size: 13px;
  line-height: 11px;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: 'Saira',sans-serif;
  position: relative;
  top: -2px;
}
.custom-footer-left-col {
  margin-top: 20px;
}
.custom-footer-social-icon {
  margin-top: 15px;
}
.footer-subscribe .hs_email {width: 60%;display:inline-block;margin-right: 6px;}

.copy-right-wrap {background: #657884;color: #fff;font-size: 14px;padding: 5px 0;margin-top:15px;}

a.back-to-top {
  display: none !important;
  width: 40px;
  height: 37px;
  padding-top: 3px;
  box-sizing: content-box;
  line-height: 40px;
  text-align: center;
  font-size: 30px;
  position: fixed;
  bottom: 120px;
  right: -40px;
  transition: all 1s ease;
  background-color: #252525;
  color: #fff!important;
  text-decoration: none;
  border-radius: 5px;
  z-index: 7;
}
a.back-to-top:hover {
  background-color: #0377be;
  color: #fff;
}
a.back-to-top.show {
  right: 12px;
}


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


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

/* Parent List */

.custom-menu-primary .hs-menu-wrapper > ul{
  display: block;
  float: right;
  /*    position: absolute;*/
  right: 336px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0,0);
  font-size: 15px;
  margin-left: 7.5px;
  content: "\f107";;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color: #666;
  /*padding: 40px 6px 20px;*/
  padding:20px 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
  min-width: 210px;
  border-radius: 0;
  border-top: 3px solid #0377be;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  border-left: 1px solid rgba(0,0,0,.15);
  border-right: 1px solid rgba(0,0,0,.15);
  border-bottom: 1px solid rgba(0,0,0,.15);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  padding: 15px 15px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1em;
  font-weight: 400;
  color: #666;
}

/* Custom Styling */ 
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  z-index: 14 !important;
}
.custom-menu-primary .hs-menu-wrapper>ul li:first-child ul li:first-child ul {left: 0 !important;top: 140px !important;max-width: 17.4% !important;width: 17.4% !important;min-width: 17.4% !important;border: 1px solid #fff !important;box-shadow: none !important;/*background: #cc0033 !important;*/ }
.custom-menu-primary .hs-menu-wrapper>ul li:first-child ul ul.hs-menu-children-wrapper {left: 0 !important;top: 140px !important;max-width: 20% !important;width: 20% !important;border: 1px solid #fff !important;box-shadow: none !important;/*background: #cc0033 !important;*/}
.custom-menu-primary .hs-menu-wrapper>ul li:first-child ul ul.hs-menu-children-wrapper li {float: none !important;width: 100% !important;text-align: left !important;border-bottom: solid 1px #fff;}
.custom-menu-primary .hs-menu-wrapper>ul li:first-child ul ul.hs-menu-children-wrapper li a {padding-top: 20px !important;padding-bottom: 10px !important;padding-left: 30% !important;min-height: 50px !important;background: #fff;color: #666;text-transform: uppercase !important;text-shadow: none !important;}
.custom-menu-primary .hs-menu-wrapper>ul li:first-child ul ul.hs-menu-children-wrapper li:last-child {border-bottom: none !important;}

.custom-menu-primary .hs-menu-wrapper>ul li:first-child ul li:hover a {background: #0377be;color: #fff;}
.custom-menu-primary .hs-menu-wrapper>ul li:first-child ul li:hover a:before, .custom-menu-primary .hs-menu-wrapper>ul li:first-child ul li:hover a:after {color: #fff;}
.custom-menu-primary .hs-menu-wrapper>ul li:first-child ul ul.hs-menu-children-wrapper li:hover a {background: #0377be;color:#0377BE !important;}

.custom-menu-primary .hs-menu-wrapper>ul li:first-child ul li a[href*="/products?test_profile_th=Temperature+and+Humidity"]:hover {background-color: #0377be;}



.custom-menu-primary .hs-menu-wrapper>ul li:first-child ul ul.hs-menu-children-wrapper li:first-child a,
.custom-menu-primary .hs-menu-wrapper>ul li:first-child ul ul.hs-menu-children-wrapper li:nth-child(2) a,
.custom-menu-primary .hs-menu-wrapper>ul li:first-child ul ul.hs-menu-children-wrapper li:nth-child(3) a,
.custom-menu-primary .hs-menu-wrapper>ul li:first-child ul ul.hs-menu-children-wrapper li:nth-child(4) a,
.custom-menu-primary .hs-menu-wrapper>ul li:first-child ul ul.hs-menu-children-wrapper li:nth-child(5) a
{position: relative;}

.custom-menu-primary .hs-menu-wrapper>ul li:first-child ul ul.hs-menu-children-wrapper li:first-child a:before {
  width: 30px;height: 30px;left: 12px;top: -8px;content: url(https://www.associatedenvironmentalsystems.com/hubfs/nav-svg/icon-Benchtop-gray-svg.svg);position: absolute;transform: scale(.1);
}

.custom-menu-primary .hs-menu-wrapper>ul li:first-child ul ul.hs-menu-children-wrapper li:nth-child(2) a:before {
  width: 30px;height: 30px;left: 12px;top: -8px;content: url(https://www.associatedenvironmentalsystems.com/hubfs/nav-svg/icon-Floor-gray-svg.svg);position: absolute;transform: scale(.1);
}
.custom-menu-primary .hs-menu-wrapper>ul li:first-child ul ul.hs-menu-children-wrapper li:nth-child(3) a:before {
  width: 30px;height: 30px;left: 6px;top: -19px;content: url(https://www.associatedenvironmentalsystems.com/hubfs/nav-svg/icon-Benchtop-stackable-gray.svg);position: absolute;transform: scale(.14);
}
.custom-menu-primary .hs-menu-wrapper>ul li:first-child ul ul.hs-menu-children-wrapper li:nth-child(4) a:before {
  width: 30px;height: 30px;left: 12px;top: -8px;content: url(https://www.associatedenvironmentalsystems.com/hubfs/nav-svg/icon-cycling-lt-gray-svg.svg);position: absolute;transform: scale(.09);
}
.custom-menu-primary .hs-menu-wrapper>ul li:first-child ul ul.hs-menu-children-wrapper li:nth-child(5) a:before {
  width: 30px;height: 30px;left: 12px;top: -8px;content: url(https://www.associatedenvironmentalsystems.com/hubfs/nav-svg/icon-stability-gray-svg.svg);position: absolute;transform: scale(.09);
}


.custom-menu-primary .hs-menu-wrapper>ul li:first-child ul ul.hs-menu-children-wrapper li:first-child:hover a:before {
  width: 30px;height: 30px;left: 12px;top: -8px;content: url(https://www.associatedenvironmentalsystems.com/hubfs/nav-svg/icon-Benchtop-white-svg.svg);position: absolute;transform: scale(.1);
}

.custom-menu-primary .hs-menu-wrapper>ul li:first-child ul ul.hs-menu-children-wrapper li:nth-child(2):hover a:before {
  width: 30px;height: 30px;left: 12px;top: -8px;content: url(https://www.associatedenvironmentalsystems.com/hubfs/nav-svg/icon-Floor-white-svg.svg);position: absolute;transform: scale(.1);
}
.custom-menu-primary .hs-menu-wrapper>ul li:first-child ul ul.hs-menu-children-wrapper li:nth-child(3):hover a:before {
  width: 30px;height: 30px;left: 6px;top: -19px;content: url(https://www.associatedenvironmentalsystems.com/hubfs/nav-svg/icon-Benchtop-stackable-white.svg);position: absolute;transform: scale(.14);
}
.custom-menu-primary .hs-menu-wrapper>ul li:first-child ul ul.hs-menu-children-wrapper li:nth-child(4):hover a:before {
  width: 30px;height: 30px;left: 12px;top: -8px;content: url(https://www.associatedenvironmentalsystems.com/hubfs/nav-svg/icon-cycling-lt-white-svg.svg);position: absolute;transform: scale(.09);
}
.custom-menu-primary .hs-menu-wrapper>ul li:first-child ul ul.hs-menu-children-wrapper li:nth-child(5):hover a:before {
  width: 30px;height: 30px;left: 12px;top: -8px;content: url(https://www.associatedenvironmentalsystems.com/hubfs/nav-svg/icon-stability-white-svg.svg);position: absolute;transform: scale(.09);
}


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

@media(max-width:5000px){

  .custom-header-group .page-center {
    /*max-width: 100% !important;
    padding: 0 !important;*/
    max-width: 1170px !important;
    padding: 0 !important;
    position: relative;
  }

}

@media(max-width:1369px){

  .custom-header-group .page-center {
    /*max-width: 100% !important;
    padding: 0 !important;*/
    max-width: 100% !important;
    padding: 0 !important;
    position: relative;
  }

}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1200px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .safari .custom-menu-primary .hs-menu-wrapper > ul{
    right: 367px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch a{
    background-color: #0377be;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch.active > a{
    background: #0377be;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:first-child {
    position: static;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:first-child ul {
    min-width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li:nth-child(4) {
    /*width: 19%;*/
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li {
    width: 11.8%;
    float: left;
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li:first-child {
    width: 17.4%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li a {
    padding: 20px 0 40px;
    min-height: 140px;
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li a[href*="/products?test_profile_th=Temperature+and+Humidity"]:hover{
    background-color: #0377be;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li a:before {
    font-size: 4em;
    line-height: 1.4em;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: .9;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    padding: 12px 0px 10px 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li a[href*="/products?test_profile_th=Temperature+and+Humidity"]:before {
    content: "\e601";
    font-size: 4em;
    line-height: 1.4em;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: .9;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    padding: 12px 50px 10px 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li a[href*="/products?test_profile_th=Temperature+and+Humidity"]:after { 
    /*content: "\e604";
    font-size: 4em;
    line-height: 1.4em;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: .9;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 31px;
    right: 112px;*/
  }

  /*.custom-menu-primary .hs-menu-wrapper>ul li:first-child ul li a[href*="/chambers/temperature-humidity"]:before {
  content: url(https://www.associatedenvironmentalsystems.com/hubfs/Icons/icon-Humidity-Heat-gray.svg);
  width: 100px;margin-left: calc(50% - 50px);}

  .custom-menu-primary .hs-menu-wrapper>ul li:first-child ul li:hover a[href*="/chambers/temperature-humidity"]:before {
  content: url(https://www.associatedenvironmentalsystems.com/hubfs/Icons/icon-Humidity-Heat-white.svg);
  width: 100px;margin-left: calc(50% - 50px);}*/

  .custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li a[href*="/products?test_profile_th=Thermal+Shock"]:hover {
    background: #0377be;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li a[href*="/products?test_profile_th=Thermal+Shock"]:before {
    content: "\e603";
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li a[href*="/products?test_profile_th=Corrosion/Salt+Spray"]:hover {
    background: #0377be;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li a[href*="/products?test_profile_th=Corrosion/Salt+Spray"]:before {
    content: "\e606";
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li a[href*="/series/bd"]:hover {
    background: #0377be;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li a[href*="/series/bd"]:before {
    content: "\e60a";
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li a[href*="/products?test_profile_th=Liquid+Cooled+Ovens"]:before { /*edited 06/29/20*/
    /*content: "\e60a";*/
    /*content:url('https://www.associatedenvironmentalsystems.com/hubfs/Icons/NavIcon_LiquidCooledOvens.svg');transform: scale(0.7);
    height: 72px;
    transform: scale(0.185);
    padding: 0;
    position:relative;
    top: -26px;
    opacity: 0.85;*/
    content: "\e901";
    color: #666;
    font-family: 'icomoon-new';
  }
  /*edited 06/29/20*/
  .custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li:hover a[href*="/products?test_profile_th=Liquid+Cooled+Ovens"]:before  { 
    color: #fff !important;
    /*content:url('https://www.associatedenvironmentalsystems.com/hubfs/Icons/NavIcon_LiquidCooledOvens-white.svg');
    opacity:1;*/
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li:hover a[href*="/products?test_profile_th=Laboratory+Ovens"]:before {
    color: #fff !important;
    /*content:url('https://www.associatedenvironmentalsystems.com/hubfs/Icons/NavIcon_LaboratoryOvens-white.svg');
    opacity:1;*/
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li a[href*="/products?test_profile_th=Laboratory+Ovens"]:before { /*edited 06/29/20*/
    /*content: "\e60a";*/
    content: "\e900";
    color: #666;
    font-family: 'icomoon-new';
    /*content:url('https://www.associatedenvironmentalsystems.com/hubfs/Icons/NavIcon_LaboratoryOvens.svg');transform: scale(0.7);
    height: 72px;
    transform: scale(0.28);
    padding: 0;
    position: relative;
    top: -23px;
    opacity: 0.85;*/
  }

  /* quick ship in-stock / additions made 12/01/20 */
  .custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li a[href*="/quick-ship-test-chambers"]:before {
    color: #666;
    content:url('https://www.associatedenvironmentalsystems.com/hubfs/Icons/NavIcon_InStock.svg');
    opacity:1;
    height: 100px;
    width: 55px;
    margin: -3px auto -25px;
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li:hover a[href*="/quick-ship-test-chambers"]:before {
    color: #fff !important;
    content:url('https://www.associatedenvironmentalsystems.com/hubfs/Icons/NavIcon_InStock-white.svg');
    opacity:1;
  }
  /* end of 12/01/20 additions */

  .custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li a[href*="/chambers/walk-in"]:hover {
    background: #0377be;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li a[href*="/chambers/walk-in"]:before {
    content: "\e60b";
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li a[href*="/chambers/custom"]:hover {
    background: #0377be;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li a[href*="/chambers/custom"]:before {
    content: "\e995";
  }
}




/* A11y accessibility audit begins */
.safeDisplayNone,
.safe-display-none {
  display: inline-block !important;
  height: 1px;
  left: -9999px !important;
  line-height: 0px;
  overflow: hidden;
  position: absolute !important;
  top: 0;
  white-space: nowrap;
  width: 1px !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* A11y accessibility audit ends */


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

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

@media (max-width: 1199px){


  .custom-menu-primary .hs-menu-wrapper>ul li:first-child ul li:hover a {background: transparent;color: #666;}
  .custom-menu-primary .hs-menu-wrapper>ul li:first-child ul li:first-child ul {left: 0 !important;top: 140px !important;
    max-width: 100% !important;width: 100% !important;min-width: 100% !important;border: 0 !important;box-shadow: none !important;
    background: transparent !important;padding:0;}
  .custom-menu-primary .hs-menu-wrapper>ul li:first-child ul ul.hs-menu-children-wrapper li {border-bottom:0;}
  .custom-menu-primary .hs-menu-wrapper>ul li:first-child ul ul.hs-menu-children-wrapper li a:before{display:none !important;}
  .custom-menu-primary .hs-menu-wrapper>ul li:first-child ul ul.hs-menu-children-wrapper li a{padding-left:0 !important;color: #666 !important;}




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

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: -54px;
    right: 66px;
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 9px 10px;
    background: #ffffff; /* Background color */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000; 
  }

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

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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
  }

  .child-trigger i:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    font-size: 15px;
    margin-left: 7.5px;
    content: "\f107";
    position: absolute;
    right: -35px;
    font-size: 20px;
    top: 20px;
    color: #666;
  }
  .child-trigger.child-open i:after {
    content: "\f106";
  }

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

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

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 1px;
    left: 0;
    padding: 0;
    z-index: 99;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #fff;
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
    border-top: 1px solid #e7e7e7;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 13px; /* Font size of top level list items */
    line-height: 20px;
    overflow: visible;
    padding: 20px 16px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 700;
    color: #666;

  }
  .custom-menu-primary .hs-menu-wrapper > ul li:hover a {
    background: none!important;
    color: #666;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul ul li > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch.active > a {
    background: none!important;
    color: #0377be;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:hover .child-trigger i:after {
    color: #0377be;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    display: none;
  }


  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #fff;
    min-width: 100%;
    border-radius: 0;
    border-top: none;
    box-shadow: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    padding-left: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    padding: 20px 15px;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1em;
    font-weight: 700;
    color: #666;
  }

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

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  .mobile-open .custom-header-group .page-center:after {
    display: none;
  }
}





/* mega menu, new as of 12/22/20 */

/* Products dropdown start =====*/
.mega-menu .hs-menu-wrapper > ul li:first-child ul li a:before {
  content: ""!important;
  width: 68px!important;
  height: 68px!important;
  background-size: cover!important;
  margin: 0 auto 5px auto!important;
  opacity:0.75!important;
  transform: inherit!important;
  position:inherit!important;
  top:inherit!important;
  right:inherit!important;
}
/* three main levels */
.mega-menu .hs-menu-wrapper > ul li:first-child ul li:nth-child(1) a:before {
  background-image: url(https://www.associatedenvironmentalsystems.com/hubfs/Icons/AES_MegaMenu_Icons25.png);
}
.mega-menu .hs-menu-wrapper > ul li:first-child ul li:nth-child(2) a:before {
  background-image: url(https://www.associatedenvironmentalsystems.com/hubfs/Icons/AES_MegaMenu_Icons2.png);
}
.mega-menu .hs-menu-wrapper > ul li:first-child ul li:nth-child(3) a:before {
  background-image: url(https://www.associatedenvironmentalsystems.com/hubfs/Icons/AES_MegaMenu_Icons23.png);
}
/* child menu items */
.mega-menu .hs-menu-wrapper>ul li:nth-child(1) ul ul.hs-menu-children-wrapper li a:before,
.mega-menu .hs-menu-wrapper>ul li:nth-child(2) ul ul.hs-menu-children-wrapper li a:before, 
.mega-menu .hs-menu-wrapper>ul li:nth-child(3) ul ul.hs-menu-children-wrapper li a:before {
  content: ""!important;
  width: 50px!important;
  height: 50px!important;
  background-size: cover!important;
  margin: 0 auto 5px auto!important;
  left: inherit!important;
  position: inherit!important;
  top: inherit!important;
  transform: inherit!important;
  opacity:0.75!important;
}
/* test chambers // child menu items */
/*temperature only*/
.mega-menu .hs-menu-wrapper>ul li:nth-child(1) ul ul.hs-menu-children-wrapper li:nth-child(1) a:before {
  background-image: url(https://www.associatedenvironmentalsystems.com/hubfs/Icons/AES_MegaMenu_Icons1.png)!important;
}
/*temperature/humidity*/
.mega-menu .hs-menu-wrapper>ul li:nth-child(1) ul ul.hs-menu-children-wrapper li:nth-child(2) a:before {
  background-image: url(https://www.associatedenvironmentalsystems.com/hubfs/Icons/AES_MegaMenu_Icons30.png)!important;
}
/*in stock*/
.mega-menu .hs-menu-wrapper>ul li:nth-child(1) ul ul.hs-menu-children-wrapper li:nth-child(3) a:before {
  background-image: url(https://www.associatedenvironmentalsystems.com/hubfs/Icons/AES_MegaMenu_Icons8.png)!important;
}
/*thermal shock*/
.mega-menu .hs-menu-wrapper>ul li:nth-child(1) ul ul.hs-menu-children-wrapper li:nth-child(4) a:before {
  background-image: url(https://www.associatedenvironmentalsystems.com/hubfs/Icons/AES_MegaMenu_Icons27.png)!important;
}
/*corrosion*/
.mega-menu .hs-menu-wrapper>ul li:nth-child(1) ul ul.hs-menu-children-wrapper li:nth-child(5) a:before {
  background-image: url(https://www.associatedenvironmentalsystems.com/hubfs/Icons/AES_MegaMenu_Icons26.png)!important;
}
/*liquid cooled*/
.mega-menu .hs-menu-wrapper>ul li:nth-child(1) ul ul.hs-menu-children-wrapper li:nth-child(6) a:before {
  background-image: url(https://www.associatedenvironmentalsystems.com/hubfs/Icons/AES_MegaMenu_Icons18.png)!important;
}
/*laboratory ovens*/
.mega-menu .hs-menu-wrapper>ul li:nth-child(1) ul ul.hs-menu-children-wrapper li:nth-child(7) a:before {
  background-image: url(https://www.associatedenvironmentalsystems.com/hubfs/Icons/AES_MegaMenu_Icons28.png)!important;
}
/*walk in*/
.mega-menu .hs-menu-wrapper>ul li:nth-child(1) ul ul.hs-menu-children-wrapper li:nth-child(8) a:before {
  background-image: url(https://www.associatedenvironmentalsystems.com/hubfs/Icons/AES_MegaMenu_Icons29.png)!important;
}
/*custom*/
.mega-menu .hs-menu-wrapper>ul li:nth-child(1) ul ul.hs-menu-children-wrapper li:nth-child(9) a:before {
  /*background-image: url(https://www.associatedenvironmentalsystems.com/hubfs/Icons/AES_MegaMenu_Icons7.png)!important;*/
  background-image: url(https://www.associatedenvironmentalsystems.com/hubfs/Icons/AES_MegaMenu_Icons24.png)!important;
}
/* battery testing // child menu items */
/*atp prime*/
.mega-menu .hs-menu-wrapper > ul li:first-child ul.hs-menu-children-wrapper li:nth-child(2) ul.hs-menu-children-wrapper li:nth-child(1) a:before {
  background-image: url(https://www.associatedenvironmentalsystems.com/hubfs/Icons/AES_MegaMenu_Icons24.png)!important;
}
/*atp flex*/
.mega-menu .hs-menu-wrapper > ul li:first-child ul.hs-menu-children-wrapper li:nth-child(2) ul.hs-menu-children-wrapper li:nth-child(2) a:before {
  background-image: url(https://www.associatedenvironmentalsystems.com/hubfs/Icons/AES_MegaMenu_Icons21.png)!important;
}
/*atp heavy*/
.mega-menu .hs-menu-wrapper > ul li:first-child ul.hs-menu-children-wrapper li:nth-child(2) ul.hs-menu-children-wrapper li:nth-child(3) a:before {
  background-image: url(https://www.associatedenvironmentalsystems.com/hubfs/Icons/AES_MegaMenu_Icons-ATP-HEAVY.png)!important;
}
/* technology // child menu items */
/*aesone connect*/
.mega-menu .hs-menu-wrapper > ul li:first-child ul.hs-menu-children-wrapper li:nth-child(3) ul.hs-menu-children-wrapper li:nth-child(1) a:before {
  background-image: url(https://www.associatedenvironmentalsystems.com/hubfs/Icons/AES_MegaMenu_Icons31.png)!important;
}
/*aesone retrofit*/
.mega-menu .hs-menu-wrapper > ul li:first-child ul.hs-menu-children-wrapper li:nth-child(3) ul.hs-menu-children-wrapper li:nth-child(2) a:before {
  background-image: url(https://www.associatedenvironmentalsystems.com/hubfs/Icons/AES_MegaMenu_Icons32.png)!important;
}
/* Products dropdown end =====*/


.mega-menu .hs-menu-wrapper > ul li:first-child ul ul.hs-menu-children-wrapper {
  width: 33.33333% !important;
  border: none !important;
}
.mega-menu .hs-menu-wrapper>ul li:first-child ul li:first-child ul {
  border: none !important;
}


@media (min-width: 1200px) and (max-width:1600px) {
  .custom-menu-primary.mega-menu {
    padding-left: 7%;
  }
}


@media (min-width: 1200px) {
  .mega-menu .hs-menu-wrapper > ul ul li a:hover, .mega-menu .hs-menu-wrapper > ul ul li.active-branch a {
    background-color: #dadbdb;
    color: #666666;
  }
  .mega-menu .hs-menu-wrapper>ul>li:hover>a, .mega-menu .hs-menu-wrapper>ul>li.active-branch.active>a {
    background: #dadbdb;
    color: #666;
  }
  .mega-menu .hs-menu-wrapper>ul li:first-child ul li a {
    padding: 20px 0;
  }
  .mega-menu .hs-menu-wrapper > ul ul {
    min-width: auto;
  }
  .mega-menu .hs-menu-wrapper>ul li:nth-child(2) ul.hs-menu-children-wrapper li:nth-child(1) a, 
  .mega-menu .hs-menu-wrapper>ul li:nth-child(2) ul.hs-menu-children-wrapper li:nth-child(2) a, 
  .mega-menu .hs-menu-wrapper>ul li:nth-child(2) ul.hs-menu-children-wrapper li:nth-child(3) a, 
  .mega-menu .hs-menu-wrapper>ul li:nth-child(2) ul.hs-menu-children-wrapper li:nth-child(4) a,
  .mega-menu .hs-menu-wrapper>ul li:nth-child(3) ul.hs-menu-children-wrapper li:nth-child(1) a, 
  .mega-menu .hs-menu-wrapper>ul li:nth-child(3) ul.hs-menu-children-wrapper li:nth-child(2) a, 
  .mega-menu .hs-menu-wrapper>ul li:nth-child(3) ul.hs-menu-children-wrapper li:nth-child(3) a, 
  .mega-menu .hs-menu-wrapper>ul li:nth-child(3) ul.hs-menu-children-wrapper li:nth-child(4) a,
  .mega-menu .hs-menu-wrapper>ul li:nth-child(4) ul.hs-menu-children-wrapper li:nth-child(1) a, 
  .mega-menu .hs-menu-wrapper>ul li:nth-child(4) ul.hs-menu-children-wrapper li:nth-child(2) a, 
  .mega-menu .hs-menu-wrapper>ul li:nth-child(4) ul.hs-menu-children-wrapper li:nth-child(3) a, 
  .mega-menu .hs-menu-wrapper>ul li:nth-child(4) ul.hs-menu-children-wrapper li:nth-child(4) a,
    .mega-menu .hs-menu-wrapper>ul li:nth-child(4) ul.hs-menu-children-wrapper li:nth-child(5) a{
    padding-left: 64px;
    position: relative;
    padding: 25px 20px 25px 60px;
  }

  .mega-menu .hs-menu-wrapper>ul li ul.hs-menu-children-wrapper li a:before {
    opacity:0.75!important;
    position: absolute;
    transform: scale(0.13);
    width: 30px;
    height: 30px;
    left: 0 !important;
    top: -5px;
  }
  /* repair */
  .mega-menu .hs-menu-wrapper>ul li:nth-child(2) ul.hs-menu-children-wrapper li:nth-child(1) a:before{
    content: url(https://www.associatedenvironmentalsystems.com/hubfs/Icons/AES_MegaMenu_Icons5.png);
  }
  /* maintenance */
  .mega-menu .hs-menu-wrapper>ul li:nth-child(2) ul.hs-menu-children-wrapper li:nth-child(2) a:before{
    content: url(https://www.associatedenvironmentalsystems.com/hubfs/Icons/AES_MegaMenu_Icons13.png);
  }
  /* parts */
  .mega-menu .hs-menu-wrapper>ul li:nth-child(2) ul.hs-menu-children-wrapper li:nth-child(3) a:before {
    content: url(https://www.associatedenvironmentalsystems.com/hubfs/Icons/AES_MegaMenu_Icons12.png);
  }
  /* rentals */
  .mega-menu .hs-menu-wrapper>ul li:nth-child(2) ul.hs-menu-children-wrapper li:nth-child(4) a:before{
    content: url(https://www.associatedenvironmentalsystems.com/hubfs/Icons/AES_MegaMenu_Icons14.png);
  }
  /* about aes */
  .mega-menu .hs-menu-wrapper>ul li:nth-child(3) ul.hs-menu-children-wrapper li:nth-child(1) a:before{
    content: url(https://www.associatedenvironmentalsystems.com/hubfs/Icons/AES_MegaMenu_Icons3.png);
  }
  /* customer reviews */
  .mega-menu .hs-menu-wrapper>ul li:nth-child(3) ul.hs-menu-children-wrapper li:nth-child(2) a:before{
    content: url(https://www.associatedenvironmentalsystems.com/hubfs/Icons/AES_MegaMenu_Icons15.png);
  }
  /* press */
  .mega-menu .hs-menu-wrapper>ul li:nth-child(3) ul.hs-menu-children-wrapper li:nth-child(3) a:before {
    content: url(https://www.associatedenvironmentalsystems.com/hubfs/Icons/AES_MegaMenu_Icons15.png);
  }
  /* careers */
  .mega-menu .hs-menu-wrapper>ul li:nth-child(3) ul.hs-menu-children-wrapper li:nth-child(4) a:before{
    content: url(https://www.associatedenvironmentalsystems.com/hubfs/Icons/AES_MegaMenu_Icons9.png);
  }
  /* instrumentation */
  .mega-menu .hs-menu-wrapper>ul li:nth-child(4) ul.hs-menu-children-wrapper li:nth-child(1) a:before{
    content: url(https://www.associatedenvironmentalsystems.com/hubfs/Icons/AES_MegaMenu_Icons10.png);
  }
  /* knowledgebase */
  .mega-menu .hs-menu-wrapper>ul li:nth-child(4) ul.hs-menu-children-wrapper li:nth-child(2) a:before{
    content: url(https://www.associatedenvironmentalsystems.com/hubfs/Icons/AES_MegaMenu_Icons19.png);
  }
  /* news and stories */
  .mega-menu .hs-menu-wrapper>ul li:nth-child(4) ul.hs-menu-children-wrapper li:nth-child(3) a:before {
    content: url(https://www.associatedenvironmentalsystems.com/hubfs/Icons/AES_MegaMenu_Icons11.png);
  }
    /* events*/
  .mega-menu .hs-menu-wrapper>ul li:nth-child(4) ul.hs-menu-children-wrapper li:nth-child(4) a:before {
    content: url(https://www.associatedenvironmentalsystems.com/hubfs/Icons/AES_MegaMenu_Icons33.png);
  }
  /* guides */
  .mega-menu .hs-menu-wrapper>ul li:nth-child(4) ul.hs-menu-children-wrapper li:nth-child(5) a:before{
    content: url(https://www.associatedenvironmentalsystems.com/hubfs/Icons/AES_MegaMenu_Icons6.png);
  }

  .mega-menu .hs-menu-wrapper>ul li:first-child {
    position: relative !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children  {
    position: relative !important;
  }
  .mega-menu .hs-menu-wrapper>ul li:first-child ul li:first-child {
    width: 33.4% !important;
  }
  .mega-menu .hs-menu-wrapper>ul li:first-child ul li {
    width: 33.3% !important;
  }
  .mega-menu .hs-menu-wrapper>ul li:first-child ul ul.hs-menu-children-wrapper {
    min-width: 100% !important;
  }
  li.hs-menu-depth-1:nth-child(1) ul.hs-menu-children-wrapper {
    width: 1000px !important;
    max-width: 1000px !important;
  }
  .mega-menu .hs-menu-wrapper>ul li:first-child ul {
    min-width: auto !important;
  }
  .mega-menu .hs-menu-wrapper>ul li:first-child ul ul.hs-menu-children-wrapper li a {
    padding-left: 80px !important;
  }
  .mega-menu .hs-menu-wrapper>ul {
    display: block;
    float: left;
  }
  .mega-menu .hs-menu-wrapper>ul li:first-child ul li {
    background-color:#fff;
  }
  .mega-menu .hs-menu-wrapper>ul li:first-child ul li:first-child ul {
    max-width: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
  }
  .mega-menu .hs-menu-wrapper>ul li:first-child ul ul.hs-menu-children-wrapper li:nth-child(2) a:after {
    display: none;
  }
  .mega-menu .hs-menu-wrapper>ul li:first-child ul li:first-child ul {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .mega-menu .hs-menu-wrapper>ul li:first-child ul li:first-child ul li a {
    text-align: center;
    padding: initial !important;
  }
  .mega-menu .hs-menu-wrapper>ul li:first-child ul li:first-child ul li {
    width: 333.4px !important;
    padding: 10px 0px;
    background: #ffffff;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li:first-child ul ul.hs-menu-children-wrapper {
    left: -334px !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li:first-child ul ul.hs-menu-children-wrapper li a {
    background:transparent!important;
  }
  .mega-menu .hs-menu-wrapper>ul li:first-child ul ul.hs-menu-children-wrapper li:hover a {
    background: initial !important;
    color: initial !important;
  }
  .mega-menu .hs-menu-wrapper>ul li:first-child ul ul.hs-menu-children-wrapper li:hover {
    background: #cbcbcb !important;
  }
  .mega-menu .hs-menu-wrapper>ul ul {
    border: none !important;
  }
  .mega-menu .hs-menu-wrapper>ul li:first-child ul li:nth-child(2) ul {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    min-width: 1000px !important;
  }
  .mega-menu .hs-menu-wrapper>ul li:first-child ul li:nth-child(2) ul li a {
    text-align: center;
    width: auto !important;
    padding: 10px 0px !important;
  }
  .mega-menu .hs-menu-wrapper>ul li:first-child ul li:nth-child(3) ul {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "a b c";
    min-width: 1000px !important;
    background-color: transparent;
  }
  .mega-menu .hs-menu-wrapper>ul li:first-child ul li:nth-child(3) ul>li:nth-child(1) {
    grid-area:b; 
  }
  .mega-menu .hs-menu-wrapper>ul li:first-child ul li:nth-child(3) ul>li:nth-child(2) {
    grid-area:c; 
  }
  .mega-menu .hs-menu-wrapper>ul li:first-child ul li:nth-child(3) ul li a {
    text-align: center;
    width: 23.8em !important;
    padding: 10px 0px !important;
  }
  .mega-menu .hs-menu-wrapper>ul li:first-child ul li:nth-child(3) ul {
    margin-left: -333px !important;
  }
  .mega-menu .hs-menu-wrapper ul li {
    border: none !important;
  }
}
/* mega menu ends */








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


/* =============== General Blog Styles =============== */
.blog-sidebar-social .fa {
  font-size: 2rem;
  margin-right: 1rem;
}
/* Blog Post and Listing Body Class */
.blog {}

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

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

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


/*blog listing*/

.insights-subhead {
  color: #fff;
  display:inline-block;
  text-transform: uppercase;
  font-size: 75%;
  font-weight: 500;
}
.insights-connect {
  padding-top:25px;
}
.insights-connect a {
  display: inline-block;
  margin: 0 0 0 20px;
  color: #838386;
}
.insights-connect a:hover {
  color:#49c6ff;
}
.card-grid {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  grid-row-gap: 2.5rem;
  grid-column-gap: 2.5rem;
  margin: 3rem auto
}
.card-grid .card {
  /*max-width: 23.063rem*/
}
.post-item-first a h3 {
  color: #000;
  margin: 25px 0 10px 0;
}
.card-grid .card a h3 {
  color: #000;
  margin: 0 0 10px 0;
}
.card-grid .card p {
  font-size: 90%;
  margin: 15px 0;
}
.card-grid .card a.arrow {
  display: block;
}
.card-grid img {
  transition: .3s
}

.card:nth-of-type(1) {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}
.card:nth-of-type(2) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}
.card:nth-of-type(3) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}
.card:nth-of-type(4) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}
.card:nth-of-type(5) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}
.card:nth-of-type(6) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}
.card {background: white;     box-shadow: 0 1.5rem 4rem rgba(22,28,45,.05) !important;     margin-bottom: 15px;     background: white;}
.modal .nts-subscribe {
  max-width:550px;
}

.nts-subscribe { 
  background-color:#e4e6eb;
  padding:25px 50px 50px 50px;
  margin:110px auto 0 auto!important;
  float:none;
  position:relative;
}
.nts-sidebar .text-above-heading {
  text-transform: uppercase;
  margin: 10px 0 -15px 0;
  /*color: #a5d835;*/
  color: #767676;
  font-weight: 700;
  font-size: 75%;
}
.nts-sidebar .white-card a.button {
  margin-bottom: 10px;
}

.nts-sidebar h3 {
  font-size:1.5rem!important;
}

.blog-card-inner {
  padding: 20px;
}

.blog-listing-wrapper2 .post-listing .post-item-first {
  width: 100%;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
  box-sizing:border-box;
}
.post-item-first {
  /*margin-top: -225px!important;*/
}
.blog-listing-wrapper2 .post-listing .post-item-first .post-wrap {
  /*position: absolute;
  bottom: 0;
  right: 0;
  max-width: 32%;
  height: 100%;
  box-sizing: border-box;*/
}


.blogList-pagination33 {
  display: inline-block;
  width: 33%;
}
a.previous-posts-link {
  float: left;
  color: #acacb2;
}
a.next-posts-link {
  float:right;
  color: #acacb2;
}
a.previous-posts-link:hover,
a.next-posts-link:hover {
  color:#000;
}




.blog-listing-firstctas { /*subscribe form and content offer download*/
  width: 31.333%;
  margin: 1.5% 1%;
  position: relative;
  display: inline-block;
}
.blog-listing-downloadcta { /*downloadable form*/
  width: 64.3%;
  display: inline-block;
  vertical-align: top;
  margin: 1.5% 1%;
  position: relative;
  box-sizing:border-box;
  min-height: 575px;
}
.blog-listing-downloadcta img {
  float: left;
  clear: left;
  padding-right: 50px;
  max-width: 40%;
}
.blog-listing-downloadcta .hbspt-form { display: inline-block; }
.blog-listing-downloadcta h3.white {
  margin-top: 40px;
}
.blogList-pagination-wrapper {
  text-align: center;
  font-size:80%;
}   
a.all-posts-link {color:#acacb2;}
a.all-posts-link:hover {color:#000;}





/*blog single*/

.blog-single {

}
.blog-single h1 {
  color: #000;
  font-size: 3rem;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 35px!important;
}
.blog-subheading {
  border-bottom:solid 1px #ccc;
  font-weight: 500;
  line-height: 1.1;
  font-size: 1.625rem;
  letter-spacing: -.5px;
  font-style: normal;
  margin-bottom:25px;
  padding-bottom:10px;
}
p.hs-author-label,
.blog-listing .date {
  display:inline-block;
  text-transform: uppercase;
  font-size: 75%;
  font-weight:500;
  color:#767676;
}
.blog-listing .date {
  margin: 8px 0 5px 0;
}
p#hubspot-topic_data {
  display:inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 75%;
  margin-right:35px;
  margin-top:0;
  margin-bottom:0;
}
.blog .blurb-row {
  margin: 0;
}
.blog-single-inner {
  margin: auto!important;
  max-width: 767px;
  float: none!important;
  display: block;
}

.blog-fw-subscribe {
  background-color:#161622;
  /* background-image:url(https://6875438.fs1.hubspotusercontent-na1.net/hubfs/6875438/Webpage%20Images/Cybersafe_SubscribeCTABG.jpg);
  background-repeat:no-repeat;
  background-size:cover;*/
}
.blog-fw-subscribe .hs-form-field label {
  color:#8b8b94;
}


//*A2A vertical share on the side of blogs */
.blog-share {
  position: fixed!important;
  transition:0.3s;
}
.fadehide {display:none;opacity:0;}
.social-share-vert { 
  width: 70px;
  text-align: center;
  position: relative;
  left: 5%;
}
.social-share-vert h6 { 
  text-transform: uppercase;
  margin: 30px 0 0 -30px;
  font-weight: 500;
}
.social-share-vert a { 
  margin: 8px 0px;
}


/*A2A horizontal share underneath the blog content */
.social-share h6 {
  text-transform: uppercase;
  color: #646689;
  font-weight: 500;
  display: inline-block;
  margin: 14px 0 0 0;
  vertical-align: top;
  font-size: 13px;
}
.social-share a { 
  margin: 8px 0px;
  display:inline-block;
}
.social-share .a2a_kit.a2a_kit_size_32.a2a_default_style {
  display: inline-block;
}
.social-share {
  border-top: solid 1px #c6cfd2;
  margin: 50px 0;
}

p.author-written {
  margin-bottom: -10px!important;
}



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

.blog .blog-content {}

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

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

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

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

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data: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 {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

/* Read More Link */
a.more-link {}

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


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

/* Form Field */
.hs-form-field {}

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

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

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100%;
  display: block;
  font-size: inherit;
  line-height: 2.25;
  color: #555;
  outline: 0;
  border: 1px solid #cad0d2;
  box-shadow: none;
  padding: 3px 10px;
  background-color: #fff;
  background-image: none;
  text-align:left;
  font-family: 'Saira',sans-serif;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  /*max-width: 500px;*/
  margin: 0 0 15px;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #51cbee;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

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

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

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

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

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

/* Error */
.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) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: 'Saira',sans-serif;
  text-decoration: none !important;
  color: #fff;
  background-color: #0377be;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #0277be;
  white-space: nowrap;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.42857143;
  text-transform:uppercase;
  border-radius:4px;
}
ul.hs-error-msgs.inputs-list {
  margin: -10px 0 10px;
  color: red;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #fff;
  background-color: #263238;
  border-color: #263238;
}

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


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

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


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

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


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

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


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

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


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
/* Hide CTA behind chat widget */
#hs-web-interactives-bottom-anchor {
  z-index: 10;
}

.shadow {
  box-shadow: 0 5px 45px 5px rgba(0, 0, 0, 0.13);
}

#form3 textarea{
  min-height:112px !important;
}
.hs-form-hide .actions {
  text-align: right;
}
#form2 .hs_message.field.hs-form-field > label{
  color: #444;
}
#form2 input.hs-button.primary.large {
  margin: 15px 0px !important;
}
#form1 textarea{
  min-height:72px !important;
}
#form1 .hs_message.field.hs-form-field > label,
.hs_how_did_you_find_out_about_us.field.hs-form-field > label,
.hs_how_would_you_like_to_receive_this_information_you_may_pick_more_than_1.field.hs-form-field > label {
  color: #444;
  font-style: italic;
}

.blog-listing-wrapper .post-listing .post-item {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 15px;
}

.post-header h2{
  margin: 10px 0 0;
}

.post-header h2 a{
  text-decoration: none;
}
.post-header h2 a:hover{}

#hs_cos_wrapper_blog_subscription_title{}

#comment-form h4{}

#hubspot-topic_data{
  color: #888888;
  font-weight:700;
  margin: 4px 0;
}
#hubspot-author_data{
  margin: 0 0 10px;
}
.hs-form .input ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hs-form .input ul li{
  padding: 0 !important;
}
.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 10px 0;
}
.more-link{
  display: inline-block;
  padding-top: 20px;
}
.hs-blog-social-share{
  height: auto;
}

.blog-pagination .previous-posts-link {
  display: block;
}
.blog-pagination .all-posts-link {
  display: block;
}
.blog-pagination .next-posts-link {
  display: block;
}

.blog-sidebar .cell-wrapper{
  margin-bottom: 25px;
}

#comment-form{
  padding:30px;
  margin:15px 0;
  border: 1px solid #CCC;
}

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

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

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

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

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


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

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

  font-size: ;

  line-height: ;
  padding: 0;
}

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

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

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

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

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

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

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

.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 10px 0 0;
}
#comments-listing.no-comments {
  border: none;
}
/* -------------------- Ends ----------- */



.custom-metric-standard-group{
  padding:0 0 50px;
  background: #eaebed;
}
.hs-metric-and-standard-model{
  float:Left;
  padding:0 15px;
  margin-bottom:15px;
  width:25%;
}
.hs-metric-and-standard-model a{
  color:#444;
}
.hs-metric-and-standard-inner {
  background: #fff;
  border: 1px solid #ddd;
  font-size: .9em;
  padding: 20px 0 20px;
  box-shadow: 1px 1px 10px 1px rgba(0,0,0,.1);
}    
.hs-metric-standard-content{
  border-top: 1px solid #eee;
  padding: 10px 20px 0;
  margin: 20px 0 0;
}
.hs-metric-standard-content h4{
  margin-bottom:10px;
}
.hs-metric-and-standard-inner:hover {
  box-shadow: 0 0 5px 5px rgba(0,0,0,.1);
}
.hs-metric-and-standard-inner img{
  display: block;
  margin: 0 auto;
}
.icon-hot:before {
  content: "\e601";
}
.tool-container .btn-group {
  display: inline-block;
  padding:0 2px;
}
.tool-container .btn-group .custom-unit-button:first-child {
  border-bottom-left-radius: 4px!important;
  margin-left: 0;
}
.tool-container .btn-group .custom-unit-button:last-child {
  border-bottom-right-radius: 4px!important;
}
.tool-container {
  text-align: center;
  margin-top: -1px;
}
.custom-chambers-volume-scale > div:first-child {
  position: relative;
  top: -24px;
}
.custom-unit-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
  background-color: #fff;
  margin: 0 -2px;
  border-color: #ccc;
  border-radius:0;
}
.custom-unit-button.active {
  color: #fff;
  background-color: #069;
  border-color: #004e75;
}
.hs-volume-ft,
.hs-standard-group {
  display: block;
}
.metric-size .hs-standard-group {
  display: none;
}
.metric-size .hs-volume-ft {
  display: none;
}
.metric-size .hs-volume-lt {
  display: block;
}
.hs-metric-group,
.hs-volume-lt{
  display:none;
}
.standard-size .hs-size-inch,
.standard-size .hs-volume-ft,
.standard-size .hs-standard-group{
  display:block;
}
.metric-size .hs-metric-group{
  display:block;
}
.standard-size .hs-size-mm,
.standard-size .hs-volume-lt,
.standard-size .hs-metric-group {
  display: none;
}
.hs-size-mm,
.hs-temp-f{
  display:none;
}
.temp-in-fahrenheit .hs-temp-c {
  display: none;
}
.temp-in-fahrenheit .hs-temp-f {
  display: block;
}
.hs-metric-top-image{
  position:relative;
}
.metric-size .hs-size-inch {
  display: none;
}
.metric-size .hs-size-mm {
  display: block;
}
.hs-metric-and-standard-inner img.quick-shop {
  top: 3.8em;
  left: 3em;
  position: absolute;
  margin-top: -50px;
  width:auto;
  height: 23px!important;
}
.hs-metric-standard-content span.icon-hot:before {
  padding-right: 0px !important;
}
.custom-chambers-group{
  text-align: center;
  margin-top: 37px;
}
.custom-chambers-volume-scale{
  background:#fff;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  border-color: #ddd;
  padding:58px 15px 21px;
  display:inline-block;
}
.hs-volume-entry-group {
  display:inline-block;
  padding: 10px 7px;
}
.hs-popup-group{
}
.hs-popover {
  padding:9px 14px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Saira', sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}
.hs-popup-group {
  position: relative;
}
.hs-full-width-models-group{
  padding-top: 39px;
  padding-bottom: 39px;
}
.hs-volume-entry:hover .hs-popover {
  opacity: 1;
  display: block;
  width: 250px;
  text-align: center;
  left: 50%;
  padding:9px 2px;
  transform: translateX(-50%);
  top: -41px;
}
.hs-volume-entry .hs-popover:before {
  content: "";
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid rgba(0,0,0,.25);
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -11px;
}
.hs-volume-entry .hs-popover:after {
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #fff;
  position: absolute;
  top: 96%;
  content: "";
  left: 50%;
  margin-left: -11px;
}
.hs-volume-entry {
  display: inline-block;
  padding: 10px 8px 10px;
}
.hs-metric-and-standard-model .hs-volume-entry-group {
  display: none;
}
.custom-scale-guy{
  display:none !important;
}
.custom-metric-standard-group {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 6px;
  padding: 0 0 30px;
}
.ribbon.models-ribbon{
  position: absolute;
  margin: 0;
  padding: 10px 20px 6px;
  color: #fff;
  font-size: 14px;
  background: #0377be;
  margin-top: -56px;
}
.ribbon.models-ribbon:before{
  left: -10px;
  border-right: 10px solid #005580;
  border-top: 16px solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 0;
  width: 7px;
}
.icon-humidity:before {
  content: "\e604";
}
span.icon-hot,
span.icon-humidity {
  color: #4d4d4d;
}
img.bottom.Icon.Image {
  right: 4.3%;
  bottom: 4.5%;
  z-index: 2;
  width: 70px !important;
  position: absolute;
}

a.btn-default {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border: 1px solid #ccc;
  display: inline-block;
  color: #333;
}
a.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; 
}

.hs-two-column-chambers-title {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.hs-two-column-chambers-content{
  padding:15px;
}
.hs-two-column-chambers-title h3{
  margin-top: 0;
  font-size: 16px;
  margin: 0 10px 0 10px;  
  display:inline-block;
}
.hs-two-column-chambers-cols {
  background: #fff;
  width: 50%;
  float: left;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  border-color: #ddd;
}
.custom-blue-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #0377be;
  border-color: #0077b3;
  border-radius: 0;
}
.custom-blue-button:hover{
  color: #fff;
  background-color: #004e75;
  border-color: #023;
} 
.hs-two-column-left-side-series, .hs-two-column-right-side-series {
  min-height: 200px;
  vertical-align: bottom;
  padding-top: 70px;
}
.hs-four-column-product-with-hover > div {
  width: 25%;
  float: left;
  padding: 0 15px;
  margin-bottom: 20px;
}
.hs-five-column-product-with-hover > div {
  width: 20%;
  float: left;
  padding: 0 15px;
  margin-bottom: 20px;
}
.hs-four-column-product-with-hover .hs-four-cols-product > a, .hs-five-column-product-with-hover .hs-five-cols-product > a {
  background-color: #e5e6ea;
  padding: 40px 20px 20px;
  border: 2px solid #fff;
  color: #444;
  position: relative;
  text-align:center;
  box-shadow: 1px 1px 4px 1px rgba(0,0,0,.2);
  display: block;
}
.hs-four-column-product-with-hover .hs-four-cols-product h2{
  letter-spacing: .2em;
  font-size: 28px;
  line-height: 1.3em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: 500;
}
.hs-five-column-product-with-hover .hs-five-cols-product h2 {
  letter-spacing: .2em;
  font-size: 20px;
  line-height: 1.3em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: 500;
}

.hs-four-column-product-with-hover .hs-four-cols-product > a:hover img, .hs-five-column-product-with-hover .hs-five-cols-product > a:hover img{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);   
}
.hs-four-cols-product-image {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hs-four-column-product-with-hover, .hs-five-column-product-with-hover {
  margin-left: -15px;
  margin-right: -15px;
}
.hs-four-cols-product-image img {
  max-height: 200px;
  width: auto;
  max-width: 95%;
  height: auto;
  transition: all .2s ease-in-out;
}
.hs-four-column-product-with-hover .hs-four-cols-product:hover .hs-product-hover-content, .hs-five-column-product-with-hover .hs-five-cols-product:hover .hs-product-hover-content {
  opacity:1;
  visibility:visible;
}
.hs-product-hover-content {
  background: rgba(68,68,68,.8);
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  opacity:0;
  visibility:hidden;
  left: 0;
  z-index: 6;
  display: none;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 10px;
}
.hs-product-hover-content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.chambers-layout .custom-series-top-group .page-center {
  padding-bottom: 20px;
}
.hs-two-column-chambers-series.clearfix {
  margin-top: 7px;
  padding: 0 38px;
}
.tool-container.fixed {
  position: fixed;
  top: 60px;
  z-index: 3;
  left: 0;
  right: 0;
}
.tool-container.fixed .btn-group {
  border-radius: 0 0 4px 4px;
  box-shadow: 0 0 5px 2px rgba(0,0,0,.2);
  padding: 0;
  margin: 0 5px
}
.hs-tool-container-group {
  min-height: 34px;
}

.one-column-layout .main-content h1 span {
  padding-right: 10px;
}

.one-column-layout .main-content .hs-four-column-product-with-hover, .one-column-layout .main-content .hs-five-column-product-with-hover {
  padding: 15px 0 50px;
}

.hs-two-column-chambers-series.one-columns-chambers .hs-two-column-chambers-cols {
  width: 100%;
}    
.hs-two-column-chambers-series.one-columns-chambers.clearfix {
  padding: 0;
}

.custom-top-heading-col h1 span {
  padding-right: 20px;
}
.custom-four-column-top-image {
  margin: 30px -15px 0;
}
.custom-four-column-top-image .custom-column-image {
  width: 25%;
  float: left;
  padding: 0 15px;
  text-align: center;
  margin: 0 0 40px;
}
.custom-four-column-top-image .custom-column-image .custom-top-image {
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
  padding: 10px;
}
.custom-four-column-top-image .custom-column-image .custom-top-image img[src*="//www.associatedenvironmentalsystems.com/hubfs/Images/ZBD_60_MEDIUM.png"]{
  height: 200px;
}
.custom-four-column-top-image .custom-column-image .custom-top-image img[src*="//www.associatedenvironmentalsystems.com/hubfs/Images/CUSTOM_FD_08ND_MEDIUM%20-.png"]{
  width: 147px;
}
.custom-four-column-top-image .custom-column-image .custom-top-image img[src*="//www.associatedenvironmentalsystems.com/hubfs/Images/SM_02T_MEDIUM.png"]{ 
  width: 158px;
}
.custom-four-column-top-image .custom-column-image .custom-top-image img[src*="//www.associatedenvironmentalsystems.com/hubfs/Images/ventra.jpg"]{  
  width: 150px;
}

.custom-four-column-top-image .custom-column-image h6 {
  margin: 16px 0 10px;
  font-weight: 500;
}
.chamber-inner-layout .custom-series-top-group .hs_cos_wrapper_type_rich_text p {
  margin: 0 0 10px;
}
.chamber-inner-layout .custom-series-top-group .hs_cos_wrapper_type_rich_text ul {
  padding: 0;
  margin: 0 0 30px;
  list-style-type: none;
}
.one-column-layout .custom-two-column-equal-pop {
  border-bottom: none;
  padding: 0 0 10px;
  text-align: left;
}
.one-column-layout .custom-two-column-equal-pop {
  margin: 0 -15px;
}

.one-column-layout .custom-two-column-equal-pop .custom-right-column-content {
  width: 58.33%;
  margin-left: 0;
  padding: 0 15px;
}
.one-column-layout .custom-two-column-equal-pop .custom-left-column-image {
  width: 41.66%;
  padding: 0 15px;
}
.one-column-layout .custom-two-column-equal-pop .custom-right-column-content .custom-top-content h3 {
  font-weight: 500;
  padding: 0 0 30px;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 19px;
}
.one-column-layout .custom-two-column-equal-pop .custom-right-column-content .custom-top-content p {
  margin: 0 0 20px;
}

.hs-two-col-chambers-right-layout .hs-two-column-chambers-cols {
  width: auto;
}    
.page-header.section-header h1 span:before {
  padding-right: 20px;
}   
.page-header.section-header h1 span.icon-humidity.no-pad:before {
  padding-right: 10px !important;
}
.hs-two-col-chambers-right-layout.series-layout .custom-series-top-header {
  padding-bottom: 9px;
}
.hs-two-col-chambers-right-layout.series-layout .hs-two-column-chambers-series.clearfix {
  margin-top: 7px;
  padding: 0 42px 0 62px;
}
.hs-two-col-chambers-right-layout.series-layout .hs-two-column-left-side-series{
  min-height: 200px;
  vertical-align: bottom;
  padding-top: 53px;
}

.hs-two-col-caption-group .img-thumbnail {
  width: 25%;
  float: left;
  padding: 0 15px;
}

.img-thumbnail-inner {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-thumbnail-inner p {
  font-size: 12px;
  line-height: 1.3em;
  color: #444;
  text-align: center;
  margin: 10px 0;
}

.custom-two-col-left-caption-mod {
  overflow: hidden;
  margin: 0 -15px 23px;
}

.hs-two-col-caption-group .content-thumbnail {
  width: 75%;
  float: left;
  padding: 0 15px;
}

.custom-two-col-right-caption-mod {
  overflow: hidden;
  margin: 0 -15px;
}
.custom-full-width-contact-mod {
  border: 1px solid gray;
  padding: 0px 0 10px;
  overflow: hidden;
  text-align: center;
  margin: 63px -15px 10px;
}

.custom-full-width-contact-inner {
  width: 50%;
  float: left;
  padding: 0 15px;
}

.custom-full-width-contact-mod h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.custom-full-width-contact-inner a.request-btn {
  color: #fff;
  display: inline-block;
  background-color: #0377be;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border: 1px solid #0077b3;
}
.hs-full-width-about-row1-group h2 {
  margin: 49px 0 20px;
}
.hs-two-col-caption-group .content-thumbnail p {
  margin: 0 0 10px;
}
.custom-full-width-contact-inner a.request-btn:hover {
  background-color: #069;
  border-color: #004e75;
}
.one-column-troubleshooting .hs-full-width-row1-group {
  padding-bottom: 40px;
}
.one-column-troubleshooting .custom-top-header h1 {
  margin: 19px 0 25px;
}
.one-column-troubleshooting .custom-faq-content {
  font-size: 18px;
  padding: 15px;
  background: #eaebed;
  border-radius: 5px;
}
.one-column-troubleshooting .custom-faq-content h2 {
  margin-top: 0;
}
.one-column-troubleshooting .custom-faq-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.one-column-troubleshooting .custom-faq-content ul li {
  padding: 5px;
}
.one-column-troubleshooting .custom-full-width-contact-mod {
  padding: 0px 0px 10px;
  margin: 40px -15px 40px;
}
.one-column-troubleshooting .custom-full-width-contact-mod .custom-full-width-contact-inner {
  padding: 0 15px;
}
.one-column-troubleshooting .custom-full-width-contact-mod h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.custom-one-column-module {
  border-top: 2px solid gray;
  margin: 0 0 40px;
}
.video-container {
  width: 520px;
  position: relative;
  padding-bottom: 325px;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container embed, .video-container iframe, .video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-one-column-module h2,
.custom-one-column-module h3{
  margin-top: 40px;
}
.custom-one-column-module p {
  margin: 0;
}
.custom-one-column-module ol {
  margin: 0 0 20px;
}
.hs-metric-and-standard-inner img.bottom.Icon.Image {
  right: 5.3%;
  bottom: -10px;
  z-index: 2;
  width: auto !important;
  position: absolute;
  height: 50px;
}
/* ========= Contact Us ======= */

.custom-content-top-group {
  padding: 15px 0 0;
}    
.custom-content-top-group p.secondary-header {
  font-size: 22px;
  letter-spacing: .2em;
}
.hs-buttons-heading-cols{
  width: 20%;
  float: left;
  color: #333;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
}
.hs-buttons-heading-cols:hover{
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.hs-buttons-heading-cols h4{
  font-size: 14px;
  line-height: 1.42857143;
  margin-top:20px;
  white-space:normal;
}
.hs-four-cols-buttons-heading{
  margin-top:20px;
}
.hs-four-cols-buttons-heading span{
  font-size: 3em;
}
.icon-support:before {
  content: "\e60f";
}
.icon-wrench:before {
  content: "\e904";
}
.icon-wrench:before {
  content: "\e904";
}
.icon-phone:before {
  content: "\e905";
}
.icon-gear:before {
  content: "\e995";
}

.icon-target:before {
  content: "\e906";
}
.hs-contact-layout .hs-form-field .hs-input{
  padding:6px 10px;
  font-family: 'Saira', sans-serif !important;
}
.hs-contact-layout .hs-full-width-contact-row1-group{
  padding-bottom:130px;
}
.hs-contact-layout .hs-full-width-contact-row1-group p {
  margin: 0 0 9px;
}
.hs-four-columns-buttons-group.clearfix {
  margin-top: 10px;
}
.hs-contact-layout .hs-form-field > label {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.hs-contact-layout .custom-content-top-group p.secondary-header {
  font-size: 22px;
  letter-spacing: .2em;
  margin-bottom: 38px;
}
.hs-form-required{
  color:#C60101;
}
.custom-request-quote-popup-inner .hs-richtext {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.hs-contact-layout .hs-richtext,
.custom-request-quote-popup-inner .hs-richtext {
  text-decoration: none!important;
  display: block;
  padding: 15px 20px;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  background: #f4f4f4;
  display: block;
  color: #777;
  text-decoration: none;
  border: 1px solid #ddd;
  position: relative;
  margin-bottom:20px;
}
.hs-contact-layout .hs-form-hide{
  display:none;
}
.hs-form-hide form {
  border: 1px solid #ddd;
  padding: 20px;
}
.hs-contact-layout .hs-richtext {
  margin-left: -21px;
  margin-right: -21px;
}
.hs-richtext.has-blockquote {
  background: #f2f2f2;
  border-radius: 10px;
  border: 0;
  margin: 0 0 20px;
}
.hs-buttons-heading-cols.active {
  color: #fff!important;
  background-color: #0377be;
  border-color: #adadad;
}
.hs-richtext.has-blockquote h3{
  color:#444;
}
.hs-richtext.has-blockquote blockquote {
  margin: 0;
}
.hs-richtext.has-blockquote p{
  margin-left:40px;
}

/* ======= Rental Layout =========== */
.rental-layout .custom-two-column-equal-module {
  margin: 0 -15px 30px;
}
.rental-layout .custom-two-column-equal-module .custom-left-content {
  margin-bottom: 20px;
}
.rental-layout .custom-two-column-equal-module .custom-left-content img {
  margin-left: -6%;
  margin-top: -2%;
  width: 100%;
  padding: 0;
  border: 0;
}
.rental-layout .custom-two-column-equal-module .custom-right-content p {
  margin: 40px 0 10px;
}
.rental-layout .custom-three-column-equla-module {
  padding: 30px 0 20px;
}
.rental-layout .custom-three-column-equla-module .custom-column.col1,
.rental-layout .custom-three-column-equla-module .custom-column.col3{
  width: 25%;
  text-align: center;
}
.rental-layout .custom-three-column-equla-module .custom-column.col2 {
  width: 50%;
  text-align: center;
}
.rental-layout .main-content .hs_cos_wrapper_type_rich_text ul {
  padding: 0;
  margin: 30px 0 30px;
  list-style-type: none;
}

/* ============== Xchange Layout ============ */

.xchange-column-layout .content-wrapper {
  padding-top: 14px;
}
.xchange-column-layout .main-content h2 {
  margin: 0 0 20px;
}

button.custom-demo-btn {
  float: right;
  border: 0;
  font-size: 26px;
  line-height: 1.3333333;
  border-radius: 6px;
  padding: 10px 16px;
  background-color: #0377be;
  color: #fff;
  font-family: 'Saira', sans-serif;
  cursor: pointer;
}
button.custom-demo-btn:hover {
  color: #fff;
  background-color: #069;
  border-color: #004e75;
}

.two-column-equal-image-caption {
  margin: 0 -15px 20px;
}
.two-column-equal-image-caption .custom-column-content {
  width: 50%;
  float: left;
  padding: 0 15px;
  display: flex;
  align-items: center;
}
.two-column-equal-image-caption .custom-column-content .custom-column-content-inner {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.two-column-equal-image-caption .custom-column-content .custom-column-content-inner h6 {
  margin: 10px 0;
  text-align: center;
  font-weight: 500;
}
.two-column-equal-image-caption .custom-column-content p {
  margin: 0 0 20px;
}
.two-column-equal-image-caption.right-alignment .custom-column-content.left {
  float: right;
}

.custom-demo-pop-group {
  background-color: rgba(0,0,0,.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99999999;
}
.custom-demo-pop-inner-group {
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
  height: 95%;
  width: 98% !important;
  margin: 30px auto !important;
  float: none !important;
}
.custom-demo-pop-group iframe {
  height: 100vh;
  width: 100%;
  border: 0;
}
.demo-close-icon{
  position: absolute;
  top: 12px;
  right: 1px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
  background-image: url(//www.associatedenvironmentalsystems.com/hubfs/Images/fancybox_sprite.png?t=1509106254709);
}

.hs-maintenance-layout .custom-two-column-left-image .custom-left-column-image img[src*="//www.associatedenvironmentalsystems.com/hubfs/Images/asaplogo.png"] {
  border: 0 !important;
}    
.hs-maintenance-layout .custom-two-column-left-image .custom-left-column-image img {
  display: block;
  margin: 0px auto;
}
.hs-maintenance-layout .custom-two-column-left-image .custom-blue-button {
  font-size: 14px;
  letter-spacing: 0;
  font-family:'Saira', sans-serif;
}
.hs-maintenance-layout .custom-two-column-left-image {
  margin: 25px -15px 40px;
}
.custom-pop-content-inner-grp {
  float: none !important;
  margin: 0 auto !important;
}
.custom-pop-content-inner-grp ul.tabbernav {
  list-style: none !important;
  margin: 0 !important;
  padding: 0;
}
.accordion-heading,
.custom-popup-group.hs-popup-module .custom-tabberlive-content h3 {
  display: block;
  padding: 15px 20px;
  font-size: 14px;
  background: #f4f4f4;
  display: block;
  color: #777;
  letter-spacing: 0;
  text-decoration: none;
  text-align: left;
  padding: 0;
  text-transform: none;
  font-family: 'Saira', sans-serif;
  border: 1px solid #ddd;
  position: relative;
  text-decoration: none!important;
  display: block;
  padding: 16px 20px;
  font-size: 14px;
  margin: 0px 0 0;
}
/*.custom-popup-group.hs-popup-module {
top: 30px;
}*/
.custom-popup-group.hs-popup-module .accordion-body p:first-of-type {
  margin-top: 10px;
}
.custom-popup-group.hs-popup-module .accordion-body p {
  margin:20px;
}
.custom-popup-group.hs-popup-module .accordion-body p:type-of-first {
  margin:10px 0 20px 20px;
}
.custom-popup-group.hs-popup-module .accordion-body ul{
  list-style:none;
  margin:0 0 0 40px;
  padding:0;
  font-family: 'Saira', sans-serif !important;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 23px;
  color: #444;
}
.accordion-body{
  border-top: 0 !important;
  border: 1px solid #ddd;
  padding: 20px;
  font-family: 'Saira', sans-serif !important;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 23px;
  color: #444;
}
.accordion-heading:hover,
.custom-popup-group.hs-popup-module .custom-tabberlive-content h3:hover{ 
  color: #0377be;
  cursor:pointer;
}
.accordion-heading:before {
  content: "\e080";
  display: inline-block;
  font-family: Glyphicons Halflings;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  font-size: 11px;
  line-height: 20px;
  position: absolute;
  right: 20px;
  top: 16px;
}
h3.accordion-heading.active:before {
  content: "\e114";
}

.container {
  width: 100%;
  margin: 1em auto;
  @media (min-width: 40em) {
    width: 90%;
  }
  @media (min-width: 64em) {
    width: 80%;
  }
}

/* Customized Demo CSS for our Demo Tables */
.tablesaw-columntoggle td.title a,
.tablesaw-swipe td.title a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 10em;
  max-width: 40vw;
}
@media (min-width: 40em) {
  td.title {
    max-width: 12em;
  }
  .tablesaw-stack td.title a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 10em;
    max-width: 40vw;
  }
}

/* ============= Parts Layout ========== */
.cusrtom-parts-row1-group {
  padding: 0 0 50px;
}

.cusrtom-parts-row1-group .main-content h1 {
  margin: 19px 0 45px;
}
.parts-layout .custom-two-column-left-image {
  margin-top: 40px;
}
.parts-layout .custom-two-column-left-image .custom-left-column-image {
  width: 25%;
  margin-top: 0;
  text-align: center;
}
.parts-layout .custom-two-column-left-image .custom-right-column-content {
  width: 75%;
}
.parts-layout .custom-two-column-left-image .custom-left-column-image img {
  border: 0;
  padding: 0;
}
.cusrtom-parts-row2-group {
  padding: 30px 0 40px;
  background: #eaebed;
  margin-bottom: 40px;
}
.cusrtom-parts-row2-group  .hs_cos_wrapper_type_rich_text h4 {
  margin: 10px 0;
  font-weight: bold;
}
.cusrtom-parts-row2-group  .hs_cos_wrapper_type_rich_text ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cusrtom-parts-row2-group  .hs_cos_wrapper_type_rich_text ul li {
  float: left;
  padding-bottom: 5px;
}
.cusrtom-parts-row2-group  .hs_cos_wrapper_type_rich_text ul li  a,
.custom-series.pdf-module a.sublink-pdf {
  background: #444;
  color: #fff;
  padding: 10px;
  border: 1px solid #fff;
  display: inline-block;
  text-align: center;
}
.cusrtom-parts-row2-group  .hs_cos_wrapper_type_rich_text ul li  a:hover,
.custom-series.pdf-module a.sublink-pdf:hover{
  background: #0377be;
}
.parts-layout .cusrtom-parts-row-group {
  padding: 0 0 30px;
}
.parts-layout .cusrtom-parts-row-group h4,
.parts-layout .cusrtom-parts-row-group h5{
  margin: 10px 0;
  font-weight: 500;
}
.custom-series.pdf-module a.sublink-pdf {
  width: 82px;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  float: left;
}
.custom-series.pdf-module a.sublink-pdf img {
  width: 40px;
  height: auto;
  margin: 0 auto 10px;
  display: block;
  float: none;
}
.custom-one-column-module h2 + h3 {
  margin-top: 20px;
}


.hs-full-width-bg-row2-group {
  padding: 20px 0 0;
}

.custom-full-width-two-col-mod {
  padding: 40px 0;
  overflow: hidden;
}

.custom-full-width-two-col-mod.grey {
  background: #eaebed;
}

.custom-full-width-two-col-image {
  width: 41.66666667%;
  float: left;
  padding: 0 15px;
}

.custom-full-width-two-col-content {
  width: 50%;
  float: left;
  margin-left: 8.33333333%;
  padding: 0 15px;
}

.custom-full-width-two-col-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  padding: 4px;
  line-height: 1.42857;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
}

.custom-full-width-two-col-content h3 {
  line-height: 31px;
  margin: 20px 0;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 22px;
}

.two-col-inner {
  overflow: hidden;
  margin: 0 -15px;
}

.custom-full-width-two-col-content h3:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #252525 none repeat scroll 0 0;
  width: 36px;
  margin: 0 auto;
  bottom: 0;
}

.about-aes-layout .custom-two-column-equal-pop .custom-pop-content-inner-grp ul,
.about-aes-layout .custom-popup-group .custom-pop-content-inner-grp ul{
  list-style-type: none;
  font-size: 14px;
  list-style-position: inside;
  margin: 0;
  padding: 0 0 0 20px;
}
.about-aes-layout .custom-popup-group .custom-pop-content-inner-grp ul ul {
  padding: 0;
}
.about-aes-layout .custom-two-column-equal-pop .custom-pop-content-inner-grp p,
.about-aes-layout .custom-two-column-equal-pop .custom-pop-content-inner-grp h4,
.about-aes-layout .custom-popup-group .custom-pop-content-inner-grp p,
.about-aes-layout .custom-popup-group .custom-pop-content-inner-grp h4 {
  margin-left: 0;
}

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

/* ============ Landing Page CSS =========== */
.sticky {
  position: sticky;
  top: 75px;
}

@media (max-width:767px) {
  .card-grid.related-articles {
    grid-template-columns: 1fr;
  }
  .pillimg img {
    float: left;
  }
  .sticky {
    position: inherit;
    display:block;
    top: inherit;
  }
}


/* ============ End Landing Page CSS =========== */

/* ============ Padding CSS =========== */

/* Paddings, for use with spacing on columns and rows */

.padding25tb { padding-top: 25px;padding-bottom:25px; }
.padding50tb { padding-top: 50px;padding-bottom:50px; }
.padding75tb { padding-top: 75px;padding-bottom:75px; }
.padding100tb { padding-top: 100px;padding-bottom:100px; }
.padding125tb { padding-top: 125px;padding-bottom:125px; }
.padding150tb { padding-top: 150px;padding-bottom:150px; }
.padding25r { padding-right: 25px; }
.padding25l { padding-left: 25px; }
.padding50r { padding-right: 50px; }
.padding50l { padding-left: 50px; }
.padding100r { padding-right: 100px; }
.padding100l { padding-left: 100px; }
.padding125r { padding-right: 125px; }
.padding125l { padding-left: 125px; }
.padding150r { padding-right: 150px; }
.padding150l { padding-left: 150px; }
.padding25t { padding-top: 25px; }
.padding25b { padding-bottom: 25px; }
.padding50t { padding-top: 50px; }
.padding50b { padding-bottom: 50px; }
.padding75t { padding-top: 75px; }
.padding75b { padding-bottom: 75px; }
.padding100t { padding-top: 100px; }
.padding100b { padding-bottom: 100px; }
.padding125t { padding-top: 125px; }
.padding125b { padding-bottom: 125px; }
.padding150t { padding-top: 150px; }
.padding150b { padding-bottom: 150px; }
.padding25 {padding:25px;}
.padding50 {padding:50px;}
.padding75 {padding:75px;}
.padding100 {padding:100px;}
.padding125 {padding:125px;}
.padding150 {padding:150px;}


.narrow { 
  max-width:767px;
  margin:auto!important;
  float:none!important;
}

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


/* ============ End Padding CSS =========== */


/* ============ Fancybox Css =========== */

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  padding-bottom: 50px !important;
}
.fancybox-caption {
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  text-align: center;
  padding: 10px 0 0;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('//www.associatedenvironmentalsystems.com/hubfs/Images/fancybox_sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('//www.associatedenvironmentalsystems.com/hubfs/Images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(blank.gif); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('//www.associatedenvironmentalsystems.com/hubfs/Images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
      background-image: url(fancybox_sprite@2x.png);
      background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
      background-image: url(fancybox_loading@2x.gif);
      background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}   

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Saira', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.error-page-layout .main-content p {
  margin: 0 0 10px;
}
.error-page-layout .main-content ul {
  padding: 0;
  margin: 0 0 20px;
  list-style-type: none;
}
.error-page-layout .main-content ul li {
  margin: 0 0 10px;
}

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

#hubspot-messages-iframe-container {
    z-index: 999!important;
}


/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 2000px) and (min-width: 1600px) {
  .custom-menu-primary .hs-menu-wrapper > ul {/*padding-right: 60px;*/}
  .custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li a[href*="/products?test_profile_th=Temperature+and+Humidity"]:after {/*top: 32px;right: 70px;   */}
  .tool-container.fixed {text-align:right;width: 42%;}
}
@media (max-width: 1601px) and (min-width: 1200px) {
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-right: 110px;
    margin-left: -74px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li a[href*="/products?test_profile_th=Temperature+and+Humidity"]:after {
    /*top: 32px;
    right: 44px;*/
  }
  .tool-container.fixed {text-align:right;width: 30%;}
}

@media (max-width: 1475px) and (min-width: 1280px) {
  .scroll-fixed .custom-menu-primary .hs-menu-wrapper>ul>li>a {padding: 20px 6px 20px;}
  .tool-container.fixed {text-align:right; width: 30%;padding-right: 35px;}
}
@media (max-width: 1250px) {
  .custom-menu-primary .hs-menu-wrapper > ul {right: 320px;}
}

.mobile-show { display:none!important; }

@media (max-width: 1199px) {
  .scroll-fixed.home-page .custom-header-group {z-index: 99;}
  .container-fluid .row-fluid .page-center {max-width: 1100px;}
  .dark-dray-wrap .page-center, .custom-footer-group .page-center {max-width: 1170px !important;}
  .custom-menu-primary .hs-menu-wrapper > ul {right: 0;position: static;}
  .custom-header-right-link ul {right: 0;}
  .custom-header-right-link {position: absolute;right: 0;top: 0;width: 60px !important;margin-left: 0 !important;}
  .custom-header-right-link ul li {float: right;}

  .custom-header-right-link ul li a,.custom-header-right-link ul li a.request-quote-btn,.custom-header-right-link ul li a.phone-number {padding: 0!important;margin: 32px -1px 0 0 !important;height: 100%!important;color: #0a252e!important;border-color: transparent!important;background-color: #fff !important;font-size: 18px!important;}
  .custom-header-right-link ul li a.phone-number {
    position: relative;
    left: -15px;
  }
  .scroll-fixed .custom-header-right-link ul li a {padding: 0;margin: 27px -1px 0 0 !important;}
  .custom-header-right-link ul li a:hover {
    color: #0377be;
    animation-name: a;
    -webkit-animation-name: a;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    border-color: transparent;
  }
  .custom-header-right-link ul li a span.icon-email:before {
    content: "\e613";
    font-size: 18px;
  }
  .custom-header-right-link ul li a span.icon-phone:before {
    margin-right: 19px;
    font-size: 18px;
    vertical-align: top;
  }
  .custom-header-right-link ul li a span.mob-hide {
    display: none;
  }
  .custom-header-group:after {
    display: none;
  }
  .custom-header-group .page-center {
    position: relative;
  }
  .custom-header-group .page-center:after {
    position: absolute;
    width: 100%;
    bottom: -5px;
    height: 5px;
    left: 0px;
    content: '';
    border-bottom: 5px solid #0377be;
  }
  .custom-logo img {
    padding: 20px 0px 19px;
  }
  h1 {
    font-size: 29px;
  }
  h4 {
    font-size: 16px;
  }
  .one-column-bottom .custom-top-header p {
    font-size: 16px;
  }
  h2 {
    font-size: 26px;
  }
  h5{
    font-size: 12px;
  }
  h6 {
    font-size: 11px;
  }
  .one-column-layout .custom-four-column-image {
    margin: 0 -15px 30px;
  }
  .hs-two-col-chambers-right-layout.series-layout .hs-two-column-chambers-series.clearfix {
    margin-top: 7px;
    padding: 0 0 0 0;
  }  
  .custom-two-col-left-caption-mod,
  .custom-two-col-right-caption-mod{
    margin:0;
  }
  .custom-full-width-contact-mod{
    margin: 50px 0px 0;
  }
  .custom-home-row-group .custom-home-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper {
    max-width: 970px;
  }
  .custom-full-width-two-col-image,
  .custom-full-width-two-col-content{
    width:50%;
  }
  .custom-full-width-two-col-content{
    margin-left:0;
  }
  .hs-four-column-product-with-hover .hs-four-cols-product h2 {
    font-size: 26px;
  }
  .hs-five-column-product-with-hover .hs-four-cols-product h2 {
    font-size: 18px;
  }
  .temp-stand-wrap .custom-unit-button {padding: 6px 10px;}
  .tool-container.fixed {width:25%;}
}
@media (max-width: 1100px) {
  table.table.table-striped>thead>tr>th img {
    max-width: 100%;
  }
  .carousel-caption h2 {font-size: 24px;}
}

@media(max-width:1081px){
  .related-post-item {width: 58%;}
  .left-date {padding: 10px 0px;max-width: 36%;width: 36%;text-align:left;}
  .footer-subscribe .hs_email{width:100%;max-width: 100%;float: none;margin-right: 0px;}
  .footer-subscribe .hs_submit.hs-submit input{width:100%;}
  .container-sec {padding: 30px !important;}
}


@media(max-width:1140px){

  .footer-tablet-fix { display:block; }
  .custom-footer-left-col {
    width: 100%!important;
    display: block;
  }
  .custom-footer-social-icon.padding25l {
    display: block;
    margin: 25px 0 0 0!important;
    padding: 0;
    width: 240px;
  }
}

@media(max-width:1023px){
  .left-date {
    padding: 10px 0;
    max-width: 100%;
    width: 100%;
    text-align: left;
    margin: 0;
  }
  .related-post-item {
    width: 100%;
  }
  .custom-footer-left-col img{
    /*width: 100px;
    float: none !important;
    display: block;
    margin: 0 auto 20px !important;*/
  }
  .custom-footer-social-icon{
    margin: 0 15px 0 0 !important;
  }
  /*.custom-footer-social-icon a span{width: 50px;}*/
  .custom-footer-social-icon a span {text-align:center;width: calc(95%/4);margin-bottom:50px;}
}







@media (max-width: 1199px) and (min-width: 768px) {
  .scroll-fixed .custom-header-right-link ul li a {
    margin: 32px -1px 0 0;
  }
  .scroll-fixed .mobile-trigger {
    top: -40px;
  }
  .scroll-fixed .custom-header-group .page-center:after {
    display: none;
  }
}

@media (max-width: 991px) {
  .container-fluid .row-fluid .page-center {
    max-width: 980px;
  }
  .custom-six-column-hover-effect-image .custom-column-image {
    width: 25%;
  }
  .hs-metric-and-standard-model{
    width:33.333%;
  }
  .hs-four-column-product-with-hover > div, .hs-five-column-product-with-hover > div {
    width:50%;
  }
  .custom-four-column-top-image .custom-column-image {
    width: 50%;
  }
  .hs-two-col-caption-group .img-thumbnail {
    width: 50%;
  }

  .hs-two-col-caption-group .content-thumbnail {
    width: 50%;
  }
  .custom-two-column-equal-pop .custom-left-column-image, 
  .custom-two-column-equal-pop .custom-right-column-content {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .custom-two-column-equal-pop .custom-left-column-image img {
    width: 100% !important;
  }
  .custom-two-column-equal-pop {
    margin:0;
  }
  .custom-two-column-equal-pop .custom-left-column-image img[src*="//www.associatedenvironmentalsystems.com/hubfs/Images/SM_02T.png"] {
    width: auto !important;
  }
  .custom-full-width-two-col-content, .custom-full-width-two-col-image {
    width: 100%;
    float: none;
    margin: 0;
  }
  .custom-home-row-group .custom-home-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper {
    max-width: 750px;
  }
  .custom-full-width-two-col-image {
    width: 100%;
    float: none;
  }

  .custom-full-width-two-col-content {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .price-wrap {position:relative;}

}
@media (max-width: 991px) and (min-width: 768px) {
  .custom-series-tabberlive ul.tabbernav > li {
    float: none;
    margin-bottom: 0;
    margin-top: 2px;
  }
  .custom-series-tabberlive ul.tabbernav > li.tabberactive a {
    background-color: #0377be;
    color: #fff;
    border: 0;
  }
  .custom-series-tabberlive ul.tabbernav > li > a {
    margin-right: 0px;
    line-height: 23px;
    border: 0;
    background-color: #eee;
  }
  .custom-series-tabberlive ul.tabbernav > li > a:hover {
    color: #0377be;
  }
  .custom-series-tabberlive ul.tabbernav > li.tabberactive a:hover {
    background: transparent;
    border: 0;
    background-color: #0377be;
    border-bottom: 1px solid transparent;
    color: #fff;
  }
  .custom-pop-content-inner-grp ul.tabbernav li {
    float: left !important;
    margin-bottom: -1px !important;
    margin-top: 0 !important;
  }
  .custom-pop-content-inner-grp ul.tabbernav li a {
    margin-right: 2px !important;
    line-height: 1.42857143 !important;
    border: 1px solid transparent !important;
    text-decoration: none!important;
    border-radius: 0;
    color: #444 !important;
    padding: 10px 15px;
    display: block;
    font-size: 14px;
    background-color: transparent !important;
  }
  .custom-pop-content-inner-grp ul.tabbernav li.tabberactive a {
    color: #555 !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-bottom-color: transparent !important;
    cursor: default;
  }
  .custom-pop-content-inner-grp ul.tabbernav li > a:hover {
    border-color: #eee #eee #ddd !important;
    background-color: #eee !important;
  }
}

@media (max-width: 800px) {
  .custom-home-row-group .custom-home-slider button.slick-next.slick-arrow,
  .custom-home-row-group .custom-home-slider button.slick-prev.slick-arrow {margin: 0 10px; }
  .carousel-caption h2 a {display:block;}

}
@media (min-width: 768px) {
  table.stacktable {
    display: none;;
  }
}

/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {

  .custom-footer-left-col img{
    width: 100px;
    float: none !important;
    display: block;
    margin: 0 auto 20px !important;
  }
  .custom-footer-social-icon.padding25l { max-width:100%!important;width:100%!important; }

  .related-post-item {width: 75%;}
  .left-date {
    max-width: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
    float: none !important;
  }
  .hs-two-column-chambers-cols{
    width:100%;
  } /* =============== HS Support: Change max-width to your specified number here=============== */
  .custom-logo{
    padding-left:15px;
  }
  .custom-logo img {
    padding: 20px 0px 19px 0px !important;
  }
  .scroll-fixed .custom-header-group {
    position: static;
    box-shadow: none;
  }
  .custom-header-group {
    padding: 0;
  }
  .mobile-trigger {
    right: 81px;
  }
  .custom-header-right-link {
    right: 15px;
  }
  .child-trigger i:after {
    right: 20px;
  }
  .custom-footer-left-col p {
    margin: 0 0 10px;
    text-align: center;
  }
  .custom-footer-social-icon {
    float: none !important;
    max-width: 100%;
    text-align: center;
  }
  h1 {
    /*letter-spacing: .2em!important;*/
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
  }
  h2 {
    font-size: 22px;
  }
  h5{
    font-size: 14px;
  }
  h6 {
    font-size: 14px;
  }
  .content-wrapper {
    padding-top: 30px;
  }
  .custom-two-column-left-image {
    margin: 20px 0px 0;
  }
  .custom-two-column-left-image .custom-left-column-image {
    width: 100%;
    float: left;
    padding: 0;
  }
  .custom-two-column-left-image .custom-left-column-image img {
    width: 100%;
  }
  .custom-two-column-left-image .custom-right-column-content {
    width: 100%;
    float: left;
    padding: 0;
  }
  .custom-three-column-equla-module .custom-column {
    width: 100%;
    float: none;
  }
  .custom-four-column-equal-content {
    margin: -3px 0 0px;
  }
  .custom-four-column-equal-content .custom-column-wrap {
    width: 100%;
    padding: 0 0px 30px;
  }
  .series-layout .content-wrapper {
    padding-top: 29px;
    padding-bottom: 30px;
  }
  .custom-two-column-equal-pop {
    margin: 0 0;
  }
  .custom-two-column-equal-pop .custom-left-column-image,
  .custom-two-column-equal-pop .custom-right-column-content {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .custom-two-column-equal-pop .custom-pop-content,
  .custom-popup-group,
  .custom-request-quote-popup {
    padding: 10px;
  }
  .custom-two-column-equal-pop .custom-pop-content-inner-grp,
  .custom-popup-group .custom-pop-content-inner-grp,
  .custom-request-quote-popup-inner {
    width: 100% !important;
    margin: 0px !important;
  }
  .custom-six-column-hover-effect-image .custom-column-image {
    width: 50%;
  }

  /* One Line Inputs */
  input[type="text"],
  input[type="password"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    max-width: 100%;
  }
  .location-layout .custom-location-row1 h2 {
    font-weight: 500;
    margin: -1px 0 20px;
  }
  .custom-location-row .custom-location-row-left {
    float: none;
    padding: 1px 0 9px;
  }
  .one-column-layout .custom-two-column-left-image .custom-left-column-image {
    width: 100%;
  }
  .one-column-layout .custom-two-column-left-image  .custom-right-column-content {
    width: 100%;
  }
  .custom-two-column-equal-module .custom-left-content {
    width: 100%;
    float: left;
    padding: 0;
  }
  .custom-two-column-equal-module .custom-right-content {
    width: 100%;
    float: left;
    padding: 0;
  }
  .custom-table-scroll {
    overflow: auto;
  }
  table.table.table-striped>thead>tr>th img {
    max-width: 100%;
    height: auto !important;
  }
  table.table {
    min-width: 700px;
    width: 100%;
  }
  .hs-metric-and-standard-model{
    width:50%;
  }
  .hs-four-column-product-with-hover > div, .hs-five-column-product-with-hover > div{
    width:100%;
  }
  .custom-two-column-left-hover-effect .custom-left-column-image {
    width: 100%;
  }
  .custom-two-column-left-hover-effect .custom-right-column-content {
    width: 100%;
  }
  .hs-product-hover-content ul {
    display: block;
    width: 100%;
  }
  .custom-four-column-top-image .custom-column-image {
    width: 100%;
  }
  .tool-container.fixed {
    top: 0px;
    left:9px;
  }
  .custom-three-column-top-image .custom-column-group {
    width: 100%;
  }
  .about-aes-layout .custom-four-column-top-image .custom-column-image .custom-top-image img {
    height: 100%;
    width: 100%;
  }
  .custom-two-column-equal-pop .custom-left-column-image img {
    width: 100%;
  }
  .one-column-layout .custom-two-column-equal-pop .custom-right-column-content {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
  .hs-two-col-caption-group .img-thumbnail {
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .hs-two-col-caption-group .content-thumbnail {
    width: 100%;
    padding: 0;
  }

  .custom-full-width-contact-inner {
    width: 100%;
    float: none;
  }
  .video-container {
    width: 100%;
    padding-bottom: 56.25%;
  }

  .rental-layout .custom-three-column-equla-module .custom-column.col1,
  .rental-layout .custom-three-column-equla-module .custom-column.col3,
  .rental-layout .custom-three-column-equla-module .custom-column.col2 {
    width: 100%;
    text-align: center;
  }
  .rental-layout .custom-two-column-equal-module {
    margin: 0 0px 30px;
  }
  .two-column-equal-image-caption .custom-column-content {
    width: 100%;
    float: none !important;
    padding: 0 15px 20px;
    display: flex;
    align-items: center;
    height: 100% !important;
  }
  button.custom-demo-btn {
    display: block;
    float: none;
    margin: 15px auto;
  }
  .hs-maintenance-layout .custom-two-column-left-image {
    margin: 25px 0 40px;
  }
  .hs-maintenance-layout .custom-two-column-left-image .custom-left-column-image img{
    width:auto;
  }
  .parts-layout .custom-two-column-left-image .custom-left-column-image {
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
  .parts-layout .custom-two-column-left-image .custom-right-column-content {
    width: 100%;
  }
  .parts-layout .custom-two-column-left-image .custom-left-column-image img {
    width: auto !important;
    margin: 0 0 20px;
  }
  .custom-home-row-group .custom-home-slider button.slick-next.slick-arrow, 
  .custom-home-row-group .custom-home-slider button.slick-prev.slick-arrow {
    display: none !important;
  }
  .custom-home-row-group .custom-home-slider .caption.below {
    width: 100%;
    max-width: 100%;
    top: 29px;
  }
  .custom-home-row-group .custom-home-slider .caption.below p {
    font-size: 1.2em;
    line-height: 1.4em;
  }
  .custom-home-row-group .custom-home-slider .caption.below h2 {
    margin: 30px 0 48px;
  }
  .one-column-layout .custom-two-column-equal-pop .custom-left-column-image {
    width: 100%;
    padding: 0;
  }
  .one-column-layout .custom-two-column-equal-pop {
    margin: 0px;
  }
  .img-thumbnail-inner{
    margin-bottom:20px;
  }
  h6 {
    font-size: 12px;
  }
  .custom-four-column-top-image .custom-column-image {
    margin: 0 0 30px;
  }
  .hs-four-column-product-with-hover .hs-four-cols-product h2, .hs-five-column-product-with-hover .hs-five-cols-product h2  {
    font-size: 22px;
  }
  span.icon-hot:before {
    padding-right: 0px !important;
  }

  .checkbox-row span.fakelabel span {
    float: none;
  }
  .subscribe-options label {
    display: block;
  }
  /*    table.stacktable {
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin: 0 0 20px;
}
  table.stacktable td {
  display: block;
  border-top: 1px solid #ddd;
  width: 100%;
  padding: 10px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
  table.stacktable tbody {
  width: 100%;
  display: block;
}
  table.stacktable tr {
  display: block;
}
  table.stacktable th {
  display: none;
}
  table.stacktable td.st-head-row.st-head-row-main {
  display: none !important;
}
  table.table {
  display: none;
}*/
  .left-date {
    max-width: inherit;
    width: 130px;
    float: left;
  }
  .related-post-item {
    width: auto !important;
    overflow: hidden;
    float: none;
  }
  .custom-footer-group{padding: 10px 0 0px;  }
  .custom-footer-left-col .address-holder {overflow: hidden;margin: 0 0 30px;}
  .custom-footer-social-icon {margin: 0 0 30px !important;}
  .custom-footer-left-col img {margin:0 auto 20px;}
  .address-holder {text-align: center;}
  .custom-footer-social-icon{max-width:320px;margin: 0 auto !important;padding-top: 0;}


  /*stacks to single column*/
  .mobile-show {display:block!important;}
  .mobile-hide {display:none!important;}
  .padding25tb,
  .padding50tb,
  .padding75tb,
  .padding100tb,
  .padding125tb,
  .padding150tb { padding-top: 25px!important;padding-bottom:25px!important; }
  .padding25r,
  .padding25l,
  .padding50r,
  .padding50l,
  .padding100r,
  .padding100l,
  .padding125r,
  .padding125l,
  .padding150r,
  .padding150l { padding-left: 0px!important; padding-right:0px!important; }
  .padding25t, 
  .padding50t,
  .padding75t,
  .padding100t,
  .padding125t,
  .padding150t { padding-top:25px!important; }
  .padding25b,
  .padding50b,
  .padding75b,
  .padding100b,
  .padding125b,
  .padding150b { padding-bottom:25px!important; }
  .padding25, 
  .padding50,
  .padding75,
  .padding100,
  .padding125,
  .padding150 {padding:25px!important;} 
}

@media (max-width: 545px) {
  .custom-series-tabberlive ul.tabbernav > li {float: none;margin-bottom: 0;margin-top: 2px;}
  .custom-series-tabberlive ul.tabbernav > li.tabberactive a {background-color: #0377be;color: #fff;border: 0;}
  .custom-series-tabberlive ul.tabbernav > li > a {margin-right: 0px;line-height: 23px;border: 0;background-color: #eee;}
  .custom-series-tabberlive ul.tabbernav > li > a:hover {color: #0377be;}
  .hs-four-column-product-with-hover .hs-four-cols-product h2, .hs-five-column-product-with-hover .hs-five-cols-product h2 {font-size: 22px;}
  .carousel-caption h2 {font-size: 18px;}


}

/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  .custom-logo {
    padding-left: 15px;
  }
  .custom-logo img.logo-small {
    display: block;
    width: 44px;
    padding-left: 0 !important;
  }
  .custom-logo img.logo-big {
    display: none;
  }
  h1 {
    font-size: 23px;
  }
  h3 {
    font-size: 18px;
  }
  .one-column-bottom .custom-top-header p {
    font-size: 14px;
  }
  h4 {
    font-size: 14px;
  }
  h2 {
    font-size: 20px;
  }
  .custom-two-column-equal-pop .custom-pop-content-inner-grp p,
  .custom-popup-group .custom-pop-content-inner-grp p {
    margin-left: 0;
  }
  .custom-two-column-equal-pop .custom-pop-content-inner-grp h4,
  .custom-popup-group .custom-pop-content-inner-grp h4 {
    margin: 10px 0 10px 0px;
  }
  .custom-two-column-equal-pop .custom-pop-content-inner-grp ul, 
  .custom-popup-group .custom-pop-content-inner-grp ul {
    list-style-type: disc;
    font-size: .85em;
    list-style-position: inside;
    margin: -10px 0 0 10px;
    padding: 0;
  }
  .custom-six-column-hover-effect-image .custom-column-image {
    width: 100%;
  }
  .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td,
  .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    font-size: 12px;
  }
  .hs-metric-and-standard-model{
    width:100%;
  }
  .hs-buttons-heading-cols{
    width:50%;
  }
  .custom-series-tabberlive ul.tabbernav > li.tabberactive a:hover {
    background: transparent;
    border: 0;
    background-color: #0377be;
    border-bottom: 0;
    color: #fff;
  }
  .img-thumbnail-inner p{
    font-size:11px;
  }
  h6 {
    font-size: 11px;
  }
  .hs-four-column-product-with-hover .hs-four-cols-product h2, .hs-five-column-product-with-hover .hs-five-cols-product h2 {
    font-size: 20px;
  }
  .custom-pop-content-inner-grp ul.tabbernav li {
    float: left !important;
    margin-bottom: -1px !important;
    margin-top: 0 !important;
  }
  .custom-pop-content-inner-grp ul.tabbernav li a {
    margin-right: 2px !important;
    line-height: 1.42857143 !important;
    border: 1px solid transparent !important;
    text-decoration: none!important;
    border-radius: 0;
    color: #444 !important;
    padding: 10px 15px;
    display: block;
    font-size: 14px;
    background-color: transparent !important;
  }
  .custom-pop-content-inner-grp ul.tabbernav li.tabberactive a {
    color: #555 !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-bottom-color: transparent !important;
    cursor: default;
  }
  .custom-pop-content-inner-grp ul.tabbernav li > a:hover {
    border-color: #eee #eee #ddd !important;
    background-color: #eee !important;
  }
  .custom-popup-group.hs-popup-module .accordion-body p {
    margin-left: 0;
  }
  .custom-popup-group.hs-popup-module .accordion-body ul {
    list-style: none;
    margin: 0 0 0 10px;
  }
  .hs-volume-entry {
    display: block;
  }
  .custom-chambers-volume-scale {
    display: block;
  }
  .footer-subscribe .hs_email {max-width: 100%;width: 100%;}
  .carousel-slide {opacity: 1;}
}



.error-search button {
  padding: 10px 15px;
  border: 1px solid #666;
  color: #fff !important;
  border-color: #0377be;
  background-color: #0377be;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-font-smoothing: subpixel-antialiased;
  border-radius: 3px;
  font-family: 'Saira',sans-serif;
  text-decoration: none;
  text-align: center;
  height: 40px;
}
.error-search input.hs-search-field__input {
  width: 80%!important;
  max-width: 500px!important;
  display: inline-block!important;
  min-height: 41px!important;
}
.error-search .hs_cos_wrapper_type_icon:after {
  /* display: none; */
  content: ' Search';
}
.error-search .hs_cos_wrapper_type_icon svg {
  display: none;
}
.button {
  padding: 15px 25px;
  border: 1px solid #666;
  color: #fff !important;
  border-color: #0377be;
  background-color: #0377be;
  text-transform: uppercase;
  font-size: 100%;
  line-height: 100%;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-font-smoothing: subpixel-antialiased;
  border-radius: 4px;
  font-family: 'Saira',sans-serif;
  text-decoration: none;
  /*min-width: 200px;*/
  text-align: center;
  font-weight: 500;
}
.button:hover {
  background-color:#0B242E;
  border-color:#0B242E;
}
.dark-button {
  padding: 15px 25px;
  border: 1px solid #666;
  color: #fff !important;
  border-color: #0B242E;
  background-color: #0B242E;
  text-transform: uppercase;
  font-size: 100%;
  line-height: 100%;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-font-smoothing: subpixel-antialiased;
  border-radius: 4px;
  font-family: 'Saira',sans-serif;
  text-decoration: none;
  /*min-width: 200px;*/
  text-align: center;
  font-weight: 500;
}
.dark-button:hover {
  background-color: #0377be;
  border-color: #0377be;
}


/*HUBDB-related pages ================================================================================== */

/*   /products filter page */

.no-filter-results-cta {
  text-align: center;
}
.no-filter-results-cta img {
  max-width: 500px;
  width: 90%;
  margin: 50px auto;
}
.no-filter-results-cta a.request-quote-btn {
  color:#fff;
  text-transform:uppercase;
  margin-left:10px;
  font-size: 13px;
  padding: 10px 15px;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-font-smoothing: subpixel-antialiased;
  border-radius: 4px;
}


.btn-group.right-buttons {
  margin-top: 10px;
}

.tool-container .btn-group {
  margin:0 5px;
  padding:0;
}




/*  /products detail page    */

.related-products-wrap {
  margin: 100px 0 50px 0;
}









/*Inner pages  ================================================================================== */

.services { }
.services .center.padding25tb img {
  max-height:200px;
}


/*PPC*/
.ppc-template h1 {
  font-size:400%;
  text-transform:none;
}
.ppc-template .sticky h3 { 
  margin-top:0!important; 
  font-size: 135%!important;
}
.ppc-template .sticky p { 
  font-size: 15px!important;
}

@media (max-width:767px) {
  .ppc-template h1 {
    font-size:300%!important;
  }
}


.hs-richtext.hs-main-font-element,
.hs-accordion__item-content blockquote h3 {
  font-size: 1.25rem;
  font-weight: 500;
}
.hs-accordion__item-content blockquote p {
  font-size: 1rem!important;
  line-height: inherit!important;
  margin: auto;
  padding: 0!important;
  border-left:none!important;
}

.hs-accordion__item-content blockquote {
  margin: 0 0 1rem 0!important;
}


/*2022 mobile tweaks*/

h2.header {
  font-size:300%;
}
@media (max-width:767px) {
  h2.header {
    font-size:200%;
  }
  .callout-heading h2 {
    font-size: 200%;
  }
  .custom-popup-group .custom-pop-content-inner-grp, .custom-request-quote-popup-inner, .custom-two-column-equal-pop .custom-pop-content-inner-grp {
    margin: 0 auto!important;
    width: 95%!important;
  }




  .img-p {
    background-color: #dee4e6;
    padding: 40px 20px 20px;
    border: 2px solid #fff;
    position: relative;
    text-align: center;
    box-shadow:1px 1px 4px 1px rgb(79 93 100 / 12%);
    display: block;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .img-p img {
    margin: auto;
    display: block;
    max-height: 300px;
    width: auto;
  }

  .img-p-alt {
    background-color: #fff;
    padding: 5px;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 4px 1px rgba(0,0,0,.2);
    display: block;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:15px;
  }
  .img-p-alt img {
    margin: auto;
    display: block;
    max-height: 275px;
    width: auto;
  }











  /* Product Detail Page ================================================================================== */

  .slider-sec h2{text-align: center;color:#0088cc;text-transform:uppercase;}
  .detail-product-sec {position: relative;}
  .container-sec{
    background-color: #fff;
    padding: 76px;
    margin-top: -71px;
    position: relative;
    box-shadow: 0 1px 10px 0 rgb(55 71 78 / 5%);
  }

  a.request-quote-btn {
    border-color: #8739c3 !important;
    background-color: #8739c3 !important;
    /*font-weight: 500;*/

  }
  a.request-quote-btn:hover {
    border-color: #37474e!important;
    background-color: #37474e!important;
  }



  /* Tooltips on the Product Detail Page */
  .product-listing i.fa.fa-info-circle {
    color: #0287cd;
  }

  [data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
  }
  /* Hide the tooltip content by default */
  [data-tooltip]:before,
  [data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
  }
  /* Position tooltip above the element */
  [data-tooltip]:before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -125px;
    padding: 8px;
    width: 250px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 13px;
    line-height: 1.2;
  }
  /* Triangle hack to make tooltip look like a speech bubble */
  [data-tooltip]:after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
  }
  /* Show tooltip content on hover */
  [data-tooltip]:hover:before,
  [data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }




  /*Adjustments to the header menu to account for narrower/tablet breakponts*/

  /*First breakpoint: */
  @media (max-width:1600px) {

    ul li:nth-of-type(2) span.mob-hide { /*hiding phone number in header*/
      display: none;
    }
    span.icon-phone { /*adjusting the phone icon in header*/
      padding-left: 0!important;
      margin-right: -13px;
      margin-left: -2px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul { /*allowing menu to float closer to the right*/
      padding-right: 0;
    }

  } /* end of 1600px; */



  /*Next breakpoint: */
  @media (max-width:1350px) {

    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
      padding: 20px 5px 20px;
    }


  } /* end of 1350px; */

  /*991px, to line up with other queries*/
  @media (max-width:1199px) {

    .body-container {
      margin-top:80px;
    }
    .custom-logo {
      width: 100%!important;
      padding-left:15px;
    }
    .custom-header-group {
      padding:0!important;
    }
    .custom-header-right-link {
      right: 15px;
    }
    .mobile-trigger {
      right: 90px;
    }


    .mobile-trigger {
      right: 120px;
    }

    a.search-reveal {
      display: block!important;}

    span.icon-phone {
      padding-left: 0 !important;
      margin-right: -3px;
      margin-left: -2px;}

    .custom-header-right-link ul li a.phone-number {
      position: relative;
      left: -65px;
    }
    span.icon-email {
      right: 52px;
      position: absolute;
      z-index: 999;
    }
    a.search-reveal i {
      font-size: 20px !important;
      color: #000 !important;
      position: relative !important;
      margin: 0px -20px 0px 0px!important;
    }

    li.disregard {
      margin-top: -3px;
    }
    .custom-header-group .page-center:after {
      border-bottom: 0px solid #0377be;
    }




  }
  /* end of 1199px */










  .sp-chart .pink {color:#a45377}
  .sp-chart .blue {color:#4a80d2}
  .sp-chart .green {color:#609651}
  .sp-chart .orange {color:#d98649}

  .wr-stability-chart {
    width:100%;
    margin:auto;
    max-width:700px;
    grid-template-columns: 4fr 5fr;
    grid-row-gap: 0;
    display: grid;
    grid-column-gap: 0;
    font-size:0.75rem;
  }
  .sp-chart {
    text-align:center;
    border:solid 2px #000;
    width:100%;
    margin:auto;
    max-width:700px;
  }
  .sp-chart-inner {
    width:100%;
    margin:auto;
    max-width:700px;
    grid-template-columns: 3.5fr 5fr;
    grid-row-gap: 0;
    display: grid;
    grid-column-gap: 0;
    font-size:0.65rem;
    line-height:0.65rem;
  }
  .sp-chart-inner .tg-wrap td { 
    padding:5px; 
  }
  .wr-left th {
    padding: 9.5px 0!important;
  }
  .sp-chart-inner .wr-right th {
    min-width: inherit!important;
  }
  .wr-left {
    border: 1px solid #000;
    text-align:center;
  }
  .wr-right {
    border: 1px solid #000;
  }
  .wr-stability-chart h3 {
    background-color:#08c;
    color:#fff;
    padding: 3px 10px;
    margin: 0;
    text-align:center;
  }
  p.wr-footnote {
    font-size:0.75rem;
    opacity:.8;
    width:100%;
    margin:5px auto;
    max-width:700px;
  }
  .tg-wrap {
    width: inherit!important;
    max-width: inherit!important;
    min-width: inherit!important;
  }
  .tg-wrap table { 
    border-collapse:collapse;
    border-spacing:0;
    width:100%; 
    max-width: inherit!important;
    min-width: inherit!important;
  }
  .tg-wrap tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  .tg-wrap td {
    border:solid 1px #ccc;
    vertical-align:middle;
    min-width:inherit!important;
    max-width:inherit!important;
  }
  .wr-right .tg-wrap tr,
  .wr-right .tg-wrap td {
    text-align:center;
  }
  .wr-right .tg-wrap td.specify {
    padding:10px;
    border: none!important;
  }
  .wr-left th {
    padding: 15px 0;
    border: 1px solid #ccc;
    width: inherit!important;
    max-width: inherit!important;
    min-width: inherit!important;
  }
  .wr-right th {
    padding: 10px 0;
    border: 1px solid #ccc;
  }
  @media (max-width:1020px) {
    .wr-stability-chart,
    .sp-chart-inner {
      grid-template-columns: 1fr;
    }
  }