/* ==========================================================================
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('//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css');


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

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

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

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

/* 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 iFrames */
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.net/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.net/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
html {
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #5D6770;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

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

/* Highlighted Text */
/* ::-moz-selection {
color: #fff;
background: #333;
text-shadow: none;
}
::selection {
color: #fff;
background: #333;
text-shadow: none;
}
*/
sup {
  bottom: 1ex;
}
sup, sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
/* =============== Typography =============== */

/* Basic text */
p {
  margin: 0 0 1.5em;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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


/* Headings */
h1, h2, h3, h4, h5, h6 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  border-bottom: 1px dashed #5D6770;
  padding-bottom: 10px;
  margin-bottom: 40px;
  font-size: 38px;
  color: #5D6770;
  line-height: 1.5;
}
h2 {
  font-size: 32px;
  line-height: 40px;
  font-family: "Open Sans",sans-serif;
}
h3 {
  font-size: 27px;
  line-height: 37px;
  font-family: "Open Sans",sans-serif;
  font-style: italic;
  font-weight: 200;
  color: #0098FF;

}
h4 {
  font-size: 25px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 20px;
}

/* Anchor Links */
a {
  color: #004777;
  text-decoration: none
}
a:hover, a:focus { 
  color: #0d0d0d;
}

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

/* Block Quotes */
blockquote {
  margin: 0 1.5em;
}
figure {
  margin: 0;
}
blockquote:before, blockquote:after {
  content: "";
}
blockquote p {}
blockquote small {}

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


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

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

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

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


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


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

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

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


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

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

.custom-header-content {
  padding-top: 20px;
  background: linear-gradient(90deg,#29629c 0%,#FFFFFF 100%);
  background: -moz-linear-gradient(90deg,#29629c 0%,#ffffff 100%);
  background: -webkit-linear-gradient(90deg,#29629c 0%,#FFFFFF 100%);
  background: -o-linear-gradient(90deg,#29629c 0%,#FFFFFF 100%);
  padding-top: 20px;
  transition: all .3s ease;
}
.country-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  border-left: 1px solid #fff;
  padding: 10px 0 10px 20px;
  margin: -4px 0 0 20px;
}

ul.hs-header-top-links {
  margin: 7px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: right;
  display: block;
  position: relative;
}

ul.hs-header-top-links li {
  display: inline-block;
  margin-right: 10px;
  transition: all .3s ease;
}

ul.hs-header-top-links li a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  display: block;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 5px 15px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

ul.hs-header-top-links li a:hover {
  background: #fff;
  color: #0098FF;
}

ul.hs-header-top-links li.country a {
  background-color: #fff;
  background-image: url(//6710381.fs1.hubspotusercontent-na1.net/hubfs/6710381/YKK_USAInc_February2020/Images/country-bg.png);
  background-repeat: no-repeat;
  background-position: 10px 3px;
  color: #5D6770;
  padding: 5px 10px 5px 35px;
}
.hs-image-wrap img {
  max-width: 154px;
}
ul.hs-header-top-links li.country {
  margin-right: 0;
}
.hs-image-wrap, .country-title {
  display: inline-block;
  vertical-align: middle;
}
.hs-header-search-wrapper {
  background-image: url(//6710381.fs1.hubspotusercontent-na1.net/hubfs/6710381/YKK_USAInc_February2020/Images/52_drop.png);
  padding: 5px 0;
  background-color: #fff;
  background-repeat: repeat-x;
  background-repeat-x: repeat;
}
.hs-header-search-wrapper input[type="text"] {
  border: 0;
  background: 0;
  font-size: 28px;
  color: #5d6770;
  padding: 0;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  width: 95%;
  height: 42px;
  outline: 0;
  max-width: 100%;
  display: inline-block;
  margin: 0;
}
.hs-header-search-wrapper input.search-submit {
  border: none;
  box-shadow: none;
  background: url(//6710381.fs1.hubspotusercontent-na1.net/hubfs/6710381/YKK_USAInc_February2020/Images/search.png) no-repeat;
  float: right;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  -webkit-appearance: button;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: 13px 13px 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  font-family: "Open Sans",sans-serif;
  position: relative;
  right: -2px
}
.hs-header-search-wrapper input[type="text"]:hover {
  border-bottom: 2px solid #0098FF;
  color: #0098FF;
}
.database-link li.catalogs-link a {
  background: #fe5000;
}
.menu-bottom-right-menu-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-bottom-right-menu-container ul li {display: inline-block;vertical-align: top;}

.database-link li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  background: #0098FF;
  padding: 5px 15px;
  transition: background 0.2s;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -ms-transition: background 0.2s;
  -o-transition: background 0.2s;
}
.database-link li a em {
  font-style: italic;
  display: inline-block;
}
.database-link li.catalogs-link a {
  background: #fe5000;
}
.menu-bottom-right-menu-container ul {
  margin: 0;
  padding: 4px 0 0 0;
  list-style: none;
}
.menu-bottom-right-menu-container ul li {display: inline-block;vertical-align: top;}

.hs-search-wrap {
  max-width: 700px;
  position: relative;
  font-size: 28px;
  border-right: solid 1px #5d6770;
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 100%;
}
.database-link {
  width: auto;
  padding-left: 29px;
  float: left;
}
.hs-search-wrap form {
  position: relative;
  width: 95%;
}
.menu-bottom-right-menu-container ul li:first-child {
  margin-right: 10px;
}
.database-link li a:hover{
  background: #555D65
}


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

.body-container-wrapper {}
.body-container {}
.body-container .page-center {
  padding: 35px 15px;
}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

.footer-container-wrapper {}
.footer-container {}
.custom-footer-wrapper {
  font-size: 13px;
  position: relative;
  background: #555D65;
  color: #fff;
  padding: 30px 0;
}
.custom-ft-copyright p {
  margin: 0;
}
.custom-ft-copyright {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
.custom-footer-wrapper {
  font-size: 13px;
  position: relative;
  background: #555D65;
  color: #fff;
  padding: 30px 0;
}
.custom-ft-copyright {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
.custom-ft-copyright p {
  margin: 0;
}
.custom-footer-links {
  padding: 20px 0;
  text-align: center;
}
.custom-footer-links .hs-menu-wrapper > ul {
  display: block;
}
.custom-footer-links .hs-menu-wrapper > ul > li {
  float: none !important;
  display: inline-block;
  margin-right: 13px;
  font-size: 15px;
}
.custom-footer-links .hs-menu-wrapper > ul > li > a {
  color: #fff;
  text-decoration: none;
}
.custom-footer-links .hs-menu-wrapper > ul {
  padding: 20px 0;
}
.hs-ft-content-wrap {
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  padding: 20px 0;
  float: left;
}
.hs-two-col.right-content {
  border-left: 1px dashed #fff;
  padding-left: 60px;
  font-weight: 300;
  width: 47% !important;
  margin: 0 !important;
  margin-left: 15px !important;
}
.hs-two-col.right-content {
  border-left: 1px dashed #fff;
  padding-left: 60px;
  margin-left: 15px;
  font-weight: 300;
}
.hs-two-col.left-content {
  text-align: center;
}
.hs-two-col.left-content h2 {
  font-size: 19px;
  padding-bottom: 20px;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  margin: 0;
}
.hs-two-col.right-content h3 {
  padding-bottom: 20px;
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  line-height: 1.5;
  font-style: normal;
}
.hs-two-col.right-content p {
  margin: 0;
}
.hs-two-col.left-content {
  display: inline-block;
  width: 47% !important;
  vertical-align: top;
  margin: 0 !important;
}
.hs-two-col.right-content h2 {
  margin: 0;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.5;
}
.custom-footer-links .hs-menu-wrapper>ul>li:last-child {
  margin-right: 0;
}
.hs-footer-content {
  padding-bottom: 20px;
  font-weight: 300;
}
.hs-footer-content p {
  margin: 0;
}
.hs-footer-content p a {
  color: royalblue;
}
.hs-footer-content p a:hover {
  color: midnightblue;
  text-decoration: underline
}
.hs-footer-content p img {
  max-width: 212px;
  padding-bottom: 19px;
}
.hs-sidebar-social-wrapper {
  width: 50px;
  padding: 10px 5px;
  background: #fff;
  position: absolute;
  right: 0;
  transition: right .5s;
  -webkit-transition: right .5s;
  -moz-transition: right .5s;
  -ms-transition: right .5s;
  -o-transition: right .5s;
  top: 35%;
  position: fixed;
  z-index: 55;
}
.hs-sidebar-social-wrapper .icon {
  cursor: pointer;
  background: #555d65;
  border-radius: 20px;
  padding: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  width: 40px;
  height: 40px;
  transition: background .2s;
  -webkit-transition: background .2s;
  -moz-transition: background .2s;
  -ms-transition: background .2s;
  -o-transition: background .2s;
}
.hs-sidebar-social-wrapper .icon:hover {
  background: #0098FF;
}
.hs-sidebar-social-wrapper .icon.instagram {
  height: 42px;
}
.hs-sidebar-social-wrapper svg {
  max-height: 30px;
}
.hs-sidebar-social-wrapper a {
  display: block;
}
#back-to-top {
  cursor: pointer;
  position: fixed;
  text-align: center;
  right: 40px;
  bottom: 47px;
  border-radius: 100px;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  padding: 11px 0 20px;
  text-align: center;
  width: 100%;
}
.smaller .custom-menu-primary .hs-menu-wrapper>ul {
  padding-bottom: 6px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  width: 19%;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 0;
  float: none !important;
}
.custom-footer-links .hs-menu-wrapper>ul>li:last-child {
  margin-right: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color: #fff;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background: #eff0f1;
  width: 265px;
  padding: 8px 10px;
  left: 0 !important;
  right: auto !important;
  margin-left: -88px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  padding: 10px 0;
  font-weight: 400;
  transition: background 0.2s;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -ms-transition: background 0.2s;
  -o-transition: background 0.2s;
  border-bottom: 2px solid transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover{
  background: #555D65;
  font-weight: 600;
}

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

.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color: #5d6770;
  transition: color .2s;
  -webkit-transition: color .2s;
  -moz-transition: color .2s;
  -ms-transition: color .2s;
  -o-transition: color .2s;
  text-decoration: none;
  font-size: 15.7px;
  line-height: 1.5;
  text-transform: none;
  white-space: normal !important;
}
.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;
}
.no-nav .mobile-trigger {
  opacity: 0;
  pointer-events: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.custom-menu-wraping>li.zippers>a:before {
  background-image: url(//6710381.fs1.hubspotusercontent-na1.net/hubfs/6710381/YKK_USAInc_February2020/Images/zippers.png);
}
.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.custom-menu-wraping>li.hook-loop>a:before{
  background-image: url(//6710381.fs1.hubspotusercontent-na1.net/hubfs/6710381/YKK_USAInc_February2020/Images/hook-and-loop.png);
}
.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.custom-menu-wraping>li.plastic-buckles-notions>a:before {
  background-image: url(//6710381.fs1.hubspotusercontent-na1.net/hubfs/6710381/YKK_USAInc_February2020/Images/buckels.png);
}
.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.custom-menu-wraping>li.snap-and-button-products>a:before {
  background-image: url(//6710381.fs1.hubspotusercontent-na1.net/hubfs/6710381/YKK_USAInc_February2020/Images/snap-button.png);
}
.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.custom-menu-wraping>li.tapecraft-webbing>a:before {
  background-image: url(//6710381.fs1.hubspotusercontent-na1.net/hubfs/6710381/YKK_USAInc_February2020/Images/tapecraft.png);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.custom-menu-wraping>li.product-database>a:before {
  background-image: url(//6710381.fs1.hubspotusercontent-na1.net/hubfs/6710381/YKK_USAInc_February2020/Images/database.png);
}
.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.custom-menu-wraping>li.catalogs>a:before {
  background-image: url(//6710381.fs1.hubspotusercontent-na1.net/hubfs/6710381/YKK_USAInc_February2020/Images/catalog.png);
}
.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.custom-menu-wraping>li.services>a:before {
  background-image: url(//6710381.fs1.hubspotusercontent-na1.net/hubfs/6710381/YKK_USAInc_February2020/Images/FTC.png);
}


.custom-menu-primary .hs-menu-wrapper>ul>li.industry-solutions>ul>.custom-menu-wraping>li.personal-protective-equipment>a:before {
  background-image: url(//6710381.fs1.hubspotusercontent-na1.net/hubfs/6710381/YKK_USAInc_February2020/Images/personal-protective.png);
}
.custom-menu-primary .hs-menu-wrapper>ul>li.industry-solutions>ul>.custom-menu-wraping>li.transportation>a:before {
  background-image: url(//6710381.fs1.hubspotusercontent-na1.net/hubfs/6710381/YKK_USAInc_February2020/Images/transportation.png);
}
.custom-menu-primary .hs-menu-wrapper>ul>li.industry-solutions>ul>.custom-menu-wraping>li.hygiene>a:before {
  background-image: url(//6710381.fs1.hubspotusercontent-na1.net/hubfs/6710381/YKK_USAInc_February2020/Images/hygiene_diaper_icon1.png);
}
.custom-menu-primary .hs-menu-wrapper>ul>li.industry-solutions>ul>.custom-menu-wraping>li.sports-outdoor>a:before {
  background-image: url(//6710381.fs1.hubspotusercontent-na1.net/hubfs/6710381/YKK_USAInc_February2020/Images/sports.png);
}
.custom-menu-primary .hs-menu-wrapper>ul>li.industry-solutions>ul>.custom-menu-wraping>li.apparel-accessories>a:before {
  background-image: url(//6710381.fs1.hubspotusercontent-na1.net/hubfs/6710381/YKK_USAInc_February2020/Images/apparel.png);
}
.custom-menu-primary .hs-menu-wrapper>ul>li.industry-solutions>ul>.custom-menu-wraping>li.tactical-gear>a:before {
  background-image: url(//6710381.fs1.hubspotusercontent-na1.net/hubfs/6710381/YKK_USAInc_February2020/Images/tactical.png);
}
.custom-menu-primary .hs-menu-wrapper>ul>li.industry-solutions>ul>.custom-menu-wraping>li.medical>a:before {
  background-image: url(//6710381.fs1.hubspotusercontent-na1.net/hubfs/6710381/YKK_USAInc_February2020/Images/personal-care.png);
}
.custom-menu-primary .hs-menu-wrapper>ul>li.industry-solutions>ul>.custom-menu-wraping>li.furniture>a:before {
  background-image: url(//6710381.fs1.hubspotusercontent-na1.net/hubfs/6710381/YKK_USAInc_February2020/Images/furniture.png);
}
/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:771px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  .hs-mobile-icons-wrapper{
    display: none !important; 
  }
  .search-toggle-mobile {
    display: none;
  }
  .blog .country-title {
    margin: -10px 0 0 20px;
  }

  .search-open .hs-blog-topic ul {
    opacity: .2;
    filter: alpha(opacity=20);
    pointer-events: none;
  }
  .no-nav .custom-header-content {
    padding-bottom: 20px;
  }
  .custom-header-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 555;
  }
  .smaller .custom-header-content {
    padding-bottom: 12px;
  }
  .mobile-trigger {
    display: none;
  }
  .header-container {
    min-height: 175px;
  }
  .smaller ul.hs-header-top-links li {
    opacity: 0;
    pointer-events: auto;
  }
  .menu-button {
    background: url(//6710381.fs1.hubspotusercontent-na1.net/hubfs/6710381/YKK_USAInc_February2020/Images/menu-open.png) no-repeat;
    background-position: right 12px;
    color: #fff;
    font-size: 22px;
    font-style: italic;
    right: 11px;
    bottom: -5px;
    cursor: pointer;
    padding-right: 34px;
    width: 96px;
    position: absolute;
    transition: all .3s ease;
    opacity: 0;
    pointer-events: none
  }

  .smaller .menu-button {
    opacity: 1;
    pointer-events: auto;
    z-index: 5555;
  }
  .custom-menu-primary {
    transition: all .3s ease;
    max-height: 55px;
  }

  .smaller .custom-menu-primary {
    max-height: 3px;
    overflow: hidden;
  }
  .custom-menu-primary.hs-desk.desktop-menu-open {
    max-height: 50px;
    overflow: visible;
  }
  .smaller .custom-menu-primary.hs-desk.desktop-menu-open {
    max-height: 37px;
    overflow: visible;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.products .custom-menu-wraping,
  .custom-menu-primary .hs-menu-wrapper>ul>li.industry-solutions .custom-menu-wraping{
    max-width: 1100px;
    margin: 0 auto;
    border-spacing: 10px;
    display: table !important;
    border-collapse: separate;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.products,
  .custom-menu-primary .hs-menu-wrapper>ul>li.industry-solutions {
    position: static !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.products > ul,
  .custom-menu-primary .hs-menu-wrapper>ul>li.industry-solutions > ul {
    width: 100% !important;
    right: 0 !important;
    left: 0 !important;
    margin: 0;
    padding: 0;
    margin-top: -1px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.products > ul > .custom-menu-wraping > li,
  .custom-menu-primary .hs-menu-wrapper>ul>li.industry-solutions > ul > .custom-menu-wraping> li {
    width: 165px;
    height: 145px;
    display: table-cell;
    vertical-align: top;
    padding: 10px 0 0 0;
    font-size: 13px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.custom-menu-wraping>li>a, .custom-menu-primary .hs-menu-wrapper>ul>li.industry-solutions>ul>.custom-menu-wraping>li> a {
    font-size: 13px;
    line-height: 19.5px;
  }


  .custom-menu-primary.hs-mobile {
    display: none !important;
  }


  .custom-menu-primary .hs-menu-wrapper>ul>li.industry-solutions > ul > .custom-menu-wraping> li >a:before,
  .custom-menu-primary .hs-menu-wrapper>ul>li.products > ul > .custom-menu-wraping > li >a:before {
    content: "";
    width: 80px;
    height: 80px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto 5px;
  }
  .hs-blog-topic ul li ul {
    position: absolute;
    min-width: 200px;
    padding: 15px 25px 15px 15px;
    color: #999;
    z-index: 555;
    text-transform: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 249px;
    -webkit-box-shadow: -1px 2px 3px rgba(0,0,0,.1);
    box-shadow: -1px 2px 3px rgba(0,0,0,.1);
    background: #fff;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
  }
  .hs-blog-topic ul li:hover ul {
    opacity: 1;
    visibility: visible;
    display: block !important;
  }
  .hs-blog-topic ul li ul li {
    width: 100%;
    border-right: 1px solid rgba(0,0,0,.1)
  }
  .hs-blog-topic ul li ul li a {
    font-size: 16px;
    display: block;
    position: relative;
    min-width: 200px;
    padding: 13px 10px;
    color: #999;
    text-transform: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 270px;
  }
  .hs-blog-topic ul li ul li a:hover {
    color: #000;
  }
  .hs-blog-topic ul li.hs-blog-topic-content:hover a {
    text-decoration: none;
    background: #fff;
    -webkit-box-shadow: -1px 0 3px rgba(0,0,0,.1);
    box-shadow: -1px 0 3px rgba(0,0,0,.1);
    border-right-color: rgba(0,0,0,.1);
  }
  .hs-menu-wrapper-blog {
    display: inline-block !important;
  }
  .hs-blog-topic-wrap {
    display: inline-block;
  }
  .exit-bar {
    display: none;
  }
  ul.hs-header-top-links.menu-active .menu-button {
    opacity: 0;
    pointer-events: none;
  }

  ul.hs-header-top-links.menu-active li {
    opacity: 1;
    pointer-events: auto;
  }
  .share-container ul {
    right: 60px !important;
    min-width: 140px;
    max-width: 220px !important;
    position: relative;
  }
  .share-container ul li {
    margin: 0 !important;
  }
  .share-toggle:hover{
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 0 1px 1px rgba(0,0,0,.05);
    background-color: #fcfcfc;
  }
  .search-toggle:hover {
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 0 1px 1px rgba(0,0,0,.05);
    background-color: #fcfcfc;
  }
  .country-menu.hs-mobile {
    display: none !important;
  }

}

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

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

@media (max-width: 770px){
  .country-desktop-view {
    display: none !important;
  }
  .custom-menu-primary.hs-desk {
    display: none !important;
  }
  .country-close {
    display: none;
  }
  /* 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;
    cursor: pointer;
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    float: left;
    margin-left: 0;
    width: 10%;
    text-align: center;
    padding: 30px 0 25px;
    margin-top: 0;
    min-height: 87px !important;
    z-index: 5555;

  }
  .mobile-open .mobile-trigger {
    background: #eff0f1 url(//6710381.fs1.hubspotusercontent-na1.net/hubfs/6710381/YKK_USAInc_February2020/Images/ykk_mobile_close.svg) no-repeat scroll center center;
    background-size: 24px 24px;
    min-height: 87px;
  }
  .mobile-open .mobile-trigger svg {
    display: none;
  }
  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #fff; /* Icon color */
  }

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

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: -2px;
    right: 1px;
    width: 55px !important;
    min-width: 70px !important;
    height: 50px !important;
    padding: 0 !important;
    line-height: 45px;
    background-image: url(//6710381.fs1.hubspotusercontent-na1.net/hubfs/6710381/YKK_USAInc_February2020/Images/child-trigged.svg);
    background-repeat: no-repeat;
    background-position: center;
  }

  .child-trigger.child-open {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .child-trigger svg {
    display: inline-block;
    vertical-align: middle;
  }
  .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-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{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary {
    width: 85% !important;
    background: #0098ff;
    margin: 0px 0 0 !important;
    z-index: 99;
    transition: left .5s;
    -webkit-transition: left .5s;
    -moz-transition: left .5s;
    -ms-transition: left .5s;
    -o-transition: left .5s;
    left: -85%;
    position: absolute !important;
    z-index: 5555;
    max-height: 412px;
    overflow-y: auto;
  }
  .mobile-open .custom-menu-primary {
    left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.custom-menu-wraping>li>a sup {
    width: auto;
    display: inline-block;
  }
  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    transition: color .2s;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -ms-transition: color .2s;
    -o-transition: color .2s;
    padding: 15px 0;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    width: 100%;
    background: #eff0f1;
    text-align: left;
    margin-left: 0;
    padding: 0;
    margin: -1px 0 0 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{  
    padding: 0 0 0 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-align: left;
    padding: 10px 0;
    font-weight: normal;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li:hover a {
    font-weight: 600;
  }
  .custom-menu-wraping {
    padding: 8px 0;
  }
  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.industry-solutions > ul > .custom-menu-wraping> li >a:before,
  .custom-menu-primary .hs-menu-wrapper>ul>li.products > ul > .custom-menu-wraping > li >a:before{
    content: "";
    height: 25px;
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    margin: 0 4px 5px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.industry-solutions > ul > .custom-menu-wraping> li >a,
  .custom-menu-primary .hs-menu-wrapper>ul>li.products > ul > .custom-menu-wraping > li >a{
    font-size: 13px;
    line-height: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.industry-solutions > ul > .custom-menu-wraping,
  .custom-menu-primary .hs-menu-wrapper>ul>li.products > ul > .custom-menu-wraping {
    border-collapse: separate;
    border-spacing: 10px;
    display: table;
    padding: 0;
  }
  .custom-menu-primary .hs-header-top-links .menu-button {
    display: none;
  }
}



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


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

/* Blog Post and Listing Body Class */
.blog {} 
.body-container input[type="search"]{
  -webkit-appearance: textfield;
}

/* 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;
  display: inline-block !important;
  float: none;
  margin: 0;
  width: 100%;
  max-width: 100%;
}

/* 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: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {

  clear: both;
}
.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 {}

span.date {
  color: #bbb;
  margin-top: 10px;
  font-size: 11px;
  font-weight: 400;
  display: inline-block;
  border-bottom: 1px dotted #bbb;
  line-height: normal;
}

.hs-podt-content-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 70px;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  background-color: #fff;
  height: 58.90052356%;
  left: 0;
  right: 0;
  padding: 0 20px;
  border-bottom: 1px dashed #5d6770;
  overflow: hidden;
}

.hs-podt-content-wrap:after {
  content: '';
  margin-left: -20px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 25%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 25%);
  height: 8rem;
  bottom: 0;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
.post-item:hover .hs-podt-content-wrap {
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.post-body.clearfix {
  line-height: 1.2;
  color: #999;
  font-size: 18px;
  font-weight: 300;
  word-wrap: break-word;
  text-transform: none;
}
.post-body.clearfix p {
  margin-top: 0;
  margin-bottom: 10px;
}
.post-body.clearfix p strong {
  line-height: 1.2;
  color: #999;
  font-size: 18px;
  font-weight: 300;
  word-wrap: break-word;
  text-transform: none;
}
.hs-featured-image-wrapper {
  height: 135px;
}
/*------------Default Blog----------------------------*/
a.more-link {
  background-image: none;
  margin: 0 20px;
  padding: 11px 10px;
  font-size: 13px;
  font-weight: bold;
  width: auto;
  border-radius: 0;
  height: auto;
  line-height: 1;
  bottom: 20px;
  white-space: nowrap;
  color: #fff;
  border-color: #0093D0;
  background: #0093D0;
  border-width: 1px;
  border-style: solid;
  box-shadow: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  text-decoration: none;
  display: inline-block;
  position: absolute;
}

.post-item:hover a.more-link{
  background: #fff;
  color: #0093D0;
  text-decoration: none;
}
.hs-author-social-section{
  padding:10px 0;
  display:block;
}
.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
}
#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment-body {
  border-bottom: medium none;
  color: ;
  display: block;8
  font-family: ;  
  font-size: ;  
  line-height: ;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {g3nnnnn  
  margin: 0;0   
  padding-top: 15px;
}
.comment-date {
  color:  !important;
  display: block !important;
  text-align: left;
}
#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}
.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto; 
  margin-top: 10px;
  padding: 10px 0 0;
}
.post-item {
  position: relative;
  float: left;
  width: 250px;
  height: 330px;
  padding: 0;
  margin: 0 20px 20px 0;
  line-height: 1.5em;
  background: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
  box-shadow: 0 1px 5px rgba(0,0,0,.2);
}

#comments-listing.no-comments {
  border: none;
}
.hs-form-field > label span[data-reactid]:empty + span {
  display: none;
}
#comments-listing:empty {
  display: none;
}
#comments-listing > div:last-child {
  border-bottom: none !important;
}
/*---------Blog Other ---------*/

/*---------- listing Page ----------------*/
.post-header h2 a,.post-header h1{
  text-decoration: none;
  color: #555;
}
.blog .header-container {
  min-height: 168px;
}

.blog .custom-menu-primary .hs-menu-wrapper>ul {
  padding: 4px 0 21px;
}

.blog .body-container .page-center,
.hs-blog-topic .page-center{
  max-width: 1620px !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.hs-blog-header {
  margin: 3px 0 30px;
}
.hs-blog-header h1 {
  font-size: 26px;
  color: #555;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 15px 0;
  line-height: 1;
  border: 0;
  font-family: "Open Sans",sans-serif;
  padding: 0;
}

.hs-blog-header p {
  padding-right: 40px;
  color: #555;
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}
.post-header h2 {
  font-weight: 700;
  margin: 5px 0;
  font-size: 19px;
  line-height: 1.3;
  font-family: "Open Sans", sans-serif;
}
.post-item:hover .post-header h2 a {
  color: #000;
}
.hs-blog-topic .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: relative;
}
.hs-blog-topic {
  margin-bottom: 29px;
  background-color: #fff;
  background-color: hsla(0,0%,100%,.97);
  border-bottom: 1px solid #ececec;
  -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.05);
  box-shadow: 0 1px 8px rgba(0,0,0,.05);
  height: 64px;
  padding: 14px 0;
  margin: 0 0 30px 0 !important;
}


.hs-blog-topic  ul {
  margin: 0;
  padding: 0 6px;
  display: inline-block;
}

.hs-blog-topic ul > li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  line-height: 1.5;
  margin-right: 3px;
  border-radius: 3px;
  float: left;
}
.hs-blog-topic ul > li > a {
  color: #1c74be;
  font-size: 12.8px;
  letter-spacing: normal;
  background-image: none;
  padding: 6px 10px 8px;
  text-decoration: none;
  display: block;
  line-height: 26px;
  border-radius: 3px;
  border-right: 1px solid transparent;
}
.hs-blog-topic ul>li>a:hover {
  text-decoration: underline;
  color: #666;
}

.blog.hs-blog-post .body-container .page-center,
.hs-blog-post .hs-blog-topic .page-center{
  max-width: 920px !important;
}
.section.post-header h1 {
  color: #000;
  font-size: 46px;
  text-transform: none;
  font-weight: 400;
  line-height: 1.3;
  padding: 0 0 10px;
  margin: 0;
}
.hs-blog-post .blog-section {
  padding: 40px;
  max-width: 920px;
  background-color: #fff;
  border: 1px solid #ececec;
  -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.05);
  box-shadow: 0 1px 8px rgba(0,0,0,.05);
  margin: 0 auto;
}

.blog.hs-blog-post .body-container .page-center,
.hs-blog-post .hs-blog-topic .page-center{
  max-width: 920px !important;
}

ul.hs-post-breadcrumb-links {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  color: #999;
  font-size: 14px;
}

ul.hs-post-breadcrumb-links li {
  display: inline-block;
}

ul.hs-post-breadcrumb-links li a {
  text-decoration: none;
  color: #5BC0DE;
}
ul.hs-post-breadcrumb-links li a:hover {
  color: #0d0d0d;
}
span.uf-breadcrumb-icon {
  padding: 0 5px 0 9px;
  font-size: 16px;
  color: #999;
}
ul.hs-post-breadcrumb-links li:nth-child(2) a:hover {
  color: #0d0d0d;
}
ul.hs-post-breadcrumb-links li:nth-child(2) a {
  color: #5BC0DE;
}
.post-byline {
  border-top: 1px solid #e1e1e1;
  color: #999;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  text-transform: uppercase;
}
.date-post:before {
  background-image: url(//6710381.fs1.hubspotusercontent-na1.net/hubfs/6710381/YKK_USAInc_February2020/Images/sprite-1x.png);
  background-position: 0 -73px;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 10px;
  position: relative;
  width: 16px;
}
.author:before {
  background-image: url(//6710381.fs1.hubspotusercontent-na1.net/hubfs/6710381/YKK_USAInc_February2020/Images/sprite-1x.png);
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 10px;
  position: relative;
  width: 16px;
  background-position: -18px -73px;
}
.post-byline > span {
  display: inline-block;
}
.date-post {
  margin-right: 20px;
}
.author a {
  text-decoration: none;
  color: #999;
}
.section.post-body {
  color: #3b3b3b;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.level-three.bottom {
  clear: both;
}

.level-three.bottom {
  clear: both;
  padding: 30px 0;
  text-align: center;
  margin: 0 auto 40px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ececec;
  -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.05);
  box-shadow: 0 1px 8px rgba(0,0,0,.05);
}
.level-three.bottom a {
  font-size: 20px;
  color: purple;
}
.level-three.bottom a:hover {
  color: #0d0d0d;
}
.related-items-container {
  margin-top: 35px;
}
.related-items-container .post-item {
  margin-bottom: 6px;
}
.related-items-container h3 {
  color: #555;
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 700;
  text-shadow: 0 1px #fff;
  text-transform: uppercase;
  font-style: normal;
  margin: 0 0 20px;
  padding: 0;
}
.slick-arrow {
  z-index: 55;
  display: block;
  background-image: url(//6710381.fs1.hubspotusercontent-na1.net/hubfs/6710381/YKK_USAInc_February2020/Images/sprite-1x.png);
  background-repeat: no-repeat;
  background-color: #fff;
  float: left;
  width: 30px;
  height: 30px;
  margin-left: 1px;
  top: -35px;
  border: 1px solid #e1e1e1;
}

.slick-prev, .slick-prev:hover {
  left: auto;
  right: 31px;
  background-image: url(//6710381.fs1.hubspotusercontent-na1.net/hubfs/6710381/YKK_USAInc_February2020/Images/sprite-1x.png);
  background-position: 0 -97px;
  background-color: #fff;
}
.slick-prev:hover {
  background-position: -1px -130px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
  box-shadow: 0 1px 2px rgba(0,0,0,.15);
}
.slick-next, .slick-next:hover {
  right: 0;

  background-image: url(//6710381.fs1.hubspotusercontent-na1.net/hubfs/6710381/YKK_USAInc_February2020/Images/sprite-1x.png);
  background-position: -33px -98px;
  background-color: #fff;
}

.slick-next:hover {
  background-position: -34px -131px;
}
.slick-arrow::before {
  display: none;
}
.related-items-container .post-item-inner-content {
  background: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
  box-shadow: 0 1px 5px rgba(0,0,0,.2);
  overflow: hidden;
  position: relative;
  height: 100%;
  margin-right: 20px;
  margin-left: 3px;
}

.related-items-container .post-item {
  background: transparent;
  -webkit-box-shadow: none !important;
  margin-right: 0;
  outline: none;
}
.item-next-prev {
  position: fixed;
  bottom: 50px;
  right: 0;
  border: 1px solid #ccc;
  border-right: 0;
  z-index: 9;
}

.item-next-prev .item-next .preview .meta-top, .item-next-prev .item-prev .preview .meta-top {
  padding: 10px 0;
  font-size: 12px;
  height: 54px;
  overflow: hidden;
}

.item-next-prev .item-next .preview {
  padding-right: 25px;
}
.item-next-prev .item-next .preview, .item-next-prev .item-prev .preview {
  cursor: pointer;
  position: relative;
}

.item-next-prev .item-next .arrow {
  right: 0;
  margin: 5px 0 0 20px;
  border-left: 20px solid #ccc;
  border-right: 20px solid hsla(0,0%,80%,0);
}
.item-next-prev .item-next, .item-next-prev .item-prev {
  position: relative;
  float: left;
  width: 50%;
  height: 86px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px;
  overflow: hidden;
}

.level-three .prev-next, body.cke_editable .prev-next {
  width: 90px;
  height: 60px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  background: #000;
}

.item-next-prev .item-next .preview .meta-top span.title, .item-next-prev .item-prev .preview .meta-top span.title {
  font-weight: 400;
  font-size: 17px;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  margin-top: 8px
}
.prev-next,  .prev-next {
  width: 90px;
  height: 60px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  background: #000;
}
.item-next-prev .item-next .preview .meta-top img, .item-next-prev .item-prev .preview .meta-top img {
  float: left;
  margin-right: 10px;
  width: auto;
  max-width: 130%;
  margin-left: -15%;
}

.item-next-prev .item-next .arrow, .item-next-prev .item-prev .arrow {
  margin: 5px 20px 0 0;
  border-color: hsla(0,0%,80%,0) #ccc hsla(0,0%,80%,0) hsla(0,0%,80%,0);
}

.item-next-prev h6 {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1em;
  color: #f60;
  margin: 0;
  font-size: 16px;
  width: 110px;
}
.item-next-prev {
  padding: 25px 0;
  border-top: 1px solid #e5e5e5;
  background-color: #fdfdfd;
}
.item-next-prev .item-next .arrow {
  right: 0;
  margin: 5px 0 0 20px;
  border-left: 20px solid #ccc;
  border-right: 20px solid hsla(0,0%,80%,0);
}
.item-next-prev .item-next .arrow, 
.item-next-prev .item-next .arrow span,
.item-next-prev .item-prev .arrow,
.item-next-prev .item-prev .arrow span {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 30px solid transparent;
  border-style: solid;
  border-width: 30px 20px;
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  transform: rotate(1turn);
}

.item-next-prev .item-next .arrow, .item-next-prev .item-prev .arrow {
  margin: 5px 20px 0 0;
  border-color: hsla(0,0%,80%,0) #ccc hsla(0,0%,80%,0) hsla(0,0%,80%,0);
}


.item-next-prev .item-next .arrow span, 
.item-next-prev .item-prev .arrow span {
  top: -30px;
  left: -18px;
  border-color: hsla(0,0%,80%,0) #fdfdfd hsla(0,0%,80%,0) hsla(0,0%,80%,0);
}
/* .item-next-prev .item-next .arrow span {
top: -30px;
left: -22px;
border-left: 20px solid #fdfdfd;
border-right: 20px solid hsla(0,0%,80%,0);
} */
.item-next-prev .item-next .arrow, 
.item-next-prev .item-next .arrow span,
.item-next-prev .item-prev .arrow,
.item-next-prev .item-prev .arrow span {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 30px solid transparent;
  border-style: solid;
  border-width: 30px 20px;
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  transform: rotate(1turn);
}

.item-next-prev .item-next,
.item-next-prev .item-next {
  border-left: 0;
  width: 200px;
  -webkit-transition: width .3s ease-out;
  -o-transition: width .3s ease-out;
  transition: width .3s ease-out;
}
.item-next:hover, 
.item-next:hover {
  width: 500px!important;
}
.item-prev {
  display: none;
}
.hs-blog-post .hs-sidebar-social-wrapper {
  display: none;
}
.item-next-prev .item-next .arrow {
  transform: rotate(180deg);
  display: block;
  margin: 15px 00px 0 20px;
}
.item-next-prev .item-next .arrow {

  border-color: hsla(0,0%,80%,0) #ccc hsla(0,0%,80%,0) hsla(0,0%,80%,0);
}

.item-next-prev .item-next:hover .arrow {
  border-color: hsla(0,0%,80%,0) #aaa hsla(0,0%,80%,0) hsla(0,0%,80%,0);
}

a.share-toggle {
  background-color: #fff;
  background-image: url(//6710381.fs1.hubspotusercontent-na1.net/hubfs/6710381/YKK_USAInc_February2020/Images/sprite-1x.png);
  background-position: -36px -202px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  text-indent: -9999px;
  float: right;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  position: absolute;
  right: 20px;
  top: -3px;;
}

span.search-icon {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  background-color: transparent;
  cursor: pointer;
}

span.search-icon > span {
  display: block;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-image: url(//6710381.fs1.hubspotusercontent-na1.net/hubfs/6710381/YKK_USAInc_February2020/Images/sprite-1x.png);
  background-position: -117px -410px;
}

/* POst Share */
.share-container ul {
  list-style: none;
  background: #eff0f1;
  right: 40px;
  padding: 0;
  margin: 0;
  min-width: 140px;
  max-width: 280px;
  text-transform: uppercase;
  -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.15);
  box-shadow: 0 4px 8px rgba(0,0,0,.15)
}

.share-container ul li {
  display: inline-block;
  float: left;
  color: #aaa;
  text-shadow: 1px 1px 2px #fff;
  font-size: 16px;
  height: 100%;
  line-height: 40px;
  text-align: center;
}

.share-container ul li a {
  display: block;
  width: 55px;
  height: 100%;
  background-image: url(//6710381.fs1.hubspotusercontent-na1.net/hubfs/6710381/YKK_USAInc_February2020/Images/sprite-1x.png);
  text-indent: -9999px;
}

.share-item li a.facebook.on, .share-item li a.facebook:hover {
  background-position: -55px -374px;
}

.share-hub li a.twitter.on, .share-hub li a.twitter:hover, .share-item li a.twitter.on, .share-item li a.twitter:hover {
  background-position: -110px -374px;
}

.share-hub li a.email.on, .share-hub li a.email:hover, .share-item li a.email.on, .share-item li a.email:hover {
  background-position: -165px -374px;
}

.share-hub li a.linkedin.on, .share-hub li a.linkedin:hover, .share-item li a.linkedin.on, .share-item li a.linkedin:hover {
  background-position: -275px -374px;
}

.share-item li:first-child {
  display: block;
  width: 100%;
  padding: 0!important;
  border: 0;
  background: #e5e5e5;
}

.search-container {
  display: inline-block;
}
.hs-post-social-share {
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  width: auto !important;
}
.blog.hs-blog-post .body-container .page-center {
  position: relative;
}
.hs-post-social-share:hover .share-container {
  display: block;
  pointer-events: auto;
}
.share-container {
  float: right;
  margin: 50px -60px 0 0;
  display: none;
  pointer-events: none;
  z-index: 55;
  position: relative;
}
.hs-post-search-wrapper {
  position: absolute;
  top: -80px;
  right: 90px;
}
.hs-post-search-wrapper  input[type="text"] {
  width: 208px;
  height: 36px;
  margin: 0;
  padding: 2px 6px;
  color: #fff;
  font-size: 16px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-transition: width .2s linear;
  -o-transition: width .2s linear;
  transition: width .2s linear;
  font-family: "Open Sans", sans-serif;
  border: none;
  margin-left: 40px;
  min-height: 40px;
}

.hs-post-search-wrapper {}

.hs-post-search-wrapper .hs-search-field {
  background-color: #0099cc;
  border-color: #0099cc;

  text-decoration: none;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: width .2s linear;
  -o-transition: width .2s linear;
  transition: width .2s linear;
  width: 0;
  opacity: 0;
}

.hs-post-search-wrapper.search-open .hs-search-field {
  width: 300px;
  opacity: 1;
}
.hs-post-search-wrapper .hs-search-field button {
  background-position: -117px -449px;
  display: block;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-image: url(//6710381.fs1.hubspotusercontent-na1.net/hubfs/6710381/YKK_USAInc_February2020/Images/sprite-1x.png);
  border: none;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.hs-post-search-wrapper .hs-search-field button svg {
  display: none;
}
.hs-post-search-wrapper .hs-search-field button .form {
  position: relative;
}


.hs-post-search-container {
  position: absolute;
  top: 0;
  right: 0;
}

.search-toggle {
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  max-width: 300px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: width .2s linear;
  -o-transition: width .2s linear;
  transition: width .2s linear;
  margin-right: 50px;
  margin-top: -3px;
  cursor: pointer;
  position: absolute;
  right: 20px;
}

.hs-post-search-container .hs-search-field {
  width: 0;
  height: 42px;
  max-width: 300px;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: width .2s linear;
  -o-transition: width .2s linear;
  transition: width .2s linear;
  position: absolute;
  right: 71px;
  top: -4px;
  background-color: #09c;
  border: 0;
}
.hs-post-search-container .hs-search-field input[type="text"] {
  width: 208px;
  height: 36px;
  padding: 2px 6px 2px 0;
  color: #fff;
  font-size: 16px;
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-transition: width .2s linear;
  -o-transition: width .2s linear;
  transition: width .2s linear;
  margin: 0 auto;
  border: 0;
  font-family: "Open Sans",sans-serif;
  display: block;
}

.search-open.hs-post-search-container .hs-search-field {
  width: 301px;
  border: 1px solid #e1e1e1;
  background-color: #0099cc;

}
span.search-close {
  float: left;
  width: 40px;
  height: 40px;
  background-color: transparent;
  position: absolute;
  top: -1px;
  right: 10px;

}
span.search-close > span {
  display: block;
  width: 20px;
  height: 20px;
  margin: 10px auto;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  color: #555;
  font-size: 18px;
  font-weight: 600;
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
}


.hs-post-search-container.search-open .search-toggle {
  right: auto;
  z-index: 5555;
  background: transparent;
  position: absolute;
  right: 279px;
  border: none;
  border-radius: 0;
}

.hs-post-search-container.search-open .search-toggle span.search-icon>span {
  background-position: -117px -449px;
}
/* ==========================================================================
6. FORMS                                        
========================================================================== */
.hs-form{
  margin-bottom: 20px; 
}
ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.no-list.hs-error-msgs.inputs-list li label {
  display: block;
  margin: 5px 0;
  color: red;
}
/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

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

/* Labels and Legends */
label {}
.hs-form-field > label {}
/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container  input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
  width: 100%;
  max-width: 500px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  -moz-transition: border linear .2s,box-shadow linear .2s;
  -o-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
  padding: 4px 6px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  margin-bottom: 10px;
}

.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus, 
.body-container input[type="datetime"]:focus, 
.body-container input[type="datetime-local"]:focus, 
.body-container input[type="date"]:focus, 
.body-container input[type="month"]:focus, 
.body-container input[type="time"]:focus, 
.body-container input[type="week"]:focus, 
.body-container input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
.body-container input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
.body-container input[type="tel"]:focus, 
.body-container input[type="color"]:focus,
.body-container input[type="file"]:focus,
.body-container textarea:focus,
.body-container select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

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

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

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

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

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

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

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

.hs-search-wrap:hover ::-webkit-input-placeholder {
  color: #0098ff;
}
.hs-search-wrap:hover :-moz-placeholder {
  color: #0098ff;
} /* Firefox 18- */
.hs-search-wrap:hover  ::-moz-placeholder {
  color: #0098ff;
} /* Firefox 19+ */
.hs-search-wrap:hover  :-ms-input-placeholder {
  color: #0098ff;
} /* IE10 */

.hs-post-search-container ::-webkit-input-placeholder {
  color: #5BC0DE;
}
.hs-post-search-container :-moz-placeholder {
  color: #5BC0DE;
} /* Firefox 18- */
.hs-post-search-container  ::-moz-placeholder {
  color: #5BC0DE;
} /* Firefox 19+ */
.hs-post-search-container  :-ms-input-placeholder {
  color: #5BC0DE;
} /* IE10 */

/* =============== Multi Column Form =============== */
.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  padding: 4px 12px;
  margin-top: 15px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  font-weight: normal;
  font-family:Roboto, sans-serif;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.body-container .hs-button.primary:focus,
.body-container input[type="submit"]:focus,
.body-container input[type="button"]:focus {
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

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

.item-next.hs-next.hs-disable {
  display: none;
}
/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.hs-post-social-share-wrap {
  width: 50px !important;
  position: absolute;
  left: -80px;
  text-align: center;
  padding: 20px 0;
  margin-top: 15px;
  background: rgba(255, 255, 255,.8);
}

.hs-post-social-share-wrap a {
  display: block;
  margin: 5px auto;
}
.custom-header-wrapper.no-nav {
  padding-bottom: 15px;
}
h2.post-listing-simple {
  color: #555;
  font-weight: 700;
  margin: 5px 0;
  font-size: 19px;
  line-height: 1.3;
  font-family: "Open Sans",sans-serif;
}


.post-listing-simple .post-item {
  width: 100% !important;
  height: auto !important;
  box-shadow: none !important;
  max-width: 100% !important;
}


.country-menu {
  background: linear-gradient(90deg,#384047 0%,#5d6770 100%);
  background: -moz-linear-gradient(90deg,#384047 0%,#5d6770 100%);
  background: -webkit-linear-gradient(90deg,#384047 0%,#5d6770 100%);
  background: -o-linear-gradient(90deg,#384047 0%,#5d6770 100%);
  position: relative;

}

.menu-country-menu-container ul {
  padding: 0;
  list-style: none;
  width: 90%;
  margin: 0;
  display: table;
  height: 92px;
}
.menu-country-menu-container {
  max-width: 1100px;
  margin: 0 auto;
}
.menu-country-menu-container ul li {
  display: table-cell;
  border-left: 1px solid #000;
  margin-left: -5px;
  max-width: 250px;
  vertical-align: middle;
  font-size: 14px;
  position: relative;
}
.menu-country-menu-container ul li:last-child {
  border-right: 1px solid #000;
}
.menu-country-menu-container ul li a {
  display: block;
  text-align: center;
  padding: 10px 35px;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -ms-transition: background 0.2s;
  -o-transition: background 0.2s;
}
.country-close {
  position: absolute;
  right: 35px;
  top: 30px;
  cursor: pointer;
}
.country-menu .page-center {
  position: relative;
}

.menu-country-menu-container ul li:hover {
  background: linear-gradient(90deg, #29629C 0%, #0092FF 100%);
  background: -moz-linear-gradient(90deg, #29629C 0%, #0092FF 100%);
  background: -webkit-linear-gradient(90deg, #29629C 0%, #0092FF 100%);
  background: -o-linear-gradient(90deg, #29629C 0%, #0092FF 100%);
}











.menu-country-menu-container ul ul.sub-menu {
  position: absolute;
  width: 100%;
  background: linear-gradient(90deg,#29629c 0%,#0092ff 100%);
  background: -moz-linear-gradient(90deg,#29629c 0%,#0092ff 100%);
  background: -webkit-linear-gradient(90deg,#29629c 0%,#0092ff 100%);
  background: -o-linear-gradient(90deg,#29629c 0%,#0092ff 100%);
  top: 0;
  display: none;
}
.menu-country-menu-container ul li:hover ul.sub-menu {
  display: block;
}
.menu-country-menu-container ul ul.sub-menu li a {
  padding: 5px 0;
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
}

.menu-country-menu-container ul ul.sub-menu li {
  display: block;
  margin: 3px auto 5px auto;
  border: 1px solid #fff !important;
  width: 90%;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -ms-transition: background 0.2s;
  -o-transition: background 0.2s;
  font-size: 13px;
}

.menu-country-menu-container ul ul.sub-menu li:hover {
  background: #fff;
}

.menu-country-menu-container ul ul.sub-menu li:hover a {
  color: #0098FF;
}

.hs-blog-post a.share-toggle {
  right: 0;
}
.hs-blog-post .search-toggle{
  right: 0;
}
.hs-blog-post .hs-post-search-container .hs-search-field {
  right: 50px;
}
.hs-blog-post .hs-post-search-container.search-open .search-toggle {
  right: 259px;
}





.blog .header-container {
  min-height: 260px;
}

.item-next-prev .item-next a, .item-next-prev .item-prev a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==) no-repeat 0 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 5555;
}
.item-next-prev .item-prev .arrow {
  left: 0;
}
.item-next-prev .item-prev .preview {
  padding-left: 25px;
}

.item-next-prev .item-next:hover .preview .meta-top .prev-next, .item-next-prev .item-next:hover .preview .meta-top .preview-icon, .item-next-prev .item-prev:hover .preview .meta-top .prev-next, .item-next-prev .item-prev:hover .preview .meta-top .preview-icon {
  -webkit-box-shadow: 1px 1px 8px #aaa;
  box-shadow: 1px 1px 8px #aaa;
}
.hs-blog-listing .share-container ul li:hover a {
  background-color: #efefef;
}
.hs-blog-listing .share-container ul {
  background: #fff;
}
.blog .hs-sidebar-social-wrapper {
  display: none;
}
/* Styles that do not fit into any of the available sections above can go here. */


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


/* =============== Screen sizes smaller than .page-center =============== */
@media only screen and (max-width: 1876px){
  .blog .body-container .page-center,
  .hs-blog-topic .page-center{
    max-width: 1350px !important;
  }
}

@media only screen and (max-width: 1606px){
  .blog .body-container .page-center,
  .hs-blog-topic .page-center{
    max-width: 1080px !important;
  }
}

@media (max-width: 1336px) and (min-width: 771px){
  .blog.hs-blog-post .body-container .page-center,
  .hs-blog-post .hs-blog-topic .page-center{
    max-width: 880px !important;
    padding: 0 15px;
  }
  .search-toggle {

    margin-right: 85px;
  }
  .hs-post-social-share {

    right: 35px;
  }
  .search-open.hs-post-search-container .hs-search-field {
    right: 84px;
  }
  .search-open.hs-post-search-container .hs-search-field {
    right: 84px;
  }

  .hs-search-wrap {
    width: 45%;
  }
  .database-link.clearfix {
    width: auto;
    padding-right: 15px;
    text-align: right;
  }
  .hs-header-search-wrapper input[type="text"] {
    width: calc(100% - 40px);
  }

}


@media only screen and (min-width: 990px){
  .hs-blog-listing .post-item:first-child {
    max-width: 520px;
    width: 100%;
    width: 520px;
    height: 679px;
  }
  .hs-blog-listing .post-item:first-child .hs-featured-image-wrapper {
    height: 283px;
  }
  .hs-blog-listing .post-item:first-child .hs-podt-content-wrap {
    height: 396px;
  }
  .hs-blog-listing .post-item:hover:first-child .hs-podt-content-wrap {
    height: 100%;
  }
  .hs-blog-listing .post-item:first-child  .post-header h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .hs-blog-listing .post-item:first-child .post-body{
    font-size: 30px;
    line-height: 36px;
  }
}


@media only screen and (max-width: 1336px){
  .blog .body-container .page-center,
  .blog .hs-blog-topic .page-center{
    max-width: 810px  !important;
  }
}

@media screen and (max-width: 1250px){
  .item-next-prev {
    padding: 25px 0;
    border-top: 1px solid #e5e5e5;
    background-color: #fdfdfd;
    position: static;
  }
  .item-next-prev .item-next, .item-next-prev .item-prev {
    position: relative;
    float: left;
    width: 50%;
    height: 86px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px;
    overflow: hidden;
  }
  .item-next-prev .item-next {
    border-left: 1px solid #e5e5e5;
  }  
  .item-next-prev {
    margin: 0 -40px;
  }
  .item-prev {
    display: block;
  }
  .item-next-prev h6 {
    width: 100%;
  }
  .item-next:hover, .item-next:hover {
    width: 50% !important;
  }
  .item-next-prev .item-next .preview .meta-top span.title, .item-next-prev .item-prev .preview .meta-top span.title {
    color: #888;
  }
  .item-next-prev .item-next:hover .preview .meta-top span.title,
  .item-next-prev .item-prev:hover .preview .meta-top span.title {
    color: #555;
  }
  .item-next-prev .item-next:hover .preview .meta-top .prev-next,
  .item-next-prev .item-next:hover .preview .meta-top .preview-icon, .item-next-prev .item-prev:hover
  .preview .meta-top .prev-next, .item-next-prev .item-prev:hover .preview .meta-top .preview-icon {
    -webkit-box-shadow: 1px 1px 8px #aaa;
    box-shadow: 1px 1px 8px #aaa;
  }
  p.no-more {
    color: #aaa;
    margin-top: 28px;
    text-transform: uppercase;
    text-align: center;
    cursor: default;
  }
  .item-next-prev .hs-disable {
    pointer-events: none;
  }
  .item-next.hs-next.hs-disable {
    display: inline-block;
  }
  .item-next-prev .item-next:hover .arrow, .item-next-prev .item-prev:hover .arrow {
    border-right-color: #aaa;
  }
  .item-next-prev {
    border-left: none;
    border-bottom: none;
  }
}

@media screen and (max-width: 1150px){
  ul.hs-header-top-links{
    margin: -5px 0 0 2%;
    text-align: left;
  }
  .custom-logo-wrapper {
    width: 54% !important;
    margin: 0 !important;
  }

  .hs-header-top-links {
    margin: 0 !important;
    top: -3px;
  }

  ul.hs-header-top-links li {

    margin-right: 5px;
  }

  .hs-image-wrap {
    width: 26%;
    position: relative;
  }
  .country-title {
    margin: -10px 0 0 5.7%;
    width: 50%;
  }
  .hs-search-wrap {
    max-width: 680px;
  }
  .custom-logo > div {
    vertical-align: top;
  }
  .custom-logo > .hs-image-wrap {
    vertical-align: middle;
  }
}

@media only screen and (max-width: 1152px) and (min-width: 771px){
  ul.hs-header-top-links {
    text-align: left;
  }
  .header-container .page-center {
    max-width: 100% !important;
  }
  .hs-image-wrap img {
    max-width: 100%;
    margin-left: 10px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    padding: 2px 0 23px;
  }
  .hs-search-wrap {
    max-width: 600px;
    padding-left: 10px;
    width: 73%;
  }
  .custom-footer-wrapper {
    padding: 30px 8px;
  }

}

@media only screen and (max-width: 1066px){
  .blog.hs-blog-post .body-container .page-center,
  .hs-blog-post.blog .hs-blog-topic .page-center{
    max-width: 810px !important;
    padding: 0 30px;
  }
  .hs-post-social-share-wrap {
    left: -10px;
  }
}

@media screen and (max-width: 1000px){
  ul.hs-header-top-links li a {
    padding: 5px 2px;
  }
  .menu-country-menu-container ul li {
    display: block;
    margin: 0 auto;
    border: none !important;
  }
  .menu-country-menu-container ul {
    margin: 0 auto;
  }
  .database-link li a {
    font-size: 14px;
    padding: 5px 5px;
  }
  .menu-country-menu-container ul li:hover ul.sub-menu {
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 1030px){
  .hs-search-wrap {
    width: 50%;
  }
  .database-link.clearfix {
    float: right;
  }
}


@media only screen and (max-width: 860px){
  .blog .body-container .page-center,
  .blog .hs-blog-topic .page-center{
    max-width: 580px !important;
  }
  .post-listing {
    max-width: 540px;
    margin: 0 auto;
  }
  .search-toggle,
  a.share-toggle,
  span.search-icon>span{
    width: 30px;
    height: 30px;
  }
  span.search-icon>span {
    background-position: -122px -415px;
  }
  a.share-toggle {
    background-position: -42px -207px;
    top: 0px;
    right: 0;
  }
  .search-toggle {
    margin-right: 65px;
    margin-top: 0;
  }
  .hs-blog-post .search-toggle {
    right: 20px;
  }
  .hs-blog-post .hs-post-search-container.search-open .search-toggle {
    right: 289px;
  }
}

@media (max-width: 770px) {
  .custom-logo {
    width: 100% !important;
    margin: 0 !important;
    text-align: center;
    padding-bottom: 7px;
  }
  .menu-bottom-right-menu-container ul {
    padding: 0;
  }
  .hs-image-wrap img {
    max-width: 100%;
  }
  .country-title {
    margin: 19px 0 0;
    width: 40%;
  }
  .hs-image-wrap {
    width: 40%;
    margin: 19px 0 0;
    display: inline-block;
    vertical-align: middle !important;
  }
  .custom-header-content {
    padding-top: 0;
  }
  .hs-header-top-links {
    display: none;
  }
  .mobile-social {
    padding: 10px 0 13px;
    display: block;
    background: #eff0f1;
    text-align: center;
    padding-left: 25px;
  }

  .mobile-social .icon {
    width: 35px;
    height: 35px;
    display: inline-block;
    background: #555d65;
    border-radius: 20px;
    padding: 5px;
    margin-right: 25px;
    margin-top: 5px;
    margin-bottom: 4px;
  }
  ul.hs-header-top-links {
    text-align: center;
  }
  .hs-header-top-links {
    display: none !important;
  }
  .custom-menu-primary .hs-header-top-links {
    display: block !important;
    margin: 0;
    padding: 13px 0 7px;
  } 
  ul.hs-header-top-links li {
    margin-right: 5px;
  }

  ul.hs-header-top-links li a {
    font-size: 12px;
    line-height: 18px;
    padding: 5px;
  }
  .hs-mobile-menu {
    padding: 14px 0 0;
  }
  .custom-logo-wrapper > div {
    position: relative;

  }
  .footer-container .page-center {
    width: 95% !important;
  }
  .hs-two-col.right-content, .hs-two-col.left-content {
    width: 47% !important;
    display: inline-block;
  }
  .hs-search-wrap {
    width: 40%;
    border: 0;
    margin-right: 0;
    margin-left: 0;
    transition: width .2s;
    -webkit-transition: width .2s;
    -moz-transition: width .2s;
    -ms-transition: width .2s;
    -o-transition: width .2s;
    line-height: normal;
    top: -4px;
  }
  .hs-header-search-wrapper {
    padding: 9px 0 5px;
  }
  .database-link {
    width: 53%;
    margin-left: 25px;
    padding-left: 0;
  }
  .hs-header-search-wrapper {
    background: #555D65;
    text-align: center;
  }
  .database-link li a {
    font-size: 14px;
    padding: 5px 5px;
  }
  .hs-search-wrap form {
    width: 100%;
  }  
  .hs-header-search-wrapper input[type="text"] {
    width: 100%;
    height: 40px;
  }
  .custom-logo-wrapper {
    overflow: hidden;
  }
  .custom-logo-wrapper>div {
    position: relative;

  }
  .hs-header-search-wrapper input[type="text"] {
    width: calc(100% - 40px);
    font-size: 15px;
    color: #fff;
    height: auto;
  }
  .custom-logo-wrapper {
    width: 100% !important;
  }
  .hs-image-wrap {
    top: 1px;

  }

  .hs-image-wrap {
    width: 40%;
    margin: 11px 0 0;
  }
  .custom-logo-wrapper {
    float: right !important;
  }
  .hs-blog-topic-wrap  .exit-bar {
    background-color: #09c;
    border-color: #09c;
    height: 48px;
    padding: 1px 0 0;

  }
  .hs-blog-topic-wrap span.title {
    color: #fff;
    display: block;
    margin-top: 12px;
    text-transform: uppercase;
    text-align: center;
  }

  .hs-blog-topic-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 44px;
    z-index: 555;

  }
  .hs-blog-topic-wrap a.exit {
    display: block;
    position: absolute;
    top: 13px;
    left: 13px;
    width: 19px;
    height: 19px;
    text-indent: -9999px;
    background: url(//6710381.fs1.hubspotusercontent-na1.net/hubfs/6710381/YKK_USAInc_February2020/Images/sprite-1x.png) -1px -167px;
  }

  .hs-blog-topic ul {
    margin: 0;
    padding: 15px;
    display: inline-block;
    background: rgba(0,0,0,.9);
    width: 100%;
    height: 100vh;
    z-index: 555;
    position: relative;
  }
  .hs-blog-topic ul ul li:before {
    display: none;
  }
  .hs-blog-topic ul>li {
    position: relative;
    display: block;
    line-height: 40px;
    margin-left: 45px;
    margin-bottom: 30px;
    padding-right: 20px;
    float: none;
    margin-right: 0;
    border-radius: 0;

  }

  .hs-blog-topic ul>li a {
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    padding: 0;
  }
  .hs-blog-topic ul>li a:hover {
    text-decoration: none;
    color: #fff;
  }
  .hs-blog-topic ul>li:before {
    display: block;
    position: absolute;
    top: -5px;
    left: -55px;
    width: 48px;
    height: 48px;
    background: url(https://6710381.fs1.hubspotusercontent-na1.net/hubfs/6710381/YKK_USAInc_February2020/Images/sprite-1x.png);
    background-position: -224px 0;
    content: "";
  }
  .hs-blog-topic a.nav-toggle {
    display: block;
    height: 30px;
    width: 30px;
    top: 7px;
    left: 0;
    background-color: #fff;
    background-image: url(https://6710381.fs1.hubspotusercontent-na1.net/hubfs/6710381/YKK_USAInc_February2020/Images/sprite-1x.png);
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    text-indent: -9999px;
    background-position: -5px -207px;
  }

  .hs-nav-toggle-wrap {
    max-width: 810px;
    margin: 0 auto;
    position: absolute;
    top: -36px;
    left: 0;
    right: 0;
    padding: 0 30px;
  }
  .hs-menu-wrapper-blog {
    position: relative;
    z-index: 5555;
    width: 100%;
  }
  .hs-blog-topic ul>li.hs-connect-link a:before {
    display: block;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 10px;
    height: 10px;
    background: url(//6710381.fs1.hubspotusercontent-na1.net/hubfs/6710381/YKK_USAInc_February2020/Images/sprite-1x.png) -63px -167px;
    content: "";
  }

  .hs-blog-topic ul>li.hs-blog-topic-content:after {
    display: block;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 10px;
    height: 10px;
    background: url(//6710381.fs1.hubspotusercontent-na1.net/hubfs/6710381/YKK_USAInc_February2020/Images/sprite-1x.png) -63px -167px;
    content: "";
    background-position: -28px -166px;
    cursor: pointer;
  }
  .hs-blog-topic ul ul {
    padding: 0;
    background: transparent;
  }
  .hs-blog-topic ul ul>li {
    margin: 0;
    position: relative;
    padding-right: 30px;
    padding-top: 20px;
    line-height: 1.2;
  }
  .hs-blog-topic ul ul>li a {
    line-height: 21px;
    font-size: 18px;
  }
  .hs-blog-topic ul ul>li:after {
    display: block;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 10px;
    height: 10px;
    background: url(//6710381.fs1.hubspotusercontent-na1.net/hubfs/6710381/YKK_USAInc_February2020/Images/sprite-1x.png) -63px -167px;
    content: "";
  }
  .hs-blog-topic-wrap.hs-mobile-topic-open ul>li.hs-blog-topic-content:after {
    background-position: -46px -163px;
  }
  .hs-topic-open {
    overflow: hidden;
  }
  .blog.hs-blog-post .header-container {
    min-height: 140px;
  }
  .hs-header-search-wrapper input.search-submit {
    width: 18px;
    height: 18px;
    background-size: cover;
    padding: 0;
    margin-top: 20px;
  }
  .hs-header-search-wrapper input.search-submit {
    width: 15px;
    height: 15px;
    padding: 0;
    margin-top: 14px;
  }
  .country-title {
    vertical-align: middle !important;
  }
  .blog .header-container {
    min-height: 139px;
  }

  .hs-blog-listing .hs-nav-toggle-wrap {
    padding: 0;
  }

  .search-toggle {
    margin-right: 20px;
  }
  .hs-blog-topic {
    height: 45px;
    padding: 7px 0;
  }
  .hs-nav-toggle-wrap {

    top: -30px
  }
  .hs-nav-toggle-wrap {
    max-width: 580px;
  }
  .hs-blog-listing .hs-search-wrap form {
    position: relative;

  }
  .hs-nav-toggle-wrap {
    top: -24px;
  }
  .blog .header-container {
    min-height: 136px;
  }
  .hs-nav-toggle-wrap {
    top: -38px;
  }
  .hs-blog-top-wrap {
    position: relative;
  }
  .hs-blog-topic .page-center {
    position: static;
  }
  .hs-post-search-container .right-side-btns {
    display: none;
  }
  .hs-post-social-share.clearfix a.share-toggle {
    display: none;
  }
  .hs-mobile-search-icons {
    max-width: 580px;
    margin: 0 auto;
    position: relative;
  }
  .search-toggle {
    top: 0;
  }
  .search-open .hs-post-search-container {
    top: 184px;
    right: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0,0,0,.9);
    z-index: 555;
  }
  .search-open.hs-post-search-container .hs-search-field {
    width: 100%;
    max-width: 100%;
    right: 0;
    top: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .hs-post-search-container .hs-search-field input[type="text"] {
    width: 95%;
    height: 24px;
    margin: 0;
    float: left;
    padding: 4px 2.5%;
    color: #333;
    font-size: 16px;
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .hs-post-search-container .hs-search-field {
    padding: 7px 0;
    height: 45px;
    border: none !important;
    position: relative;
    border-radius: 0;
  }
  .search-open {
    overflow: hidden;
  }
  span.search-close {
    top: 0;
    right: 0;
  }
  .search-toggle-mobile span.search-icon>span {
    background-position: -117px -449px;
  }
  .search-toggle-mobile {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -5px;
    left: 2px;
  }
  .hs-post-search-container form {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 10px;
    left: 40px;
    right: 40px;
  }
  .hs-header-search-wrapper {
    padding: 8px 15px 8px;
  }
  .hs-blog-post .hs-mobile-search-icons {
    max-width: 810px;
    padding: 0 30px;
  }
  .hs-blog-post .search-toggle {
    right: 50px;
  }
  .hs-blog-post a.share-toggle {
    right: 30px;
  }
  .custom-footer-links .hs-menu-wrapper>ul>li {
    margin-right: 0;
  }

  .hs-post-search-container ::-webkit-input-placeholder {
    color: #666;
    opacity: .7;
  }
  .hs-post-search-container :-moz-placeholder {
    color: #666;
    opacity: .7;
  } /* Firefox 18- */
  .hs-post-search-container  ::-moz-placeholder {
    color: #666;
    opacity: .7;
  } /* Firefox 19+ */
  .hs-post-search-container  :-ms-input-placeholder {
    color: #666;
    opacity: .7;
  }

  .blog .country-title {
    margin: 13px 0 0;
  }
  .blog .hs-header-search-wrapper {
    /*     padding: 8px 10px 2px; */
  }

  .hs-blog-topic {
    height: 43px;
    padding: 5px 0 6px;
  }

  .hs-blog-listing .hs-blog-content-wrapper {
    padding-top: 50px;
  }





  .hs-mobile-search-icons .share-container.hs-mobile {
    position: absolute;
    display: none;
    right: 27px;
    z-index: 555555555;
    float: none;
    pointer-events: auto;
    margin: 0;
    top: 38px;
  }

  .hs-mobile-search-icons .share-container.hs-mobile ul {
    height: auto;
    background: #eff0f1;
    padding: 0;
    width: 180px;
    right: 0;
  }
  .hs-blog-listing .share-container ul li:hover {
    background-color: #efefef;
  }
  .hs-blog-listing .hs-mobile-search-icons .share-container.hs-mobile ul li {
    width: 55px;
  }
  .hs-blog-listing  .hs-mobile-search-icons .share-container.hs-mobile ul {
    background: #fff;
  }

  .hs-blog-listing .hs-mobile-search-icons .share-container.hs-mobile ul {
    width: 220px;
  }

  .hs-mobile-search-icons .share-container.hs-mobile ul li:before {
    display: none;
  }

  .hs-mobile-search-icons .share-container.hs-mobile ul li {
    display: block;
    float: left;
    color: #aaa;
    text-shadow: 1px 1px 2px #fff;
    font-size: 16px;
    height: 100%;
    line-height: 40px;
    text-align: center;
    padding: 0;
    margin: 0;
    width: auto;
  }
  .hs-mobile-search-icons .share-container.hs-mobile ul li a {
    width: 40px;
  }
  .hs-mobile-search-icons .share-container.hs-mobile ul li:first-child {
    display: block;
    width: 100% !important;
    padding: 0 !important;
    border: 0;
    background: #e5e5e5;
  }

  .hs-blog-topic-wrap {
    top: 184px;
  }
  .hs-mobile-hover {
    height: 40px;
    width: 30px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
  .hs-mobile-search-icons .hs-mobile-hover:hover .share-container.hs-mobile {
    display: block !important;
  }

  .hs-header-top-links .menu-button {
    display: none;
  }
  ul.hs-header-top-links li {
    margin-top: 7px;
  }
  .hs-header-top-links {
    width: 100% !important;
  }
  ul.hs-header-top-links {

    padding-bottom: 5px;
  }
  .search-toggle:hover,
  .hs-mobile-hover:hover a.share-toggle{
    background-color: #fcfcfc;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 0 1px 1px rgba(0,0,0,.05);
  }
  .menu-country-menu-container ul li {
    max-width: 100%;
  }
  .menu-country-menu-container ul {
    width: 100%;
  }
  .menu-country-menu-container ul li a {
    padding: 10px 35px;
    line-height: 21px;
  }
  .country-title {
    margin: 18px 0 0;
  }
  .hs-image-wrap {
    top: 0;
  }
  .menu-country-menu-container ul ul.sub-menu {
    display: none !important;
  }
}



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

@media (max-width: 767px) {
  .body-container input[type="text"],
  .body-container input[type="password"], 
  .body-container input[type="datetime"], 
  .body-container input[type="datetime-local"], 
  .body-container input[type="date"], 
  .body-container input[type="month"], 
  .body-container input[type="time"], 
  .body-container  input[type="week"], 
  .body-container input[type="number"], 
  .body-container input[type="email"], 
  .body-container input[type="url"], 
  .body-container input[type="search"], 
  .body-container input[type="tel"], 
  .body-container input[type="color"],
  .body-container input[type="file"],
  .body-container textarea,
  .body-container select {
    max-width: 100%;  
  }
  #email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 100% !important;
  }	
  .blog-pagination {
    text-align: center;
  }

}  

@media screen and (max-width: 754px){
  .hs-image-wrap {
    top: 0;
  }
  .custom-logo {
    padding-bottom: 2px;
  }
  .hs-image-wrap {
    margin: 10px 0 0;
  }
  .country-title {
    margin: 6px 0 0;
  }
  .menu-bottom-right-menu-container ul {
    padding: 0;
  }

  .country-title {
    margin: 18px 0 0;
  }
}


@media screen and (max-width: 720px){
  .post-byline>span {
    display: block;
    margin-bottom: 5px;
  }
  .blog.hs-blog-post .body-container .page-center,
  .hs-blog-post .hs-blog-topic .page-center{
    padding: 0 10px;
    width: 100%;
  }
  .section.post-header h1 {
    font-size: 36px;
    text-transform: none;
    font-weight: 400;
    line-height: 1.3;
  }
  .hs-blog-post .blog-section {
    padding: 15px;
  }
  .related-items-container h3 {
    font-size: 24px;
  }

  .hs-mobile-search-icons {
    max-width: 540px;
  }
  .hs-blog-post .hs-mobile-search-icons {
    padding: 0 10px;
  }
  .hs-blog-post a.share-toggle {
    right: 10px;
  }
  .hs-blog-post .search-toggle {
    right: 30px;
  }
  ul.hs-post-breadcrumb-links {
    display: none;
  }
  .hs-blog-post .blog-section {
    margin-top: 45px;
  }
  .blog .body-container .page-center,
  .blog .hs-blog-topic .page-center{
    max-width: 540px !important;
  }
  .item-next-prev {
    margin: 0 -15px;
  }

  .hs-mobile-search-icons .share-container.hs-mobile {

    right: 10px;
  }

  .hs-post-social-share-wrap{
    display: none !important; 
  }
}


@media screen and (max-width: 600px){
  .country-title {
    font-size: 11px;
  }

  .hs-two-col.right-content, .hs-two-col.left-content {
    width: 100% !important;
    border: none;
  }

  .hs-two-col.right-content {
    padding-left: 0;
    margin-left: 0 !important;
  }
  .hs-two-col.left-content {
    padding-bottom: 25px;
  }

  .menu-bottom-right-menu-container ul li {
    display: block;
  }
  .database-link li a {
    display: block;
    width: 100%;
  }
  .menu-bottom-right-menu-container ul li:first-child {
    margin-right: 0;
  }
  .hs-image-wrap {
    margin: 12px 0 0;
  }
  .country-title {
    margin: 19px 0 0;
  }
  .hs-header-search-wrapper {
    padding: 4px 15px 5px;
  }
  .database-link {
    width: 52.8%;
  }
  .hs-blog-listing .hs-blog-content-wrapper {
    padding-top: 30px;
  }
  .search-open .hs-post-search-container {
    top: 200px;
  }
  .hs-blog-topic-wrap {
    top: 200px;
  }
  .related-items-container .post-item-inner-content {
    margin-right: 3px;
  }
}



@media only screen and (max-width: 560px){
  .post-item {
    width: 100%;
    height: 370px;
  }
  .blog .body-container .page-center,
  .blog .hs-blog-topic .page-center{
    width: 96%;
  }
  .hs-blog-content-wrapper {
    padding: 0 10px;
  }
  .hs-mobile-search-icons {
    width: 96%;
    padding: 0 10px;
  }
  .search-toggle {
    margin-right: 30px;
  }
  a.share-toggle {
    right: 10px;
  }

  .hs-blog-post .hs-mobile-search-icons {
    padding: 0;
  }
  .hs-blog-post a.share-toggle {
    right: 0px;
  }
  .hs-blog-post .search-toggle {
    right: 10px;
  }
  .hs-sidebar-social-wrapper {
    display: none;
  }
  .item-next-prev .item-next .preview .meta-top, .item-next-prev .item-prev .preview .meta-top {
    display: none;
  }
  .item-next-prev .item-next, .item-next-prev .item-prev {
    height: 65px;
    padding: 0 30px;
    display: flex;
    align-items: center;
  }
  .item-next-prev {
    padding: 10px 0;
  }
  .item-next-prev .item-next .arrow {
    margin: 5px 0 0 20px;
  }
  .item-next-prev {
    margin: 0;
  }
  .slick-arrow {
    display: none !important;
  }
  .item-next-prev {
    border-bottom: none;
    border-left: 0;
  }
  p.no-more {
    font-size: 12px;
    line-height: 1;
  }
  .hs-mobile-search-icons .share-container.hs-mobile {
    right: 0;
  }
}

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

@media (max-width: 479px) {
  div#captcha_wrapper {
    overflow: auto;
  }	
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: auto;
    padding: 10px 0;
    width: 100%;
  }
  .checkbox-row span.fakelabel span {
    float: none;
    margin-left: 0;
    padding-left: 20px;
    text-align: left;
    display: block;
  }
  .subscribe-options p label {
    margin: 4px 0;
  }
  .subscribe-options label > input {
    float: left;
  }
  #email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 100% !important;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    width: 100%;
    overflow-y: auto;
  }
  .hs-image-wrap img {
    max-height: 38px;
  }
  .custom-header-wrapper {
    padding-top: 0;
  }
  .country-title {
    font-size: 12px;
    padding: 7px 0 7px 2px;
    margin: 10px 0 0;
  }
  .hs-image-wrap {
    padding-top: 18px;
  }
  .mobile-trigger {
    padding: 20px 0 0;
    margin-left: -7px;
    width: 18.5%;
    min-height: 65px !important;
    margin-top: 0;
  }
  .custom-menu-primary {
    margin: 0px 0 0 !important;
    max-height: 366px;
    overflow-y: auto;
  }
  .hs-search-wrap {
    display: none;
  }

  .hs-search-wrap {
    display: none;
  }
  .database-link li a {
    display: inline-block;
    width: auto;
  }
  .menu-bottom-right-menu-container ul li {
    display: inline-block;
  }

  .database-link {
    width: 100%;
  }
  .hs-header-search-wrapper {
    padding: 9px 0 8px;
  }
  .menu-bottom-right-menu-container ul {
    margin: 0;
    padding: 0px 0 0 0;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row-reverse;
  }
  .menu-bottom-right-menu-container ul:before, .menu-bottom-right-menu-container ul:after {
    display: none;
  }

  .database-link {
    margin-left: 0;

  }
  .custom-logo > div {
    vertical-align: top;
  }
  .custom-header-content {
    padding-top: 0px;
  }
  .hs-image-wrap {
    padding-top: 4px;
    margin: 10px 0 0;
  }

  .blog.hs-blog-post .header-container {
    min-height: 112px;
  }
  .blog .header-container {
    min-height: 115px;
  }
  .search-open .hs-post-search-container {
    top: 156px;
  }
  .hs-blog-topic-wrap {
    top: 156px;
  }
  .hs-header-top-links {
    display: none !important;
  }
  .item-next-prev .item-prev .preview {
    padding-left: 12px;
  }
}


@media only screen and (max-width: 359px){
  .database-link li a {
    padding: 8px 4px;
    font-size: 12px;
  }

  .hs-image-wrap {

    margin: 0;
  }
  .country-title {
    padding: 7px 0 7px 2px;
  }

  .hs-header-search-wrapper {
    padding: 9px 0 6px;
  }
  .search-open .hs-post-search-container {
    top: 175px;
  }

  .hs-blog-topic-wrap {
    top: 175px;
  }
}
@media only screen and (max-width: 355px){
  .custom-menu-primary {
    margin: -15px 0 0 !important;
  }
}