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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700');
@font-face {
  font-family: 'Trade Gothic LT Std';
  src: url(//cdn2.hubspot.net/hubfs/4669942/Entegris_September2018/Fonts/TradeGothicLTStd-Light.eot);
  src: url(//cdn2.hubspot.net/hubfs/4669942/Entegris_September2018/Fonts/TradeGothicLTStd-Light.eot) format("embedded-opentype"),
    url(//cdn2.hubspot.net/hubfs/4669942/Entegris_September2018/Fonts/TradeGothicLTStd-Light.woff) format("woff"),
    url(//cdn2.hubspot.net/hubfs/4669942/Entegris_September2018/Fonts/TradeGothicLTStd-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal
}
@font-face {
  font-family: 'Trade Gothic LT Std';
  src: url(//cdn2.hubspot.net/hubfs/4669942/Entegris_September2018/Fonts/TradeGothicLTStd.eot);
  src: url(//cdn2.hubspot.net/hubfs/4669942/Entegris_September2018/Fonts/TradeGothicLTStd.eot) format("embedded-opentype"), 
    url(//cdn2.hubspot.net/hubfs/4669942/Entegris_September2018/Fonts/TradeGothicLTStd.woff) format("woff"), 
    url(//cdn2.hubspot.net/hubfs/4669942/Entegris_September2018/Fonts/TradeGothicLTStd.ttf) format("truetype");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: 'Trade Gothic LT Std';
  src: url(//cdn2.hubspot.net/hubfs/4669942/Entegris_September2018/Fonts/TradeGothicLTStd-Bold.eot);
  src: url(//cdn2.hubspot.net/hubfs/4669942/Entegris_September2018/Fonts/TradeGothicLTStd-Bold.eot) format("embedded-opentype"), 
    url(//cdn2.hubspot.net/hubfs/4669942/Entegris_September2018/Fonts/TradeGothicLTStd-Bold.woff) format("woff"), 
    url(//cdn2.hubspot.net/hubfs/4669942/Entegris_September2018/Fonts/TradeGothicLTStd-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal
}
@font-face {
  font-family: 'Trade Gothic LT Std';
  src: url(//cdn2.hubspot.net/hubfs/4669942/Entegris_September2018/Fonts/TradeGothicLTStd-Obl.eot);
  src: url(//cdn2.hubspot.net/hubfs/4669942/Entegris_September2018/Fonts/TradeGothicLTStd-Obl.eot) format("embedded-opentype"),
    url(//cdn2.hubspot.net/hubfs/4669942/Entegris_September2018/Fonts/TradeGothicLTStd-Obl.woff) format("woff"), 
    url(//cdn2.hubspot.net/hubfs/4669942/Entegris_September2018/Fonts/TradeGothicLTStd-Obl.ttf) format("truetype");
  font-weight: 500;
  font-style: italic
}

@font-face {
  font-family: entegris-ui;
  src: url(//cdn2.hubspot.net/hubfs/4669942/Entegris_September2018/Fonts/entegris-ui.eot);
  src: url(//cdn2.hubspot.net/hubfs/4669942/Entegris_September2018/Fonts/entegris-ui.eot) format("embedded-opentype"),
    url(//cdn2.hubspot.net/hubfs/4669942/Entegris_September2018/Fonts/entegris-ui.woff) format("woff"), 
    url(//cdn2.hubspot.net/hubfs/4669942/Entegris_September2018/Fonts/entegris-ui.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}



[data-icon]::before {
  display: inline-block;
  font-family: entegris-ui;
  content: attr(data-icon);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

[class*=' icon-']::before,
[class^=icon-]::before {
  display: inline-block;
  font-family: entegris-ui;
  content: attr(data-icon);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}


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

html {
  font-size: 14px;
}

body {
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #393630;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 70rem;
  margin-left: auto;
  padding-left: 1.0714285714rem;
  padding-right: 1.0714285714rem;
  margin-right: auto;
}

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


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

/* Basic text */
p {
  line-height: 1.6;
} 
small {}
b, strong {
  font-weight: 600;
  line-height: inherit;
}
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 {
  font-family: "Trade Gothic LT Std",Helvetica,Arial,sans-serif;
  font-weight: 300;
  color: #b31a1b;
  text-rendering: optimizeLegibility;
  margin-top:0px;
  line-height: 1.3;
  margin-bottom:20px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 4rem;
}
h2 {
  font-size: 3.7142857143rem;
  line-height: 1;
}
h3 {
  font-size: 2.5714285714rem;
  line-height: 3rem;
}
h4 {
  font-size: 2.3rem;
}
h5 {
  font-family: "Trade Gothic LT Std",Helvetica,Arial,sans-serif;
  font-weight: 700;
  line-height: 1.6;
  font-size: 1.1428571429rem;
  color: #393630;
  text-transform:uppercase;
}
h6 {
  font-size: 14px;
}

/* Anchor Links */
a { 
  /*color: #2a6d83;*/
  color: #b31a1b;
  text-decoration: none;
}
a:hover, a:focus { 
  color: #2a6d83;
  text-decoration: underline;
}

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

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

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


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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.header-container {}
.custom-menu-wrap {
  margin: 0 auto 1rem;
  padding: .7rem 0 .69rem;
  position: relative;
  z-index: 3;
  border-bottom: 1px solid #cfcfcf;
}

.custom-top-header .page-center {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.search #frm .wrap:hover label {
  color: #2a6d83;
}

.nav .select-container::before {
  content: '\6e';
  top: 7px;
  right: 0;
  font-size: .7142857143rem;
  color: #72706d;
  padding-left: 1px;
}

.nav select {
  padding: 0 16px 0 0;
  border: 0;
  width: auto !important;
  background: 0 0;
  font-size: .7857142857rem;
  color: #72706d;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.custom-logo-wrap {
  margin-left: 0px !important;
}

.select-container {
  position: relative;
}

.custom-menu-wrap ul.nav.main li a {
  padding-right: 16px;
  top: auto;
  font-size: .7857142857rem;
  color: #72706d;
  position: relative;
}

.select-container::before {
  display: inline-block;
  font-family: entegris-ui;
  content: attr(data-icon);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\6f';
  position: absolute;
  top: 17px;
  right: 12px;
  font-weight: 700;
  pointer-events: none;
  background: #fbfbf9;
  padding-left: 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.custom-menu-wrap ul.nav.main li:first-child {
  padding-left: 0;
}

.custom-menu-wrap ul.nav.main li {
  display: inline-block;
  padding: 0 12px;
  text-align: center;
  position: static;
}

select {
  -webkit-appearance: none;
}
select:focus {
  outline: 0;
  border: 1px solid #000;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  -o-transition: box-shadow .5s,border-color .25s ease-in-out;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
}

.custom-sign-up ul li a {
  font-weight: 400;
}
.custom-sign-up ul li a.cart-status {
  font-weight: 600;
  font-size: .8571428571rem;
  padding-right: 26px;
}
/*.custom-sign-up ul li:last-child a {
  font-weight: 600;
  font-size: .8571428571rem;
  padding-right: 26px;
}*/

.custom-sign-up {
  text-align: right;
  float: right !important;
  margin-left: 0px !important;
  padding-left: 1.0714285714rem;
  padding-right: 1.0714285714rem;
}

.custom-sign-up ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.custom-menu-wrap ul.nav.main {
  text-align: left;
  margin-left: 0;
  list-style: none;
  line-height: 1.6;
  padding: 0px;
  font-size: 1rem;
  margin: 0px;
}

.select-container {
  position: relative;
}

.nav select {
  padding: 0 16px 0 0;
  border: 0;
  width: auto;
  background: 0 0;
  font-size: .7857142857rem;
  color: #72706d;
  border-radius: 3px;
}

.custom-topmenu-wrap {
  padding-left: 1.0714285714rem;
  padding-right: 1.0714285714rem;
}

.custom-sign-up ul li {
  display: inline-block;
  padding: 0 12px;
}

.custom-sign-up ul li:last-child {
  padding-right: 0px !important;
}

.custom-sign-up ul li a {
  top: auto;
  font-size: .7857142857rem;
  color: #72706d;
  position: relative;
  padding-right: 16px;
}

.custom-bottom-header .page-center {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.custom-logo-wrap a {
  display: block;
}

.custom-bottom-header .page-center {
  padding-left: 0px !important;
  padding-right: 0px !important;
  position:relative;
}

.custom-logo-wrap {
  width: 16.6666666667% !important;
  padding-left: 1.0714285714rem;
  padding-right: 1.0714285714rem;
}

.custom-logo-wrap object.logo {
  position: relative;
  width: 122px !important;
  padding-top: 5px;
  pointer-events: none;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  height: auto;
}

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

.body-container-wrapper {}
.body-container {}

.body-container .hs_cos_wrapper_type_module ol, 
.body-container .hs_cos_wrapper_type_module ul {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
  padding: 0;
}
.body-container .hs_cos_wrapper_type_module ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

.content-wrapper {
  margin-top:40px;
  margin-bottom:40px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

.footer-container-wrapper {}
.footer-container {}
.custom-footer {
  padding: 2rem 0;
  background: #f5f1eb;
  position: relative;
}
.custom-footer > .row-fluid-wrapper {
  padding-top: 2px;
}

/*
.custom-footer .page-center {
padding-left: 0px !important;
padding-right: 0px !important;
}

.custom-footer-menu ul li {
margin-bottom: 12px;
line-height: .5;
}

.custom-footer-menu ul li a {
color: #393630;
font-size: .7857142857rem;
font-family: "Open Sans",Helvetica,Arial,sans-serif;
line-height: 1.3;
outline-width: 0;
}

.custom-inner-wrap {
width: 58.3333333333% !important;
position: relative;
}

.custom-footer-menu ul li a {
color: #393630;
font-size: .7857142857rem;
}
*/

.custom-footer-title h3 {
  margin-bottom: 1rem;
  color: #393630;
  font-family: "Trade Gothic LT Std",Helvetica,Arial,sans-serif;
  font-size: 1.1428571429rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  outline-width: 0;
}
.custom-footer-title h3:after {
  content: '';
  height: 2px;
  width: 20px;
  background: #393630;
  display: block;
  -webkit-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  /*margin-top: 3px;*/
  margin-top: 5px;
}
.custom-footer-title h3 a {
  color: #393630;
}
.custom-footer-title h3 a:hover {
  color: #393630;
}

.custom-inner-wrap {
  /*width: 58.3333333333% !important;*/
  width: 58.533333% !important;
  position: relative;
}
.col4 {
  /*width: 41.6666666667% !important;*/
  width: 41.466667% !important;
  padding-left: 2rem;
  padding-right: 0;
  margin-left: 0px !important;
}
.custom-inner-wrap .col1, 
.custom-inner-wrap .col2, 
.custom-inner-wrap .col3 {
  width: 33.3333333333% !important;
  margin-left: 0px !important;
  padding-left: 1.0714285714rem;
  padding-right: 1.0714285714rem;
}

/*.custom-ft-navigation .hs-menu-wrapper {
  padding-right: .7142857143rem;
}*/
.custom-ft-navigation .hs-menu-wrapper > ul {
  margin-right: -.7142857143rem;
  margin-left: -.7142857143rem;
  width: auto !important;
}
.custom-ft-navigation .hs-menu-wrapper > ul > li {
  width: 33.3333333333% !important;
  padding-left: 1.0714285714rem;
  padding-right: 1.0714285714rem;
}
.custom-ft-navigation .hs-menu-wrapper > ul > li > a {
  margin-bottom: 1rem;
  color: #393630;
  font-family: "Trade Gothic LT Std",Helvetica,Arial,sans-serif;
  font-size: 1.1428571429rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  outline-width: 0;
  white-space: normal !important;
}
.custom-ft-navigation .hs-menu-wrapper > ul > li > a:after {
  content: '';
  height: 2px;
  width: 20px;
  background: #393630;
  display: block;
  -webkit-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  /*margin-top: 3px;*/
  margin-top: 5px;
}

.custom-ft-navigation ul ul li {
  margin-bottom: 12px;
  line-height: .5;
}
.custom-ft-navigation ul ul li a {
  color: #393630;
  font-size: .7857142857rem;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  line-height: 1.3;
  outline-width: 0;
  white-space: normal !important;
}
.custom-ft-navigation ul ul li a:hover {
  color: #b31a1b;
}


.custom-phone-info ul li {
  padding: 0 1.5rem 0 0;
  display: inline-block;
  font-size: .7857142857rem;
  text-transform: uppercase;
  vertical-align: middle;
  margin-bottom: 12px;
  line-height: .5;
}
.custom-phone-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: .8571428571rem;
  line-height: 1.6;
}

.custom-inner-wrap:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #393630;
  vertical-align: -2px;
  margin: 0 0 0 8px;
  right: 8px;
  top: 0;
  height: 100%;
  position: absolute;
  background: #cfcfcf;
}

.custom-social-icons ul li a {
  display: block;
  font-size: 1.5714285714rem;
}
.custom-social-icons ul li {
  padding-right: 1.5rem;
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 12px;
  line-height: .5;
  vertical-align: middle;
}

.custom-footer-menusite ul {
  display: block !important;
  line-height: normal;
}
.custom-footer-menusite ul li a:after {
  padding-left: .4rem;
  content: '/';
  font-size: 11px;
  position: absolute;
  margin-left: -1px;
  top: -1px;
}
.custom-footer-menusite ul li a {
  font-size: .7142857143rem;
  color: #393630;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  line-height: 1.3;
  outline-width: 0;
  position: relative;
}
.custom-social-icons ul {
  list-style: none;
  padding: 0px;
  margin: 0 0 2.46rem;
}
.custom-footer-menusite ul li {
  font-size: .7rem;
  display: inline-block;
  margin-bottom: 12px;
  /*line-height: .5;*/
  line-height: 1;
  float: none !important;
  padding-right: 12.5px;
}
.custom-footer-menusite ul li:last-child a:after {
  content: none !important;
}

.custom-footer-menusite ul li a:hover {
  color: #b31a1b;
}

.custom-footer-menusite ul li:last-child {
  padding-right: 0px;
}

.custom-footer-menu ul li a:hover {
  color: #b31a1b;
}

a#back-to-top {
  cursor: pointer;
  position: fixed;
  will-change: transform;
  bottom: 3rem;
  right: 3rem;
  font-size: 2rem;
  z-index: 3;
  color: #393630;
  text-decoration: none;
}
a#back-to-top:hover,
a#back-to-top:focus {
  color: #393630;
  text-decoration: none;
}

span.icon.icon-arrow-up:before {
  content: '\68';
}

.custom-search-wrap {
  margin-left: 0px !important;
}

button.back {
  display: none;
}  

.custom-search-wrap div#search-bar {
  width: 12.9991%;
  position: absolute;
  right: 0;
  cursor: pointer;
  transition: 0.6s ease-in;
  background-color: #fff; /**/
}

.custom-search-wrap div#search-bar .close {
  position: absolute;
  top: 0;
  right: 10px;
  color: #2a6d83;
  line-height: 0;
  opacity: 0;
}



.close-icon-animate {
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: inline-block;
}

.close-icon-animate span.dash {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-icon-animate span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #2a6d83;
  border-radius: 9px;
  opacity: 1;
  left: 140%;
  top: 18px;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  border-top: 1px solid #393630;
}

.search-open .close-icon-animate span {
  left: 0px;
}

.close-icon-animate span.dash-2 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search .close span.close-text {
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  vertical-align: 6px;
  padding-left: 4px;
  font-size: 1rem;
  font-family: "Trade Gothic LT Std",Helvetica,Arial,sans-serif;
}

.search #frm {
  position: relative;
  right: 0;
  text-align: right;
  padding-top: 5px;
  font-weight: 600;
  font-style: italic;
  font-family: "Trade Gothic LT Std",Helvetica,Arial,sans-serif;
  height: 36px;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.search #frm>div {
  margin-top: 0;
}

.search #frm label {
  color: #393630;
  cursor: pointer;
  display: inline-block;
  padding: 10px 36px 3px 0;
  font-weight: 600;
  font-style: italic;
  float: right;
  position: relative;
  z-index: 1;
  margin-right: 42px;
  border-bottom: 1px solid #9c9c9c;
  line-height: 1;
  font-size: 1rem;
  transition: all 0.1s ease-in;
}

.search #frm label:before {
  content: '';
  background: #9c9c9c;
  width: 1px;
  height: 27px;
  display: inline-block;
  position: absolute;
  left: -32px;
  top: 1px;
}


.search #frm input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #393630;
  margin: 6px 0 0;
  width: 87%;
  padding: 0;
  font-size: 1.2857142857rem;
  opacity: 0;
  position: absolute;
  top: .20rem;
  left: 0px;
  height: auto;
  display: inline-block;
  font-family: "Trade Gothic LT Std", Helvetica, Arial, sans-serif;
  font-size: 18px;
  transition: all 0.3s ease-in;
  transition-delay: 0.2s;
  font-style: italic;
  font-weight: 600;
}

.search-open .search #frm input[type="text"] {
  left: 4rem;
  z-index:99;
}

.search #frm input.search-input {
  margin-left: 10px !important;
}

.search div#search-results {
  width: 98%;
  height: auto;
  margin: 17px 0 0 15px;
  padding: 25px 35px 15px;
  position: absolute;
  display: none;
  color: #393630;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 300;
  text-align-last: left;
  text-align: left;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  background: #fff;
  -webkit-box-shadow: 0 3px 18px -7px #b5b5b5;
  box-shadow: 0 3px 18px -7px #b5b5b5;
  -webkit-transition-duration: .7s;
  -o-transition-duration: .7s;
  transition-duration: .7s;
  -webkit-transition-property: bottom;
  -o-transition-property: bottom;
  transition-property: bottom;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  top: 26px;
  border: 0;
}

.search #frm span.icon-mag-glass {
  color: #393630;
  cursor: pointer;
  margin-top: 5px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: .8rem;
  border: 1px solid #9c9c9c;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
  padding-top: 7px;
  transition: all 0.5s ease-in;
}

.search #frm input#searchindex{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #393630;
  margin: 6px 0 0;
  width: 87%;
  padding: 0;
  font-size: 1.2857142857rem;
  opacity: 0;
  position: absolute;
  top: .25rem;
  right: 0px;
  height: auto;
  display: inline-block;
  width: 200px;
  float: right;
  z-index: -1;
  opacity:0px;
}

.custom-menu-wrap ul.nav.main li a:hover,
.custom-sign-up ul li a:hover{
  color: #b31a1b;
}

.search #frm span.icon-mag-glass:before {
  display: inline-block;
  font-family: entegris-ui;
  content: attr(data-icon);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\70';
  font-size: .9rem;
}

.search .search-line-draw {
  clear: both;
  float: right;
  height: 1px;
  background: #cfcfcf;
  width: 0;
  margin-top: 6px;
  transition: 0.8s ease-in;
  transition-delay: 0.2s;
}

.search-open .search #frm input[type="text"]:focus {
  outline: none;
}

.search-open #frm label {
  opacity: 0;
}
.search-open .close {
  opacity: 1 !important;
  z-index: 2;
}

.search-open .search #frm input[type="text"] {
  opacity: 1;
}

.search-open .search #frm span.icon-mag-glass {
  right: 92%;
  border: none;
  top:1px;
}

.search-open .search .search-line-draw {
  width: 98%;
}

.search-open .custom-menu-primary {
  opacity: 0;
}

.search-open div#search-bar {
  width: 80%;
}


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

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li.reference-materials ul.hs-menu-children-wrapper {
  display: none !important;
}

@media screen and (min-width:768px) {
  
  .custom-menu-primary.hidden-phone.js-enabled.mobile-view {
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
    color: #b31a1b;
  } 

  .custom-cart-wrap {
    display: none !important;
  }  

  .custom-seacrh-wrap input.hs-button.primary {
    padding: .94rem 0;
    width: 17%;
    border-radius: 2px;
    display: inline-block;
    vertical-align: top;
    display: inline-block;
  }
  .custom-seacrh-wrap input.hs-search-field__input {
    margin-right: .5rem;
    padding-left: 34px;
    border-radius: 0;
    max-width: calc(100% - 176px);
    width: 100%;
    display: inline-block;
    float: left;
  }
  
  .custom-header.custom-nonav .custom-top-header {
    min-height: 56px !important;
  }  

  .blog-about-wrap .image-wrapper:hover:after{
    content:none !important;
  } 
  .blog-about-wrap .image-wrapper:hover {
    -webkit-transform: scale(1.26);
    -ms-transform: scale(1.26);
    transform: scale(1.26);
    position: relative;
    z-index: 2;
  }
  .blog-about-wrap .image-wrapper:hover img {
    -webkit-filter: grayscale(0) !important;
    filter: grayscale(0);
    -webkit-box-shadow: 0 2px 11px -3px #393630;
    box-shadow: 0 2px 11px -3px #393630;
  }  

  br.br-show-mobile {
    display: none;
  }  

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

  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    float: none !important;
    display: inline-block;
    padding: 4px 11px 10px;
    text-align: center;
    margin-top: 6px;
    position: static !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-family: "Trade Gothic LT Std",Helvetica,Arial,sans-serif;
    font-weight: 700;
    padding-bottom: 8px;
    padding: 0 10px 4px;
    font-size: 1.0714285714rem;
    color: #393630;
    line-height: 1.3;
    outline-width: 0;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:before {
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
    background: #2a6d83;
    bottom: 0;
    content: '';
    height: 2px;
    width: 0;
    position: absolute;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: width;
    -o-transition-property: width;
    transition-property: width;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
    left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    text-decoration: none;
  }

  .custom-menu-primary {
    width: 66.6666666667% !important;
    padding-left: 1.0714285714rem;
    padding-right: 1.0714285714rem;
    text-align: right;
    margin-left: 0px !important;
    opacity: 1;
    transition: 0.1s ease;
    transition-delay: 0.1s;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    color: #2a6d83;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    z-index: -1;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:last-child > ul > li:nth-of-type(7) {
    clear: both;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:nth-of-type(2) > ul > li:nth-of-type(10) {
    clear: both;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
    -webkit-transition-duration: .7s;
    -o-transition-duration: .7s;
    transition-duration: .7s;
    -webkit-transition-property: bottom;
    -o-transition-property: bottom;
    transition-property: bottom;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 3px 18px -7px #b5b5b5;
    box-shadow: 0 3px 18px -7px #b5b5b5;
    margin: 0 5px 5px;
    padding: 35px;
    text-align: left;
    z-index: 10 !important;
    text-transform: none;
    table-layout: fixed;
    width: 100% !important;
    height: auto;
    top: 44px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:first-child {
    width: 41.6666666667% !important;
    float: left;
    vertical-align: top;
    padding: 8px 50px 0 0;
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:first-child:after {
    display: inline-block;
    font-family: entegris-ui;
    content: attr(data-icon);
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\6b';
    position: absolute;
    right: 50px;
    font-weight: 700;
    top: 6px;
    top: 14px;
    font-size: 16px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:last-child {
    width: 58.3333333333% !important;
    float: left;
    padding-left: 40px;
    padding-right: 1.0714285714rem;
    border-left: 1px solid #e8e8e8;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li {
    width: calc(33.3% - 4px) !important;
    padding: 10px 1%;
    position: relative;
    line-height: 20px;
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul {
    opacity: 1 !important;
    float: none !important;
    position: static !important;
    visibility: visible !important;
    left: 0px !important;
  }

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #fff;
    overflow: hidden;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 1rem;
    display: inline-block !important;
    color: #393630;
    padding: 0;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    line-height: 1.3;
    outline-width: 0;
    white-space: normal !important;
    text-decoration: none;
    position: relative;
    padding-bottom: 5px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:last-child > ul > li:nth-last-child(-n+3)::after {
    background: 0 0 !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul >li>ul>li:last-child>a {
    padding-bottom: 0px !important;
    display: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
    color: #2a6d83;
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover:before {
    width: 20px;
    z-index: 9;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a:before {
    background: #2a6d83;
    bottom: 0;
    content: '';
    height: 2px;
    width: 0;
    position: absolute;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: width;
    -o-transition-property: width;
    transition-property: width;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
    left: 0;
    text-decoration: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:last-child>ul>li:nth-child(3n+1)::after {
    content: '';
    display: block;
    height: 1px;
    background: #e8e8e8;
    width: 312%;
    bottom: 0;
    position: absolute;
    overflow: hidden;
    left: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

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

  /* Fix menu disappearing on desktop after toggling mobile menu */
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
    line-height: normal;
  }
  
}


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

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

@media (max-width: 767px){
  
  body.mobile-open {
    background: #fbfbf9;
    overflow: hidden;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul.bottom-menu a#sign-in-link {
    font-weight: 600;
  }
  
  /* ===== Mobile Toggle Button ===== */
  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: relative;
    top: 9px;
    width: auto;
    height: auto;
    background: #ffffff;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    text-align: right;
    float: right;
    padding-right: 10px;
  }

  .mobile-trigger + span.icon-close {
    display: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(5) {
    padding-bottom: 20px !important;
  }

  .custom-search-wrap {
    margin-left: 0px !important;
    display: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper ul.bottom-menu li a {
    font-size: 1rem !important;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    text-transform: none;
    font-weight: 400;
    color: #393630;
    line-height: 1.3;
    padding-left: 0px;
    padding: .7rem 1rem;
  }
  .custom-menu-primary .hs-menu-wrapper ul.bottom-menu li {
    display: block!important;
    padding: 0 10px 0 20px;
  }

  .custom-menu-primary .hs-menu-wrapper ul.bottom-menu li a strong {
    font-weight: 600;
    line-height: inherit;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(5):after {
    content: '';
    background: #cfcfcf;
    width: 89%;
    height: 1px;
    display: block;
    margin: 19px 0 0 -20px;
    width: 120%;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    height: 770px;
    width: 100% ;
    overflow: hidden;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    /*font-size: 1.7857142857rem;
    line-height: 1.6;*/
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    background: #fbfbf9;
    line-height: 1.5;
    margin-bottom: 1rem;
    width: 96%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.dl-back a {
    font-size: 1.7857142857rem !important;
    text-transform: uppercase;
    font-weight: 300;
    font-family: "Trade Gothic LT Std",Helvetica,Arial,sans-serif;
    text-align: left;
    /*padding: 0 0 16px 20px;
    margin: 0 0 8px -20px;*/
    padding: 0 0 12px 20px;
    margin: 0 0 16px -20px;
    display: block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.dl-back {
    font-size: 1.7857142857rem !important;
    display: block;
    border-bottom: 1px solid #cfcfcf;
    font-weight: 300;
    font-family: "Trade Gothic LT Std",Helvetica,Arial,sans-serif;
    padding-top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li ul li:nth-of-type(2)> a {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 600;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li ul li:nth-of-type(2) {
    font-weight: 500;
    margin-bottom: 12px;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    /*padding: 15px 35px 0 20px !important;*/
    padding: 6px 35px 0 20px !important;
    display: block;
    /*line-height: 1.6 !important;*/
    line-height: 1 !important;
    position: static !important;
    overflow: hidden;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
    padding-top: 11px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    color: #393630;
    font-family: "Trade Gothic LT Std",Helvetica,Arial,sans-serif;
    font-size: 1.7857142857rem !important;
    text-transform: uppercase;
    font-weight: 300;
    background: #fbfbf9;
    height: 100%;
    display: block;
    line-height: 40px;
    position: relative;    
    padding: .7rem 1rem;
    background: #fff;    
    line-height: 1.19999995;
    display: inline-block !important;
    width: auto !important;
  }


}



@media (min-width: 768px) {

  /* Will prevent the '100% Height' script for the Main Menu to affect desktop */
  .custom-menu-primary {
    height: auto !important;
  }

  li.dl-back {
    display: none;
  }

}

@media (max-width: 767px) {
  span.icon-mag-glass.desktop-search {
    display: none;
  } 

  .custom-cart-wrap {
    text-align: right;
    position: relative;
    width: 50% !important;
    float: right !important;
  }  

  .custom-logo-wrap {
    width: 50% !important;
    padding-left: .7142857143rem;
    padding-right: .7142857143rem;
    float: left !important;
  }

  .search #frm label {
    display: none;
  }

  a.icon-shopping-cart.cart-status {
    position: absolute;
    font-size: 1.2857142857rem;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 55%;
    color: #b31a1b;
    padding-bottom: 9px;
    display: block;
    padding: 12px 10px 16px;
  }

  .search-area span.icon-mag:before {
    content: '\70';
  }

  .search-area span.icon-mag {
    font-size: 1rem;
    /* border-right: 1px solid #e8e8e8; */
    /* padding: 10px 20px; */
  }  

  .search-area {
    display: inline-block;
    vertical-align: bottom;
    font-size: 1rem;
    padding: 10px 20px;
    width: 55px;
    height: 41px;
    min-height: 41px;
    overflow: visible;
    cursor: pointer;
    border-right: 1px solid #e8e8e8;
  }

  a.icon-shopping-cart.cart-status:before {
    display: inline-block;
    font-family: entegris-ui;
    content: attr(data-icon);
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\63';
  }  

  .search #frm span.icon-mag-glass:before {
    position: relative;
    top: -1px;
    font-size: 14px;
  }  

  .custom-search-wrap .search #frm span.icon-mag-glass {
    border: 0px;
  }

  .search-open form#frm {
    right: 146px !important;
  } 

  .search-open .close-icon-animate span {
    left: 0px;
  }  

  .close-icon-animate {
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    right: -9px;
    color: #393630;
    top: 4px;
  }

  .close-icon-animate:before {
    display: inline-block;
    font-family: entegris-ui;
    content: attr(data-icon);
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\72';
  }  

  .search-open .close-icon-animate span {
    display: none !important;
  }  

  .search-open .search #frm input[type="text"] {
    left: 7rem;
  }  

  .custom-search-wrap div#search-bar {
    transition: 0s;
  }

  .close-icon-animate span {
    transition: 0s;
  }  

  .search #frm input[type="text"] {
    transition: 0s;
    transition-delay: 0s;
  }

  .search #frm span.icon-mag-glass {
    transition: 0s !important;
  }  

  .custom-search-wrap span.icon-mag-glass:after{
    content:none !important;  
  }  

  form#frm {
    right: 101px !important;
    top: -39px;
  }  

  .search-open form#frm {
    top: 0px !important;
  }

  .search-open .custom-logo-wrap {
    opacity: 0;
  }

  .search-open .mobile-trigger {
    opacity: 0;
  }  
  .search-open div#search-bar {
    top: 0px;
  }  

  .custom-footer-title h3:before {
    content: '\6f';
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: entegris-ui;
    position: absolute;
    right: 0;
    font-weight: 700;
    font-size: 24px;
  } 

  .custom-footer-title h3 {
    line-height: 1.3;
    margin-bottom: 20px !important;
    position: relative;
  }  

  button.back:after {
    display: inline-block;
    font-family: entegris-ui;
    content: attr(data-icon);
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\6d';
    font-weight: 700;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .show-back button.back {
    display: block;
  }

  button.back {
    padding: 0 0 0 28px;
    background: 0 0;
    border: 0;
    color: #2a6d83;
    width: auto;
    position: absolute;
    top: 12px;
    left: 0;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Open Sans Condensed",Helvetica,Arial,sans-serif;
    font-size: 1.1428571429rem;
    display: none;
  }


  .custom-menu-primary ul ul li a {
    padding-left: 20px;
  }

  .custom-inner-wrap .col1, 
  .custom-inner-wrap .col2, 
  .custom-inner-wrap .col3 {
    width: 100% !important;
    padding-left: 14px;
    padding-right: 12px;
  }

  .col4 {
    width: 100% !important;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
  }
  .custom-inner-wrap {
    /*margin-bottom: 27px;*/
    margin-bottom: 27px;
  }


  .custom-footer-title h3 {
    line-height: 1.3;
    margin-bottom: 20px !important;
  }

  /*.custom-footer-menusite ul li {
    font-size: .7rem;
    margin-bottom: 10px;
    line-height: .5;
    padding-right: 19px;
    padding-left: 4px;
    text-align: center;
    width: auto;
    margin-left: -2px;
  }*/
  .custom-footer-menusite ul li {
    font-size: .9rem;
    line-height: normal;
    text-align: center;
    margin-bottom: 10px;
    padding: 0 .7rem 0 0;
    width: auto;
    float: none !important;
    display: inline-block;
  }
  .custom-footer-menusite ul li:nth-child(2) {
    margin-right: -3px;
  }
  .custom-footer-menusite ul li:nth-child(2) a:after {
    padding-left: .4rem;
  }
  .custom-footer-menusite ul li:nth-child(3) {
    clear: both;
  }



  .custom-phone-info ul li {
    padding: 0 1.5rem 0 0;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 1rem;
    line-height: .5;
    display: inline-block;
    margin-top: 5px;
    width: auto !important;
  }

  .custom-social-icons ul li {
    width: 20%;
    text-align: left;
    display: table-cell;
    padding-right: 0;
    float: left;
  }

  .custom-social-icons ul {
    display: table;
    width: 100%;
    border-bottom: 1px solid #a9a6a2;
    padding-bottom: 1rem;
    margin: 0 0 1rem;
  }



  /*.custom-footer-menusite ul li a:after {
    content: '/';
    font-size: 11px;
    position: absolute;
    margin-left: 2px;
    top: 4px;
  }*/
  .custom-footer-menusite ul li a:after {
    content: '/';
    font-size: 11px;
    position: static;
    margin-left: 0;
    padding-left: .7rem;
    top: auto;
  }

  .custom-footer-menusite ul li a {
    font-size: 1rem;
  }

  .custom-footer-menusite ul {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.5;
  }


  .col4 h3 {
    display: none;
  }

  .custom-footer-title h3:after,
  .custom-inner-wrap:after{
    content:none !important;
  }

  .custom-footer-title h3{
    cursor:pointer;
  } 

  .custom-footer-menu ul {
    display: none;
  }

  .custom-footer-title h3 {
    margin-bottom: 1.5rem;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.hs-item-has-children ul {
    position: absolute !important;
    transform: translate(100%,0);
    padding: 0;
    top: 0;
    box-shadow: none;
    transition: 0.5s all !important;
    height: 100%;
    margin-top: -4px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.child-open.hs-menu-item.hs-item-has-children ul {
    transform: translate(0, 0);
    top: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    height: 100% !important;
    background: #fbfbf9;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    /*padding: 15px 35px 0 20px;*/
    padding: 0 35px 0 20px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    text-transform: none;
    font-size: 1.0714285714rem !important;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 500;
    /*line-height: 24px;
    padding-left: 0px;*/
    padding: .7rem 1rem;
    line-height: 1.3;
    outline-width: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.hs-menu-item.hs-item-has-children ul{
    position: absolute !important;
    transform: translate(100%,0);
    padding: 0;
    top: 0;
    box-shadow: none;
    transition: 0.5s all !important;
    background-color: #fff;
    height: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.child-open.hs-menu-item.hs-item-has-children ul {
    transform: translate(0, 0);
    left: 0 !important;
  }

  /*.custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children > a:after {
    right: 23px;
    content: '';
    border: 2px solid rgba(0,0,0,.3);
    display: block;
    width: 8px;
    border-top: none;
    border-left: none;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }*/

  .menu-text,
  li.dl-back a{
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  }

  li.dl-back {
    border-bottom: 0 !important;
    padding: 10px 0;
  }


  .show-mobile-nav #site-wrapper:before {
    background: #000;
    opacity: .3;
    -webkit-transition: opacity .4s ease .4s;
    transition: opacity .4s ease .4s;
    content: "";
    width: 100%;
    height: 100vh;
    display: block;
  }

  .custom-menu-primary .close-icon:before {
    display: inline-block;
    font-family: entegris-ui;
    content: attr(data-icon);
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\72';
    font-size: 1.4rem;
    display: block;
  }
  .custom-menu-primary .close-icon {
    position: absolute;
    right: 0;
    top: 14px;
    margin-right: 14px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Trade Gothic LT Std Condensed",Helvetica,Arial,sans-serif;
    text-align: center;
    z-index: 2;
    font-size: .8rem;
    cursor: pointer;
  }  

  span.icon-mag-glass:after {
    display: inline-block;
    font-family: entegris-ui;
    content: attr(data-icon);
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\70';
    font-size: 1rem;
    color: #cfcfcf;
    position: absolute;
    top: 6px;
    z-index: -1;
    right: 3px;
  }
  span.icon-mag-glass:before {
    content: '\70';
  }
  span.icon-mag-glass {
    position: absolute;
    top: 12px;
    left: 64px;
    font-size: 1.2rem;
  }  
  
  .custom-menu-primary .hs-menu-wrapper ul.bottom-menu li.cart.signup-li {
    display: none !important;
  }
  
}


@media (max-width: 820px) and (min-width: 768px) {
  
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 0.9rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li.legal-trademark-notices > a {
    font-size: 0.8rem;
  }
  
}


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {}
.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: 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: inherit;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-from h4 a {
  text-decoration: none;
}
.comment-date {
  color: inherit !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;
}
.custom_listing_comments{
  border: 1px solid #E2E2E2;
  display: block;
  line-height: 165%;
  padding: 15px;
}

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

/* 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 */
.body-container .field.hs-form-field {}

/* Descriptions */
.hs-field-desc {
  font-style: italic;
  font-size: .8571428571rem;
  padding: 3px 0 0;
  margin: 0;
}

/* Labels and Legends */
.body-container label {
  position: relative;
  display: block;
  color: #393630;
  font-family: "Trade Gothic LT Std",Helvetica,Arial,sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 1rem 0 .3rem;
  margin: 0;
}

.body-container .hs-form-field > label {}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {  
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: normal;
  margin: 0;
  height: auto;
  width: 100%;
  padding: 12px;
  border-radius: 3px;
  border: 1px solid #393630;
  background: #fbfbf9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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


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

/* Separate Styles for Drop Downs */
.body-container .hs-fieldtype-select .input {
  position: relative;
}
.body-container .hs-fieldtype-select .input:before {
  display: inline-block;
  font-family: entegris-ui;
  content: attr(data-icon);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\6f';
  position: absolute;
  top: 17px;
  right: 12px;
  font-weight: 700;
  pointer-events: none;
  background: #fbfbf9;
  padding-left: 7px;
}
.body-container select {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #393630;
  -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  -o-transition: box-shadow .5s,border-color .25s ease-in-out;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
  padding: .8rem 1.3rem;
  border: 1px solid #a9a6a2;
  height: auto;
  border-radius: 3px;
  background: #fbfbf9;
  margin: 0;
}
.body-container select:focus {
  outline: 0;
  border: 1px solid #a9a6a2;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  -o-transition: box-shadow .5s,border-color .25s ease-in-out;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
}
.body-container select option[disabled] {
  display: none !important;
}

/*	CAPTCHA	*/
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  width: 100% !important;
  height: auto!important;
  padding-top: 2rem;
  padding-bottom: .3rem;
  clear: both;	
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field .input {
  margin-bottom: 4px;
}

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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  text-decoration: none !important;
  white-space: normal !important;  
  outline: 0;
  background-color: #393630;
  border: 1px solid #393630;
  color: #fff;
  padding: 12px 58px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Open Sans Condensed",Helvetica,Arial,sans-serif;
  font-size: 1.1428571429rem;
  line-height: 1;
  margin: 0;
  margin-top: 1.5rem;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover{
  background: #2a6d83;
}

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

.body-container ul.hs-error-msgs.inputs-list li label {
  padding: 0px;
}

.body-container .hs-input.invalid.error {
  background: #fff;
  border: 2px solid #b31a1b;
}

.body-container ul.hs-error-msgs.inputs-list {
  list-style: none;
  margin: 0 !important;
  padding: 5px 0 15px !important;
  line-height: 1;
  color: #b31a1b;
  font-size: .8571428571rem;
  font-style: italic;
  font-weight: 600;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.body-container .hs-error-msgs label {
  color: #b31a1b;
  font-size: .8571428571rem;
  font-style: italic;
  font-weight: 600;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.body-container textarea:focus {
  border: 1px solid #000;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  -o-transition: box-shadow .5s,border-color .25s ease-in-out;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
}


/* =============== 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                                      
========================================================================== */
.hs-blog-post .custom-latest-wrap,
.hs-blog-post .custom-press-release,
.hs-blog-post .hs-blog-header h1,
.hs-blog-post .link-container,
.hs-blog-post  .blog-about-wrap{
  display: none !important;
}

.resource-details h3 {
  display: block;
  font-size: 1.2857142857rem;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Trade Gothic LT Std",Helvetica,Arial,sans-serif;
  line-height: 1.2;
  padding-bottom: 10px;
  vertical-align: middle;
  color: #72706d;
  margin-bottom: 0px;
}


.resource-details {
  border-left: 1px solid #f5f1eb;
  padding: 2.5rem 1rem 2.5rem 30px;
}



div#infscr-loading {
  position: absolute !important;
  bottom: 0 !important;
}

.search-open a.icon-shopping-cart.cart-status {
  display: none;
}


input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.header-container input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color:#a9a6a2;}
.header-container input:-moz-placeholder, textarea:-moz-placeholder{color:#cacaca;}
.header-container input::-moz-placeholder, textarea::-moz-placeholder{color:#cacaca;}
.header-container input:-ms-input-placeholder, textarea:-ms-input-placeholder{color:#cacaca;}

body.password-template.one-column.hs-content-id-1.hs-landing-page.hs-page input.hs-button.primary.large {
  margin-top: 20px;
}

.breadcrumbs {
  margin-bottom: 2.5rem;
  font-size: .7rem;
  position: relative;
  z-index: 2;
}

.section.post-header {
  padding-left: 1.0714285714rem;
  padding-right: 1.0714285714rem;
}

.section.post-header .date  span {
  text-transform: uppercase;
}

.hs-blog-post .eyebrow.blue {
  color: #2a6d83;
}

.language-file-download span {
  display: block;
  margin: 5px 0;
}

.hs-blog-post .eyebrow::after {
  content: '';
  height: 2px;
  width: 20px;
  background: #393630;
  display: block;
  -webkit-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  margin-top: .1rem;
}

.hs-blog-post .eyebrow {
  display: block;
  font-size: 1.1428571429rem;
  font-family: "Trade Gothic LT Std",Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: #393630;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.hs-blog-post .file-download a {
  font-size: 1rem;
}

.whitepaper.eyebrow-style.no-arrow label.basic-label {
  padding-top: 5px;
}

.hs-blog-post .file-download {
  margin: 16px 0 5px;
}

.hs-blog-post .content-wrapper {
  margin-top: 0px !important;
}

.hs-blog-post .resource-details {
  -webkit-box-shadow: 0 0 6px 0 #cfcfcf;
  box-shadow: 0 0 6px 0 #cfcfcf;
  display: block;
  background: #fff;
  position: relative;
  margin: -74px auto 2.8rem;
  padding: 50px 60px 35px 30px;
  border: 1px solid #2a6d83;
  z-index: 2;
  color: #393630;
  opacity: .95;
  padding: 24px 60px 7px 30px;
  margin: 0px;
}

.hs-blog-post .resource-details:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  margin: 0 1%;
  display: block;
  height: 18px;
  width: 97%;
  background: #f0eae1;
  left: 2px;
  top: 5px;
}
.hs-blog-post .small-12.medium-4.column {
  width: 33.3333333333%;
  float: right;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.blog-post-wrapper .post-body {
  clear: both;
  overflow: hidden;
}

.section.post-header h1 {
  font-size: 2.5714285714rem;
  display: block;
  line-height: 3rem;
  font-family: "Trade Gothic LT Std",Helvetica,Arial,sans-serif;
  font-weight: 300;
  color: #b31a1b;
  padding-bottom: 8px !important;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: .5rem;
}

.breadcrumbs ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-size: 1rem;
  line-height: 1.6;
}

.breadcrumbs ul li {
  display: inline-block;
  font-size: .7rem;
  color: #393630;
}

.breadcrumbs ul li a {
  font-size: .7rem;
  color: #393630;
  text-decoration: underline;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  line-height: 1.3;
  outline-width: 0;
  padding-right: 0px;
}

.breadcrumbs ul li.current {
  color: #b31a1b;
  font-size: .7rem;
  font-weight: 700;
}

.breadcrumb ul li a:hover {
  color: #b31a1b;
}

.breadcrumbs ul li a:after {
  display: inline-block;
  font-family: entegris-ui;
  content: attr(data-icon);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\6b';
  display: inline-block;
  padding: 0 .6rem;
  font-size: .8rem;
  vertical-align: sub;
  padding-left: 12px;
}

.blog-listing-wrapper .post-listing .post-item {
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
}

.blog-listing-wrapper .post-listing .post-item .date {
  line-height: 1;
  font-size: .8571428571rem;
  text-transform: uppercase;
  color: #72706d;
  font-family: "Trade Gothic LT Std",Helvetica,Arial,sans-serif;
  font-weight: 700;
}

p#hubspot-topic_data {
  color: #a9a6a2;
  font-size: .8571428571rem;
  display: block;
  margin: 0;
}

p#hubspot-topic_data a {
  color: #a9a6a2;
}

.post-header h2 {
  font-size: 1.8571428571rem;
  font-family: "Trade Gothic LT Std",Helvetica,Arial,sans-serif;
  display: block;
  position: relative;
  font-weight: 400;
  line-height: 33.8px;
}

.post-header h2 a {
  position: relative;
  display: block;
  padding-right: 5rem;
  margin: 10px 0 3px;
}

.post-body.clearfix p {
  margin: 0px;
  font-size: 1rem;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
  padding-right: 5rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

.blog-pagination a:after {
  display: inline-block;
  font-family: entegris-ui;
  content: attr(data-icon);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\6e';
  margin-left: .8rem;
  font-size: 1.7857142857rem;
  vertical-align: -7px;
}
.blog-pagination a {
  font-size: 1.1428571429rem;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  line-height: 1.3;
  outline-width: 0;
  font-weight: 600;
}
.blog-pagination {
  margin-bottom: 2.8rem;
  margin-top: 2.8rem;
  cursor: pointer;
  display: block;
  position: relative;
  text-align: center;
}

.post-header h2 a:after {
  display: inline-block;
  font-family: entegris-ui;
  content: attr(data-icon);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\6b';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.1428571429rem;
  font-weight: 700;
  color: #393630;
}

.hs-blog-header h1 {
  margin-bottom: 0px;
  display: inline-block;
  font-size: 3.7142857143rem;
  line-height: 3rem;
  font-family: "Trade Gothic LT Std",Helvetica,Arial,sans-serif;
  font-weight: 300;
  color: #b31a1b;
  text-rendering: optimizeLegibility;
  margin-top: 0px;
  padding-bottom: .5rem;
  margin-top: 0;
  margin-bottom: .5rem;
}

.custom-blog-wrapper .row.featured-resource {
  margin-bottom: 2.8rem;
  margin-top: 2.8rem;
  border: 1px solid #2a6d83;
  padding: 4.5rem 2rem 2rem;
  position: relative;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.custom-blog-wrapper .row.featured-resource:before {
  content: '';
  background: #f5f1eb;
  height: 18px;
  width: 98%;
  position: absolute;
  left: 0;
  top: 4px;
  margin: 0 1%;
  display: block;
  top: 10px;
}

h3.eyebrow.active:after {
  width: 20px;
  content: '';
  height: 2px;
  width: 20px;
  background: #393630;
  display: block;
  -webkit-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  margin-top: .24rem;
}


h3.eyebrow.active {
  display: block;
  font-size: 1.1428571429rem;
  font-family: "Trade Gothic LT Std",Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: #393630;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding-bottom: 10px;
  line-height: 1.3;
}

.featured-resource a.resource-link {
  color: #2a6d83;
  font-size: 1.8571428571rem;
  font-family: "Trade Gothic LT Std",Helvetica,Arial,sans-serif;
  line-height: 1.3;
}

.medium-8.large-9.column p {
  line-height: 1.6;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
  font-size: 1rem;
}

.file-download {
  margin: .5rem 0;
}

.file-download::after, .file-download::before {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.info-footer.row .medium-6.column {
  width: 50%;
  float: left;
}

.file-download .file-icon {
  float: left;
  margin: .5rem .5rem 0 0;
  width: 32px;
  height: 32px;
}
.file-download .file-icon.pdf {
  background: url(//cdn2.hubspot.net/hubfs/4669942/Entegris_September2018/Images/pdf-icon-small.png);
}

.file-download a {
  font-size: .9rem;
  color: #2a6d83;
  font-weight: 600;
}

.file-download .size {
  display: block;
  line-height: 1;
  white-space: nowrap;
}

.file-download::after {
  clear: both;
}
.file-download::after, .file-download::before {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}



.featured-resource .info-footer .footer-link:not(:last-child) {
  margin-right: 15px;
  padding-right: 20px;
  position: relative;
}
.featured-resource .info-footer .footer-link {
  display: inline-block;
  margin-top: .8rem;
  color: #2a6d83;
}

.featured-resource .info-footer .footer-link:not(:last-child)::after {
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  background: #e7ded0;
}

.featured-resource .info-footer .footer-link {
  display: inline-block;
  margin-top: .8rem;
  color: #2a6d83;
}

.featured-resource .resource {
  vertical-align: middle;
  color: #72706d;
}

.large-3 {
  width: 25%;
}

.featured-resource .resource .resource-details {
  border-left: 1px solid #f5f1eb;
  padding: 2.5rem 0 2.5rem 30px;
}

.blog-content .column,.blog-content .columns {
  padding-left: 1.0714285714rem;
  padding-right: 1.0714285714rem;
}
.large-9 {
  width: 75%;
  padding-left: 1.0714285714rem;
  padding-right: 1.0714285714rem;
}

.link-container .more {
  border: 0;
  text-transform: none;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Trade Gothic LT Std",Helvetica,Arial,sans-serif;
}


.link-container .more::after {
  vertical-align: -11px;
  font-size: 1.5rem;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.link-container .more::after {
  display: inline-block;
  font-family: entegris-ui;
  content: attr(data-icon);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\6e';
  padding-left: 12px;
  font-size: 1.5rem;
}

.link-container .archive::after {
  content: '';
  background: #a9a6a2;
  height: 100%;
  width: 1px;
  right: 0;
  top: 0;
  position: absolute;
}

.custom-latest-wrap .medium-4.large-3.column.resource {
  width: 25% !important;
  padding-left: 1.0714285714rem;
  padding-right: 1.0714285714rem;
}

.link-container .archive {
  position: relative;
  padding-right: 20px;
  margin-right: 15px;
}
.link-container a {
  color: #2a6d83;
  font-size: 1.1428571429rem;
}


.custom-latest-wrap .page-center {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.link-container {
  float: right;
  margin-top: 1.5rem;
  line-height: 21px;
}

.hs_which_region_ .input:before {
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\6f';
  position: absolute;
  top: 17px;
  right: 12px;
  font-weight: 700;
  pointer-events: none;
  background: #fbfbf9;
  padding-left: 7px;
  font-style: normal;
  display: inline-block;
  font-family: entegris-ui;
}

.hs_which_region_ .input {
  position: relative;
}




.featured-resource .column:last-child, .featured-resource .columns:last-child, .featured-resource>.column, .featured-resource>.columns {
  display: table-cell;
  float: none;
}
.small-12 {
  width: 100%;
}

.resource-details .field.hs-form-field {
  margin-bottom: 0px;
}

.resource-details input.hs-button.primary.large {
  width: 100%;
  margin-top: 14px;
  padding-left: 38px;
  padding-right: 38px;
}

.resource-details label{
  font-family: "Trade Gothic LT Std",Helvetica,Arial,sans-serif;
  font-weight: 600;
  padding-bottom: 0;
  display: block;
  margin: 0;
  color: #393630;
  font-size: 1rem;
}
.ajax-form label, form label {
  padding: 1rem 0 .3rem;
  line-height: 1.5;
}

.email-form input {
  margin-bottom: 1rem;
  width: 100%;
  line-height: normal;
  padding: .8rem 1.3rem;
  border: 1px solid #393630;
  height: auto;
  border-radius: 3px;
  background: #fbfbf9;
  margin: 0;
}

.ajax-form .form-error, form .form-error {
  margin: .2rem 0 0;
  color: #b31a1b;
  font-size: .8571428571rem;
  font-style: italic;
  font-weight: 600;
}

.email-form input {
  margin-bottom: 1rem !important;
}

.email-form .thank-you {
  display: none;
}


.form-error {
  display: none;
} 

.email-form form textarea, input[type] {
  border-color: #a9a6a2;
}


.email-form .headline {
  display: block;
  font-size: 1.2857142857rem;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Trade Gothic LT Std",Helvetica,Arial,sans-serif;
  line-height: 1.2;
  padding-bottom: 10px;
}

.custom-press-release span.type {
  font-family: "Trade Gothic LT Std",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .8rem;
  color: #72706d;
}

.custom-press-release h3.eyebrow:after {
  content: '';
  height: 2px;
  width: 20px;
  background: #393630;
  display: block;
  -webkit-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  margin-top: .2rem;
}
.custom-press-release {
  border-top: 1px solid #cfcfcf;
}

.custom-press-release h3.eyebrow {
  display: block;
  font-size: 1.1428571429rem;
  font-family: "Trade Gothic LT Std",Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: #393630;
  text-transform: uppercase;
  padding: 1rem 0 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.custom-press-release .contact {
  margin-bottom: 2.8rem;
  margin-top: 3.8rem;
}

.custom-press-release span.name {
  font-weight: 600;
  font-size: 1.2rem;
}

.custom-press-release .small-8.medium-9.column span {
  display: block;
}
.custom-press-release .small-8.medium-9.column span.title {
  font-style: italic;
  margin-bottom: 5px;
}

.custom-press-release  .small-12.column p a:hover {
  color: #2a6d83;
}
.custom-press-release  .small-12.column p a {
  color: #b31a1b;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  line-height: 1.3;
  outline-width: 0;
}
.custom-press-release  .small-12.column p {
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
  font-size: 1rem;
  margin-top: 0px;
}

.custom-press-release  .row.rich-text-editor {
  margin-bottom: 3.5rem;
  line-height: 36px;
}

.custom-press-release .small-8.medium-9.column a {
  color: #2a6d83;
}

.custom-seacrh-wrap {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  padding: 1.5rem 0;
  margin: .5rem 0 2rem;
}

.hs-blog-listing .hs-search-field__bar:before {
  display: inline-block;
  font-family: entegris-ui;
  content: attr(data-icon);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\70';
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.custom-seacrh-wrap input.hs-search-field__input {
  margin-right: .5rem;
  padding-left: 34px;
  border-radius: 0;
  max-width: calc(100% - 176px);
  width:100%
}

.hs-search-field__bar {
  position: relative;
}
.custom-press-release .small-8.medium-9.column {
  width: 75%;
  /* padding-left: 1.0714285714rem; */
  /* padding-right: 1.0714285714rem; */
}

.blog-about-wrap h2.eyebrow.active:after {
  content: '';
  height: 2px;
  width: 20px;
  background: #393630;
  display: block;
  -webkit-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  margin-top: .2rem;
}
.blog-about-wrap h2.eyebrow.active {
  display: block;
  font-size: 1.1428571429rem;
  font-family: "Trade Gothic LT Std",Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: #393630;
  text-transform: uppercase;
  margin-bottom: 1rem;
  line-height: 1.6;
  padding-bottom: .5rem;
}

.blog-about-wrap .cta-link {
  width: 100%;
  height: 100%;
  display: block;
}

.blog-about-wrap .column.card {
  padding: 1px;
  position: relative;
}
.large-up-3>.column:nth-of-type(3n+1), .large-up-3>.columns:nth-of-type(3n+1) {
  clear: both;
}
.blog-about-wrap .column.card.active {
  opacity: 1;
  top: 0;
}
.large-up-3>.column, .large-up-3>.columns {
  width: 33.3333333333%;
  float: left;
}

.blog-about-wrap  .image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 174px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.blog-about-wrap  .card-wrapper.greyscale img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
}

.blog-about-wrap .cta-link span {
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 70%;
  margin: auto;
  display: block;
  color: #fff;
  top: 52%;
  left: 15%;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Trade Gothic LT Std",Helvetica,Arial,sans-serif;
  font-size: 1.5714285714rem;
  z-index: 1;
  padding-right: 30px;
  line-height: 1.3;
}

.blog-about-wrap .cta-link span::after {
  display: inline-block;
  font-family: entegris-ui;
  content: attr(data-icon);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\6b';
  font-weight: 700;
  font-size: 15px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  top: 34%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-about-wrap {
  padding: 2rem 0;
}

.blog-about-wrap  .image-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(57,54,48,.4);
}


/* ==========================================================================	
 						CUSTOM ICONS
========================================================================== */

.icon-facebook::before {
    content: '\61'
}
.icon-linkedin::before {
    content: '\62'
}
.icon-storify::before {
    content: '\63'
}
.icon-twitter::before {
    content: '\64'
}
.icon-youtube::before {
    content: '\65'
}
.icon-instagram::before {
    content: '\66'
}
.icon-arrow-up-circle::before {
    content: '\67'
}
.icon-arrow-up::before {
    content: '\68'
}
.icon-arrow-right-circle::before {
    content: '\69'
}
.icon-search-icon::before {
    content: '\6a'
}
.icon-arrow-right::before {
    content: '\6b'
}
.icon-arrow-left-circle::before {
    content: '\6c'
}
.icon-arrow-left::before {
    content: '\6d'
}
.icon-arrow-down-circle::before {
    content: '\6e'
}
.icon-arrow-down::before {
    content: '\6f'
}
.icon-mag-glass::before {
    content: '\70'
}
.icon-menu::before {
    content: '\71'
}
.icon-close::before {
    content: '\72'
}
.icon-share::before {
    content: '\73'
}
.icon-offsite-link::before {
    content: '\75'
}
.icon-calendar::before {
    content: '\76'
}
.icon-lock::before {
    content: '\74'
}
.icon-checkmark::before {
    content: '\77'
}
.icon-pin::before {
    content: '\78'
}
.icon-mail::before {
    content: '\79'
}
.icon-print::before {
    content: '\7a'
}
.icon-shopping-cart::before {
    content: '\63'
}
.icon-pencil::before {
    content: '\43'
}
.icon-document::before {
    content: '\41'
}


/* ==========================================================================
						CUSTOM MODULES - STYLING
========================================================================== */
/*	Related Resource Module	*/
.relatedresource-module {
  padding-right: 12px;
  padding-left: 12px;
  margin-bottom: 2.8rem;
  margin-top: 2.8rem;
  overflow: hidden;
}
h2.eyebrow {
  line-height: 1.6;
  padding-bottom: .5rem;
  display: block;
  font-size: 1.1428571429rem;
  font-family: "Trade Gothic LT Std",Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: #393630;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
h2.eyebrow:after {
  content: '';
  height: 2px;
  width: 20px;
  background: #393630;
  display: block;
  -webkit-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  margin-top: .2rem;
}
.relatedresource-module small {
  text-transform: uppercase;
  color: #72706d;
  font-family: "Trade Gothic LT Std",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 80%;
  line-height: inherit;
  display: block;
}
.relatedresource-module p {
  margin: 0 0 1rem;
}

/*	Featured White Paper	*/
.featured-whitepaper-moodule {
  margin-bottom: 2.8rem;
  margin-top: 2.8rem;
}
.featured-wp-col,
.featured-colinner-group {
  padding-right: 12px;
  padding-left: 12px;
}
.featured-wp-col.image-col .featured-colinner-group {
  padding: 0;
}
.primary-headline {
  font-family: "Trade Gothic LT Std",Helvetica,Arial,sans-serif;
  font-weight: 300;
  color: #b31a1b;
  font-size: 2.5714285714rem;
  display: block;
  line-height: 3rem;
  margin: 0;
  padding: 0;
  padding-bottom: 8px;
}
.secondary-content-group {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.secondary-content-group.with-p {
  overflow: visible;
}
.featured-wp-btn {
  margin-top: 20px !important;
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.button.outline,
button.outline {
  -webkit-transition: background .2s ease-in-out;
  -o-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
  outline: 0;
  background-color: transparent;
  border: 1px solid #393630;
  color: #393630;
  padding: 12px 58px;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Open Sans Condensed",Helvetica,Arial,sans-serif;
  font-size: 1.1428571429rem;
}
a.button:focus, 
a.button:hover {
  text-decoration: none;
}
.button.outline:hover,
button.outline:hover {
  background: #2a6d83;
  text-decoration: none;
  color: #fff;
  border-color: #2a6d83;
}

.featured-whitepaper-cols,
.twocoleq-cols-row,
.whitepaper-maincontent-flexi span.hs_cos_wrapper_type_widget_container {
  margin-right: auto;
  margin-left: auto;
}
.featured-colinner-row {
  margin-right: -.7142857143rem;
  margin-left: -.7142857143rem;
}
/*	TWO COLUMN EQUAL	*/
.twocoleq-col {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 2.5rem;
}

/*	TWO COLUMN EQUAL WITH IMAGE	*/
.twocoleq-with-img-module {
  margin-bottom: 2.8rem;
  margin-top: 2.8rem;
}
.twocoleqimg-col {
  padding-left: 12px;
  padding-right: 12px;
}
.twocoleqimg-content {
  margin-bottom: 2.5rem;
  padding-top: 8px;
}

/*	THREE COLUMN EQUAL	*/
.threecoleq-col {
  padding-left: 12px;
  padding-right: 12px;
}

/**/
.breadcrumb-menu ul.hs-breadcrumb-menu {
  font-size: 1rem;
  line-height: 1.6;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb-menu ul.hs-breadcrumb-menu > li {
  display: inline-block;
  font-size: inherit;
  float: none !important;
  width: auto !important;
  margin: 0;
  padding: 0;
}
.breadcrumb-menu ul.hs-breadcrumb-menu > li > a {
  font-size: 1.5rem;
  color: #2a6d83;
  text-decoration: none;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  line-height: 1.3;
  outline-width: 0;
  cursor: pointer;
  display: inline-block !important;
  width: auto !important;
  margin-right: 3.7px;
}
.breadcrumb-menu ul.hs-breadcrumb-menu > li > a:hover {
  color: #b31a1b;
}
.breadcrumb-menu ul.hs-breadcrumb-menu > li .hs-breadcrumb-menu-divider {
  display: none !important;
}
.breadcrumb-menu ul.hs-breadcrumb-menu > li span.hs-breadcrumb-label {
  pointer-events: none;
  text-decoration: none;
}


/* ==========================================================================
						Presentations Layout
========================================================================== */
.presentations-layout .page-center.content-wrapper {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.presentation-form-group {
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-shadow: 0 0 6px 0 #cfcfcf;
  box-shadow: 0 0 6px 0 #cfcfcf;
  margin-bottom: 2.8rem;
  margin-top: 2.8rem;
  padding: 2rem 1.5rem 3rem;
  width: 100%;
  height: 100%;
}
.presentation-form-group:after {
  content: "";
  clear: both;
  display: table;
}
.presentation-form-container {
  padding-right: 12px;
  padding-left: 12px;
}
.presentation-form-group .section-header {
  color: #393630;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  padding: 0;
}
.presentation-form-group .section-header:before {
  font-size: 1.2857142857rem;
  vertical-align: middle;
  margin-right: .5rem;
  display: inline-block;
  font-family: entegris-ui;
  content: '\74';
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: top;
  margin-top: 2px;
}
.presentation-form-group .section-header h1 {
  color: #393630;
  font-family: "Trade Gothic LT Std",Helvetica,Arial,sans-serif;
  font-size: 1.1428571429rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0 0 1rem 4px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
.presentation-form-group .section-header h1:after {
  content: '';
  height: 2px;
  width: 20px;
  background: #393630;
  display: block;
  -webkit-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  margin-top: .2rem;
  margin-left: -1px;
}
.presentation-form-group .section-header p {
  display: inline-block;
  vertical-align: middle;
  margin: 1px 0 0 3px;
  padding: 0;
  padding-left: 1.5rem;
  line-height: normal;
}
.presentation-form .hs_cos_wrapper_type_form {
  color: #393630;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  /*margin-top: 2rem;*/
  margin-top: calc(2rem - 1px);
}
.presentation-form .required {
  font-style: italic;
  font-size: .8571428571rem;
}
.presentation-form form.hs-form {
  margin-right: -.7142857143rem;
  margin-left: -.7142857143rem;
}
.presentation-form form.hs-form:after {
  content: "";
  display: table;
  clear: both;
}
.presentation-form .hs-form-field {
  width: 100%;
  float: none;
  padding-right: 12px;
  padding-left: 12px;
}
.presentation-form .hs-form-field > label > .hs-form-required {
  float: left;
  margin-right: 4px;
}
.presentation-form .hs-form-field.hs_firstname.hs-firstname > label,
.presentation-form .hs-form-field.hs_lastname.hs-lastname > label,
.presentation-form .hs-form-field.hs_select_country.hs-select_country > label,
.presentation-form .hs-form-field.hs_email.hs-email > label {
  font-style: italic;
  font-size: .8571428571rem;
  margin-bottom: 1px;
}
.presentation-form .hs_recaptcha.hs-recaptcha.field.hs-form-field .input {
  margin-bottom: 23px;
}
.presentation-form .hs_submit.hs-submit {
  clear: both;
  padding-right: .7142857143rem;
  padding-left: .7142857143rem;
  text-align: right;
}
.presentations-layout .presentation-form-group {
  margin-bottom: 0;
}
.hs-requiredfields-row .hs-field-desc {
  clear: both;
  padding-left: 12px;
  padding-right: 12px;
}
.hs-requiredfields-row:after {
  content: "";
  display: table;
  clear: both;
}


/* ==========================================================================
		WHITE PAPER LAYOUT
========================================================================== */
.whitepaper-layout .page-center.content-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
.whitepaper-maincontent h4 {
  display: block;
  color: #393630;
  font-family: "Trade Gothic LT Std",Helvetica,Arial,sans-serif;
  font-size: 1.1428571429rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0 0 1rem;
  padding: 0;
}
.whitepaper-maincontent h4:after {
  content: '';
  height: 2px;
  width: 20px;
  background: #393630;
  display: block;
  -webkit-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  margin-top: .2rem;
}
.whitepaper-maincontent p {
  margin: 0 0 1rem;
}
.whitepaper-maincontent-flexi span.hs_cos_wrapper_type_widget_container,
.whitepaper-maincontent-flexi span.hs_cos_wrapper_type_rich_text {
  display: block;
}

.whitepaper-maincontent .twocoleq-col h2 {
  display: block;
  color: #393630;
  font-family: "Trade Gothic LT Std",Helvetica,Arial,sans-serif;
  font-size: 1.1428571429rem;
  font-weight: 700;
  line-height: 1.6;
  text-transform: uppercase;
  margin: 0 0 1rem;
  padding: 0 0 .5rem;
}
.whitepaper-maincontent .twocoleq-col h2:after {
  content: '';
  height: 2px;
  width: 20px;
  background: #393630;
  display: block;
  -webkit-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  margin-top: .2rem;
}
.whitepaper-maincontent .twocoleq-col h3 {
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 1.17em;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
table tbody,
table tfoot,
table thead {
  border: 0;
  background-color: #fff;
}
table tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f5f5f0;
}
table tbody td {
  min-width: 100px;
  padding: 10px;
}
table tr[style="font-weight: bold;"] {
  font-weight: 900 !important;
}
table.custom-2table {
  border-bottom: 1.0pt solid;
  border-color: rgb(128,128,128);
  border-top: 1.0pt solid;
  border-color: rgb(128,128,128);
  margin-bottom: 3.8rem;
  margin-top: 2.8rem;
  overflow-x: auto;
}
table.custom-3table {
  margin-bottom: 3.8rem;
  margin-top: 2.8rem;
  overflow-x: auto;
}
.whitepaper-maincontent hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: visible;
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 0 auto 1.7857142857rem;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #e8e8e8;
  border-left: 0;
}


/**/
.bowling-for-contaminants-the-new-science-of-gas-purification-page .twocoleq-col.leftcol {
  margin-bottom: 0 !important;
}
.whitepaper-maincontent-flexi span.hs_cos_wrapper_type_rich_text {
  padding-left: 12px;
  padding-right: 12px;
}
/**/
.the-small-medium-and-large-of-preventing-automotive-latent-defects-page .whitepaper-maincontent p,
.considerations-for-improving-3d-nand-performance-reliability-and-yield-page .whitepaper-maincontent p,
.the-china-semiconductor-mandate-for-success-a-reliable-predictable-and-local-specialty-chemicals-supply-chain-page .whitepaper-maincontent p,
.the-silicon-precursor-toolbox-for-low-temperature-deposition-page .whitepaper-maincontent p,
.layers-and-beyond-solving-3d-nand-material-and-integration-challenges-page .whitepaper-maincontent p, 
.the-small-medium-and-large-of-preventing-automotive-latent-defects-page .whitepaper-maincontent .twocoleq-col li,
.considerations-for-improving-3d-nand-performance-reliability-and-yield-page .whitepaper-maincontent .twocoleq-col li,
.the-china-semiconductor-mandate-for-success-a-reliable-predictable-and-local-specialty-chemicals-supply-chain-page .whitepaper-maincontent .twocoleq-col li,
.the-silicon-precursor-toolbox-for-low-temperature-deposition-page .whitepaper-maincontent .twocoleq-col li,
.layers-and-beyond-solving-3d-nand-material-and-integration-challenges-page .whitepaper-maincontent .twocoleq-col li {
  font-size: 16px;
}
.the-small-medium-and-large-of-preventing-automotive-latent-defects-page .twocoleq-col,
.layers-and-beyond-solving-3d-nand-material-and-integration-challenges-page .twocoleq-col,
.considerations-for-improving-3d-nand-performance-reliability-and-yield-page .twocoleq-col,
.the-china-semiconductor-mandate-for-success-a-reliable-predictable-and-local-specialty-chemicals-supply-chain-page .twocoleq-col.letfcol,
.the-silicon-precursor-toolbox-for-low-temperature-deposition-page .whitepaper-maincontent .twocoleq-col {
  margin-bottom: 0;
}

.the-silicon-precursor-toolbox-for-low-temperature-deposition-page .whitepaper-maincontent-flexi h4 {
  line-height: 120%;
  padding-bottom: .5rem;
}
.the-silicon-precursor-toolbox-for-low-temperature-deposition-page .whitepaper-maincontent h2.eyebrow {
  line-height: 120%;
}

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



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


@media (min-width: 40em) {

  .custom-ft-navigation .hs-menu-wrapper {
    padding-right: 1.0714285714rem;
  }
  .custom-ft-navigation .hs-menu-wrapper > ul {
    margin-right: -1.0714285714rem;
    margin-left: -1.0714285714rem;
  }

  .custom-footer-col.col4 > .row-fluid-wrapper {
    margin-right: -0.8%;
  }
  
  .whitepaper-maincontent .twocoleq-col h3 {
    font-size: 1.8571428571rem;
  }

  .breadcrumb-menu ul.hs-breadcrumb-menu > li:after {
    display: inline-block;
    font-family: entegris-ui;
    content: attr(data-icon);
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\6b';
    display: inline-block;
    padding: 0 .6rem;
    font-size: .8rem;
    vertical-align: sub;
  }
  .breadcrumb-menu ul.hs-breadcrumb-menu > li > a {
    font-size: .7rem;
    color: #393630;
    text-decoration: underline;
  }
  .breadcrumb-menu ul.hs-breadcrumb-menu > li > a:hover {
    color: #b31a1b;
  }
  .breadcrumb-menu ul.hs-breadcrumb-menu > li span.hs-breadcrumb-label {
    color: #b31a1b;
    font-size: .7rem;
    font-weight: 900;
  }
  .breadcrumb-menu ul.hs-breadcrumb-menu > li.last-crumb:after {
    display: none !important;
  }
  
}

@media (min-width: 768px) {
  
  .custom-ft-navigation .icon-arrow-down {
    display: none !important;
  }
  .custom-ft-navigation .hs-menu-wrapper ul {
    display: block !important;
  }
  
  .presentation-form-container,
  .presentation-form .hs-form-field,
  .presentation-form .hs_submit.hs-submit,
  .relatedresource-module,
  .hs-requiredfields-row .hs-field-desc {
    padding-right: 1.0714285714rem;
    padding-left: 1.0714285714rem;
  }
  .presentation-form form.hs-form {
    margin-right: -1.0714285714rem;
    margin-left: -1.0714285714rem;
  }
  .presentation-form .hs-form-field {
    width: 25%;
    float: left;
  }
  .presentation-form .hs-form-field:nth-child(4n+1) {
    clear: left;
  }
  .presentation-form .hs-form-field:nth-child(4n+4) {
    clear: right;
  }
  .relatedresource-module p {
    padding-right: 5rem;
  }
  
  .featured-wp-col,
  .twocoleq-col,
  .twocoleqimg-col {
    width: 50%;
    float: left;
  }
  /*.twocoleq-cols-row,*/
  .featured-colinner-row,
  .featured-whitepaper-cols,
  .whitepaper-maincontent-flexi span.hs_cos_wrapper_type_widget_container,
  .imagecol-inner-row {
    margin-right: -1.0714285714rem;
    margin-left: -1.0714285714rem;
  }
  .featured-wp-col,
  .featured-colinner-group,
  .twocoleq-col,
  .twocoleqimg-col,
  .threecoleq-col,
  .whitepaper-maincontent-flexi span.hs_cos_wrapper_type_rich_text,
  .presentations-layout .breadcrumb-menu ul.hs-breadcrumb-menu {
    padding-right: 1.0714285714rem;
    padding-left: 1.0714285714rem;
  }
  .featured-wp-col.content-col .featured-colinner-group > *,
  .twocoleqimg-col.content-col > * {
    margin-left: 1.5rem;
    display: block;
  }
  .featured-wp-col.content-col .featured-colinner-group > .primary-headline {
    margin-left: 1.3rem;
  }
  .featured-whitepaper-moodule.with-leftimg .featured-wp-col.content-col {
    float: right !important;
  }
  .featured-whitepaper-moodule.with-leftimg .featured-wp-col.image-col {
    float: left !important;
  }
  .threecoleq-col {
    width: 33.3333333333%;
    float: left;
  }

  .the-small-medium-and-large-of-preventing-automotive-latent-defects-page .twocoleq-col.leftcol h4:first-child, 
  .considerations-for-improving-3d-nand-performance-reliability-and-yield-page .twocoleq-col.leftcol h4:first-child, 
  .the-china-semiconductor-mandate-for-success-a-reliable-predictable-and-local-specialty-chemicals-supply-chain-page .twocoleq-col.leftcol h4:first-child {
    margin-bottom: 3.5rem;
  }
  .the-small-medium-and-large-of-preventing-automotive-latent-defects-page .twocoleq-col.rightcol h3:first-child, 
  .considerations-for-improving-3d-nand-performance-reliability-and-yield-page .twocoleq-col.rightcol h3:first-child, 
  .the-china-semiconductor-mandate-for-success-a-reliable-predictable-and-local-specialty-chemicals-supply-chain-page .twocoleq-col.rightcol h3:first-child {
    margin-bottom: 2.75rem;
  }
  
}



/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1200px) {
  
  .custom-footer-title h3:after {
    margin-top: .1rem;
  }
  
}


@media (max-width: 1024px) {

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
    margin: 0px;  
  }
  .custom-menu-primary.hidden-phone.js-enabled ul {
    margin-right: 20px;
  }  
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 6px 1px 10px;
    line-height: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 1rem;
  }
  .custom-menu-wrap ul.nav.main li, .custom-sign-up ul li {
    padding-top: 6px;
    padding-bottom: 10px;
  } 
  .custom-menu-wrap ul.nav.main li:nth-of-type(2) {
    padding-left: 0px;
  }
  .custom-menu-wrap ul.nav.main li a {
    padding-right: 21px;
    padding-left: 5px;
  }  
  .custom-menu-wrap ul.nav.main li, .custom-sign-up ul li {
    padding-top: 6px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .custom-sign-up ul li:last-child a {
    padding-right: 31px;
    padding-left: 10px;
  } 
  
  .featured-wp-col.image-col .featured-colinner-row {
    margin-right: 0;
  }

}


@media (max-width: 1000px) and (min-width: 768px) {
  
  .custom-bottom-header {
    padding-right: 10px;
  }
  
}


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

@media (max-width: 767px) {

  .mobile-open .custom-menu-primary.visible-phone.mobile-view {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .resource-details {
    border-left: 0px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .search-open .custom-search-wrap {
    display: block !important;
  }  
  .body-container .hs-button.primary, 
  .body-container input[type="submit"],
  .body-container input[type="button"] {
    padding: 12px 35px;  
  }  

  .custom-header.custom-nonav .custom-bottom-header {
    min-height: 61px !important;
  }  

  .custom-header.custom-nonav .mobile-trigger {
    display: none !important;
  }  

  .section.post-header {
    width: 100%;
    float: none;
  }  

  .hs-blog-post .small-12.medium-4.column {
    width: 100%;
  }  

  .custom-blog-wrapper .row.featured-resource {
    margin: 0 0 2.8rem;
  }

  .info-footer.row .medium-6.column {
    width: 100%;
    float: none;
  } 

  .custom-latest-wrap .medium-4.large-3.column.resource {
    width: 100% !important;
  } 

  .custom-latest-wrap .select-container {
    width: 100% !important;
  }

  .email-form input {
    margin-bottom: 1rem !important;
    width: 100% !important;
  } 

  .custom-latest-wrap .select-container::before {
    font-size: 14px !important;
    top: 15px;
    right: 20px;
  }  

  .custom-latest-wrap .select-container select {
    width: 100%;
    padding: .8rem 1.3rem;
    border: 1px solid #a9a6a2;
    height: auto;
    border-radius: 3px;
    background: #fbfbf9;
    margin: 0;
    font-size: 1.1428571429rem;
    font-weight: 400;
  }
  .hs-blog-listing .hs-search-field__bar:before {
    top: 21%;
  } 
  .custom-seacrh-wrap input.hs-search-field__input {
    width: 100%;
    margin-bottom: 1rem;
    max-width: 100%;
  }  

  .featured-resource .resource .resource-details {
    border: 0;
    padding: 0;
  }  

  .large-9 {
    width: 100% !important;
    padding-left: 1.0714285714rem;
    padding-right: 1.0714285714rem;
  }  

  .custom-seacrh-wrap input.hs-button.primary {
    width: 100%;
  }  

  .featured-resource .sub-resource-text, .featured-resource p {
    display: none;
  } 

  .large-up-3>.column, .large-up-3>.columns {
    width: 100%;
    float: none;
    margin-bottom: 5px;
    padding: 0px;
  }  

  .featured-resource .info-footer {
    margin-bottom: 1.5rem;
  }  

  .featured-resource .column:last-child, 
  .featured-resource .columns:last-child, 
  .featured-resource > .column,
  .featured-resource>.columns {
    display: block;
    float:none;
  }  

  h3.eyebrow.active {
    margin-bottom: 1.3rem;
    padding: 0px;
    line-height: 19px;
  }

  .hs-blog-header h1 {
    display: block;
    border-bottom: 1px solid #e8e8e8;
    font-size: 3.7142857143rem;
    line-height: 3rem;
  }

  .link-container {
    float: none;
    margin: 1rem 0 1.5rem;
  }

  .custom-inner-wrap {
    width: 100% !important;
  }  

  .select-container {
    margin-bottom: 6px;
    /*width: 86%;*/
    width: 86.6%;
  }

  .main-content{
    margin-bottom:30px;  
  }  

  .select-container::before {
    display: inline-block;
    font-family: entegris-ui !important;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\6f';
    position: absolute;
    font-weight: 700;
    pointer-events: none;
    background: #fbfbf9;
    padding-left: 7px;
    font-size: 1.2857142857rem !important;
    top: 15px;
    right: 20px;
  }  

  .header-container-wrapper {
    min-height: 62px;
  }

  .select-container select {
    padding: 10px;
    border-color: #a9a6a2;
  }  

  .select-container select {
    padding: 10px;
    border-color: #a9a6a2;
  }

  .select-container.first-select,
  .selectfield-li .select-container:first-child {
    /*margin-bottom: 8px;
    margin-top: 14px;*/
    margin-top: 12px;
    margin-bottom: 7px;
    font-weight: 400 !important;
  }

  select {
    width: 100%;
    border: 1px solid #393630;
    height: auto;
    border-radius: 3px;
    background: #fbfbf9;
    margin: 0;
    font-size: 1rem;
    line-height: normal;
    color: #393630;
    font-weight: 300;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;    
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .custom-menu-primary.visible-phone.mobile-view {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    width: 74% !important;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    padding-top: 3.8rem;
    will-change: transform;
    max-height: 100vh;
  }  

  .select-container {
    margin-bottom: 6px;
  }  
  
  .mobile-open .custom-bottom-header {
    top: 60px;
    right: 85%;
  }  

  .custom-top-header {
    display: none !important;
  }

  .blog-about-wrap .cta-link span {
    font-size: 2.1428571429rem !important;
    line-height: 1 !important;
  }  

  body.site-page.hs-content-id-1.hs-landing-page.hs-page.mobile-open {
    overflow: hidden;
    position: relative;
    background: #fbfbf9;
  }

  .mobile-open div#site-wrapper {
    top: 70px;
    right: 85%;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 0 5px #b5b5b5;
    box-shadow: 0 0 5px #b5b5b5;
    background: #fff;
  }

  .custom-menu-primary.visible-phone.mobile-view {
    display: block !important;
  }

  .custom-menu-primary.hidden-phone {
    display: none !important;
  }

  .custom-menu-primary.visible-phone {
    display: none !important;
  } 

  div#site-wrapper {
    right: 0px;
    top: 0px;
    transition: all 0.4s ease-in;
    background: #fff;
    position: relative;
  } 

  .search .close span.close-text {
    display: none;
  }  

  .search-line-draw {
    display: none;
  }  

  .custom-bottom-header {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
    -webkit-box-shadow: 0 0 5px #b5b5b5;
    box-shadow: 0 0 5px #b5b5b5;
    padding: 10px 5px;
    will-change: transform;
    width: 100% !important;
    right: 0px;
    transition: all 0.4s ease-in;
  }  

  .mobile-trigger span.menu {
    font-family: "Trade Gothic LT Std",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .7857142857rem;
    display: inline-block;
    padding: 0;
    border-top: 3px solid #656361;
    padding-top: 2px;
    color: #393630;
    margin: 0 0 4px 18px;
  } 

  .mobile-trigger span.menu:before {
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    background-color: #393630;
    margin: 1px 0 2px;
  }  

  .custom-logo-wrap {
    width: 50% !important;
    padding-left: .7142857143rem;
    padding-right: .7142857143rem;
  }  

  .custom-logo-wrap object.logo {
    width: 84px !important;
    margin-top: 10px;
    padding-top: 0px;
  }
  
  .custom-footer > .row-fluid-wrapper {
    padding-top: 0;
  }
  .custom-footer .page-center {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .custom-footer-col.col4 {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-ft-navigation .hs-menu-wrapper > ul > li {
    width: 100% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .custom-ft-navigation .hs-menu-wrapper > ul > li > a {
    font-size: 1.1428571429rem;
    line-height: 1.5;
    margin-bottom: 21px;
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .custom-ft-navigation .hs-menu-wrapper > ul > li > a:after {
    display: none;
  }
  .custom-ft-navigation .hs-menu-wrapper ul ul {
    margin-top: -1px;	
    margin-bottom: calc(1.8rem + 1px);
    padding-left: 7px;
  }
  .custom-ft-navigation ul ul li {
    line-height: 1;
  }
  .custom-ft-navigation ul ul li:last-child {
    margin-bottom: 0;
  }
  .custom-ft-navigation ul ul li a {
    font-size: .9285714286rem;
    line-height: 18px;
    display: inline-block !important;
    width: auto;
  }
  .custom-ft-navigation .icon-arrow-down {
    float: right;
    display: block;
    color: #393630;
    font-family: "Trade Gothic LT Std",Helvetica,Arial,sans-serif;
    font-size: 1.7142857143rem;
    font-weight: 700;
    line-height: 1;
    width: auto;
    -webkit-transition: -webkit-transform 0.25s ease;
    -moz-transition: -moz-transform 0.25s ease;
    transition: transform 0.25s ease;
  }
  .custom-ft-navigation .icon-arrow-down::before {
    content: '\6f';
    font-weight: inherit;
  }
  .custom-ft-navigation .icon-arrow-down.open-menu {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .presentation-form-group .section-header h1 {
    margin-bottom: 1.3rem;
  }
  .presentation-form-group .section-header p {
    padding: 0;
    margin: 0;
    line-height: 1.5;
  }
  .presentation-form .hs_cos_wrapper_type_form {
    border-top: 1px solid #cfcfcf;
    padding-top: 30px;
    margin-top: 2rem;
  }
  .presentation-form .required {
    padding-bottom: .5rem;
    display: block;
  }
  .presentation-form .hs-form-field {
    margin-bottom: 1rem;
  }
  .presentation-form .hs-form-field.hs_firstname.hs-firstname > label, 
  .presentation-form .hs-form-field.hs_lastname.hs-lastname > label,
  .presentation-form .hs-form-field.hs_select_country.hs-select_country > label, 
  .presentation-form .hs-form-field.hs_email.hs-email > label {
    padding-bottom: .5rem;
    display: block;
    padding-left: 10px;
  }
  .body-container input[type="text"],
  .body-container input[type="password"], 
  .body-container input[type="datetime"], 
  .body-container input[type="datetime-local"], 
  .body-container input[type="date"], 
  .body-container input[type="month"], 
  .body-container input[type="time"], 
  .body-container input[type="week"], 
  .body-container input[type="number"], 
  .body-container input[type="email"],
  .body-container input[type="url"], 
  .body-container input[type="search"], 
  .body-container input[type="tel"],
  .body-container input[type="color"],
  .body-container input[type="file"],
  .body-container textarea, 
  .body-container select {
    font-size: 1.1428571429rem;
  }
  
  .whitepaper-layout .page-center.content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  h3.primary-headline {
    margin-left: 1.3rem;
    font-size: 2.5714285714rem;
  }
  .featured-wp-btn {
    margin-top: 0 !important;
  }
  .featured-wp-col.image-col img {
    margin-bottom: 1.5rem;
  }
  .twocoleq-module,
  .twocoleq-col {
    padding-left: 12px;
    padding-right: 12px;
    overflow: hidden;
  }
  .twocoleq-cols-row {
    margin-right: -.7142857143rem;
    margin-left: -.7142857143rem;
  }
  .whitepaper-maincontent h4 {
    margin-bottom: 1.3rem;
  }
  
  .whitepaper-layout .content-wrapper .hs-cta-wrapper .hs-cta-node a.button.outline, 
  .whitepaper-layout .content-wrapper .hs-cta-wrapper .hs-cta-node > a {
    padding: 12px 15px !important;
  }
  
  .featured-wp-col.image-col .featured-colinner-row {
    margin-right: 0;
    margin-left: 0;
  }
  
}  

 
@media (max-width: 767px) and (min-width: 641px) {
  
  .breadcrumb-menu {
    padding-left: 12px;
    padding-right: 12px;
  }
  
}


@media (max-width: 640px) {
  
  a#back-to-top {
    bottom: 0;
    right: 1rem;
  }

  .presentation-form .hs-button.primary, 
  .presentation-form input[type="submit"], 
  .presentation-form input[type="button"] {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
  }
  h2.eyebrow {
    margin-bottom: 1.3rem;
  }
  h2.eyebrow:after {
    margin-bottom: 1px;
  }

  .featured-wp-btn {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
  }
  
  .breadcrumb-menu ul.hs-breadcrumb-menu {
    margin: 0;
    background: #f5f1eb;
    padding: 12px;
  }
  .breadcrumb-menu ul.hs-breadcrumb-menu > li:not(:nth-last-child(2)) {
    display: none !important;
  }
  .breadcrumb-menu ul.hs-breadcrumb-menu > li {
    font-weight: 700;
    position: relative;
  }
  .breadcrumb-menu ul.hs-breadcrumb-menu > li:before {
    display: inline-block;
    font-family: entegris-ui;
    content: attr(data-icon);
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\6d';
    display: inline-block;
    margin-right: .5rem;
    font-size: .7142857143rem;
    font-weight: 700;
    position: absolute;
    top: 6px;
  }
  .breadcrumb-menu ul.hs-breadcrumb-menu > li > a {
    font-size: 1rem;
    font-weight: 600;
    text-indent: 20px;
    line-height: 1.6;
    outline-width: 0;
    margin: 0;
  }

}

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

@media (max-width: 479px) {}

@media (max-width:450px) {

  .search-open .search-area {
    position: absolute;
    border-right: 0px;
    left: -213px;
  }

}
@media (max-width: 400px) {
  .search-open form#frm {
    right: 120px !important;
  }

  .search-open .search-area {
    left: -184px;
  }


  .search-open .search #frm input[type="text"] {
    left: 6rem;
  } 
  .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children > a:after {
    right: 4px;
  }  

  table.custom-2table td {
    font-size: 12px;
    padding: 10px 5px;
  }

}

@media (max-width: 370px) {
  .search-open .search-area {
    left: -164px;
  }
}


