@charset "UTF-8";
.footer-parent {
  padding-left: 60px;
  padding-right: 60px;
  background-color: black;
  border-top: 5px solid #0d5c93;
  /* CANADA IMAGES */
  /* END CANADA IMAGES */
}
.footer-parent .mobile-footer {
  display: none;
}
.footer-parent footer {
  background-color: black;
  padding: 40px 0 20px;
  font-family: "HelveLTStd-LightCond", "HelveLTStd-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
}
.footer-parent footer #footerContentWrapper {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.footer-parent footer #footerNavLinksContainer {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.footer-parent footer #footerNavLinks {
  display: flex;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #FFFFFF;
}
.footer-parent footer #footerNavLinks ul {
  justify-content: space-between;
  flex-grow: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.footer-parent footer #footerNavLinks ul li {
  padding: 0 15px 0 0;
  margin: 0;
  font-size: 0.9em;
  line-height: 1.7em;
}
.footer-parent footer #footerNavLinks ul li sup {
  font-size: 0.5em;
  line-height: 1em;
}
.footer-parent footer #footerNavLinks ul li a {
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  padding-top: 2px;
  white-space: nowrap;
}
.footer-parent footer #footerAdditionalLinks {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 20px 0 10px;
}
.footer-parent footer #footerAdditionalLinks > a {
  margin-right: 40px;
  text-decoration: none;
}
.footer-parent footer #footerAdditionalLinks .footerAdditionalLink {
  display: flex;
  justify-content: flex-start;
  height: 70px;
}
.footer-parent footer .footer-logos .footer-logo {
  display: flex;
  font-weight: bold;
  font-size: 11px;
  font-size: 1.1rem;
  color: #e8e6e3;
  text-decoration: none;
  margin-right: 40px;
}
.footer-parent footer .footer-logos .footer-logo .img, .footer-parent footer .footer-logos .footer-logo span {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-parent footer .footer-logos .footer-logo span {
  padding-left: 12px;
}
.footer-parent footer .footer-logos .footer-logo .img img {
  max-height: 60px;
}
.footer-parent footer .footer-logos .footer-logo:last-child {
  margin-right: 0;
}
.footer-parent .menuOpen footer {
  -moz-transform: translateY(200px);
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
}
.footer-parent .footerNavLinkSectionHeader a {
  color: #0d5c93 !important;
}
.footer-parent footer #footerAdditionalLinks .footerAdditionalLink .footerAdditionalLinkImage {
  width: 120px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: left;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.footer-parent footer #footerAdditionalLinks .footerAdditionalLink#footerAdditionalLink-command .footerAdditionalLinkImage {
  background-image: url(../img/footer-command.png);
}
.footer-parent footer #footerAdditionalLinks .footerAdditionalLink#footerAdditionalLink-aasa .footerAdditionalLinkImage {
  width: 60px;
  background-image: url(../images/nXiN8l6HINhj.png);
}
.footer-parent footer #footerAdditionalLinks .footerAdditionalLink .footerAdditionalLinkText {
  text-align: left;
  font-size: 0.8em;
  font-weight: bold;
  margin: 15px 0 0 12px;
  color: #FFFFFF;
}
.footer-parent footer #footerAdditionalLinks .footerAdditionalLink .footerAdditionalLinkText span {
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.footer-parent footer #footerProductImage {
  width: 30%;
  margin: 0 0 0 30px;
  background: url(../img/footer-product-new.png) no-repeat left bottom;
  background-size: initial;
}
.footer-parent footer #footerProductImage.canada {
  background-image: url(../img/ca-footer-product-new.png);
}
.footer-parent footer #footerProductImage.canadaFrench {
  background-image: url(../img/ca-footer-product-new.png);
}
.footer-parent footer #footerLegal {
  margin: 25px 0 10px 0;
  color: #666666;
  font-size: 0.85em;
  line-height: 1.8em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer-parent footer #footerLegal .legal-left {
    flex: 1;
}
.footer-parent footer #footerLegal .developed-by {
    text-align: right;
}
.footer-parent footer #footerLegal .developed-by a {
    color: #666666;
    text-decoration: none;
    transition: color 0.2s;
}
.footer-parent footer #footerLegal .developed-by a:hover {
    color: #FFFFFF;
}
.footer-parent footer #footerLegal ul {
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.footer-parent footer #footerLegal ul li {
  display: inline-block;
  padding: 0 10px 0 0;
  margin: 0 0 0 0;
}
.footer-parent footer #footerLegal ul li a {
  color: #666666;
  text-decoration: none;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  padding-top: 2px;
}
.footer-parent footer #footerLegal ul li a:hover {
  color: #FFFFFF;
}
.footer-parent footer #footerAdditionalLinks {
  display: flex;
  width: 100%;
}
.footer-parent footer #footerAdditionalLinks .footerAdditionalLink#footerAdditionalLink-command .footerAdditionalLinkImage {
  background-image: url(../images/cyM216jSFpvc.png);
}
.footer-parent footer #footerProductImage {
  background-image: url(../images/SA8kQ2T5KXcr.png);
}
.footer-parent #footerNavLinks a:hover {
  text-decoration: underline;
  cursor: pointer;
}

@media screen and (max-width: 550px) {
  .footer-parent footer {
    padding: 40px 0;
    font-family: "HelveLTStd-LightCond", "HelveLTStd-Light", "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .footer-parent footer #footerContentWrapper {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .footer-parent footer #footerNavLinksContainer {
    display: flex;
    flex-direction: column;
    width: auto;
    min-width: 160px;
  }
  .footer-parent footer #footerNavLinks {
    display: flex;
    flex-direction: column;
    width: auto;
    padding-bottom: 0;
    border-bottom: none;
  }
  .footer-parent footer #footerNavLinks ul {
    flex-grow: 1;
    margin: 0;
    padding: 0 0 20px 0;
    list-style: none;
    text-align: left;
  }
  .footer-parent footer #footerNavLinks ul li {
    display: block;
    padding: 0 15px 0 0;
    margin: 0 0 0 0;
    font-size: 0.9em;
    line-height: 1.7em;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -moz-transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out;
  }
  .footer-parent footer #footerNavLinks ul li sup {
    font-size: 0.5em;
    line-height: 1em;
  }
  .footer-parent footer #footerNavLinks ul li a {
    color: #FFFFFF;
    text-decoration: none;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    padding-top: 2px;
  }
  .footer-parent footer #footerNavLinks ul li.footerNavLinkSectionHeader {
    height: auto;
    display: block;
    margin-bottom: 0.5em;
    opacity: 1;
  }
  .footer-parent footer #footerNavLinks ul li.footerNavLinkSectionHeader .footerArrow {
    display: block;
    position: relative;
    text-align: right;
    margin: -1.7em 0 0 1em;
    font-size: 0.8em;
    line-height: 0.5em;
    color: #FFFFFF;
  }
  .footer-parent footer #footerNavLinks ul.hover li {
    display: block;
    height: auto;
    opacity: 1;
  }
  .footer-parent footer #footerNavLinks ul li.footerNavLinkSectionHeader .footerArrow > i {
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
  }
  .footer-parent footer #footerNavLinks ul.hover li.footerNavLinkSectionHeader .footerArrow > i {
    -webkit-transform: translateX(-20%) rotate(90deg);
    -moz-transform: translateX(-20%) rotate(90deg);
    -o-transform: translateX(-20%) rotate(90deg);
    -ms-transform: translateX(-20%) rotate(90deg);
    transform: translateX(-20%) rotate(90deg);
  }
  .footer-parent footer #footerAdditionalLinks {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
  }
  .footer-parent footer #footerAdditionalLinks .footerAdditionalLink {
    justify-content: flex-start;
    flex-direction: column;
    height: auto;
  }
  .footer-parent footer #footerAdditionalLinks .footerAdditionalLink .footerAdditionalLinkText {
    margin: 10px 0 0 0;
  }
  .footer-parent footer #footerProductImage {
    display: none;
  }
  .footer-parent footer #footerLegal {
    margin: 25px 0 5px 0;
    color: #666666;
    font-size: 0.7em;
    line-height: 1.8em;
    flex-direction: column;
    text-align: center;
  }
  .footer-parent footer #footerLegal .legal-left,
  .footer-parent footer #footerLegal .developed-by {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-parent footer #footerLegal ul {
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
  }
  .footer-parent footer #footerLegal ul li {
    display: inline-block;
    padding: 0 10px 0 0;
    margin: 0 0 0 0;
  }
  .footer-parent footer #footerLegal ul li a {
    color: #666666;
    text-decoration: none;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    padding-top: 2px;
  }
  .footer-parent footer #footerLegal ul li a:hover {
    color: #FFFFFF;
  }
  .footer-parent footer #footerAdditionalLinks {
    display: flex;
    width: 100%;
  }
  .footer-parent .contentInner .homeBucketsContainer .homeBucket2 .homeBucketBG {
    height: 90px;
  }
  .footer-parent #productRelatedSlider .slick-arrow {
    font-size: 1.8em;
  }
  .footer-parent #pageNotFoundCopy {
    font-size: 1.2em;
  }
  .footer-parent #prestoneZoneOverlayIMGWrapperBottomBar {
    height: 40px;
  }
  .footer-parent #prestoneZoneInnerText {
    margin-top: -40px;
  }
}
@media (max-width: 550px) {
  .footer-parent #footerNavLinks {
    display: none !important;
  }
  .footer-parent .mobile-footer {
    display: block;
  }
  .footer-parent .mobile-footer h4 {
    color: #cc0e0e;
    font-size: 15px;
    margin-top: 18px;
    font-family: "BoldCn";
  }
  .footer-parent .mobile-footer h5 {
    color: #ffffff;
    font-size: 12px;
    padding-right: 10px;
    font-family: HelveticaLTStd-LightCond;
  }
  .footer-parent .mobile-footer .col-xs-6 {
    text-align: center;
  }
  .footer-parent footer #footerAdditionalLinks > a {
    margin: auto;
    margin-top: 24px;
  }
  .footer-parent footer #footerAdditionalLinks .footerAdditionalLink .footerAdditionalLinkText {
    text-align: center;
  }
  .footer-parent .footer-parent footer #footerAdditionalLinks .footerAdditionalLink#footerAdditionalLink-aasa .footerAdditionalLinkImage, .footer-parent footer #footerAdditionalLinks .footerAdditionalLink#footerAdditionalLink-aasa .footerAdditionalLinkImage {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .footer-parent {
    padding-left: 20px;
    padding-right: 20px;
  }
}
header {
  display: flex;
  padding-left: 60px;
  padding-right: 60px;
  background-color: #0d5c93;
  position: fixed;
  width: 100%;
  z-index: 2000;
  top: 0;
}
header .hamburger {
  display: none;
}
header .desktop-nav {
  width: 100%;
  display: flex;
  height: 60px;
}
header .logo {
  width: 200px;
}
header .logo img {
  width: 100%;
  max-width: 103px;
  padding-top: 11px;
}
header .mobile-navbar {
  display: none;
}
header .desktop-nav-wrap {
  width: 100%;
}
header .desktop-nav-wrap .primary-navigation .menu-button-container {
  position: absolute;
  top: 0;
  right: 0;
}
header .desktop-nav-wrap .primary-navigation .primary-menu-container ul {
  list-style-type: none;
  padding: 0;
}
header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list {
  font-family: "ExtraBlackCn", HelveticaNeueLTStd-BdCn, sans-seirf;
  font-size: 21px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  white-space: nowrap;
}
header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item {
  transition: background 0.1s linear;
}
header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item a:link, header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item a:visited, header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item a:hover, header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item a:active {
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  color: #000;
  transition: background 0.1s linear;
}

.home header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item a:link,
.home header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item a:visited,
.page-id-2977 header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item a:link,
.page-id-2977 header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item a:visited,
.page-id-about header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item a:link,
.page-id-about header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item a:visited {
  color: #000;
}
header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item a:hover {
  color: #0d5c93;
  text-decoration: none;
}
header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item:hover, header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.current-menu-ancestor, header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.current-menu-item {
  background-color: #000;
  color: #0d5c93;
}
header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item:hover > a, header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.current-menu-ancestor > a, header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.current-menu-item > a {
  color: #0d5c93;
  text-decoration: none;
}

