/* ==========================================================================
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%3A700%2C400italic%2C400&ver=4.8.9');
@import url('//fonts.googleapis.com/css?family=Lora%3A400%2C700&ver=4.8.9');
@import url('//fonts.googleapis.com/css?family=Open+Sans%3A300%2C700&ver=5.5.3');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@font-face {
  font-family: "Ubuntu";
  src: local("Ubuntu Medium"), local("Ubuntu-Medium"), url("//fonts.gstatic.com/s/ubuntu/v13/4iCv6KVjbNBYlgoCjC3jsGyN.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Ubuntu";
  src: local("Ubuntu Light"), local("Ubuntu-Light"), url("//fonts.gstatic.com/s/ubuntu/v13/4iCv6KVjbNBYlgoC1CzjsGyN.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Ubuntu";
  src: local("Ubuntu Regular"), local("Ubuntu-Regular"), url("//fonts.gstatic.com/s/ubuntu/v13/4iCs6KVjbNBYlgoKfw72.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Ubuntu";
  src: local("Ubuntu Bold"), local("Ubuntu-Bold"), url("//fonts.gstatic.com/s/ubuntu/v13/4iCv6KVjbNBYlgoCxCvjsGyN.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
  background: #ffffff;
  color: #363636;
  font-family: 'helvetica', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

html, body {
  height: 100%;
}

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

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


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

/* Basic text */
p {
  font-size: 16px;
  font-family: 'Lora', sans-serif;
  color: #7c7c7c;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
  margin-top:0;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  font-family: 'Ubuntu', sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 40px;
  font-weight: 300;
}
h2 {
  font-size: 2.3125rem;
  color: #646464;
  font-weight: 700;
}
h3 {
  font-size: 36px;
  font-weight: 300;
}
h4 {
  font-size: 1.6875rem;
}
h5 {
  font-size: 1.125rem;
  margin:0;
  font-weight:normal;
}
h6 {
  margin: 0;
  font-size: 1rem;
}

/* Anchor Links */
a { color: #647632;   
  font-weight: 700;
  text-decoration: none; }
a:hover, a:focus {  }

/* Lists */
ul, ol, dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem;
  margin-left: 2.125rem;
  padding:0;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

/* Horizontal Rules */
hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem;
}


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


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

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

.content-wrapper {
  padding-top:45px;
  padding-bottom:45px;
}
.main-content ,
.blog-content,
.blog-sidebar,
.hs-blog-header{
  padding:0 15px;
}
.sidebar{
  padding:0 15px;
}
.sidebar.right{}
.sidebar.left{}

.banner-area-wrapper {
  background-size: cover !important;
  position: relative;
  padding: 360px 0 0;
  background-position: center;
  background-color: #C08892;
}

.custom-logo img {
  width: auto !important;
  max-width: 293px;
}

.banner-area-wrapper .page-title {
  font-size: 0.6875rem;
  line-height: 2.181818182;
  font-weight: normal;
  color: #636363;
  width: 100%;
  background-color: #647632;
  text-align: center;
  text-transform: capitalize;
  padding: 20px 0px;
}

.banner-title {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.page-title h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  margin:0;
}
/* =============== Footer =============== */

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

.copyright-wrapper {
  background-color: #989898;
  padding: 30px 0px;
}

.copyright-wrapper p {
  font-size: 1rem;
  color: #fff;
  margin: 0;
}

.padding15 {
  padding: 0 0.9375rem;
}

.footer-row2-wrapper {
  background: url(//cdn2.hubspot.net/hubfs/5407900/Chemsteel_March2019%20Theme/images/footer-bg.jpg) no-repeat;
  background-size: cover;
  padding-top: 40px;
}

.footer-row2-wrapper h6 {
  color: #647632;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-row2-wrapper p {
  margin-bottom: 1.5rem;
  font-family: 'Lora', sans-serif;
  font-size: 16px;
  color: #707070;
  line-height: 26px;
}

.contact-detail {
  width: 100%;
  float: right;
  padding-left: 155px;
  margin-bottom: 2.72rem;
}

.contact-detail ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-detail ul li {
  font-size: 16px;
  margin-left: 36px;
  line-height: 1.846153846;
}

.contact-detail ul li i {
  color: #647632;
  margin-right: 1px;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.contact-detail ul li span {
  color: #7c7c7c;
  display: inline-block;
  font-weight: 300;
  vertical-align: top;
}

.contact-detail ul li a {
  color: #7c7c7c !important;
  font-weight: normal;
}

.footer-menu {
  background-color: #647632;
  text-align: center;
}

.footer-menu ul li {
  float: none !important;
  display: inline-block !important;
}

.footer-menu ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Ubuntu', sans-serif;
  padding: 30px 25px 30px;
  text-transform: uppercase;
}

.footer-menu ul {vertical-align: top;}

.footer-menu ul li a:hover {
  background-color: #707070;
}

div#backtotop {

  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 99;
  cursor: pointer;
  font-size: 1.2rem;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  border-radius: 10%;
  opacity: 0.5;
  color: #ffffff;
  background-color: #888888;
  display: block;
}

