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


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

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


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


/* =============== @import, @font-face, and CSS File Includes =============== */
@import url('//fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i|Roboto:400,400i,700,700i');
@import url('//fonts.googleapis.com/css?family=Open+Sans:200italic,300italic,400italic,500italic,600italic,700italic,800italic,900italic,200,300,400,500,600,700,800');

/* 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)*/
@media only screen and (max-width: 767px){
  .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; }

@font-face {
	font-family: 'lucida_granderegular';
	src: url("//cdn2.hubspot.net/hubfs/5510487/MM_Merchandisers_June2019/fonts/LucidaGrande.woff") format('woff'),
		url("//cdn2.hubspot.net/hubfs/5510487/MM_Merchandisers_June2019/fonts/LucidaGrande.ttf") format('ttf'),
		url("//cdn2.hubspot.net/hubfs/5510487/MM_Merchandisers_June2019/fonts/LucidaGrande.eot");
	font-weight: normal;
	font-style: normal;
}

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

/* =============== Base =============== */
*{
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-moz-font-smoothing: antialiased;
}
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	min-height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

body {
	width: 100%;
	font-family: "Roboto",sans-serif;
	font-size: 16px;
	color: #4d4d4d;;
}

/* Page Center */


.container-fluid .row-fluid .page-center {
	float: none;
	max-width: 1220px;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.625;
}

.center-content-container { max-width: 770px !important; } 

/* Highlighted Text */

::-moz-selection {
	background: #39f;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #39f;
	color: #fff;
	text-shadow: none;
}


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

/* Basic text */

p {
	margin-top: 1rem;
	margin-bottom: 1rem;
  line-height: 1.5; 
}

small {}

strong {}

em {}

cite {}

code {}

pre {}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}


/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 15px 0;
	font-family: "Roboto",sans-serif;
  line-height: 1.2; 
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {}

h1 {
	color: #333333;
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	margin-top:0;
}

h2 {}

h3 {
	font-size: 1.125rem;
	color: #222;
}

h4 {}

h5 {
	font-size: 1.125rem;
	color: #222;
}

h6 {}

/* Anchor Links */

a {
	color: #da1f27;
	text-decoration: none;
	-webkit-transition: color 0.1s ease;
	transition: color 0.1s ease;
}

a:hover,
a:focus {
	color: #b51e25;
}

/* Lists */