.home header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item:hover,
.home header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.current-menu-ancestor,
.home header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.current-menu-item,
.page-id-2977 header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item:hover,
.page-id-2977 header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.current-menu-ancestor,
.page-id-2977 header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.current-menu-item,
.page-id-about header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item:hover,
.page-id-about header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.current-menu-ancestor,
.page-id-about header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.current-menu-item {
  background-color: #000;
}
.home header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item:hover > a,
.home header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.current-menu-ancestor > a,
.home header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.current-menu-item > a,
.page-id-2977 header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item:hover > a,
.page-id-2977 header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.current-menu-ancestor > a,
.page-id-2977 header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.current-menu-item > a,
.page-id-about header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item:hover > a,
.page-id-about header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.current-menu-ancestor > a,
.page-id-about header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.current-menu-item > a {
  color: #0d5c93;
}
header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.logo-item {
  display: none;
}
header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.vertical-divider, header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.vertical-divider:hover {
  color: #000;
  background: transparent;
}
header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.vertical-divider a, header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.vertical-divider a:hover {
  color: #000;
  background: transparent;
}
header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.search-trigger {
  width: 42px;
  height: 60px;
  background-image: url("../images/EsLudMDIDB2W.svg");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  margin-left: 5px;
}
header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.search-trigger, header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.search-trigger a {
  font-size: 0;
}
header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.search-trigger:hover {
  background-color: #000000;
  background-image: url("../images/ZMqqyNLrHI6C.svg");
  cursor: pointer;
}
header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.menu-item-has-children {
  position: relative;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 22.986 22.986"><path fill="%23000000" d="M0,0H3.251V13.065l13-.062v3.251H0Z" transform="translate(0 11.493) rotate(-45)"/></svg>');
  background-position: center bottom 8px;
  background-repeat: no-repeat;
}
header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.menu-item-has-children > .toggle {
  display: none;
}
header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.menu-item-has-children .sub-menu {
  font-family: HelveticaNeueLTStd-BdCn, sans-seirf;
  font-size: 18px;
  position: absolute;
  opacity: 0;
  clip: rect(0, 0, 0, 0);
  background: #0d5c93;
  text-align: left;
  padding: 6px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-20px);
  transition: transform 0.1s linear, opacity 0.1s linear;
}
header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.menu-item-has-children .sub-menu .menu-item-has-children > .toggle {
  width: 40px;
  height: 40px;
  top: 0;
}
header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.menu-item-has-children.has-submenu-h > .sub-menu {
  display: flex;
}
header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.menu-item-has-children:hover {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 22.986 22.986"><path fill="%230d5c93" d="M0,0H3.251V13.065l13-.062v3.251H0Z" transform="translate(0 11.493) rotate(-45)"/></svg>');
}
header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.menu-item-has-children:hover > .sub-menu {
  clip: initial;
  opacity: 1;
  transform: translateY(0);
  top: 60px;
  left: 0;
}
header .desktop-nav-wrap .navigation-elements {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  font-family: HelveticaNeueLTStd-BdCn;
  font-size: 18px;
  white-space: nowrap;
}
header .desktop-nav-wrap .navigation-elements a {
  color: #000000;
}
header .desktop-nav-wrap .navigation-elements .nav-element {
  height: 60px;
  line-height: 60px;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
header .desktop-nav-wrap .navigation-elements .nav-element:hover {
  background-color: #000000;
  color: #0d5c93;
  text-decoration: none;
}
header .desktop-nav-wrap .navigation-elements .search-trigger {
  width: 30px;
  height: 60px;
  background-image: url("../images/EsLudMDIDB2W.svg");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  margin-left: 5px;
}
header .desktop-nav-wrap .navigation-elements .search-trigger:hover {
  background-color: #000000;
  background-image: url("../images/ZMqqyNLrHI6C.svg");
  cursor: pointer;
}
header .desktop-nav-wrap .navigation-elements .vertical-divider {
  border-left: 2px solid #000000;
  height: 25px;
  margin-left: 10px;
  margin-right: 10px;
}
header .desktop-nav-wrap .navigation-elements #lang_choice_1 {
  background-color: #0d5c93;
  border: none;
  cursor: pointer;
  margin-top: 4px;
}
header .desktop-nav-wrap .navigation-elements #lang_choice_1:hover {
  text-decoration: underline;
}

.desktop-search {
  position: fixed;
  top: -500px;
  left: 0;
  width: 100%;
  background: #000000;
  z-index: 1000;
  padding-bottom: 25px;
  transition: 0.3s;
}
.desktop-search .form-group {
  display: flex;
  justify-content: center;
}
.desktop-search .search-wrap {
  width: 80%;
  max-width: 1300px;
}
.desktop-search .search-input {
  height: 60px;
  border-radius: 0;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: roman, sans-serif;
}
.desktop-search h3 {
  font-size: 40px;
  color: #0d5c93;
  font-family: HelveticaNeueLTStd-BdCn;
  text-align: center;
  padding-top: 20px;
}
.desktop-search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  border-radius: 0;
  background: white;
}

.desktop-search.opened {
  top: 60px;
}

.search-trigger.opened {
  background-color: #000000;
  background-image: url(../images/ZMqqyNLrHI6C.svg) !important;
}

.icon:after {
  content: "";
  position: absolute;
}

.icon, .icon:before, .icon:after, .icon i, .icon i:before, .icon i:after {
  transition: all 0.4s ease;
}

.hamburger {
  display: block;
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
  width: 36px;
  height: 36px;
  z-index: 2010;
  background: none;
}

.menu.icon {
  position: absolute;
  margin-top: 16px;
  margin-left: 0;
}
.menu.icon, .menu.icon:before, .menu.icon:after {
  color: #000;
  width: 100%;
  height: 3px;
  background-color: currentColor;
}
.menu.icon:before, .menu.icon:after {
  content: "";
  position: absolute;
  left: 0;
}
.menu.icon:before {
  top: -7px;
}
.menu.icon:after {
  top: 7px;
}
.menu.icon.close {
  background: none;
  color: #000;
  position: absolute;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  top: 0;
}
.menu.icon.close:before {
  transform: translateY(24px) rotate(-45deg);
}
.menu.icon.close:after {
  transform: translateY(10px) rotate(45deg);
}

.modal-dialog {
  margin-top: 100px;
}