.fa-angle-up:before {
  content:"\f106";
}

div#backtotop:hover {
  background-color: #444;
  color: #ffffff;
  opacity: 1;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  float:right;
  padding:50px 0 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Open Sans', arial, sans-serif;
  color: #647632 !important;
  font-size: 1rem;
  padding-bottom: 10px !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: #636363;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
  font-size: 16px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  background-color: #333;
  padding: 10px .9375rem;
  color: white !important;
  font-family: 'Open Sans',arial,sans-serif;
  font-size: 1rem;
  display: block;
  font-weight: normal;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover a{
  background-color: #272727;
}

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

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

  .cm-visible-phone{
    display:none !important; 
  }

  .custom-menu-primary .hs-menu-wrapper>ul > li > a:hover {
    color: #636363 !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li.active a{
    background-color: #647632;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li.active a:hover{
    background-color: #0078a0;
  }

}


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

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

@media (max-width: 1024px){

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

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

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

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

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

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

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

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

  .custom-menu-primary{
    position: relative;
    -webkit-backface-visibility: hidden;
    background: #333333;
    bottom: 0;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    transition: left 500ms ease 0s;
    width: 15.625rem !important;
    z-index: 1001;
    left: -100%;
    margin: 0 !important;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
    top: 0;
  }

  .mobile-open .custom-menu-primary{
    left: 0%;
  }


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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    display: block;
    padding: 0.66667rem !important;
    transition: background 300ms ease;
    color: #ffffff !important;
    border-bottom: 1px solid #262626;
    text-transform: none;
    line-height: 1.6;
    font-family: 'helvetica', sans-serif !important;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{

  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{

  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #ffffff;
    background-color: #242424;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    padding-left: 1.25rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{

  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    display: block;
    padding: 0.66667rem;
    transition: background 300ms ease;
    color: #ffffff;
    border-bottom: 1px solid #262626;
    white-space:normal !important;
  }

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

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

  div#site-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
  }

  .mobile-open div#site-wrapper {
    -webkit-transform: translate3d(15.625rem, 0, 0);
    -moz-transform: translate3d(15.625rem, 0, 0);
    -ms-transform: translate(15.625rem, 0);
    -o-transform: translate3d(15.625rem, 0, 0);
    transform: translate3d(15.625rem, 0, 0);
  }

  body.mobile-open {
    overflow-x: hidden;
  }

  .mobile-open div#site-wrapper:before {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 300ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002;
    content: "";
  }

}


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


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

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

/* Blog Listing */
body.hs-blog-listing {}
.blog-listing-wrapper .post-listing .post-item {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}

.blog-post-wrapper h2, .post-header h2{}

.blog-post-wrapper h2 a, .post-header h2 a{
  text-decoration: none;
  color: inherit;
}

.blog-post-wrapper h2 a:hover, .post-header h2 a:hover{
  color: inherit;
}

#hs_cos_wrapper_blog_subscription_title{}

#comment-form h4{}

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

#comment-form {
  padding: 25px;
  border: 1px solid #ccc;
}


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

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

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


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

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

  font-size: ;

  line-height: ;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

/* Pagination */
.blog-pagination {}
.blog-pagination .previous-posts-link {
  display: block;
}
.blog-pagination .all-posts-link {
  display: block;
}
.blog-pagination .next-posts-link {
  display: block;
}
/* 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 {}

li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin span {
  vertical-align: top !important;
}
/* ==========================================================================
6. FORMS                                        
========================================================================== */


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

/* Form Field */
.hs-form-field {
  margin-bottom:16px;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  font-weight: 500;
  font-size: 20px;
  color: #647632;
  font-family: "Ubuntu", sans-serif;
  display: inline-block;
  line-height: 1.3;
  clear: both;
  margin-bottom: 9px;
}

.hs-form-required {
  color: #790000;
  margin-left: 4px;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  background-color: #FFFFFF;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
  width:100%;
  max-width:767px;
  border: 2px solid #D4D4D4;
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
}

