@charset "utf-8";
/* @import url("https://use.typekit.net/jpv6gpf.css"); */
#gnav .gnav-menu-wrap li ul li {
  font-family: fs-r, Arial, Helvetica, sans-serif;
}

/* list padding bottom */

.red-txt {
  color: #f00;
}

.gray-eee {
  color: #eee !important;
}

.tab-contents {
  margin-bottom: 16px;
}

.row ul,
.row ol,
[dir="rtl"] .row ul,
[dir="rtl"] .row ol {
  margin-bottom: 12px;
}
.row ul li:last-child,
.row ol li:last-child,
[dir="rtl"] .row ul li:last-child,
[dir="rtl"] .row ol li:last-child {
  padding-bottom: 0;
}
.row dl,
[dir="rtl"] .row dl {
  margin-bottom: 15px;
}
.row [class*="component-notice-horiz-"] dd:last-child,
[dir="rtl"] .row [class*="component-notice-horiz-"] dd:last-child {
  margin-bottom: 0;
}

/* row p padding bottom */
.row [class*="col-"] p {
  padding-bottom: 12px;
}
.row [class*="col-"] p[class*="component-borderbox"] {
  padding-bottom: 19px;
}
.row [class*="col-"] p[class*="component-bgbox"] {
  padding-bottom: 20px;
}
.row [class*="col-"] p[class*="component-image-box"] {
  padding-bottom: 0;
}
[dir="rtl"] .row [class*="col-"] p {
  padding-bottom: 12px;
}
[dir="rtl"] .row [class*="col-"] p[class*="component-borderbox"] {
  padding-bottom: 19px;
}
[dir="rtl"] .row [class*="col-"] p[class*="component-bgbox"] {
  padding-bottom: 20px;
}
[dir="rtl"] .row [class*="col-"] p[class*="component-image-box"] {
  padding-bottom: 0;
}
.row [class*="col-"] table p,
.row [class*="col-"] .component-gradbtn p {
  padding-bottom: 0;
}
.component-cta ul {
  margin-bottom: 0;
}

#footer .footer-inner .select-country a dl dt {
  font-family: fs-r, Arial, Helvetica, sans-serif;
}

#tab-split,
#tab-mult,
#tab-vrf {
  margin-bottom: 16px;
}
#header .global-header .header-inner h1 a {
  /* background: url(/resources/images/img-header-logo.png) no-repeat; */ /* PNG */
  background: url(/shared/us/img-fcus-header-logo-us-02.svg) no-repeat left top; /* SVG */
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 38px;
  width: 223px;
}
.component-productbtn-list {
  margin-bottom: 48px;
  padding-bottom: 14px;
  padding-top: 48px;
  margin-top: -50px;
}
#main-visual-btn {
  margin-top: 10px;
}
.component-form input.select-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
.component-form select.select-vertical {
  padding-top: 9px;
  padding-bottom: 9px;
}
input.size-xs {
  width: 20%;
}
table .bg-fc {
  background: #fcfcfc !important;
}
table .bg-f8 {
  background: #f8f8f8 !important;
}
table .height60px {
  height: 60px;
}
.w300px {
  width: 300px !important;
}
.visual-text-inner .component-ul {
  margin-left: 14px;
}
#language .language-btn {
  display: flex;
  align-items: center;
}
#language .language-btn span,
#language .language-btn.open span,
#language .language-btn:hover span {
  display: none;
}
#language .language-btn::after {
  display: block;
  content: "";
  width: 100%;
  height: 56%;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/shared/us/icon-0000-header-language-us-01.svg");
  /* background-color: #545555;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-image: url("/shared/us/icon-0000-header-language-us-01.svg"); */
  margin-bottom: -13%;
}

/* SPLIT/MULTI 20151130 PC and TB */
.component-productbtn-list .component-productbtn-list-inner .row {
  padding-bottom: 30px;
  padding-top: 0;
}
#component-accordion-series {
  padding-bottom: 40px;
}
.border-red {
  border: dotted #f00 1px;
}
#footer .footer-inner dl {
  float: left;
  margin-right: 4.710144927%; /*52px*/
  width: 21.467391304347828%; /*237px*/
}
#footer .footer-inner dl.last {
  margin-right: 0;
  width: 21.467391304347828%; /*237px*/
}
.rc-change {
  clear: both;
  margin: 1em 0 16px 0;
  max-width: 1104px;
  text-transform: uppercase;
  width: 100%;
}
.rc-change li {
  display: inline-block;
  font-family: fs-b, san-serif;
}

.product-number {
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  #main-visual-btn {
    margin-top: 10px;
  }
  input.size-xs {
    width: 30%;
  }
  .component-form input.select-vertical {
    height: 44px;
  }
  #header .global-header .header-inner h1 a {
    background-size: 223px 38px;
  }
}

@media screen and (max-width: 580px) {
  #main-visual-btn {
    margin-top: 0;
  }
  /* SPLIT and MULTI 20151130 SP */
  .component-productbtn-list .component-productbtn-list-inner .row {
    padding-bottom: 20px;
    padding-top: 0;
  }
  #component-accordion-series {
    padding-bottom: 30px;
  }
  input.size-xs {
    width: 100%;
  }
  #footer .footer-inner dl.last {
    display: block;
    padding-bottom: 5px;
    text-align: center;
    width: 100%;
  }
  #header .global-header .header-inner h1 a {
    background-size: 169px 29px;
    padding-top: 29px;
    width: 169px;
  }
  .rc-change {
    font-size: 12px;
    text-align: center;
  }
}

/* US TOP 20160104 */
@media screen and (max-width: 768px) {
  .component-visual .visual-item .visual-text-inner .visual-text-center-center {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}

.eco-c .eco-widget {
  padding: 8px 20px !important;
}
.eco-c a {
  outline: none !important;
}
.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.eco-m h1 {
  font-size: 175% !important; /*28px*/
}

@media screen and (max-width: 1024px) {
  .eco-m h1 {
    font-size: 162.5% !important; /*26px*/
  }
}

@media screen and (max-width: 580px) {
  .eco-m h1 {
    font-size: 150% !important; /*24px*/
  }
}
/* EcoRebates Widget v2 */
ecr-product-widget > div[slot] {
  color: white;
  text-align: center;
  background-color: #186e73;
  padding: 8px 20px;
}
ecr-product-widget > div > div {
  font-size: large;
}
ecr-product-widget > div[slot] > a {
  color: white;
  display: block;
}
/* EcoRebates Widget v2 */

/* Google Remarketing Tag 20160524 */
#footer {
  padding-bottom: 0 !important;
}
#google-remarketing-tag,
#google-remarketing-tag iframe,
#google-remarketing-tag noscript {
  background: #000 !important;
  height: 1px !important;
  margin: 0;
  padding: 0;
}

/* ===================================================================================
for SP max-width: 580px
=================================================================================== */
@media screen and (max-width: 580px) {
  /******************************************
  header
  ******************************************/
  #megadrop-wrap .megadrop-benefits {
    display: none !important;
  }
  .ml-15 {
    margin-left: 15px;
  }
}
