/* ==========================================================================
   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 url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('//fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700');

/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
    background: #fff;
    color: #2d2d2d;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1170px;
  margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #39f;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #39f;
  text-shadow: none;
}


/* =============== Typography =============== */

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
    margin:10px 0 15px;
    line-height:120%;
    color: #000;
    letter-spacing: .25px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0
}
h2 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0
}
h3 {
    font-weight: 400;
    font-size:20px;
}
h4 {
      font-size: 18px;
      font-weight: 400;
}
h5 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
h6 {
    font-size: 12px;
    font-weight: bold;

}

/* Anchor Links */
a { 
    color: #178dc9;
    text-decoration: none;
    transition: all .3s ease 0s;
    
}
a:hover, a:focus { }

/* 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-top-left  ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 5px;
    margin-left: -8px;
}

.custom-top-left ul li {
    display: inline-block;
    white-space: nowrap;
    list-style: none;
    margin: 0;
    line-height: 14px;  
    padding: 0 7px;
    border-right: 1px solid #bcbcbc;
}

.custom-top-left ul li a {
    color: #57575b;
    transition: all .3s ease 0s;
    text-decoration:  none;
}
.custom-top-left ul li:last-of-type {
    border:  0;
}

.custom-top-right .cell-wrapper div {
    text-transform: uppercase;
    border-right: 1px solid #bcbcbc;
    font-size: 11px;
    font-weight: 700;
    line-height: normal;
    padding: 12px 10px 8px;
    float: left;
}

.custom-top-right .cell-wrapper div a {
    color: #ab2209;
    line-height: 15px;
    text-decoration:  none;
}

.custom-top-right .cell-wrapper div a span {
    display: block;
    color: #57575b;
}

.custom-top-right .cell-wrapper {
    float: left;
    border: 1px solid #bcbcbc;
    z-index: 1;
    border-radius: 0 0 3px 3px;
    background: #fff;
    background: linear-gradient(to bottom,#fff 0,#fefefe 16%,#f7f7f7 100%,#f2f2f2 50%,#f2f2f2 80%,#f2f2f2 100%);
    margin-right: -6px;
    margin-top: -5px;
}
.custom-mobile-top {
    display:  none !important;
}
.custom-top-right {width:  auto !important;float:  right !important;margin-left:  0 !important;
    position: relative;
    
}

.custom-top-left {
    width:  auto !important;
}


.custom-top-right .cell-wrapper div:last-of-type {
    border:  0;
}

.custom-header-top:before {
    border-bottom: 1px solid #bcbcbc;
    bottom: 15px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    display: block;
}
.custom-search form .form-field button svg {
    display:  none;
}
.custom-header-top {
    position:  relative;
}

.custom-logo a {
    margin-top: 14px;
    display: inline-block;
}

.custom-logo img {
    transition: all .3s ease 0s;
}

.custom-logo img:hover {
    -moz-opacity: .6;
    opacity: .6;
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#search_query {
    background: #fff;
    border: 1px solid #b6b6b6;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(204,204,204,.3) inset;
    font-size: 12px;
    height: 36px;
    font-weight: 400;
    outline:  0;
    line-height: normal;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    padding: 4px 85px 4px 33px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    transition: border-color .1s ease-out;
    color: #57575b;
}

.is-srOnly, .u-hiddenVisually {
    border: 0!important;
    clip: rect(1px,1px,1px,1px)!important;
    height: 1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
}

.custom-search form .form-field {
    margin: 0;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 36px;
}

.custom-search .form-field button {
    width: 82px;
    -webkit-filter: none;
    filter: none;
    float: left;
    border-radius: 0 4px 4px 0;
    color: #fff;
    background: #bf2c37;
    position: absolute;
    -moz-border-radius: 0 4px 4px 0;
    font-size: 12px;
    font-weight: 600;
    transition: none;
    cursor: pointer;
    border: 0!important;    
    position: absolute;
    top: 0;   
    right: 0;
    height: 36px;
    font-family:"Open Sans", Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0 4px 4px 0;
    transition: background-color 150ms ease;
}

.custom-search .form-field button span {
    line-height: 36px;
}

.custom-search {}

.custom-search 
 fieldset.form-fieldset {
    BORDER:  0;
    PADDING:  0;
    MARGIN:  0;
}

.custom-search {
    width: auto !important;
    float: right !important;
    padding-top: 18px;
}

.custom-search form {
    width: 432px;
}

.custom-header {
    padding: 0 0 18px;
}

.custom-header-wrap {
    background-color: #fff;
    background: linear-gradient(to bottom,#fff 0,#fefefe 16%,#f7f7f7 100%,#f2f2f2 50%,#f2f2f2 80%,#f2f2f2 100%);
}

.custom-scroll-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transform: translateY(-100%);
    visibility: hidden;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: .8s;       
    animation-duration: .8s;
    min-height: 40px !important;
    transition:transform .8s;
    background: #ab2209;
    background: linear-gradient(to bottom,#ab2209 10%,#bf2c37 44%,#bf2c37 100%);
    filter: progid:DXImageTransform.Microsoft.gradient startColorstr=stencilColor( mainNav-backgroundColor ) , endColorstr=#38383f , GradientType=0;
}
.land .custom-top-space {
    border-bottom: 1px solid #bcbcbc;
    bottom: 15px;
    display: block;
    height: 32px;
    visibility:  visible;
}

.land .custom-header {
    margin-top: 15px;
}
.land div#top-cart {
    display: none;
}
.smaller .custom-scroll-header{
    visibility: visible;
    transform: translateY(0px);
}
.custom-logo-scroll {
    display: inline-block;
    position: fixed;
    top: 9px;
    left: 20px;
}
.custom-scroll-header .page-center {
    position:  relative;
}
 .custom-scroll-header .custom-menu-primary .hs-menu-wrapper > ul {
    text-align:  center;
}

.custom-scroll-header .search-toggle {
    border: 0;
    display: block!important;
    width: 40px;
        outline: 0;
    height: 40px;
        transition: all .3s ease 0s;
    cursor: pointer;
    transition: background-color .3s ease 0s;
    border-left: 1px solid #56565b;
    border-right: 1px solid #56565b;
    padding: 0;
    background: 0 0;
    cursor:  pointer;
}

.custom-scroll-header .search-toggle svg {
    width: 16px;
    height: 40px;
    padding: 3px;
        transition: all .3s ease 0s;
}
div#quickSearch {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 76px;
    padding-left: 0;
}
.custom-scroll-header .search-toggle > svg:first-child {
    display: none;
}

div#quickSearch form {
    position: absolute;
    right: -1px;
    max-width: 320px;
    height: 40px;
    width: 320px;
    transition: opacity .3s ease 0s;
    box-shadow: 0 1px 10px rgba(0,0,0,.1);
    display: none;
}

div#quickSearch form #search_query{
    background:  #fff;
    font-family:  "Open Sans", Arial, Helvetica, sans-serif;
    border: 0;
    font-size: 12px;
    height: 40px;
    transition: border-color .1s ease-out;
    font-weight: 400;
    padding: 4px 85px 4px 33px;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    color: #57575b;
    box-shadow: none;
    padding-right: 50px;
    padding-left: 30px;
}

div#quickSearch form #search_query + button {
    position: absolute;
    top: 1px;
    right: 0;
    width: 40px;
    height: 38px;
        background-color: transparent;
    padding: 0;
    border: 0;
    color: #2d2d2d;
    fill: #2d2d2d;
        cursor: pointer;
}

div#quickSearch form #search_query + button span {
    display:  none;
    fill: #2d2d2d;
}

div#quickSearch .form-field button svg {
    width: 20px;
    margin: 0 auto;
    padding: 3px;
    display: block;
    height: 30px;
    fill: #000;
    color: #000;
}

div#quickSearch form fieldset.form-fieldset {
    padding:  0;   
    margin:  0;
    border:  0;
}

.search-open .custom-scroll-header .search-toggle.hide > svg:first-of-type {
    display:  block;
}

.search-open .custom-scroll-header .search-toggle,.custom-scroll-header .search-toggle:HOVER {
    background-color: #2d2d32;
}

.search-toggle.hide > svg {
    fill:  #fff;    
}

.search-open div#quickSearch form {    
    display:  block;
}
.search-open .custom-scroll-header .search-toggle.hide > svg:first-of-type {
    width:  26px;
    height:  40px;     
    display:  block;      
    margin:  0 auto;
}
.custom-logo-scroll img {
    height: auto;
    transition: all .5s ease 0s;
    margin: 0;
}

.custom-logo-scroll img:hover {
    -moz-opacity: .6;
    opacity: .6;
    filter: alpha(opacity=60);      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60;;
}
.custom-scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li ul {
    text-align:  left;
}
#top-cart>a i {
    color: #fff;
    font-size: 15px;
    margin: 5px auto 2px;
    display: block;
}



#top-cart>a>span.navUser-item-cartLabel {
    display:  none;
}
#top-cart a {
    display:  block;
}
#top-cart {
    position: absolute;
    display: block;
    background: #bf2c37;
    margin-left: 15px;
    width: 82px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    height: 47px;
    top: 0;
    right:  0;
}

.custom-header-top .page-center {
    position:  relative;
}

.custom-top-right .cell-wrapper {
    margin-right: 91px;
}
.custom-scroll-header #top-cart {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    width: 76px;
    height: 40px;
    padding: 0;
    text-align: center;
    background-color: transparent;
}

.custom-scroll-header #top-cart
 a {
    padding-left: 10px;
    display: block;
    height: 100%;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

.custom-scroll-header #top-cart a i {
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    margin: 0;
}

.custom-scroll-header #top-cart a:hover {
    background-color: #2d2d32;
}
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {
    padding:20px 15px 60px 15px;
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}
.custom-copyright {
    background: #444;   
}

.custom-copyright .page-center {
      padding: 15px 0 47px !important;
}

.custom-copyright  p {
    margin:  0;   
    line-height: 20px;
    margin-bottom: 18px;
    color: #b6b6b1;
}

.custom-copyright .cell-wrapper {
    padding:  0 15px;
}

.row-fluid [class*="span"] {
    min-height:  0;
}
.top-box {
    width: 33.33333% !important;
    margin-left:  0 !important;
    padding:  0 15px;
}

.custom-top-boxes >.row-fluid-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}    

.custom-footer-wrap {
    margin-top: 30px;
    background: #ddd;
    overflow: hidden;
    border-top: 1px solid #c1c1c1;
    box-shadow: inset 0 0 10px 4px rgba(0,0,0,.1);
}
.top-box .cell-wrapper {
    border: 1px solid #a7a7a7;
    background: #fff;
    border-radius: 5px;
    margin-top: 25px;
    box-shadow: 0 2px 0 0 #cccccd, 0 -10px 11px rgba(204,204,204,.2) inset;
    -webkit-box-shadow: 0 2px 0 0 #cccccd, 0 -10px 11px rgba(204,204,204,.2) inset;
    -moz-box-shadow: 0 2px 0 0 #cccccd,0 -10px 11px rgba(204,204,204,.2) inset;
    -ms-box-shadow: 0 2px 0 0 #cccccd,0 -10px 11px rgba(204,204,204,.2) inset;
}

.top-box img {
    margin-left: 13px;
    position: relative;
    transition: all .5s ease 0s;
    top: 44px;
}

.top-box .cell-wrapper div {
    margin-left: 72px;
    margin-top: -25px;
    padding-right: 11px;
}

.top-box a {
    text-decoration: none;
    transition: all .3s ease 0s;
    color: #2d2d2d;
}

.top-box h2 {
    font-size: 14px;
    color: #1e1e1e;
    text-transform: uppercase;
    font-weight: 700;
        letter-spacing: .25px;
    padding: 0;
    margin: 0 0 7px 2px;
    line-height: 22px;
}

.custom-footer p {
    padding: 0;
    margin:  0;
    color: #505050;
    margin-bottom: 18px;
    line-height: 18px;
    line-height:  20px;
}

.top-box img:hover {
    -moz-opacity: .6;
    opacity: .6;
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}                  

.box ul li a {
     border-bottom: 1px solid transparent;
    position: relative;
    color: #2d2d2d;
    display: inline-block !important;
    text-decoration: none;
    transition: all .3s ease 0s;
}

.box ul li {
    line-height: 23px;
}
.box ul li:first-of-type a, .custom-middle h5, .custom-find.box h5 {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
    color: #000;        
    letter-spacing:  0.25px;
}
.box ul li:not(:first-of-type) a:after {
   height: 1px;        
   width: 100%;
   content: "";
   background: transparent;      
   position: absolute;
   left: 0;
   bottom: 2px;
}

.box ul li a:hover:after {      
   bottom: 1px;
   background: #000;
}
.width-box{
        width:  50% !important;
    margin-left:  0 !important;
}
.box ul li:first-of-type {
    line-height: 13px;
}

.box ul {
    margin-bottom:  18px !important;
}

.custom-middle h5 {
    line-height:  14px;
}

.custom-corp {
    border-top: 1px solid #b7b7b7;
    padding-top: 21px;
    margin-top: -8px !important;
}

.custom-find.box img {
    transition: all .5s ease 0s;
}

.custom-find.box img:hover {
    -moz-opacity: .6;
    opacity: .6;
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.custom-bottom-boxes {
    margin-top: 30px;
}

.top-box p {
    line-height:  18px;
}


.fa-chevron-up:before {
    content: "";
}

a#back-to-top i {
    font-size: 26px;
    color: #fff;
    width: 50px;
    line-height: 44px;
}


a#back-to-top {
    position: fixed;
    z-index: 10;
    top: 50%;
    right: 10px;
    overflow: hidden;
    width: 52px;
    height: 52px;
    margin-top: -26px;
    transition: opacity .3s 0s,visibility 0s .3s;
    text-align: center;
    opacity: 0;
    border: 2px solid #38383e;
    background: #38383e;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    opacity: .5;
    filter: alpha(opacity=50);
    -moz-border-radius: 3px;
    transition: opacity .3s 0s,visibility 0s 0s;
}

a#back-to-top:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #bf2c37;
    border-color: #bf2c37;
}

.custom-subs-wrap {
    padding-top: 25px;
    padding-bottom: 10px;
    border: 1px solid #e3e3e3;
    background-color: #38383e;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.custom-subs h3 {
    letter-spacing: .25px;
    margin-bottom: .75rem;
    margin-left: 33px;
    line-height: 1.5;
    font-size: 12px!important;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 8px;
    white-space: nowrap;
    padding-bottom: 0;
    float: left;
    margin-right: 20px;
    color: #fff;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
        margin-top: -1px;
}
    
.custom-subs form {
    margin-bottom: 10px;
    position:  relative;
}

.custom-subs h3 + div {
    float: left;
    width: 100%;
}

.custom-subs .hs-input {
    border: none!important;
    background: -webkit-gradient(left top,left bottom,color-stop(0,#f5f5f5),color-stop(49%,#fdfdfd),color-stop(100%,#fff));
    background: linear-gradient(to bottom,#f5f5f5 0,#fdfdfd 49%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0 );
    border-radius: 4px 5px 5px 4px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    box-shadow: 0 1px 11px rgba(204,204,204,.4) inset;
    font-size: 12px;
    height: 34px;
    outline:  0;
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 35px;
    color: #454545;
    font-weight: 400;
    transition: border-color .1s ease-out;
    width: 100%;
    font-style: italic;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    padding: 0 110px 0 33px;
    max-width: 100%;
    top: 0;
    float: left;
    font-style:italic;
    box-sizing: border-box;
}

.custom-subs .hs-button {
    position: absolute;
    -webkit-filter: none;
    padding: 0 18px;
    filter: none;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    color: #fff;
    border: 0;
    letter-spacing: 0;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 12px;
    cursor: pointer;
    margin: 0;
    right: 0;
    height: 34px;
    transition: background-color 150ms ease;
    background: #bf2c37;
}

.custom-subs .hs-button:hover {
    color: #fff;
    background: #ab2209;
}

.custom-subs ul.hs-error-msgs.inputs-list {
    top: 30px;
    position:  absolute;
}

.custom-subs .hs_error_rollup {
    position:  relative;
    top: 20px;
}

.custom-subs ul.hs-error-msgs.inputs-list label {
    position:  relative;
}
.custom-subs >.cell-wrapper >span {
    display:  flex;
    align-items:  center;
}

.custom-subs .hs-form-field > label {
    display:  none;
}

.custom-social h5 {
    line-height: 1.5;
    font-size: 12px!important;
    font-weight: 700;
    margin-top: 8px;
    padding-bottom: 0;
    float: left;
        text-transform: uppercase;
    margin-right: 20px;
    color: #fff;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
}

ul.social-icons {
    display: inline-block;
    vertical-align: middle;
    margin:  0;
    padding:  0;
    list-style:  none;
}

ul.social-icons li {
    display:  inline-block;
    margin-right: 9px;
}

.social-icons a {
    width: 38px;
    height: 38px;
    background: #29292d;
    border-radius: 50%;
    transition: all .15s ease;
    text-align:  center;
    display:  inline-block;
}

.social-icons a svg {
    width: 14px;
    fill: #fff;
    transition: all .15s ease;
    height: 100%;
    vertical-align: top;
    display: inline-block;
}

.social-icons a.icon--facebook:hover {
    background: #4a73bd;
}

.social-icons a.icon--twitter:hover {
    background: #46b0e2;
}

.social-icons a.icon--youtube:hover {
    background: #cf3427;
}

.social-icons a.icon--linkedin:hover {
    background: #0077b5;
}

.custom-subs {
    width: 66.66667% !IMPORTANT;
    padding-left: 15px;
    padding-right: 15px;
}

.custom-social {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333% !IMPORTANT;
    margin-left:  0 !important;
}

.custom-social .social {
    float:  right;
}

.custom-subs form:after {
    content:  "";
    clear:  both;
    display:  block;
}

.slick-prev {
    left: -10px !important;
    font-size: 0;
    position: absolute;
    top: 50%;
    width: 33px !important;
    height: 33px !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid rgba(0,0,0,.3);
        z-index: 100;
    border-radius: 50%;
       background: url(//cdn2.hubspot.net/hubfs/3938786/Interlink%20Supply%20January2018/Img/sprite-icons.png) no-repeat #fff;
    transition: all .3s ease 0s;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 1 !important;
}
.slick-next {
    right: -10px !important;
    font-size: 0;
    position: absolute;
    top: 50%;
    width: 33px !important;   
    height: 33px !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid rgba(0,0,0,.3);
        z-index: 100;    
    border-radius: 50%;
       background: url(//cdn2.hubspot.net/hubfs/3938786/Interlink%20Supply%20January2018/Img/sprite-icons.png) no-repeat #fff;
    transition: all .3s ease 0s;
}

.custom-slider {
    padding-top: 1px;
    background-image: linear-gradient(to right,#b2b2b2 1px,rgba(255,255,255,0) 0);
    background-position: top;
    background-size: 3px 1px;
    background-repeat: repeat-x;
}
.slick-prev:before {
    content: "\f0d9" !IMPORTANT;
    font: normal normal normal 14px FontAwesome !IMPORTANT;
    font-size: 19px !IMPORTANT;
    line-height: 33px !IMPORTANT;
    color: #2d2d2d !important;
}

.slick-next:before {
      content: "\f0da" !important;
    font: normal normal normal 14px FontAwesome !IMPORTANT;
    font-size: 19px !IMPORTANT;
    line-height: 33px !IMPORTANT;
    color: #2d2d2d !important;
}
.slick-slide img {
    cursor: pointer;
    width: 84%;
}

.slick-initialized .slick-slide {
    outline:  0 !important;
    padding:  10px 0;
}

.slick-slide img:hover {
    -moz-opacity: .6;
    opacity: .6;
    filter: alpha(opacity=60);      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=;;
}

.box {
    width: 33.33333% !important;
    margin-left:  0 !important;
    padding:  0 15px;
}

.custom-bottom-boxes > .row-fluid-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}


.custom-company  ul li:first-of-type a,.custom-policies   ul li:first-of-type a {
    margin-bottom: -10px;
    padding-bottom: 17px;
}

.custom-subs .input:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 9px;
    font-size: 16px !important;
    color: #a0a0a0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.box p{
    color:  #2d2d2d;
}
.footer-container {
    overflow:  hidden;
}
/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


/* =============== Custom Menu Primary =============== */