input[type="text"]:hover,
input[type="password"]:hover, 
input[type="datetime"]:hover, 
input[type="datetime-local"]:hover, 
input[type="date"]:hover, 
input[type="month"]:hover, 
input[type="time"]:hover, 
input[type="week"]:hover, 
input[type="number"]:hover, 
input[type="email"]:hover, 
input[type="url"]:hover, 
input[type="search"]:hover, 
input[type="tel"]:hover, 
input[type="color"]:hover,
input[type="file"]:hover,
textarea:hover,
select:hover {
  border-color: #267FB7 !important;
}

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

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

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

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

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

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

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  transition: background-color 300ms ease-out;
  color: #ffffff;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 15px !important;
  text-transform: capitalize;
  padding: 15px 40px;
  background: #464646;
  border: none;
}

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

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


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

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


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

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


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

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


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

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


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



/*================ full wdith layout ============*/

.full-width-lay .body-container-wrapper {
  background-color: #EBEBEB;
}

.full-width-lay .content-wrapper{
  padding-bottom:0;
}

.footer-top-contact-us {
  width: 100%;
  background-color: #EBEBEB;
  padding: 40px 0px;
}

.footer-top-contact-us .widget.widget_text {
  line-height: 1.846153846;
  font-size: 0.875rem;
}

.footer-top-contact-us .widget .textwidget {
  display: flex;
  flex-flow: row wrap;
}

.footer-top-contact-us .medium-2.columns {
  float: left;
  width: 16.66667%;
  position: relative;
}

.footer-top-contact-us .medium-10.columns {
  width: 83.33333%;
  float: right;
  position: relative;
  box-shadow: 0px 0px 9px 0px rgba(22,23,26,0.10);
}

.footer-top-contact-us .contact-content {
  background-color: #fff;
  padding: 25px 0px 25px 55px;
  width: 85%;
  float: left;
}

.footer-top-contact-us .contact-content h1 {
  color: #647632;
  font-weight: 300;
  font-size: 36px;
  margin: 0;
}

.footer-top-contact-us .contact-content p {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
}