ul,
ol {
	margin-top: 0;
	margin-bottom: 10px;
}

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 { background-color: #343434}

/* The inner wrappers of your website */

.header-container,
.body-container,
.footer-container {}


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

.header-container-wrapper {}

.header-container {}
/*** Header ***/

.site-header-wrapper {
	position: relative;
	top: 0;
	left: 0;
	z-index: 700;
	width: 100% !important;
	color: #fff;
	background-color: #222;
	-webkit-transition: top 0.15s cubic-bezier(0.3, 0, 0, 1);
	transition: top 0.15s cubic-bezier(0.3, 0, 0, 1);
	position: fixed;
}
.site-header-wrapper .page-center.site-header {
	background: transparent;
	z-index: 0;
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.site-header-wrapper .page-center.site-header {
	position: relative;
	z-index: 100;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #222;
	-webkit-transition: padding 0.15s cubic-bezier(0.3, 0, 0, 1);
	transition: padding 0.15s cubic-bezier(0.3, 0, 0, 1);
}
.site-header-menu-toggle, .site-header-cart {
	position: absolute;
	top: 10px;
	bottom: auto;
	z-index: 125;
	display: inline-block;
	height: 46px;
}
.site-header-menu-toggle--button, .site-header-cart--button {
	display: inline-block;
	padding: 10px;
	color: #fff;
}
.site-header-menu-toggle--button {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: transparent;
}
.site-header-menu-toggle--button .toggle-icon--bar {
	display: block;
	width: 22px;
	height: 2px;
	background-color: #fff;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	-webkit-transform-origin: 1px;
	-ms-transform-origin: 1px;
	transform-origin: 1px;
}
.site-header-menu-toggle--button .toggle-icon--bar+.toggle-icon--bar {
	margin-top: 5px;
}
.site-header-menu-toggle--button .toggle-icon--bar.toggle-icon--bar-middle {
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.site-header-menu-toggle--button .toggle-icon--bar+.toggle-icon--bar {
	margin-top: 5px;
}
.site-header-main.small-promo-enabled > div > div.row-fluid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.site-header-main.small-promo-enabled {
	margin-right: auto;
	margin-left: auto;
	font-size: 0;
	-webkit-transition: margin 0.15s cubic-bezier(0.3, 0, 0, 1);
	transition: margin 0.15s cubic-bezier(0.3, 0, 0, 1);
}
.site-header-wrapper .page-center.site-header > div {
	width: auto;
}
.header-wrapper .custom-main-menu {
	background-color: #222;
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.3, 0, 0, 1);
	transition: -webkit-transform 0.2s cubic-bezier(0.3, 0, 0, 1);
	transition: transform 0.2s cubic-bezier(0.3, 0, 0, 1);
	transition: transform 0.2s cubic-bezier(0.3, 0, 0, 1),-webkit-transform 0.2s cubic-bezier(0.3, 0, 0, 1);
	width: 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 70px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.custom-main-menu .hs-menu-wrapper {
	background-color: transparent;
	position: absolute;
	width: 100%;
	right: 0;
	left: 0;
	top: 5px;
	z-index: 0;
	padding-left: 228px;
}
.custom-main-menu .hs-menu-wrapper > ul {
	display: block;
	margin-left: -15px;
}

.custom-main-menu .hs-menu-wrapper > ul > li:last-child {
	float: right;
}

.custom-main-menu .hs-menu-wrapper > ul > li:not(:last-child) {
	float: none;
	display: inline-block;
	padding-top: 8px;
	padding-bottom: 8px;
	vertical-align: top;
}

.custom-main-menu .hs-menu-wrapper > ul > li:not(:last-child) > a {
	text-decoration: none;
	display: inline-block;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500 !important;
	line-height: 19px;
	padding: 12px 7px;
	font-weight: bold;
	-webkit-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
}

.custom-main-menu .hs-menu-wrapper > ul > li:not(:last-child) {
	margin-right: 4px;
}

.custom-main-menu .hs-menu-wrapper > ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
}

.custom-main-menu .hs-menu-wrapper > ul:after,.custom-main-menu .hs-menu-wrapper > ul:before {
	content: none;
}

.custom-main-menu .hs-menu-wrapper > ul > li:last-child {
	margin-left: auto;
	display: flex;
	align-items: center;
}

.custom-main-menu .hs-menu-wrapper > ul > li:last-child > a {
	text-decoration: none;
	position: relative;
	display: inline-block;
	padding: 12px 15px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	padding-left: 5px;
	padding-right: 5px;
	opacity: 1 !important;
	position: relative;
	right: -7px;
	-webkit-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
}
.custom-main-menu .hs-menu-wrapper > ul > li > a:hover {
	opacity: 0.8;
}

.site-header-logo.custom-logo {
	vertical-align: middle;
	margin-left: 0;
	text-align: left;
	display: inline-block;
	height: auto;
	margin-right: 38px;
	position: relative;
	z-index: 9;
	width: auto;
}

.site-logo {
	color: currentColor;
	text-decoration: none;
	display: inline-block;
	margin-left: 0;
}

.site-logo-image {
	margin-right: auto;
	display: inline-block;
	margin-left: 0;
	vertical-align: middle;
}
.site-header-wrapper .page-center.site-header > div:nth-child(2) {
	width: 100%;
}
.site-header-main.small-promo-enabled > div > div.row-fluid > div {
	margin-left: 0;
}

.site-header-main.small-promo-enabled > div > div.row-fluid:after,.site-header-main.small-promo-enabled > div > div.row-fluid:before {
	content: none;
}


.header-wrapper .site-header-search {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	margin-top: 0;
	vertical-align: middle;
	position: relative;
	top: -40px;
	width: 100%;
}

.header-wrapper .site-header-search form {
	position: absolute;
	top: -1px;
	right: -1px;
	left: -1px;
	border: 1px solid rgba(127,127,127,0.2);
	border-radius: 3px 4px 4px 3px;
	-webkit-box-shadow: 0 2px 3px rgba(127,127,127,0.11);
	box-shadow: 0 2px 3px rgba(127,127,127,0.11);
	-webkit-transition: border 0.1s ease, -webkit-box-shadow 0.1s ease;
	transition: border 0.1s ease, -webkit-box-shadow 0.1s ease;
	transition: border 0.1s ease, box-shadow 0.1s ease;
	transition: border 0.1s ease, box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
}

.site-header-search-form .form-field {
	position: relative;
	z-index: 100;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 46px;
}

.site-header-search-form-field, .site-header-search-form .form-field {
	height: 40px;
}

.site-header-search-form-field {
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: calc(100% - 53px) !important;
	padding-top: 0.875rem;
	padding-bottom: 0.875rem;
	font-size: 1rem;
	vertical-align: top;
	border: 0 !important;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	height: 40px !important;
	padding: 0.375rem 1.25rem 0.375rem;
	padding-top: 0.9375rem !important;
	padding-bottom: 0.9375rem !important;
	border: none;
	border-radius: 2px 0 0 2px !important;
	font-size: 14px !important;
	color: #333333 !important;
	max-width: 100% !important;
}

.site-header-takeover-cancel {
	display: none;
}

.site-header-search-button {
	padding: 0.625rem 1rem;
	font-size: 0.875rem;
	display: inline-block;
	font-family: "Roboto",sans-serif;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	border-radius: 3px;
	-webkit-transition: background-color 0.2s ease, width 0.2s ease, height 0.2s ease;
	transition: background-color 0.2s ease, width 0.2s ease, height 0.2s ease;
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 53px;
	vertical-align: top;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	background: #fff;
	border: 1px solid #fff;
	color: #000;
	height: 40px;
}

.site-header-search-button .search-icon--inactive {
	display: inline-block;
	opacity: 1;
	-webkit-transition: opacity 0.1s ease;
	transition: opacity 0.1s ease;
	height: 14px;
	width: 14px;
}

.site-header-search-button svg, .productgrid--search-button svg {
	display: block;
	width: 100%;
	height: 100%;
	margin-top: 2px;
}

.site-header-search-form-field::placeholder {
	opacity: 0.4;
}


.header-wrapper .extra-links {
	color: #fff;
	margin-left: 2.1875rem !important;
	position: relative;
	top: -17px;
}

.header-wrapper .extra-links a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	font-size: 0.9375rem;
	color: #fff;
	text-decoration: none;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.header-wrapper .extra-links a div {
	width: 100%;
	line-height: 1.3;
	max-width: 200px;
	text-align: left;
}

.header-wrapper .extra-links a div h4 {
	margin: 0;
	display: block;
	opacity: 0.8;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
}
.header-wrapper .site-header-cart {
	position: absolute;
	top: 10px;
	bottom: auto;
	z-index: 125;
	display: inline-block;
	height: 46px;
	right: 0px;
	-webkit-transition: right 0.15s cubic-bezier(0.3, 0, 0, 1),top 0.15s cubic-bezier(0.3, 0, 0, 1);
	transition: right 0.15s cubic-bezier(0.3, 0, 0, 1),top 0.15s cubic-bezier(0.3, 0, 0, 1);
	top: 48px !important;
	right: 20px !important;
}
.header-wrapper .site-header-cart {
	width: auto;
}
.site-header-cart a {
	display: inline-block;
	padding: 10px;
	color: #fff;
}
.site-header-cart a > img {
	width: 18px;
	margin: 4px 0 0 0;
	vertical-align:middle;
}
.header-wrapper .extra-links {
	white-space: nowrap;
	float: none;
	width: auto;
}

.header-wrapper .extra-links:last-child {
	margin-left: 45px !important;
	margin-right: 45px;
	width: auto;
}

.site-header-search-button:hover {
	background: #dd353c;
	border: 1px solid #dd353c;
}
.header-wrapper .extra-links a img {
	max-width: 28px;
	vertical-align: middle;
	height: 100%;
}

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

.body-container-wrapper {}

.body-container {}

.content-wrapper {}

.main-content {}

.sidebar {}

.sidebar.right {}

.sidebar.left {}


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

.footer-container-wrapper {}

.footer-container {}


.site-footer-wrapper {
	z-index: 500;
	padding-top: 0.75rem;
	padding-bottom: 1.75rem;
	margin-top: 3.125rem;
	color: #f3f3f3;
	background: #333;
}

.footer-wrapper .page-center.site-footer-item {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.footer-wrapper .page-center.site-footer-item > div > div.row-fluid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.footer-wrapper .page-center.site-footer-item > div > div.row-fluid:after,
.footer-wrapper .page-center.site-footer-item > div > div.row-fluid:before {
	content: none;
}

.site-footer-block-item {
	font-size: 1rem;
	border-bottom: 1px solid rgba(243,243,243,0.15);
}

.site-footer-wrapper a {
	color: currentColor;
	text-decoration: none;
	-webkit-transition: color 0.1s ease;
	transition: color 0.1s ease;
	text-transform: uppercase;
	font-size: 13px !important;
	color: #F3F3F3;
	opacity: 0.8;
}

.site-footer-wrapper h2,
.custom-footer-menu .hs-menu-wrapper > ul > li > a {
	position: relative;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.125rem;
	font-size: 18px !important;
	text-transform: uppercase;
	color: #fff !important;
	font-weight: 500;
	line-height: 24px;
	opacity:1;
	cursor:text;
}
.custom-footer-menu .hs-menu-wrapper>ul ul {
	-webkit-transition: max-height 0.25s ease, padding-bottom 0.25s ease, opacity 0.15s ease;
	transition: max-height 0.25s ease, padding-bottom 0.25s ease, opacity 0.15s ease;
	overflow: hidden;
	padding-bottom: 1.25rem;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 8px !important;
	padding-bottom: 0;
}
.custom-footer-menu .hs-menu-wrapper>ul ul li:not(:first-child) {
	margin-top: 0.5rem;
}

.custom-footer-menu .hs-menu-wrapper>ul ul li a {
	font-size: 14px;
	font-weight: 500 !important;
	line-height: 19px;
	padding: 0px;
	width: 100%;
	color: #F3F3F3;
	display: inline-block !important;
}
.site-footer-block-content {
	margin-bottom: 8px !important;
	font-size: 0.9375rem;
	line-height: 1.6;
}
.site-footer-block-social-accounts .social-icons {
	margin-top: -4px;
	margin-right: -4px;
	margin-left: -4px;
	font-size: 0;
}
.site-footer-block-social-accounts .social-link {
	display: inline-block;
	width: 36px;
	height: 36px;
	padding: 4px;
	overflow: hidden;
	font-size: 0.9375rem;
	line-height: 1.8;
	vertical-align: top;
}
.site-footer-block-social-accounts .social-link {
	padding: 0;
	color: #fff;
	width: auto;
	height: auto;
	opacity: 1;
}
.social-link svg {
	width: 28px;
	height: 28px;
	background-color: rgba(243,243,243,0.15);
	border-radius: 100%;
	-webkit-transition: background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.site-footer-block-social-accounts .social-link svg {
	background: transparent;
	border-radius: 0;
}
.custom-footer-menu .hs-menu-wrapper>ul ul li a:hover {
	opacity: 1;
	color: #fff;
}
.site-footer-block-content p {
	color: rgba(243,243,243,0.8);
	font-size: 13px;
	line-height: 30px;
	margin:0;
}
.newsletter {
	width: 100%;
	font-size: 0;
}
.site-footer-block-newsletter .newsletter {
	padding-bottom: 1.25rem;
}
.site-footer-wrapper .newsletter {
	margin-top: 15px;
	display: inline-block;
	width: 100%;
	position: relative;
}
.site-footer-block-newsletter .site-footer-block-content {
	text-transform: uppercase;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */

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

/* Parent List */

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

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

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

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

/* Child List */

.custom-menu-primary .hs-menu-wrapper > ul ul {
	background-color: #fff;
}

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

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

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

/* Override max width on menu links */

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

/* Fix menu disappearing on desktop after toggling mobile menu */

@media screen and (min-width:768px) {

	.custom-menu-primary .hs-menu-wrapper,
	.custom-menu-primary .hs-menu-wrapper > ul ul {
		display: block !important;
	}
}


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

/* Hide button on Desktop */

.mobile-trigger,
.child-trigger {
	display: none;
}

@media (max-width: 767px) {

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

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

	.mobile-trigger:hover {
		text-decoration: none;
		/* Removes link text underline on button */
	}



	/* Toggle Button Icon */
	.mobile-trigger i {
		display: inline;
		position: relative;
		top: -4px;
	}

	.mobile-trigger i:before,
	.mobile-trigger i:after {
		position: absolute;
		content: '';
	}

	.mobile-trigger i,
	.mobile-trigger i:before,
	.mobile-trigger i:after {
		width: 22px;
		/* Icon line width */
		height: 2px;
		/* Icon line height */
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
		background-color: #000;
		/* Icon color */
		display: inline-block;
	}

	.mobile-trigger i:before {
		top: -6px;
	}

	/* Position top line */
	.mobile-trigger i:after {
		top: 6px;
	}

	/* Position bottom line */
	.mobile-trigger:hover i,
	.mobile-trigger:hover i:before,
	.mobile-trigger:hover i:after,
	.mobile-open .mobile-trigger i,
	.mobile-open .mobile-trigger i:before,
	.mobile-open .mobile-trigger i:after {
		background-color: #000
			/* Icon color */
	}

	/* ===== Mobile Child Toggle Buttons ===== */
	.child-trigger {
		display: block !important;
		/* Hide button on Desktop */
		cursor: pointer;
		/* Mouse pointer type on hover */
		position: absolute;
		top: 0px;
		right: 0px;
		width: 55px !important;
		/* Button width */
		min-width: 55px !important;
		height: 45px !important;
		/* Button height */
		padding: 0 !important;
		border-left: 1px dotted rgba(255, 255, 255, .20);
	}

	.child-trigger:hover {
		text-decoration: none;
	}

	.child-trigger i {
		position: relative;
		top: 50%;
		/* Centers icon inside button */
		margin: 0 auto !important;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	.child-trigger i:after {
		position: absolute;
		content: '';
	}

	.child-trigger i,
	.child-trigger i:after {
		width: 10px;
		/* Icon line width */
		height: 1px;
		/* Icon line height */
		background-color: #fff;
		/* Icon color */
		display: block;
	}

	.child-trigger i:after {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.child-trigger.child-open i {}

	.child-trigger.child-open i:after {
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	/* ===== Mobile Menu Styles ===== */
	.custom-menu-primary.js-enabled {
		position: relative;
	}

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

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

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

	.custom-menu-primary .hs-menu-wrapper {
		background-color: #000;
		width: 100%;
		/* Full screen width */
	}

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

	.custom-menu-primary .hs-menu-wrapper > ul > li a {
		overflow: visible;
	}

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

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

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

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

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

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

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


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

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


/*  blog author */

.hs-author-container { border: 1px solid black; padding: 20px; margin-top: 20px; min-height: 280px; } 
.hs-author-img { float: left; border-radius: 99px; padding-bottom: 0px; margin: 20px; margin-bottom: 0px; }
.hs-author-bio { padding-top: 45px; } 

/* Blog Post and Listing Body Class */

.blog {}

/* Blog Post */

.hs-blog-post {}

/* Blog Listing */

.hs-blog-listing {}

/* Blog Columns Wrapper */

.blog .content-wrapper {}


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

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */

.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */

.blog-post-wrapper {}

/* Blog Title */

.hs-blog-header h1 {}

.hs-blog-header h1 a {}

/* Blog Post Title */

.post-header h2 {}

.post-header h2 a {}

/* Blog Author and Avatar */

#hubspot-author_data {}

#hubspot-author_data:after {
	content: '';
	display: block;
	clear: both;
}

#hubspot-author_data a.author-link {}

#hubspot-author_data .hs-author-avatar {}

#hubspot-author_data .hs-author-avatar img {
	width: 50px;
	float: left;
	margin-right: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */

.blog-listing-wrapper .post-listing .post-item {}

.blog-listing-wrapper .post-listing .post-item .post-body {}

.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */

.hs-featured-image-wrapper {}

.hs-featured-image-wrapper .hs-featured-image-link {}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
	border-width: 0;
	max-height: 170px;
	max-width: 210px;
	height: auto;
	width: auto;
	display: inline-block !important;
	float: right;
	margin: 20px 0 20px 20px;
}

/* Read More Link */

a.more-link {}

/* Blog Topics List */

#hubspot-topic_data {}

#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */

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

/* Blog Commments */

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

.comment {
	margin: 10px 0;
	border-top: 1px solid #ccc;
	padding: 15px 0;
}

.comment-date {
	font-size: 13px;
	text-align: left;
	display: block;
}

.comment-from {
	font-weight: bold;
}

.comment-body {
	padding: 10px 0;
}

/* Pagination */

.blog-pagination {}

.blog-pagination a {}

.blog-pagination a.previous-posts-link {}

.blog-pagination a.all-posts-link {}

.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */

.hs-content-path-blog-all {}

div.post-listing-simple {}

div.post-listing-simple .post-item {}

h2.post-listing-simple {}

h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

/* Blog Modules */

.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

.hs-blog-post .hs-author-profile {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 0 20px 0;
	margin: 20px 0 20px 0;
}

.hs-author-profile .hs-author-profile:after {
	content: '';
	display: block;
	clear: both;
}

/* Author Avatar */

.hs-author-profile .hs-author-avatar {
	float: left;
	margin-right: 15px;
	max-width: 100px;
}

.hs-author-profile .hs-author-avatar img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	max-width: 100%;
}

/* Author Bio Wrapper*/

.hs-author-profile .hs-author-bio {
	overflow: hidden;
}

/* Author Name */

.hs-author-profile h2.hs-author-name {
	margin: 0 0 10px 0;
}

/* Author Social Follow Me */

.hs-author-profile .hs-author-social-section {}

.hs-author-profile .hs-author-social-label {}

.hs-author-profile .hs-author-social-links {}

.hs-author-profile .hs-author-social-link {}

.hs-author-profile .hs-social-facebook {}

.hs-author-profile .hs-social-linkedin {}

.hs-author-profile .hs-social-twitter {}

.hs-author-profile .hs-social-google-plus {}



/* ==========================================================================
6. FORMS                                        
========================================================================== */
button, input, optgroup, select, textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
/* =============== Global Form Styles =============== */

/* Form Field */

.hs-form-field {
	margin-bottom: 1.25rem;
}

/* Descriptions */

.hs-field-desc {}

/* Labels and Legends */

label {}

.hs-form-field > label {
	display: inline-block;
	margin-bottom: 5px;
}

/* One Line Inputs */

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select {
	max-width: 500px;
/* 	-webkit-appearance: none; */
	width: 100%;
	display: block;
	background-color: #fff;
	font-family: "Roboto",sans-serif;
	height: 36px;
	font-size: 12px;
	color: #333333;
	border: 1px solid #DDDBDB;
	border-radius: 2px;
	padding: 0.375rem 1.25rem 0.375rem;
}
#hs-pwd-widget-password{
	height: 36px !important;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
	border-color: rgba(127,127,127,0.75);
	outline: 0;
}

/* 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"] {
	margin-top: 5px;
}

.hs-form-required {
	font-style: normal;
	color: #DD3C10;
}

/* 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 {
	padding: 0;
	margin: 0;
}

.hs-error-msgs li {
	list-style: none;
}

.hs-error-msgs label {
	max-width: 500px;
	margin-bottom: 15px;
	display: block;
	margin-top: 10px;
	color:red;
}

.hs-input.invalid.error {}


/* Placeholder Text */

::-webkit-input-placeholder {
	color: #333333;
	opacity: 1;
}

/* Webkit Browsers */

:-moz-placeholder {
	color: currentColor;
	opacity: 1;
}

/* Firefox 18- */

::-moz-placeholder {
	color: currentColor;
	opacity: 1;
}

/* Firefox 19+ */

:-ms-input-placeholder {
	color: currentColor;
	opacity: 1;
}

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

#comment-form .hs-form-field > label {}

#comment-form label {
	margin: 8px 0 5px;
	line-height: 18.2333px;
}

/* Inputs */

#comment-form input[type="text"],
#comment-form input[type="email"] {
	border-radius: 0;
	padding: 2px;
	box-shadow: none;
	border: 1px solid #abadb3;
	line-height: 16px;
	width: 300px;
}

#comment-form input[type="text"]:focus,
#comment-form input[type="email"]:focus {
	border: 1px solid #abadb3;
}

#comment-form input[type="text"]:hover,
#comment-form input[type="email"]:hover {
	border: 1px solid #7EB4EA;
}

#comment-form textarea {
	border-radius: 0;
	padding: 2px;
	box-shadow: none;
	border: 1px solid #abadb3;
	width: 300px;
}