/* ==========================================================================
   Mobile Menu - Toggle Side Menu - Right
   ========================================================================== */

 
/* Variables
   ========================================================================== */

 /* Set mobile icon color */
 /* Set close icon color */
 /* Set full menu background color */
 /* Set link Color */
 /* Set link Hover Color */
 

/* Toggle Button
   ========================================================================== */ 

.mobile-icon {
    display: none;
    cursor: pointer;
    left: 15px;
    transition: all 0.5s linear;
    position: absolute;
    top: -141px;
    background: #bf2c37;
    z-index: 10;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: 41px;
    height: 39px;
        transition: all .3s ease 0s;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.mobile-icon svg {
        transition: all .3s ease 0s;
    fill: #fff;
    width: 21px;
    height: 21px;
    display: inline-block;
    ver: middle;
}


.mobile-icon svg:last-of-type {
    display: none;
}

.show-mobile-nav .mobile-icon svg:last-of-type {
    display:  block;
    width: 25px;
    height: 25px;
    top: 0;
}

.show-mobile-nav .mobile-icon svg:first-of-type {
    display: none;
}
.mobile-icon  svg {
    position: relative;
}
.mobile-icon:hover {
    text-decoration: none; /* Removes link text underline on button */
}
 
/* Three line icon */
.mobile-icon span {
    margin: 0 auto;
    position: relative;
    top: 17px;
}
.mobile-icon  span:before, .mobile-icon span:after {
    position: absolute;
    content: '';
}
.mobile-icon  span, .mobile-icon  span:before, .mobile-icon  span:after {
    width: 25px; /* Icon line width */
    height: 4px; /* Icon line height */
    background-color: #333; /* Color of all three lines */
    -webkit-border-radius: 2px; /**********************************************/
    -moz-border-radius: 2px;    /* Border Radius - must be half of the height */
    border-radius: 2px;         /**********************************************/
    display: block;
}
.mobile-icon  span:before {
    margin-top: -8px; /* Position top line */
}
.mobile-icon  span:after {
    margin-top: 8px; /* Position bottom line */
}
 

/* Close Button
   ========================================================================== */  

.close-icon {
    display: none !important;
    cursor: pointer;
    margin: 27px 20px 10px;
    float: left;
    position: relative;
    height: 25px;
    width: 25px !important;
}
.close-icon:after,
.close-icon:before {
    content: "";
    width: 25px !important;
    height: 4px;
    background: #fff;
    position: absolute;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg);
}
.close-icon:before {
    -ms-transform: rotate(-45deg); 
    -webkit-transform: rotate(-45deg); 
    transform: rotate(-45deg);
}