.footer-top-contact-us .contact-icon {
  background-color: #647632;
  height: 195px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.footer-top-contact-us .contact-icon .fa {
  color: #fff;
  font-size: 116px;
}

.footer-top-contact-us .contact-arrow {
  background-color: #fff;
  width: 15%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-top-contact-us .contact-arrow .fa {
  color: #979797;
  font-size: 68px;
}

.footer-top-contact-us .contact-arrow:hover {
  background-color: #647632;
}

.footer-top-contact-us .contact-arrow:hover .fa {
  color: #fff;
}

/*======== contact page ===========*/
.contact-page .left-col.padding15 {
  padding-top: 23px;
}

.contact-page .right-col.padding15 {
  padding-top: 24px;
}

.contact-page .content-wrapper {
  padding-bottom: 76px;
}

.contact-page textarea {
  height: 150px;
}

.contact-page .hs_cos_wrapper_type_form .hs-button.primary.large {
  margin-top: 16px;
}

.contact-page select {
  padding: 2px 0 2px 3px;
  -webkit-appearance: none;
  line-height: 1.5;
  margin: 0 0 2rem 0;
  box-shadow: none;
}

.contact-page textarea[name="address_new"] {
  height: 75px;
}

.contact-page select,
.contact-page select:hover,
.contact-page select:focus {
  padding: 2px 0 2px 3px;
  -webkit-appearance: none;
  line-height: 1.5;
  margin: 0 0 2rem 0;
  box-shadow: none;
  border-radius: 0;
  height: 2.3125rem;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  color: rgba(0, 0, 0, 0.75);
  border: 1px solid #ccc;
}

ul.hs-error-msgs.inputs-list {
  list-style: none;
  margin-left: 0;
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
  font-size: .813em;
  line-height: inherit;
  background-color: rgba(255,223,224,.25);
  margin-bottom: 6px!important;
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
  padding: 8px 0 6px !important;
  max-width: 767px;
}

.hs-input.invalid.error {
  border: 1px solid #790000;
}

.footer-nonav.footer-row2-wrapper{
  background-position: 100%;
}

/*============== markets page ===========*/

section.inner-page-content {
  background-size: cover;
  padding: 80px 0;
  color: #fff;
  text-align: center;
  background-position: center;
}

.inner-page-content h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 36px;
  color: #fff;
  margin: 0;
  line-height: normal;
}

.inner-page-content p {
  color: #fff !important;
  font-family: 'Ubuntu', sans-serif !important;
}


.markets-content-1 h2 {
  margin: 0;
  font-size: 36px;
  color: #636363;
  font-weight: 700;
  line-height: normal;
  padding:0 15px;
}

.markets-content-1 {
  padding: 40px 0;
  text-align: center;
  background: url(//cdn2.hubspot.net/hubfs/5407900/Chemsteel_March2019%20Theme/images/market-bg.jpg) repeat-x top;
}

.markets-content-1 hr {
  margin: 10px 35%;
  border: none;
  height: 1px;
  background: #647632;
}

.markets-content-1 .market4 {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  float: left;
  width: 33.33333%;
}

.markets-content-1 .markets-img {
  margin-top: 120px;
  background: #fff;
  min-height: 425px;
  padding: 0px 20px;
  border-top: 8px solid #647632;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(22,23,26,0.20);
  -moz-box-shadow: 0px 0px 7px 0px rgba(22,23,26,0.20);
  box-shadow: 0px 0px 7px 0px rgba(22,23,26,0.20);
}

.markets-content-1 img {
  margin-bottom: 20px;
  border: 8px solid #647632;
  width: 200px;
  height: 190px;
  margin-top: -100px;
}

.markets-content-1 h5 {
  min-height: 70px;
  font-family: 'Lora', sans-serif !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  color: #647632 !important;
}

.markets-content-1 p{
  padding:0 15px;
}

.markets-content-1 .markets-img p {
  min-height: 205px;
  padding:0;
}

.markets-content-1 a.button.grey-btn {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
  padding: 10px 30px;
  border-radius: 3px;
  color: #fff;
  background: #464646;
  display: inline-block;
  line-height: normal;
  margin: 0 0 1.25rem;
  transition: background-color 300ms ease-out;
}

.markets-content-1 a.button.grey-btn:hover {
  background-color: #647632;
}


/*========== industry layout ==========*/

.industry-links-page {
  background-color: #EBEBEB;
  padding-top: 40px;
}

.industry-content {
  box-shadow: 0px 0px 13px 0px rgba(22,23,26,0.09);
  background: #fff;
  display: flex;
  align-items: center;
}

.industry-links-page .page-center {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.industry-content .large-6.columns {
  width: 50%;
  float: left;
  position: relative;
}

.industry-content-block {
  height: 100%;
  width: 100%;
  float: left;
  text-align: center;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 2rem 15px 20px;
  flex-direction: column;
}

.industry-lay section.inner-page-content h2 {
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: none;
  font-size: 2.3125rem;
}

.industry-lay .section-two-wrapper .hs_cos_wrapper_type_rich_text {
  display: block;
  padding: 50px 15px;
  text-align:center;
}

.industry-lay .section-two-wrapper .hs_cos_wrapper_type_rich_text p {
  font-size: 16px;
  font-family: 'Lora', sans-serif;
  color: #7c7c7c;
}

.industry-lay .section-two-wrapper .hs_cos_wrapper_type_rich_text p strong{
  font-weight: 500;
  color: #647632;
  margin-right: 10px;
  font-family: 'Ubuntu', sans-serif;
}

.inner-page-content .industry-content .industry-content-block p {
  margin-bottom: 0px !important;
  line-height: normal;
}

.industry-content-block p {
  margin: 0;
  line-height: normal;
}

.industry-lay section.inner-page-content {
  padding: 40px 0px;
  background-position: unset;
}

.industry-lay section.inner-page-content h3 {
  font-size: 1.6875rem;
  margin: 0;
  font-family: 'Ubuntu', sans-serif !important;
  font-weight: normal;
}

.industry-lay .inner-page-content p {
  font-family: 'Lora', sans-serif !important;
  font-weight: normal;
}

.industry-content-block h2 {
  margin: 0;
  line-height: normal;
}

.industry-content-block hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 3px auto 8px !important;
  width: 96px;
  border-color: #647632 !important;
}

.industry-lay.hs-content-id-8468134375 section.inner-page-content{
  padding: 60px 0;
}

.two-col-rt-content .left-content {
  width: 66.66667%;
  float: left;
  min-height: 1px;
  position: relative;
}

.two-col-rt-content .right-content {
  float: right;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 33.33333%;
  position: relative;
  padding-left: 0.9375rem;
  color: #fff;
}

.two-col-rt-content .right-content h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  line-height: normal;
}

.two-col-rt-content .right-content p {
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
}

/*============ home page ============*/

.home-page .hs_cos_gallery_main .slick-slide {
  margin: 0 !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-page .hs_cos_gallery_main {
  padding: 0;
  margin: 0;
}

.home-page .hs_cos_gallery_main .slick-slide-inner-wrapper {
  position: relative;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 125%;
  margin: 0 auto;
  background: transparent;
  text-align: left;
}

.home-page .hs_cos_gallery_main .caption.superimpose {
  background: transparent;
  padding: 0;
  position: static;
  max-width: 64rem;
}

.home-page .hs_cos_gallery_main .slick-slide-inner-wrapper h1 {
  line-height: normal;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin: 0;
  text-shadow: 4px 4px rgba(0,0,0,0.6);
}

.home-page .hs_cos_gallery_main .slick-slide-inner-wrapper p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Ubuntu', sans-serif;
  padding-right: 100px;
  text-shadow: 0 0 10px rgba(0,0,0,0.6);
}

.home-page .hs_cos_gallery_main .slick-slide-inner-wrapper p a {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 20px;
  display: block;
  color: #fff;
  outline:none;
}

.section-two-wrapper, .section-two-wrapper * {
  min-height: 0 !important;
}

.home-page .hs_cos_gallery_main .slick-slide:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0,0,0,0.4);
}