.vehicle-selector-nav {
  position: absolute;
  top: 60px;
  width: 100%;
  display: flex;
  background-color: #000000;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 20px;
  padding-bottom: 12px;
  transition: 0.5s;
  transform: translate(0px, -100px);
}
.vehicle-selector-nav .mobile-arrow {
  display: none;
}
.vehicle-selector-nav .text {
  font-family: HelveticaNeueLTStd-HvCn, sans-serif;
  font-size: 20px;
  line-height: 27px;
  color: #cc0e0e;
  width: 240px;
  margin-right: 50px;
}
.vehicle-selector-nav .nav-dropdown-parent {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.vehicle-selector-nav .nav-dropdown-parent .year-parent, .vehicle-selector-nav .nav-dropdown-parent .make-parent, .vehicle-selector-nav .nav-dropdown-parent .model-parent {
  width: 100%;
  max-width: 250px;
  margin-right: 50px;
}
.vehicle-selector-nav .nav-dropdown-parent select {
  width: 100%;
  max-width: 250px;
  font-family: HelveticaNeueLTStd-BdCn;
  font-size: 18px;
  color: #ffffff;
  background: #000000;
  border: 0;
  border-bottom: 3px solid #ffffff;
  margin-top: 10px;
  -webkit-appearance: auto;
  padding-left: 5px;
  padding-top: 0;
}
.vehicle-selector-nav .nav-dropdown-parent .go-button {
  width: 91px;
  height: 30px;
  background-color: #cc0e0e;
  font-family: HelveticaNeueLTStd-BdCn, sans-serif;
  font-size: 18px;
  border: 0;
  margin-top: 7px;
  padding: 0;
  color: #000000;
  min-width: 50px;
}
.vehicle-selector-nav .nav-dropdown-parent .go-button:hover {
  background-color: #ffffff;
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 960px) {
  header .navigation-elements {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  header {
    padding-left: 20px;
    padding-right: 20px;
  }
  header .hamburger {
    display: block;
  }
  header .mobile-navbar {
    height: 100vh;
    width: 100vw;
    position: absolute;
    left: -200%;
    transition: 0.3s;
    background-color: #000000;
    display: table;
  }
  header .mobile-navbar .mobile-nav-top {
    float: left;
    width: 100%;
    background-color: #cc0e0e;
  }
  header .mobile-navbar .mobile-nav-top .language-parent {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  header .mobile-navbar .mobile-nav-top .language-parent #lang_choice_2 {
    font-family: HelveticaNeueLTStd-MdCn;
    font-size: 20px;
    border: none;
    background-color: #cc0e0e;
    margin-bottom: 40px;
  }
  header .mobile-navbar .mobile-nav-top hr {
    border-top: 3px solid #000000;
    max-width: 168px;
  }
  header .mobile-navbar .mobile-nav-bottom {
    float: left;
    width: 100%;
  }
  header .mobile-navbar .logo {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 60px;
  }
  header .mobile-navbar .mobile-logo {
    width: 80px;
    height: auto;
    max-width: 100%;
    transition: width 0.3s linear;
  }
  header .mobile-navbar .mobile-nav-elements .mobile-nav-element:first-of-type {
    margin-top: 40px;
  }
  header .mobile-navbar .mobile-nav-elements .mobile-nav-element {
    width: 100%;
    display: block;
    font-size: 26px;
    line-height: 36px;
    font-family: HelveticaNeueLTStd-BdCn;
    text-align: center;
    margin-bottom: 13px;
    color: #000000;
  }
  header .mobile-navbar .mobile-nav-bottom {
    background-color: #000000;
  }
  header .mobile-navbar .mobile-nav-bottom h3 {
    padding-top: 50px;
    font-size: 24px;
    color: #cc0e0e;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    font-family: HelveticaNeueLTStd-BdCn;
    max-width: 300px;
    margin: auto;
    margin-bottom: 20px;
  }
  header .mobile-navbar .mobile-nav-bottom .search-wrap {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
  }
  header .mobile-navbar .mobile-nav-bottom .search-input {
    font-family: HelveticaNeueLTStd-Cn;
    font-size: 16px;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
  }
  header .mobile-navbar .mobile-nav-bottom .mobile-search-button {
    position: absolute;
    top: 0;
    right: 15px;
    background: #ffffff;
    height: 50px;
    border-radius: 0;
  }
  header .mobile-navbar.opened {
    left: 0;
  }
  header .mobile-navbar.opened .mobile-logo {
    width: 138px;
  }
}
@media (max-width: 1100px) {
  .vehicle-selector-nav.mobile.disable {
    overflow: hidden;
    height: 65px;
  }
  .vehicle-selector-nav.mobile.disable select, .vehicle-selector-nav.mobile.disable button {
    opacity: 0;
    transition: 0.2s;
    transition-delay: 0.1s;
  }
  .vehicle-selector-nav.mobile.disable .mobile-arrow {
    transform: rotate(-90deg);
    transition: 0.2s;
    margin-top: -1px;
  }

  .vehicle-selector-nav {
    display: block;
    padding-top: 0;
    transition: 0.3s;
    height: 410px;
    z-index: 100;
  }
  .vehicle-selector-nav .mobile-arrow {
    display: block;
    width: 25px;
    height: 15px;
    background-image: url("../images/OkmAYx6BsD96.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    float: right;
    transform: rotate(90deg);
    transition: 0.2s;
    margin-top: 6px;
    margin-left: 8px;
  }
  .vehicle-selector-nav select, .vehicle-selector-nav button {
    opacity: 1;
    transition: 0.2s;
    transition-delay: 0.1s;
  }
  .vehicle-selector-nav .text {
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding-top: 22px;
    padding-bottom: 19px;
    display: flex;
    justify-content: center;
  }
  .vehicle-selector-nav .text br {
    display: none;
  }
  .vehicle-selector-nav .text:hover {
    cursor: pointer;
  }
  .vehicle-selector-nav .nav-dropdown-parent {
    display: block;
  }
  .vehicle-selector-nav .nav-dropdown-parent .year-parent, .vehicle-selector-nav .nav-dropdown-parent .make-parent, .vehicle-selector-nav .nav-dropdown-parent .model-parent {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
  .vehicle-selector-nav .nav-dropdown-parent .year-parent select, .vehicle-selector-nav .nav-dropdown-parent .make-parent select, .vehicle-selector-nav .nav-dropdown-parent .model-parent select {
    height: 44px;
    margin-bottom: 10px;
    max-width: 100%;
    border-bottom: 3px solid white;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23FFFFFF'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-size: 12px;
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    background-color: black;
    padding-left: 10px;
  }
  .vehicle-selector-nav .nav-dropdown-parent .go-button {
    height: auto;
    width: 160px;
    padding-top: 8px;
    padding-bottom: 10px;
    margin-left: calc(50% - 80px);
    margin-top: 18px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .vehicle-selector-nav {
    padding-left: 0;
    padding-right: 0;
  }
  .vehicle-selector-nav .text {
    padding-bottom: 10px;
    font-size: 17px;
  }
}
@media (max-width: 1000px) {
  header .desktop-nav-wrap {
    background: #0d5c93;
    width: 100vw;
    height: calc(100vh - 230px);
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    transition: 0.3s all ease-in-out;
  }
  header .desktop-nav-wrap .primary-navigation {
    width: 100%;
    height: 100%;
  }
  header .desktop-nav-wrap .primary-navigation .primary-menu-container {
    width: 100%;
    height: 100%;
  }
  header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list {
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
    margin: 0;
  }
  header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item {
    width: 100%;
  }
  header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item a:link, header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item a:visited, header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item a:hover, header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item a:active {
    min-height: 40px;
    height: auto;
    line-height: 1;
    padding-top: 12px;
    padding-bottom: 8px;
    white-space: normal;
  }
  header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item:not(.vertical-divider):hover > a {
    color: #000;
  }
  header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item:hover {
    background-color: transparent !important;
  }
  header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item:hover, header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item:hover a, header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item:hover a:hover {
    color: #000;
  }
  header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.menu-item-has-children {
    background: none;
  }
  header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.menu-item-has-children > .toggle {
    border: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 22.986 22.986"><path fill="%23000000" d="M0,0H3.251V13.065l13-.062v3.251H0Z" transform="translate(0 11.493) rotate(-45)"/></svg>');
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    padding: 0;
    position: absolute;
    top: 7px;
    right: 9px;
  }
  header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.menu-item-has-children > .sub-menu, header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.menu-item-has-children.has-submenu-h > .sub-menu {
    padding: 0;
    margin: 0 0 0 30px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    display: block;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    clip: initial;
    transform: translate(0, 0);
    height: 0;
    overflow: hidden;
    top: 0;
    left: 0;
    transition: height 0.1s linear;
  }
  header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.menu-item-has-children > .sub-menu > .menu-item, header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.menu-item-has-children.has-submenu-h > .sub-menu > .menu-item {
    width: 100%;
  }
  header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.menu-item-has-children:hover {
    background: none;
  }
  header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.menu-item-has-children:hover > .sub-menu {
    top: 0;
  }
  header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.menu-item-has-children.opened > .sub-menu {
    height: auto;
  }
  header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.logo-item {
    display: block;
    border: none;
    padding-bottom: 20px;
  }
  header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.logo-item .logo {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
  }
  header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.logo-item .logo img {
    max-width: 136px;
    width: 136px;
  }
  header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.vertical-divider {
    display: none;
  }
  header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.search-trigger {
    display: none;
  }
  header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.pll-parent-menu-item a {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
  }
  header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.pll-parent-menu-item a span, header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.pll-parent-menu-item a img {
    order: 1;
  }
  header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list .menu-item.pll-parent-menu-item a img {
    order: 2;
    margin-left: 6px;
  }
  header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list > .menu-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list > .menu-item > a:link, header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list > .menu-item > a:visited, header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list > .menu-item > a:hover, header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list > .menu-item > a:active {
    height: 56px;
    line-height: 56px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header .desktop-nav-wrap .primary-navigation .primary-menu-container #primary-menu-list > .menu-item.menu-item-has-children {
    background-position: top 22px right 24px;
  }
  header .desktop-nav-wrap.opened {
    transform: translateX(0);
  }
  header .desktop-search {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 230px;
    transform: translateX(-100%);
    transition: 0.3s all ease-in-out;
  }
  header .desktop-search h3 {
    font-size: 24px;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  header .desktop-search .search-wrap {
    display: flex;
  }
  header .desktop-search .search-wrap .search-input, header .desktop-search .search-wrap .btn {
    height: 50px;
    line-height: 50px;
  }
  header .desktop-search .search-wrap .search-input {
    font-size: 16px;
    flex-grow: 1;
    width: auto;
  }
  header .desktop-search .search-wrap .btn {
    position: static;
    width: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .desktop-search.opened {
    top: auto;
    transform: translateX(0);
  }
}
@media (max-width: 890px) {
  header .desktop-nav-wrap .navigation-elements {
    font-size: 13px;
  }
  header .desktop-nav-wrap .navigation-elements #lang_choice_1 {
    font-size: 13px;
  }
  header .desktop-nav-wrap .navigation-elements .nav-element {
    height: 60px;
    line-height: 63px;
    margin-left: 4px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 13px;
  }
  header .logo img {
    max-width: 80px;
    padding-top: 15px;
  }
}
.search-page {
  padding-top: 160px;
  padding-bottom: 100px;
  min-height: 500px;
}
.search-page header {
  z-index: initial;
  position: relative;
  background-color: transparent;
  display: block;
}
.search-page .entry-meta {
  background-color: transparent;
  padding: 0;
}
.search-page .page-title {
  padding-left: 60px;
  padding-right: 60px;
  font-family: ExtraBlackCn;
  font-size: 28px;
  padding-top: 10px;
  color: #000000;
}
.search-page h1 {
  font-size: 24px;
  font-family: HelveticaNeueLTStd-BdCn;
  margin-bottom: 35px;
}
.search-page h1 a {
  color: #000000;
}
.search-page article, .search-page .no-results, .search-page .not-found {
  padding-left: 60px;
  padding-right: 60px;
}
.search-page .no-results header, .search-page .no-results .page-title, .search-page .not-found header, .search-page .not-found .page-title {
  padding: 0;
}

#main-column .search-page .page {
  border: 0;
  margin-bottom: 0;
  padding: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #000000;
  border-color: #000000;
  color: #0d5c93;
}

.pagination > li > a, .pagination > li > span {
  color: #000000;
  font-family: ExtraBlackCn;
  border: 1px solid #000000;
  font-size: 14px;
  line-height: 18px;
  margin-top: 15px;
  padding-top: 9px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #000000;
  background-color: #0d5c93;
  border-color: #0d5c93;
}

@media (max-width: 767px) {
  .search-page article {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.swiper-container {
  width: 100%;
  height: 100%;
}

.thumb-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 30vw;
  max-height: 410px;
}

.product-slide-image {
  width: 100%;
}

.single-product .small-thumbs-parent {
  position: relative;
}
.single-product .small-thumbs {
  overflow: hidden;
  width: calc(100% - 70px);
}
.single-product .small-thumbs .swiper-slide {
  cursor: pointer;
}
.single-product .swiper-button-next:after, .single-product .swiper-button-prev:after {
  content: "" !important;
}
.single-product .swiper-button-next {
  background-image: url("../images/QJEFW5hkH0tG.svg");
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
}
.single-product .swiper-button-prev {
  background-image: url("../images/QJEFW5hkH0tG.svg");
  background-repeat: no-repeat;
  transform: rotate(180deg);
  background-position: center;
  left: 0;
}
.single-product .one-image .thumb-slide {
  max-height: 500px;
}
.single-product .buy-now {
  position: relative;
  background-color: #0d5c93;
  color: #000;
  border: 0;
  font-size: 30px;
  line-height: 1;
  font-family: "BoldCn", "Trebuchet MS", sans-serif;
  padding-left: 25px;
  padding-top: 23px;
  padding-bottom: 22px;
  max-width: 185px;
  width: 100%;
  text-align: left;
  white-space: nowrap;
}
.single-product .buy-now .buy-arrow {
  margin-left: 10px;
}
.single-product .buy-now:hover {
  color: #0d5c93;
  background-color: #000000;
}
.single-product .underline-link {
  font-size: 24px;
  font-family: "BoldCn", "Trebuchet MS";
  border-bottom: 4px solid #0d5c93;
  display: inline-block;
  margin-left: 40px;
  color: #000;
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 1.7;
}
.single-product .underline-link:hover {
  border-bottom: 4px solid #000000;
  text-decoration: none;
  color: #000000;
}
.single-product .images-parent {
  width: 40%;
  float: left;
  padding-left: 7%;
  padding-right: 7%;
  max-width: 550px;
}
.single-product .images-parent .main-image-wrapper .main-image {
  width: 100%;
}
.single-product .info-parent {
  width: 60%;
  float: left;
  padding-right: 60px;
  max-width: 1000px;
}
.single-product .info-parent .title {
  max-width: 600px;
}
.single-product .safety-pdf {
  margin-bottom: 20px;
}
.single-product .safety-pdf a {
  font-family: HelveticaNeueLTStd-Cn;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  text-decoration: underline;
}
.single-product .safety-images {
  display: table;
}
.single-product .safety-images img {
  max-height: 25px;
  height: 100%;
  margin-bottom: 20px;
  display: table;
}
.single-product .similar-products-parent {
  margin-top: 70px;
}
.single-product .cta-parent {
  display: flex;
  align-items: center;
}
.single-product .why-section {
  padding-top: 0;
}
.single-product .product-info-wrapper {
  padding-left: 60px;
  padding-right: 60px;
}
.single-product .product-info-wrapper .info-parent .title {
  font-family: HelveticaNeueLTStd-BlkCn, "Impact", sans-serif;
  font-size: 38px;
  font-weight: bold;
  line-height: 45px;
  letter-spacing: 0.4px;
  color: #000000;
  margin-bottom: 20px;
}
.single-product .product-info-wrapper .info-parent p, .single-product .product-info-wrapper .info-parent li {
  font-family: HelveticaNeueLTStd-Cn, "Helvetica", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  position: relative;
}
.single-product .product-info-wrapper .info-parent p a {
  color: #000000;
  text-decoration: underline;
}
.single-product .product-info-wrapper .info-parent p strong {
  font-family: HelveticaNeueLTStd-BdCn, "Helvetica", sans-serif;
}
.single-product .product-info-wrapper .info-parent .description {
  margin-bottom: 50px;
}
.single-product .product-info-wrapper .info-parent .cta-parent {
  margin-bottom: 40px;
}
.single-product .product-info-wrapper .info-parent ul {
  list-style: none;
}
.single-product .product-info-wrapper .info-parent ul li::before {
  content: "â€¢";
  color: #0d5c93;
  font-weight: bold;
  display: inline-block;
  font-size: 32px;
  position: absolute;
  top: 0;
  left: -20px;
}
.single-product .featured-parent {
  margin-bottom: 40px;
}
.single-product .featured-video-row:hover {
  cursor: pointer;
}
.single-product .featured-video-image {
  display: block;
  width: 100%;
  padding-bottom: 40.8%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.single-product .featured-video-image .featured-video-play {
  background-image: url("../images/Mbgjbazl5YFX.svg");
  background-size: 178px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: calc(50% - 83px);
  left: calc(50% - 89px);
  width: 178px;
  height: 154px;
}
.single-product .featured-video-row:hover .featured-video-image .featured-video-play {
  background-image: url("../images/CR4bqU5wL84O.svg");
}
.single-product .featured-video-row:hover .featured-video-subtitle {
  text-decoration: underline;
}
.single-product .fancybox__thumbs {
  padding-bottom: 140px;
}
.single-product .additional-parent {
  display: flex;
  margin-bottom: 30px;
}
.single-product .additional-parent .additional-play-icon {
  min-height: 70px;
  width: 80px;
  background-image: url("../images/fvnt6ycCWr8d.svg");
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: black;
}
.single-product .additional-parent .additional-play-icon:hover {
  cursor: pointer;
}
.single-product .additional-parent .additional-title {
  font-family: HelveticaNeueLTStd-BdCn, "Helvetica", sans-serif;
  font-size: 20px;
  color: #000;
  cursor: pointer;
  text-decoration: none;
  padding-top: 25px;
  padding-bottom: 21px;
  background-color: #0d5c93;
  padding-left: 20px;
  padding-right: 20px;
  width: calc(100% - 80px);
  display: table;
}
.single-product .additional-parent .additional-title .title-cell {
  display: table-cell;
  vertical-align: middle;
}
.single-product .additional-parent:hover {
  text-decoration: none;
}
.single-product .additional-parent:hover .additional-title {
  background-color: #000;
  color: #0d5c93;
}
.single-product .additional-videos-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
  padding-bottom: 40px;
}
.single-product .linkable-graphics {
  padding-top: 30px;
  padding-bottom: 20px;
}
.single-product .linkable-graphics a {
  transition: 0.2s;
}
.single-product .linkable-graphics a .image {
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 100px;
  width: 100px;
  margin: auto;
}
.single-product .linkable-graphics a .linkable-title {
  font-family: HelveticaNeueLTStd-BdCn, "Helvetica", sans-serif;
  font-size: 18px;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
  white-space: nowrap;
}
.single-product .linkable-graphics a:hover {
  color: #000000;
  transform: scale(1.03);
}
.single-product .similar-products-parent {
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 40px;
}
.single-product .similar-products-parent h2 {
  font-family: HelveticaNeueLTStd-BdCn, "Helvetica", sans-serif;
  font-size: 30px;
  letter-spacing: 0.13px;
  margin-bottom: 40px;
}
.single-product .similar-products-parent h3 {
  font-family: HelveticaNeueLTStd-BdCn, "Helvetica", sans-serif;
  font-size: 20px;
  color: #000000;
  max-width: 325px;
  margin-left: auto;
  margin-right: auto;
}
.single-product .similar-products-parent .similar-product {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 50px;
  transition: 0.2s;
}
.single-product .similar-products-parent .similar-product a:hover {
  color: #000000;
}
.single-product .similar-products-parent .similar-product:hover {
  transform: scale(1.03);
}
.single-product .similar-products-parent .similar-product-image {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 60%;
  background-position: center;
}

@media (min-width: 1024px) {
  .fancybox__slide {
    padding: 135px 100px 20px 100px !important;
  }
}
@media (max-width: 1199px) {
  .single-product .buy-now {
    font-size: 26px;
  }
  .single-product .underline-link {
    font-size: 22px;
  }
  .single-product .title {
    font-family: HelveticaNeueLTStd-BlkCn, "Impact", sans-serif;
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 20px;
    text-align: center;
  }
  .single-product .featured-video-image .featured-video-play {
    background-size: 120px;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 1100px) {
  .single-product .images-parent {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .single-product .images-parent .thumb-slide {
    height: 40vw;
  }
  .single-product .images-parent .gallery-thumbs {
    height: 15vw;
  }
  .single-product .info-parent {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .single-product .product-info-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-product .product-info-wrapper .title {
    font-family: HelveticaNeueLTStd-BlkCn, "Impact", sans-serif;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
    margin-top: -20px;
    text-align: center;
  }
  .single-product .product-info-wrapper .images-parent {
    padding-left: 0;
    padding-right: 0;
  }
  .single-product .product-info-wrapper .images-parent .thumb-slide {
    height: 70vw;
  }
  .single-product .product-info-wrapper .images-parent .gallery-thumbs {
    height: 31vw;
  }
  .single-product .product-info-wrapper .info-parent p, .single-product .product-info-wrapper .info-parent li {
    font-size: 16px;
    line-height: 1.63;
  }
  .single-product .small-thumbs-parent {
    margin-top: 20px;
  }
  .single-product .similar-products-parent {
    margin-bottom: 0;
    margin-top: 50px;
  }
  .single-product .similar-products-parent .similar-product {
    margin-bottom: 40px;
  }
  .single-product .why-parent {
    margin-bottom: -70px;
    padding-top: 10px;
  }
  .single-product .why-section {
    padding-top: 0;
  }
  .single-product .why-section .third {
    margin-top: -30px;
  }
  .single-product .cta-parent {
    display: block;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 40px;
  }
  .single-product .cta-parent .buy-now {
    left: calc(50% - 115px);
    font-size: 22px;
    text-align: center;
    max-width: 230px;
  }
  .single-product .cta-parent .underline-link {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    font-size: 20px;
  }
  .single-product .safety-pdf a {
    font-size: 16px;
  }
  .single-product .safety-images img {
    height: auto;
    max-width: 320px;
  }
  .single-product .additional-parent {
    width: 100%;
  }
  .single-product .featured-video-header {
    margin-bottom: 90px;
  }
  .single-product .featured-video-image .featured-video-play {
    background-size: 90px;
    top: calc(50% - 45px);
    left: calc(50% - 45px);
    width: 90px;
    height: 90px;
  }
  .single-product .featured-parent {
    margin-top: 60px;
  }
}
@media (max-width: 500px) {
  .single-product .safety-images img {
    max-width: 250px;
  }
  .single-product .linkable-graphics a .linkable-title {
    font-size: 14px;
  }
}
.product-listing {
  padding-left: 60px;
  padding-right: 60px;
}
.product-listing .header-parent {
  width: 100%;
  display: block;
  position: relative;
}
.product-listing .header-parent .left-side {
  width: 50%;
  float: left;
  display: flex;
  justify-content: center;
}
.product-listing .header-parent .left-side .title {
  border-top: 4px solid #0d5c93;
  border-bottom: 4px solid #0d5c93;
  font-size: 48px;
  font-family: HelveticaNeueLTStd-XBlkCn;
  line-height: 51px;
  letter-spacing: 0.2px;
  padding-top: 10px;
  padding-bottom: 5px;
  color: #000000;
  font-weight: bold;
}
.product-listing .header-parent .right-side {
  width: 50%;
  float: left;
  background-image: url("../images/sNLMrs4TtWJH.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  height: 14vw;
  max-height: 220px;
}
.product-listing .category-mobile {
  display: none;
}
.product-listing .scrollmenu {
  background-color: #000000;
  overflow: auto;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.product-listing .scrollmenu a {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  font-family: HelveticaNeueLTStd-MdCn;
  font-size: 20px;
  height: 60px;
  line-height: 40px;
  padding-top: 12px;
  width: 100%;
  cursor: pointer;
}
.product-listing .scrollmenu a:hover {
  background-color: #0d5c93;
  color: #000000;
}
.product-listing .scrollmenu a.active {
  background-color: #0d5c93;
  color: #000000;
}
.product-listing .sub-category {
  margin-left: -25px !important;
  margin-right: -25px !important;
}
.product-listing .sub-category .sub-category-name {
  height: 53px;
  font-size: 18px;
  line-height: 51px;
  font-family: HelveticaNeueLTStd-MdCn;
  padding-left: 20px;
  padding-top: 3px;
  background-color: #D8D8D8;
  width: 100%;
}
.product-listing .sub-category .product {
  padding-left: 25px;
  padding-right: 25px;
  font-family: HelveticaNeueLTStd-BdCn;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 40px;
  margin-top: 50px;
  text-align: center;
  transition: 0.2s;
}
.product-listing .sub-category .product .product-image {
  height: 20vw;
  max-height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}
.product-listing .sub-category .product .product-title {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.product-listing .sub-category .product:hover {
  transform: none;
}
.product-listing .panel-body {
  padding: 0;
  border: 0;
  border-radius: 0;
  padding-left: 25px;
  padding-right: 25px;
}
.product-listing .panel-default {
  border-radius: 0px !important;
  box-shadow: none !important;
  border-color: transparent !important;
  border: 0 !important;
  outline: 0 !important;
}
.product-listing .panel-heading {
  background: #0d5c93;
  height: 60px;
  font-family: HelveticaNeueLTStd-MdCn;
  line-height: 60px;
  padding: 0;
  border-radius: 0;
}
.product-listing .panel-heading h4 a {
  font-size: 18px;
  color: #000000;
  display: block;
  height: 60px;
  width: 100%;
  line-height: 60px;
  padding-left: 20px;
  position: relative;
}
.product-listing .panel-heading h4 a .plus {
  position: absolute;
  right: 33px;
  top: 15px;
  height: 30px;
  width: 3px;
  background-color: #000000;
  transition: 0.2s;
  transform: rotate(90deg);
}
.product-listing .panel-heading h4 a .active {
  transform: rotate(0deg);
}
.product-listing .panel-heading h4 a .minus {
  position: absolute;
  right: 20px;
  top: 28px;
  height: 3px;
  width: 30px;
  background-color: #000000;
}
.product-listing .panel-body .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 25px);
}
.product-listing .panel-body .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1199px) {
  .product-listing {
    padding-left: 60px;
    padding-right: 60px;
  }
  .product-listing .header-parent {
    width: 100%;
    display: block;
    position: relative;
  }
  .product-listing .header-parent .left-side {
    width: 50%;
    float: left;
    display: flex;
    justify-content: center;
  }
  .product-listing .header-parent .left-side .title {
    border-top: 4px solid #0d5c93;
    border-bottom: 4px solid #0d5c93;
    font-size: 3.4vw;
    font-family: HelveticaNeueLTStd-XBlkCn;
    line-height: 3.7vw;
    letter-spacing: 0.12px;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
  }
  .product-listing .header-parent .right-side {
    width: 50%;
    float: left;
    background-image: url("../images/xGwGWcVDoC82.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    height: 17vw;
  }
}
@media (max-width: 767px) {
  .product-listing {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 100px;
  }
  .product-listing .sub-category .product .product-image {
    height: 42vw;
  }
  .product-listing .sub-category .product .product-title {
    font-size: 16px;
    line-height: 20px;
  }
  .product-listing .header-parent .left-side {
    width: 100%;
    margin-bottom: 40px;
    justify-content: left;
  }
  .product-listing .header-parent .left-side .title {
    margin-top: 70px;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.11px;
  }
  .product-listing .header-parent .right-side {
    width: 100%;
    height: 27vw;
    background-image: url("../images/sNLMrs4TtWJH.png");
    background-size: 90%;
    background-position: bottom;
  }
  .product-listing .scrollmenu a {
    font-size: 17px;
    padding-top: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .product-listing .header-parent .left-side .title {
    font-size: 3.2vw;
    line-height: 3.4vw;
  }
}
@media (max-width: 1100px) {
  .product-listing .scrollmenu.active {
    height: 300px;
    transition: 0.3s;
  }
  .product-listing .category-mobile:hover {
    cursor: pointer;
  }
  .product-listing .category-mobile {
    display: block;
    background-color: black;
    color: #ffffff;
    font-family: HelveticaNeueLTStd-Cn;
    font-size: 20px;
    text-align: center;
    padding-top: 17px;
    padding-bottom: 14px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
  }
  .product-listing .scrollmenu {
    display: block;
    height: 0;
    transition: 0.3s;
    overflow: hidden;
  }
  .product-listing .scrollmenu .chemicals, .product-listing .scrollmenu .maintenance {
    line-height: 2.2;
  }
  .product-listing .scrollmenu br {
    display: none;
  }
  .product-listing .scrollmenu a {
    display: block;
    width: 100%;
    position: relative;
  }
  .product-listing .hamburger-category {
    width: 50px;
    margin-top: -1px;
  }
  .product-listing .hamburger-category .icon:after {
    content: "";
    position: absolute;
  }
  .product-listing .hamburger-category .icon, .product-listing .hamburger-category .icon:before, .product-listing .hamburger-category .icon:after, .product-listing .hamburger-category .icon i, .product-listing .hamburger-category .icon i:before, .product-listing .hamburger-category .icon i:after {
    transition: all 0.4s ease;
  }
  .product-listing .hamburger-category .menu.icon {
    color: #fff;
    position: absolute;
    margin-left: 2px;
    margin-top: 10px;
    width: 32px;
    height: 3px;
    background-color: currentColor;
  }
  .product-listing .hamburger-category .menu.icon:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 32px;
    height: 3px;
    background-color: currentColor;
  }
  .product-listing .hamburger-category .menu.icon:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 0;
    width: 32px;
    height: 3px;
    background-color: currentColor;
  }
  .product-listing .hamburger-category .close.icon {
    color: #fff;
    position: absolute;
    margin-top: 0;
    margin-left: 0;
    width: 34px;
    height: 21px;
    opacity: 1;
  }
  .product-listing .hamburger-category .close.icon:before {
    content: "";
    position: absolute;
    top: 10px;
    width: 34px;
    height: 3px;
    background-color: currentColor;
    transform: rotate(-45deg);
    left: 2px;
  }
  .product-listing .hamburger-category .close.icon:after {
    content: "";
    position: absolute;
    top: 10px;
    width: 34px;
    height: 3px;
    background-color: currentColor;
    transform: rotate(45deg);
    left: 2px;
  }
}
@media (max-width: 550px) {
  .product-listing .sub-category .product {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
.single-how-to .flex-parent {
  width: 100%;
  display: flex;
}
.single-how-to .related-products-parent {
  margin-bottom: 50px;
}
.single-how-to .related-products-parent .related-product .related-product-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 18vw;
  width: 100%;
}
.single-how-to .left-area, .single-how-to .right-area {
  width: 15%;
  min-width: 240px;
  max-width: 300px;
  float: left;
}
.single-how-to .left-area a {
  font-family: HelveticaNeueLTStd-MdCn;
  font-size: 18px;
  letter-spacing: 0.08px;
  color: #000000;
  text-align: left;
  padding-left: 60px;
  padding-right: 10px;
  display: block;
  width: 100%;
}
.single-how-to .left-area .back-arrow {
  height: 20px;
  margin-right: -6px;
  margin-top: -3px;
}
.single-how-to .main-area {
  width: 70%;
  float: left;
}
.single-how-to .main-area .category-type {
  display: flex;
  padding-top: 40px;
}
.single-how-to .main-area .category-type .type-img {
  height: 31px;
  width: auto;
  margin-right: 15px;
}
.single-how-to .main-area .category-type .category-parent {
  font-family: HelveticaNeueLTStd-Cn;
  font-size: 18px;
  border-left: 3px solid #0d5c93;
  padding-left: 15px;
  padding-top: 6px;
  text-transform: uppercase;
}
.single-how-to .main-area .description {
  margin-bottom: 50px;
}
.single-how-to .main-area .description img.aligncenter {
  width: 100%;
  height: auto;
}
.single-how-to .main-area .description img.alignleft {
  width: calc(50% - 30px);
  height: auto;
}
.single-how-to .main-area .description img.alignright {
  width: calc(50% - 30px);
  height: auto;
}
.single-how-to .main-area .description a {
  color: #000;
  text-decoration: underline;
}
.single-how-to .main-area h1 {
  font-family: HelveticaNeueLTStd-XBlkCn;
  font-size: 48px;
  line-height: 51px;
  letter-spacing: 0.2px;
  color: #000000;
  margin-bottom: 25px;
}
.single-how-to .main-area p, .single-how-to .main-area li {
  font-family: HelveticaNeueLTStd-Cn;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.15px;
  color: #000000;
}
.single-how-to .main-area .step-by-step-parent .step-heading {
  width: max-content;
  text-align: center;
  margin: auto;
  border-top: 6px solid #0d5c93;
  border-bottom: 6px solid #0d5c93;
  padding-top: 13px;
  padding-bottom: 4px;
  margin-bottom: 45px;
  font-family: HelveticaNeueLTStd-BdCn;
  font-size: 38px;
  line-height: 40px;
  letter-spacing: 0.16px;
}
.single-how-to .main-area .step-by-step-parent .step-grid .step .title-parent {
  display: flex;
  padding-bottom: 15px;
}
.single-how-to .main-area .step-by-step-parent .step-grid .step .title-parent .title {
  font-family: HelveticaNeueLTStd-BdCn;
  font-size: 26px;
  letter-spacing: 0.65px;
  padding-top: 5px;
  padding-left: 12px;
}
.single-how-to .main-area .step-by-step-parent .step-grid .step .title-parent .index {
  width: 41px;
  height: 41px;
  background-color: #cc0e0e;
  text-align: center;
  padding-top: 5px;
  font-family: HelveticaNeueLTStd-BdCn;
  font-size: 26px;
  letter-spacing: 0.65px;
}
.single-how-to .main-area .step-by-step-parent .step-grid .step .image {
  padding-bottom: 56.25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.single-how-to .main-area .step-by-step-parent .step-grid .step .step-youtube {
  width: 100%;
  position: absolute;
  height: 100%;
}
.single-how-to .main-area .step-by-step-parent .step-grid .step .description {
  font-family: HelveticaNeueLTStd-Cn;
  font-size: 18px;
  line-height: 1.89;
  padding-top: 5px;
}
.single-how-to .main-area .related-products-parent h2 {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.13px;
  font-family: HelveticaNeueLTStd-BdCn;
  margin-bottom: 30px;
}
.single-how-to .main-area .related-products-parent .related-row {
  margin-left: -25px;
  margin-right: -25px;
  width: calc(100% + 50px);
}
.single-how-to .main-area .related-products-parent .related-row .related-product {
  padding-left: 25px;
  padding-right: 25px;
  transition: 0.2s;
}
.single-how-to .main-area .related-products-parent .related-row .related-product a:hover {
  color: #000000;
}
.single-how-to .main-area .related-products-parent .related-row .related-product h3 {
  font-family: HelveticaNeueLTStd-BdCn;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #000000;
}
.single-how-to .main-area .related-products-parent .related-row .related-product:hover {
  transform: scale(1.02);
}
.single-how-to .related-articles-parent {
  background-color: #f1f1f1;
  padding-top: 50px;
}
.single-how-to .related-articles-parent .title-wrapper h2 {
  width: max-content;
  text-align: center;
  margin: auto;
  border-top: 6px solid #0d5c93;
  border-bottom: 6px solid #0d5c93;
  padding-top: 13px;
  padding-bottom: 4px;
  margin-bottom: 45px;
  font-family: HelveticaNeueLTStd-BdCn;
  font-size: 38px;
  line-height: 40px;
  letter-spacing: 0.16px;
}
.single-how-to .related-articles-parent .related-row {
  padding-left: 60px;
  padding-right: 60px;
}
.single-how-to .related-articles-parent .related-row .related-article .image {
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 80%;
  margin-bottom: 10px;
  position: relative;
}
.single-how-to .related-articles-parent .related-row .related-article .image .related-type-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45px;
  height: 40px;
}
.single-how-to .related-articles-parent .related-row .related-article .category-name {
  font-family: HelveticaNeueLTStd-Cn;
  font-size: 18px;
  line-height: 18px;
  padding-top: 2px;
  color: #231f20;
  margin-bottom: 10px;
  border-left: 2px solid #0d5c93;
  padding-left: 5px;
  text-transform: uppercase;
}
.single-how-to .related-articles-parent .related-row .related-article .title {
  font-family: HelveticaNeueLTStd-BdCn;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.4px;
  color: #000000;
  margin-bottom: 50px;
}
.single-how-to .related-articles-parent .related-row .related-article a {
  display: block;
  transition: 0.2s;
}
.single-how-to .related-articles-parent .related-row .related-article a:hover {
  color: #000000;
  transform: scale(1.02);
}

@media (max-width: 1200px) {
  .single-how-to {
    padding-top: 86px;
  }
  .single-how-to .flex-parent {
    display: block;
  }
  .single-how-to .left-area a {
    padding-left: 20px;
  }
  .single-how-to .main-area {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-how-to .main-area .category-type {
    padding-top: 25px;
  }
  .single-how-to .main-area h1 {
    font-size: 26px;
    line-height: 38px;
  }
  .single-how-to .main-area p, .single-how-to .main-area li {
    font-size: 16px;
    line-height: 30px;
  }
  .single-how-to .main-area .related-products-parent h2 {
    font-size: 26px;
    line-height: 33px;
    text-align: center;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-how-to .main-area .related-products-parent .related-product {
    margin-bottom: 40px;
  }
  .single-how-to .main-area .step-by-step-parent .step-heading {
    font-size: 26px;
    line-height: 33px;
  }
  .single-how-to .related-articles-parent .related-row {
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-how-to .related-articles-parent .title-wrapper h2 {
    font-size: 26px;
    line-height: 33px;
  }
}
@media (max-width: 767px) {
  .single-how-to {
    padding-top: 80px;
  }
  .single-how-to .main-area .related-products-parent .related-product .related-product-image {
    height: 60vw;
  }
  .single-how-to .related-articles-parent .category-title-parent {
    width: 50%;
    float: left;
    padding-left: 20px;
  }
  .single-how-to .related-articles-parent .related-row .related-article {
    margin-bottom: 30px;
  }
  .single-how-to .related-articles-parent .related-row .related-article .image {
    width: 50%;
    padding-bottom: 40%;
    float: left;
  }
}
.how-to-listing {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 143px;
}
.how-to-listing .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.how-to-listing .header-parent {
  width: 100%;
  display: block;
  position: relative;
  width: calc(100% + 120px);
  margin-left: -60px;
  padding-top: 30px;
}
.how-to-listing .header-parent .left-side {
  margin-top: 60px;
  width: 50%;
  float: left;
  display: flex;
  justify-content: center;
}
.how-to-listing .header-parent .left-side .title {
  margin-left: -20px;
}
.how-to-listing .header-parent .left-side .title .top {
  border-top: 4px solid #0d5c93;
  border-bottom: 4px solid #0d5c93;
  margin-top: 7%;
  font-size: 48px;
  font-family: HelveticaNeueLTStd-XBlkCn;
  line-height: 51px;
  letter-spacing: 0.2px;
  padding-top: 10px;
  padding-bottom: 2px;
  color: #000000;
  font-weight: bold;
}
.how-to-listing .header-parent .left-side .spacing {
  display: block;
  height: 20px;
}
.how-to-listing .header-parent .left-side .supporting-copy {
  font-family: HelveticaNeueLTStd-Cn;
  font-size: 26px;
  line-height: 30px;
  color: #000000;
}
.how-to-listing .header-parent .right-side {
  width: 50%;
  float: left;
  background-image: url(../images/z6XTJENqN1Vr.jpg);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: 20px center;
  height: 20vw;
  max-height: 250px;
}
.how-to-listing .filters {
  font-family: HelveticaNeueLTStd-BdCn;
  color: #ffffff;
  margin-bottom: 40px;
  margin-top: 20px;
  display: flex;
}
.how-to-listing .filters button {
  border-radius: 0;
  background: #000000;
  color: #ffffff;
  text-shadow: none;
  border: 0;
  font-size: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-right: 20px;
}
.how-to-listing .filters .clear-button {
  color: #000000;
  font-size: 20px;
  padding-top: 11px;
  text-decoration: underline;
  cursor: pointer;
}
.how-to-listing .filters .open > .dropdown-toggle.btn-default:focus, .how-to-listing .filters .open > .dropdown-toggle.btn-default:hover {
  background: #cc0e0e;
}
.how-to-listing .filters .open > .dropdown-toggle.btn-default {
  background: #cc0e0e;
}
.how-to-listing .filters .dropdown-menu > li > a:focus {
  background: #cc0e0e;
  color: #000000;
}
.how-to-listing .filters .multiselect-container {
  background: #cc0e0e;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
}
.how-to-listing .filters .multiselect-container li a {
  padding: 0;
}
.how-to-listing .filters .multiselect-container li a:hover {
  background: #000000;
  color: #cc0e0e;
}
.how-to-listing .filters .multiselect-container .active a {
  background: transparent;
  color: #000000;
}
.how-to-listing .filters .multiselect-container label {
  font-family: HelveticaNeueLTStd-Cn;
  font-size: 20px;
  line-height: 27px;
  padding-top: 10px;
  padding-bottom: 2px;
  text-transform: uppercase;
}
.how-to-listing .filters .multiselect-container input + span:before {
  content: "";
  background-image: url("../images/Lh89RPyxzIzp.svg");
  background-size: 15px;
  display: block;
  width: 15px;
  height: 15px;
  margin-left: -25px;
}
.how-to-listing .filters .multiselect-container span {
  position: absolute;
}
.how-to-listing .filters .multiselect-container input {
  display: none;
}
.how-to-listing .filters .checkbox input:checked + span:before {
  background-image: url("../images/n82Yk9jVc2wJ.svg");
}
.how-to-listing .how-to-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  min-height: 400px;
}
.how-to-listing .how-to-grid .how-to-item .how-to-image {
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 80%;
  margin-bottom: 10px;
  position: relative;
}
.how-to-listing .how-to-grid .how-to-item .how-to-image .type-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45px;
  height: 40px;
}
.how-to-listing .how-to-grid .how-to-item .how-to-category {
  font-family: HelveticaNeueLTStd-Cn;
  font-size: 18px;
  line-height: 18px;
  padding-top: 2px;
  color: #231f20;
  margin-bottom: 10px;
  border-left: 2px solid #0d5c93;
  padding-left: 5px;
  text-transform: uppercase;
}
.how-to-listing .how-to-grid .how-to-item .how-to-title {
  font-family: HelveticaNeueLTStd-BdCn;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.4px;
  color: #000000;
  margin-bottom: 50px;
}
.how-to-listing .how-to-grid .how-to-item {
  display: block;
  transition: 0.2s;
  color: #000000;
}
.how-to-listing .how-to-grid .how-to-item:hover {
  color: #000000;
  transform: scale(1.02);
}
.how-to-listing button.multiselect.dropdown-toggle.btn.btn-default {
  white-space: normal;
}

@media (max-width: 1199px) {
  .how-to-listing {
    padding-left: 60px;
    padding-right: 60px;
  }
  .how-to-listing .header-parent {
    display: block;
    position: relative;
  }
  .how-to-listing .header-parent .left-side {
    width: 50%;
    float: left;
    display: flex;
    justify-content: center;
  }
  .how-to-listing .header-parent .left-side .title .top {
    border-top: 4px solid #0d5c93;
    border-bottom: 4px solid #0d5c93;
    margin-top: 10%;
    font-size: 3.4vw;
    font-family: HelveticaNeueLTStd-XBlkCn;
    line-height: 3.7vw;
    letter-spacing: 0.12px;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
  }
  .how-to-listing .header-parent .left-side .supporting-copy {
    font-size: 2.2vw;
    line-height: 2.6vw;
  }
  .how-to-listing .header-parent .right-side {
    width: 50%;
    float: left;
    background-image: url("../images/z6XTJENqN1Vr.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 21vw;
  }
}
@media (max-width: 767px) {
  .how-to-listing {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 130px;
  }
  .how-to-listing .header-parent {
    width: 100%;
    margin-left: 0;
    margin-bottom: -20px;
  }
  .how-to-listing .header-parent .left-side {
    width: 100%;
    margin-bottom: 40px;
    justify-content: center;
    margin-top: 0px;
  }
  .how-to-listing .header-parent .left-side .title .top {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.11px;
  }
  .how-to-listing .header-parent .left-side .supporting-copy {
    font-size: 18px;
    line-height: 20px;
  }
  .how-to-listing .header-parent .right-side {
    width: 100%;
    height: 27vw;
    background-image: url("../images/z6XTJENqN1Vr.jpg");
    background-size: 90%;
    background-position: bottom;
    display: none;
  }
  .how-to-listing .filters {
    display: block;
  }
  .how-to-listing .text-parent {
    width: 50%;
    float: left;
    padding-left: 20px;
  }
  .how-to-listing .how-to-grid .how-to-item {
    margin-bottom: 30px;
  }
  .how-to-listing .how-to-grid .how-to-item .how-to-image {
    width: 50%;
    padding-bottom: 40%;
    float: left;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .how-to-listing .header-parent .left-side .title .top {
    font-size: 3.2vw;
    line-height: 3.4vw;
  }
}
@media (max-width: 1000px) {
  .how-to-listing .filters button {
    margin-top: 20px;
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .how-to-listing .filters .clear-button {
    padding-top: 30px;
  }
}
@media (max-width: 330px) {
  .product-listing .panel-heading h4 a {
    font-size: 15px;
  }
}
.where-to-buy-page {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 100px;
}
.where-to-buy-page #onlineList {
  display: none !important;
}
.where-to-buy-page .mCustomScrollbar {
  display: none !important;
}
.where-to-buy-page .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.where-to-buy-page .header-parent {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 120px;
}
.where-to-buy-page .header-parent .left-side {
  width: 50%;
  float: left;
  display: flex;
  justify-content: center;
}
.where-to-buy-page .header-parent .left-side .title .top {
  border-top: 4px solid #0d5c93;
  border-bottom: 4px solid #0d5c93;
  margin-top: 0;
  font-size: 48px;
  font-family: HelveticaNeueLTStd-XBlkCn, Roboto, sans-serif;
  line-height: 1.0625;
  letter-spacing: 0.2px;
  padding-top: 0;
  padding-bottom: 2px;
  color: #000000;
  font-weight: bold;
  display: inline-block;
}
.where-to-buy-page .header-parent .left-side .spacing {
  display: block;
  height: 20px;
}
.where-to-buy-page .header-parent .left-side .supporting-copy {
  font-family: HelveticaNeueLTStd-Cn;
  font-size: 26px;
  line-height: 30px;
  color: #000000;
}
.where-to-buy-page .header-parent .right-side {
  width: 50%;
  float: left;
  background-image: url("../images/sNLMrs4TtWJH.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  height: 14vw;
  max-height: 220px;
}
.where-to-buy-page #where-to-buy-frame {
  margin-top: 60px;
}

@media (max-width: 1199px) {
  .where-to-buy-page {
    padding-left: 60px;
    padding-right: 60px;
  }
  .where-to-buy-page .header-parent {
    width: 100%;
    display: block;
    position: relative;
  }
  .where-to-buy-page .header-parent .left-side {
    width: 50%;
    float: left;
    display: flex;
    justify-content: center;
  }
  .where-to-buy-page .header-parent .left-side .title {
    text-align: center;
  }
  .where-to-buy-page .header-parent .left-side .title .top {
    border-top: 4px solid #0d5c93;
    border-bottom: 4px solid #0d5c93;
    margin-top: 10%;
    font-size: 3.4vw;
    font-family: HelveticaNeueLTStd-XBlkCn;
    line-height: 3.7vw;
    letter-spacing: 0.12px;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
  }
  .where-to-buy-page .header-parent .left-side .supporting-copy {
    font-size: 2.2vw;
    line-height: 2.6vw;
  }
  .where-to-buy-page .header-parent .right-side {
    width: 50%;
    float: left;
    background-image: url("../images/xGwGWcVDoC82.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    height: 17vw;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .where-to-buy-page .header-parent .left-side .title .top {
    font-size: 3.2vw;
    line-height: 3.4vw;
  }
}
@media (max-width: 767px) {
  .where-to-buy-page {
    padding-left: 20px;
    padding-right: 20px;
  }
  .where-to-buy-page .header-parent {
    margin-top: 60px;
  }
  .where-to-buy-page .header-parent .left-side {
    width: 100%;
    margin-bottom: 40px;
    justify-content: center;
    margin-top: 40px;
  }
  .where-to-buy-page .header-parent .left-side .title .top {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.11px;
  }
  .where-to-buy-page .header-parent .left-side .supporting-copy {
    font-size: 18px;
    line-height: 20px;
  }
  .where-to-buy-page .header-parent .right-side {
    width: 100%;
    height: 27vw;
    background-image: url("../images/sNLMrs4TtWJH.png");
    background-size: 90%;
    background-position: bottom;
  }
  .where-to-buy-page #where-to-buy-frame {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contact-us {
  padding-top: 160px;
}
.contact-us .title {
  font-family: HelveticaNeueLTStd-XBlkCn, sans-serif;
  font-size: 48px;
  line-height: 51px;
  letter-spacing: 0.2px;
  padding-top: 60px;
  margin-bottom: 30px;
  padding-left: 60px;
  padding-right: 60px;
  max-width: 948px;
  margin-left: auto;
  margin-right: auto;
}
.contact-us .general_information,
.contact-us .country-selector {
  margin-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  max-width: 948px;
  margin-left: auto;
  margin-right: auto;
}
.contact-us .gform_wrapper .charleft.ginput_counter {
  margin-top: 8px;
  font-size: 12px;
}
.contact-us .general_information p {
  font-family: HelveticaNeueLTStd-MdCn, sans-serif;
  font-size: 16px;
}
.contact-us .general_information h5 {
  font-family: HelveticaNeueLTStd-Cn, sans-serif;
  font-size: 20px;
}
.contact-us .general_information a {
  border-bottom: 2px solid #0d5c93;
  color: #000;
}
.contact-us .general_information a:hover {
  text-decoration: none;
  color: #000000;
}
.contact-us .sel-address option {
  font-size: 16px;
}
.contact-us .contact-us-grid .item {
  padding-left: 60px;
  padding-right: 60px;
}
.contact-us .contact-us-grid .item .block_headline {
  font-size: 22px;
  font-family: HelveticaNeueLTStd-BdCn, sans-serif;
  padding-top: 40px;
}
.contact-us .contact-us-grid .item .block_information {
  font-size: 16px;
  font-family: HelveticaNeueLTStd-Cn, sans-serif;
  padding-bottom: 40px;
}
.contact-us .contact-us-grid .item:nth-child(2n+1) {
  background-color: #f1f1f1;
}
.contact-us .contact-us-grid .item:nth-child(2n+2) {
  background-color: #ffffff;
}
.contact-us .alternate {
  background-color: #f1f1f1;
}
.contact-us .contact-us-grid-parent .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.contact-us .contact-us-grid-parent .row .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.contact-us .addresses-cntnr .sel-address {
  font-size: 22px;
  height: 38px;
  line-height: 1.8;
}
.contact-us .addresses-cntnr .address {
  font-size: 18px;
  padding: 1% 0;
}
.contact-us .addresses-cntnr .address a:link, .contact-us .addresses-cntnr .address a:active {
  color: blue;
}

@media (max-width: 991px) {
  .contact-us .title {
    font-size: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-us .general_information {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-us .contact-us-grid .item {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 767px) {
  .contact-us .title {
    font-size: 26px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-us .general_information {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
  }
  .contact-us .contact-us-grid .item {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }
  .contact-us .contact-us-grid .item .block_headline {
    padding-top: 30px;
  }
  .contact-us .contact-us-grid .item .block_information {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .contact-us .contact-us-grid .item:nth-child(4n + 1), .contact-us .contact-us-grid .item:nth-child(4n + 2) {
    background-color: #f1f1f1;
  }
  .contact-us .contact-us-grid .item:nth-child(4n + 3), .contact-us .contact-us-grid .item:nth-child(4n + 4) {
    background-color: #ffffff;
  }
}
.simple-template {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 50px;
  font-size: 18px;
  line-height: 1.6;
  min-height: 800px;
  padding-top: 160px;
}
.simple-template h1 {
  font-family: HelveticaNeueLTStd-XBlkCn;
  font-size: 48px;
  line-height: 51px;
}
.simple-template td, .simple-template th {
  padding: 7px;
  border: 1px solid #000;
  padding-top: 12px;
}
.simple-template tr:hover {
  background-color: #0d5c93;
}
.simple-template a {
  color: #000;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .simple-template {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 150px;
  }
  .simple-template h1 {
    font-size: 32px;
    line-height: 44px;
  }
}
.has-large-font-size {
  font-size: clamp(21px, 2.93vw, 40px) !important;
}

.has-medium-font-size {
  font-size: clamp(17px, 2.34vw, 32px) !important;
}

main {
  max-width: 1920px;
  padding-top: 200px;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s;
}

body {
  color: #000000;
  font-family: "HelveticaNeueLTStd-Cn", sans-serif;
  line-height: 1.6;
}

.open-selector {
  margin-top: 270px;
}

.no-scroll {
  overflow-y: hidden;
}

.responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

.cn-button.wp-default {
  color: #fff;
  background: #0d5c93;
  color: black;
  border-radius: 0;
}

.cn-button.wp-default:hover {
  background: #fff;
}

#cn-notice-text {
  font-family: "HelveticaNeueLTStd-Cn", "Impact", sans-serif;
}

#cookie-notice .cn-button {
  font-family: "HelveticaNeueLTStd-BdCn";
  padding-top: 10px;
}

.responsive-container iframe, .responsive-container object, .responsive-container embed, .responsive-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-content {
  border-radius: 0;
  border: 0;
}

.modal-header {
  border: 0;
}
.modal-header button {
  opacity: 1;
  color: #cc0e0e;
}
.modal-header button:hover {
  cursor: pointer;
  color: #000000;
}

.modal-body {
  padding: 0;
}

.breadcrumbs-cntnr {
  margin: 0 auto 2%;
  font-size: 18px;
  font-size: 1.8rem;
  font-size: clamp(14px, 1.32vw, 18px);
}
.breadcrumbs-cntnr a:link, .breadcrumbs-cntnr a:visited, .breadcrumbs-cntnr a:hover, .breadcrumbs-cntnr a:active {
  text-decoration: none;
  color: #000;
}

.text-roboto {
  font-family: roboto, arial, sans-serif;
  font-size: clamp(14px, 1.17vw, 16px);
}

.more-space {
  margin-bottom: 4%;
}

.spacer {
  margin-bottom: 2%;
}

.center {
  text-align: center;
  justify-content: center;
}

.db, .display-block {
  display: block !important;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.btn-large {
  font-family: roboto, Arial, Helvetica, sans-serif;
  font-size: clamp(14px, 1.32vw, 18px);
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  background: #f5f5f5;
  color: #000;
  padding: 16px 64px;
  border-radius: 12px;
  text-decoration: none !important;
}

.btn-gray, .btn-gray-cntnr a, .whitepapers .pt-cv-page .pt-cv-content-item .pt-cv-ctf-whitepaper_file a {
  color: #000 !important;
  background: #f5f5f5 !important;
}

.page-template-fullwidth .entry-header {
  display: none;
}
.page-template-fullwidth .container {
  width: 100%;
  max-width: 100%;
  padding: 79px 0 0 0;
}

.page-template-inner-page-01 .vehicle-selector-nav {
  display: none;
}
.page-template-inner-page-01 .entry-header {
  display: none;
}
.page-template-inner-page-01 .container {
  width: 100%;
  max-width: 100%;
  padding: 85px 0 0;
}

.container-1710 {
  max-width: 1710px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2% !important;
  padding-right: 2% !important;
}

@media screen and (min-width: 1730px) {
  .container-1710 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.container-1600 {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2% !important;
  padding-right: 2% !important;
}

@media screen and (min-width: 1620px) {
  .container-1600 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.container-1420 {
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2% !important;
  padding-right: 2% !important;
}

@media screen and (min-width: 1440px) {
  .container-1420 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.container-1080 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2% !important;
  padding-right: 2% !important;
}

@media screen and (min-width: 1100px) {
  .container-1080 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.container-860 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2% !important;
  padding-right: 2% !important;
}

@media screen and (min-width: 880px) {
  .container-860 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.container-720 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2% !important;
  padding-right: 2% !important;
}

@media screen and (min-width: 740px) {
  .container-720 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.buttons-row {
  margin: 3% 0;
}

.gray-section, .white-section, .lightgray-section {
  padding: 0 0 8%;
  font-family: roboto, arial, sans-serif;
  font-size: clamp(14px, 1.171vw, 16px);
}
.gray-section:before, .white-section:before, .lightgray-section:before {
  content: "";
  display: table;
  clear: both;
}
.gray-section.space-tb, .white-section.space-tb, .lightgray-section.space-tb {
  padding: 4% 0;
}

.gray-section {
  background: #1e1e1e;
  color: #fff;
}
.gray-section .main-title,
.gray-section .main-title2,
.gray-section .main-title4 {
  color: #fff;
}

.white-section {
  background: #fff;
}

.lightgray-section {
  background: #d9d9d9;
}

.space-below {
  margin-bottom: 4%;
}

.narrow-content {
  max-width: 740px;
}
.narrow-content .space-below {
  margin-bottom: 10%;
}

.wp-block-separator {
  opacity: 1;
  border-color: #000;
  background: #000;
}
.wp-block-separator.has-background {
  border-color: #000;
  background: #000;
}
.wp-block-separator.has-background:not(.is-style-dots) {
  opacity: 1;
  height: 1px;
  border-color: #000;
  background: #000;
}
.wp-block-separator.more-space {
  margin: 4% auto;
}

.h2, h2 {
  font-size: clamp(18px, 2.17vw, 30px);
}

.heading-cntnr {
  text-align: center;
  margin-top: 8%;
  margin-bottom: 4%;
}
.heading-cntnr.margin01 {
  margin-top: 4%;
}

.heading01 {
  font-family: "ExtraBlackCn", HelveticaNeueLTStd-XBlkCn, Roboto, sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
}
.heading01 em, .heading01 i {
  font-family: "BigShouldersDisplayRegular", "ExtraBlackCn", HelveticaNeueLTStd-XBlkCn, Roboto, sans-serif;
  display: block;
}

.main-title {
  border-top: 10px solid #0d5c93;
  border-bottom: 10px solid #0d5c93;
  margin-top: 0;
  font-family: "ExtraBlackCn", HelveticaNeueLTStd-XBlkCn, Roboto, sans-serif;
  font-size: clamp(28px, 3.52vw, 48px);
  color: #000;
  font-weight: bold;
  line-height: 1.0625;
  letter-spacing: 0.2px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
}

.main-title2, .main-title4 {
  margin-top: 0;
  font-family: "BigShouldersDisplayRegular", "ExtraBlackCn", HelveticaNeueLTStd-XBlkCn, Roboto, sans-serif;
  font-size: clamp(28px, 3.52vw, 48px);
  color: #000;
  line-height: 1.0625;
  letter-spacing: 0.2px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
}
.main-title2 strong, .main-title4 strong {
  font-family: "ExtraBlackCn", HelveticaNeueLTStd-XBlkCn, Roboto, sans-serif;
  display: block;
}
.main-title2 em, .main-title4 em {
  font-weight: bold;
  color: #0d5c93;
  font-style: normal;
}

.main-title3 {
  font-family: "ExtraBlackCn", HelveticaNeueLTStd-XBlkCn, Roboto, sans-serif;
  font-size: clamp(28px, 3.52vw, 48px);
  letter-spacing: 0.2px;
}

.main-title4 {
  font-size: clamp(26px, 4.54vw, 62px);
}

.subtitle-thin {
  font-family: Roboto, arial, sans-serif;
  font-size: clamp(18px, 2.49vw, 34px);
  font-weight: 200;
}

.heading-cntnr .main-title {
  margin-bottom: 24px;
}

.icons-list-01 {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-around;
}
.icons-list-01 li {
  text-align: center;
  font-size: clamp(12px, 1.318vw, 18px);
  font-family: roboto, arial, sans-serif;
  white-space: nowrap;
}
.icons-list-01 li img {
  display: block;
  max-height: 52px;
  height: 52px;
  width: auto !important;
  margin: 0 auto 16px;
}

.wp-block-media-text__media img, .wp-block-media-text__media video, .wp-block-media-text__media img, .wp-block-media-text__media video {
  height: auto;
}

.article-box-type1, .article-box-type2, .article-box-type3 {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.article-box-type1 .wp-block-media-text__content, .article-box-type2 .wp-block-media-text__content, .article-box-type3 .wp-block-media-text__content {
  padding: 0;
  font-family: roboto, arial, sans-serif;
}
.article-box-type1 .wp-block-media-text__content h2, .article-box-type2 .wp-block-media-text__content h2, .article-box-type3 .wp-block-media-text__content h2 {
  font-family: "ExtraBlackCn", HelveticaNeueLTStd-XBlkCn, Roboto, sans-serif;
}
.article-box-type1 .wp-block-media-text__content .article-tags, .article-box-type2 .wp-block-media-text__content .article-tags, .article-box-type3 .wp-block-media-text__content .article-tags {
  list-style: none;
  padding: 0;
}
.article-box-type1 .wp-block-media-text__content .article-tags li, .article-box-type2 .wp-block-media-text__content .article-tags li, .article-box-type3 .wp-block-media-text__content .article-tags li {
  padding: 0;
  font-weight: bold;
}

.article-box-type1 .wp-block-media-text__content, .article-box-type2 .wp-block-media-text__content {
  padding: 0;
  font-family: roboto, arial, sans-serif;
}
.article-box-type1 .wp-block-media-text__content h2, .article-box-type2 .wp-block-media-text__content h2 {
  font-weight: bold;
  font-size: 44px;
  font-size: 4.4rem;
  border-left: 10px solid #0d5c93;
  padding-left: 12px;
}

.article-box-type1 .wp-block-media-text__media {
  width: 100%;
}
.article-box-type1 .wp-block-media-text__content {
  font-size: 16px;
  font-size: 1.6rem;
}

.article-box-type2 .wp-block-media-text__content {
  flex-basis: 100%;
  width: 100%;
}
.article-box-type2 .wp-block-media-text__content h2, .article-box-type2 .wp-block-media-text__content h3 {
  font-family: HelveticaNeueLTStd-Cn, Roboto, sans-serif;
}
.article-box-type2 .wp-block-media-text__content h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  border-left-width: 4px;
  padding-right: 8px;
}
.article-box-type2 .wp-block-media-text__content h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.article-box-type3 {
  border: 1px solid #BDBDBD80;
  border-radius: 24px;
  padding: 24px;
}
.article-box-type3 .wp-block-media-text__media img {
  border-radius: 20px;
}
.article-box-type3 .wp-block-media-text__content {
  flex-basis: 100%;
  width: 100%;
}
.article-box-type3 .wp-block-media-text__content h3 {
  color: #646464;
  font-size: clamp(14px, 1.32vw, 18px);
  font-weight: bold;
  margin: 2% 0 2%;
}
.article-box-type3 .wp-block-media-text__content p {
  color: #747474;
}
.article-box-type3 .wp-block-media-text__content .article-tags li {
  font-style: italic;
}

.alter-media-section .wp-block-media-text .wp-block-media-text__media, .alter-media-section .wp-block-media-text .wp-block-media-text__content {
  padding: clamp(2%, 0.58vw, 8%);
  font-family: roboto, helvetica, arial, sans-serif;
  font-size: clamp(14px, 1.17vw, 16px);
}
.alter-media-section .wp-block-media-text .wp-block-media-text__media img {
  border-radius: 24px;
}
.alter-media-section .wp-block-media-text .wp-block-media-text__content {
  align-self: auto;
}
.alter-media-section .wp-block-media-text .wp-block-media-text__content p {
  margin-bottom: 4%;
}

.gray-boxes > .wp-block-group__inner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gray-box {
  border: 1px solid #0d5c93;
  border-radius: 24px;
  padding: 32px;
  aspect-ratio: 1.6;
  max-width: 460px;
  width: 100%;
}
.gray-box .heading01 {
  margin-top: 0;
  border-left: 2px solid #0d5c93;
  padding: 8px 0 8px 8px;
}
.gray-box .heading01 em {
  font-style: normal;
}
.gray-box ul.disc {
  padding-left: 14px;
}
.gray-box ul.disc li {
  padding: 8px 0;
}

.pilled-list {
  list-style-type: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
.pilled-list a {
  font-family: roboto, arial, sans-serif;
  font-size: clamp(14px, 1.32vw, 18px);
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  display: block;
  background: #f5f5f5;
  color: #000;
  padding: 16px;
  border-radius: 24px;
  transition: background-color 0.3s linear, transform 0.2s ease-in;
}
.pilled-list a:hover {
  background: #0d5c93;
  transform: translateX(3%);
}

.checklist-lg .list-item {
  margin-bottom: 3%;
  padding: 0 0 0 84px;
  background-size: 64px;
}
.checklist-lg .list-item, .checklist-lg .list-item.yellow {
  background: url("../images/SbORinv9zXrN.png") no-repeat left center;
  background-size: 64px;
}
.checklist-lg .list-item.blue {
  background: url("../images/OuM7JGAPOeIo.png") no-repeat left center;
  background-size: 64px;
}
.checklist-lg .list-item.red {
  background: url("../images/3ZWQRVtQk4yF.png") no-repeat left center;
  background-size: 64px;
}

.single-bio .wp-post-image {
  max-width: 100%;
  height: auto;
}
.single-bio .field-role, .single-bio .field-company {
  font-style: italic;
  font-weight: 500;
}

.arrows-right-sm-down {
  font-size: 0;
  display: block;
  margin: 24px 0;
  background: url("../images/YbB547kqxw0c.png") no-repeat center center;
  background-size: contain;
  width: 80px;
  height: 80px;
  transform: rotate(90deg);
}

.four-page {
  min-height: 480px;
  display: table;
  text-align: center;
}
.four-page h1 {
  font-family: "HelveticaNeueLTStd-BdCn", sans-serif;
  color: #000;
  font-size: 70px;
}
.four-page h3 {
  font-family: "HelveticaNeueLTStd-Cn", sans-serif;
  color: #000;
  padding-bottom: 50px;
}
.four-page .four-button {
  color: #000;
  background-color: #cc0e0e;
  width: 250px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 15px;
  padding-bottom: 12px;
  font-size: 22px;
}
.four-page .four-button:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}

.wp-block-ub-content-toggle-accordion {
  border-bottom-color: #b8b8b8 !important;
  border-bottom-width: 1px !important;
  margin-bottom: 3%;
  padding-bottom: 3%;
}
.wp-block-ub-content-toggle-accordion .wp-block-ub-content-toggle-accordion-title {
  font-family: "ExtraBlackCn", HelveticaNeueLTStd-XBlkCn, Roboto, sans-serif;
  font-size: clamp(18px, 1.75vw, 24px);
  font-weight: bold;
  padding: 10px;
}
.wp-block-ub-content-toggle-accordion .wp-block-ub-content-toggle-accordion-content-wrap {
  font-family: roboto, helvetica, arial, sans-serif;
  font-size: clamp(14px, 1.17vw, 16px);
}
.wp-block-ub-content-toggle-accordion .wp-block-ub-content-toggle-accordion-content-wrap .wp-block-group {
  margin: 0 0 0 24px;
  padding: 0 0 0 24px;
  border-left: 4px solid #fef100;
}

.faq-cntnr {
  padding: 0 3%;
}

.d-none {
  display: none !important;
}

.btn-gray:link, .btn-gray-cntnr a:link, .whitepapers .pt-cv-page .pt-cv-content-item .pt-cv-ctf-whitepaper_file a:link, .btn-gray:visited, .btn-gray-cntnr a:visited, .whitepapers .pt-cv-page .pt-cv-content-item .pt-cv-ctf-whitepaper_file a:visited, .btn-gray:hover, .btn-gray-cntnr a:hover, .whitepapers .pt-cv-page .pt-cv-content-item .pt-cv-ctf-whitepaper_file a:hover, .btn-gray:active, .btn-gray-cntnr a:active, .whitepapers .pt-cv-page .pt-cv-content-item .pt-cv-ctf-whitepaper_file a:active {
  color: #000;
  background: #f5f5f5;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  transition: background 0.2s linear;
  text-decoration: none;
}
.btn-gray:hover, .btn-gray-cntnr a:hover, .whitepapers .pt-cv-page .pt-cv-content-item .pt-cv-ctf-whitepaper_file a:hover {
  background: #0d5c93 !important;
}

.whitepapers .pt-cv-page .pt-cv-content-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 4%;
}
.whitepapers .pt-cv-page .pt-cv-content-item .pt-cv-title, .whitepapers .pt-cv-page .pt-cv-content-item .pt-cv-content, .whitepapers .pt-cv-page .pt-cv-content-item .pt-cv-custom-fields {
  order: 5;
}
.whitepapers .pt-cv-page .pt-cv-content-item .pt-cv-title, .whitepapers .pt-cv-page .pt-cv-content-item .pt-cv-content, .whitepapers .pt-cv-page .pt-cv-content-item .pt-cv-ctf-whitepaper_file {
  flex-basis: 100%;
}
.whitepapers .pt-cv-page .pt-cv-content-item .pt-cv-title {
  order: 1;
}
.whitepapers .pt-cv-page .pt-cv-content-item .pt-cv-ctf-whitepaper_author, .whitepapers .pt-cv-page .pt-cv-content-item .pt-cv-ctf-whitepaper_publish_date, .whitepapers .pt-cv-page .pt-cv-content-item .pt-cv-ctf-whitepaper_words {
  margin-top: 0;
  margin-right: 12px;
}
.whitepapers .pt-cv-page .pt-cv-content-item .pt-cv-ctf-whitepaper_author {
  order: 2;
  font-weight: bold;
  font-style: italic;
  color: #555;
}
.whitepapers .pt-cv-page .pt-cv-content-item .pt-cv-ctf-whitepaper_publish_date {
  order: 3;
  color: #777;
}
.whitepapers .pt-cv-page .pt-cv-content-item .pt-cv-ctf-whitepaper_words {
  order: 4;
  color: #777;
}
.whitepapers .pt-cv-page .pt-cv-content-item .pt-cv-ctf-whitepaper_words .pt-cv-ctf-value:not(:empty):after {
  content: " words";
}

.animate__animated.animate__delay-0-1s {
  animation-delay: 0.1s;
}

.animate__animated.animate__delay-0-2s {
  animation-delay: 0.2s;
}

.animate__animated.animate__delay-0-3s {
  animation-delay: 0.3s;
}

.animate__animated.animate__delay-0-4s {
  animation-delay: 0.4s;
}

.animate__animated.animate__delay-0-5s {
  animation-delay: 0.5s;
}

.animate__animated.animate__delay-0-6s {
  animation-delay: 0.6s;
}

.animate__animated.animate__delay-0-7s {
  animation-delay: 0.7s;
}

.animate__animated.animate__delay-0-8s {
  animation-delay: 0.8s;
}

.animate__animated.animate__delay-0-9s {
  animation-delay: 0.9s;
}

.animate__animated.animate__delay-1-1s {
  animation-delay: 1.1s;
}

.animate__animated.animate__delay-1-2s {
  animation-delay: 1.2s;
}

.animate__animated.animate__delay-1-3s {
  animation-delay: 1.3s;
}

.animate__animated.animate__delay-1-4s {
  animation-delay: 1.4s;
}

.animate__animated.animate__delay-1-5s {
  animation-delay: 1.5s;
}

.animate__animated.animate__delay-1-6s {
  animation-delay: 1.6s;
}

.animate__animated.animate__delay-1-7s {
  animation-delay: 1.7s;
}

.animate__animated.animate__delay-1-8s {
  animation-delay: 1.8s;
}

.animate__animated.animate__delay-1-9s {
  animation-delay: 1.9s;
}

.wm-map-cntnr {
  overflow: hidden;
}
.wm-map-cntnr .inner {
  background-size: 970px;
}
.wm-map-cntnr .inner .wm-map {
  max-width: 1080px;
  aspect-ratio: 1.28967;
  background: url("../images/LIdg6OBtRsHN.png") no-repeat top left;
  background-size: contain;
  position: relative;
  transform: translateY(13%);
  margin: 0 auto;
}
.wm-map-cntnr .inner .wm-map .legend {
  top: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: clamp(180px, 32%, 320px);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  border-radius: 17px;
}
.wm-map-cntnr .inner .wm-map .legend p {
  font-size: 0;
  margin: 0;
  display: block;
}
.wm-map-cntnr .inner .wm-map .legend img {
  display: block;
}
.wm-map-cntnr .inner .wm-map .pin {
  width: 1px;
  height: 1px;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
}
.wm-map-cntnr .inner .wm-map .pin .pin-inner {
  display: block;
  border-radius: 50% 50% 50% 0;
  border: 8px solid #1a70b9;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -100%) rotate(-45deg) !important;
}
.wm-map-cntnr .inner .wm-map .pin:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: -16px;
  left: -6px;
  background: #fff;
  pointer-events: none;
}

div.post-grid-type1 .ultp-block-row, div.post-grid-type1 .pt-cv-page {
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 12px !important;
}
div.post-grid-type1 div.ultp-block-item:nth-child(n) .ultp-block-content-wrap, div.post-grid-type1 .pt-cv-content-item {
  padding: 7%;
}
div.post-grid-type1 div.ultp-block-item:nth-child(n), div.post-grid-type1 .pt-cv-content-item {
  background: #fff;
  border-radius: 24px;
  border: 1px solid #BDBDBD80 !important;
  transition: transform 0.06s ease-out;
}
div.post-grid-type1 div.ultp-block-item:nth-child(n) .ultp-block-title, div.post-grid-type1 div.ultp-block-item:nth-child(n) h2, div.post-grid-type1 div.ultp-block-item:nth-child(n) .h2, div.post-grid-type1 .pt-cv-content-item .ultp-block-title, div.post-grid-type1 .pt-cv-content-item h2, div.post-grid-type1 .pt-cv-content-item .h2 {
  font-family: "ExtraBlackCn", HelveticaNeueLTStd-XBlkCn, Roboto, sans-serif;
}
div.post-grid-type1 div.ultp-block-item:nth-child(n) .ultp-block-title, div.post-grid-type1 div.ultp-block-item:nth-child(n) .ultp-block-title a, div.post-grid-type1 div.ultp-block-item:nth-child(n) h2, div.post-grid-type1 div.ultp-block-item:nth-child(n) h2 a, div.post-grid-type1 div.ultp-block-item:nth-child(n) .h2, div.post-grid-type1 div.ultp-block-item:nth-child(n) .h2 a, div.post-grid-type1 .pt-cv-content-item .ultp-block-title, div.post-grid-type1 .pt-cv-content-item .ultp-block-title a, div.post-grid-type1 .pt-cv-content-item h2, div.post-grid-type1 .pt-cv-content-item h2 a, div.post-grid-type1 .pt-cv-content-item .h2, div.post-grid-type1 .pt-cv-content-item .h2 a {
  font-size: clamp(18px, 2.17vw, 30px) !important;
}
div.post-grid-type1 div.ultp-block-item:nth-child(n) .ultp-block-content, div.post-grid-type1 .pt-cv-content-item .ultp-block-content {
  text-align: initial !important;
}
div.post-grid-type1 div.ultp-block-item:nth-child(n) .ultp-block-title, div.post-grid-type1 .pt-cv-content-item .ultp-block-title {
  font-family: "ExtraBlackCn", HelveticaNeueLTStd-XBlkCn, Roboto, sans-serif;
  margin: 0 0 6% !important;
}
div.post-grid-type1 div.ultp-block-item:nth-child(n) .ultp-block-excerpt, div.post-grid-type1 .pt-cv-content-item .ultp-block-excerpt {
  margin: 0 0 6%;
}
div.post-grid-type1 div.ultp-block-item:nth-child(n) .ultp-block-image, div.post-grid-type1 div.ultp-block-item:nth-child(n) .pt-cv-thumb-wrapper, div.post-grid-type1 .pt-cv-content-item .ultp-block-image, div.post-grid-type1 .pt-cv-content-item .pt-cv-thumb-wrapper {
  margin-bottom: 4%;
}
div.post-grid-type1 div.ultp-block-item:nth-child(n) .ultp-block-image img, div.post-grid-type1 div.ultp-block-item:nth-child(n) .pt-cv-thumb-wrapper img, div.post-grid-type1 .pt-cv-content-item .ultp-block-image img, div.post-grid-type1 .pt-cv-content-item .pt-cv-thumb-wrapper img {
  border-radius: 20px;
}
div.post-grid-type1 div.ultp-block-item:nth-child(n):hover, div.post-grid-type1 .pt-cv-content-item:hover {
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
  transform: scale(104%);
}
div.post-grid-type1 div.ultp-block-item:nth-child(n) {
  padding: 0;
}

.pt-cv-page {
  font-family: roboto, helvetica, arial, sans-serif;
}
.pt-cv-page .pt-cv-content-item .pt-cv-ctf-list {
  margin: 2% 0 2%;
}
.pt-cv-page .pt-cv-content-item .pt-cv-ctf-list .pt-cv-ctf-value {
  color: #646464;
  font-size: clamp(14px, 1.32vw, 18px);
  font-weight: bold;
}
.pt-cv-page .pt-cv-content-item .pt-cv-content {
  font-size: clamp(14px, 1.17vw, 16px) !important;
  color: #747474;
}
.pt-cv-page .pt-cv-content-item .article-tags {
  list-style: none;
  padding: 0;
}
.pt-cv-page .pt-cv-content-item .article-tags li, .pt-cv-page .pt-cv-content-item .article-tags li a {
  font-size: clamp(14px, 1.17vw, 16px) !important;
  color: #000 !important;
  font-weight: bold;
  font-style: italic;
  padding: 0;
}

@media (min-width: 432px) {
  .icons-list-01 li {
    padding: 0 12px;
  }

  .pilled-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 532px) {
  .pilled-list {
    grid-template-columns: repeat(3, 1fr);
  }

  div.post-grid-type1 .ultp-block-row, div.post-grid-type1 .pt-cv-page {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (min-width: 768px) {
  .gray-boxes > .wp-block-group__inner-container {
    flex-direction: row;
  }

  .arrows-right-sm-down {
    transform: rotate(0);
    margin: 0 24px;
  }

  .icons-list-01 {
    padding: 0 6%;
  }
  .icons-list-01 li {
    padding: 0;
  }
  .icons-list-01 li img {
    max-height: 74px;
    height: 74px;
  }

  .article-box-type3 .wp-block-media-text__content h3 {
    margin: 12% 0 6%;
  }

  .pt-cv-page .pt-cv-content-item .pt-cv-ctf-list {
    margin: 12% 0 6%;
  }

  div.post-grid-type1 .ultp-block-row, div.post-grid-type1 .pt-cv-page {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
  }
}
@media (min-width: 783px) {
  .pilled-list {
    display: block;
    max-width: 232px;
  }
  .pilled-list li {
    margin-bottom: 24px;
  }

  .page-template-fullwidth .container {
    padding-top: 94px;
  }

  .page-template-inner-page-01 .container {
    padding: 105px 0 0;
  }
}
@media (min-width: 1101px) {
  .page-template-fullwidth .container {
    padding-top: 5.96%;
  }
}

/*# sourceMappingURL=styles.css.map */

/* Simple Arrow Navigation */
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    width: 60px !important;
    height: 60px !important;
    padding: 0 !important;
    opacity: 1 !important;
}

.owl-carousel .owl-nav button svg {
    width: 60px;
    height: 60px;
    display: block;
    color: #0d5c93;
}

/* Additional button styling for GTF theme */
.yellow-btn,
.retailer-btn,
.btn-yellow-01 {
    background: linear-gradient(135deg, #cc0e0e 0%, #a00b0b 100%) !important;
    border: 2px solid #cc0e0e !important;
    color: #fff !important;
    font-weight: bold !important;
    box-shadow: 0 4px 15px rgba(204, 14, 14, 0.3) !important;
    transition: all 0.3s ease !important;
}

.yellow-btn:hover,
.retailer-btn:hover,
.btn-yellow-01:hover {
    background: #8a0909 !important;
    border-color: #8a0909 !important;
    color: #fff !important;
    box-shadow: 0 6px 20px rgba(138, 9, 9, 0.4) !important;
    transform: translateY(-2px) !important;
    outline: none !important;
}
.yellow-btn:focus,
.retailer-btn:focus,
.btn-yellow-01:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* Header background - solid blue */
.home header,
.page-id-2977 header,
.page-id-about header {
    background: #0d5c93 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
}

header {
    background: linear-gradient(180deg, #0d5c93 0%, #0a4a75 100%) !important;
}

/* Navigation hover states */
.menu-item a:hover {
    color: #cc0e0e !important;
}

/* Active menu items */
.current-menu-item a,
.active a {
    border-bottom: 3px solid #cc0e0e !important;
}

/* New Footer Redesign */
.footer-content-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding-bottom: 20px;
}

.footer-col h4 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-col p, .footer-col li {
    color: #ccc;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-col ul li a:hover {
    color: #cc0e0e;
}

.footer-logo-box img {
    max-width: 150px;
    margin-bottom: 20px;
}

.footer-col p strong {
    color: #fff;
    font-size: 13px;
    display: block;
    margin-bottom: 3px;
}

@media (max-width: 991px) {
    .footer-content-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .footer-content-grid {
        grid-template-columns: 1fr;
    }
}