/* Menu Styles on Mobile Devices
   ========================================================================== */  
 
@media (min-width: 992px) {

     /* Will prevent the '100% Height' script for the Main Menu to affect desktop */
     .custom-menu-primary {
          height: auto !important;
     }
     /* Parent List */
.custom-sitemap {
    position: relative;
    min-height: 40px;
    background: #ab2209;
    background: linear-gradient(to bottom,#ab2209 10%,#bf2c37 44%,#bf2c37 100%);
    filter: progid:DXImageTransform.Microsoft.gradient startColorstr=stencilColor( mainNav-backgroundColor ) , endColorstr=#38383f , GradientType=0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 13px;
    font-weight: 700;
    display: block;
    padding: 0 12px;
    text-transform: uppercase;
    color: #fff;
    line-height: 40px;
    letter-spacing: .02em;
    position:  relative;
    text-decoration:  none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:first-of-type > a {}

.custom-menu-primary .hs-menu-wrapper > ul > li {
    float:  none !important;
    display: inline-block;
}

.custom-menu-primary .hs-menu-wrapper > ul {
    display:  block;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    background-color: #444;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul {
    display: block;
    visibility: visible !important;
    opacity: 1 !important;
        padding: 0 0 15px;
    position: static !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    left:  0;
    right:  0;
    padding: 23px 20px;
    background:  #fff;
    z-index: 1000 !important;
    border: 1px solid rgba(168,165,163,.7);
    border-top: 0;
    border-radius: 0 0 4px 4px;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
        display: none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul{
    display: block !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
    position:  static !important;
}

.custom-sitemap .page-center {
    position:  relative;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
    float: left;
    width: 33.33%;
    padding-right: 20px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul  > li > a {
    position: relative;
    display: block;
    color: #000;
    text-transform: uppercase;
    padding-top: 3px;
    padding-bottom: 4px;
    transition: all .3s ease 0s;
    font-weight: 700;
    text-decoration:  none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover {
    color: #ab2209;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul li a {
    position: relative;
    display: block;
    color: #000;
    padding-left: 0;
    padding-right: 0;
    position:  relative;
        display: inline-block !important;
    text-decoration:  none;
    padding-top: 4px;
    padding-bottom: 3px;
    transition: all .3s ease 0s;
    line-height:  inherit;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul li a:hover {
    padding-left: 15px;
    text-decoration: none;
    background: 0 0;
    color: #ab2209;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul li a:before {
    position: absolute;
    top: 50%;
    left: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    content: '';
    transition: all .3s ease 0s;
    opacity: 0;
    border: 5px solid transparent;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul li a:hover:before {
    visibility: visible;
    transition: all .3s ease 0s;
    opacity: 1;
    filter: alpha(opacity=100);
    border-left-color: silver;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(3) > ul > li,.custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(5) > ul > li {
    float: left;
    width: 25%;
    padding-right: 20px;
    padding-left: 20px;
}




.custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(3) > ul, .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(5) > ul {padding-top: 13px;}

.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.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;
}



}    
 .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(5) > ul > li > a:after {
 height: 130px;
    background-repeat: no-repeat;
    display: block;
    content: "";
        transition: all .3s ease 0s;
    background-position: top left;
    position: relative;
    top: 7px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(5) > ul > li > a:hover:after {
    -moz-opacity: .6;
    opacity: .6;
    filter: alpha(opacity=60);      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60;;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(5) > ul > li:nth-of-type(1) > a:after {
    background-image:  url('//cdn2.hubspot.net/hubfs/3938786/Interlink%20Supply%20January2018/Img/image-menu-1.png');
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(5) > ul > li:nth-of-type(2) > a:after {
    background-image:  url('//cdn2.hubspot.net/hubfs/3938786/Interlink%20Supply%20January2018/Img/image-menu-2.png');
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(5) > ul > li:nth-of-type(3) > a:after {
    background-image:  url('//cdn2.hubspot.net/hubfs/3938786/Interlink%20Supply%20January2018/Img/image-menu-3.png');
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(5) > ul > li:nth-of-type(4) > a:after {
    background-image:  url('//cdn2.hubspot.net/hubfs/3938786/Interlink%20Supply%20January2018/Img/image-menu-4.png');
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(5) > ul > li {
    width: 24.2%;
}
@media (max-width: 991px) {

     body, html {
          height: auto;
     }

     /* Show the Mobile and Close Icons */
     .mobile-icon,
     .close-icon {
          display: flex !important;
     }

     /* Container added with js and is required for transforms to work */
     #site-wrapper{
        max-width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: hidden;
        position: relative;
     }

     /* Provide room in header for the toggle button */ 


     /* Provide spacing for the menu ul */
     .custom-menu-primary .hs-menu-flow-horizontal>ul {
         clear: both;

     }
     /* Mobile Nav is HIDDEN By Default */
     .custom-menu-primary {
             position: fixed;
    width: 290px !important;
    z-index: 1000;
    background: #fff;
    
    left: -290px;
    top: 0;
    transition: all 0.3s;
    height: 100vh !important;
    box-shadow: inset -16px -1px 8px -18px #BFBFBF;
    -webkit-box-shadow: inset -16px -1px 8px -18px #BFBFBF;
    -moz-box-shadow: inset -16px -1px 8px -18px #BFBFBF;
    -o-box-shadow: inset -16px -1px 8px -18px #BFBFBF;
    border-right: 1px solid #e5e5e5;

 
     }
    .show-mobile-nav .custom-menu-primary.des, .second-menu-open .custom-menu-primary.second-menu {
        left: 0;
    }
    
     /* All Main Containers Display PARTIAL Width On Icon Click */
    .header-container-wrapper, .body-container-wrapper, .footer-container-wrapper {
        position: relative;
        left: 0;
        transition: all 0.3s;
    }
    .show-mobile-nav .header-container-wrapper, .show-mobile-nav .body-container-wrapper, .show-mobile-nav .footer-container-wrapper,
     .second-menu-open  .header-container-wrapper, .second-menu-open  .body-container-wrapper, .second-menu-open  .footer-container-wrapper{
          left:290px;
     }
     
    
   
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 14px;
    font-weight: 700;
    display: block;
    padding: 13px 20px 12px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000;
    outline: 0;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    text-decoration:  none;
    border-bottom: 1px solid #e5e5e5;
    line-height:  20px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
    float:  none !important;
    display:  block;
}



.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    color: #fff;
    background: #000;
}
.custom-sitemap .page-center {
    position:  relative;
}

.custom-menu-primary .hs-menu-flow-horizontal>ul {
    display:  block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility:  visible;
    opacity:  1;
    display:  none;
    position: static !important;
}

.child-trigger {
    width: 40px;
    height:  40px;
    position:  absolute;
    top: 0;
    right:  0;
    cursor: pointer;
    z-index:  1000;
}

.child-trigger:before {
    position: absolute;
    top: 20px;
    right: 16px;
    content: '';
    border: 5px solid transparent;
    border-top: 5px solid #000;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > .child-trigger:before {
    border-top-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 12px;
    margin-right: 20px;
    margin-left: 20px;
    letter-spacing: .02em;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    text-transform: none;
    text-decoration:  none;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-weight: 700;
    transition: all .3s ease 0s;
    display: block;
    padding: 13px 20px 12px;
    color: #000;
}
.child-trigger.child-open:before{
    position: absolute;
    top: 11px;
    right: 16px;        
    content: '';
    border: 5px solid transparent;
    border-bottom: 5px solid #000;
}

.overlay {
    z-index: 999;
    width: 0;
    height: 0;
    transition: opacity .3s,width .1s .3s,height .1s .3s;
    opacity: 0;
    background: rgba(255,255,255,.3);
    filter: alpha(opacity=0);
    right: 0;
    position: fixed;
    top: 0;       
    left:  0;
}

.show-mobile-nav .overlay.des-over,.second-menu-open .overlay.second-menu-over {
    width: 100%;
    transition: opacity .3s;
    height: 100%;        
    opacity: 1;
    filter: alpha(opacity=100);
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    color: #000;
    padding-right: 0;
    padding-left: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li .child-trigger:before {
    font-family: FontAwesome;
    top: 10px;
    right: 17px;
    content: '\f067';
    border: none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li .child-trigger.child-open:before {
    font-family: FontAwesome;
    top: 10px;
    right: 17px;
    content: '\f068';
    border: none;
}

.custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
    font-weight: 400;
    padding-left: 15px;
    text-transform: none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > .child-trigger.child-open:before {
    border-bottom-color:  #fff;
    border-top-color: transparent;
}
.custom-menu-primary .cell-wrapper{
    overflow-y: scroll;
    height: 100%;
    min-height: 480px;
}
}



/* ==========================================================================
   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 {}
.hs-featured-image {
    float:  none !important;
    margin:  0 !important;
    width:  100% !important;
    max-width:  100% !important;
}

.post-header h2 {
    font-size: 22px;
    margin: 0 1rem 1rem 0;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    letter-spacing: 0;
    font-weight: 700;
}

.post-header h2 a {
    text-decoration:  none;
    transition: all .3s ease 0s;
    color: #2d2d2d;
}

.post-header h2 a:hover {
    color: #000;
}

.byline {
    color: #8c8c8e;
    text-align: left;
    margin-bottom: 25px;
}

.post-item img {
    height: auto;
    transition: all .5s ease 0s;
    margin: 0;
    padding: 0 0 2rem;
    text-align: center;
}

.post-item img:hover {
    -moz-opacity: .6;
    opacity: .6;
    filter: alpha(opacity=60);      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha;;
}

.blog-listing-wrapper .post-listing .post-item .post-body p {
    margin:  0;
}

.blog-listing-wrapper .post-listing .post-item .post-body {
    font-size: 12px;
    margin:  0 0 12px;
}

a.more-link {
    display:  inline-block;
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    text-align:  center;
    margin-bottom: 30px;
    font-size: 12px;
    border: 1px solid #ccc;
    background: #f8f8f8;
    background: -webkit-gradient(left top,left bottom,color-stop(0,#f8f8f8),color-stop(100%,#f6f6f6));
    background: linear-gradient(to bottom,#f8f8f8 0,#f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f6f6f6', GradientType=0 );
    min-width: 148px;
    text-transform:  uppercase;
    color: #000;
    font-weight: 700;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    letter-spacing: 0;
    height: auto;
    line-height: 32px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0 2px 3px #ebebeb;
    -webkit-box-shadow: 0 2px 3px #ebebeb;
    -moz-box-shadow: 0 2px 3px #ebebeb;
    text-decoration:  none;
}

a.more-link:hover {
    color: #fff;
    background: #bf2c37;
    border-color: #ab2209;
}

p#hubspot-topic_data {
    margin:  0 0 18px;
}

p#hubspot-topic_data a {
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
    display:  inline-block;
    font-style: italic;
    color: #484848;
    padding: .41667rem 1rem;
    background: #f7f7f7;
    border-bottom: 1px solid #f0f0f0;
    text-decoration:  none;
}

p#hubspot-topic_data a:hover {
    color: #000;
    border-bottom-color: #ccc;
}

.blog-listing-wrapper .post-listing .post-item + .post-item {
    border-top: 1px solid #e8e8e8;
    margin-top: 25px;
    padding-top: 30px;
}

.hs-blog-header h1 {
    font-size: 22px;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    padding-top: 5px;
    font-weight: 700;
    margin: 0 0 20px;
    text-align: left;
    letter-spacing: 0;
}

.custom-recent h3 {
    padding-top: 13px;
    border-bottom: 1px solid #dfdfdf;
    border-top: 0;
    color: #000;
    letter-spacing: .25px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 -20px 15px;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    padding-bottom: 11px;
    padding-left: 20px;
    background-color: #f9f9f9;
    border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
        margin-bottom: 0;
    -moz-border-top-right-radius: 3px;
}

.custom-module-wrap > .row-fluid-wrapper {
    margin-left:  -15px;
    margin-right:  -15px;
}
.custom-recent {
    border: 1px solid #afafaf;
    border-radius: 4px;
    padding: 0 20px 19px;
    margin-bottom: 21px;
    box-shadow: 0 2px 5px #ebebeb;
    -webkit-box-shadow: 0 2px 5px #ebebeb;
    -moz-box-shadow: 0 2px 5px #ebebeb;
}

.custom-recent ul {
    margin:  0;
    padding:  0;
    list-style:  none;
}

.custom-recent ul li {
    padding: 4px 0;
}

.custom-recent ul li a {
    padding: 6px 0;
    line-height: 18px;
    display: inline-block;
    text-decoration: none;
    color: #2d2d2d;
    transition: all .3s ease 0s;
}

.custom-recent ul li a:hover {
    color: #000;
}

.custom-cms h5 {margin-top: 23px;
margin-bottom: 20px;font-size: 14px;font-weight: 700;
color: #000;padding-bottom: 11px;
font-family: "Open Sans",Arial,Helvetica,sans-serif;
text-transform: uppercase;
padding-top: 13px;border-bottom: 1px solid #dfdfdf;
line-height: 1.1;
    
}

.custom-cms p {
    margin:  0;
    margin-bottom: 1.5rem;
}

.custom-cms img {
    height: auto;
    transition: all .5s ease 0s;
    margin: 0;
}

.custom-cms img:hover {
    -moz-opacity: .6;
    opacity: .6;
    filter: alpha(opacity=60);      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60;;
}

#breadcrumbs-wrapper {
    background: #f9f9f9;
    margin-bottom: 20px;
}

.breadcrumbs {
    display: block;
    list-style: none;
    margin-left: 0;
    padding-left:  0;
    padding-top: 9px;
    padding-bottom: 9px;
    margin: 0;
}

.breadcrumb {
    float: left;
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
}

.breadcrumbs .breadcrumb {
    display: inline-block;
    color: #666;
    font-size: 12px;
    text-transform: capitalize;
    padding-right: 13px;
}

.breadcrumbs .breadcrumb a {
    padding-bottom: 1px;
    color: #666;
    text-decoration:  none;
    transition: all .3s ease 0s;
        border-bottom: 1px solid transparent;
    display: inline-block;
}

.breadcrumbs .breadcrumb a:hover {
    border-bottom: 1px solid #000;
}

.breadcrumbs > .breadcrumb + .breadcrumb::before {
    color: #585858;
    content: "/";
    margin: 0;
    top: 1px;
    margin: 0 .5rem;
}

.breadcrumbs > .breadcrumb + .breadcrumb::before {
    content: "\f105";
    font-family: FontAwesome;
    color: #666;
    position: relative;
    top: 1px;
    margin: 0 9px 0 0;
}

.custom-menu-primary.second-menu {
    display:  none !important;
}

.blog .body-container {
    padding-top: 0;
}

.breadcrumbs:after {
    content:  "";
    clear:  both;
    display:  block;
}

.custom-recent ul li + li {
    border-top: 1px solid #d0d0d0;
}
.blog-sidebar {
    width:  20% !important;
    padding:  0 15px;
}

.blog-content {
    width:  80% !important;
    margin-left:  0 !important;
    padding:  0 15px;
}
.blog-pagination {
        display: inline-block;
        margin: 0 5px;
        padding: 12px 13px 11px 12px;
        float: left;
        border: 1px solid transparent;
        border-radius: 3px;
         transition: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        background:  none;
}


.blog-pagination a {     
    display: inline-block;
    margin: 0 5px;
    padding: 12px 13px 11px 12px;
    border-radius: 3px;
    float: left;
    color: #585858;
    font-size: 12px;
        border: 1px solid transparent;
    -moz-border-radius: 3px;    
    -webkit-border-radius: 3px;
    background: #fff;
    font-weight: 700;
    color: #000;
    text-decoration:  none;
    line-height:  10px;
    text-transform:  uppercase;
}
.blog-pagination a.active,.blog-pagination-left a,.blog-pagination-right a{
    background: -webkit-gradient(left top,left bottom,color-stop(0,#fff),color-stop(47%,#fcfcfc),color-stop(100%,#f5f5f5));
    background: linear-gradient(to bottom,#fff 0,#fcfcfc 47%,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0 );
        border: 1px solid #ccc;
}

.blog-pagination a:hover {
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition:none;
    background: #fff;
    background: linear-gradient(to bottom,#fff 0,#fcfcfc 44%,#f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0 );
}

.blog-pagination:After {
    content:  "";
    clear:  both;
    display:  block;
}

.blog-pagination {
    margin-top: 5px;
    padding-left: 20px;
    clear: both
}

.blog-pagination a:first-of-type {
    margin-left:  0;
}
/* =============== 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;
  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 */

/* 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;
}

/* 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 {}
div#captcha_wrapper {
    overflow:  auto;
}
.hs-blog-post .blog-sidebar,.hs-blog-post .hs-blog-header {
    /* display:  none; */
    width: 30%; /* Support - 13th March 2018 - Have sidebar for blog post */
}

.hs-blog-post .blog-content {
    width: 70% !important; /* Support - 13th March 2018 - Have sidebar for blog post - Previous value 100% */
}
/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
.body-container label {
    font-weight: 700;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: .5rem;
    display:inline-block;
}
.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 {
    padding: 3px 15px;
    font-size: 12px;
    border: 1px solid #ccc!important;
    border-radius: 3px;
    background: #f5f5f5;
    background: -webkit-gradient(left top,left bottom,color-stop(0,#f5f5f5),color-stop(49%,#fdfdfd),color-stop(100%,#fff));
    background: linear-gradient(to bottom,#f5f5f5 0,#fdfdfd 49%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0 );
    display:block;
    max-width:700px;
    width:100%;
        line-height: 28px;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    transition: border-color .1s ease-out;
    font-weight:400;
        margin-bottom: 20px;
}

.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus, 
.body-container input[type="datetime"]:focus, 
.body-container input[type="datetime-local"]:focus, 
.body-container input[type="date"]:focus, 
.body-container input[type="month"]:focus, 
.body-container input[type="time"]:focus, 
.body-container input[type="week"]:focus, 
.body-container input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
.body-container input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
.body-container input[type="tel"]:focus, 
.body-container input[type="color"]:focus,     
.body-container input[type="file"]:focus,
.body-container textarea:focus,
.body-container select:focus {
        border-color: #989898;
    outline: 0;
}

.custom-subs-wrap  .hs-error-msgs label {
       background: #bf2c37;
    color: #fff;
}
/* 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 */

ul.hs-error-msgs.inputs-list {
    padding-left:  0;
    list-style:  none;
}
span.hs-form-required {
    color: red;
    font-size: inherit;
    font-weight: 400;
    text-transform: none;
    margin-right: 2px;
    margin-left: 1px;
}
.form-title {
    font-weight:  700;
    font-size:  22p;
}
/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */

.custom-subs .hs-input::-webkit-input-placeholder {
    color: #333;
    opacity:  0.9;
}
.custom-subs .hs-input:-moz-placeholder  {
    color: #333;
    opacity:  0.9;
}
.custom-subs .hs-input::-moz-placeholder  {
    color: #333;
    opacity:  0.9;
}
.custom-subs .hs-input:-ms-input-placeholder  {
    color: #333;
    opacity:  0.9;
}

/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    color: #fff;
    border: 1px solid #ab2209;
    background: #bf2c37;
    background: linear-gradient(to bottom,#bf2c37 0,#bf2c37 46%,#bf2c37 54%,#bf2c37 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="stencilColor('button--alt-bgColor')", endColorstr="stencilColor('button--alt-bgColor4')", GradientType=0 );
    border-radius: 4px;
    display:inline-block;
    padding: 0 25px;
    letter-spacing: 0;
    font-size: 12px;
    transition: all .3s ease 0s;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    text-transform: uppercase;
        line-height: 33px;
    font-weight: 700;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
        color: #fff;
    background: #ab2209;
    border-color: #ab2209
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}

.widget-type-blog_comments .hs-button {
    margin-top: 10px !important;
}
.hs-error-msgs label{
    color: #ff7d7d;
    font-weight:  400;
}

.hs-error-msgs label:before{
     background: url(//cdn2.hubspot.net/hubfs/3938786/Interlink%20Supply%20January2018/Img/download.svg) no-repeat;
    background-size: 100%;
    content: "";
    display: inline-block;
    height: 1.16667rem;
    left: -.16667rem;
    margin-right: .08333rem;
    position: relative;
    top: .25rem;
    width: 1.16667rem;
}
/* =============== 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                                      
   ========================================================================== */


/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 1300px) and (min-width: 1024px){


.custom-scroll-header .page-center {
    padding-left: 89px;
    padding-right: 87px;
}

}
@media (max-width: 1200px) and (min-width:991px) {        
    .custom-scroll-header {
    min-height:  80px !important;
}
.custom-header-top:before {   
    bottom: 10px;
}

.custom-header {         
    margin-top: 5px;
}
.custom-scroll-header .custom-menu-primary .hs-menu-wrapper > ul {
    margin-top: 38px;
}

.custom-scroll-header .page-center {
    padding-left:  0;
    padding-right:  0;
}   
.land .custom-top-space {
    height: 37px;
}
}
@media (max-width: 1200px) {
    .container-fluid .row-fluid .page-center{
            max-width: 970px;
    }
    .custom-search form {
        width: 300px;
    }
    .custom-subs {
    width: 63.66667% !important;
}

.custom-social {
    width: 36.33333% !important;
}
} 
@media (max-width: 1199px) and (min-width: 992px){
  .search-open div#quickSearch form {    
    width: 300px;
}    

}

@media (max-width: 991px) {
    .container-fluid .row-fluid .page-center{
            max-width: 750px;
            padding:0 15px;
    }
    .body-container{
        padding-left:0;
        padding-right:0;    
    }
    .land .custom-top-space {
    display:  none;
}
  
    .custom-copyright p {
        margin: 0;
    }
    
    a#back-to-top{
            top: auto;
    bottom: 30%;
    right: 20px;
    }
    #top-cart {
    top: 32px;
    min-height: 51px;
    border-radius: 4px;
    position: absolute;
    right: 15px;
}
    .show-mobile-nav,.second-menu-open {
    overflow:  hidden;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(5) > ul > li {
    width:  100%;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(5) > ul > li > a:after {
    margin-top: 10px;
    background-position: left center;
    position:  relative;
    top: 0px;
    left: 20px;
}
.custom-shop,.custom-company {
    width:  100% !important;
    float:  none !important;
}

.custom-subs {
    width:  100% !important;
}

.custom-social {
    width:  100% !important;
}
.blog-sidebar {
    width: 30% !important;
}

.hs-blog-listing .blog-content {
    width: 70% !important;
}
.custom-social .social {
    float:  none;
}

.custom-subs h3 {
    margin-left:  0;
}

.custom-links {
    margin-left:  0 !important;
}
.custom-top-left {
    float:  none !important;
    width:  100% !important;
    margin-top: 5px;
    text-align:  center;
    padding-bottom:  12px;
    margin-left: -8px !important;
}
.custom-scroll-header {
    display:   none !important;
}
.custom-top-right {
    width: 86.5% !important;
    float:  none !important;
}

.custom-top-right .cell-wrapper {
    width:  100%;
}

.custom-top-left ul li:nth-of-type(3) {
    display:  none;
}

.custom-top-left ul {
    margin:  0;
}

.custom-header-top:before {
    bottom: auto;
    top: 32px;
}

.custom-top-right .cell-wrapper div {
    width: 33.333333%;
    text-align: center;
}

.custom-top-right .cell-wrapper div a {
    float: none;
    display: inline-block;
    text-align: left;
}

.custom-search {
    width: 100% !important;
    margin-left:  0 !important;
    float:  none !important;
}     

.custom-logo {
    float: none !important;
    width: 60% !important;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
    display:  inline-block !important;
}

.custom-logo a {
    margin-left: -57px;
}

.custom-header {
    text-align:  center;
}

.custom-search form {
    width:  100%;
    margin-top: 6px;
}
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
    .hs-form{
        margin-bottom:25px;   
    }
    .breadcrumbs {
    margin-top: 10px;
}
    
.Headermobile {     
    background-color: #3c3c3c;       
}
  .custom-header-wrap {
    background:  none;   
}
#mobileMenuLeft ul {
    list-style:  none;
    margin:  0;
    padding:  0;
}
.blog-pagination {
    padding-left:  0;
    margin-top: 20px;
}
a#back-to-top i {
    width: 26px;
    font-size: 12px;
    line-height: 25px;
}

a#back-to-top {
    width: 30px;
    height: 30px;
}
.custom-cart {
    display:  none !important;
}
.custom-subs h3 {
    width:  100%;
    margin: 8px 0 9px;
    float:  none;
    display:  block;
}
.Headermobile #top-cart {
    background-color: #3c3c3c;
    border-right: 0;
    position: static;
    margin-left: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    float: right;
    min-height:  unset;
    width: 25%;
}

.Headermobile>#top-cart i {
    margin: 0;
    font-size: 26px;
    line-height: 47px;
}

.Headermobile>#top-cart:hover {
    background-color: #bf2c37;
}

.custom-subs >.cell-wrapper >span {
    display:  block;
}
.custom-menu-primary.second-menu {
    display:  block !important;
}
.custom-subs h3 + div {
    float:  none;
}
.custom-copyright {
    padding-bottom: 70px;
}

.box,.top-box {
    width:  100% !important;
}

.top-box .cell-wrapper {
    margin-top: 10px;
}

#mobileMenuLeft ul li {
    width: 50%;
    float: left;
    border-right: 1px solid #636363;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
}
.custom-logo a {
     MARGIN: 24px 0 10px 0;
}

.custom-search form {
    margin-top: 3px;
}

.custom-logo {
    width: 100% !important;
}
.custom-mobile-top {
    display:  block !important;
}

.fa-user:before {
    content: "";
}

#mobileMenuLeft a>.fa {
    color: #fff;
    font-size: 19px;
    line-height: 47px;
    width: 100%;
}

#mobileMenuLeft a .fa {
    margin-right: 6px;
}

#mobileMenuLeft a>.fa + span {
    display:  none;
}

#mobileMenuLeft ul:after {
    content:  "";
    clear:  both;
    display:  block;
}

div#st-trigger-effects {
    border-right: 1px solid #636363;
    width: 25%;
    height: 47px;
    text-align: center;
    float: left;
}

div#mobileMenuLeft {
    width: 50%;
    float: left;
    height: 47px;
}

.Headermobile:after {
    content:  "";        
    clear: both;
    display:  block;
}

.mobile-icon {
    position:  static;
    background:  none;
}

div#st-trigger-effects:hover,div#mobileMenuLeft:hover  ul li{
    background-color: #bf2c37;
    transition:  none;
}