.home-page .slick-dots{
  display:none !Important;
}

.home-page button.slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  opacity: 1;
  color: #fff;
  z-index: 99;
}

.home-page button.slick-arrow:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.home-page button.slick-next.slick-arrow:before {
  content: 'â†’';
  content: '\f054';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 38px;
  opacity: 1;
}

.home-page button.slick-next.slick-arrow {
  right: 1%;
}

.home-page button.slick-prev.slick-arrow:before {
  content: 'â†';
  content: '\f053';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 38px;
  opacity: 1;
}

.home-page button.slick-prev.slick-arrow {
  left: 1%;
}

.home-page button.slick-prev.slick-arrow:hover:before {
  color: #dc0f1a !important;
}

.home-page button.slick-next.slick-arrow:hover:before {
  color: #4E8ABE !important;
}

.home-banner-bottom {
  background-color: #647632;
  text-align: center;
}

.home-banner-bottom h1 {
  color: #fff;
  font-weight: 300;
  line-height: 50px;
  font-size: 36px;
  padding: 20px 0px;
  margin: 0;
}

.home-page .section-two-wrapper {
  background: #EBEBEB;
  padding: 40px 0px 0px;
}

.home-page .home-content {
  border-top: 5px solid #647632;
  background: #fff;
  width: 100%;
  padding: 0px 0;
  margin-bottom: 50px;
  text-align: center;
  padding-bottom: 1px;
}

.home-page .home-content h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  color: #636363 !important;
  line-height: normal;
}

.home-page .home-content hr {
  margin: 10px 40%;
  border: none;
  height: 1px;
  background: #647632;
}

.home-page a.button {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
  padding: 10px 30px;
  border-radius: 3px;
  color: #fff;
  background-color: #647632;
  display: inline-block;
  line-height: normal;
}

.key-markets h2 {
  color: #636363;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.key-markets {
  padding-top: 15px;
}

.key-markets-item {
  float: left;
  width: 50%;
  text-align: center;
  margin-bottom: 72px;
}

.key-markets-wrap.clearfix {
  background-color: #ededed;
  border: solid 1px #DDDDDD;
  color: #757575;
  line-height: 2;
  margin: -4px 0 1.5rem;
  border-bottom: 1px solid #ededed;
  border-top: none;
}

.key-markets-item img {
  margin-top: 12px;
  margin-bottom: 12px;
}

.key-markets-image {
  padding: 6px 10px;
  width: 100%;
  margin-left: auto;
  max-width: 389px;
  margin-right: 20px;
  min-height: 241px !important;
}

.key-markets-item:nth-child(even) .key-markets-image {
  margin-left: 0;
  margin-right: auto;
  margin-left: 21px;
}

.key-markets-heading {
  background: #F9F9F9;
  font-size: 18pt;
  color: #222222;
  line-height: 1.125rem;
  padding: 6px 10px 9px;
  font-weight: bold;
  margin: 2px 0 0;
  padding-left: 93px;
}

.key-markets-content {
  padding: 6px 10px;
  line-height: 1.125rem;
  color: #222222;
  font-size: 0.875rem;
  font-family: 'helvetica', sans-serif !important;
  width: 78%;
  margin: 0 auto;
  margin-left: auto;
  margin-right: 15px;
}

.key-markets-content p {
  line-height: 1.125rem;
  color: #222222;
  font-size: 0.875rem;
  font-family: 'helvetica', sans-serif !important;
  margin:0;
}

.key-markets-item:nth-child(2n+1) {
  clear: left;
}

.full-width-lay.type2 .body-container-wrapper {
  background-color: #fff;
}

.key-markets-item:nth-child(even) .key-markets-heading {
  padding-left: 0;
  padding-right: 84px;
}

.key-markets-item:nth-child(even) .key-markets-content {
  margin-left: 16px;
  margin-right: 0 !important;
  min-height: 64px;
  display: flex;
  align-items: center;
}

/*========= services page =======*/

.services-page .section-one-wrapper {
  background-color: #EBEBEB;
}

