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


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

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


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


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

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

@import url('//fonts.googleapis.com/css?family=Abril+Fatface|Roboto:400,500,700');

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

@font-face {
  font-family: "livechat-modern";
  src: url("//cdn2.hubspot.net/hubfs/5117171/Watsons_December2018/Fonts/livechat-modern_7cf45543dc.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/5117171/Watsons_December2018/Fonts/livechat-modern_7cf45543dc.ttf") format("truetype"),
    url(//cdn2.hubspot.net/hubfs/5117171/Watsons_December2018/Fonts/livechat-modern_7cf45543dc.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/5117171/Watsons_December2018/Fonts/livechat-modern_7cf45543dc.svg") format("svg");
  font-style: normal;
  font-weight: normal;	
}

@font-face {
  font-family:"proxima-nova";
  src:url("//use.typekit.net/af/71f83c/00000000000000003b9b093b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
    url("//use.typekit.net/af/71f83c/00000000000000003b9b093b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
    url("//use.typekit.net/af/71f83c/00000000000000003b9b093b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style:normal;font-weight:700;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
  background: #fff;
  font-size: 14px;
  font-family: 'Roboto',Helvetica,Arial,sans-serif;
  line-height: 1.5;
  color: #4a4a4a;
  font-weight: 400;
}

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

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

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

/* Basic text */
p {} 
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 {
  font-family: 'proxima-nova',Helvetica,Arial,sans-serif;
  font-weight: 400;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin:0 0 15px;
  line-height: 1.1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 36px;
  line-height: 50px;
  letter-spacing: .2px;
}

h2 {
  font-size: 24px;
  line-height: 1;
}
h3 {
  font-size: 36px;
  font-family: 'Abril Fatface',cursive;
  font-weight: 700;
}
h4 {
  font-size: 18px;
}
h5 { 
  font-size: 16px;
}
h6 {
  font-size:14px;
}

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

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

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

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


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

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

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

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


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


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

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

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


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

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

.custom-header-top {
  min-height: 170px !important;
  padding: 10px 0;
  position: relative;
  background: #fff;
}

.custom-header .list-inline {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-type: none;
  font-size: 16px;
  font-family: 'proxima-nova',Helvetica,Arial,sans-serif;
}

.custom-header .header__help li {
  font-size: 16px;
  font-family: 'proxima-nova',Helvetica,Arial,sans-serif;
  margin-left: 0;
}

.custom-header .list-inline>li {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.custom-header .list-inline>li:first-of-type {
  margin-left: 0;
}

.custom-header .header__help a {
  color: #4a4a4a;
  font-weight: 500;
}

.custom-header .header__help a:hover {
  color: #009fc2;
}

.custom-header .header__help li:not(:last-child):after {
  content: '|';
  display: inline-block;
  padding: 0 10px;
  color: #b4b4b4;
  font-size: inherit;
  vertical-align: middle;
}

.custom-header .list-inline>li {
  margin-left: 0;
}

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

.custom-header-links {
  width:auto !important;
  float:left !important;
  margin-left:0 !important;
}

.custom-header-contact {
  width:auto !important;
  float:right !important;
  margin-left:0 !important;
}

.custom-header-contact ul.header__links {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-type: none;
  font-size: 16px;
  font-family: 'proxima-nova',Helvetica,Arial,sans-serif;
}

.custom-header-contact ul.header__links li {
  display: inline-block;
  margin-left: 0px;
  vertical-align: middle;
}

.custom-header-contact .switcher-language .stores-link {
  color: #3d3833;
  margin-right: 10px;
  font-weight: 500;
}

.custom-header .list-inline>li [class^=icon-],
.custom-header .header__links>li [class^=icon-],
.custom-footer .page-center .links>li [class^=icon-] {
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.switcher-language .icon--location:before {
  color: #d13138;
}

.visible-mobile-960 {
  display: none !important;
}

.custom-header .custom-header-contact .list-inline {
  float: left;
}

.custom-header .custom-header-contact .header__links {
  float: left;
  margin-left: 20px;
}

.custom-header-contact .text-link {
  font-family: 'Roboto',Helvetica,Arial,sans-serif;
  font-weight: 500;
  color: #009fc2;
  cursor: pointer;
}

.custom-header-contact .header__links>li {
  display: inline-block;
  margin-left: 0px;
  vertical-align: middle;
}

.custom-header-contact .header__links li a{
  font-weight: 500;
  color: #4a4a4a;
}

.custom-header-contact .header__links li a:hover {
  color: #009fc2;
}

.custom-header-contact .header__links li.authorization-link a:before, .header__links li.authorization-link #co-transparent-form-braintree .field.cvv .field-tooltip-action:before {
  content: "\e627";
  padding-right: 8px;
  top: 2px;
  position: relative;
}

.custom-header-contact .header__links li:not(:last-child):after {
  content: '|';
  display: inline-block;
  padding: 0 10px;
  color: #b4b4b4;
  font-size: inherit;
  vertical-align: middle;
}

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

.block-search .minisearch .input-text::placeholder {
  color: #4a4a4a;
}

.custom-header-search {
  width: auto !important;
  margin-left: 0 !important;
}

.block-search {
  transition: width .05s ease-out;   
  z-index: 10000;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.block-title>strong {
  color: #4a4a4a;
  font-size: 18px;
  font-family: 'Roboto',Helvetica,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin-top: 5px;
  margin-bottom: 5px;
}

.custom-header-search .block {
  padding: 20px 0;
  margin-bottom: 15px;
  margin-top: 27px;
}

.form--inline .input-box {
  position: relative;
}

.custom-header-form label {
  font-family: 'Roboto',Helvetica,Arial,sans-serif;
  font-size: 16px;
  vertical-align: middle;
}

.block-search .minisearch .input-text {
  font-family: inherit;
  display: block;
  width: 100%;
  background-image: none;
  outline: none;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #e4e4e4;
  color: #000;
  background-color: #fff;
  transition: .3s ease-out;
  -webkit-appearance: none;
  border-width: 2px;
  border-color: #cbcaca;
  border-radius: 0;
  padding: 13px 15px;
}

.search-autocomplete {
  display: none;
  position: absolute;
  z-index: 1900;
  overflow: hidden;
  margin-top: -15px;
}

#search_autocomplete {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}

.minisearch .nested {
  display: none;
}

.form--inline button:not(.unbutton) {
  line-height: normal;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  text-transform: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: transparent;
  border: none;
  white-space: nowrap;
  text-decoration: none;
  width: 50px;
  height: 50px;
  padding: 0;
  position: absolute;
  top: 2px;
  right: 0;
}


.form--inline button:not(.unbutton):before {
  cursor: pointer;
  content: "\e615";
  color: #d13138;
  font-size: 16px;
  width: 100%;
  line-height: 50px;
  transition: color .25s ease-in;
}

.block-search .minisearch button:before {
  color: #979797;
}

.unbutton, .c-box__button:hover, .c-box__button:focus, .actions-toolbar .primary .action-cancel {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: transparent;
  border: none;
  white-space: nowrap;
  text-decoration: none;
}

.button-sticky-search {
  display: none;
}

.block-search .minisearch.active {
  width: 405px;
}

.searchautocomplete__autocomplete {
  display: none;
  border: 1px solid #c2c2c2;
  position: absolute;
  top: 31px;
  left: 0;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0 0 1px 1px;
  min-height: 35px;
  z-index: 1000;
  box-shadow: 0 2px 4px #d8d8d8;
}

.searchautocomplete__autocomplete .searchautocomplete__spinner {
  display: none;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -90px;
}

.searchautocomplete__autocomplete .show-all-results {
  background: #d13138;
  color: #fff;
  text-align: center;
}

.searchautocomplete__autocomplete .show-all-results a, .searchautocomplete__autocomplete .show-all-results #co-transparent-form-braintree .field.cvv .field-tooltip-action {
  font-weight: 700;
  padding: 8px 10px;
  color: #fff;
  font-size: 12px;
  display: block;
}

.searchautocomplete__autocomplete .empty-result {
  background: #f6f5f5;
  text-align: center;
  padding: 8px 10px;
  color: #0d0d0d;
  font-size: 12px;
  display: block;
}

.custom-header-search .block-search {
  padding: 0;
}


.custom-bottom-logo {
  text-align: center;
  width: auto !important;
  float: none !important;
  margin-left: 0 !important;
  line-height: 0;
}

.custom-bottom-logo .logo {
  width: 100%;
  max-width: 260px;
  display: inline-block;
  position: relative;
  margin-top: 44px;
  margin-left: -12px;
}

.custom-bottom-logo > div > div > div {
  width: auto !important;
  float: none !important;
}

.custom-bottom-logo .logo .logo-wrapper {
  display: inline-block;
  margin-bottom: 3px;
  width: 242px;
  position: relative;
  top: 0;
  -webkit-backface-visibility: hidden;
}

.logo img {
  display: block;
  margin: 0 auto;
  max-height: 60px;
  max-width: 100%;
}

.logo .tagline-wrapper {
  height: 25px;
  position: relative;
  top: -25px;
  width: 0;
  overflow: hidden;
  display: block;
  clear: both;
  margin: 0 auto;
  left: -4px;
  -webkit-backface-visibility: hidden;
}

.logo .left-bracket {
  display: inline-block;
  width: 5px;
  height: auto;
  min-height: 23px;
  position: absolute;
  left: 0;
  -webkit-backface-visibility: hidden;
}

.logo .tagline {
  transform: translate3d(-50%,-50%,0);
  left: 50%;
  top: 51%;
  position: absolute;
  display: inline-block;
  height: 14px;
  padding: 0;
  width: 210px;
  z-index: 10;
  opacity: 0;
  transition: opacity 1s ease 1s;
  -webkit-backface-visibility: hidden;
}

.logo .tagline img {
  width: 100%;
  height: auto;
}

.logo .right-bracket {
  display: inline-block;
  width: 5px;
  height: auto;
  min-height: 23px;
  position: absolute;
  right: 0;
  -webkit-backface-visibility: hidden;
}

.logo:hover .tagline-wrapper {
  animation: 1.1s 1 forwards logoTaglineOpen;
  animation-delay: .6s;
  top: -25px;
}

.logo:hover .tagline {
  animation: 1s forwards logoTaglineShow;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  opacity: 1;
}

.logo:hover .logo-wrapper {
  animation: .6s 1 forwards logoWrapperUp;
  animation-delay: 0s;
}

.custom-cart-button {
  width: auto !important;
  margin-lefT: 0 !important;
  float: right !important;
}

.custom-header-middle .page-center {
  position: relative;
}

.minicart-wrapper {
  width: auto;
  position: absolute;
  right: 0;
  top: 23px;
  clear: right;
  margin-top: 25px;
  margin-bottom: 0;
  display: inline-block;
  float: none;
  border-color: #e4e4e4;
}

.hidden-mobile {
  display: inline-block !important;
}

.minicart-wrapper .showcart {
  display: inline-block;
  border: 2px solid #d13138;
  padding: 12px 20px;
}

.minicart-wrapper .showcart:before {
  cursor: pointer;
  content: "\e611";
  color: #d13138;
  font-size: 16px;
  font-size: 24px;
  margin-right: 0;
}

.minicart-wrapper .showcart>*, .minicart-wrapper .showcart:before {
  display: inline-block;
  vertical-align: middle;
}

.minicart-wrapper .showcart .counter.qty {
  min-width: 20px;
  text-align: center;
  background: 0 0;
  border-radius: 0;
  padding: 0 0 0 10px;
  margin-left: 7px;
  color: #3d3833;
  border-left: 1px solid #999;
  font-size: 16px;
  font-family: 'proxima-nova',Helvetica,Arial,sans-serif;
  position: relative;
}

.minicart-wrapper .showcart .counter.qty.empty {
  display: none;
}

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


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

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

.body-container .page-center {
  padding-top:40px;
  padding-bottom:40px;
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

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

.custom-footer {
  background-color: #4a4a4a;
  position: relative;
  color: #fff;
}

.custom-footer-copyright {
  text-align: center;
  color: #9b9b9b;
  font-size: 11px;
  padding: 0 30px 40px;
}

.custom-footer-copyright p {
  margin:0;
  line-height: 1.5;
  color: #9b9b9b;
  font-size: 11px;
}

.custom-footer .container{
  padding: 70px 0 30px;
}

.custom-footer .footer-col-3 {
  width: 25% !important;
  padding-left: 15px;
  padding-right: 15px;
  margin-left:0 !important;
}

.custom-footer-menu {
  width: 16.66666667% !important;
  padding-left: 15px;
  padding-right: 15px;
  margin-left:0 !important;
}
.custom-footer .footer-logo {
  max-width: 133px;
  margin-bottom: 31px;
  margin-top: 25px;
}

.custom-footer  address {
  font-style: normal;
}

.custom-footer address span {
  display: block;
  margin-bottom: 10px;
}

.custom-footer address span.address-line {
  margin-bottom: 0;
}

.custom-footer-social.footer-col-3 {
  padding-left: 60px;
}

.custom-footer a {
  color: #fff;
  font-weight:500;
  letter-spacing: 0;
}

.custom-footer h4 {
  line-height: 1.1;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-family: 'proxima-nova',Helvetica,Arial,sans-serif;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
}

.custom-footer-menu .hs-menu-wrapper > ul > li {
  color: #fff;
  padding-bottom: 9px;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a {
  font-weight: 500;
}

.custom-footer .change-store>span {
  margin-right: 1.55px;
}

.footer-social-share ul {
  margin: 0;
  padding-left: 0;
  text-indent: 0;
  list-style: none;
  list-style-type: none;
}

.footer-social-share .list-inline,
.footer-social-share .header__links, 
.footer-social-share .footer.container.copyright .links {
  margin-top: 20px;
}

.list-inline>li {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.list-inline>li:first-child{
  margin-left: 0;
}

.footer-social-share .list-inline li, 
.footer-social-share .header__links li, 
.footer-social-share .footer.container.copyright .links li {
  margin-right: 8px;
  margin-left: 0;
}

.footer-social-share a, 
.footer-social-share #co-transparent-form-braintree .field.cvv .field-tooltip-action {
  font-size: 16px;
}

.footer-social-share .icon--twitter:before {
  font-size: 20px;
  line-height: 1;
}

.footer-social-share .icon--youtube:before {
  font-size: 40px;
  line-height: 1;
}

.list-inline>li [class^=icon-] {
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.icon--pinterest:before {
  content: "\e902";
}

.icon--facebook:before {
  content: "\e900";
}

.icon--twitter:before {
  content: "\e903";
}

.icon--instagram:before {
  content: "\e901";
}

.icon--youtube:before {
  content: "\e904";
}

.custom-footer .newsletter {
  padding: 15px 0 38px;
  width: 100%;
  background: #f6f5f5;
  position: relative;
  border-top: 1px solid #d0cfcf;
}

.custom-footer .newsletter .page-center {
  max-width: 580px;
}

.custom-footer .newsletter h1 {
  color: #3d3833;
  text-align: center;
  font-family: 'proxima-nova',Helvetica,Arial,sans-serif;
  font-size: 36px;
  line-height: 50px;
  margin: 0 !important;
  letter-spacing: normal;
}

.custom-footer .newsletter p {
  text-align: center;
  margin:0;
  margin-bottom: 20px;
  color: #3d3833;
  letter-spacing: .32px;
}

.custom-footer .newsletter form {
  display: table;
  width: 100%;
}

.custom-footer .newsletter .hs-form-field {
  display: table-cell;
}

.custom-footer .hs-form-field > label {
  position: absolute; 
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.custom-footer .newsletter .hs-submit {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}

.custom-footer .newsletter .hs-button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: transparent;
  border: none;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1em;
  border: 2px;
  transition: all .6s ease;
  position: relative;
  overflow: hidden;
  outline: none;
  border-radius: 0;
  font-family: 'proxima-nova',Helvetica,Arial,sans-serif;
  border-width: 2px !important;
  color: #fff;
  background-color: #d13138;
  border: 1px solid #d13138;
  font-weight: 400;
  transition: .3s ease-out;
  text-decoration: none;
  padding: 15px 35px;
}

.custom-footer .newsletter input[type="email"] {
  display: block;
  width: 100%;
  background-image: none;
  outline: none;
  padding: 15px;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  color: #000;
  background-color: #fff;
  transition: .3s ease-out;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #9b9b9b;
  font-family :Roboto, Helvetica, Arial, sans-serif;
  padding-right: 0;
}

.custom-footer .newsletter input[type="email"]::placeholder {
  color:#4a4a4a
}

.custom-footer .hs-button:hover {
  background-color: #fff;
  color: #d13138;
  border-color: #d13138;
  border-bottom-width:2px;
}

.custom-footer .newsletter .actions:after {
  content: '';
  display: block;
  width: calc(100%);
  height: 2px;
  background-color: #d13138;
  position: absolute;
  bottom: 0;
  left: -2px;
  transform: translate3d(0,0px,0);
  transition: transform .6s ease;
}

.custom-footer .newsletter .actions:hover:after {
  transform: translate3d(0,-2px,0);
}

.custom-footer .newsletter .actions {
  position: relative;
  overflow: hidden;
}

.custom-footer.lp .footer-col-3 {
  width: 100% !important;
  text-align: center;
}
.custom-footer.lp .footer-logo {
  max-width: 133px;
  margin-bottom: 31px;
  margin-top: 25px;
  margin: 0 auto 31px;
}

.lp .change-store {
  display: none !important;
}

.change-store {
  cursor:pointer;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */
/* ==========================================================================
5. BLOG                                        
========================================================================== */


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

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

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

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

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


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

.blog .blog-content {}

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

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

/* Blog Title */
.hs-blog-header h1 {
  font-family: 'Abril Fatface', serif;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 0px 50px;
}

.hs-blog-header:before {
  content: '';
  display: block;
  width: 46px;
  height: 8px;
  margin: 0 auto 12px;
  background: #d13138;
}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h1 {
  font-family: 'proxima-nova',Helvetica,Arial,sans-serif;
  font-weight: 400;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin:0 0 15px;
  line-height: 1.1;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: .2px;
}
.post-header h2 {
  font-family: 'proxima-nova',Helvetica,Arial,sans-serif;
  font-weight: 400;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin:0 0 15px;
  line-height: 1.1;
  font-size: 30px;
  line-height: 1;
}
.post-header h2 a {
  text-decoration: none;
  color: inherit;
}

/* 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 {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom:1px solid #ccc;
}
.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;
  max-width: 100%;
  display: inline-block !important;
  float: none;
  margin: 10px 0px;
}

/* Read More Link */
a.more-link {
  display:block;    
  padding: 10px 0;
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin: 15px 0;
  padding: 13px 50px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  border: 1px solid #d13138;
  font-weight: 400;
  transition: all .6s ease;
  position: relative;
  overflow: hidden;
  outline: none;
  border-radius: 0;
  background-color: #d13138;
  font-family: 'proxima-nova',Helvetica,Arial,sans-serif;
  border-width: 2px;
  white-space: normal;
}

a.more-link:hover {
  background-color: #fff;
  color: #d13138;
  border-color: #d13138;
  border-bottom: 4px solid;
  transition: all .6s ease;
  padding-bottom: 11px;
}

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  height: auto;
  margin-top: 10px;
  padding: 10px 0 0;
}

/* Blog Commments */
.custom_listing_comments{
  padding:15px 0px;
  margin:20px 0;
  font-style: italic;
}

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


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

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

  font-size: ;

  line-height: ;
  padding: 0;
}

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

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

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



/* Pagination */
.blog-pagination {}
.blog-pagination a {
  padding:0 15px 0 0;
}
.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 h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h3.form-title{
  font-family: 'proxima-nova',Helvetica,Arial,sans-serif;
  font-weight: 400;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin:0 0 15px;
  line-height: 1.1;
  font-size: 36px;
  font-weight: 700;
}
.blog .blog-sidebar .cell-wrapper{
  padding-bottom:20px;
}


/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin-bottom: 25px;
}


/* ==========================================================================
6. FORMS                                        
========================================================================== */

.hs_error_rollup {
  display:none !important;
}

.hs-error-msgs {
  margin:0;
  padding:0 !Important;
  color: #d13138;
  font-size: 13px;
  font-weight: 500;
  margin-top: 10px;
  line-height: 20px;
}


.body-container .custom_error_message h3,
.body-container .widget-type-form h3,
.body-container .widget-type-blog_subscribe h3,
.body-container .widget-type-google_search h3 ,
.body-container .widget-type-password_prompt.custom_error_message h3 ,
.body-container .widget-type-email_simple_subscription h3,
.hs-blog-post .widget-type-blog_comments h3,
.hs-search-field__bar h3 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 36px;
  padding: 0;
  margin: 0;
  line-height: 50px;
  letter-spacing: .2px;
  font-family: 'proxima-nova',Helvetica,Arial,sans-serif;
  color: #3d3833;
  margin-top: 0;
  margin-bottom: 15px;
}

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

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

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

/* Labels and Legends */
label {}
.body-container .hs-form-field > label {
  line-height: 1.5;
  color: #4a4a4a;
  font-weight: 400;
  font-family: 'proxima-nova',Helvetica,Arial,sans-serif;
  font-size: 16px;
  vertical-align: middle;
  margin-bottom: 0;
}

.boy-container span.hs-form-required {
  color: #d13138;
  font-size: 12px;
}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
  font-family: inherit;
  display: block;
  width: 100%;
  max-width:500px;
  outline: none;
  padding: 15px;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  color: #000;
  background-color: #fff;
  transition: .3s ease-out;
  border-color: #4a4a4a;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.hs-blog-post .widget-type-blog_comments input, .hs-blog-post .widget-type-blog_comments textarea {
  max-width: 100% !important;
}

.body-container input[type="text"]::placeholder,
.body-container input[type="password"]::placeholder, 
.body-container input[type="datetime"]::placeholder, 
.body-container input[type="datetime-local"]::placeholder, 
.body-container input[type="date"]::placeholder, 
.body-container input[type="month"]::placeholder, 
.body-container input[type="time"]::placeholder, 
.body-container input[type="week"]::placeholder, 
.body-container input[type="number"]::placeholder, 
.body-container input[type="email"]::placeholder, 
.body-container input[type="url"]::placeholder, 
.body-container input[type="search"]::placeholder, 
.body-container input[type="tel"]::placeholder, 
.body-container input[type="color"]::placeholder,
.body-container input[type="file"]::placeholder,
.body-container textarea::placeholder,
.body-container select ::placeholder{
  color: #4a4a4a;
  opacity:1;		
}


.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 {}

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  margin:15px 0;
  white-space: nowrap;
  text-decoration: none;
  padding: 13px 50px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  border: 1px solid #d13138;
  font-weight: 400;
  transition: all .6s ease;
  position: relative;
  overflow: hidden;
  outline: none;
  border-radius: 0;
  background-color: #d13138;
  font-family: 'proxima-nova',Helvetica,Arial,sans-serif;
  border-width: 2px;
  white-space:normal !important;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
  background-color: #fff;
  color: #d13138;
  border-color: #d13138;
  border-bottom:4px solid;
  transition: all .6s ease;
  padding-bottom:11px;
}

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


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

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


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

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


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

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


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

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


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

.icon,
[class^=icon-],
[class*=" icon-"],
.custom-checkbox label:before,
.custom-radio label:before,
.block-collapsible>.title:after,
.block-collapsible>[data-role=title]:after,
.ui-accordion-header-icon:after,
.form--inline button:not(.unbutton):before,
.field.choice label:before,
.dropdown>.action:after,
.dropdown.split .split+.action:after,
.modal-slide .action-close:before,
.modal-popup .action-close:before,
.product-item .tocompare:before,
.sorter-action:before,
.sorter-action.sort-desc:before,
.mode-list:before,
.mode-grid:before,
.product-info-main .product-social-links .action.tocompare:before,
.product-options-bottom .product-social-links .action.tocompare:before,
.product-info-main .product-social-links .action.towishlist:before,
.product-options-bottom .product-social-links .action.towishlist:before,
.table-comparison .cell.remove a:before,
.minicart-wrapper .showcart:before,
.block-minicart .block-content .action.close:before,
.opc-progress-bar-item._complete:after,
.field-tooltip .field-tooltip-action:before,
.opc-wrapper .selected-item .shipping-address-item:after,
.action-auth-toggle:after,
.checkout-payment-method .payment-option-title .action-toggle:after,
.cart.table-wrapper .action-gift:after,
.gift-item-block .title:after,
.form-add-invitations .action.add,
.paypal-review-discount .block>.title:after,
.rating-summary .rating-result>span:before,
.rating-summary .rating-result:before,
.review-control-vote label:before,
.review-control-vote:before,
.review-control-vote .rating-5:before,
.review-control-vote .rating-4:before,
.review-control-vote .rating-3:before,
.review-control-vote .rating-2:before,
.review-control-vote .rating-1:before,
.action.mailto.friend:before,
.header__links li.authorization-link a:before,
.toolbar .next:after,
.toolbar .previous:after,
.split.button.wishlist>.action.split:before,
.action.close:before,
.action.remove:before,
.action.delete:before,
.fieldset.success:after,
.split.actions-toolbar>.primary .action.primary.wishlist>.action.split:before,
.split.actions-toolbar>.secondary .action.primary.wishlist>.action.split:before,
.split.actions-toolbar>.primary .action.secondary.wishlist>.action.split:before,
.split.actions-toolbar>.secondary .action.secondary.wishlist>.action.split:before,
.cart-summary .block>.title:after,
.cart-summary .block>[data-role=title]:after,
.split.block-authentication .action.action-register.wishlist>.action.split:before,
.split.block-authentication .action.action-login.wishlist>.action.split:before,
.filter-options-item>.title:after,
.filter-options-item>[data-role=title]:after,
.modal-slide .filter-current .action.remove:before,
.modal-popup .filter-current .action.remove:before,
.products-grid.wishlist .product-item-inner .product-item-actions .giftregisty-dropdown>.action:after,
.products-grid.wishlist .product-item-inner .product-item-actions .giftregisty-dropdown.split .split+.action:after,
.wishlist-dropdown.move>.action:after,
.wishlist-dropdown.move.split .split+.action:after,
.wishlist-dropdown.copy>.action:after,
.wishlist-dropdown.copy.split .split+.action:after,
.split.button.wishlist>.action:after,
.split.button.wishlist.split .split+.action:after,
.split.button.wishlist .split+.action:after,
.wishlist.popup .action-close:before,
.wishlist.popup .action.close:before,
.split.action.delete.default.wishlist>.action.split:before,
.split.action.remove.default.wishlist>.action.split:before,
.cms-page-view .pager .pages .items .item .next:after,
.cms-page-view .pager .pages .items .item .previous:after,
.catalog-product-view .section-2 .block-collapsible-mobile>.title:after,
.catalog-product-view .section-2 .block-collapsible-mobile>[data-role=title]:after,
.opc-sidebar .opc-block-summary .items-in-cart>.title:after,
.opc-sidebar .opc-block-summary .items-in-cart>[data-role=title]:after,
.table-comparison .cell.remove #co-transparent-form-braintree .field.cvv .field-tooltip-action:before,
.header__links li.authorization-link #co-transparent-form-braintree .field.cvv .field-tooltip-action:before,
.split.actions-toolbar>.primary .action.primary.wishlist>.action:after,
.split.actions-toolbar>.primary .action.primary.wishlist.split .split+.action:after,
.split.actions-toolbar>.primary .action.primary.wishlist .split+.action:after,
.split.actions-toolbar>.secondary .action.primary.wishlist>.action:after,
.split.actions-toolbar>.secondary .action.primary.wishlist.split .split+.action:after,
.split.actions-toolbar>.secondary .action.primary.wishlist .split+.action:after,
.split.actions-toolbar>.primary .action.secondary.wishlist>.action:after,
.split.actions-toolbar>.primary .action.secondary.wishlist.split .split+.action:after,
.split.actions-toolbar>.primary .action.secondary.wishlist .split+.action:after,
.split.actions-toolbar>.secondary .action.secondary.wishlist>.action:after,
.split.actions-toolbar>.secondary .action.secondary.wishlist.split .split+.action:after,
.split.actions-toolbar>.secondary .action.secondary.wishlist .split+.action:after,
.split.block-authentication .action.action-register.wishlist>.action:after,
.split.block-authentication .action.action-register.wishlist.split .split+.action:after,
.split.block-authentication .action.action-register.wishlist .split+.action:after,
.split.block-authentication .action.action-login.wishlist>.action:after,
.split.block-authentication .action.action-login.wishlist.split .split+.action:after,
.split.block-authentication .action.action-login.wishlist .split+.action:after,
.split.action.delete.default.wishlist>.action:after,
.split.action.delete.default.wishlist.split .split+.action:after,
.split.action.delete.default.wishlist .split+.action:after,
.split.action.remove.default.wishlist>.action:after,
.split.action.remove.default.wishlist.split .split+.action:after,
.split.action.remove.default.wishlist .split+.action:after {
  font-family: 'boilerplate' ;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sr-only,
table caption,
.form--inline button:not(.unbutton)>span,
.cms-home .page-title-wrapper,
.product-item-actions .actions-secondary>.action span,
.sorter-action span,
.modes-label,
.special-price .price-label,
.product.info.detailed .additional-attributes caption,
.sidebar .subtitle,
.table-comparison caption,
.table-comparison .review-summary-container .action.view,
.table-comparison .cell.label.remove span,
.table-comparison .cell.remove a span,
.block-compare .action.delete span,
.cart-summary .block .fieldset.estimate>.legend,
.cart-summary .block .fieldset.estimate>.legend+br,
.table-caption,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .showcart>.text,
.minicart-wrapper .showcart .counter-label,
.block-minicart .block-title,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing>.label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard>.legend,
.page-product-giftcard .fieldset.giftcard>.legend+br,
.opc-wrapper .form-giftcard-account .field .label,
.table.grouped caption,
.filter-options-content .filter-count-label,
.filter-current .action.remove span,
.multicheckout .field .label,
.rating-summary .rating-result>span span,
.review-control-vote label span,
.review-control-vote input[type=radio],
.product-reviews-summary .rating-summary .label,
.page-title-wrapper .order-date .label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.action.skip:not(:focus),
.toolbar .pages .label,
.toolbar .pages-label,
.toolbar .pages-items .action span,
.page-layout-2columns-left.account.magento-customerbalance-info-index .storecredit .balance-price-label,
.block.newsletter .label,
.action.delete>span,
.action-close>span,
.action.close:not(.default)>span,
.action.remove:not(.default)>span,
.action.delete:not(.default)>span,
.ui-datepicker-trigger>span,
.checkout-index-index .payment-method .field-tooltip .field-tooltip-action>span,
.wishlist.popup .title,
.filter-current .action.remove>span,
.table-comparison .cell.remove #co-transparent-form-braintree .field.cvv .field-tooltip-action span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.icon--location:before {
  content: "\e60a";
}

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

@keyframes logoWrapperUp {
  0% {
    top: 0
  }
  100% {
    top: -25px
  }
}

@keyframes logoTaglineOpen {
  0% {
    width: 0
  }
  100% {
    width: 232px
  }
}

@keyframes logoTaglineShow {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@keyframes logoTaglineImage {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

.subscribe-options label {
  margin:0;
}


.hs-recaptcha {
  margin-top:10px;
  overflow-x:auto !Important;
  overflow-y:hidden !important;
}

/* ==================== Language Popup ========================= */

.modal-slide,
.modal-popup,
.wishlist.popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

.modal-slide {
  left: 100px;
  z-index: 1900;
}

.modal-popup,
.wishlist.popup {
  left: 0;
  overflow-y: auto;
  z-index: 2001;
}

.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap,
.wishlist.popup .modal-inner-wrap,
.wishlist.popup {
  background: #fff;
  box-shadow: none;
  border: 1px solid #d8d8d8;
  pointer-events: auto;
}

.modal-slide .modal-inner-wrap {
  width: auto;
  height: 100%;
  overflow-y: auto;
  position: static;
}

.modal-popup .modal-inner-wrap,
.wishlist.popup .modal-inner-wrap,
.wishlist.popup {
  width: 90% !important;
  max-width: 788px;
  height: auto;
  margin: 20px auto;
  position: absolute;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}

.modal-popup .modal-inner-wrap,
.wishlist.popup .modal-inner-wrap,
.wishlist.popup {
  width: 75%;
}

.modal-popup .modal-inner-wrap,
.wishlist.popup .modal-inner-wrap,
.wishlist.popup {
  margin-top: 100px;
}

.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap,
.wishlist.popup .modal-inner-wrap,
.wishlist.popup {
  border-radius: 0;
}

.switch-store-modal.modal-popup .modal-inner-wrap,
.switch-store-modal.wishlist.popup .modal-inner-wrap,
.switch-store-modal.wishlist.popup {
  max-width: 460px;
}

.modal-header {
  position: relative;
}

.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 25px 25px;
}

.modal-slide .modal-header {
  padding-bottom: 25px;
  padding-top: 25px;
}

.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer,
.wishlist.popup .modal-header,
.wishlist.popup .modal-content,
.wishlist.popup .modal-footer {
  padding-left: 30px;
  padding-right: 30px;
}

.modal-popup .modal-header,
.modal-popup .modal-footer,
.wishlist.popup .modal-header,
.wishlist.popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.modal-popup .modal-header,
.wishlist.popup .modal-header {
  padding-bottom: 30px;
  padding-top: 30px;
}

.modal-popup .modal-header,
.wishlist.popup .modal-header {
  padding: 40px 40px 5px;
}

.modal-popup .modal-header,
.wishlist.popup .modal-header {
  padding-bottom: 5px;
}

.modal-popup .modal-inner-wrap .action-dismiss,
.modal-popup .modal-inner-wrap .action-close,
.modal-popup .modal-inner-wrap .filter-current .action.remove,
.wishlist.popup .modal-inner-wrap .action-dismiss,
.wishlist.popup .modal-inner-wrap .action-close,
.wishlist.popup .action-dismiss,
.wishlist.popup .action-close {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: transparent;
  border: none;
  white-space: nowrap;
  text-decoration: none;
  padding: 15px 10px;
  color: #009fc2;
}

.switch-store-modal.modal-popup .modal-inner-wrap .action-close{
  right: 10px;
  position:absolute;
  top: 5px;
  outline:0;
}

.modal-slide .action-close:before,
.modal-popup .action-close:before,
.modal-slide .filter-current .action.remove:before,
.modal-popup .filter-current .action.remove:before,
.wishlist.popup .action-close:before,
.wishlist.popup .action.close:before {
  cursor: pointer;
  content: "\e616";
  color: #d13138;
  font-size: 16px;
  color: #4a4a4a;
  font-size: 14px;
}

.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer,
.wishlist.popup .modal-header,
.wishlist.popup .modal-content,
.wishlist.popup .modal-footer {
  padding-left: 30px;
  padding-right: 30px;
}

.modal-popup .modal-content,
.wishlist.popup .modal-content {
  padding: 0 40px 40px;
}

.switch-store-modal.modal-popup .modal-inner-wrap .modal-content,
.switch-store-modal.wishlist.popup .modal-inner-wrap .modal-content,
.switch-store-modal.wishlist.popup .modal-content {
  padding: 20px 40px 20px;
}

.switch-store-modal h2 {
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  line-height: 20px;
  position: relative;
  padding-bottom: 20px;
  margin-top: -30px;
  text-align: center;
  max-width: 380px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.switch-store-modal h2 .location {
  display: block;
  clear: both;
  width: 28px;
  margin: 0 auto 15px;
}

.switch-store-modal h2 .location img {
  width: 100%;
  height: auto;
}

.switch-store-modal .switcher-content {
  display: block !important;
  margin: 22px -15px 0;
  padding: 0;
  overflow: hidden;
}

.switch-store-modal .modal.switcher-content {
  list-style-type: none;
}

.switch-store-modal .modal.switcher-content li {
  width: 50%;
  float: left;
  text-align: center;
  display: block;
  padding: 0 14px;
}

.language-popup .button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: transparent;
  border: none;
  white-space: nowrap;
  text-decoration: none;
  padding: 13px 50px;
  font-size: 14px;
  line-height: 1em;
  border: 2px;
  border-radius: 0;
  transition: all .6s ease;
  position: relative;
  overflow: hidden;
  outline: none;
  border-radius: 0;
  background-color: #d13138;
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  border-width: 2px !important;
  background-color: #fff;
  border: 1px solid #d13138;
  font-weight: 400;
  transition: .3s ease-out;
}

.switch-store-modal .modal.switcher-content li a,
.switch-store-modal .modal.switcher-content li #co-transparent-form-braintree .field.cvv .field-tooltip-action {
  color: #4a4a4a;
  font-size: 16px;
  width: 100%;
  border-color: #4a4a4a;
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
}

.button:not(.unbutton):after,
.actions-toolbar>.primary .action.primary:not(.unbutton):after,
.actions-toolbar>.secondary .action.primary:not(.unbutton):after,
.actions-toolbar>.primary .action.secondary:not(.unbutton):after,
.actions-toolbar>.secondary .action.secondary:not(.unbutton):after,
.block-authentication .action.action-register:not(.unbutton):after,
.block-authentication .action.action-login:not(.unbutton):after,
.action.delete.default:not(.unbutton):after,
.action.remove.default:not(.unbutton):after {
  content: '';
  display: block;
  width: calc(100%);
  height: 2px;
  background-color: #d13138;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate3d(0, 2px, 0);
  transition: transform .6s ease;
}

.modal-slide._show, .modal-popup._show, .wishlist.popup._show, .wishlist.popup.active {
  visibility: visible;
}

.modal-slide._show, .modal-popup._show, .wishlist.popup._show, .wishlist.popup.active {
  transform: scale(1);
  opacity: 1;
}

.modal-popup._show {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  background-color: rgba(255,255,255,.5);
}

.switch-store-modal .modal.switcher-content li a:hover, .switch-store-modal .modal.switcher-content li a:focus, .switch-store-modal .modal.switcher-content li a:active, .switch-store-modal .modal.switcher-content li #co-transparent-form-braintree .field.cvv .field-tooltip-action:hover, .switch-store-modal .modal.switcher-content li #co-transparent-form-braintree .field.cvv .field-tooltip-action:focus, .switch-store-modal .modal.switcher-content li #co-transparent-form-braintree .field.cvv .field-tooltip-action:active {
  border-color: #d13138;
  background-color: #d13138;
  color: #fff;
}

.popup-open {
  overflow:hidden !important;
}
/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */

@media (min-width:769px) {
  .modal-slide, .modal-popup, .wishlist.popup {
    transition: all .3s;
    transform: scale(.7);
    opacity: 0;
  }

  .modal-slide {
    transition: all .3s;
  }

  .modal-popup, .wishlist.popup {
    transition: all .3s;
  }
}


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

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

  .mobile {
    display:none !important;
  }

  .cart-icon {
    display:none !important;
  }



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

  /* Parent List */
  .custom-header-bottom {
    width: 100%;
    font-size: 14px;
    left: auto;
    position: relative;
    top: 0;
    z-index: 3;
    background: #f1f1f1;
    max-width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    position: static;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    margin-right: 36.2px;
    display: inline-block;
    padding: 11px;
    border-top: 3px solid #f1f1f1;
    font-family: 'proxima-nova',Helvetica,Arial,sans-serif;
    transition: all .3s linear;
    position:static !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type {
    padding-right:0;
    margin-right:0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    line-height: 20px;
    display: block;
    color: #4a4a4a;
    text-decoration: none;
    white-space: nowrap;
    padding: 10px 5px;
    position: relative;
    font-family: 'proxima-nova',Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 16px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover{
    background: #fff;
    border-top: 3px solid #d13138;
    transition: all .3s linear;
  }

  /* Child List */

  .custom-header-bottom .page-center {
    position:relative;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li > ul{
    background-color: #fff;
    padding:10px;
    padding-bottom: 60px;
    width:100%;
    display:none !important;
    z-index:2 !important;
    min-height: 498px;
    top:100%;
  }

  .custom-header-bottom:after {
    content: "";
    display: none;
    position: absolute;
    left: 0;
    min-height: 499px;
    z-index: 1;
    background: #fff;
    width: 100%;
    top: 64px;
    margin-top: 0px;
    padding-bottom: 60px;
    box-shadow: 0 4px 4px rgba(0,0,0,.2);
    border-bottom: 1px solid rgba(0,0,0,.2);
  }

  .menu-bg .custom-header-bottom:after {
    display:block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul{
    display:block !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
    width:25% !important;
    padding-top:40px;
    display:inline-block !important;
    float:left !important;
    vertical-align:top;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li {
    display:inline-block !important;
    padding-bottom:16px;
    position:relative;
    float:left;
    width:100%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul li:last-of-type{
    padding-bottom:5px;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul   li {
    padding-left:0;
    padding-bottom:16px;
  } 

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul   li > a{
    font-size: 13px;
    line-height: 14px;
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    color: #161616;
    text-transform: capitalize;
    font-weight: 500;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a {
    color: #d13138;
    font-weight: 700;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li.hs-item-has-children > a {
    margin-bottom: 15px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > ul > li > a:hover {
    color: #009fc2;
  }
  .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{}


  .custom-menu-primary .hs-menu-wrapper > ul ul ul {
    position:static !important;
    visibility:visible !important;
    opacity:1 !important;
  }
  /* 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-header-height {
    min-height:235px !important;
  }

  .custom-header-fixed .custom-header {
    position: fixed;
    top: 0;
    width: 100% !important;
    z-index: 99;
  }

  .custom-header-fixed .custom-header-top {
    border-bottom: 1px solid #d8d8d8;
    min-height: 46px !important;
  }

  .custom-header-fixed .custom-bottom-logo {
    display:none !important;
  }

  .custom-header-fixed .custom-top-logo {
    float: none !important;
    margin-left: 0 !important;
    width: auto !important;
    max-width: 138px;
    max-height: 27.60px;
    display: inline-block !important;
    display: inline-block !important;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    top: 9px;
  }

  .custom-header-fixed .block-search {
    display: none;
    position: fixed;
    top: 102px;
    width: 100%;
    height: 80px;
    background: #fff;
    left: 0;
    margin-top: 0;
  }

  .search-open.custom-header-fixed .block-search {
    display:block !important;
  }

  .custom-header-fixed .block-search .block-content {
    max-width: 340px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  .custom-header-fixed .block-search .minisearch {
    position:relative;
  }

  .custom-header-fixed .custom-header-top {
    text-align:center;
  }

  .custom-header-fixed .block-search .minisearch .input-text {
    margin: 17px 0;
    border-color: #9b9b9b;
    padding: 13px 45px;
  }

  .custom-header-fixed .close-icon.button-sticky-search {
    right: 12px;
    left: auto;
    display: inline-block;
    position: absolute;
    top: 11px;
    margin: 3px 0 0;
    font-size:14px;
  }

  .custom-header-fixed .close-icon.button-sticky-search:before {
    content: ' ';
    display: block;
    position: absolute;
    height: 29px;
    border-left: 1px solid #9b9b9b;
    right: 29px;
    top: -5px;
  }

  .custom-header-fixed .button-sticky-search span:before {
    color: #4a4a4a;
  }

  .icon--remove:before {
    content: "\e616";
  }


  .custom-header-fixed .minisearch.form--inline button {
    left: 0;
    right: auto;
    top: -1px;
  }

  .custom-header-fixed .minisearch.form--inline button:before {
    color: #4a4a4a;
  }

  .custom-top-logo {

  }

  .custom-top-logo img {
    max-width: 138px;
    width: 100%;
    max-height: 26.6px;
    vertical-align: middle;
  }

  .custom-header-fixed .header__help li,
  .custom-header-fixed .header__links li,
  .custom-header-fixed .switcher-language li {
    font-size: 13px;
  }

  .custom-header-fixed .custom-header-middle {
    height: 0 !important;
  }

  .custom-header-fixed .button-sticky-search {
    color: #d13138;
    display: block;
    position: absolute;
    top: 32px;
    left: 0;
    z-index: 99;
    font-size: 18px;
    outline:0;
  }

  .custom-header-fixed .custom-menu-primary .hs-menu-wrapper > ul {
    padding: 0 110px 0 60px;
  }

  .custom-header-fixed .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-right: 15px;
  }

  .custom-header-fixed .minicart-wrapper {
    top: -13px;
    z-index: 999;
  }

  .custom-header-fixed .minicart-wrapper .showcart {
    border: 0;
    padding: 8px 0;
    margin-top: 10px;
    color:#d13138;
  }

  .custom-header-fixed .minicart-wrapper .showcart:before {
    cursor: pointer;
    content: "\e611";
    color: #d13138;
    font-size: 16px;
    font-size: 24px;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
  }

  .custom-header-fixed .button-sticky-search .icon--search:before {
    content: "\e615";
    color:#d13138;
  }

  .custom-header-fixed .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    top:-1px;
  }
}


@media (min-width:960px) {
  .block-search {
    margin-right: 20px;
  }

  .block-search .minisearch {
    width: 285px;
    margin: 0 auto;
    transition: all .6s ease;
    position:absolute;
    background: #fff;
    z-index: 9;
  }

  .search-autocomplete {
    margin-top: 0;
  }
}

@media (max-width:1260px) {
  .body-container .page-center {
    padding-left:15px;
    padding-right:15px;
  }

  .custom-header-top .page-center {
    padding-right: 30px;
    padding-left: 30px;
    position:relative;
  }

  .custom-header-middle .page-center {
    padding-right: 30px;
    padding-left: 30px;
    position:relative;
  }

  .minicart-wrapper {
    right:30px;
  }

  .switcher-language {
    display: none;
  }

}

@media (max-width:1260px) and (min-width:961px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-right:0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    top: 100%;
    padding-left:30px;
    padding-right:30px;
  }

  .custom-header-bottom:after {
    top:65px;
  }

  .custom-header-fixed .custom-top-logo {
    top:-1px;
  }

  .custom-header-fixed .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-right: 0;
  }

  .custom-header-fixed .button-sticky-search {
    left:30px;
  }
}

@media (max-width:1199px) and (min-width:768px) {
  .custom-footer .newsletter .page-center {
    padding:0 30px;
  }

  .custom-footer-logo.mobile {
    display:none !important;
  }

  .custom-footer .footer-logo.desktop {
    display:block !important;
  }
} 

@media (max-width:1050px) and (min-width:961px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 11px 5px;
  }
}

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


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

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

@media (max-width: 960px){

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

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer;
    position: absolute;
    left: 15px;
    top: 12px;
    z-index: 14;
  }

  .mobile-trigger:before {
    content: "\e62c";
    font-family: 'boilerplate' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3d3833;
    font-size: 18px;
  }

  .mobile-search-button {
    font-family: inherit;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: transparent;
    border: none;
    white-space: nowrap;
    text-decoration: none;
    display: block;
    position: absolute;
    font-size: 18px;
    top: 11px;
    left: 55px;
    z-index: 40;
    padding: 0px 6px;
    color:#000;
  }

  .icon--search:before {
    content: "\e615";
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger:before{
    font-family: 'boilerplate' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #d13138;
    content: "\e616";
  }
  /* ===== Mobile Child Toggle Buttons ===== */

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

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

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 44px; /* Makes room for button */
    margin: 10px 0 10px 0;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
    display:block !important; 
    padding-bottom: 150px;
    background: #fff;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35);
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }

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

  .custom-menu-primary .hs-menu-wrapper > ul ul ul{
    display:block !important;
    position:static !important;
    visibility:visible !important;
    opacity:1 !Important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

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

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


  /* Mobile Nav is HIDDEN By Default */
  .custom-menu-primary {
    position: fixed;
    z-index: 1000;
    overflow-x:hidden !important;
    overflow-y:auto !important;
    height:100vh !important;
    top: 50px;
    max-width: 100%;
    width: 100% !important;
    left: -100%;
    transition: left .3s cubic-bezier(.8,0,.55,.9399999999999999) 0ms;
    background-color:#fff;
  }
  .mobile-open .custom-menu-primary {
    left:0;
    box-shadow: 0 3px 4px #3d3833;
  }

  .mobile-open {
    overflow:hidden !important;
  }

  .mobile .switcher-language {
    display:block !important;
  }

  .switcher-language {
    border-top: 1px solid #eee !important;
    font-weight: 700 !important;
    position: relative !important;
    clear: both !important;
    display: block !important;
    width: 100% !important;
    margin-bottom: -1px !important;
  }

  .switcher-language li:not(.authorization-link) {
    padding: 21px 20px 22px 30px !important;
    background: #fff;
    border-bottom: 1px solid #eaeaea !important;
    margin: 0 !important;
    width: 100% !important;
  }

  .switcher-language .stores-link {
    color: #3d3833  !important;
    margin-right: 10px  !important;
  }

  .switcher-language li:not(.authorization-link) a {
    display: block  !important;
    color: #4a4a4a  !important;
    font-size: 14px  !important;
    line-height: 14px  !important;
    text-decoration: none  !important;
    white-space: nowrap  !important;
    font-weight: 400  !important;
  }

  .list-inline>li [class^=icon-], .header__links>li [class^=icon-], .footer.container.copyright .links>li [class^=icon-] {
    margin-right: 10px !important;
    position: relative !important;
    top: -5px !important;
    left: -10px;
  }

  .switcher-language .icon--location {
    font-size: 24px !important;
    color: #d13138 !important;
    top: -5px !important;
    position: relative !important;
  }

  .switcher-language .icon--location:before {
    color: #d13138 !important;
  }

  .icon--location:before {
    content: "\e60a"!important;
  }

  .mobile-nav-my-store {
    display: block !important;
    position: absolute !important;
    top: 12px !important;
    left: 58px !important;
  }

  .visible-mobile-960 {
    display: block !important;
  }

  .mobile-nav-store-name {
    position: absolute;
    left: 58px;
    top: 28px;
    font-weight: 700;
  }

  .mobile-nav-switch-store {
    position: absolute !important;
    top: 30px !important;
    right: 20px !important;
    font-size: 13px !important;
  }

  .mobile-nav-switch-store {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    height: 0 !important;
    width: auto;
  }

  .text-link span {
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-weight: 500;
    color: #009fc2;
    cursor: pointer;
  }
}


@media (max-width: 960px) {

  .animate-menu ul li {
    position: relative;
    padding: 22px 20px 22px 30px;
    background: #f8f8f8;
    border-bottom: 1px solid #eaeaea;
  }

  .animate-menu ul:first-of-type li{
    border-right: 4px solid transparent;
  }

  .animate-menu ul:first-of-type li:hover {
    border-right: 4px solid #d13138;
  }



  .animate-menu ul:not(:first-of-type) li{
    padding: 22px 20px 22px 30px;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    font-size: 14px;
    line-height: 14px;
  }

  .animate-menu ul:not(:first-of-type) li a{
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
  }

  .animate-menu ul:not(:first-of-type) li.dl-back {
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    padding: 22px 20px 22px 30px;
    background: #f8f8f8;
    text-align: left;
    color: #009fc2;
    font-weight: 500;
  }

  .animate-menu ul:not(:first-of-type) li.dl-back a {
    line-height: 21px;
    color: #009fc2;
  }

  .animate-menu ul:not(:first-of-type) li.dl-back a:before {
    font-family: 'boilerplate' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    float: left;
    color: #009fc2;
    font-size: 10px;
    margin-right: 10px;
    margin-top: 5px;
    content: "\e921";
  }

  .animate-menu ul li:first-child{
    border-top:1px solid #eaeaea;
  }

  .animate-menu ul li  a{
    display: block;
    color: #4a4a4a;
    line-height: 20px;
    position: relative;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
  }

  .animate-menu ul li.hs-item-has-children a:after {
    font-family: 'boilerplate' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    font-family: 'boilerplate' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    content: "\e91c";
    color: #d13138;
  }

  .animate-menu ul:first-child li:not(.hs-item-has-children):nth-of-type(8) a:after,
  .animate-menu ul:first-child li:not(.hs-item-has-children):nth-of-type(9) a:after{
    font-family: 'boilerplate' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    content: "\e91c";
    color: #d13138;
  }

  .animate-menu ul:first-child li:not(.hs-item-has-children):nth-of-type(8) a {
    color: #d13138;
  } 

  .animate-menu ul:first-child li:not(.hs-item-has-children):nth-of-type(10),
  .animate-menu ul:first-child li:not(.hs-item-has-children):nth-of-type(11){
    padding: 22px 20px 22px 30px;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    margin: 0;
  }
  .animate-menu ul:first-child li:not(.hs-item-has-children):nth-of-type(10) a,
  .animate-menu ul:first-child li:not(.hs-item-has-children):nth-of-type(11) a{
    font-size: 16px;
    font-weight: 400;
    color: #4a4a4a;
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    line-height: 14px;
  }

  .child-trigger {
    width: 100%;
    height: 66px;

  }
  li.dl-back {
    text-align: center;
    background: #8997a2;
  }  
  li.dl-back a {
    color: #8997a2;
  }  

  .animate-menu {
    position:relative;
    overflow: hidden;
    display:block !important;
    /*  -webkit-perspective: 2000;
    -webkit-perspective-origin: 50% 0%;*/
    background: #ccc;
    width: 100%;
  } 
  .animate-menu > ul
  {
    position:absolute;
    top:0px;
    width:100%;
    right:100%;
    transition: all 0.3s ease;
    /*  -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);*/
  }
  .animate-menu ul.active-panel {
    /*    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -o-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);*/
    right:0;
  }

  .animate-menu > ul.submenu-open {
    right: -100%;
  }

  .counter {
    position: absolute;
    right: 40px;
    top: 0;
    line-height: 43px;
    background: #fff;
    width: 40px;
    text-align: center;
    height: 43px;
  }



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

  .desktop {
    display:none !important;
  }

  .custom-header-mobile {
    padding: 10px 0;
    position: relative;
    background: #fff;
    height: 50px;
    border-top: 3px solid #d13138;
  }

  .custom-header-fixed .custom-header-mobile {
    padding: 7px 0;
    height: 46px;
  }

  .mobile-open.custom-header-fixed .custom-header-mobile {
    height: 51px;
    padding-top: 10px;
  }

  .custom-logo {
    float:none !important;
    width:100% !important;
    text-align:center;
    margin-left:0 !important;
  }

  .custom-logo img {
    max-width:138px;
    max-height:27.59px;
  }

  .cart-icon {
    position: absolute;
    top:8px;
    right:15px;
    display:inline-block;
  }

  .cart-icon:before {
    font-family: 'boilerplate' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    content: "\e611";
    color: #d13138;
    font-size: 16px;
    font-size: 24px;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
  }

  /* ===================== Header Search =================== */
  .custom-mobile-header-search .block {
    padding: 20px 0;
    margin-bottom: 15px;
  }

  .custom-mobile-header-search .block-search {
    display: block;
    position: absolute;
    border-top: 1px solid #d8d8d8;
    left: 0;
    top: 47px;
    width: 100%;
    padding: 0 15px;
    background: #fff;
    transform: translate3d(0,-200%,0);
    transition: all .3s cubic-bezier(.8,0,.55,.9399999999999999) 0ms;
    z-index: -1;
    margin-right: 20px;
  }

  .search-open   .custom-mobile-header-search .block-search {
    display: block;
    position: absolute;
    border-top: 1px solid #d8d8d8;
    left: 0;
    top: 45px;
    width: 100%;
    padding: 0 15px;
    background: #fff;
    z-index: -1;
    transform: translate3d(0,0,0);
    z-index: 9;
  }

  .custom-header-height {
    min-height:50px !important;
  }

  .custom-header-height.mobile .custom-header-mobile {
    z-index: 999;
    position: absolute;
    width:100% !important;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  .block-title>strong {
    color: #4a4a4a;
    font-size: 18px;
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-weight: 400;
    line-height: 1.1;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .form--inline .input-box {
    position: relative;
  }

  .block-search .minisearch .input-text {
    font-family: inherit;
    display: block;
    width: 100%;
    background-image: none;
    outline: none;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid #e4e4e4;
    color: #000;
    background-color: #fff;
    transition: .3s ease-out;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-width: 2px;
    border-radius: 0;
    border-color: #9b9b9b;
    padding: 13px 45px;
  }


  .form--inline button:not(.unbutton) {
    font-family: inherit;
    font-size: inherit;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: transparent;
    border: none;
    white-space: nowrap;
    text-decoration: none;
    width: 50px;
    height: 50px;
    padding: 0;
    position: absolute;
    left: 0;
    right: auto;
    top: -2px;

  }  

  .form--inline button:not(.unbutton):before {
    cursor: pointer;
    content: "\e615";
    color: #d13138;
    font-size: 16px;
    width: 100%;
    line-height: 50px;
    transition: color .25s ease-in;
  }

  .block-search .minisearch button:before {
    color: #979797;
  }

  .block-search .minisearch.form--inline button:before {
    color: #4a4a4a;
  }

  .close-icon {
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: transparent;
    border: none;
    white-space: nowrap;
    text-decoration: none;
    display: block;
    position: absolute;
    font-size: 18px;
    top: 12px;
    z-index: 40;
    color: #d13138;
    right: 12px;
    left: auto;
  }

  .close-icon:before {
    content: ' ';
    display: block;
    position: absolute;
    height: 29px;
    border-left: 1px solid #9b9b9b;
    right: 29px;
    top: -3px;
  } 

  .close-icon span:before {
    content: ' ';
    display: block;
    position: relative;
    height: 29px;
    right: 0;
    top: 2px;
    content: "\e616";
    color: #4a4a4a;
  }

  .search-open .mobile-search-button span.icon--search:before {
    content: "\e616";
    color: #d13138;
  }

  .block-search .minisearch.active {
    width:365px;
  }

  .custom-header-fixed .custom-header-height.mobile .custom-header-mobile {
    border-bottom: 1px solid #d8d8d8;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }

  .custom-header-fixed  .custom-mobile-header-search .block-search {
    position: fixed;
  }

  .switch-none .mobile .switcher-language {
    display:none !important;
  }

  .animate-menu ul li.label-name  a,
  .animate-menu ul li.living-room a,
  .animate-menu ul li.dining-and-kitchen a,
  .animate-menu ul li.bar a,
  .animate-menu ul li.home-theater-seating a,
  .animate-menu ul li.outdoor-patio-furniture a,
  .animate-menu ul li.outdoor-and-patio-furniture a,
  .animate-menu ul li.patio-umbrellas-and-bases a,
  .animate-menu ul li.firepits a,
  .animate-menu ul li.grills-and-brick-ovens a,
  .animate-menu ul li.gazebos a,
  .animate-menu ul li.outdoor-accessories a,
  .animate-menu ul li.round-above-ground-pools a,
  .animate-menu ul li.oval-above-ground-pools a,
  .animate-menu ul li.semi-inground-pools a,
  .animate-menu ul li.shop-all-pool a,
  .animate-menu ul li.pool-chemicals-and-supplies a,
  .animate-menu ul li.shop-by-seating a,
  .animate-menu ul li.shop-by-brand a,
  .animate-menu ul li.shop-all-spas a,
  .animate-menu ul li.spas-and-hot-tubs a ,
  .animate-menu ul li.saunas-and-steam-rooms a,
  .animate-menu ul li.pool-supplies a,
  .animate-menu ul li.pool-equipment a,
  .animate-menu ul li.spa-supplies-and-equipment a,
  .animate-menu ul li.spa-supplies-and-equipment a,
  .animate-menu ul li.shuffleboards a,
  .animate-menu ul li.pool-and-billiards-tables a,
  .animate-menu ul li.air-hockey a,
  .animate-menu ul li.arcade-games a,
  .animate-menu ul li.foosball a,
  .animate-menu ul li.poker-and-game-tables a,
  .animate-menu ul li.ping-pong-and-table-tennis a,
  .animate-menu ul li.shop-all-fireplaces a,
  .animate-menu ul li.electric-fireplaces a,
  .animate-menu ul li.gas-fireplaces a,
  .animate-menu ul li.gas-logs a,
  .animate-menu ul li.wood-stoves a,
  .animate-menu ul li.glass-doors a {
    color: #d13138 ;
    font-weight: 500 ;
  }

  .footer-social-share .list-inline > li > a > span {
    top: 1px !important;
    left: 0;
  }

  .animate-menu ul:first-of-type li:last-child {
    padding: 15px 20px 15px 30px;
    background: #fff;
    border: none;
    margin: 0;
    width: 100%;
    padding-top:35px;
  }

  .animate-menu ul:first-of-type li:last-child a {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: transparent;
    border: none;
    white-space: nowrap;
    text-decoration: none;
    padding: 13px 50px;
    font-size: 14px;
    line-height: 1em;
    border: 2px;
    transition: all .6s ease;
    position: relative;
    overflow: hidden;
    outline: none;
    border-radius: 0;
    font-family: 'proxima-nova',Helvetica,Arial,sans-serif;
    border-width: 2px !important;
    color: #fff;
    background-color: #d13138;
    border: 1px solid #d13138;
    font-weight: 400;
    transition: .3s ease-out;
    width: 200px;
    padding: 14px 20px;
  }

  .animate-menu ul:first-of-type li:last-child a:hover {
    background-color: #fff;
    color: #d13138;
    border-color: #d13138;
  }

  .animate-menu ul:first-of-type li:last-child a:before {
    font-family: 'boilerplate' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e627";
    margin-right: 5px;
  } 

  .animate-menu ul:first-of-type li:last-child a:after {
    content: '';
    display: block;
    width: calc(100%);
    height: 2px;
    background-color: #d13138;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate3d(0,2px,0);
    transition: transform .6s ease;
  }

  .animate-menu ul:first-of-type li:last-child a:hover:after {
    transform: translate3d(0,0,0);
  }

}

@media (max-width:960px) and (min-width:768px) {
  .block-search .minisearch {
    width: 225px;
    margin: 0 auto;
    transition: all .6s ease;
  }

  .animate-menu ul:first-of-type li:last-child {
    display:none !important;
  }

  .animate-menu ul li.label-name {
    display:none !important;
  }
}


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

@media (max-width: 767px) {
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-height: 100%;
    max-width: 100%;
    float: none;
    margin: 20px 0 20px;
  }
  .blog .blog-sidebar{
    margin:60px 0 0;
  }

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

  .custom-footer .container > div >.row-fluid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: justify;
    justify-content: justify;
    margin: 0;
  }

  .custom-footer .container .row-fluid:after,
  .custom-footer .container .row-fluid:before {
    display:none !important;
  }

  .custom-footer .footer-col-6 {
    width: 50% !important;
    float: left !important;
  }

  .custom-footer-address {
    order: 6;
  }

  .custom-footer-social.footer-col-3 {
    order: 1;
    width: 100% !important;
    text-align: center;
    padding-left: 15px;
  }

  .mobile-s {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    margin: 27px 15px 42px;
    border-top: 1px solid #777;
    width: 100%;
  }

  .custom-footer-spacer.mobile {
    width: 100% !important;
    margin: 0 !important;
  }

  .custom-footer-spacer > div {
    margin: 0px;
    padding: 0 15px;
  }

  .mobile-s--1 {
    order: 2;
  }

  .mobile-s--2 {
    order: 4;
  }

  .mobile-s--3 {
    order: 7;
  }

  .custom-footer-menu.one.footer-col-6,
  .custom-footer-menu.two.footer-col-6{
    order: 3;
  }

  .custom-footer-menu.three.footer-col-6 {
    order:5;
  }

  .custom-footer-logo {
    padding: 0 30px 20px;
    text-align: center;
  }

  .custom-footer-logo a {
    display: block;
    margin-top: 65px;
    margin-bottom: 5px;
  }

  .custom-footer-logo img {
    max-width: 138px;
  }

  .custom-footer-copyright {
    padding: 0 30px 19px;
  }

  .custom-footer .container {
    padding: 30px 0 30px;
  }

  .custom-footer .newsletter h1 {
    font-size: 18px;
    line-height: 21px;
    color: #3d3833;
    text-align: center;
    font-family: 'proxima-nova',Helvetica,Arial,sans-serif;
    margin: 15px 0 8px !important;
  }
  .custom-footer .newsletter p {
    text-align: center;
    margin-bottom: 15px;
    color: #3d3833;
    letter-spacing: .32px;
  }

  .custom-footer .newsletter .page-center {
    padding:0 30px;
  }

  /* =================== Language Popup =========================== */

  .switch-store-modal.modal-popup .modal-inner-wrap .modal-content {
    padding: 20px 40px 20px;
    max-width: 460px;
    margin: 0 auto;
  }

  .switch-store-modal .modal.switcher-content li {
    width: 100%;
  }

  .modal-popup.modal-slide,
  .wishlist.popup.modal-slide {
    left: 0;
  }

  .switch-store-modal.modal-popup .modal-inner-wrap,
  .switch-store-modal.wishlist.popup .modal-inner-wrap,
  .switch-store-modal.wishlist.popup {
    max-width: 100%;
  }

  .switch-store-modal .modal.switcher-content li a, .switch-store-modal .modal.switcher-content li #co-transparent-form-braintree .field.cvv .field-tooltip-action {
    max-width: 200px;
    margin: 0 auto 8px;
  }

  .modal-slide._show,
  .modal-popup._show {
    visibility: visible;
  }

  .modal-slide .modal-inner-wrap {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition-duration: .25s;
    -webkit-transition-property: -webkit-transform, visibility;
    transition-property: transform, visibility;
    transition-timing-function: ease-in;
  }

  .modal-popup .modal-inner-wrap,
  .wishlist.popup .modal-inner-wrap,
  .wishlist.popup {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition-duration: .25s;
    -webkit-transition-property: -webkit-transform, visibility;
    transition-property: transform, visibility;
    transition-timing-function: ease-in;
  }

  .modal-popup .modal-inner-wrap,
  .wishlist.popup .modal-inner-wrap,
  .wishlist.popup {
    width: 100% !important;
  }

  .modal-slide._show .modal-inner-wrap,
  .modal-popup._show .modal-inner-wrap,
  .wishlist.popup._show .modal-inner-wrap,
  .wishlist.popup.active .modal-inner-wrap,
  .wishlist.popup.active {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .modal-popup._show .modal-inner-wrap,
  .wishlist.popup._show .modal-inner-wrap,
  .wishlist.popup.active .modal-inner-wrap,
  .wishlist.popup.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .modal-popup.modal-slide .modal-inner-wrap,
  .wishlist.popup.modal-slide .modal-inner-wrap {
    width: auto;
    height: 100%;
    overflow-y: auto;
    position: static;
  }

  .modal-popup.modal-slide .modal-inner-wrap,
  .wishlist.popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }

}  


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

@media (max-width: 479px) {
  .custom-footer .newsletter .page-center {
    padding:0 10px;
  }
}