.custom-top-left {
    display:  none !important;
}
.custom-top-right {
    width:  100% !important;
}

.custom-header-top .page-center {
    padding: 0 !important;
}

.custom-top-right .cell-wrapper {
    margin: auto;
    width: 100%;
    background: #fff;
    position: relative;
    border-radius: 0;
    border: none;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #d4d4d4;
    box-shadow: 0 4px 8px rgba(204,204,204,.3);
    -moz-box-shadow: 0 4px 8px rgba(204,204,204,.3);
    -webkit-box-shadow: 0 4px 8px rgba(204,204,204,.3);
}

.custom-top-right .cell-wrapper div {
    padding-bottom: 12px;
    width: 33.3333333%;
    vertical-align: top;
    border-color:  #e7e7e7;
}

.custom-top-right .cell-wrapper div:first-child {
    border-right: 1px solid #e7e7e7;
}

.custom-top-right .cell-wrapper div a {   
    text-align:  center;
    display:  block;
}
 a.mobile-icon {
    display:  none !important;
}

.visible-sm.visible-xs.mobile-icon,.visible-sm.visible-xs.mobile-icon a {
    display: flex !important;
}


.blog-sidebar {
    display:  none !important;
}

.blog-content,.hs-blog-listing .blog-content {
    width:  100% !important;
}   
}  

@media (max-width: 564px) {
    .custom-logo a {
    margin: 4px 0 0 0;
}
}
/* =============== Landscape phones and smaller devices =============== */
     
@media (max-width: 480px) {
    .custom-subs .hs-button {
    position:  static;
    width:  100%;
}

.custom-subs .hs-input {      
    width: 100%;
    margin-bottom: 10px;
}
.custom-subs ul.hs-error-msgs.inputs-list {
    position:  static;
}

.custom-subs .hs_error_rollup {
    position:  static;
}
}

html {
    font-size: 12px;
}
@media (min-width: 480px){
html {
    font-size: 12px;
}



@media (min-width: 768px){
html {
    font-size: 12px;
}
}


@media (min-width: 1200px){
html {
    font-size: 12px;
}
}