#comment-form textarea:focus {
	border: 1px solid #abadb3;
}

#comment-form textarea:hover {
	border: 1px solid #7EB4EA;
}

#comment-form input[type="submit"] {
	border: 1px solid #acacac;
	background-color: #eaeaea;
	background-image: -moz-linear-gradient(top, #f0f0f0, #e5e5e5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#e5e5e5));
	background-image: -webkit-linear-gradient(top, #f0f0f0, #e5e5e5);
	background-image: -o-linear-gradient(top, #f0f0f0, #e5e5e5);
	background-image: linear-gradient(to bottom, #f0f0f0, #e5e5e5);
	background-repeat: repeat-x;
	border-radius: 0;
	line-height: 16px;
	font-size: 13.33px;
	color: #000;
	padding: 1px 7px;
}

#comment-form input[type="submit"]:hover {
	border: 1px solid #7eb4ea;
	background-color: #e4f0fc;
	background-image: -moz-linear-gradient(top, #ecf4fc, #dcecfc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ecf4fc), to(#dcecfc));
	background-image: -webkit-linear-gradient(top, #ecf4fc, #dcecfc);
	background-image: -o-linear-gradient(top, #ecf4fc, #dcecfc);
	background-image: linear-gradient(to bottom, #ecf4fc, #dcecfc);
	background-repeat: repeat-x;
}


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

/* Label */

#hs_form_target_blog_subscription .hs-form-field > label {}

#hs_form_target_blog_subscription label {}

/* Inputs */

#hs_form_target_blog_subscription input[type="email"] {}

#hs_form_target_blog_subscription input[type="email"]:focus {}

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

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

/* Label */

.widget-type-google_search label {}

/* Input */

.widget-type-google_search input[type="text"] {}

.widget-type-google_search input[type="focus"] {}


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

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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
	cursor: pointer;
	-webkit-appearance: none;
	text-decoration: none !important;
	white-space: normal;
	text-align: center;
	display: inline-block;
	font-family: "Roboto",sans-serif;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	border-radius: 3px;
	-webkit-transition: background-color 0.2s ease, width 0.2s ease, height 0.2s ease;
	transition: background-color 0.2s ease, width 0.2s ease, height 0.2s ease;
	color: #fff;
	background-color: #da1f27;
	border: 1px solid #da1f27;
	padding: 0.75rem 1.125rem;
	font-size: 1rem;
	margin: 1.25rem 0;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	text-decoration: none;
	background: #dd353c;
	border: 1px solid #dd353c;
}

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

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

.hs_cos_wrapper_type_form .hs-button.primary.large {}

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

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


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

#add-comment-button.hs-button.primary {}

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

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


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

#hs_form_target_blog_subscription .hs-button.primary.large {}

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

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


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

.widget-type-google_search .hs-button.primary {}

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

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


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.post-header h2 a {
	color: inherit;
}

.section.post-footer textarea {
	min-height: 100px;
}

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

.section.post-footer form:before {
	content: "Leave a comment";
	display: inline-block;
	font-size: 1.5rem;
	font-weight: bold;
	color: #222;
	margin: 20px 0;
	margin-bottom: 1.25rem;
	font-family: "Roboto",sans-serif;
}

/***  Footer  ***/

.newsletter h3 {
	display: none;
}

.newsletter .hs-form-field {
	margin-bottom: 0;
}

.newsletter .hs-form-field > label {
	display: none;
}

.newsletter form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: calc(100% + 10px);
	margin-top: -1rem;
	margin-right: -5px;
	margin-left: -5px;
	position:relative;
}

.newsletter .hs-form-field.hs_email.hs-email {
	font-size: 1rem;
	position: relative;
	margin-right: 5px;
	margin-left: 5px;
	white-space: nowrap;
	vertical-align: middle;
	min-width: 190px;
	width: calc(100% - 30px);
	max-width: 100%;
	display: inline-block;
}
.newsletter .hs-form-field.hs_email input::-webkit-input-placeholder {
	color: #fff;
}
.newsletter .hs-form-field.hs-email input {
	background: none;
	color: #fff;
	height: 45px;
	border: 1px solid rgba(227,227,227,0.5);
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.08);
	max-width:100%;
}
.site-footer-wrapper .newsletter .hs-input input:focus, 
.site-footer-wrapper .newsletter .hs-input input:-webkit-autofill:focus {
	-webkit-text-fill-color: #fff !important;
	border-color: rgba(227,227,227,0.5) !important;
	-webkit-box-shadow: inset 0 0 0px 9999px #333;
}
.newsletter .hs-form-field.hs_email input:focus::-webkit-input-placeholder{
	opacity: 0.6;
	-webkit-transition-delay: 0.12s;
	transition-delay: 0.12s;
}
.newsletter .hs-form-field.hs_email.hs-email {
	width: 100%;
}
.newsletter .hs_submit {
	position: absolute;
	width: auto;
	right: 5px;
	margin: 0;
	top:0;
}

.newsletter .hs_submit input {
	margin: 0;
	padding: 0.875rem 1.75rem;
	padding-right: 0.9375rem;
	padding-left: 0.9375rem;
	width: 40px;
	font-size: 0;
	height: 45px;
	border: none;
	background: url(//cdn2.hubspot.net/hubfs/5510487/MM_Merchandisers_June2019/images/right-greay-arrow.png) no-repeat center;
}

.newsletter .hs_submit input:hover {
	background: #fff url(//cdn2.hubspot.net/hubfs/5510487/MM_Merchandisers_June2019/images/right-greay-arrow.png) no-repeat center;
}

.newsletter .hs_error_rollup {
	display: none;
}

.newsletter .hs-error-msgs label {
	font-size: 13px;
	padding-top: 15px;
	color: #ff0000;
	margin: 0;
	font-family: "Roboto",sans-serif;
	line-height: 1.15;
}

.custom-footer-menu .hs-menu-wrapper>ul ul li a {
	white-space: normal !important;
}
.body-container-wrapper {
	padding-top: 140px;
}

/*** Blog ***/
.blog-title {
	color: #222;
	margin-top: 0.75rem;
	margin-bottom: 1rem;
}
.blog-title h1, .blog-title a {
	display: inline-block;
}
.blog-title a {
	padding: 0.125rem 0.625rem;
}
.blog-title h1, .blog-title a {
	margin: 0;
	color: #333333;
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
}
.blog-title img{
	vertical-align: initial;
}
.hs-blog-listing .page-center.content-wrapper {
	padding-top: 0;
}
.blog--inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-bottom: 0;
}
.article--excerpt-wrapper {
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-align: center;
	-webkit-transition: width 0.1s ease;
	transition: width 0.1s ease;
}
.article--excerpt-wrapper {
	box-shadow: none;
	border: none;
}
.article--excerpt-image {
	display: block;
	height: 12.5rem;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.article--excerpt-content {
	width: 100%;
	padding: 20px 0 0 0;
	white-space: normal;
	text-align: left;
}
.article--excerpt-title {
	color: #333333;
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	margin: 0;
}
.article--excerpt-title a {
	color: currentColor;
	text-decoration: none;
}
.article--excerpt-text, .article--excerpt-text p {
	color: #666666;
	font-size: 13px;
	line-height: 22px;
}
.article--excerpt-text {
	margin-bottom: 7px;
}
.article--excerpt-readmore {
	margin-top: 1rem;
	line-height: 1;
}
.article--excerpt-content .article--excerpt-readmore {
	color: #D0181E;
	font-family: 'lucida_granderegular';
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}
.article--excerpt-content .article--excerpt-readmore .article--excerpt-readmore--icon {
	display: none;
}
.blog-pagination a {
	display: table;
	margin: 10px 0;
}

.article--excerpt-image img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	visibility: hidden;
}


div.blog--inner.post-listing-simple {
	display: block;
}

div.blog--inner.post-listing-simple h2 {
	color: #333333;
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
}

div.blog--inner.post-listing-simple h2 a {
	color: currentColor;
	text-decoration: none;
}

/*** Blog Post ***/
.article--outer {
	position: relative;
}
.article--outer:after {
	content: "";
	background-color: #323232;
	position: absolute;
	left: 0;
	top: 0;
/* 	height: 250px; */
  height: 0px; 
	width: 100%;
	z-index: 0;
}

.hs-blog-post .page-center.content-wrapper {
	padding-top: 0;
}
.article-image {
	position: relative;
	width: 100%;
	height: 250px;
	margin: 0;
	overflow: hidden;
	background-position: 50% 50%;
	background-size: cover;
	z-index:1;
}
.article--outer .article-image {
	max-width: 1170px;
	margin: 0 auto;
	height: -webkit-fill-available;
}
.article--container {
	position: relative;
	margin-top: 2rem;
}
.article--sidebar {
	padding-right: 1.25rem;
}
.share-buttons {
	display: inline-block;
	width: 100%;
	min-width: 160px;
}
.article--sidebar .share-buttons {
	margin-top: 0;
}
.share-buttons .share-buttons--title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 0.875rem;
	color: #4d4d4d;
}
.share-buttons .share-buttons--title {
	color: #333333;
	font-size: 13px;
	font-weight: 500;
	line-height: 22px;
	display: inline-block;
	float: left;
}
.share-buttons .share-buttons--list {
	margin-top: 1rem;
	font-size: 0;
}
.share-buttons .share-buttons--list {
	display: inline-block;
	float: left;
	margin: 0 0 0 10px;
}
.share-buttons .share-buttons--button {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 2px;
	color: #fff;
	border-radius: 100%;
}
.share-buttons .share-buttons--facebook {
	background-color: #425dab;
}
.share-buttons .share-buttons--twitter {
	background-color: #1da1f2;
}
.share-buttons .share-buttons--button:not(:first-child) {
	margin-left: 0.5rem;
}
.share-buttons .share-buttons--button svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.article--inner {
	margin-right: auto;
	margin-left: auto;
}
.article--meta {
	font-size: 0;
	color: rgba(77,77,77,0.5);
}
.article--meta-item {
	display: inline-block;
	font-size: 16px;
}
.article--outer .article--meta .article--meta-item {
	color: #666666;
	font-size: 13px;
	line-height: 22px;
}
.article--outer .article--meta+.article--title {
	color: #333333;
	font-size: 22px;
	font-weight: 500;
	line-height: 29px;
	margin: 5px 0 10px 0;
}
.article--content, .article--content p {
	color: #666666;
	font-size: 14px;
	line-height: 26px;
}
.article--share-buttons {
	margin-top: 2rem;
}
.article--pagination {
	width: 100%;
	margin-top: 4.25rem;
	font-size: 0;
}
.article--pagination {
	background-color: #F4F5F6;
	padding: 20px 30px;
	margin-top: 22px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.article--pagination .article--pagination-item-right {
	position: relative;
	display: inline-block;
	max-width: 40%;
	width: 100%;
}
.article--pagination .article--pagination-item-right {
	float: right;
	text-align: right;
}
.article--pagination .article--pagination-item-right>a{
	color: #da1f27;
	text-decoration: none;
	-webkit-transition: color 0.1s ease;
	transition: color 0.1s ease;

}
.article--pagination .article--pagination-text {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - (8px + 0.3125rem));
	font-size: 16px;
	font-weight: bold;
}
.article--pagination .article--pagination-item-right .article--pagination-text {
	text-transform: capitalize;
	font-weight: 500;
}
.article--pagination .article--pagination-chevron-right,.article--pagination .article--pagination-chevron-left{

	display: inline-block;
	margin-left: 0.3125rem;
	vertical-align: middle;
}
.article--pagination .article--pagination-chevron-right, .article--pagination .article--pagination-chevron-left {
	margin-top: 12px;
}
.article--pagination .article--pagination-item-right .article--pagination-chevron-right {
	right: 0;
}
.article--pagination .article--pagination-title{
	margin-top: 0;
	font-weight: normal;
}
.article--pagination .article--pagination-item-right .article--pagination-text .article--pagination-title {
	margin-right: -15px;
	color: #666666;
	font-size: 14px;
	line-height: 16px;
	font-style: normal;
	text-transform: none;
}
.article--pagination .article--pagination-chevron-right svg{
	display: block;
	margin-top: -0.125rem;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	fill: currentColor
}
.article--pagination:after {
	content: "";
	position: absolute;
	top: 20px;
	left: 50%;
	bottom: 20px;
	width: 1px;
	background: #DCDEE0;
	display: block;
}
.article--pagination .article--pagination-item-right>a:hover,
.article--pagination .article--pagination-item-left>a:hover{
	color: #b51e25;
}
.hs-blog-post .page-center.content-wrapper {
	max-width: 100% !important;
	padding: 0 !important;
}
.article--container {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 2rem !important;
}
.article--pagination {
	padding-top: 17px;
}
.article--pagination .article--pagination-item-left .article--pagination-text {
	padding-left: 15px;
	font-weight: 500;
	text-transform: capitalize;
}
.article--pagination .article--pagination-item-left .article--pagination-chevron-left {
	left: 0;
	margin-top: 10px;
}
.article--pagination .article--pagination-chevron-left {
	margin-right: 0.3125rem;
	margin-left: 0;
}
.article--pagination .article--pagination-chevron-left svg {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.article--pagination .article--pagination-item-left .article--pagination-text .article--pagination-title {
	margin-left: -15px;
	color: #666666;
	font-size: 14px;
	line-height: 16px;
	font-style: normal;
	text-transform: none;
}
.article--pagination .article--pagination-item-left, 
.article--pagination .article--pagination-item-right {
	position: relative;
	display: inline-block;
	max-width: 40%;
	width: 100%;
}
.section.post-footer form .hs-button.primary {
	padding: 0.875rem 1.75rem;
	font-size: 1.125rem;
	margin-top: 1.75rem;
}
.hs-blog-post .site-footer-wrapper {
	margin-top: 0;
}
.header-container-wrapper .row-fluid [class*="span"] {
	min-height: 0;
}
/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
@media screen and (min-width: 680px){
	.blog--inner .article--excerpt-wrapper {
		width: calc(50% - 5px);
		margin-right: 10px;
	}
	.article--pagination .article--pagination-title {
		display: block;
	}
	.article-image {
		height: 350px;
	}
	.article--share-buttons {
		display: none;
	}
	.article--pagination .article--pagination-chevron-left {
		position: absolute;
	}
}
@media screen and (min-width: 720px){
	.blog--inner .article--excerpt-wrapper {
		margin-bottom: 3.125rem;
	}
	.share-buttons .share-buttons--button {
		width: 24px;
		height: 24px;
		padding: 1px;
	}
	.article--excerpt-image {
		height: 15.625rem;
	}
	.article--excerpt-image img {
		display: block;
		max-width: 100%;
		max-height: 100%;
		visibility: hidden;
	}
	.container-fluid .row-fluid .page-center{
		padding-right: 15px;
		padding-left: 15px;
	}
	.custom-footer-menu .hs-menu-wrapper>ul ul li:not(:first-child) {
		margin-top: 0.3125rem;
	}
	.custom-main-menu .hs-menu-wrapper {
		padding-right: 15px;
	}
	.header-wrapper  .site-header-cart {
		right: 5px;
	}
}

@media(min-width:860px){
	.blog--inner .article--excerpt-wrapper:nth-child(3n) {
		margin-right: 0;
	}
	.article-image {
		height: 400px;
	}
}
@media screen and (min-width: 1024px){
	.article--sidebar {
		position: absolute;
		right: 1.75rem;
	}
	.section.post-footer {
		max-width: 820px;
		margin: 0 auto;
		padding-right: 25px;
		padding-left: 25px;
	}
	.article--inner {
		padding-right: 25px;
		padding-left: 25px;
	}
	.article--inner {
		max-width: 820px;
	}
	.site-header-wrapper .page-center.site-header {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.article-image {
		height: 500px;
	}
	.custom-mobile-menu{
		display:none !important;
	}
	.site-header-sticky--scrolled .site-header-main.small-promo-enabled {
		margin-left: 50px !important;
	}
	.site-header-sticky--scrolled .site-header-wrapper .page-center.site-header {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.site-header-sticky--scrolled .site-header-menu-toggle {
		width: auto;
		visibility: visible;
	}
	.site-header-sticky--scrolled .site-header-menu-toggle {
		left: 15px;
		opacity: 1;
	}
	.site-header-sticky--scrolled .site-header-menu-toggle,
	.site-header-sticky--scrolled .site-header-cart {
		margin-top: 0;
		top: 28px;
	}
	.header-wrapper .site-header-cart {
		top: 50%;
		bottom: 66px;
		margin-top: -18px;
	}
	.custom-main-menu .hs-menu-wrapper {
		padding-right: 25px;
	}
	.site-header-menu-toggle, .site-header-cart {
		top: 50%;
		bottom: 66px;
		margin-top: -18px;
	}
	.site-header-menu-toggle {
		left: -50px;
		width: 0;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity 0.15s cubic-bezier(0.3, 0, 0, 1),left 0.15s cubic-bezier(0.3, 0, 0, 1),width 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
		transition: opacity 0.15s cubic-bezier(0.3, 0, 0, 1),left 0.15s cubic-bezier(0.3, 0, 0, 1),width 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
	}
	.site-header-main.small-promo-enabled {
		margin-right: 30px;
	}
	.container-fluid .row-fluid .page-center{
		padding-right: 25px;
		padding-left: 25px;
	}
	.site-footer-wrapper {
		padding-top: 3.25rem;
		padding-bottom: 3.125rem;
	}
	.site-footer-block-icon {
		display:none;
	}
	.site-footer-wrapper  .site-footer-block-item {
		width: calc(21% - 0.9375rem);
		padding-right: 1.25rem;
		margin-right: 1.25rem;
		border-bottom: 0;
		margin-left:0;
	}
	.site-footer-wrapper .site-footer-block-item.site-footer-block-newsletter {
		width: calc(24% - 1rem);
		padding-right: 0;
		margin-right: 0;
	}
	.site-footer-wrapper .site-footer-block-item {
		width: calc(19% - 1rem);
	}
	.custom-footer-menu .hs-menu-wrapper>ul ul {
		max-height: 1500px;
		opacity: 1;
	}

	/*** Desktop SCroll Header ****/
	.mobile-open.site-header-sticky--open .site-navigation-wrapper {
		z-index: 99;
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.site-header-sticky--scrolled.mobile-open .site-navigation-wrapper {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		z-index: 99;
		opacity: 1;
	}

	.site-header-sticky--scrolled.mobile-open .site-header-wrapper .page-center.site-header {
		padding-bottom: 40px !important;
	}

	.site-header-sticky--scrolled .custom-main-menu .hs-menu-wrapper {
		padding-left: 281px;
		top: 0;
	}

	.site-header-sticky--scrolled.mobile-open .site-header-logo.custom-logo {
		top: 15px;
	}

	.site-header-sticky--scrolled.mobile-open .site-header-menu-toggle {
		top: 40px;
	}

	.site-header-sticky--scrolled .custom-main-menu .hs-menu-wrapper > ul > li:not(:last-child) {
		margin: 0;
	}
	.site-header-sticky--scrolled .site-navigation-wrapper {
		position: absolute;
		z-index: 50;
		width: 100%;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	.site-header-sticky--scrolled .site-navigation-wrapper {
		z-index: -99;
		opacity: 0;
	}
	.site-header-sticky--scrolled .site-header-search {
		top: -23px !important;
	}
	.site-header-sticky--scrolled .header-wrapper .extra-links{
		top: 0 !important;
	}
	.site-header-sticky--scrolled .site-header-cart {
		margin-top: 0 !important;
		top: 27px !important;
	}
	.site-header-sticky--scrolled .header-wrapper .extra-links:last-child {
		margin-right: 95px;
	}
	.header-container-wrapper .row-fluid [class*="span"] {
		min-height: 0 !important;
	}
	.mobile-open .site-header-menu-toggle--button .toggle-icon--bar-bottom {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.mobile-open .site-header-menu-toggle--button .toggle-icon--bar:nth-child(2) {
		opacity: 0;
	}
	.mobile-open .site-header-menu-toggle--button .toggle-icon--bar-top {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.meganav-inner {
		background-color: #fff;
		-webkit-box-shadow: 0 3px 4px rgba(127,127,127,0.25);
		box-shadow: 0 3px 4px rgba(127,127,127,0.25);
		-webkit-transition: text-shadow 0.275s linear;
		transition: text-shadow 0.275s linear;
		position: absolute;
		left: 0;
		float: left;
		width: 100%;
		margin-left: 0;
		overflow: hidden;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		margin-left: 191px;
		width: 880px;
		top: 56px;
		overflow-x: hidden;
		overflow-y: auto;
		padding-top: 0;
		padding-bottom: 0;
		display:none;
	}
	.custom-main-menu .hs-menu-wrapper > ul > li.clicked > .meganav-inner {
		display:block;
	}
	.custom-main-menu .hs-menu-wrapper > ul > li {
		position: static !important;
	}
	.navmenu-meganav--scroller {
		position: relative;
		padding-right: 25px;
		max-width: 1220px;
		padding-left: 25px;
	}

	.navmenu-meganav--scroller::before, .navmenu-meganav--scroller::after {
		position: absolute;
		top: 0;
		bottom: 0;
		z-index: 2;
		display: block;
		width: 32px;
		pointer-events: none;
		background-color: transparent;
		content: "";
		opacity: 0;
		-webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

	.navmenu-meganav--scroller::before {
		left: -2px;
		background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255,255,255,0)));
		background-image: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0) 100%);
	}

	.navmenu-meganav--scroller::after {
		right: -2px;
		background-image: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(#fff));
		background-image: linear-gradient(90deg, rgba(255,255,255,0) 0%, #fff 100%);
		opacity: 1;
	}

	.navmenu-meganav--scroller > ul {
		margin-right: -27px !important;
		margin-left: -27px !important;
		overflow-x: auto;
		display: block;
		white-space: initial;
		height: 400px;
		column-count: 5;
		padding: 15px 20px !important;
	}

	.navmenu-meganav--scroller > ul > li {
		position: relative;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 20px;
		padding-right: 2px;
		padding-left: 2px;
		width: 20%;
		min-width: 175px;
	}

	.navmenu-meganav--scroller > ul > li a {
		white-space: normal !important;
	}

	.navmenu-meganav--scroller > ul > li > a {
		color: #333333;
		font-size: 15px;
		font-weight: bold;
		line-height: 20px;
		padding: 5px 10px;
		cursor: text;
	}

	.navmenu-meganav--scroller > ul > li:hover > a {
		color: #DA1F26;
	}

	.navmenu-meganav--scroller > ul > li > ul {
		display: block;
		height: auto;
		padding: 0;
		margin-top: 0.25rem !important;
		position: relative;
		top: 0;
		left: 0;
		padding-top: 0;
		margin-left: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.navmenu-meganav--scroller > ul > li > ul > li > a {
		position: relative;
		font-weight: 500 !important;
		text-decoration: none;
		-webkit-transition: color 0.1s ease;
		transition: color 0.1s ease;
		z-index: 2;
		color: #666666;
		font-size: 13px;
		line-height: 24px;
		padding: 0px 10px;
		display: inline-block;
	}
	.navmenu-meganav--scroller > ul > li > ul > li > a:hover {
		color: #fff !important;
		background: #DA1F26;
	}

	.navmenu-meganav--scroller > ul > li > ul > li > a {
		display: inline-block !important;
	}

	.custom-main-menu .hs-menu-wrapper > ul > li:not(:last-child).clicked > a:after {
		content: "";
		height: 3px;
		background-color: rgba(255,255,255,1);
		position: absolute;
		left: 7px;
		right: 7px;
		margin-top: 1px;
		bottom: 8px;
	}

	.custom-main-menu .hs-menu-wrapper > ul > li:not(:last-child).clicked > a {
		position: relative;
		opacity: 0.8;
	}
	.custom-main-menu .hs-menu-wrapper > ul > li:nth-child(4) .navmenu-meganav--scroller > ul > li {
		margin-bottom: 15px;
	}
	.custom-main-menu .hs-menu-wrapper > ul > li:nth-child(8) > .meganav-inner {
		margin: 0;
		margin-left: -0.625rem;
		width: 240px;
		top: 100%;
	}

	.custom-main-menu .hs-menu-wrapper > ul > li:nth-child(8) {
		position: relative !important;
	}

	.custom-main-menu .hs-menu-wrapper > ul > li:nth-child(8) > .meganav-inner > div {
		padding: 0;
	}

	.custom-main-menu .hs-menu-wrapper > ul > li:nth-child(8) > .meganav-inner > div ul {
		height: auto;
		margin: 0 !important;
	}

	.custom-main-menu .hs-menu-wrapper > ul > li:nth-child(8) > .meganav-inner > div ul li {
		margin: 0;
		padding: 0;
		display: block;
		width: 100%;
		min-width: unset;
	}

	.custom-main-menu .hs-menu-wrapper > ul > li:nth-child(8) > .meganav-inner > div ul li a {
		z-index: 2;
		padding: 0.4375rem 2rem 0.4375rem 1.5625rem;
		display: block !important;
		width: 100% !important;
		font-size: 14px;
		font-weight: 500 !important;
		line-height: 19px;
		cursor: pointer;
	}

	.custom-main-menu .hs-menu-wrapper > ul > li:nth-child(8) > .meganav-inner > div:after,
	.custom-main-menu .hs-menu-wrapper > ul > li:nth-child(8) > .meganav-inner > div:before {
		content: none;
	}

	.custom-main-menu .hs-menu-wrapper > ul > li:nth-child(8) > .meganav-inner > div ul {
		padding-left: 0 !important;
		padding-right: 0 !important;
		column-count: auto;
	}

	.blog-title {
		margin-top: 1.75rem;
		margin-bottom: 1rem;
	}
	.blog-title {
		margin-top: 50px;
		display: inline-block;
	}
}
@media screen and (min-width: 1080px){
	.blog--inner .article--excerpt-wrapper {
		width: calc(33.33333% - 13.33333px);
		margin-right: 20px;
	}
}

@media(min-width:1200px){
	.site-header-search-form-field:focus {
		-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.1), inset 0 1px 5px rgba(0,0,0,0.1);
		-moz-box-shadow: 0 0 1px rgba(0,0,0,0.1),inset 0 1px 5px rgba(0,0,0,0.1);
		box-shadow: 0 0 1px rgba(0,0,0,0.1), inset 0 1px 5px rgba(0,0,0,0.1);
	}
}
/* =============== Screen sizes smaller than .page-center =============== */
@media screen and (max-width: 1600px){

}
@media screen and (max-width: 1400px){
	.custom-footer-menu .hs-menu-wrapper>ul ul li a {
		font-size: 13px;
	}
	.custom-main-menu .hs-menu-wrapper > ul > li > a {
		font-size: 13px !important;
	}
}
@media screen and (max-width: 1199px){
	.custom-footer-menu .hs-menu-wrapper>ul ul li a {
		font-size: 11px !important;
	}
	.custom-main-menu .hs-menu-wrapper > ul > li > a {
		padding: 12px 4px !important;
		font-size: 12px !important;
	}
	.custom-main-menu .hs-menu-wrapper > ul {
		margin-left: -5px;
	}
	.custom-main-menu .hs-menu-wrapper > ul > li:not(:last-child).clicked > a:after{
		left: 5px;
		right: 5px;
	}
}
@media(max-width:1100px){
	.meganav-inner {
		margin: 0 20px;
		width: calc(100% - 40px);
		top: 56px;
	}
}
@media screen and (max-width: 1079px) and (min-width: 860px){
	.blog--inner .article--excerpt-wrapper {
		width: calc(33.33333% - 6.66667px);
	}

}
@media(max-width:1040px){
	.custom-main-menu .hs-menu-wrapper > ul > li:not(:last-child) {
		margin-right: 2px;
	}
}

@media(max-width:1023px){
	.footer-wrapper .site-footer-block-item {
		float: none !important;
		width: 100%;
		margin-left: 0 !important;
	}
	.lp .site-header-search{
		display:none !important;
	}
	.custom-footer-menu .hs-menu-wrapper>ul ul{
		margin-bottom:0 !important;
	}
	.footer-wrapper .page-center.site-footer-item>div>div.row-fluid {
		display: block;
	}
	.footer-wrapper .site-footer-block-item {
		float: none !important;
		width: 100%;
		margin-left: 0 !important;
	}

	.custom-footer-menu .hs-menu-wrapper>ul {
		padding-bottom: 8px;
	}

	.custom-footer-menu .hs-menu-wrapper>ul ul {
		display:none;
	}
	.custom-footer-menu .hs-menu-wrapper>ul ul li:last-child{
		padding-bottom: 1.25rem;
	}
	.site-footer-wrapper h2, .custom-footer-menu .hs-menu-wrapper>ul>li>a {
		cursor: pointer;
	}

	.site-footer-block-social-accounts .social-icons {
		padding-bottom: 1.25rem;
	}

	.footer-wrapper .site-footer-block-item h2 {
		padding-top: 1.25rem;
	}
	.site-footer-block-icon {
		position: absolute;
		top: 50%;
		right: 10px;
		display: block;
		height: 8px;
		margin-top: -14px;
	}
	.custom-footer-menu .hs-menu-wrapper>ul ul li a {
		font-size: 13px !important;
	}
	.accordion--icon .icon-chevron-down-left, .accordion--icon .icon-chevron-down-right {
		-webkit-transition: fill 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94),-webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: fill 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94),-webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),fill 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),fill 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94),-webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	.accordion--icon .icon-chevron-down-left {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	.site-footer-block-icon .icon-chevron-down-left, .site-footer-block-icon .icon-chevron-down-right {
		-webkit-transition-duration: 0s;
		transition-duration: 0s;
	}
	.custom-footer-menu.active .accordion--icon .icon-chevron-down-left {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.accordion--icon .icon-chevron-down-right {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	.site-footer-block-icon .icon-chevron-down-left, .site-footer-block-icon .icon-chevron-down-right {
		-webkit-transition-duration: 0s;
		transition-duration: 0s;
	}

	.custom-footer-menu.active .accordion--icon .icon-chevron-down-right {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.header-wrapper .custom-main-menu {
		display: none;
	}

	.site-header-main.small-promo-enabled > div > div.row-fluid {
		display: block;
	}

	.site-header-logo.custom-logo {
		max-width: calc(100% - 96px);
	}

	.site-header-logo.custom-logo {
		display: table;
		min-height: 46px;
		width: 120px;
		margin: 0 auto !important;
		float: none;
	}

	.header-wrapper .site-header-search {
		vertical-align: middle;
		padding: 0 10px;
		top: 0;
	}

	.header-wrapper .site-header-menu-toggle {
		left: 10px;
		top: 25px;
	}
	.site-header-wrapper .page-center.site-header {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.header-wrapper .site-header-cart {
		top: 24px !important;
		right: 10px !important;
	}
	.header-wrapper .site-header-search {
		margin-top: 10px;
		height: 40px;
	}
	.header-wrapper .extra-links {
		vertical-align: middle;
		padding: 0 10px;
		display: inline-block;
		top: 0;
	}
	.header-wrapper .extra-links {
		margin: 0 !important;
		margin-top: 8px !important;
	}

	.header-wrapper .extra-links:last-child {
		margin: 0 !important;
		margin-top: 10px !important;
	}
	.header-wrapper .custom-mobile-menu > div:first-child {
		position: fixed;
		top: 0;
		bottom: 0;
		z-index: 802;
		width: 100%;
		height: 100%;
		max-width: 325px;
		overflow-x: hidden;
		overflow-y: scroll;
		color: #4d4d4d;
		background-color: #fff;
		-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),-webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-webkit-overflow-scrolling: touch;
	}

	.mobile-open .header-wrapper .custom-mobile-menu > div:first-child {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.animating-in.custom-mobile-menu > div:first-child {
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
		-webkit-animation-duration: 0.4s;
		animation-duration: 0.4s;
		-webkit-animation-name: sneak-in-mobilenav;
		animation-name: sneak-in-mobilenav;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-direction: normal;
		animation-direction: normal
	}

	.animating-out.custom-mobile-menu > div:first-child {
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
		-webkit-animation-duration: 0.2s;
		animation-duration: 0.2s;
		-webkit-animation-name: sneak-out-mobilenav;
		animation-name: sneak-out-mobilenav;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-direction: normal;
		animation-direction: normal
	}

	.header-wrapper .custom-mobile-menu .hs-menu-wrapper > ul li a {
		cursor: pointer;
		-webkit-transition: color 0.1s ease-in;
		transition: color 0.1s ease-in;
		position: relative;
		display: block;
		font-weight: 500 !important;
		line-height: 19px;
		font-size: 12px;
		padding: 0.8125rem 1.5625rem;
		color: currentColor;
		text-decoration: none;
	}

	.header-wrapper .custom-mobile-menu .hs-menu-wrapper > ul > li > a {
		padding-right: 1.4375rem;
	}

	.header-wrapper .custom-mobile-menu .hs-menu-wrapper > ul ul {
		display: none;
	}

	.header-wrapper .custom-mobile-menu .hs-menu-wrapper > ul > li:first-child {
		font-weight: bold;
		list-style: none;
		display: block;
		height: 46px;
		margin: 4px 16px;
		font-size: 16px;
		line-height: 46px;
		opacity: 0.8;
	}

	.header-wrapper .custom-mobile-menu .hs-menu-wrapper > ul > li:first-child > a {
		width: auto;
		display: inline-block !important;
		padding: 0;
		padding-right: 8px;
		padding-left: 8px;
		font-weight: 700 !important;
	}

	.header-wrapper .custom-mobile-menu .hs-menu-wrapper > ul > li:first-child {
		margin-bottom: 24px;
	}
	.mobile-nav-overlay {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 801;
		display: block;
		height: 100%;
		background-color: rgba(0,0,0,0.75);
	}
	.header-wrapper .custom-mobile-menu {
		opacity: 0;
		display:none;
	}

	.header-wrapper .custom-mobile-menu.animating-in {
		-webkit-transition: text-shadow 0.4s linear;
		transition: text-shadow 0.4s linear
	}

	.header-wrapper .custom-mobile-menu.animating-out {
		-webkit-transition: text-shadow 0.3s linear;
		transition: text-shadow 0.3s linear
	}

	.header-wrapper .custom-mobile-menu.animating, .mobile-open .header-wrapper .custom-mobile-menu{
		opacity: 1;
		display:block;
	}
	body.mobile-open {
		overflow: hidden;
	}
	.custom-mobile-menu .navmenu-icon {
		position: absolute;
		top: 50%;
		right: 1.25rem;
		display: inline-block;
		margin-top: -3px;
		width:auto;
	}

	.header-wrapper .custom-mobile-menu .hs-menu-wrapper > ul li a {
		position: relative;
	}
	.header-wrapper > div:nth-child(2) .row-fluid [class*="span"] {
		min-height: 0 !important;
	}
	.custom-mobile-menu .navmenu-icon svg {
		display: block;
		width: 8px;
		height: 6px;
		-webkit-transform: scale(1.25);
		-ms-transform: scale(1.25);
		transform: scale(1.25);
		fill: currentColor;
	}
	.mobile-nav-close {
		position: absolute;
		top: 10px;
		right: 7px;
		width: 33px;
		height: 33px;
		padding: 10px;
		color: #4d4d4d !important;
	}

	.mobile-nav-panel a {
		color: currentColor;
		text-decoration: none;
	}

	.mobile-nav-close svg {
		display: block;
		width: 13px;
		height: 13px;
		vertical-align: middle;
	}

	.show-for-sr {
		position: absolute !important;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		border: 0;
	}
	.animating-in .mobile-nav-overlay {
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
		-webkit-animation-duration: 0.4s;
		animation-duration: 0.4s;
		-webkit-animation-name: overlay-fade-in;
		animation-name: overlay-fade-in;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-webkit-animation-direction: normal;
		animation-direction: normal
	}

	.animating-out .mobile-nav-overlay {
		opacity: 0;
		-webkit-animation-delay: 0.1s;
		animation-delay: 0.1s;
		-webkit-animation-duration: 0.2s;
		animation-duration: 0.2s;
		-webkit-animation-name: overlay-fade-out;
		animation-name: overlay-fade-out;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-direction: normal;
		animation-direction: normal
	}
	.header-wrapper .custom-mobile-menu .hs-menu-wrapper > ul > li > ul {
		margin: 0 20px;
		width: calc(100% - 40px);
		font-weight: 400;
		background-color: #ededed;
		font-size: 12px;
		padding: 0px !important;
	}

	.header-wrapper .custom-mobile-menu .hs-menu-wrapper > ul > li > ul > li > a {
		position: relative;
		display: block;
		padding: 0.8125rem 1.5625rem;
		cursor: pointer;
		-webkit-transition: color 0.1s ease-in;
		transition: color 0.1s ease-in;
		white-space: normal !important;
		font-weight: 400 !important;
		line-height: 1.15;
	}

	.header-wrapper .custom-mobile-menu .hs-menu-wrapper > ul ul ul {
		padding: 0 0.625rem;
	}

	.header-wrapper .custom-mobile-menu .hs-menu-wrapper > ul > li > ul > li > a:hover,
	.header-wrapper .custom-mobile-menu .hs-menu-wrapper > ul > li > ul > li.child-open > a {
		color: #da1f27;
	}

	.header-wrapper .custom-mobile-menu .hs-menu-wrapper > ul > li.child-open > a {
		color: #da1f27;
	}
	.header-wrapper .custom-mobile-menu .hs-menu-wrapper > ul ul ul li a:hover {
		color: #fff !important;
		background: #DA1F26;
	}

	.custom-mobile-menu .navmenu-icon .icon-chevron-down-left, .custom-mobile-menu .navmenu-icon .icon-chevron-down-right {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		-webkit-transition: fill 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94),-webkit-transform 0s;
		transition: fill 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94),-webkit-transform 0s;
		transition: transform 0s,fill 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: transform 0s,fill 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94),-webkit-transform 0s;
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	.custom-mobile-menu .hs-menu-wrapper > ul li.child-open > a .icon-chevron-down-left {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.custom-mobile-menu .hs-menu-wrapper > ul li.child-open > a .icon-chevron-down-right {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.share-buttons {
		min-width: inherit;
	}
	.share-buttons .share-buttons--title {
		margin-right: 10px;
	}
	.share-buttons .share-buttons--list {
		margin: 0;
	}
}
@media screen and (max-width: 1023px) and (min-width: 680px){
	.article--sidebar {
		width: 18%;
	}
	.article--inner {
		width: 82%;
	}
	.article--container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.section.post-footer {
		width: calc(82% - 10px);
		margin-left: auto;
		padding-right: 15px;
	}
}
@media screen and (max-width: 1023px) and (min-width: 375px){
	.site-header-logo.custom-logo {
		max-width: calc(100% - 96px);
	}
}
@media screen and (max-width: 859px) and (min-width: 680px){
	.blog--inner .article--excerpt-wrapper:nth-child(2n) {
		margin-right: 0;
	}
}

@media(max-width:859px){
	.share-buttons {
		padding-left: 10px;
	}

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

@media (max-width: 767px) {
	.article--outer .article-image {
		height: 250px;
	}
	.section.post-footer form .hs-button.primary {
		margin-bottom: 0;
	}

	.hs-blog-post .footer-container-wrapper {
		margin-top: 3.125rem;
	}
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	input[type="file"],
	textarea,
	select {
		max-width: 100%;
	}

	.hs-blog-post span#hs_cos_wrapper_post_body img {
		margin: 15px auto !important;
		float: none !important;
		width: auto !important;
		display: block;
	}

	.subscribe-options label {
		font-size: 13px;
		margin-left: 0;
		margin-right: 0;
	}

	.hs-form-field {
		width: 100% !important;
	}

	.hs_recaptcha.hs-recaptcha.field.hs-form-field {
		width: 100%;
		display: inline-block;
		max-width: 300px;
		overflow: auto;
		overflow-y: hidden !important;
		margin: 10px 0;
	}

	.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
		float: none !important;
		width: auto;
		max-width: 100%;
		max-height: none;
		margin: 15px auto !important;
	}

	.hs-error-msgs label {
		max-width: 100%;
	}

	.site-footer-block-icon {
		width: auto;
		margin-top: -4px;
	}
	.article--pagination {
		padding: 17px 10px;
	}

}
@media screen and (max-width: 719px){
	.blog--inner .article--excerpt-wrapper {
		margin-bottom: 1.75rem;
	}
}
@media screen and (max-width: 679px){
	.blog--inner .article--excerpt-wrapper {
		width: 100%;
		margin-right: 0;
	}
	.article--pagination .article--pagination-title{
		display: none;
	}
	.article--pagination .article--pagination-text {
		font-size: 14px;
	}
	.article--sidebar {
		display: none;
	}
	.article--inner {
		width: 100%;
	}
	.section.post-footer {
		padding-right: 10px;
		padding-left: 10px;
	}
}

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

@media (max-width: 479px) {
	.hs-author-profile .hs-author-avatar {
		margin: 0 0 15px;
		float: none;
	}
}

@-webkit-keyframes sneak-in-mobilenav {
	0% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
		opacity: 0;
		-webkit-animation-timing-function: cubic-bezier(0.3, 0, 0, 1);
		animation-timing-function: cubic-bezier(0.3, 0, 0, 1)
	}

	76.92% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear
	}

	to {
		left: 0;
		opacity: 1
	}
}

@keyframes sneak-in-mobilenav {
	0% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
		opacity: 0;
		-webkit-animation-timing-function: cubic-bezier(0.3, 0, 0, 1);
		animation-timing-function: cubic-bezier(0.3, 0, 0, 1)
	}

	76.92% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear
	}

	to {
		left: 0;
		opacity: 1
	}
}

@-webkit-keyframes sneak-out-mobilenav {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
		-webkit-animation-timing-function: cubic-bezier(1, 0, 0.7, 1);
		animation-timing-function: cubic-bezier(1, 0, 0.7, 1)
	}

	to {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
		opacity: 0
	}
}

@keyframes sneak-out-mobilenav {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
		-webkit-animation-timing-function: cubic-bezier(1, 0, 0.7, 1);
		animation-timing-function: cubic-bezier(1, 0, 0.7, 1)
	}

	to {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
		opacity: 0
	}
}

@-webkit-keyframes overlay-fade-in {
	0% {
		opacity: 0;
		-webkit-animation-timing-function: cubic-bezier(0.3, 0, 0, 1);
		animation-timing-function: cubic-bezier(0.3, 0, 0, 1)
	}

	76.92% {
		opacity: 1;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear
	}

	to {
		opacity: 1
	}
}

@keyframes overlay-fade-in {
	0% {
		opacity: 0;
		-webkit-animation-timing-function: cubic-bezier(0.3, 0, 0, 1);
		animation-timing-function: cubic-bezier(0.3, 0, 0, 1)
	}

	76.92% {
		opacity: 1;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes overlay-fade-out {
	0% {
		opacity: 1;
		-webkit-animation-timing-function: cubic-bezier(0.3, 0, 0, 1);
		animation-timing-function: cubic-bezier(0.3, 0, 0, 1)
	}

	76.92% {
		opacity: 0;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear
	}

	to {
		opacity: 0
	}
}

@keyframes overlay-fade-out {
	0% {
		opacity: 1;
		-webkit-animation-timing-function: cubic-bezier(0.3, 0, 0, 1);
		animation-timing-function: cubic-bezier(0.3, 0, 0, 1)
	}

	76.92% {
		opacity: 0;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear
	}

	to {
		opacity: 0
	}
}