.services-page .section-one-wrapper .page-center {
  padding-top: 20px;
  padding-bottom: 0;
}

.services-page .slick-slide-inner-wrapper {
  margin: 0 !important;
  display: block !important;
}

.services-page .hs_cos_gallery_slide {
  margin: 0 !important;
  outline:none !important;
}

.services-page .hs_cos_gallery_main {
  padding: 0;
  margin: 0 auto;
  max-width: 900px;
}

.services-page .slider-title {
  width: calc(30% - 20px);
  margin: 10px;
  font-size: 13px;
  color: #000000;
  text-align: right;
  background: rgba(255,255,255,0.7);
  border: 0px solid #ffffff;
  border-radius: 4px;
  right: 0 !important;
  top: 0;
}

.services-page .huge-it-caption div {
  padding: 10px 20px;
  line-height: normal;
}

.services-page .huge-it-caption {
  position: absolute;
  display: block;
}

.services-page .slider-description {
  width: calc(70% - 20px);
  margin: 10px;
  font-size: 13px;
  color: #ffffff;
  text-align: justify;
  background: rgba(0,0,0,0.7);
  border: 0px solid #ffffff;
  border-radius: 0px;
  right: 0 !important;
  bottom: 0;
}

.services-page .slick-next.slick-arrow {
  right: 0;
  margin-top: -21px;
  height: 43px;
  width: 29px;
  background: url(//cdn2.hubspot.net/hubfs/5407900/Chemsteel_March2019%20Theme/images/arrows1.png) right top no-repeat;
  background-size: 200%;
  font-size: 0;
  position: absolute;
  top: 50%;
  cursor: pointer;
  outline: none;
}

.services-page .slick-arrow:before {
  content: none;
}

.services-page button.slick-prev.slick-arrow {
  left: 0;
  margin-top: -21px;
  height: 43px;
  width: 29px;
  background: url(//cdn2.hubspot.net/hubfs/5407900/Chemsteel_March2019%20Theme/images/arrows1.png) left top no-repeat;
  background-size: 200%;
  position: absolute;
  top: 50%;
  cursor: pointer;
  outline: none;
  z-index: 99;
}

.services-page .slick-slide img {
  height: 425px;
  width: 100%;
  object-fit: cover;
}

.services-page ul.slick-dots {
  position: absolute !important;
  top: 5px;
  height: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  margin: 0;
}

.services-page .slick-dots li {
  margin: 0;
  width: auto;
}

.services-page .slick-dots li button {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  display: block;
  float: left;
  height: 11px;
  margin: 2px !important;
  position: relative;
  text-align: left;
  text-indent: 9999px;
  width: 11px !important;
  background: #000000;
  box-shadow: none;
  padding: 0;
}

.services-page .slick-dots li button:before {
  content: none;
}

.services-page .slick-dots li.slick-active button {
  background: #ffffff;
  box-shadow: none;

}

.share_buttons_1 {
  width: auto;
  height: auto;
  margin-top: 10px;
  text-align: center;
}

.icon-link_1 {
  width: 50px;
  height: 50px;
  background-color: #666;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  outline: none;
  margin: 5px;
  box-sizing: content-box;
}

.icon-link_1.share_buttons_facebook_1 {
  border: 2px solid #3b5998;
}

.icon-link_1.fill.share_buttons_facebook_1 {
  background-color: #fff;
}

.icon-link_1 .fa-facebook {
  color: #3b5998;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}

.icon-link_1 .fa {
  color: #fff;
  line-height: 49px;
  font-size: 26px;
}

.icon-link_1.fill.share_buttons_facebook_1 .fa-facebook {
  color: #3b5998;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}

.icon-link_1.share_buttons_twitter_1 {
  border: 2px solid #00aced;
}

.icon-link_1.fill.share_buttons_twitter_1 {
  background-color: #fff;
}

.icon-link_1 .fa-twitter {
  color: #00aced;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}

.icon-link_1.fill.share_buttons_twitter_1 .fa-twitter {
  color: #00aced;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}

.icon-link_1.share_buttons_gp_1 {
  border: 2px solid #dd4b39;
}

.icon-link_1.fill.share_buttons_gp_1 {
  background-color: #fff;
}

.icon-link_1 .fa-google-plus {
  color: #dd4b39;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}

.icon-link_1.fill.share_buttons_gp_1 .fa-google-plus {
  color: #dd4b39;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}


/*========== who we are page =============*/

.who-we-page .section-one-wrapper {
  background-color: #EBEBEB;
}

.who-we-page .main-content {
  box-shadow: 0px 0px 13px 0px rgba(22,23,26,0.09);
  background: #fff;
  padding: 64px 24px 0;
}

.who-we-page .section-one-wrapper .page-center {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 40px;
}

.who-we-page .main-content h2 {
  margin: 0;
  line-height: normal;
}

.who-we-page .main-content h2 + hr {
  margin: 3px 0 8px !important;
  width: 96px;
  border-color: #647632 !important;
}

.who-we-page .main-content p {
  font-size: 16px;
  font-family: 'Lora', sans-serif;
  color: #7c7c7c;
  line-height: normal;
}

.who-we-page .main-content ul {
  margin-top: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul > li > a:hover{
  color: #636363;
}

/*========== error page =========*/

.error-search input.hs-search-field__input {
  border-color: #cccccc !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  padding: 0.5rem;
  border-width: 1px;
  float: left;
  max-width: 520px;
  width: 41.66667%;
  height: 2.5125rem;
  font-size: 0.875rem;
}

.error-search input.hs-search-field__input:focus{
  background: #fafafa;
  border-color: #999999 !important;
  outline: none;
}


.error-search input.tiny.button.radius {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.875rem!important;
  background-color: #647632;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 1.25rem;
}

ul.hs-search-field__suggestions {
  border-color: #ccc !important;
  max-width: 500px;
  background-color:#fff;
}

ul.hs-search-field__suggestions li {
  padding: 10px;
}

ul.hs-search-field__suggestions li a:hover {
  background: transparent !important;
}

ul#hsresults a.hs-search-results__title {
  color: #444444;
  font-family: 'Ubuntu', sans-serif !important;
  margin: 0;
  font-size: 1.6875rem;
  line-height: 1.4;
  font-style: normal;
  font-weight: normal;
}

/*============= media quries ==============*/


@media only screen and (min-width: 40.0625em){
  .custom-menu-primary .hs-menu-wrapper>ul li a{
    padding: 0 0.9375rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children a{
    padding-right: 2.1875rem !important;
  }

  .mobile-open div#site-wrapper:hover:before {
    background: rgba(255, 255, 255, 0.05);
  }
}
/* Styles that do not fit into any of the available sections above can go here. */

@media (max-width: 1199px) and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul {
    right: 0 !important;
    left: auto !important;
  }

}


@media (max-width: 1199px) {
  .home-page .hs_cos_gallery_main .caption.superimpose{
    padding: 0 20px;
    max-width: 92%;
  }

  .home-page .hs_cos_gallery_main .slick-slide-inner-wrapper{
    width: 100%;
  }

  .home-page button.slick-next.slick-arrow {
    right: 3%;
  }
}

@media (max-width: 980px) and (min-width:768px) {
  .contact-detail {
    padding-left: 40px;
  }

  .footer-row2-wrapper{
    padding-left:10px;
  }

  .footer-menu ul li a {
    padding: 5px 13px !important;
    font-size: 15px;
    line-height: normal;
  }

  .footer-menu ul li {
    display: table !important;
    padding: 10px 0px !important;
  }

  .footer-menu {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .markets-content-1 img{
    object-fit: cover;
  }

  .key-markets-image {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .key-markets-heading {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .key-markets-content {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 80%;
  }

  .key-markets-item:nth-child(even) .key-markets-content {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


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

@media (max-width: 1024px) {
  nav.tab-bar {
    background-color: #333333;
    color: #FFFFFF;
    height: 2.8125rem;
    line-height: 2.8125rem;
    position: relative;
  }

  .left-small {
    height: 2.8125rem;
    position: absolute;
    top: 0;
    width: 2.8125rem;
    border-right: solid 1px #1a1a1a;
    left: 0;
  }

  .tab-bar .menu-icon {
    color: #FFFFFF;
    display: block;
    height: 2.8125rem;
    padding: 0;
    position: relative;
    text-indent: 2.1875rem;
    transform: translate3d(0, 0, 0);
    width: 2.8125rem;
  }

  .tab-bar .menu-icon span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
    width: 1rem;
    box-shadow: 0 0 0 1px #ffffff, 0 7px 0 1px #ffffff, 0 14px 0 1px #ffffff;
  }

  .tab-bar-section {
    height: 2.8125rem;
    padding: 0 0.625rem;
    position: absolute;
    text-align: center;
    top: 0;
  }

  .tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem;
  }

  section.tab-bar-section.go-left {
    text-align: left;
  }

  .tab-bar h5.title {
    color: #FFFFFF;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0;
    font-family: 'Ubuntu', sans-serif !important;
  }

  section.tab-bar-section.middle a {
    font-weight: normal !important;
    color: #ffffff;
    line-height: inherit;
  }

  .footer-top-contact-us .contact-content h1{
    font-size: 30px;
  }

  .industry-content.clearfix {
    display: block;
  }

  .industry-content .large-6.columns {
    float: none;
    width: 100%;
  }

  .industry-content-block {
    padding: 15px !important;
  }

  .two-col-rt-content .left-content {
    width: 100%;
    float: none;
  }

  .two-col-rt-content .right-content {
    float: none;
    width: 100%;
    padding-top:24px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.active > a{
    background: #242424;
  }

}


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

@media (max-width: 767px) {

  .icon-link_1 {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon-link_1 .fa {
    line-height: 31px;
    font-size: 15px;
  }

  .industry-image-block img {
    display: block;
    margin: 20px auto;
  }

  .industry-image-block{
    padding:0 15px;
  }

  .copyright-wrapper p {
    text-align: center;
  }

  .contact-detail {
    float: none;
    padding: 0;
    text-align: center;
  }

  .contact-detail ul li {
    margin: 0;
  }

  .footer-about {
    text-align: center;
  }

  .footer-menu ul li a {
    padding: 8px 32px !important;
    display: inline !important;
    width: auto;
  }

  .footer-menu ul li {
    padding: 10px 0px !important;
  }

  .footer-menu ul {
    padding: 30px 0px;
  }

  .markets-content-1 .market4 {
    width: 100%;
  }

  .contact-page .hs_cos_wrapper_type_form .hs-button.primary.large {
    width: 100%;
  }

  .contact-page .right-col.padding15 {
    padding-top: 50px;
    padding-bottom: 18px;
  }

  .full-width-lay .body-container-wrapper img {
    float: none !important;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .key-markets-item {
    float: none;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .key-markets-image {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .key-markets-heading {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .key-markets-content {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 80%;
  }

  .key-markets-item:nth-child(even) .key-markets-content {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .home-page .hs_cos_gallery_main .caption.superimpose {
    max-width: 100%;
  }

  .home-page .hs_cos_gallery_main .slick-slide{
    min-height: 385px;
  }

  .hs-content-id-8434122187 .main-content p{
    text-align: center;
  }

  .full-width-lay.type2 .main-content p {
    text-align: center;
  }
}  

@media (max-width: 40em) {

  .full-width-lay .content-wrapper {
    padding-bottom: 50px;
  }

  .share_buttons_1{
    margin-bottom:20px;
  }

  .two-col-rt-content .right-content p{
    text-align:center;
  }

  .two-col-rt-content .right-content h2{
    text-align: center;
  }

  h2 {
    font-size: 25px !important;
  }

  .page-title h1 {
    font-size: 30px !important;
  }

  .footer-top-contact-us {
    padding: 0;
  }

  .footer-top-contact-us .medium-2.columns {
    float: none;
    width: 100%;
  }

  .footer-top-contact-us .medium-10.columns {
    float: none;
    width: 100%;
  }

  .footer-top-contact-us .contact-arrow {
    width: 100% !important;
    height: 68px;
  }

  .footer-top-contact-us .contact-content {
    width: 100%;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-top-contact-us .contact-icon {
    height: 116px !important;
  }

  .home-page .hs_cos_gallery_main .slick-slide-inner-wrapper h1 {
    font-size: 30px !important;
  }

  .home-page .hs_cos_gallery_main .caption.superimpose {
    text-align: center;
  }

  .home-page .hs_cos_gallery_main .slick-slide-inner-wrapper p {
    padding: 0;
  }

  .home-banner-bottom h1 {
    font-size: 18px !important;
  }

  .home-page button.slick-arrow{
    display:none !Important;
  }

  .services-page .slider-title {
    width: 96%;
    text-align: left;
    margin: 10px auto !important;
    bottom: 0;
    top: auto;
    right: 0 !important;
    left: 0 !important;
    position: relative;
  }

  .services-page .slider-description {
    width: 96%;
    position: relative;
    margin: 10px auto;
  }

  .services-page .slick-next.slick-arrow,
  .services-page button.slick-prev.slick-arrow{
    top: 36%;
  }

  .who-we-page .main-content p{
    text-align:center;
  }

  .error-404 .main-content p {
    text-align: center;
  }

  .error-search input.hs-search-field__input {
    width: 100%;
    max-width: 100%;
  }

}

@media (max-width: 360px) {
  .banner-area-wrapper {
    padding: 430px 0 0;
  }

  .footer-top-contact-us .contact-arrow {
    padding: 10px 0px !important;
    height: 88px;
  }

  .footer-top-contact-us .contact-icon .fa {
    font-size: 70px !important;
  }

  .footer-top-contact-us .contact-icon {
    height: 80px !important;
  }
}
/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  .subscribe-options label {
    margin-left: 0;
    margin-right: 0;
  }
}