@charset "UTF-8";
/*!
 * SCSS Main file
 */
/*****************************************************************************
 * Variables for SCSS
 *****************************************************************************/
/**
 * Misc. units
 */
/**
 * Screen sizes for media queries.
 * Sizes are breakpoints.
 * Styles should be applied _up to_ a breakpoint (e.g. `max-width: $screen-large`)
 */
/**
 * Primary Brand Colors
 */
/**
 * EXTREME colors
 */
/**
 * CLASSIC colors
 */
/**
 * ENDURANCE colors
 */
/**
 * PREMIUM colors
 */
/**
 * EXTRA colors
 */
/**
 * EXTEND colors
 */
/*****************************************************************************
 * Fonts
 *****************************************************************************/
@font-face {
  font-family: "Geogrotesque";
  src: url("../fonts/GeogrotesqueStencilB-ExtBd.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/GeogrotesqueStencilB-ExtBd.eot?#iefix") format("embedded-opentype"), url("../fonts/GeogrotesqueStencilB-ExtBd.woff") format("woff"), url("../fonts/GeogrotesqueStencilB-ExtBd.ttf") format("truetype"), url("../fonts/GeogrotesqueStencilB-ExtBd.svg#GeogrotesqueStencilB-ExtBd") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/*
@mixin hdexpert_font_nav() {
    font-family: open-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
}
*/
/*****************************************************************************
 * General theme styles
 *****************************************************************************/
/**
 * Utilities
 */
.hdexpert-u-block {
  width: 100%;
  display: block;
  clear: both;
  box-sizing: border-box;
}
.hdexpert-u-block:after {
  content: "";
  display: table;
  clear: both;
}

.hdexpert-u-clearfix {
  content: "";
  display: table;
  clear: both;
}

.hdexpert-image {
  display: block;
  width: 100%;
  height: auto;
}

.page-wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.page-wrap.is-tiny {
  max-width: 380px;
}
.page-wrap.is-hd {
  max-width: 1080px;
}
.page-wrap.is-narrow {
  max-width: 700px;
}
.page-wrap.is-narrow2 {
  max-width: 920px;
}
.page-wrap.is-large {
  max-width: 1356px;
}
.page-wrap.is-large2 {
  max-width: 1550px;
}
.page-wrap.is-large3 {
  max-width: 1636px;
  width: 85%;
}
@media screen and (max-width: 960px) {
  .page-wrap.is-large3 {
    width: 100%;
  }
}
.page-wrap.is-large4 {
  max-width: 960px;
}
.page-wrap.is-xxlarge {
  max-width: 1440px;
}
.page-wrap.is-landing {
  max-width: 525px;
}
.page-wrap.is-landing2 {
  max-width: 600px;
}
.page-wrap.is-tiny {
  max-width: 400px;
}

.hdexpert-wrap-landing > .vc_column_container > .vc_column-inner {
  max-width: 525px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .hdexpert-wrap-landing > .vc_column_container > .vc_column-inner {
    max-width: 320px;
  }
}

.hdexpert-wrap-industries > .vc_column_container > .vc_column-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.hdexpert-wrap-xxlarge > .vc_column_container > .vc_column-inner {
  max-width: 1440px;
  margin: 0 auto;
}

.hdexpert-wrap-warranty > .vc_column_container > .vc_column-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.line-break {
  display: block;
}
@media screen and (max-width: 960px) {
  .line-break {
    display: inline;
  }
}

.valign1 {
  display: table;
  width: 100%;
  height: 100%;
}

.valign2 {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.lb {
  display: block;
}
@media screen and (max-width: 1280px) {
  .lb {
    display: none;
  }
}

sup {
  vertical-align: super;
  font-size: 60%;
}

.show-desktop {
  display: block;
}

.show-tablet {
  display: none;
}

@media screen and (max-width: 767px) {
  .show-desktop {
    display: none;
  }

  .show-tablet {
    display: block;
  }
}
/**
 * General styles
 */
body {
  background-color: #fff;
  color: #000;
  font-family: "proxima-nova", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

body.home,
body.page-template-page-products,
body.page-template-template-industries,
body.page-template-template-learn {
  background-color: #000;
  color: #fff;
}

.hd-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.hdexpert-row {
  display: flex;
  flex-wrap: wrap;
}

.hdexpert-col {
  position: relative;
  width: 100%;
}

.col-full {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-half {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-half-offset {
  margin-left: 25%;
}

.col-quarter {
  flex: 0 0 25%;
  max-width: 25%;
}

@media screen and (max-width: 1080px) {
  .col-quarter {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .col-half {
    flex: 0 0 100%;
    max-width: 100%;
    max-width: 480px;
    margin: 0 auto !important;
    padding: 0 15px 30px 15px !important;
  }
}
@media screen and (max-width: 640px) {
  .col-quarter {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/**
 * Buttons
 */
.hdexpert-button.is-default,
a.hdexpert-button.is-default,
button.hdexpert-button.is-default {
  color: #fff;
  border: solid #fff 2px;
  font-size: 16px;
  padding: 10px 32px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  background: transparent;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  letter-spacing: 0;
}
.hdexpert-button.is-default:hover,
a.hdexpert-button.is-default:hover,
button.hdexpert-button.is-default:hover {
  letter-spacing: 1px;
  padding: 10px 48px;
  background: #fff;
  color: #000;
}
.hdexpert-button.is-alt,
a.hdexpert-button.is-alt,
button.hdexpert-button.is-alt {
  color: #000;
  border: solid #000 2px;
  font-size: 24px;
  padding: 10px 48px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  background: transparent;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  letter-spacing: 0;
}
.hdexpert-button.is-alt:hover,
a.hdexpert-button.is-alt:hover,
button.hdexpert-button.is-alt:hover {
  letter-spacing: 1px;
  padding: 10px 64px;
  background: #000;
  color: #fff;
}
.hdexpert-button.is-footer,
a.hdexpert-button.is-footer,
button.hdexpert-button.is-footer {
  display: inline-block;
  padding: 8px 32px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #52a4bc;
  color: #FBC507;
  font-size: 16px;
}
.hdexpert-button.is-highlight,
a.hdexpert-button.is-highlight,
button.hdexpert-button.is-highlight {
  display: inline-block;
  padding: 12px 32px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #FBC507;
  color: #000;
  font-size: 12px;
}
.hdexpert-button.is-highlight:hover,
a.hdexpert-button.is-highlight:hover,
button.hdexpert-button.is-highlight:hover {
  background-color: #FBC507;
}
.hdexpert-button.is-testing,
a.hdexpert-button.is-testing,
button.hdexpert-button.is-testing {
  display: inline-block;
  padding: 13px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  background-color: #FBC507;
  color: #000;
  font-size: 20px;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}
.hdexpert-button.is-testing:hover,
a.hdexpert-button.is-testing:hover,
button.hdexpert-button.is-testing:hover {
  background-color: #FBC507;
}
@media screen and (max-width: 767px) {
  .hdexpert-button.is-testing,
a.hdexpert-button.is-testing,
button.hdexpert-button.is-testing {
    font-size: 14px;
  }
}
.hdexpert-button.is-dark,
a.hdexpert-button.is-dark,
button.hdexpert-button.is-dark {
  display: inline-block;
  padding: 12px 32px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  font-size: 12px;
}
.hdexpert-button.is-dark:hover,
a.hdexpert-button.is-dark:hover,
button.hdexpert-button.is-dark:hover {
  background-color: #FBC507;
}
.hdexpert-button.is-more,
a.hdexpert-button.is-more,
button.hdexpert-button.is-more {
  padding: 6px 12px;
}
.hdexpert-button.is-catalog,
a.hdexpert-button.is-catalog,
button.hdexpert-button.is-catalog {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-weight: 800;
  margin: 4px 0 0;
  font-size: 14px;
  text-transform: uppercase;
  background: #000;
  padding: 8px 32px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  letter-spacing: 1px;
}
.hdexpert-button.is-catalog .icon,
a.hdexpert-button.is-catalog .icon,
button.hdexpert-button.is-catalog .icon {
  display: inline-block;
  width: 24px;
  height: auto;
  vertical-align: middle;
  margin-left: 5px;
}
.hdexpert-button.is-catalog .txt,
a.hdexpert-button.is-catalog .txt,
button.hdexpert-button.is-catalog .txt {
  display: inline-block;
  vertical-align: middle;
  margin-top: 2px;
}
.hdexpert-button.is-catalog.no-icon,
a.hdexpert-button.is-catalog.no-icon,
button.hdexpert-button.is-catalog.no-icon {
  padding-right: 0;
}
.hdexpert-button.is-catalog.no-icon .icon,
a.hdexpert-button.is-catalog.no-icon .icon,
button.hdexpert-button.is-catalog.no-icon .icon {
  visibility: hidden;
}
@media screen and (max-width: 480px) {
  .hdexpert-button.is-catalog,
a.hdexpert-button.is-catalog,
button.hdexpert-button.is-catalog {
    display: block;
    width: 100%;
    font-size: 12px;
  }
  .hdexpert-button.is-catalog .icon,
a.hdexpert-button.is-catalog .icon,
button.hdexpert-button.is-catalog .icon {
    width: 16px;
  }
}
.hdexpert-button.is-rev,
a.hdexpert-button.is-rev,
button.hdexpert-button.is-rev {
  color: #000;
  border: solid #000 2px;
  font-size: 20px;
  height: 46px;
  line-height: 46px;
  white-space: nowrap;
  padding: 0 12px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  background: transparent;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  letter-spacing: 0;
  display: inline-block;
  min-width: 300px;
  text-align: center;
  border-radius: 0;
}
.hdexpert-button.is-rev:hover,
a.hdexpert-button.is-rev:hover,
button.hdexpert-button.is-rev:hover {
  letter-spacing: 1px;
  background: #FBC507 !important;
  border: solid #FBC507 2px !important;
  color: #fff !important;
  min-width: 320px;
}
@media screen and (max-width: 767px) {
  .hdexpert-button.is-rev,
a.hdexpert-button.is-rev,
button.hdexpert-button.is-rev {
    font-size: 16px;
    height: 36px;
    line-height: 34px;
    min-width: 180px;
  }
}
.hdexpert-button.is-rev-2,
a.hdexpert-button.is-rev-2,
button.hdexpert-button.is-rev-2 {
  color: #fff !important;
  border: solid #fff 2px !important;
  text-decoration: none !important;
}
.hdexpert-button.is-rev-2a,
a.hdexpert-button.is-rev-2a,
button.hdexpert-button.is-rev-2a {
  color: #fff !important;
  border: solid #fff 2px !important;
  text-decoration: none !important;
  background-color: rgba(0, 0, 0, 0.75);
}
.hdexpert-button.is-rev-3,
a.hdexpert-button.is-rev-3,
button.hdexpert-button.is-rev-3 {
  color: #000 !important;
  border: solid #000 2px !important;
  background-color: rgba(255, 255, 255, 0.75);
  text-decoration: none !important;
  min-width: 0;
  width: 100%;
  max-width: 320px;
}
.hdexpert-button.is-rev-3 .arrow,
a.hdexpert-button.is-rev-3 .arrow,
button.hdexpert-button.is-rev-3 .arrow {
  display: inline-block;
  width: 0px;
  height: 0px;
  border-top: 4px solid transparent;
  border-left: 6px solid #000;
  border-bottom: 4px solid transparent;
  margin-left: 4px;
}
.hdexpert-button.is-rev-3.is-over-gradient,
a.hdexpert-button.is-rev-3.is-over-gradient,
button.hdexpert-button.is-rev-3.is-over-gradient {
  background-color: #fff;
}
.hdexpert-button.is-rev-3:hover,
a.hdexpert-button.is-rev-3:hover,
button.hdexpert-button.is-rev-3:hover {
  letter-spacing: 0;
  background: #FBC507 !important;
  border: solid #FBC507 2px !important;
  color: #fff !important;
  min-width: 0;
  width: 100%;
  max-width: 320px;
}
.hdexpert-button.is-rev-3:hover .arrow,
a.hdexpert-button.is-rev-3:hover .arrow,
button.hdexpert-button.is-rev-3:hover .arrow {
  border-left-color: #fff;
}
.hdexpert-button.is-rev-3.alt-hover:hover,
a.hdexpert-button.is-rev-3.alt-hover:hover,
button.hdexpert-button.is-rev-3.alt-hover:hover {
  color: #fff !important;
  border: solid #000 2px !important;
  background-color: #000 !important;
}
.hdexpert-button.is-landing,
a.hdexpert-button.is-landing,
button.hdexpert-button.is-landing {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  box-shadow: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  display: inline-block;
  padding: 12px 24px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  background-color: #FBC507;
  color: #000;
  border: solid #000 1px;
  font-size: 16px;
  line-height: 20px;
  min-width: 260px;
}
.hdexpert-button.is-landing:hover,
a.hdexpert-button.is-landing:hover,
button.hdexpert-button.is-landing:hover {
  background-color: #000;
  color: #fff;
  padding: 12px 32px;
  min-width: 280px;
}
.hdexpert-button.is-landing.alt-hover:hover,
a.hdexpert-button.is-landing.alt-hover:hover,
button.hdexpert-button.is-landing.alt-hover:hover {
  background-color: #FBC507;
  color: #000;
}
.hdexpert-button.is-landing-footer,
a.hdexpert-button.is-landing-footer,
button.hdexpert-button.is-landing-footer {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  box-shadow: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  display: inline-block;
  padding: 12px 24px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  background-color: #FBC507;
  color: #000;
  border: solid #000 1px;
  font-size: 16px;
  line-height: 20px;
  min-width: 260px;
  background-color: #fff;
  border: solid #fff 1px;
}
.hdexpert-button.is-landing-footer:hover,
a.hdexpert-button.is-landing-footer:hover,
button.hdexpert-button.is-landing-footer:hover {
  background-color: #000;
  color: #fff;
  padding: 12px 32px;
  min-width: 280px;
}
.hdexpert-button.is-landing-footer:hover,
a.hdexpert-button.is-landing-footer:hover,
button.hdexpert-button.is-landing-footer:hover {
  background-color: #FBC507;
  border: solid #FBC507 1px;
}

html[lang=es-ES] .hdexpert-home-detail a.hdexpert-button.is-rev-3 {
  max-width: 460px;
}
html[lang=es-ES] .hdexpert-home-detail a.hdexpert-button.is-rev-3:hover {
  max-width: 480px;
}

.postid-50 a.hdexpert-button.is-catalog,
.postid-763 a.hdexpert-button.is-catalog,
.postid-770 a.hdexpert-button.is-catalog {
  color: #000;
}

.page-template-page-contact a.hdexpert-button.is-catalog {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  color: #000;
  background: #ffcf2f;
}
.page-template-page-contact a.hdexpert-button.is-catalog:hover {
  background: #1c7297;
  color: #fff;
}

/**
 * Splash page rich content headings, paragraphs
 */
.splash-rich-text {
  color: #fff;
  text-align: center;
}
.splash-rich-text h1,
.splash-rich-text h2,
.splash-rich-text h3,
.splash-rich-text h4,
.splash-rich-text h5,
.splash-rich-text h6,
.splash-rich-text p {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  line-height: 125%;
}
.splash-rich-text h1 {
  font-weight: 700;
  padding-top: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 48px;
  max-width: 100%;
  line-height: 100%;
}
.splash-rich-text h2 {
  font-weight: 700;
  padding-top: 0;
  padding-bottom: 0;
  text-transform: uppercase;
  font-size: 36px;
}
.splash-rich-text h2:first-child {
  padding-top: 40px;
}
.splash-rich-text h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
}
.splash-rich-text h4 {
  padding: 0 20px;
  font-size: 26px;
}
.splash-rich-text h4:after {
  display: block;
  width: 70%;
  max-width: 340px;
  margin: 20px auto;
  content: "";
  border-bottom: solid #fff 1px;
}
.splash-rich-text h5 {
  text-transform: uppercase;
  font-size: 28px;
  font-size: 28px;
  line-height: 150%;
  padding: 40px 0;
}
.splash-rich-text h6 {
  font-size: 18px;
  font-weight: normal;
  max-width: 640px;
}
.splash-rich-text p {
  font-size: 24px;
}
.splash-rich-text h1 + p,
.splash-rich-text h2 + p {
  padding-top: 0;
  padding-bottom: 0;
}
.splash-rich-text .vc_column_container {
  padding-bottom: 0px;
}
.splash-rich-text.is-alt {
  padding-bottom: 80px;
  padding-top: 60px;
}
.splash-rich-text.is-alt p {
  font-size: 16px;
  margin: 0 auto;
  width: 100%;
  max-width: 860px;
  line-height: 150%;
}
.splash-rich-text.products-main-nav h2 {
  padding-bottom: 20px;
  line-height: 100%;
  font-size: 40px;
}
.splash-rich-text.products-main-nav p {
  color: #000;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 40px;
}
.splash-rich-text.products-main-nav .vc_column_container {
  padding-bottom: 0;
}
@media screen and (max-width: 960px) {
  .splash-rich-text h1 {
    font-size: 36px;
  }
  .splash-rich-text h2, .splash-rich-text.products-main-nav h2 {
    font-size: 24px;
  }
  .splash-rich-text h3 {
    font-size: 18px;
  }
  .splash-rich-text h4 {
    font-size: 18px;
    margin: 10px auto;
  }
  .splash-rich-text h5 {
    font-size: 20px;
    padding: 20px 0;
  }
  .splash-rich-text h6 {
    font-size: 12px;
  }
  .splash-rich-text p, .splash-rich-text.is-alt p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .splash-rich-text .vc_column_container {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .splash-rich-text h1 {
    font-size: 20px;
  }
  .splash-rich-text.products-main-nav h2,
.splash-rich-text h2 {
    font-size: 18px;
  }
  .splash-rich-text h3 {
    font-size: 14px;
  }
  .splash-rich-text h4 {
    font-size: 14px;
    margin: 5px auto;
  }
  .splash-rich-text h5 {
    font-size: 16px;
    padding: 0 10px;
    line-height: 100%;
  }
  .splash-rich-text h6 {
    font-size: 10px;
  }
  .splash-rich-text p, .splash-rich-text.is-alt p {
    font-size: 12px;
  }
}

/**
 * VC Overrides
 */
.wpb_button, .wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0;
}

.ares .tp-bullet {
  border: solid #ccc 1px;
}

/**
 * Revised text content
 */
.hdexpert-rev-text {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.2px;
  font-weight: 500;
}
.hdexpert-rev-text p {
  margin: 0 0 1em 0;
}
.hdexpert-rev-text h2 {
  font-size: 75px;
  line-height: 85px;
  font-weight: 800;
  letter-spacing: -0.1px;
}
.hdexpert-rev-text h3 {
  font-size: 50px;
  line-height: 60px;
  font-weight: bold;
  letter-spacing: -0.1px;
}
.hdexpert-rev-text h4 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 800;
  letter-spacing: -0.1px;
}
@media screen and (max-width: 1340px) {
  .hdexpert-rev-text h2 {
    font-size: 48px;
    line-height: 125%;
  }
  .hdexpert-rev-text h3 {
    font-size: 48px;
    line-height: 125%;
  }
  .hdexpert-rev-text h4 {
    font-size: 24px;
    line-height: 125%;
  }
}
@media screen and (max-width: 960px) {
  .hdexpert-rev-text h2 {
    font-size: 32px;
  }
  .hdexpert-rev-text h3 {
    font-size: 32px;
  }
  .hdexpert-rev-text h4 {
    font-size: 18px;
  }
}

/**
 * Gradient background
 */
.hdexpert-gradient-bg {
  background-color: #FBC507;
  background-image: url(../img/revisions/gradient-bg-fs8.png);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: top;
  color: #000;
}

/**
 * Re-usable vial testing image
 */
.vial-image {
  display: inline-block;
  width: 112px;
  height: auto;
}

/**
 * Shield interface item
 */
.hd-shield {
  margin: 0 auto;
  width: 100%;
  max-width: 270px;
  padding: 0 15px;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: -0.1px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.hd-shield span {
  display: block;
  margin: 10px 0;
}
.hd-shield img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .hd-shield img {
    max-width: 120px;
    margin: 0 auto;
  }
}

/**
 * List items with checkbox icon bullet lists
 */
ul.checkboxes {
  list-style: none;
  text-transform: uppercase;
  font-weight: bold;
  margin: 1em 0 1em 38px;
  font-size: 28px;
  line-height: 28px;
}
ul.checkboxes li {
  position: relative;
  margin: 0 0 25px 0;
}
ul.checkboxes li:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -35px;
  width: 25px;
  height: 30px;
  background-size: 100%;
  background-image: url(../img/revisions/icons/icon-checkbox-scaled-2.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1340px) {
  ul.checkboxes {
    font-size: 24px;
  }
}

/**
 * Landing text
 */
.landing-text {
  font-size: 16px;
  line-height: 20px;
}
.landing-text h1,
.landing-text h2 {
  font-size: 34px;
  line-height: 36px;
  font-weight: 800;
}

.landing-text-alt {
  color: #FBC507;
}
.landing-text-alt p {
  margin: 0 0 20px 0;
}
.landing-text-alt p:last-child {
  margin-bottom: 0;
}
.landing-text-alt a {
  color: #FBC507;
  text-decoration: underline;
}
.landing-text-alt a:hover {
  color: #fff;
}

.landing-text-alt-2 {
  color: #fff;
}

/**
 * Miscellaneous design modifications
 */
.larger-text {
  font-size: 50px;
  line-height: 70px;
  text-decoration: underline;
  font-weight: 800;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 480px) {
  .larger-text {
    display: block;
  }
}

.arrow-icon {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  padding-bottom: 4px;
  margin-left: 12px;
}
.arrow-icon img {
  vertical-align: middle;
  display: inline-block;
}

/*****************************************************************************
 * Forms
 *****************************************************************************/
input[type=text],
input[type=email],
textarea {
  border: solid #d9d9d9 1px;
  outline: none;
  padding: 10px !important;
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #171b26;
}

select {
  background-color: #fff;
  padding: 10px !important;
  margin: 0 !important;
  border-radius: 3px;
  -webkit-appearance: none;
  border: solid #d9d9d9 1px;
  outline: none;
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #171b26;
  cursor: pointer;
}

.gform_wrapper form {
  padding: 0;
  max-width: 100%;
  width: 100%;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  margin-top: 6px;
}

input[type=submit] {
  padding: 14px 26px;
  font-weight: 400 !important;
  border: 0;
  border-radius: 3px;
  background-color: #FBC507;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
}
input[type=submit]:hover {
  background-color: #147299;
}

.gform_confirmation_message {
  font-weight: 800;
  font-size: 24px;
  text-align: center;
  padding: 100px 0;
}

.gform_wrapper span.gform_description {
  text-align: center;
  font-size: 18px;
}

.gform_wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.gform_wrapper .top_label .gfield_label {
  font-weight: 600;
  margin: 10px 0 0;
}

/*
body .gform_wrapper .top_label div.ginput_container.ginput_container_select {
	position: relative;
}
*/
@media screen and (max-width: 480px) {
  .gform_wrapper form {
    padding: 0 20px;
  }

  .gform_wrapper .top_label .gfield_label {
    margin-bottom: 0;
  }
}
/*****************************************************************************
 * Header, Navigation
 *****************************************************************************/
.header-top {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  color: #000;
  background-color: #fff;
  height: 90px;
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 0;
  box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.35);
}
.header-top .page-wrap {
  position: relative;
}
.header-top .logo {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: scale(1);
  -webkit-transform: scale(1);
  position: absolute;
  left: 15px;
  top: 44px;
  display: block;
  width: 70px;
  float: left;
}
.header-top .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header-top .tagline {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: scale(1);
  -webkit-transform: scale(1);
  position: absolute;
  left: 105px;
  top: 63px;
  display: block;
  width: 137px;
  font-size: 12px;
  font-weight: 200;
  font-style: italic;
  line-height: 150%;
  cursor: default;
}
.header-top .logo-tagline img {
  width: 100%;
  height: auto;
  display: block;
}
.header-top.compress {
  height: 60px;
  background-color: rgba(255, 255, 255, 0.95);
}
.header-top.compress .logo {
  top: 5px;
  width: 42px;
}
.header-top.compress .tagline {
  top: 25px;
  font-size: 10px;
  left: 74px;
  line-height: 125%;
  width: 125px;
}
@media screen and (max-width: 1280px) {
  .header-top {
    padding: 0 2px 0 10px;
    height: 60px;
  }
  .header-top .logo {
    width: 40px;
    top: 6px;
    left: 0px;
  }
  .header-top .tagline {
    top: 37px;
    left: 50px;
    width: 150px;
  }
  .header-top .header-top {
    height: 60px;
  }
}

.header-spacer {
  display: block;
  height: 90px;
  background-color: #efefef;
}
@media screen and (max-width: 1280px) {
  .header-spacer {
    height: 60px;
    display: block;
  }
}

body.vc_editor .header-spacer {
  height: 150px;
  display: block;
}

body.admin-bar .header-top {
  top: 32px;
}

.nav-header {
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.1px;
  float: right;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  text-align: right;
}
.nav-header #menu-menu-2 {
  font-weight: 400;
}
.nav-header li {
  position: relative;
  height: 45px;
  display: inline-block;
  width: 120px;
  text-align: left;
  white-space: nowrap;
}
.nav-header li a {
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  display: inline-block;
  padding: 0 10px;
  border-bottom: solid transparent 5px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.nav-header li.current-menu-item > a, .nav-header li.current-menu-ancestor > a, .nav-header li:hover > a {
  color: #FBC507;
}
.nav-header li.is-submenu-learn {
  width: 74px;
}
.nav-header li.menu-item-1468 {
  width: 110px;
}
.nav-header li.is-submenu-products .sub-menu {
  left: -12px;
}
.nav-header li.is-submenu-industries .sub-menu {
  left: -9px;
}
.nav-header li.is-submenu-learn-fr .sub-menu {
  left: -103px;
}
.nav-header li.is-submenu-products-fr .sub-menu {
  left: -14px;
}
.nav-header li.is-submenu-industries-fr .sub-menu {
  left: -24px;
}
.nav-header li.is-submenu-products-es .sub-menu {
  left: -30px;
}
.nav-header li.is-highlight > a {
  position: relative;
  z-index: 1;
  color: #000;
}
.nav-header li.is-highlight > a:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  width: 100%;
  height: 27px;
  background-color: #FBC507;
  z-index: -1;
}
.nav-header li.is-highlight > a:hover {
  color: #000;
}
.nav-header .sub-menu {
  display: none;
  position: absolute;
  left: 0px;
  top: 45px;
  height: auto;
  width: auto;
  min-width: 100%;
  text-align: center;
  padding: 0;
  background-color: #fff;
  margin-top: 0;
  z-index: 100;
}
.nav-header .sub-menu li {
  height: auto;
  display: block;
  text-align: center;
  width: auto;
}
.nav-header .sub-menu li a {
  height: auto;
  line-height: 125%;
  text-transform: uppercase;
  width: 100%;
  display: block;
  border: 0;
  white-space: nowrap;
  padding: 8px 12px;
}
.nav-header .sub-menu li a:hover {
  background-color: #FBC507;
  color: #fff;
}
.nav-header .sub-menu li:hover a {
  border: 0;
}
.nav-header .sub-menu li.menu-item-351 a:hover, .nav-header .sub-menu li.menu-item-736 a:hover {
  background-color: #F0CC16;
}
.nav-header .sub-menu li.menu-item-350 a:hover, .nav-header .sub-menu li.menu-item-737 a:hover {
  background-color: #A32035;
}
.nav-header .sub-menu li.menu-item-352 a:hover, .nav-header .sub-menu li.menu-item-738 a:hover {
  background-color: #F83146;
}
.nav-header .sub-menu li.menu-item-353 a:hover, .nav-header .sub-menu li.menu-item-739 a:hover {
  background-color: #FF791F;
}
.nav-header .sub-menu li.menu-item-354 a:hover, .nav-header .sub-menu li.menu-item-740 a:hover {
  background-color: #9E66A7;
}
.nav-header li.is-callout .sub-menu {
  left: 10px;
  top: 49px;
  width: 139px;
  background-color: transparent;
  background-image: none;
  padding: 0;
  margin: 0;
  height: auto;
  border-top: solid #FBC507 1px;
}
.nav-header li.is-callout .sub-menu li {
  width: 100%;
}
.nav-header li.is-callout .sub-menu li a {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-align: center;
  margin: 0;
  border-bottom: solid #FBC507 1px;
  font-size: 10px;
  background-color: rgba(251, 197, 7, 0.7);
  color: #000;
}
.nav-header li.is-callout .sub-menu li a:hover {
  color: #fff;
  background-color: #FBC507;
}
.nav-header li.menu-item-11 .sub-menu,
.nav-header li.menu-item-728 .sub-menu {
  width: 170px;
  margin-left: -28px;
}
.nav-header li.menu-item-1483 .sub-menu,
.nav-header li.menu-item-1485 .sub-menu {
  width: 150px;
  margin-left: -18px;
}
.nav-header li:hover .sub-menu {
  display: block;
}
@media screen and (max-width: 1280px) {
  .nav-header li {
    width: 100px;
  }
}
@media screen and (max-width: 1280px) {
  .nav-header {
    display: none;
  }
}

.compress .nav-header li,
.compress .nav-header li a {
  height: 30px;
  line-height: 30px;
}
.compress .nav-header li a {
  border-bottom-width: 3px;
  font-size: 14px;
}
.compress .nav-header .sub-menu {
  top: 30px;
}
.compress .nav-header .sub-menu li,
.compress .nav-header .sub-menu li a {
  height: auto;
  line-height: 100%;
  font-size: 11px;
}
.compress .nav-header li.is-callout .sub-menu {
  top: 30px;
  width: 137px;
}
.compress .nav-header li.is-callout .sub-menu li,
.compress .nav-header li.is-callout .sub-menu li a {
  height: 35px;
  line-height: 35px;
  padding: 0;
}
.compress .nav-header li.is-highlight > a:after {
  top: 3px;
  height: 22px;
}

html[lang=es-ES] .nav-header li.menu-item-1382, html[lang=es-ES] .nav-header li.menu-item-830, html[lang=es-ES] .nav-header li.nav-lang, html[lang=es-ES] .nav-header li.menu-item-1383 {
  width: 100px;
}
html[lang=es-ES] .nav-header li.menu-item-824 {
  margin-right: 10px;
}
html[lang=es-ES] .nav-header li.menu-item-1874 {
  width: 172px;
}
@media screen and (max-width: 1280px) {
  html[lang=es-ES] .nav-header li {
    width: 120px;
  }
}
@media screen and (max-width: 1100px) {
  html[lang=es-ES] .nav-header {
    font-size: 12px;
  }
  html[lang=es-ES] .nav-header li {
    width: 90px;
  }
  html[lang=es-ES] .nav-header li.menu-item-1874 {
    width: 132px;
  }
}

html[lang=fr-FR] .nav-header li.menu-item-1877 {
  width: 208px;
}
@media screen and (max-width: 1280px) {
  html[lang=fr-FR] .nav-header li {
    width: 120px;
  }
}
@media screen and (max-width: 1100px) {
  html[lang=fr-FR] .nav-header {
    font-size: 12px;
  }
  html[lang=fr-FR] .nav-header li {
    width: 90px;
  }
  html[lang=fr-FR] .nav-header li.menu-item-1877 {
    width: 160px;
  }
}

/*****************************************************************************
 * Drawer / Hamburger mobile menu
 *****************************************************************************/
/* Drawer control */
.drawer-trigger {
  display: none;
  float: right;
  width: 60px;
  height: 60px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .drawer-trigger {
    display: block;
  }
}

.drawer-button {
  display: block;
  position: absolute;
  top: -5px;
  left: 0px;
  height: 100%;
  width: 100%;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
.drawer-button:focus, .drawer-button:active, .drawer-button:hover {
  text-decoration: none;
}
.drawer-button .fa {
  font-size: 48px;
  margin-top: 12px;
}
.drawer-button .title {
  display: none;
  font-size: 18px;
  margin-top: 4px;
}
.drawer-button .drawer-button-closed {
  display: table-cell;
}
.drawer-button .drawer-button-opened {
  display: none;
}
@media screen and (max-width: 480px) {
  .drawer-button .fa {
    font-size: 36px;
  }
  .drawer-button .title {
    font-size: 18px;
  }
}

.drawer-open .drawer-button .drawer-button-closed {
  display: none;
}
.drawer-open .drawer-button .drawer-button-opened {
  display: table-cell;
}

.drawer-button-align {
  display: table;
  width: 100%;
  height: 100%;
}
.drawer-button-align .drawer-button-opened,
.drawer-button-align .drawer-button-closed {
  width: 100%;
  vertical-align: middle;
}

/* Drawer menu */
.drawer {
  display: block;
  box-sizing: border-box;
  position: fixed;
  z-index: 28000004;
  top: 0;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #fff;
  -webkit-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transform: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
  overflow-x: hidden;
}
.drawer.is-submenu-open {
  overflow-y: hidden;
}
@media screen and (max-width: 767px) {
  .drawer {
    display: block;
  }
}

.drawer-open .drawer {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.drawer-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/*
html.drawer-open {
	margin-top: 0 !important;
}*/
.nav-drawer-menu {
  padding-bottom: 0;
  font-weight: bold;
}
.nav-drawer-menu ul {
  width: 100%;
  float: left;
  clear: both;
  border-top: solid #efefef 1px;
}
.nav-drawer-menu ul.sub-menu {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
  width: 100%;
  height: 100%;
  transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  transform: translate3d(100%, 0px, 0px);
  -webkit-transform: translate3d(100%, 0px, 0px);
  margin: 0;
  padding: 0;
}
.nav-drawer-menu ul.sub-menu.is-open {
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.nav-drawer-menu li {
  width: 100%;
  float: left;
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
}
.nav-drawer-menu a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  display: block;
  line-height: 200%;
  border-bottom: solid #efefef 1px;
  padding: 8px 10px;
}
.nav-drawer-menu h4,
.nav-drawer-menu .nolink > a {
  color: #FBC507;
  font-size: 24px;
  line-height: 150%;
  border-bottom: solid #FBC507 1px;
  font-weight: bold;
}
.nav-drawer-menu li.menu-item-back a {
  text-transform: uppercase;
  font-weight: lighter;
}

.nav-drawer-menu > li:last-child a {
  border-bottom: 0;
}

/*****************************************************************************
 * Footer
 *****************************************************************************/
.footer-full {
  color: #fff;
  background-color: #000;
  padding-top: 30px;
  display: none;
}

.footer-rev {
  position: relative;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  padding: 30px 0;
  color: #fff;
  background-color: #000;
  margin-top: -1px;
}
.footer-rev p {
  margin: 0 0 20px 0;
}
.footer-rev .copyright {
  font-size: 11px;
  line-height: 30px;
  letter-spacing: -0.1px;
  font-weight: 500;
}
.footer-rev .social a {
  display: inline-block;
}
.footer-rev .social img {
  width: 36px;
  height: auto;
  margin: 0 2px;
}
.footer-rev .social a:hover img {
  opacity: 0.75;
}
.footer-rev ul {
  display: block;
  width: 100%;
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  list-style: none;
  margin: 40px 0;
}
.footer-rev ul li {
  display: inline-block;
  margin: 0 20px;
}
.footer-rev ul a {
  color: #fff;
}
.footer-rev ul a:hover {
  opacity: 0.75;
}

.footer-complex {
  float: left;
  background-color: #000;
  color: #fff;
  padding: 30px 0 100px 0;
}
.footer-complex .footer-wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1080px;
  padding: 0 15px;
}
.footer-complex .frow {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: stretch;
}
.footer-complex .fcolumn {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  margin-bottom: 25px;
}
.footer-complex .fcolumn-main {
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 5%;
  font-size: 11px;
  letter-spacing: -0.1px;
  font-weight: 500;
  line-height: 17px;
}
.footer-complex .fcolumn-main p {
  margin-bottom: 20px;
}
.footer-complex .fcolumn-main p:last-child {
  margin-bottom: 0;
}
.footer-complex .fcolumn-main .hdexpert-button.is-rev-2a,
.footer-complex .fcolumn-main a.hdexpert-button.is-rev-2a,
.footer-complex .fcolumn-main button.hdexpert-button.is-rev-2a {
  min-width: unset;
  width: 100%;
  line-height: 44px;
  font-size: 18px;
}
.footer-complex .fcolumn-recochem {
  flex: 0 0 15%;
  max-width: 15%;
  font-size: 12px;
  line-height: 100%;
  font-weight: 500;
  align-self: flex-end;
}
.footer-complex .fcolumn-recochem p {
  margin-bottom: 15px;
}
.footer-complex .fcolumn-nav {
  flex: 0 0 12%;
  max-width: 12%;
  font-size: 11px;
  line-height: 100%;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.footer-complex .fcolumn-nav a {
  color: #fff;
}
.footer-complex .fcolumn-nav a:hover {
  color: #FBC507;
}
.footer-complex .fcolumn-nav strong {
  font-weight: 900;
  font-size: 13px;
}
.footer-complex .fcolumn-nav p {
  margin-bottom: 20px;
}
.footer-complex .fcolumn-nav ul {
  list-style: none;
}
.footer-complex .fcolumn-nav li {
  margin-bottom: 10px;
}
@media screen and (max-width: 1080px) {
  .footer-complex {
    padding: 45px 0 30px 0;
  }
  .footer-complex .fcolumn {
    margin-bottom: 60px;
  }
  .footer-complex .footer-wrap {
    max-width: 710px;
  }
  .footer-complex .fcolumn-main {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
  }
  .footer-complex .fcolumn-main .hdexpert-button.is-rev-2a,
.footer-complex .fcolumn-main a.hdexpert-button.is-rev-2a,
.footer-complex .fcolumn-main button.hdexpert-button.is-rev-2a {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer-complex .fcolumn-nav {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .footer-complex .fcolumn-recochem {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer-complex .fcolumn-main .hdexpert-button.is-rev-2a,
.footer-complex .fcolumn-main a.hdexpert-button.is-rev-2a,
.footer-complex .fcolumn-main button.hdexpert-button.is-rev-2a {
    line-height: 34px;
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .footer-complex .fcolumn-nav {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .footer-complex .fcolumn-5,
.footer-complex .fcolumn-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/*****************************************************************************
 * Badge container styles
 *****************************************************************************/
.hdexpert-badge {
  display: block;
}
.hdexpert-badge .cap,
.hdexpert-badge .shoe,
.hdexpert-badge .mid {
  width: 100%;
  float: left;
  clear: both;
  display: block;
}
.hdexpert-badge .badge-image {
  display: block;
  width: 100%;
  height: auto;
}
.hdexpert-badge span {
  display: block;
}
.hdexpert-badge .mid {
  background-image: url("../img/badges/badge-gray-mid.png");
  background-repeat: repeat-y;
  background-size: 100%;
  background-color: transparent;
  background-position: center;
  position: relative;
}
.hdexpert-badge .mid .mid-pad1 {
  display: table;
  width: 100%;
  height: 100%;
}
.hdexpert-badge .mid .mid-pad2 {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.hdexpert-badge.is-gallery {
  max-width: 450px;
  margin: 0 auto;
  padding-right: 20px;
}
.hdexpert-badge.is-gallery .mid {
  /* height: 450px; */
  padding: 20px 40px;
}
.hdexpert-badge.is-gallery .mid-content {
  width: 100%;
  float: left;
  clear: both;
}
.hdexpert-badge.is-gallery .owl-carousel .owl-item img {
  height: auto;
}
.hdexpert-badge.is-thumbnail .mid {
  background-image: url("../img/badges/badge-gray-small-mid.png");
}
.hdexpert-badge.is-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.hdexpert-badge.is-thumbnail .mid-content {
  padding: 6px 12px;
}
@media screen and (max-width: 767px) {
  .hdexpert-badge.is-gallery {
    padding-right: 0;
  }
  .hdexpert-badge.is-gallery .mid {
    padding: 10px 20px;
  }
}

.hdexpert-badge-product {
  width: 285px;
  height: 350px;
  background-color: #2a2a2a;
  background-image: url("../img/badges/badge-product.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  float: none;
  display: block;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 125%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.hdexpert-badge-product span {
  display: block;
}
.hdexpert-badge-product .mid {
  padding: 40px 20px 0 20px;
}
.hdexpert-badge-product .img {
  width: 150px;
  margin: 0 auto;
}
.hdexpert-badge-product .img img {
  width: 100%;
  height: auto;
}
.hdexpert-badge-product .title {
  color: #FBC507;
  font-size: 18px;
  margin: 0 0 10px 0;
}
.hdexpert-badge-product .byline {
  font-size: 12px;
}
.hdexpert-badge-product .more {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0px;
}
.hdexpert-badge-product .proshield {
  position: absolute;
  width: 170px;
  height: 74px;
  right: 3px;
  bottom: -30px;
}
.hdexpert-badge-product .proshield img {
  display: block;
  width: 100%;
  height: auto;
}
.hdexpert-badge-product:hover {
  background-color: #444;
}
.hdexpert-badge-nav {
  padding: 0;
}
.hdexpert-badge-nav ul {
  list-style: none;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  list-style: none;
}
.hdexpert-badge-nav li {
  width: 25%;
  float: left;
}
@media screen and (max-width: 1280px) {
  .hdexpert-badge-nav ul {
    max-width: 960px;
  }
  .hdexpert-badge-nav li {
    width: 33.33%;
    margin: 0 0 60px 0;
  }
  .hdexpert-badge-nav li:nth-child(4n) {
    margin-left: 16.666%;
  }
}
@media screen and (max-width: 960px) {
  .hdexpert-badge-nav li {
    width: 50%;
  }
  .hdexpert-badge-nav li:nth-child(4n) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .hdexpert-badge-nav li {
    width: 100%;
  }
}

.hdexpert-badge-product-splash {
  display: block;
  width: 213px;
  height: 285px;
  position: relative;
  overflow: hidden;
}
.hdexpert-badge-product-splash span {
  display: block;
}
.hdexpert-badge-product-splash .layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.hdexpert-badge-product-splash .hover-state,
.hdexpert-badge-product-splash .default-state {
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.hdexpert-badge-product-splash .default-state {
  /* opacity: 0; */
  background-color: #2a2a2a;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.hdexpert-badge-product-splash .overlay img {
  width: 100%;
  height: auto;
  display: block;
}
.hdexpert-badge-product-splash .title {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 40px 0 20px 0;
}
.hdexpert-badge-product-splash .img img {
  width: 120px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.hdexpert-badge-product-splash .byline {
  color: #000;
  font-size: 10px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin: 18px 0 0;
  line-height: 125%;
}
.hdexpert-badge-product-splash .proshield {
  position: absolute;
  right: 0px;
  bottom: 72px;
  width: 100%;
  padding-left: 24px;
}
.hdexpert-badge-product-splash .proshield img {
  display: block;
  width: 100%;
  height: auto;
}
.hdexpert-badge-product-splash .list {
  padding: 30px 40px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 125%;
  text-align: left;
}
.hdexpert-badge-product-splash .list-item {
  display: list-item;
  list-style: disc;
  margin: 0 0 6px 0;
}
.hdexpert-badge-product-splash .hover-state {
  -webkit-transform: translate3d(0px, 100%, 0px);
  transform: translate3d(0px, 100%, 0px);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0px -40px;
}
.hdexpert-badge-product-splash .hover-state.hover-classic {
  background-color: #a065a7;
}
.hdexpert-badge-product-splash .hover-state.hover-premium {
  background-color: #f4792e;
}
.hdexpert-badge-product-splash .hover-state.hover-extreme {
  background-color: #a51e36;
}
.hdexpert-badge-product-splash .hover-state.hover-endurance {
  background-color: #d49329;
}
.hdexpert-badge-product-splash .hover-state.hover-extra {
  background-color: #ffd60b;
}
.hdexpert-badge-product-splash .hover-state.hover-extra .list {
  color: #000;
}
.hdexpert-badge-product-splash .hover-state .title {
  color: #000;
}
.hdexpert-badge-product-splash:hover .default-state {
  -webkit-transform: translate3d(0px, -100%, 0px);
  transform: translate3d(0px, -100%, 0px);
}
.hdexpert-badge-product-splash:hover .hover-state {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.hdexpert-badge-product-splash.is-main {
  width: 266px;
  height: 370px;
  -webkit-clip-path: polygon(50% 0%, 100% 10%, 100% 93%, 50% 100%, 0 93%, 0 10%);
  clip-path: polygon(50% 0%, 100% 10%, 100% 93%, 50% 100%, 0 93%, 0 10%);
}
.hdexpert-badge-product-splash.is-main .title {
  font-size: 28px;
}
.hdexpert-badge-product-splash.is-main .img img {
  width: 175px;
}
.hdexpert-badge-product-splash.is-main .proshield {
  padding-left: 50px;
  bottom: 94px;
}
.hdexpert-badge-product-splash.is-main .byline {
  margin-top: 40px;
  font-size: 14px;
}
.hdexpert-badge-product-splash.is-main .list {
  padding-top: 60px;
  font-size: 16px;
}

.hdexpert-js-ready .hdexpert-badge-product-splash .default-state {
  opacity: 1;
}

.hdexpert-badge-nav-splash ul {
  display: block;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  list-style: none;
}
.hdexpert-badge-nav-splash li {
  width: 20%;
  float: left;
}
.hdexpert-badge-nav-splash li.is-second {
  margin-top: 20px;
}
.hdexpert-badge-nav-splash li.is-third {
  margin-top: 40px;
}
.hdexpert-badge-nav-splash li.proshield-break {
  display: none;
}
.hdexpert-badge-nav-splash.is-main ul {
  max-width: 880px;
}
.hdexpert-badge-nav-splash.is-main li {
  width: 33.333%;
  margin-bottom: 20px;
}
.hdexpert-badge-nav-splash.is-main li.is-second, .hdexpert-badge-nav-splash.is-main li.is-third {
  margin-top: 0;
}
.hdexpert-badge-nav-splash.is-main li.is-third + li {
  margin-left: 18%;
}
@media screen and (max-width: 1080px) {
  .hdexpert-badge-nav-splash ul {
    text-align: center;
  }
  .hdexpert-badge-nav-splash li {
    display: inline-block;
    float: none;
    width: 213px;
  }
  .hdexpert-badge-nav-splash li.is-second, .hdexpert-badge-nav-splash li.is-third {
    margin-top: 0;
  }
  .hdexpert-badge-nav-splash li.proshield-break {
    display: block;
  }
  .hdexpert-badge-nav-splash.is-main li {
    width: 266px;
    margin: 20px 10px;
  }
  .hdexpert-badge-nav-splash.is-main li.proshield-break {
    display: none !important;
  }
  .hdexpert-badge-nav-splash.is-main li.is-second, .hdexpert-badge-nav-splash.is-main li.is-third {
    margin: 20px 10px;
  }
  .hdexpert-badge-nav-splash.is-main li.is-third + li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .hdexpert-badge-nav-splash li {
    display: block !important;
    width: 50% !important;
    float: left !important;
    margin: 20px 0 !important;
  }
  .hdexpert-badge-nav-splash li.proshield-break {
    display: none;
  }
  .hdexpert-badge-nav-splash li:last-child {
    width: 100% !important;
  }
  .hdexpert-badge-nav-splash li .hdexpert-badge-product-splash {
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .hdexpert-badge-nav-splash li {
    width: 100% !important;
    clear: both !important;
  }
}

/*****************************************************************************
 * Products 
 * - March 2018 product page revisions
 * - Main products page
 * - Products single
 *****************************************************************************/
.products-main-nav {
  background-color: #ffd101;
  background-image: url(../img/products/products-main-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
}

/*****************************************************************************
 * Product single header
 *****************************************************************************/
.vehicle-types {
  display: inline-block;
  vertical-align: top;
  margin: 6px 0 0 20px;
  padding: 0;
  list-style: none;
  line-height: 32px;
}
.vehicle-types li {
  display: inline-block;
  line-height: 100%;
}
.vehicle-types li .icon {
  display: block;
}
.vehicle-types li .icon img {
  display: block;
  height: 32px;
  margin: 0 auto 6px auto;
}
.vehicle-types li .label {
  display: block;
  font-size: 10px;
  font-weight: 200;
  text-transform: uppercase;
}
.vehicle-types li .label .sb {
  display: none;
}
.vehicle-types li:last-child {
  display: none;
}

.hdexpert-product-header {
  color: #fff;
  padding: 16px 0 10px 0;
  text-align: center;
}
.hdexpert-product-header .page-wrap {
  padding-left: 125px;
}
.hdexpert-product-header .product-title {
  font-size: 64px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .hdexpert-product-header {
    text-align: left;
    background: transparent !important;
    color: #000;
  }
  .hdexpert-product-header .page-wrap {
    padding: 0;
    width: 80%;
  }
  .hdexpert-product-header .vehicle-types {
    display: none;
  }
  .hdexpert-product-header .product-title {
    font-size: 96px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .hdexpert-product-header {
    text-align: center;
  }
  .hdexpert-product-header .product-title {
    display: block;
    line-height: 100%;
    font-size: 48px;
    clear: both;
    width: 100%;
  }
  .hdexpert-product-header .vehicle-types {
    margin: 10px 0;
  }
}

/** Show 'SB' on extend page only **/
.postid-1516 .vehicle-types li .label .sb {
  display: inline;
}

/*****************************************************************************
 * Vehicle types (mobile)
 *****************************************************************************/
.hdexpert-mobile-vehicle-types {
  display: none;
}
.hdexpert-mobile-vehicle-types .page-wrap {
  width: 80%;
}
@media screen and (max-width: 960px) {
  .hdexpert-mobile-vehicle-types {
    display: block;
  }
  .hdexpert-mobile-vehicle-types .vehicle-types {
    text-align: center;
    width: 100%;
    margin: 30px 0 50px 0;
  }
  .hdexpert-mobile-vehicle-types .vehicle-types li {
    display: inline-block;
    margin: 0 5px;
  }
  .hdexpert-mobile-vehicle-types .vehicle-types li .icon {
    background-color: #ccc;
    display: inline-block;
    padding: 0;
  }
  .hdexpert-mobile-vehicle-types .vehicle-types li .icon img {
    visibility: visible;
    height: 64px;
    display: block;
    margin: 0;
  }
  .hdexpert-mobile-vehicle-types .vehicle-types li .icon.is-spacer {
    visibility: hidden;
  }
  .hdexpert-mobile-vehicle-types .vehicle-types li .label {
    font-size: 14px;
    margin-top: 5px;
  }
}

/*****************************************************************************
 * Product sub navigation
 *****************************************************************************/
.hdexpert-product-subnav .page-wrap {
  padding: 0 10px;
}
.hdexpert-product-subnav .products-nav {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.hdexpert-product-subnav .products-nav li {
  display: inline-block;
}
.hdexpert-product-subnav .products-nav a {
  display: block;
  text-transform: uppercase;
  background-color: #2a2a2a;
  background-image: url(../img/products/sub-nav-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  color: #fff;
  font-size: 11px;
  line-height: 32px;
  width: 100px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  padding-right: 12px;
  font-weight: 600;
}
.hdexpert-product-subnav .products-nav a:hover {
  color: #000;
}
.hdexpert-product-subnav .products-nav .active a {
  background-image: url(../img/products/sub-nav-bg-active.png);
}
@media screen and (max-width: 960px) {
  .hdexpert-product-subnav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hdexpert-product-subnav .products-nav {
    float: none;
    max-width: 520px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .hdexpert-product-subnav .products-nav {
    display: none;
  }
}

.hdexpert-product-subnav-mobile {
  display: none;
  margin-top: 1em;
}
.hdexpert-product-subnav-mobile .page-wrap {
  padding: 0;
  width: 80%;
}
.hdexpert-product-subnav-mobile .products-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hdexpert-product-subnav-mobile .products-nav li {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 8px;
}
.hdexpert-product-subnav-mobile .products-nav li .line {
  content: "";
  display: block;
  width: 74%;
  margin: 0 auto;
  border-bottom: solid #000 2px;
  border-bottom-width: 0;
}
.hdexpert-product-subnav-mobile .products-nav a {
  display: inline-block;
  padding: 2px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
  line-height: 20px;
  color: #000;
  width: 70px;
  text-align: center;
  margin-bottom: 4px;
}
.hdexpert-product-subnav-mobile .products-nav a .nav-bg {
  background-color: #fff;
  display: inline-block;
  padding: 0 2px;
  width: 100%;
}
.hdexpert-product-subnav-mobile .products-nav li.active .line {
  border-bottom-width: 2px;
}
.hdexpert-product-subnav-mobile .products-nav li.active a .nav-bg {
  background-color: transparent;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .hdexpert-product-subnav-mobile {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .hdexpert-product-subnav-mobile .products-nav li {
    margin-right: 0px;
  }
}
@media screen and (max-width: 480px) {
  .hdexpert-product-subnav-mobile {
    text-align: center;
  }
  .hdexpert-product-subnav-mobile .page-wrap {
    width: 90%;
  }
}

/*****************************************************************************
 * Product main content
 *****************************************************************************/
.hdexpert-product-main {
  margin: 2em 0 0;
  padding-bottom: 0;
}
.hdexpert-product-main .col-content {
  width: 65%;
  float: right;
  padding-left: 20px;
  font-family: "Open Sans", sans-serif;
  color: #2a2a2a;
  position: relative;
}
.hdexpert-product-main .col-content h2 {
  font-size: 18px;
  margin: 0 0 1em 0;
  line-height: 125%;
}
.hdexpert-product-main .col-content h3 {
  font-size: 18px;
  margin: 0;
  line-height: 125%;
}
.hdexpert-product-main .col-content ul {
  font-size: 14px;
  margin: 0 0 1em 0;
  padding: 0 0 0 2em;
  line-height: 150%;
  list-style: disc;
}
.hdexpert-product-main .col-content p {
  font-size: 14px;
  line-height: 150%;
  margin: 1em 0;
}
.hdexpert-product-main .wrap-content {
  width: 100%;
  clear: both;
}
.hdexpert-product-main .content-main .wrap-content {
  max-width: 720px;
}
.hdexpert-product-main .content-secondary {
  position: relative;
  overflow: hidden;
}
.hdexpert-product-main .content-secondary .wrap-content {
  max-width: 440px;
}
.hdexpert-product-main .content-secondary .banner {
  position: absolute;
  top: 0px;
  right: 0px;
}
.hdexpert-product-main .content-secondary .banner img {
  display: block;
  height: 220px;
  width: auto;
}
@media screen and (max-width: 1680px) {
  .hdexpert-product-main .content-secondary .banner {
    top: -30px;
    right: -160px;
  }
}
@media screen and (max-width: 1280px) {
  .hdexpert-product-main .content-secondary .banner {
    right: -230px;
  }
}
@media screen and (max-width: 1200px) {
  .hdexpert-product-main .content-secondary .banner {
    right: -300px;
  }
}
@media screen and (max-width: 1080px) {
  .hdexpert-product-main .content-secondary .banner {
    right: -120px;
    top: 0px;
  }
  .hdexpert-product-main .content-secondary .banner img {
    height: 120px;
  }
}
@media screen and (max-width: 960px) {
  .hdexpert-product-main .content-secondary .banner {
    display: none;
  }
}
.hdexpert-product-main .content-tertiary {
  padding-right: 10px;
}
.hdexpert-product-main .content-tertiary .wrap-content {
  max-width: 800px;
}
.hdexpert-product-main .col-gallery {
  margin: 2em 0 0;
  width: 35%;
  padding: 0 0 0 20px;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
.hdexpert-product-main .col-gallery .heading {
  margin: 0 0 2em 0;
}
.hdexpert-product-main .wrap-gallery {
  width: 80%;
  min-width: 280px;
  margin: 0 auto;
}
.hdexpert-product-main .gallery-stage img {
  width: auto;
  height:auto;
  max-height: 350px;
  max-width:99%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .hdexpert-product-main {
    margin: 0 auto;
    float: none;
    width: 80%;
    padding: 0;
  }
  .hdexpert-product-main .gallery-stage img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .hdexpert-product-main .col-content,
.hdexpert-product-main .col-gallery {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
  }
  .hdexpert-product-main .col-gallery {
    display: none;
  }
  .hdexpert-product-main .col-content h2 {
    font-size: 18px;
  }
  .hdexpert-product-main .col-content h3 {
    font-size: 16px;
  }
  .hdexpert-product-main .col-content ul {
    font-size: 12px;
    padding: 0 0 0 2em;
  }
  .hdexpert-product-main .col-content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .hdexpert-product-main .col-content,
.hdexpert-product-main .col-gallery {
    padding: 0;
  }
}

.hdexpert-product-zoom {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: none;
}
@media screen and (max-width: 960px) {
  .hdexpert-product-zoom {
    display: none !important;
  }
}

.hdexpert-product-main .gallery-list,
.mobile-gallery-list .gallery-list {
  width: 100%;
  float: left;
  clear: both;
}
.hdexpert-product-main .gallery-list .gallery-list-title,
.mobile-gallery-list .gallery-list .gallery-list-title {
  font-weight: 800;
  margin: 24px 0 0;
  font-size: 14px;
  text-transform: uppercase;
  background: #000;
  padding: 8px;
  color: #fff;
  text-align: center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.hdexpert-product-main .gallery-list .gallery-list-buttons,
.mobile-gallery-list .gallery-list .gallery-list-buttons {
  width: 100%;
  float: left;
  clear: both;
  padding: 8px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.hdexpert-product-main .gallery-list .gallery-selector,
.mobile-gallery-list .gallery-list .gallery-selector {
  display: block;
  width: 100%;
  float: left;
  /*
  &.selector-1 {
  	padding-right: 5px;
  }
  &.selector-2 {
  	padding-left: 5px;
  }
  */
}
.hdexpert-product-main .gallery-list .gallery-selector a,
.mobile-gallery-list .gallery-list .gallery-selector a {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0;
  border-radius: 5px;
  border: solid #000 1px;
  text-decoration: none;
  font-weight: 600;
  display: block;
  width: 100%;
  line-height: 32px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
  color: #000;
}
.hdexpert-product-main .gallery-list .gallery-selector a span,
.mobile-gallery-list .gallery-list .gallery-selector a span {
  font-size: 14px;
  vertical-align: middle;
  background-color: #000;
  color: #fff;
  padding: 0 4px;
  border-radius: 4px;
  border: solid #000 1px;
}
.hdexpert-product-main .gallery-list .gallery-selector a:hover, .hdexpert-product-main .gallery-list .gallery-selector a.active,
.mobile-gallery-list .gallery-list .gallery-selector a:hover,
.mobile-gallery-list .gallery-list .gallery-selector a.active {
  background-color: #000;
  color: #fff;
}
.hdexpert-product-main .gallery-list .gallery-selector a:hover span, .hdexpert-product-main .gallery-list .gallery-selector a.active span,
.mobile-gallery-list .gallery-list .gallery-selector a:hover span,
.mobile-gallery-list .gallery-list .gallery-selector a.active span {
  background-color: #fff;
  color: #000;
}
.hdexpert-product-main .gallery-list .gallery-selector.selector-1,
.mobile-gallery-list .gallery-list .gallery-selector.selector-1 {
  margin-bottom: 8px;
}

.owl-carousel.owl-drag .owl-item {
  width: 100%;
}

.mobile-gallery-list {
  display: none;
}
.mobile-gallery-list .gallery-list {
  max-width: 320px;
  margin: 0 auto;
  float: none;
  text-align: center;
}
.mobile-gallery-list .gallery-list .gallery-list-title {
  background: #fff !important;
  color: #000 !important;
}
@media screen and (max-width: 960px) {
  .mobile-gallery-list {
    display: block;
  }
  .mobile-gallery-list .page-wrap {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .mobile-gallery-list .page-wrap {
    width: 90%;
  }
}

.postid-50 .hdexpert-product-main .gallery-list .gallery-list-title,
.postid-50 .mobile-gallery-list .gallery-list .gallery-list-title,
.postid-50 .hdexpert-product-bottom h5.caption,
.postid-50 .items-list-table .is-header td,
.postid-763 .hdexpert-product-main .gallery-list .gallery-list-title,
.postid-763 .mobile-gallery-list .gallery-list .gallery-list-title,
.postid-763 .hdexpert-product-bottom h5.caption,
.postid-763 .items-list-table .is-header td,
.postid-770 .hdexpert-product-main .gallery-list .gallery-list-title,
.postid-770 .mobile-gallery-list .gallery-list .gallery-list-title,
.postid-770 .hdexpert-product-bottom h5.caption,
.postid-770 .items-list-table .is-header td {
  color: #333;
}

/*****************************************************************************
 * Gallery switcher content 
 *****************************************************************************/
.hdexpert-product-gallery {
  display: none;
  margin-top: 30px;
}
.hdexpert-product-gallery ul {
  width: 100%;
  float: left;
  clear: both;
}
.hdexpert-product-gallery ul li {
  width: 33.3333%;
  float: left;
  display: block;
  text-align: center;
}
.hdexpert-product-gallery ul li a {
  display: block;
  position: relative;
  cursor: default;
}
.hdexpert-product-gallery ul li a img {
  display: block;
  margin: 0 auto;
  height: 220px;
  width: auto;
}
.hdexpert-product-gallery ul li a .title {
  text-decoration: none;
  color: #000;
  font-size: 12px;
  font-weight: 800;
  display: block;
  margin: 10px 0;
}
.hdexpert-product-gallery ul li a:after {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  border-right: solid #000 1px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  right: 0px;
}
.hdexpert-product-gallery ul li:last-child a:after {
  display: none;
}
.hdexpert-product-gallery.count-5 ul li {
  width: 20%;
}
.hdexpert-product-gallery.count-4 ul li {
  width: 25%;
}
@media screen and (max-width: 992px) {
  .hdexpert-product-gallery.count-4 ul li {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .hdexpert-product-gallery {
    margin-top: 40px;
  }
  .hdexpert-product-gallery .page-wrap {
    width: 80%;
  }
  .hdexpert-product-gallery.count-5 ul li,
.hdexpert-product-gallery ul li {
    width: 50%;
    margin: 0 0 40px 0;
  }
  .hdexpert-product-gallery.count-4 ul li,
  .hdexpert-product-gallery ul li {
      width: 50%;
      margin: 0 0 40px 0;
    }
  .hdexpert-product-gallery.count-5 ul li a:after,
.hdexpert-product-gallery ul li a:after {
    border-width: 2px;
  }
  .hdexpert-product-gallery.count-4 ul li a:after,
.hdexpert-product-gallery ul li a:after {
    border-width: 2px;
  }
  .hdexpert-product-gallery.count-5 ul li:nth-child(2n) a:after,
.hdexpert-product-gallery ul li:nth-child(2n) a:after {
    border-width: 0;
  }
  .hdexpert-product-gallery.count-4 ul li:nth-child(2n) a:after,
.hdexpert-product-gallery ul li:nth-child(2n) a:after {
    border-width: 0;
  }
  .hdexpert-product-gallery.count-5 ul li:nth-child(3n),
.hdexpert-product-gallery ul li:nth-child(3n) {
    margin-left: 25%;
  }
  .hdexpert-product-gallery.count-4 ul li:nth-child(3n),
.hdexpert-product-gallery ul li:nth-child(3n) {
    margin-left: 25%;
  }
}
@media screen and (max-width: 480px) {
  .hdexpert-product-gallery .page-wrap {
    width: 90%;
    max-width: 280px;
  }
  .hdexpert-product-gallery.count-5 ul li,
.hdexpert-product-gallery ul li {
    width: 100%;
  }
  .hdexpert-product-gallery.count-5 ul li a img,
.hdexpert-product-gallery ul li a img {
    height: auto;
    width: 100%;
    display: block;
  }
  .hdexpert-product-gallery.count-5 ul li a:after,
.hdexpert-product-gallery ul li a:after {
    display: none;
  }
  .hdexpert-product-gallery.count-5 ul li:nth-child(2n), .hdexpert-product-gallery.count-5 ul li:nth-child(3n),
.hdexpert-product-gallery ul li:nth-child(2n),
.hdexpert-product-gallery ul li:nth-child(3n) {
    margin-left: 0;
    width: 100%;
  }
}

/*****************************************************************************
 * Product bottom 
 *****************************************************************************/
.hdexpert-product-bottom {
  padding-top: 40px;
  padding-bottom: 10%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  /*
  &.has-proshield {
  	padding-top: 12%;
  }
  @media screen and (max-width: 1920px) {
  	&.has-proshield {
  		padding-top: 40px;
  	}
  }
  */
}
.hdexpert-product-bottom h5 {
  font-family: "Open Sans", sans-serif;
  color: #2d2d2d;
  font-size: 14px;
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase;
  margin: 10px 0;
}
.hdexpert-product-bottom h5.caption {
  background-color: #333;
  color: #fff;
}
.hdexpert-product-bottom .vehicles-list-chunk.chunk-2 {
  margin-top: 30px;
}
.hdexpert-product-bottom .col {
  width: 50%;
  float: left;
  padding: 0 10px;
}
.hdexpert-product-bottom .col-1 {
  width: 45%;
  margin-bottom: 25%;
}
.hdexpert-product-bottom .col-2 {
  width: 55%;
}
.hdexpert-product-bottom .page-wrap2 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1920px) {
  .hdexpert-product-bottom .col-1 {
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 1080px) {
  .hdexpert-product-bottom .col-1,
.hdexpert-product-bottom .col-2 {
    width: 100%;
    padding: 40px;
    clear: both;
    margin-bottom: 0;
  }
  .hdexpert-product-bottom .col-2 {
    padding-top: 0;
  }
  .hdexpert-product-bottom.has-proshield {
    padding-top: 0;
  }
}
@media screen and (max-width: 960px) {
  .hdexpert-product-bottom {
    padding-top: 0;
    background-image: none !important;
    /*display: none;*/
  }
}
@media screen and (max-width: 767px) {
  .hdexpert-product-bottom .col-1,
.hdexpert-product-bottom .col-2 {
	overflow-x: scroll;
	min-width: 120px; 
  padding: 20px 0;
  }
}

.vehicle-list-table {
  font-size: 12px;
  border: solid #000 1px;
  width: 100%;
  background-color: #fff;
  color: #000;
  line-height: 125%;
  font-weight: 500;
}
.vehicle-list-table td {
  border-bottom: solid #000 1px;
  border-right: solid #000 1px;
  padding: 4px;
  vertical-align: middle;
}
.vehicle-list-table td.has-hr {
  padding: 0;
}
.vehicle-list-table td.has-hr hr {
  display: none;
}
.vehicle-list-table td.has-hr .splitline {
  padding: 4px;
  display: block;
}
.vehicle-list-table td.has-hr .splitline + .splitline {
  border-top: solid #000 1px;
}
.vehicle-list-table td.group-title {
  text-align: right;
  text-transform: uppercase;
  vertical-align: middle;
  padding-right: 12px;
  background-color: #fff !important;
}
.vehicle-list-table td.group-title p {
  margin-bottom: 15px;
}
.vehicle-list-table td.group-title p:last-child {
  margin-bottom: 0;
}
/*.vehicle-list-table .is-alt td {
  background-color: #eee;
}*/

.items-list-table {
  font-size: 12px;
  border: solid #000 1px;
  width: 100%;
  background-color: #fff;
  color: #000;
  line-height: 125%;
  font-weight: 500;
  text-align: center;
}
.items-list-table td {
  border-bottom: solid #000 1px;
  border-right: solid #000 1px;
  padding: 7px 6px;
  vertical-align: middle;
}
.items-list-table td span {
  white-space: nowrap;
}
.items-list-table .is-alt td {
  background-color: #eee;
}
.items-list-table .is-header td {
  background-color: #666;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.items-list-table td.ckey-upc, .items-list-table td.ckey-scc {
  white-space: nowrap;
}
/*
@media screen and (max-width: 640px) {
  .hdexpert-product-bottom .col-1, .hdexpert-product-bottom .col-2 {
    padding: 0;
  }

  .vehicle-list-table,
.vehicle-list-table tbody,
.vehicle-list-table tr,
.vehicle-list-table td,
.items-list-table,
.items-list-table tbody,
.items-list-table tr,
.items-list-table td {
    display: block;
    width: 100% !important;
    clear: both;
  }

  .vehicle-list-table,
.items-list-table {
    max-width: 320px;
    margin: 0 auto;
    height: auto;
    font-size: 14px;
  }

  .vehicle-list-table {
    margin-bottom: 20px;
    border: 0;
  }
  .vehicle-list-table td {
    padding: 6px;
    text-align: center;
  }
  .vehicle-list-table td.is-empty {
    display: none;
  }
  .vehicle-list-table .is-alt td {
    background-color: #fff !important;
  }
  .vehicle-list-table td.group-title {
    text-align: center;
    font-weight: 800;
    text-transform: none;
    font-size: 16px;
  }

  .items-list-table {
    background-color: transparent;
    border: 0;
  }

  .items-list-table tr {
    margin: 0 0 20px 0;
    background-color: #fff;
  }
  .items-list-table tr td {
    padding: 6px;
    text-align: center;
  }
  .items-list-table tr td.is-empty {
    display: none;
  }
  .items-list-table tr td:before {
    content: attr(data-title);
    font-weight: 800;
    display: block;
  }
  .items-list-table tr td span {
    white-space: normal;
  }
  .items-list-table tr.is-alt td {
    background-color: #fff !important;
  }

  .items-list-table tr.is-header {
    display: none;
  }
}*/
/*****************************************************************************
 * Proshield mobile
 *****************************************************************************/
.mobile-proshield {
  display: none;
}
.mobile-proshield .page-wrap {
  width: 90%;
}
.mobile-proshield .icon-blocks {
  padding: 40px 0 0;
}
.mobile-proshield .icon-blocks.is-description {
  text-align: left;
}
.mobile-proshield .icon-blocks h5 {
  text-align: left;
  font-family: "Open Sans", sans-serif;
  color: #444;
  font-size: 18px;
  margin: 0 0 5px 0;
}
.mobile-proshield .icon-blocks h5 .title {
  font-size: 48px;
  color: #147399;
  display: block;
  margin: 10px 0 0;
  font-weight: 800;
}
.mobile-proshield .icon-blocks .iblock .list-item {
  border-bottom: solid #51a3bb 1px;
}
.mobile-proshield .icon-blocks .iblock .list-item:last-child {
  padding-bottom: 2px;
}
.mobile-proshield .icon-blocks .iblock .col-1 {
  border: solid #51a3bb 1px;
}
.mobile-proshield .icon-blocks .iblock .col-2 {
  border: solid #51a3bb 1px;
}
.mobile-proshield .icon-blocks ul {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #444;
  line-height: 125%;
}
@media screen and (max-width: 960px) {
  .mobile-proshield {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .mobile-proshield .icon-blocks .iblock-cols {
    max-width: 100%;
  }
  .mobile-proshield .icon-blocks .iblock {
    margin: 0;
    width: 50%;
    padding: 0 2px;
  }
  .mobile-proshield .icon-blocks h5 .title {
    font-size: 32px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 640px) {
  .mobile-proshield .icon-blocks .iblock .list-item {
    font-size: 11px;
  }
  .mobile-proshield .icon-blocks .iblock .col-1 {
    width: 59px;
    height: 59px;
    background-size: 59px;
  }
  .mobile-proshield .icon-blocks .iblock .col-2 {
    margin-left: -59px;
    padding-left: 59px;
  }
}
@media screen and (max-width: 480px) {
  .mobile-proshield .icon-blocks .iblock {
    width: 100%;
    padding: 0;
  }
  .mobile-proshield .icon-blocks .iblock .cols {
    margin-bottom: 40px;
  }
  .mobile-proshield .icon-blocks .iblock .col-2 {
    max-width: 260px;
    margin: 0 auto;
    float: none;
    padding: 0;
  }
  .mobile-proshield .icon-blocks .iblock.contains-ul h5 {
    display: none;
  }
  .mobile-proshield .icon-blocks .iblock ul {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
  }
  .mobile-proshield .icon-blocks .iblock ul li {
    margin: 10px 0 0;
  }
  .mobile-proshield .icon-blocks h5 {
    text-align: center;
  }
}

/*****************************************************************************
 * Product bottom for mobile
 *****************************************************************************/
.hdexpert-product-mobile-bottom {
  display: none;
  padding-bottom: 20px;
}
.hdexpert-product-mobile-bottom .page-wrap {
  width: 90%;
  max-width: 800px;
}
@media screen and (max-width: 960px) {
  .hdexpert-product-mobile-bottom {
    display: block;
  }
}

table.hdexpert-mobile-chart {
  width: 100%;
  border: solid #000 2px;
  line-height: 125%;
  margin-top: 2em;
}
table.hdexpert-mobile-chart sup {
  vertical-align: super;
}
table.hdexpert-mobile-chart th {
  color: #fff;
  background-color: #000;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 125%;
  border-right: solid #000 2px;
  text-align: left;
  max-width: 180px;
}
table.hdexpert-mobile-chart th,
table.hdexpert-mobile-chart td {
  padding: 10px;
  border-bottom: solid #000 1px;
  vertical-align: middle;
}
table.hdexpert-mobile-chart ul {
  list-style-type: none;
  margin-left: 1em;
}
table.hdexpert-mobile-chart ul li {
  text-indent: -5px;
}
table.hdexpert-mobile-chart ul li:before {
  content: " - ";
  text-indent: -5px;
  display: block;
  float: left;
  margin-right: 5px;
}
table.hdexpert-mobile-chart p + ul,
table.hdexpert-mobile-chart p + ol,
table.hdexpert-mobile-chart p + p {
  margin-top: 1em;
}
@media screen and (max-width: 480px) {
  table.hdexpert-mobile-chart {
    display: block;
    width: 100%;
    float: left;
    clear: both;
    border-bottom: 0;
  }
  table.hdexpert-mobile-chart tr,
table.hdexpert-mobile-chart tbody,
table.hdexpert-mobile-chart th,
table.hdexpert-mobile-chart td {
    display: block;
    width: 100%;
    float: left;
    clear: both;
    max-width: 100%;
  }
  table.hdexpert-mobile-chart th {
    border: 0;
  }
  table.hdexpert-mobile-chart td {
    border-bottom: solid #000 2px;
  }
}

/*****************************************************************************
 * Product gallery with thumbnails
 *****************************************************************************/
.gallery-owl {
  width: 100%;
  float: left;
  clear: both;
  display: none;
}
.gallery-owl .owl-thumbs {
  width: 100%;
  float: left;
  clear: both;
  padding-top: 10px;
}
.gallery-owl .owl-thumb-item {
  width: 25%;
  padding: 6px;
  float: left;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
  outline: none;
  background: transparent;
}
.gallery-owl .owl-thumb-item img {
  width: auto;
  margin: 0 auto;
  height: 48px;
}
@media screen and (max-width: 960px) {
  .gallery-owl .owl-thumb-item img {
    height: 32px;
  }
}

.hdexpert-product-main .gallery-stage .gallery-owl .owl-thumbs img {
  width: auto;
  margin: 0 auto;
  height: 48px;
}

.owl-stage-mobile {
  display: none;
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 20px;
}
.owl-stage-mobile .wrap-gallery {
  width: 90%;
  margin: 0 auto;
  max-width: 280px;
}

@media screen and (max-width: 960px) {
  .owl-stage-mobile {
    display: block;
  }
}
.hdexpert-angle {
  position: relative;
  pointer-events: none;
}
.hdexpert-angle .img {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.hdexpert-angle .img img {
  width: 100%;
  height: auto;
  display: block;
}

/*
.home .hdexpert-angle .img {
	bottom: 30px;
}
*/

/*   Prev and nex buttons
*/

.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.25;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #5110e9;
}

.owl-carousel .nav-button {
  height: 75px;
  width: 25px;
  cursor: pointer;
  position: absolute;
  top: 150px !important;
}

.owl-carousel .owl-prev {
  left: -35px;
  font-size: 150%;
}

.owl-carousel .owl-next {
  right: -35px;
  font-size: 150%;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 39px;
  background: #000000;
  border-radius: 3px;
}

.owl-carousel .prev-carousel:hover {
  background-position: 0px -53px;
  font-size: 200%
}

.owl-carousel .next-carousel:hover {
  background-position: -24px -53px;
}

/*****************************************************************************
 * Fleet block callout section
 *****************************************************************************/
.widget-hdexpert-fleet-block-text,
.widget-hdexpert-fleet-block-images {
  margin-top: -10%;
}

.widget-hdexpert-proshield {
  margin-top: -17%;
}
@media screen and (max-width: 1280px) {
  .widget-hdexpert-proshield {
    margin-top: -22%;
  }
}
@media screen and (max-width: 960px) {
  .widget-hdexpert-proshield {
    margin-top: -35%;
  }
}

@media screen and (max-width: 960px) {
  .single-hdexpert-product .widget-hdexpert-proshield {
    margin-top: 0;
  }
}

.page-template-page-contact .widget-hdexpert-fleet-block-text,
.page-template-page-learn-single .widget-hdexpert-fleet-block-text {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .page-template-page-learn .widget-hdexpert-fleet-block-text {
    margin-top: 0;
  }
}

.hdexpert-fleet-block {
  background-color: transparent;
  background-image: url(../img/fleet-block-text-bg-fs8.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  margin-top: 0;
  padding-bottom: 15%;
}
.hdexpert-fleet-block .callouts {
  cursor: default;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 8%;
}
.hdexpert-fleet-block .callouts li {
  margin: 0;
  padding: 0;
  width: 20%;
  float: left;
  display: block;
  position: relative;
}
.hdexpert-fleet-block .callouts span {
  display: block;
}
.hdexpert-fleet-block .callouts img {
  display: block;
  width: 100%;
  height: auto;
}
.hdexpert-fleet-block .callouts .layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.hdexpert-fleet-block .callouts .mobile {
  display: none;
}
.hdexpert-fleet-block .callouts .bg {
  visibility: hidden;
}
.hdexpert-fleet-block .callouts .title {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.hdexpert-fleet-block .callouts .title-block {
  width: 100%;
  line-height: 400%;
  padding: 0;
  white-space: nowrap;
}
.hdexpert-fleet-block .callouts span.pad1 {
  display: table;
  width: 100%;
  height: 100%;
}
.hdexpert-fleet-block .callouts span.pad2 {
  display: table-cell;
  width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .hdexpert-fleet-block .callouts .title-block {
    line-height: 300%;
  }
  .hdexpert-fleet-block .callouts .title {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .hdexpert-fleet-block .callouts .title {
    font-size: 12px;
    font-weight: normal;
  }
}
@media screen and (max-width: 480px) {
  .hdexpert-fleet-block .callouts {
    padding: 0;
  }
  .hdexpert-fleet-block .callouts li {
    width: 20%;
    padding: 0 10px;
  }
  .hdexpert-fleet-block .callouts .mobile {
    display: block;
  }
  .hdexpert-fleet-block .callouts .bg {
    display: none;
  }
  .hdexpert-fleet-block .callouts .img {
    display: none;
  }
  .hdexpert-fleet-block .callouts .title {
    font-size: 7px;
    font-weight: bold;
    position: static;
  }
}

html[lang=es-ES] .hdexpert-fleet-block .callouts .title-block {
  font-size: 18px;
}
@media screen and (max-width: 1280px) {
  html[lang=es-ES] .hdexpert-fleet-block .callouts .title-block {
    white-space: normal;
    line-height: 125%;
    padding-bottom: 20px;
  }
}

.single-hdexpert-product .hdexpert-fleet-block {
  background-image: url(../img/fleet-block-text-bg-shallow-fs8.png);
}

.widget-hdexpert-fleet-block-images .hdexpert-fleet-block {
  position: relative;
  background: transparent;
  margin-top: -20%;
  padding-bottom: 0;
}
@media screen and (max-width: 480px) {
  .widget-hdexpert-fleet-block-images {
    background-color: #120501;
  }
  .widget-hdexpert-fleet-block-images .hdexpert-fleet-block {
    margin-top: 0;
  }
}

.hdexpert-fleet-block-angle {
  position: absolute;
  top: 12%;
  left: 0px;
  width: 100%;
  height: auto;
}
.hdexpert-fleet-block-angle img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .hdexpert-fleet-block-angle {
    top: -50px;
  }
}

.fleet-text {
  text-align: center;
  padding: 10% 0 0;
  background: transparent;
}
.fleet-text h1 {
  font-size: 48px;
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 60px 0;
}
.fleet-text h2 {
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0;
  color: #000;
  padding: 2px 0;
  letter-spacing: 1px;
  position: relative;
}
.fleet-text h2:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: solid #000 2px;
}
.fleet-text h2 .pad1 {
  display: table;
  width: 100%;
  height: 100%;
}
.fleet-text h2 .pad2 {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.fleet-text p {
  font-size: 14px;
  line-height: 200%;
  color: #000;
}
.fleet-text .col {
  width: 33.333%;
  float: left;
  padding: 0 40px;
}
.fleet-text .col-content {
  width: 100%;
  float: left;
  clear: both;
  padding: 16px 20px;
  font-weight: 500;
}
.fleet-text .box-icon {
  width: 100%;
  float: left;
  clear: both;
}
.fleet-text .box-icon img {
  display: block;
  width: auto;
  height: 120px;
  margin: 0 auto 14px auto;
}
@media screen and (max-width: 960px) {
  .fleet-text {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10%;
  }
  .fleet-text h1 {
    font-size: 36px;
    padding: 0 0 20px 0;
    max-width: 480px;
    margin: 0 auto;
  }
  .fleet-text h2 {
    font-size: 24px;
  }
  .fleet-text .col {
    width: 100%;
    clear: both;
    padding: 20px 0;
    float: none;
    max-width: 360px;
    margin: 0 auto;
  }
  .fleet-text .col-content {
    height: auto !important;
  }
  .fleet-text p {
    max-width: 240px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .fleet-text .col {
    max-width: 240px;
  }
  .fleet-text h1 {
    font-size: 20px;
  }
  .fleet-text h2 {
    font-size: 16px;
  }
}

.page-id-311 .fleet-text {
  padding-top: 7%;
}

/*****************************************************************************
 * Hide various fleet blocks on mobile
 *****************************************************************************/
@media screen and (max-width: 960px) {
  .single-hdexpert-product .widget-hdexpert-fleet-block-text,
.single-hdexpert-product .widget-hdexpert-fleet-block-images,
.single-hdexpert-product .hdexpert-proshield-block {
    display: none;
  }
}
.hdexpert-proshield-block {
  text-align: center;
  color: #fff;
  background-color: transparent;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 300px 0 250px 0;
  position: relative;
}
.hdexpert-proshield-block .proshield {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  max-width: 580px;
}
.hdexpert-proshield-block .proshield img {
  display: block;
  width: 100%;
  height: auto;
}
.hdexpert-proshield-block h1 {
  color: #ffcf2f;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 48px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 125%;
}
.hdexpert-proshield-block h1 sup {
  font-size: 18px;
}
.hdexpert-proshield-block h2 {
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  font-size: 36px;
  margin: 20px 0;
  padding: 0;
  line-height: 125%;
}
.hdexpert-proshield-block h3 {
  font-weight: bold;
  font-size: 22px;
  margin: 0;
  padding: 0;
  line-height: 125%;
  text-transform: uppercase;
}
.hdexpert-proshield-block h4 {
  font-size: 22px;
  line-height: 125%;
  margin: 20px 0;
  font-weight: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  .hdexpert-proshield-block .proshield {
    max-width: 480px;
    top: 5%;
  }
}
@media screen and (max-width: 1080px) {
  .hdexpert-proshield-block .proshield {
    top: 10%;
  }
}
@media screen and (max-width: 960px) {
  .hdexpert-proshield-block {
    /*
    .proshield {
    	top: 4%;
    }
    */
  }
}
@media screen and (max-width: 767px) {
  .hdexpert-proshield-block .proshield {
    width: 400px;
    /*
    top: 8%;
    */
  }
  .hdexpert-proshield-block h1 {
    font-size: 24px;
  }
  .hdexpert-proshield-block h2 {
    font-size: 24px;
  }
  .hdexpert-proshield-block h3 {
    font-size: 16px;
  }
  .hdexpert-proshield-block h4 {
    font-size: 16px;
  }
  .hdexpert-proshield-block .icon-blocks .iblock-cols {
    max-width: 360px;
  }
  .hdexpert-proshield-block .icon-blocks .iblock {
    width: 100%;
    padding: 0;
    margin: 0 0 40px 0;
  }
}
@media screen and (max-width: 480px) {
  .hdexpert-proshield-block {
    padding: 0 0 100px 0;
    background-position: 0;
  }
  .hdexpert-proshield-block .proshield {
    position: static;
    float: right;
    top: 0;
    width: 100%;
    margin: 0 0 40px 0;
    padding-left: 20px;
  }
  .hdexpert-proshield-block .icon-blocks {
    padding: 20px 0 40px;
  }
  .hdexpert-proshield-block .icon-blocks .iblock-cols {
    max-width: 280px;
  }
  .hdexpert-proshield-block .icon-blocks .iblock {
    margin: 20px 0;
  }
  .hdexpert-proshield-block .icon-blocks .iblock .cols {
    border: 0;
  }
  .hdexpert-proshield-block .icon-blocks .iblock .col-1 {
    width: 100%;
    max-width: 68px;
    margin: 10px auto;
    float: none;
    display: block;
    border: 0;
    border-radius: 1px;
  }
  .hdexpert-proshield-block .icon-blocks .iblock .col-2 {
    margin: 6px 0 0;
    padding: 0;
    border: solid #fff 1px;
  }
}

.icon-blocks {
  padding: 60px 0 80px 0;
  text-align: center;
}
.icon-blocks h5 {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 125%;
  margin: 0;
  padding: 0;
  font-family: "Geogrotesque", sans-serif;
}
.icon-blocks .iblock-cols {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
.icon-blocks .iblock {
  width: 50%;
  float: left;
  padding: 0 20px;
}
.icon-blocks .iblock .cols {
  width: 100%;
  float: left;
  clear: both;
  border: solid #fff 1px;
}
.icon-blocks .iblock .col-1 {
  display: block;
  float: left;
  width: 74px;
  height: 74px;
  background-position: center;
  background-size: 74px;
  background-repeat: no-repeat;
  border-right: solid #fff 1px;
}
.icon-blocks .iblock .col-2 {
  display: block;
  width: 100%;
  float: left;
  margin-left: -74px;
  padding-left: 74px;
}
.icon-blocks .iblock .list-item {
  font-size: 14px;
  line-height: 16px;
  padding: 4px 0;
  border-bottom: solid #fff 1px;
}
.icon-blocks .iblock .list-item:last-child {
  border-bottom: 0;
}

.before-icon-blocks,
.after-icon-blocks {
  padding: 0 20px;
  z-index: 999;
  position: relative;
}

@media screen and (max-width: 767px) {
  .icon-blocks .iblock-cols {
    max-width: 360px;
  }
  .icon-blocks .iblock {
    width: 100%;
    padding: 0;
    margin: 0 0 40px 0;
  }
  .icon-blocks h5 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .icon-blocks {
    padding: 20px 0 40px;
  }
  .icon-blocks .iblock-cols {
    max-width: 280px;
  }
  .icon-blocks .iblock {
    margin: 20px 0;
  }
  .icon-blocks .iblock .cols {
    border: 0;
  }
  .icon-blocks .iblock .col-1 {
    width: 100%;
    max-width: 68px;
    margin: 10px auto;
    float: none;
    display: block;
    border: 0;
    border-radius: 1px;
  }
  .icon-blocks .iblock .col-2 {
    margin: 6px 0 0;
    padding: 0;
    border: solid #fff 1px;
  }
}
/*****************************************************************************
 * Badge block
 *****************************************************************************/
.hdexpert-badge-block {
  text-align: center;
  padding-top: 40px;
}
.hdexpert-badge-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hdexpert-badge-block li {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.hdexpert-badge-block a {
  display: inline-block;
  width: 300px;
  height: 335px;
  overflow: hidden;
  position: relative;
}
.hdexpert-badge-block a:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../img/badges/badge-block.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.hdexpert-badge-block a:hover .hover {
  opacity: 1;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.hdexpert-badge-block a:hover .title {
  background-color: rgba(0, 0, 0, 0);
  letter-spacing: 4px;
}
.hdexpert-badge-block img {
  width: 100%;
  height: auto;
  display: block;
}
.hdexpert-badge-block .hover {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.hdexpert-badge-block .title {
  display: block;
  position: absolute;
  bottom: 70px;
  left: 0px;
  width: 100%;
  height: auto;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.65);
  padding: 12px 0;
  color: #fff;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
@media screen and (max-width: 480px) {
  .hdexpert-badge-block a {
    width: 240px;
    height: 268px;
  }
}

/*****************************************************************************
 * Learn Main and Learn Single
 *****************************************************************************/
body.page-template-page-learn {
  background-color: #000;
}

.hdexpert-learn-nav {
  background-color: #fbfbfb;
}
.hdexpert-learn-nav .hdexpert-plist {
  color: #000;
}
.hdexpert-learn-nav .hdexpert-plist .plist-item {
  width: 25%;
}
.hdexpert-learn-nav .hdexpert-plist .plist-item .img img {
  width: auto;
  height: 100px;
  margin: 0 auto;
}
.hdexpert-learn-nav .hdexpert-plist .plist-item .img:after {
  display: none;
}
.hdexpert-learn-nav .hdexpert-plist .plist-item .title {
  height: 110px;
  padding-bottom: 0;
  color: #000;
}
.hdexpert-learn-nav .hdexpert-plist .plist-item .title-divider {
  display: block;
  width: 80%;
  max-width: 200px;
  margin: 20px auto 5px auto;
  content: "";
  border-bottom: solid #000 2px;
  clear: both;
}
.hdexpert-learn-nav .hdexpert-plist .plist-item .is-more {
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .hdexpert-learn-nav .page-wrap {
    max-width: 800px;
  }
  .hdexpert-learn-nav .hdexpert-plist .plist-item {
    width: 50%;
  }
  .hdexpert-learn-nav .hdexpert-plist .plist-item:nth-child(4n) {
    margin-left: 0;
    clear: none;
  }
}
@media screen and (max-width: 767px) {
  .hdexpert-learn-nav .page-wrap {
    max-width: 480px;
  }
  .hdexpert-learn-nav .hdexpert-plist .plist-item {
    width: 100%;
  }
  .hdexpert-learn-nav .hdexpert-plist .plist-item .title {
    height: auto;
    padding-bottom: 20px;
  }
}

.hdexpert-learn-section {
  background-color: #000;
  color: #fff;
  padding-top: 60px;
}
.hdexpert-learn-section .page-wrap {
  max-width: 960px;
}
.hdexpert-learn-section h1,
.hdexpert-learn-section h2 {
  color: #FBC507;
  margin: 0 0 10px 0;
  line-height: 125%;
  padding: 0;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 32px;
}
.hdexpert-learn-section h3,
.hdexpert-learn-section h4 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 26px;
  line-height: 125%;
}
.hdexpert-learn-section .ls-col-1,
.hdexpert-learn-section .ls-col-2 {
  width: 50%;
  float: left;
  padding: 0 10px;
}
.hdexpert-learn-section .ls-col-1 {
  padding-top: 20px;
  padding-left: 40px;
}
.hdexpert-learn-section .ls-col-2 p {
  margin: 0 0 2em 0;
}
.hdexpert-learn-section .hdexpert-button.is-default,
.hdexpert-learn-section a.hdexpert-button.is-default,
.hdexpert-learn-section button.hdexpert-button.is-default {
  padding: 6px 20px;
}
.hdexpert-learn-section .hdexpert-button.is-default:hover,
.hdexpert-learn-section a.hdexpert-button.is-default:hover,
.hdexpert-learn-section button.hdexpert-button.is-default:hover {
  padding: 6px 48px;
}
@media screen and (max-width: 767px) {
  .hdexpert-learn-section {
    padding-top: 20px;
  }
  .hdexpert-learn-section .ls-col-1,
.hdexpert-learn-section .ls-col-2 {
    width: 100%;
    float: left;
    clear: both;
    padding: 20px;
  }
}

.page-template-page-learn-single {
  background-color: #000;
}
.page-template-page-learn-single .header-spacer {
  background-color: #fff;
}

.hdexpert-learn-single {
  font-family: "Open Sans", sans-serif;
  background-color: #fff;
  padding: 120px 0;
}
.hdexpert-learn-single .ls-col-1 {
  width: 35%;
  float: left;
  padding-left: 40px;
}
.hdexpert-learn-single .ls-col-2 {
  width: 65%;
  float: right;
  padding-right: 40px;
}
.hdexpert-learn-single .cblock {
  padding: 0 0 40px 0;
}
.hdexpert-learn-single .ccontent {
  display: block;
  padding: 0 40px 0 0;
  line-height: 150%;
  font-size: 14px;
}
.hdexpert-learn-single .ccontent p {
  margin: 1em 0;
}
.hdexpert-learn-single .ccontent ul {
  margin: 1em 2em;
}
.hdexpert-learn-single .ccontent a {
  color: #147299;
  text-decoration: underline;
}
.hdexpert-learn-single .expanded .ccontent {
  display: block;
}
.hdexpert-learn-single h3.cblock-toggle {
  pointer-events: none;
}
.hdexpert-learn-single h3.cblock-toggle .summary {
  font-size: 24px;
  line-height: 110%;
  font-weight: 400;
  font-style: italic;
  color: #151515;
  text-transform: uppercase;
}
.hdexpert-learn-single h3.cblock-toggle .indicator {
  color: #FBC507;
  font-size: 15px;
  font-weight: bold;
  font-style: italic;
  white-space: nowrap;
  text-transform: uppercase;
}
.hdexpert-learn-single h3.cblock-toggle .indicator.is-collapsed {
  display: inline-block;
  display: none;
}
.hdexpert-learn-single h3.cblock-toggle .indicator.is-expanded {
  display: none;
}
.hdexpert-learn-single .expanded h3.cblock-toggle .indicator.is-collapsed {
  display: none;
}
.hdexpert-learn-single .expanded h3.cblock-toggle .indicator.is-expanded {
  display: inline-block;
  display: none;
}
.hdexpert-learn-single .large-icon {
  padding: 0 0 40px 40px;
}
.hdexpert-learn-single .large-icon img {
  display: block;
  width: 200px;
  height: auto;
}
.hdexpert-learn-single .titles {
  word-break: break-word;
}
.hdexpert-learn-single .titles h1 {
  text-transform: uppercase;
}
.hdexpert-learn-single .titles h1 .small-title {
  display: block;
  color: #000;
  letter-spacing: 1px;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}
.hdexpert-learn-single .titles h1 .large-title {
  display: block;
  color: #FBC507;
  font-weight: 800;
  font-size: 48px;
  line-height: 100%;
}
@media screen and (max-width: 1280px) {
  .hdexpert-learn-single .titles h1 .small-title {
    font-size: 24px;
  }
  .hdexpert-learn-single .titles h1 .large-title {
    font-size: 48px;
  }
}
@media screen and (max-width: 1080px) {
  .hdexpert-learn-single .large-icon {
    padding-left: 0;
  }
  .hdexpert-learn-single .titles h1 .small-title {
    font-size: 20px;
  }
  .hdexpert-learn-single .titles h1 .large-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 960px) {
  .hdexpert-learn-single {
    padding: 60px 0;
  }
  .hdexpert-learn-single .titles h1 .small-title {
    font-size: 18px;
  }
  .hdexpert-learn-single .titles h1 .large-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .hdexpert-learn-single .ls-col-1 {
    width: 100%;
    float: left;
    clear: both;
    padding: 0 0 60px 0;
    text-align: center;
  }
  .hdexpert-learn-single .ls-col-2 {
    width: 100%;
    float: left;
    clear: both;
    padding-right: 0;
  }
  .hdexpert-learn-single .page-wrap {
    max-width: 480px;
  }
  .hdexpert-learn-single .cblock {
    padding: 0 20px;
  }
  .hdexpert-learn-single .ccontent {
    padding: 0;
  }
  .hdexpert-learn-single .large-icon img {
    margin: 0 auto;
    width: 120px;
  }
  .hdexpert-learn-single h3.cblock-toggle .summary {
    font-size: 18px;
  }
  .hdexpert-learn-single h3.cblock-toggle .indicator {
    font-size: 12px;
  }
}

/*
.page-id-475 {
	.hdexpert-learn-single {
		h3.cblock-toggle {
			pointer-events: all;
	    	.indicator {
		    	&.is-collapsed {
		    		display: inline-block;
		    	}
		    	&.is-expanded {
		    		display: none;
		    	}
	    	}
		}
		.expanded {
			h3.cblock-toggle {
				.indicator {
			    	&.is-collapsed {
			    		display: none;
			    	}
			    	&.is-expanded {
			    		display: inline-block;
			    	}
				}
			}
		}
		.ccontent {
			display: none;
		}
		.expanded .ccontent {
			display: block;
		}
	}
}
*/
/*****************************************************************************
 * Contact
 *****************************************************************************/
body.page-template-page-contact {
  background-color: #fbfbfb;
  font-family: "Open Sans", sans-serif;
}
body.page-template-page-contact .wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
  background-color: #000;
}
body.page-template-page-contact .hdexpert-fleet-block2 {
  background-image: url(../img/fleet-block-text-bg-flat.png);
}
body.page-template-page-contact .fleet-text {
  padding-top: 20px;
}

.contact-map-heading h1 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 40px 20px;
  background: #333;
  color: #fff;
  position: relative;
  margin-top: 20px;
}
.contact-map-heading h1:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -80px;
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 30px solid #333;
  z-index: 9999;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .contact-map-heading h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .contact-map-heading h1 {
    font-size: 24px;
  }
}

.hdexpert-contact-content {
  padding-bottom: 60px !important;
}
.hdexpert-contact-content h1 {
  font-size: 64px;
  text-transform: uppercase;
  font-weight: 800;
}
.hdexpert-contact-content h2 {
  text-transform: uppercase;
  font-size: 41px;
  font-weight: 600;
}
.hdexpert-contact-content h3 {
  font-size: 32px;
  font-weight: 600;
  margin: 1em 0;
}
.hdexpert-contact-content h3 a {
  color: #000;
}
.hdexpert-contact-content p {
  line-height: 150%;
  margin: 1em 0;
}
.hdexpert-contact-content .headline-buttons-content p {
  margin: 5px 0 0;
  line-height: 100%;
}
.hdexpert-contact-content hr {
  background-color: #d9d9d9;
  height: 1px;
  border: 0;
}
.hdexpert-contact-content strong {
  font-weight: 600;
}

.gmap-container {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
}

.gmap-layer {
  width: 100%;
  height: 480px;
  position: relative;
}
@media screen and (max-height: 767px) {
  .gmap-layer {
    height: 320px;
  }
}
@media screen and (max-width: 480px) {
  .gmap-layer {
    height: 200px;
  }
}

.map-angle-divider {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  pointer-events: none;
}
.map-angle-divider img {
  pointer-events: none;
}

/*****************************************************************************
 * Tabs pane / transportation pane
 *****************************************************************************/
.home .widget-hdexpert-fleet-block-text,
.home .widget-hdexpert-fleet-block-images {
  margin-top: 0;
}

.hdexpert-tran-pane {
  position: relative;
}
.hdexpert-tran-pane .hdexpert-tabs {
  position: absolute;
  top: 0px;
  left: 0px;
}
@media screen and (max-width: 640px) {
  .hdexpert-tran-pane .hdexpert-tabs .page-wrap {
    padding: 0;
  }
}

.hdexpert-tab-nav {
  margin: 0;
  padding: 0;
  text-align: center;
  box-shadow: 7px 10px 7px rgba(0, 0, 0, 0.1);
}
.hdexpert-tab-nav .nav-item {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  float: left;
  width: 33.333%;
}
.hdexpert-tab-nav .nav-item a {
  display: block;
  width: 100%;
  height: 75px;
  line-height: 150%;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #fff;
  text-decoration: none;
  font-size: 28px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  padding-top: 12px;
}
.hdexpert-tab-nav .nav-item a span {
  border-bottom: solid #FBC507 3px;
  width: 80%;
  max-width: 150px;
  display: block;
  margin: 0 auto;
}
.hdexpert-tab-nav .nav-item.is-active a {
  background-color: #FBC507;
}
.hdexpert-tab-nav .nav-item.is-active a span {
  border-bottom-color: #000;
}
.hdexpert-tab-nav .nav-item:last-child a {
  border-right: 0;
}
@media screen and (max-width: 960px) {
  .hdexpert-tab-nav .nav-item a {
    font-size: 18px !important;
    height: 60px !important;
  }
}
@media screen and (max-width: 640px) {
  .hdexpert-tab-nav .nav-item a {
    font-size: 12px !important;
    padding-top: 10px !important;
    height: 45px !important;
    line-height: 20px !important;
  }
  .hdexpert-tab-nav .nav-item a span {
    max-width: 55px !important;
  }
}

.hdexpert-tab-content {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 480px;
}
.hdexpert-tab-content .tab-more {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .hdexpert-tab-content .tab-more {
    position: static;
    display: none;
    line-height: 100%;
  }
}

.hdexpert-tran-pane {
  height: auto;
  padding-bottom: 0;
  /*
  @media screen and (max-width: $screen-large) {
  	.hdexpert-tab-content {
  		padding: 50px 0;
  	}
  }
  */
}
.hdexpert-tran-pane .hdexpert-tab-content {
  padding: 110px 0 30px 0;
}
.hdexpert-tran-pane .page-wrap {
  padding: 0 40px 40px 40px;
  max-width: 1080px;
  height: 100%;
}
.hdexpert-tran-pane h2 {
  text-transform: uppercase;
  font-size: 24px;
  color: #FBC507;
  display: inline-block;
  margin: 0 0 24px 0;
}
.hdexpert-tran-pane h2 .line {
  border-bottom: solid #FBC507 5px;
  display: block;
  margin: 5px 0;
}
.hdexpert-tran-pane p {
  line-height: 150%;
  font-size: 12px;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 767px) {
  .hdexpert-tran-pane {
    padding-bottom: 40px;
  }
  .hdexpert-tran-pane .page-wrap {
    padding: 20px 40px;
  }
  .hdexpert-tran-pane h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .hdexpert-tran-pane {
    height: auto;
  }
  .hdexpert-tran-pane .hdexpert-tab-content {
    padding: 80px 0 0;
    background-position: top right;
    height: 380px;
  }
  .hdexpert-tran-pane .hdexpert-tab-content p {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .hdexpert-tran-pane {
    padding-bottom: 0;
  }
  .hdexpert-tran-pane .page-wrap {
    padding: 60px 0 0;
  }
  .hdexpert-tran-pane .hdexpert-tab-content {
    padding: 0;
    height: auto;
  }
  .hdexpert-tran-pane .hdexpert-tab-content .hdexpert-headline {
    padding: 0;
  }
  .hdexpert-tran-pane h2 {
    font-size: 12px;
    margin-bottom: 12px;
  }
}

.hdexpert-tab-cblock {
  width: 100%;
  height: 100%;
  float: left;
  clear: both;
}
.hdexpert-tab-cblock .cblock-col1 {
  width: 25%;
  float: left;
}
.hdexpert-tab-cblock .cblock-col2 {
  width: 75%;
  float: left;
  padding-left: 5%;
}
.hdexpert-tab-cblock .align1 {
  width: 100%;
  height: 100%;
  display: table;
}
.hdexpert-tab-cblock .align2 {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.hdexpert-tab-cblock h3 {
  color: #FBC507;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 5px 0;
}
.hdexpert-tab-cblock h4 {
  font-size: 24px;
  font-weight: 800;
  margin: 5px 0;
}
.hdexpert-tab-cblock h5 {
  font-size: 16px;
  line-height: 200%;
  font-weight: 700;
  max-width: 550px;
  margin: 10px 0;
}
.hdexpert-tab-cblock img {
  width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
}
.hdexpert-tab-cblock .cblock-imgcol {
  margin-top: 20px;
}
.hdexpert-tab-cblock .tab-more {
  display: none;
}
.hdexpert-tab-cblock.is-product {
  text-align: center;
}
.hdexpert-tab-cblock.is-product img {
  max-width: 700px;
}
@media screen and (max-width: 960px) {
  .hdexpert-tab-cblock h3 {
    font-size: 32px;
  }
  .hdexpert-tab-cblock h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .hdexpert-tab-cblock h3 {
    font-size: 20px;
  }
  .hdexpert-tab-cblock h4 {
    font-size: 14px;
  }
  .hdexpert-tab-cblock h5 {
    font-size: 12px;
    line-height: 125%;
  }
  .hdexpert-tab-cblock.is-product {
    text-align: center;
  }
  .hdexpert-tab-cblock.is-product img {
    max-width: 320px;
  }
}
@media screen and (max-width: 480px) {
  .hdexpert-tab-cblock {
    height: auto;
  }
  .hdexpert-tab-cblock .align1,
.hdexpert-tab-cblock .align2 {
    display: block;
    height: auto;
  }
  .hdexpert-tab-cblock .tab-more {
    display: block;
    width: 100%;
    float: left;
    clear: both;
    line-height: 60px;
    margin: 10px 0 0;
  }
  .hdexpert-tab-cblock .tab-more a.hdexpert-button.is-default {
    font-size: 12px;
    padding: 6px 18px;
  }
  .hdexpert-tab-cblock .tab-more a.hdexpert-button.is-default:hover {
    padding: 6px 32px;
  }
  .hdexpert-tab-cblock.is-learn img {
    width: 90%;
  }
  .hdexpert-tab-cblock.is-test .tab-more {
    text-align: left;
    line-height: 40px;
  }
}

/*****************************************************************************
 * Products List update (March 2018)
 *****************************************************************************/
.hdexpert-plist {
  list-style: none;
  margin: 0 auto;
  padding: 20px 0 80px 0;
  float: none;
  max-width: 1440px;
}
.hdexpert-plist .plist-item {
  display: block;
  margin: 0;
  width: 20%;
  padding: 0 35px;
  float: left;
  position: relative;
}
.hdexpert-plist .plist-item a {
  text-decoration: none;
  color: #fff;
}
.hdexpert-plist .plist-item .title {
  display: block;
  width: 100%;
  float: left;
  clear: both;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0;
}
.hdexpert-plist .plist-item .img {
  display: block;
  width: 100%;
  float: left;
  clear: both;
  position: relative;
}
.hdexpert-plist .plist-item .img img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hdexpert-plist .plist-item .img img.bg {
  opacity: 0;
}
.hdexpert-plist .plist-item .img img.hover {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1;
}
.hdexpert-plist .plist-item .img:after {
  display: block;
  width: 50%;
  max-width: 100px;
  margin: 20px auto 5px auto;
  content: "";
  border-bottom: solid #fff 2px;
}
.hdexpert-plist .plist-item a:hover .img img.bg {
  opacity: 1;
}
.hdexpert-plist .plist-item a:hover .img img.hover {
  opacity: 0;
}
.hdexpert-plist .plist-item .summary {
  display: block;
  width: 100%;
  float: left;
  clear: both;
  font-size: 12px;
  line-height: 125%;
  font-weight: 800;
  text-align: left;
  padding: 16px 0;
}
.hdexpert-plist .plist-item .summary ul {
  list-style: disc;
  margin: 0;
  padding: 0 0 0 20px;
}
.hdexpert-plist .plist-item .summary li,
.hdexpert-plist .plist-item .summary p {
  margin: 0 0 10px 0;
}
.hdexpert-plist .plist-item .is-more {
  color: #000;
}
.hdexpert-plist .plist-item .banner {
  display: block;
  position: absolute;
  top: 46px;
  right: 37px;
  width: 100px;
}
.hdexpert-plist .plist-item .banner img {
  display: block;
  width: 100%;
  height: auto;
}
.hdexpert-plist.products-nav-cols .plist-item {
  padding-bottom: 60px;
}
.hdexpert-plist.products-nav-cols .plist-item.item-1 {
  margin-left: 10%;
}
.hdexpert-plist.products-nav-cols .plist-item.item-5 {
  margin-left: 30%;
  clear: left;
}
@media screen and (max-width: 1080px) {
  .hdexpert-plist {
    padding-left: 40px;
    padding-right: 40px;
  }
  .hdexpert-plist .plist-item {
    width: 33.333%;
    padding-bottom: 40px;
  }
  .hdexpert-plist.products-nav-cols .plist-item.item-1 {
    margin-left: 0;
  }
  .hdexpert-plist.products-nav-cols .plist-item.item-4 {
    clear: left;
  }
  .hdexpert-plist.products-nav-cols .plist-item.item-5 {
    margin-left: 0;
    clear: none;
  }
}
@media screen and (max-width: 767px) {
  .hdexpert-plist .plist-item {
    width: 50%;
  }
  .hdexpert-plist.products-nav-cols .plist-item.item-4 {
    clear: none;
  }
  .hdexpert-plist.products-nav-cols .plist-item:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 640px) {
  .hdexpert-plist {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 480px) {
  .hdexpert-plist {
    max-width: 280px;
    margin: 0 auto;
    float: none;
    padding-bottom: 0;
  }
  .hdexpert-plist .plist-item {
    width: 100%;
    clear: both;
  }
}

/*****************************************************************************
 * Social 
 *****************************************************************************/
ul.hdexpert-social {
  list-style: none;
  margin: 1em 0;
  padding: 0;
  text-align: left;
  font-size: 24px;
}
ul.hdexpert-social li {
  display: inline-block;
  margin: 0 20px 0 0;
}
ul.hdexpert-social a {
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
ul.hdexpert-social a:hover {
  color: #FBC507;
}

.footer-secondary ul.hdexpert-social {
  margin: 10px 0;
}
.footer-secondary ul.hdexpert-social a {
  color: #fff;
}
.footer-secondary ul.hdexpert-social a:hover {
  color: #52a4bc;
}
@media screen and (max-width: 1080px) {
  .footer-secondary ul.hdexpert-social {
    text-align: center;
    margin: 15px 0 0;
  }
  .footer-secondary ul.hdexpert-social li {
    margin: 0 10px;
  }
}

/*****************************************************************************
 * Testing
 *****************************************************************************/
.hdexpert-testing-col2 {
  padding-right: 40px;
}

.hdexpert-testing-col3 {
  padding-right: 40px;
}

@media screen and (max-width: 767px) {
  .hdexpert-testing-col2 {
    padding-right: 0;
    padding-left: 0;
  }

  .hdexpert-testing-col3 {
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .hdexpert-testing-col2 {
    padding-left: 0px;
  }
}
.hdexpert-testing-form {
  font-size: 13px;
}

.select2-container {
  font-size: 13px;
}

.hdexpert-testing-content {
  font-family: "proxima-nova", sans-serif;
}
.hdexpert-testing-content h1 {
  font-size: 42px;
  font-weight: 800;
  line-height: 110%;
  text-transform: uppercase;
  margin: 0 0 0.5em 0;
}
.hdexpert-testing-content h2 {
  font-size: 24px;
  font-weight: 800;
  line-height: 100%;
  margin: 0 0 1em 0;
  padding: 0;
  color: #007298;
}
.hdexpert-testing-content h3 {
  font-size: 36px;
  font-weight: 800;
  line-height: 100%;
  margin: 0 0 10px 0;
}
.hdexpert-testing-content h4 {
  font-size: 18px;
  font-weight: 800;
  line-height: 100%;
  margin: 0 0 15px 0;
  letter-spacing: 0.5px;
}
.hdexpert-testing-content p {
  font-size: 14px;
  line-height: 175%;
  margin-bottom: 1em !important;
}
.hdexpert-testing-content .hdexpert-testing-block h4 {
  font-size: 24px;
  margin-top: 20px;
}

.hdexpert-testing-block {
  background-color: #007298;
  color: #fff;
  padding: 20px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.65);
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 30px;
}
.hdexpert-testing-block ol {
  counter-reset: item;
  list-style: none;
  line-height: 150%;
  font-size: 14px;
}
.hdexpert-testing-block ol li {
  counter-increment: item;
  margin-bottom: 5px;
}
.hdexpert-testing-block ol li:before {
  margin-right: 5px;
  font-size: 18px;
  content: counter(item) ".";
  border-radius: 100%;
  color: #fecd29;
  text-align: center;
  display: inline-block;
  font-weight: 800;
  font-style: italic;
}
.hdexpert-testing-block ul {
  list-style: none;
  line-height: 150%;
  font-size: 14px;
  margin-top: 10px;
}
.hdexpert-testing-block ul li {
  margin-bottom: 5px;
  width: 100%;
  float: left;
  clear: both;
  display: block;
}
.hdexpert-testing-block ul li:before {
  margin-right: 5px;
  font-size: 24px;
  content: "•";
  border-radius: 100%;
  color: #fecd29;
  text-align: center;
  display: block;
  font-weight: 800;
  float: left;
  line-height: 16px;
}

.hdexpert-form-infobox2 ul {
  list-style: none;
  line-height: 150%;
  font-size: 14px;
  padding-bottom: 1em;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em;
}
.hdexpert-form-infobox2 li {
  margin-bottom: 5px;
}
.hdexpert-form-infobox2 li:before {
  margin-right: 5px;
  font-size: 18px;
  content: "";
  border-radius: 100%;
  color: #fecd29;
  background-color: #000;
  text-align: center;
  display: inline-block;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 767px) {
  .hdexpert-form-infobox2 .wpb_wrapper {
    margin-top: 35px !important;
  }
}

.hdexpert-testing-note {
  color: #fff;
  background-color: #333;
  padding: 1em 1em 0 1em;
  float: left;
  width: 100%;
  margin: 20px 0 0;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.45);
}

.hdexpert-testing-note p,
.wpb_text_column.hdexpert-testing-note .wpb_wrapper p.yp_onscreen {
  font-size: 16px;
  line-height: 100%;
  font-weight: bold;
}

form.hdexpert-form .field_sublabel_below .ginput_complex.ginput_container label {
  display: none;
}
form.hdexpert-form .top_label .gfield_label {
  display: none;
}
form.hdexpert-form .ginput_complex .ginput_full,
form.hdexpert-form .ginput_complex .ginput_left,
form.hdexpert-form .ginput_complex .ginput_right {
  margin-top: 8px;
  display: inline-block;
}
form.hdexpert-form .ginput_complex .ginput_full {
  width: 100%;
}
form.hdexpert-form ul li.gfield {
  margin-top: 0;
}
form.hdexpert-form .hdexpert-form-col-full input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  width: 100%;
}
form.hdexpert-form ul.gform_fields li.gfield {
  padding-top: 6px;
}
form.hdexpert-form ul.gform_fields li.gfield.hdexpert-testing-col1 {
  width: 35%;
  clear: none;
  float: left;
}
form.hdexpert-form ul.gform_fields li.gfield.hdexpert-testing-col2 {
  width: 30%;
  clear: none;
  float: left;
}
form.hdexpert-form ul.gform_fields li.gfield.hdexpert-testing-col3 {
  width: 35%;
  clear: none;
  float: left;
}
form.hdexpert-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
form.hdexpert-form textarea,
form.hdexpert-form .gform_footer input.button,
form.hdexpert-form .gform_footer input[type=submit],
form.hdexpert-form .gform_page_footer input.button,
form.hdexpert-form .gform_page_footer input[type=submit] {
  background-color: #fff;
  border: solid #000 1px;
  color: #000;
  font-weight: bold;
  text-align: center;
  position: relative;
  border-radius: 0;
  background-clip: padding-box;
  font-family: "proxima-nova", sans-serif;
  line-height: 35px;
  height: 35px;
  font-size: 14px;
  font-weight: 800;
  border-width: 1px;
}
form.hdexpert-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).valid,
form.hdexpert-form textarea.valid,
form.hdexpert-form .gform_footer input.button.valid,
form.hdexpert-form .gform_footer input[type=submit].valid,
form.hdexpert-form .gform_page_footer input.button.valid,
form.hdexpert-form .gform_page_footer input[type=submit].valid {
  color: #fff;
  background-color: #000;
}
form.hdexpert-form .gform_footer input.button,
form.hdexpert-form .gform_footer input[type=submit],
form.hdexpert-form .gform_page_footer input.button,
form.hdexpert-form .gform_page_footer input[type=submit] {
  padding: 0 36px;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  line-height: 35px;
  height: 35px;
  font-size: 14px;
  font-weight: 800 !important;
  border-width: 1px;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 302px;
  background-color: #000;
  color: #fff;
}
form.hdexpert-form .gform_footer input.button:hover,
form.hdexpert-form .gform_footer input[type=submit]:hover,
form.hdexpert-form .gform_page_footer input.button:hover,
form.hdexpert-form .gform_page_footer input[type=submit]:hover {
  background-color: #fff;
  color: #000;
}
form.hdexpert-form .gform_footer {
  padding-top: 0;
  padding-bottom: 40px;
}
form.hdexpert-form ::-webkit-input-placeholder {
  color: #000;
  text-transform: uppercase;
  opacity: 1;
}
form.hdexpert-form ::-moz-placeholder {
  color: #000;
  text-transform: uppercase;
  opacity: 1;
}
form.hdexpert-form :-ms-input-placeholder {
  color: #000;
  text-transform: uppercase;
  opacity: 1;
}
form.hdexpert-form ::-ms-input-placeholder {
  color: #000;
  text-transform: uppercase;
  opacity: 1;
}
form.hdexpert-form ::placeholder {
  color: #000;
  text-transform: uppercase;
  opacity: 1;
}
form.hdexpert-form.is-testing {
  background: #FBC507;
  padding: 5px 15px 0 26px;
}
form.hdexpert-form.is-testing input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
form.hdexpert-form.is-testing textarea,
form.hdexpert-form.is-testing .gform_footer input.button,
form.hdexpert-form.is-testing .gform_footer input[type=submit],
form.hdexpert-form.is-testing .gform_page_footer input.button,
form.hdexpert-form.is-testing .gform_page_footer input[type=submit] {
  font-size: 14px;
}
form.hdexpert-form.is-testing .gform_footer input.button,
form.hdexpert-form.is-testing .gform_footer input[type=submit],
form.hdexpert-form.is-testing .gform_page_footer input.button,
form.hdexpert-form.is-testing .gform_page_footer input[type=submit] {
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  form.hdexpert-form .top_label li.gfield.gf_left_half,
form.hdexpert-form .top_label li.gfield.gf_right_half {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  form.hdexpert-form.is-testing input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
form.hdexpert-form.is-testing textarea,
form.hdexpert-form.is-testing .gform_footer input.button,
form.hdexpert-form.is-testing .gform_footer input[type=submit],
form.hdexpert-form.is-testing .gform_page_footer input.button,
form.hdexpert-form.is-testing .gform_page_footer input[type=submit] {
    font-size: 16px;
  }
}
@media screen and (max-width: 641px) {
  form.hdexpert-form.is-testing input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
form.hdexpert-form.is-testing textarea,
form.hdexpert-form.is-testing .gform_footer input.button,
form.hdexpert-form.is-testing .gform_footer input[type=submit],
form.hdexpert-form.is-testing .gform_page_footer input.button,
form.hdexpert-form.is-testing .gform_page_footer input[type=submit] {
    font-size: 14px;
  }
  form.hdexpert-form.is-testing input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 44px;
    min-height: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  form.hdexpert-form.is-testing .gform_footer input.button,
form.hdexpert-form.is-testing .gform_footer input[type=submit],
form.hdexpert-form.is-testing .gform_page_footer input.button,
form.hdexpert-form.is-testing .gform_page_footer input[type=submit] {
    width: 50%;
  }
  form.hdexpert-form.is-testing .gform_footer {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  form.hdexpert-form ul.gform_fields li.gfield.hdexpert-testing-col3 {
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  form.hdexpert-form {
    padding: 0;
  }
  form.hdexpert-form ul.gform_fields li.gfield.hdexpert-testing-col1 {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  form.hdexpert-form ul.gform_fields li.gfield.hdexpert-testing-col2 {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  form.hdexpert-form ul.gform_fields li.gfield.hdexpert-testing-col3 {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
}

/**
 * Select2
 */
.select2-container--default {
  margin-top: 0;
  width: 100% !important;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
}

.myselect2-container-field {
  margin-top: 24px !important;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border: solid #000 1px;
  padding: 0;
  border-radius: 0;
  height: 35px;
  text-align: center;
  background-color: #000;
  color: #fff;
}

#content .select2-container--default .select2-selection--multiple ul.select2-selection__rendered {
  margin-bottom: 0;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.select2-search--dropdown {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.select2-dropdown {
  border-radius: 0 !important;
  border: solid #000 1px !important;
  color: #000 !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
}

.select2-container--open .select2-dropdown--below {
  border-top: 0 !important;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: 0 !important;
}

.select2-search--dropdown {
  padding: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: transparent !important;
  color: #000 !important;
  font-weight: bold !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: transparent !important;
  color: #000 !important;
  font-weight: bold !important;
}

.select2-container--default .select2-results__option {
  position: relative;
}

.select2-container--default .select2-results__option:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: 12px;
  width: 14px;
  height: 14px;
  border: solid #000 2px;
  font-size: 12px;
  font-weight: bold;
  line-height: 10px;
  text-transform: lowercase;
}

.select2-container--default .select2-results__option[aria-selected=true]:after {
  background-color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--multiple .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
  border-width: 6px 6px 0 6px;
  margin-left: -17px;
  margin-top: 0px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__arrow b {
  border-color: transparent transparent #000 transparent;
  border-width: 0 6px 6px 6px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 33px;
  line-height: 35px;
  background: #fff;
  padding: 0;
  margin: 0;
  color: #000;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.select2-container--default.has-selection .select2-selection--single .select2-selection__rendered {
  color: #fff;
  background: #000;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 240px;
  max-width: 320px;
  margin: 0 auto;
}

.select2-results__option {
  padding: 0;
  margin: 12px 0;
}

#content .select2-container--default .select2-search--inline input.select2-search__field {
  margin: 0;
  border: 0;
  padding: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

#content .select2-container--default .select2-selection--multiple ul.select2-selection__rendered {
  margin: 0;
  text-align: center;
  padding: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #000 1px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  width: 100%;
  background: #fff;
  margin-bottom: -4px;
}

#content .select2-container--default .select2-search--inline input.select2-search__field {
  width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
  display: inline-block;
  width: auto;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  float: none;
  line-height: 35px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice + li.select2-search--inline {
  display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice[title=""] {
  visibility: hidden;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}

label.error {
  color: #fff;
  background: #000;
  margin: 0;
  display: block;
  width: 100%;
  padding: 4px;
  font-size: 12px;
  text-align: center;
}

.select2-container--open + label.error,
.has-selection + label.error {
  display: none;
}

@media screen and (max-width: 641px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    height: 48px;
  }

  .select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    height: 52px;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--multiple .select2-selection__arrow b {
    margin-top: 10px;
  }
}
/*****************************************************************************
 * Warranty page template styles
 * Inherits / borrows from Learn single
 *****************************************************************************/
.page-template-page-warranty .fleet-text {
  padding-top: 15%;
}

.hdexpert-learn-single.is-warranty {
  padding: 60px 0;
}
.hdexpert-learn-single.is-warranty .page-wrap {
  max-width: 960px;
}
.hdexpert-learn-single.is-warranty .ccontent,
.hdexpert-learn-single.is-warranty .ccontent {
  font-size: 16px;
}
.hdexpert-learn-single.is-warranty ol {
  list-style-type: none;
  counter-reset: item;
  margin: 1em 0 0;
  padding: 0;
}
.hdexpert-learn-single.is-warranty ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.hdexpert-learn-single.is-warranty ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.hdexpert-learn-single.is-warranty li ol > li {
  margin: 0;
}
.hdexpert-learn-single.is-warranty li ol > li:before {
  content: counters(item, ".") " ";
}
@media screen and (max-width: 960px) {
  .hdexpert-learn-single.is-warranty {
    padding: 20px;
  }
}
@media screen and (max-width: 960px) {
  .hdexpert-learn-single.is-warranty .cblock {
    padding: 20px 0 0;
  }
}

.hdexpert-warraty-rows {
  padding-top: 50px;
}
.hdexpert-warraty-rows .column-main {
  width: 60%;
  padding-right: 30px;
  padding-left: 30px;
}
.hdexpert-warraty-rows .column-secondary {
  width: 40%;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 1080px) {
  .hdexpert-warraty-rows {
    padding-right: 30px;
    padding-left: 30px;
  }
  .hdexpert-warraty-rows .column-main,
.hdexpert-warraty-rows .column-secondary {
    width: 50%;
    padding-right: 0;
    padding-left: 0;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .hdexpert-warraty-rows {
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .hdexpert-warraty-rows .column-main,
.hdexpert-warraty-rows .column-secondary {
    width: 100%;
    clear: both;
  }
  .hdexpert-warraty-rows .column-main > .vc_column-inner,
.hdexpert-warraty-rows .column-secondary > .vc_column-inner {
    max-width: 380px;
    margin: 0 auto;
  }
  .hdexpert-warraty-rows .columns-reverse .column-secondary {
    padding-bottom: 15px;
  }
}

/**
 * Warranty row text content
 */
.hdexpert-warranty-text {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.1px;
  font-weight: 500;
}
.hdexpert-warranty-text p {
  margin: 0 0 32px 0;
}
.hdexpert-warranty-text p:last-child {
  margin-bottom: 0;
}
.hdexpert-warranty-text h2,
.hdexpert-warranty-text h3,
.hdexpert-warranty-text h4 {
  font-size: 34px;
  line-height: 36px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 32px;
}
@media screen and (max-width: 1340px) {
  .hdexpert-warranty-text h2,
.hdexpert-warranty-text h3,
.hdexpert-warranty-text h4 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media screen and (max-width: 960px) {
  .hdexpert-warranty-text h2,
.hdexpert-warranty-text h3,
.hdexpert-warranty-text h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .hdexpert-warranty-text h2,
.hdexpert-warranty-text h3,
.hdexpert-warranty-text h4 {
    text-align: center !important;
  }
  .hdexpert-warranty-text p {
    text-align: left !important;
  }
  .hdexpert-warranty-text p,
.hdexpert-warranty-text h2,
.hdexpert-warranty-text h3,
.hdexpert-warranty-text h4 {
    margin-bottom: 15px;
  }
}

/*****************************************************************************
 * Internationalization modifications (i18n)
 *****************************************************************************/
.nav-lang {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.nav-lang img {
  width: 52px;
  height: auto;
  display: block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.nav-lang img.selected {
  margin-top: 16px;
}
.nav-lang .current-lang {
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  padding-left: 7px;
}
.nav-lang .current-lang:after {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  content: "";
  width: 10px;
  height: 10px;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("../img/flags/arrow-flag.png");
  position: absolute;
  top: 18px;
  right: -5px;
}
.nav-lang ul.sub-menu {
  left: -15px;
}

.compressed-header .nav-lang img.selected {
  margin-top: 7px;
}
.compressed-header .nav-lang img {
  width: 40px;
}
.compressed-header .nav-lang .current-lang:after {
  top: 10px;
}

@media screen and (max-width: 960px) {
  .nav-lang .current-lang {
    display: none;
  }

  .nav-drawer-menu li.nav-lang ul.sub-menu {
    position: static;
    transform: none;
    -webkit-transform: none;
    border: 0;
    border-bottom: solid #efefef 1px;
  }
  .nav-drawer-menu li.nav-lang ul.sub-menu li {
    display: inline-block;
    width: auto;
    clear: none;
    border: 0;
  }
  .nav-drawer-menu li.nav-lang ul.sub-menu li a {
    border: 0;
  }
  .nav-drawer-menu li.nav-lang ul.sub-menu li.is-current-lang a {
    background-color: #efefef;
  }
}
/*****************************************************************************
 * Testing and Industries pages
 *****************************************************************************/
.hdexpert-testing-industries-banner {
  position: absolute;
  top: 90px;
  left: 0px;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 960px) {
  .hdexpert-testing-industries-banner {
    top: 60px;
  }
}

body .hdexpert-testing-industries-banner + .vc_row {
  margin-top: 9% !important;
}
@media screen and (max-width: 1023px) {
  body .hdexpert-testing-industries-banner + .vc_row {
    margin-top: 18% !important;
  }
}
@media screen and (max-width: 960px) {
  body .hdexpert-testing-industries-banner + .vc_row {
    margin-top: 24% !important;
  }
}
@media screen and (max-width: 640px) {
  body .hdexpert-testing-industries-banner + .vc_row {
    margin-top: 26% !important;
  }
}
@media screen and (max-width: 490px) {
  body .hdexpert-testing-industries-banner + .vc_row {
    margin-top: 28% !important;
  }
}
@media screen and (max-width: 400px) {
  body .hdexpert-testing-industries-banner + .vc_row {
    margin-top: 30% !important;
  }
}

body.page-template-page-industry .hdexpert-testing-industries-banner + .vc_row {
  margin-top: 14% !important;
}
@media screen and (max-width: 1023px) {
  body.page-template-page-industry .hdexpert-testing-industries-banner + .vc_row {
    margin-top: 23% !important;
  }
}
@media screen and (max-width: 960px) {
  body.page-template-page-industry .hdexpert-testing-industries-banner + .vc_row {
    margin-top: 29% !important;
  }
}
@media screen and (max-width: 640px) {
  body.page-template-page-industry .hdexpert-testing-industries-banner + .vc_row {
    margin-top: 31% !important;
  }
}
@media screen and (max-width: 490px) {
  body.page-template-page-industry .hdexpert-testing-industries-banner + .vc_row {
    margin-top: 33% !important;
  }
}
@media screen and (max-width: 400px) {
  body.page-template-page-industry .hdexpert-testing-industries-banner + .vc_row {
    margin-top: 35% !important;
  }
}

.page-template-page-testing-industries,
.page-template-page-industry {
  overflow-x: hidden;
}
.page-template-page-testing-industries .hdexpert-MainContent img.size-full,
.page-template-page-industry .hdexpert-MainContent img.size-full {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .page-template-page-testing-industries .header-spacer,
.page-template-page-industry .header-spacer {
    display: none;
  }
}

.vc_editor .hdexpert-testing-industries-banner {
  position: static;
}

.admin-bar .hdexpert-testing-industries-banner {
  top: 122px;
}
@media screen and (max-width: 960px) {
  .admin-bar .hdexpert-testing-industries-banner {
    top: 90px;
  }
}

.hdexpert-testing-row {
  max-width: 1280px;
  margin: 0 auto;
  float: none;
}
.hdexpert-testing-row .lb {
  display: block;
}
.hdexpert-testing-row.alt-padding {
  padding: 30px 0 0;
}
.hdexpert-testing-row.alt-padding-2 {
  padding: 0 0 160px 0;
}
@media screen and (max-width: 767px) {
  .hdexpert-testing-row .lb {
    display: none;
  }
  .hdexpert-testing-row.alt-padding {
    padding: 15px 0 0 !important;
  }
}

.hdexpert-rich-testing {
  color: #000;
  font-size: 18px;
  line-height: 24px;
}
.hdexpert-rich-testing h1 {
  font-size: 30px;
  font-weight: 900;
  margin: 25px 0 13px;
  text-transform: uppercase;
}
.hdexpert-rich-testing h2 {
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 15px 0;
}
.hdexpert-rich-testing h3 {
  font-size: 21px;
  font-weight: 900;
  margin: 0 0 15px 0;
}
.hdexpert-rich-testing p {
  margin: 15px 0;
}
.hdexpert-rich-testing ul {
  margin: 15px 0;
  font-weight: 900;
  padding-left: 1em;
  font-size: 24px;
}
.hdexpert-rich-testing ul span {
  font-size: 18px;
}
.hdexpert-rich-testing .alignright {
  float: right;
  margin-left: 5px;
  margin-bottom: 50px;
}
.hdexpert-rich-testing.is-headline {
  text-align: center;
}
.hdexpert-rich-testing.is-main {
  /*
  .vc_col-sm-6 {
      padding-right: 33px;
  }
  */
}
.hdexpert-rich-testing.is-main .vc_col-sm-6 + .vc_col-sm-6 {
  padding-right: 0;
  padding-left: 33px;
}
@media screen and (max-width: 767px) {
  .hdexpert-rich-testing {
    font-size: 14px;
    line-height: 16px;
  }
  .hdexpert-rich-testing.is-headline {
    text-align: left;
  }
  .hdexpert-rich-testing h1 {
    font-size: 18px;
    line-height: 100%;
    margin: 15px 0 10px 0;
  }
  .hdexpert-rich-testing h2 {
    font-size: 18px;
    line-height: 100%;
  }
  .hdexpert-rich-testing h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .hdexpert-rich-testing ul {
    font-size: 14px;
    line-height: 16px;
  }
  .hdexpert-rich-testing ul span {
    font-size: 14px;
  }
  .hdexpert-rich-testing .alignright {
    margin-left: 30px;
    margin-right: 30px;
  }
  .hdexpert-rich-testing.is-main {
    padding-bottom: 30px;
  }
  .hdexpert-rich-testing.is-main.alt-padding-2 {
    padding-bottom: 80px;
  }
  .hdexpert-rich-testing.is-main .vc_col-sm-6 + .vc_col-sm-6 {
    padding-left: 0;
  }
}

.hdexpert-rich-testing .hdexpert-product-subnav-mobile ul.products-nav a .nav-bg {
  font-size: 10px;
}
@media screen and (max-width: 480px) {
  .hdexpert-rich-testing .hdexpert-product-subnav-mobile .page-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .hdexpert-rich-testing .hdexpert-product-subnav-mobile .products-nav li {
    margin-right: 4px;
    margin-left: 4px;
  }
}
.hdexpert-rich-testing .hdexpert-product-subnav-mobile {
  display: none;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .hdexpert-rich-testing .hdexpert-product-subnav-mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hdexpert-rich-testing .hdexpert-product-subnav-mobile {
    display: block;
  }
}

.hdexpert-testing-carousel .desktop-row {
  display: block;
}
.hdexpert-testing-carousel .mobile-row {
  display: none;
}
.hdexpert-testing-carousel .owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  padding: 0;
  margin: -30px 0 0;
  background: transparent;
  display: block;
  border: 0;
  border-radius: 0;
  width: 18px;
  height: 31px;
  font: normal normal normal 60px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.hdexpert-testing-carousel .owl-theme .owl-nav [class*=owl-]:before {
  text-indent: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
}
.hdexpert-testing-carousel .owl-theme .owl-nav [class=owl-prev] {
  left: 0px;
}
.hdexpert-testing-carousel .owl-theme .owl-nav [class=owl-prev]:before {
  content: "";
}
.hdexpert-testing-carousel .owl-theme .owl-nav [class=owl-next] {
  right: 40px;
}
.hdexpert-testing-carousel .owl-theme .owl-nav [class=owl-next]:before {
  content: "";
}
@media screen and (max-width: 767px) {
  .hdexpert-testing-carousel .desktop-row {
    display: none;
  }
  .hdexpert-testing-carousel .mobile-row {
    display: block;
  }
}

.hdexpert-industry-maintext {
  padding-top: 9%;
}
.hdexpert-industry-maintext h1 {
  font-weight: 800;
  line-height: 105%;
}

.coolant-blurb .vc_column_container > .vc_column-inner {
  padding-right: 0;
}
.coolant-blurb .vc_column-inner {
  position: absolute;
  top: -150px;
  left: 0px;
}
@media screen and (max-width: 960px) {
  .coolant-blurb .vc_column-inner {
    top: -200px;
  }
}
@media screen and (max-width: 767px) {
  .coolant-blurb .vc_column-inner {
    position: static;
    top: auto;
    left: auto;
  }
}

.page-template-page-industry .hdexpert-rich-testing.is-main .vc_col-sm-6 + .vc_col-sm-6 {
  padding-left: 15px;
}
.page-template-page-industry .desktop-row {
  display: block;
}
.page-template-page-industry .mobile-row {
  display: none;
}
.page-template-page-industry .hdexpert-industry-maintext {
  padding-top: 35px;
}
@media screen and (max-width: 960px) {
  .page-template-page-industry .hdexpert-industry-maintext {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-page-industry .desktop-row {
    display: none;
  }
  .page-template-page-industry .mobile-row {
    display: block;
  }
  .page-template-page-industry .hdexpert-rich-testing.is-main .vc_col-sm-6 + .vc_col-sm-6 {
    padding-left: 0;
    padding-top: 0;
  }
  .page-template-page-industry .hdexpert-rich-testing.is-main {
    padding-bottom: 0;
  }
  .page-template-page-industry .hdexpert-rich-testing.is-main.form-sidetext {
    padding-bottom: 100px;
  }
  .page-template-page-industry .main-photo-column .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .page-template-page-industry .hdexpert-rich-testing.is-main.form-sidetext {
    padding-bottom: 60px;
  }
}

.hdexpert-rich-testing.form-sidetext .vc_col-sm-6 + .vc_col-sm-6 {
  padding-top: 15px;
}

/*.barrels-container {
    position: relative;
}*/
.barrels-lineup {
  width: 100%;
  float: left;
  clear: both;
}
.barrels-lineup .barrel-item {
  width: 20%;
  float: left;
  position: relative;
}
.barrels-lineup .barrel-item img {
  display: block;
  width: 100%;
  height: auto;
}
.barrels-lineup .barrel-item .spacer {
  display: block;
  visibility: hidden;
}
.barrels-lineup .barrel-item .img {
  position: absolute;
  width: 105%;
  top: 0px;
  left: 0px;
}
.barrels-lineup .barrel-item .hover {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  mix-blend-mode: multiply;
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
.barrels-lineup .barrel-item .label {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  font-weight: 800;
  margin-top: 20px;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
}
.barrels-lineup .barrel-item:hover .hover {
  opacity: 1;
}
.barrels-lineup .barrel-item:hover .label {
  color: #FBC507;
}
.barrels-lineup.count-5 .index-2,
.barrels-lineup.count-5 .index-4 {
  margin-top: 13px;
}
.barrels-lineup.count-5 .index-3 {
  margin-top: 26px;
}
.barrels-lineup.count-4 .index-2,
.barrels-lineup.count-4 .index-3 {
  margin-top: 13px;
}
.barrels-lineup.count-3 .index-2 {
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .barrels-lineup {
    display: none;
  }
}

html[lang=fr-FR] .coolant-blurb .vc_column-inner {
  top: -260px;
  left: 0px;
}
@media screen and (max-width: 960px) {
  html[lang=fr-FR] .coolant-blurb .vc_column-inner {
    top: -310px;
  }
}
html[lang=fr-FR] .page-id-1368 .coolant-blurb .vc_column-inner {
  top: -210px;
  left: 0px;
}
@media screen and (max-width: 960px) {
  html[lang=fr-FR] .page-id-1368 .coolant-blurb .vc_column-inner {
    top: -260px;
  }
}
html[lang=fr-FR] .page-id-1372 .coolant-blurb .vc_column-inner {
  top: -210px;
  left: 0px;
}
@media screen and (max-width: 960px) {
  html[lang=fr-FR] .page-id-1372 .coolant-blurb .vc_column-inner {
    top: -280px;
  }
}
html[lang=fr-FR] .page-id-1337 .coolant-blurb .vc_column-inner {
  top: -230px;
  left: 0px;
}
@media screen and (max-width: 1200px) {
  html[lang=fr-FR] .page-id-1337 .coolant-blurb .vc_column-inner {
    top: -270px;
  }
}
@media screen and (max-width: 960px) {
  html[lang=fr-FR] .page-id-1337 .coolant-blurb .vc_column-inner {
    top: -310px;
  }
}
html[lang=fr-FR] .page-id-1358 .coolant-blurb .vc_column-inner {
  top: -210px;
}
@media screen and (max-width: 1200px) {
  html[lang=fr-FR] .page-id-1358 .coolant-blurb .vc_column-inner {
    top: -270px;
  }
}
@media screen and (max-width: 960px) {
  html[lang=fr-FR] .page-id-1358 .coolant-blurb .vc_column-inner {
    top: -310px;
  }
}

html[lang=es-ES] .coolant-blurb .vc_column-inner {
  top: -230px;
  left: 0px;
}
html[lang=es-ES] body.page-id-1405 .coolant-blurb .vc_column-inner {
  top: -160px;
}
@media screen and (max-width: 1200px) {
  html[lang=es-ES] body.page-id-1405 .coolant-blurb .vc_column-inner {
    top: -210px;
  }
}
@media screen and (max-width: 960px) {
  html[lang=es-ES] body.page-id-1405 .coolant-blurb .vc_column-inner {
    top: -260px;
  }
}

body.page-template-page-confirm {
  background-color: #000;
}
body.page-template-page-confirm .thankyou-content {
  padding-bottom: 120px;
  background-color: #fbfbfb;
  margin: 0;
}
body.page-template-page-confirm a.hdexpert-button.is-catalog {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  color: #000;
  background: #ffcf2f;
  min-width: 240px;
}
body.page-template-page-confirm a.hdexpert-button.is-catalog:hover {
  background: #1c7297;
  color: #fff;
}
body.page-template-page-confirm .thankyou-content p {
  line-height: 200%;
  margin: 0 0 10px 0;
}
body.page-template-page-confirm .thankyou-content {
  padding-bottom: 120px;
  background-color: #fbfbfb;
  margin: 0;
}

.hdexpert-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.hdexpert-hero .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hdexpert-hero .title {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 15px;
  text-align: center;
  z-index: 2;
}
.hdexpert-hero h1,
.hdexpert-hero h2 {
  font-weight: 800;
  font-size: 80px;
  line-height: 90px;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.85);
}
.hdexpert-hero h1.smaller-text,
.hdexpert-hero h2.smaller-text {
  font-size: 60px;
  line-height: 64px;
}
.hdexpert-hero .hero-button {
  margin-top: 110px;
}
.hdexpert-hero .angle {
  z-index: 1;
  position: absolute;
  left: 0px;
  width: 100%;
}
.hdexpert-hero .angle.is-bottom {
  bottom: 0px;
}
.hdexpert-hero .angle.is-top {
  top: 0px;
}
.hdexpert-hero.type-with-button .valign2 {
  padding-top: 120px;
}
.hdexpert-hero.type-with-button p {
  margin-top: 60px;
}
.hdexpert-hero.type-landing .valign2 {
  padding-bottom: 2%;
}
.hdexpert-hero.type-landing h1,
.hdexpert-hero.type-landing h2 {
  margin-bottom: 5px;
  font-size: 50px;
  line-height: 50px;
  font-weight: 800;
}
.hdexpert-hero.size-landing.has-bg .valign2 {
  padding-bottom: 4%;
}
.hdexpert-hero.type-industries .valign2 {
  padding-bottom: 3.5%;
}
.hdexpert-hero.type-industries h1,
.hdexpert-hero.type-industries h2 {
  margin-bottom: 0;
  font-size: 100px;
  line-height: 110px;
  font-weight: 800;
  letter-spacing: -0.1px;
}
.hdexpert-hero.type-industries .bg img {
  min-height: 282px;
}
.hdexpert-hero.type-whitepaper {
  background-color: #FBC507;
  color: #000;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
.hdexpert-hero.type-whitepaper .valign2 {
  padding-bottom: 2%;
}
.hdexpert-hero.type-whitepaper h1,
.hdexpert-hero.type-whitepaper h2 {
  font-size: 55px;
  line-height: 55px;
  text-shadow: none;
  margin-bottom: 5px;
  font-weight: 800;
}
.hdexpert-hero.type-landing2 .valign2 {
  padding-bottom: 50px;
}
.hdexpert-hero.type-landing2 h1,
.hdexpert-hero.type-landing2 h2 {
  font-size: 100px;
  line-height: 110px;
  letter-spacing: -0.1px;
}
@media screen and (max-width: 1600px) {
  .hdexpert-hero.type-landing2 h1,
.hdexpert-hero.type-landing2 h2 {
    font-size: 80px;
    line-height: 90px;
  }
}
@media screen and (max-width: 1340px) {
  .hdexpert-hero h1,
.hdexpert-hero h2, .hdexpert-hero.type-landing2 h1, .hdexpert-hero.type-landing2 h2 {
    font-size: 72px;
    line-height: 125%;
  }
  .hdexpert-hero h1.smaller-text,
.hdexpert-hero h2.smaller-text, .hdexpert-hero.type-landing2 h1.smaller-text, .hdexpert-hero.type-landing2 h2.smaller-text {
    font-size: 60px;
    line-height: 64px;
  }
  .hdexpert-hero.type-landing .valign2 {
    padding-bottom: 4%;
  }
}
@media screen and (max-width: 1280px) {
  .hdexpert-hero .lb {
    display: block;
  }
}
@media screen and (max-width: 1270px) {
  .hdexpert-hero .lb {
    display: none;
  }
  .hdexpert-hero h1,
.hdexpert-hero h2, .hdexpert-hero.type-landing h1, .hdexpert-hero.type-landing h2, .hdexpert-hero.type-whitepaper h1, .hdexpert-hero.type-whitepaper h2, .hdexpert-hero.type-landing2 h1, .hdexpert-hero.type-landing2 h2 {
    font-size: 38px;
    line-height: 125%;
  }
  .hdexpert-hero h1.smaller-text,
.hdexpert-hero h2.smaller-text, .hdexpert-hero.type-landing h1.smaller-text, .hdexpert-hero.type-landing h2.smaller-text, .hdexpert-hero.type-whitepaper h1.smaller-text, .hdexpert-hero.type-whitepaper h2.smaller-text, .hdexpert-hero.type-landing2 h1.smaller-text, .hdexpert-hero.type-landing2 h2.smaller-text {
    font-size: 38px;
    line-height: 125%;
  }
  .hdexpert-hero.type-industries h1, .hdexpert-hero.type-industries h2 {
    font-size: 72px;
    line-height: 125%;
  }
  .hdexpert-hero .hero-button {
    margin-top: 15px;
  }
}
@media screen and (max-width: 960px) {
  .hdexpert-hero .bg {
    min-height: 240px;
  }
  .hdexpert-hero.type-industries .bg {
    max-height: 180px;
    min-height: unset;
  }
}
@media screen and (max-width: 767px) {
  .hdexpert-hero .lb {
    display: none;
  }
  .hdexpert-hero h1,
.hdexpert-hero h2, .hdexpert-hero.type-landing h1, .hdexpert-hero.type-landing h2, .hdexpert-hero.type-whitepaper h1, .hdexpert-hero.type-whitepaper h2 {
    font-size: 32px;
    line-height: 125%;
  }
  .hdexpert-hero.type-industries h1, .hdexpert-hero.type-industries h2 {
    font-size: 36px;
    line-height: 125%;
  }
}
@media screen and (max-width: 640px) {
  .hdexpert-hero.type-with-button .bg {
    min-height: 300px;
  }
  .hdexpert-hero.type-with-button .valign2 {
    padding-top: 30px;
  }
  .hdexpert-hero.type-with-button p {
    margin-top: 15px;
  }
}

.hdexpert-home-intro {
  background-color: #000;
  color: #fff;
  text-align: center;
}
.hdexpert-home-intro h2 {
  margin: 0;
}
.hdexpert-home-intro .text p {
  margin-bottom: 40px;
}
.hdexpert-home-intro .text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .hdexpert-home-intro {
    padding: 30px 0 0;
  }
  .hdexpert-home-intro .lb {
    display: none;
  }
  .hdexpert-home-intro .text {
    padding-bottom: 30px;
  }
}
.hdexpert-home-intro .barrel-group {
  width: 100%;
  max-width: 1080px;
  padding: 0 15px;
  margin: 0 auto;
}
.hdexpert-home-intro .barrel-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hdexpert-home-intro .barrel-group li {
  position: relative;
  z-index: 1;
}
.hdexpert-home-intro .barrel-group li a {
  display: block;
}
.hdexpert-home-intro .barrel-group li img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 1;
}
.hdexpert-home-intro .barrel-group li.item-2, .hdexpert-home-intro .barrel-group li.item-5 {
  z-index: 2;
}
.hdexpert-home-intro .barrel-group li.item-2 img, .hdexpert-home-intro .barrel-group li.item-5 img {
  margin-top: 30px;
}
.hdexpert-home-intro .barrel-group li.item-3, .hdexpert-home-intro .barrel-group li.item-4 {
  z-index: 3;
}
.hdexpert-home-intro .barrel-group li.item-3 img, .hdexpert-home-intro .barrel-group li.item-4 img {
  margin-top: 60px;
}
.hdexpert-home-intro .barrel-group li.item-3 {
  margin-left: -11px;
}
.hdexpert-home-intro .barrel-group li.item-4 {
  margin-left: 11px;
  margin-top: 3px;
}
@media screen and (max-width: 1340px) {
  .hdexpert-home-intro .barrel-group li.item-3 {
    margin-left: 0;
  }
  .hdexpert-home-intro .barrel-group li.item-4 {
    margin-left: 0;
  }
}
.hdexpert-home-intro .industries {
  margin: 60px 0;
  text-align: center;
}
.hdexpert-home-intro .industries h3 {
  margin: 0 0 15px 0;
  color: #FBC507;
}
.hdexpert-home-intro .industries h3 + p {
  margin: 0 0 30px 0;
}
.hdexpert-home-intro .industries .icon-img img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.hdexpert-home-intro .industries .icon-img img.is-default {
  display: inline-block;
}
.hdexpert-home-intro .industries .icon-img img.is-hover {
  display: none;
}
.hdexpert-home-intro .industries .icon-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}
.hdexpert-home-intro .industries .icon-title a {
  color: #FBC507;
}
.hdexpert-home-intro .industries .row-icons .icon-title {
  display: none;
}
.hdexpert-home-intro .industries[data-idx="1"] .col-6:nth-child(1) .icon-title a, .hdexpert-home-intro .industries[data-idx="2"] .col-6:nth-child(2) .icon-title a, .hdexpert-home-intro .industries[data-idx="3"] .col-6:nth-child(3) .icon-title a, .hdexpert-home-intro .industries[data-idx="4"] .col-6:nth-child(4) .icon-title a, .hdexpert-home-intro .industries[data-idx="5"] .col-6:nth-child(5) .icon-title a, .hdexpert-home-intro .industries[data-idx="6"] .col-6:nth-child(6) .icon-title a {
  color: #FBC507;
}
.hdexpert-home-intro .industries[data-idx="1"] .col-6:nth-child(1) .icon-img img.is-default, .hdexpert-home-intro .industries[data-idx="2"] .col-6:nth-child(2) .icon-img img.is-default, .hdexpert-home-intro .industries[data-idx="3"] .col-6:nth-child(3) .icon-img img.is-default, .hdexpert-home-intro .industries[data-idx="4"] .col-6:nth-child(4) .icon-img img.is-default, .hdexpert-home-intro .industries[data-idx="5"] .col-6:nth-child(5) .icon-img img.is-default, .hdexpert-home-intro .industries[data-idx="6"] .col-6:nth-child(6) .icon-img img.is-default {
  display: none;
}
.hdexpert-home-intro .industries[data-idx="1"] .col-6:nth-child(1) .icon-img img.is-hover, .hdexpert-home-intro .industries[data-idx="2"] .col-6:nth-child(2) .icon-img img.is-hover, .hdexpert-home-intro .industries[data-idx="3"] .col-6:nth-child(3) .icon-img img.is-hover, .hdexpert-home-intro .industries[data-idx="4"] .col-6:nth-child(4) .icon-img img.is-hover, .hdexpert-home-intro .industries[data-idx="5"] .col-6:nth-child(5) .icon-img img.is-hover, .hdexpert-home-intro .industries[data-idx="6"] .col-6:nth-child(6) .icon-img img.is-hover {
  display: inline-block;
}
@media screen and (max-width: 1279px) {
  .hdexpert-home-intro .industries .row-icons .icon-title {
    display: block;
    margin-bottom: 30px;
  }
  .hdexpert-home-intro .industries .row-titles {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hdexpert-home-intro .industries {
    margin: 30px 0 0;
  }
  .hdexpert-home-intro .industries .col-6:nth-child(2) .icon-img img {
    margin-top: 32px;
  }
}

.hdexpert-home-detail {
  text-align: center;
  float: left;
  padding: 30px 0 0;
}
.hdexpert-home-detail h2,
.hdexpert-home-detail h3 {
  margin: 40px 0;
}
.hdexpert-home-detail .detail-block-1 {
  margin: 60px 0 70px 0;
}
.hdexpert-home-detail .detail-block-2 {
  margin: 90px 0 100px 0;
}
.hdexpert-home-detail .detail-block-2 .page-wrap {
  max-width: 930px;
}
.hdexpert-home-detail .detail-block-2 p {
  margin-top: 30px;
}
.hdexpert-home-detail .detail-block-3 p {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .hdexpert-home-detail .detail-block-2 {
    margin: 60px 0 0;
  }
  .hdexpert-home-detail .detail-block-2 img {
    padding: 0 15px;
  }
}

.hdexpert-home-text-pane {
  text-align: center;
  padding: 90px 0;
  float: left;
}
.hdexpert-home-text-pane .button-para {
  margin-top: 60px;
}
.hdexpert-home-text-pane.text-pane-1 {
  background-color: #fff;
  color: #000;
  padding: 60px 0 0;
}
.hdexpert-home-text-pane.text-pane-1 .hd-shield {
  padding-bottom: 30px;
}
.hdexpert-home-text-pane.text-pane-1 p {
  margin: 40px 0;
}
.hdexpert-home-text-pane .tp-img-1 {
  margin: 30px 0;
}
.hdexpert-home-text-pane .tp-img-1 .wrap {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}
.hdexpert-home-text-pane .tp-img-2 {
  margin: 50px 0;
}
.hdexpert-home-text-pane .tp-img-2 img {
  margin: 0 auto;
  max-width: 530px;
  width: 100%;
}
.hdexpert-home-text-pane.text-pane-2 a {
  color: #fff;
  font-weight: bold;
}
.hdexpert-home-text-pane.text-pane-2 a:hover {
  color: #FBC507;
}
.hdexpert-home-text-pane.text-pane-2 .tp-img-2 img {
  max-width: 112px;
}
@media screen and (max-width: 767px) {
  .hdexpert-home-text-pane {
    padding: 30px 0;
  }
  .hdexpert-home-text-pane .lb {
    display: none;
  }
  .hdexpert-home-text-pane .tp-img-2 {
    margin: 30px 0;
  }
  .hdexpert-home-text-pane .button-para {
    margin-top: 0;
  }
}

.page-template-template-industries h1.nudge {
  margin-bottom: 5%;
}

.hdexpert-angle-divider {
  margin-bottom: 90px;
}
.hdexpert-angle-divider.is-bottom-white-nostroke {
  margin-bottom: 0;
}
.hdexpert-angle-divider.is-bottom-black-nostroke {
  margin-bottom: 0;
  background-color: #fff;
}
.hdexpert-angle-divider.disable-margins {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .hdexpert-angle-divider {
    margin-bottom: 30px;
  }
  .hdexpert-angle-divider.disable-margins {
    margin-bottom: 0;
  }
  .hdexpert-angle-divider.is-bottom-white-nostroke {
    margin-bottom: 0;
  }
  .hdexpert-angle-divider.is-bottom-black-nostroke {
    margin-bottom: 0;
  }
}

.hdexpert-cpane.cpane-1 .column-text {
  padding-left: 15px;
}
.hdexpert-cpane h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .hdexpert-cpane h2 {
    margin-bottom: 15px;
  }
}

.hdexpert-barrel-pane,
.hdexpert-barrel-pane.cpane-1 {
  margin: 0;
  letter-spacing: 0.1px;
  text-align: right;
}
.hdexpert-barrel-pane h2,
.hdexpert-barrel-pane.cpane-1 h2 {
  letter-spacing: 0;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
.hdexpert-barrel-pane .column-barrels .hdexpert-image,
.hdexpert-barrel-pane.cpane-1 .column-barrels .hdexpert-image {
  margin: 0 auto;
  max-width: 278px;
}
.hdexpert-barrel-pane .column-text,
.hdexpert-barrel-pane.cpane-1 .column-text {
  padding-left: 0;
}
.hdexpert-barrel-pane .column-text p,
.hdexpert-barrel-pane.cpane-1 .column-text p {
  max-width: 310px;
  float: right;
}
.hdexpert-barrel-pane .column-text p:last-child,
.hdexpert-barrel-pane.cpane-1 .column-text p:last-child {
  margin-bottom: 0;
}
.hdexpert-barrel-pane.type-mixed,
.hdexpert-barrel-pane.cpane-1.type-mixed {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .hdexpert-barrel-pane,
.hdexpert-barrel-pane.cpane-1 {
    margin: 20px 0;
    text-align: center;
  }
  .hdexpert-barrel-pane .column-text p,
.hdexpert-barrel-pane.cpane-1 .column-text p {
    float: none;
    max-width: 100%;
  }
  .hdexpert-barrel-pane .column-text,
.hdexpert-barrel-pane.cpane-1 .column-text {
    padding-right: 15px;
    padding-left: 15px;
  }
  .hdexpert-barrel-pane.type-mixed .column-barrels .hdexpert-image,
.hdexpert-barrel-pane.cpane-1.type-mixed .column-barrels .hdexpert-image {
    max-width: 125px !important;
  }
}

.hdexpert-designed-pane {
  margin-bottom: 50px;
}
.hdexpert-designed-pane .button-para {
  margin: 50px 0;
}
.hdexpert-designed-pane .column-text {
  text-align: right;
}
.hdexpert-designed-pane .column-photo img {
  max-width: 532px;
  float: right;
}
@media screen and (max-width: 767px) {
  .hdexpert-designed-pane .button-para {
    margin: 15px 0;
    text-align: center;
  }
}

.hdexpert-designed-pane.is-whitepaper .hdexpert-row {
  flex-direction: row-reverse;
}
.hdexpert-designed-pane.is-whitepaper .column-text {
  text-align: left;
  padding-left: 50px;
  padding-top: 0;
}
.hdexpert-designed-pane.is-whitepaper .column-photo img {
  float: right;
  height: 440px;
  width: auto;
  margin-top: 15px;
  margin-right: 30px;
  border: solid #fff 2px;
}
@media screen and (max-width: 1280px) {
  .hdexpert-designed-pane.is-whitepaper .column-photo img {
    float: none;
    margin: 0 auto;
    height: auto;
    width: 100%;
    max-width: 360px;
  }
}

.testing-form-modal {
  position: relative;
}
.testing-form-modal .modal-pad {
  padding: 15px;
}
.testing-form-modal .modal-border {
  border: 0;
  background-color: #FBC507;
  padding: 15px;
}
.testing-form-modal button.mfp-close {
  width: 30px;
  height: 30px;
  content: "";
  opacity: 1;
  background-image: url(../img/revisions/icons/icon-close-fs8.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  top: -25px;
  right: 15px;
  margin: 0;
  text-indent: -99999px;
}
.testing-form-modal.type-alt {
  max-width: 320px;
}
.testing-form-modal.type-alt .modal-pad {
  padding: 0;
  background-color: #FBC507;
}
.testing-form-modal.type-alt .modal-border {
  padding: 15px;
}
.testing-form-modal.type-alt button.mfp-close {
  top: -40px;
  right: 0px;
}

body .mfp-bg {
  background-color: #000;
  opacity: 0.95;
}

body .testing-form-modal .hdexpert-test-form {
  background-color: transparent;
}

body .testing-form-modal .hdexpert-test-form_wrapper {
  margin-top: 0;
  width: 100%;
  float: left;
}
body .testing-form-modal .hdexpert-test-form_wrapper textarea.medium {
  height: 167px;
}

.hdexpert-proshield-pane h2 {
  color: #FBC507;
}
.hdexpert-proshield-pane img {
  max-width: 640px;
}
.hdexpert-proshield-pane p {
  margin-bottom: 40px;
}
.hdexpert-proshield-pane p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .hdexpert-proshield-pane p {
    margin: 15px 0;
  }
  .hdexpert-proshield-pane p:last-child {
    text-align: center;
    margin-top: 30px;
  }
}

.hdexpert-learn-pane {
  text-align: center;
  padding: 15px 15px 0 15px;
  font-size: 25px;
  line-height: 35px;
}
.hdexpert-learn-pane .icon {
  display: none;
  margin-bottom: 15px;
}
.hdexpert-learn-pane .icon img {
  height: 215px;
  width: auto;
  display: inline-block;
  border: solid #fff 1px;
}
.hdexpert-learn-pane .row-text {
  padding: 50px 0 0;
}
.hdexpert-learn-pane .row-text h2,
.hdexpert-learn-pane .row-text h3 {
  margin: 90px 0 45px 0;
}
.hdexpert-learn-pane .row-links .title sup {
  font-size: 40%;
  font-weight: 200;
}
.hdexpert-learn-pane .row-links h4 {
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
.hdexpert-learn-pane .row-links .button-para {
  margin: 50px 0;
}
.hdexpert-learn-pane .row-links .hdexpert-col {
  border-right: solid #000 2px;
  padding-top: 0;
  padding-left: 35px;
  padding-right: 35px;
}
.hdexpert-learn-pane .row-links .hdexpert-col:last-child {
  border-right: 0;
}
.hdexpert-learn-pane .row-links ul {
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.1px;
  font-weight: 600;
  max-width: 280px;
  margin: 0 auto;
  padding-left: 10px;
  text-transform: uppercase;
}
.hdexpert-learn-pane .row-links ul li {
  margin: 0 0 15px 0;
}
.hdexpert-learn-pane .row-links ul li:last-child {
  margin: 0;
}
.hdexpert-learn-pane .row-icons .icon {
  display: block;
}
.hdexpert-learn-pane .row-icons .hdexpert-col {
  border: 0;
}
@media screen and (max-width: 1340px) {
  .hdexpert-learn-pane {
    padding-top: 15px;
  }
  .hdexpert-learn-pane .row-links h4 {
    margin: 10px 0;
  }
  .hdexpert-learn-pane .row-links .hdexpert-col {
    padding-top: 0;
  }
}
@media screen and (max-width: 1080px) {
  .hdexpert-learn-pane .row-icons {
    display: none;
  }
  .hdexpert-learn-pane .row-links .icon {
    display: block;
    margin-top: 60px;
  }
  .hdexpert-learn-pane .hdexpert-col.col-quarter {
    border-bottom: solid #000 2px;
  }
  .hdexpert-learn-pane .hdexpert-col.col-quarter:nth-child(2n) {
    border-right: 0;
  }
  .hdexpert-learn-pane .hdexpert-col.col-quarter:nth-child(3n), .hdexpert-learn-pane .hdexpert-col.col-quarter:nth-child(4n) {
    border-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .hdexpert-learn-pane .mh-child,
.hdexpert-learn-pane .mh-child2 {
    height: auto !important;
  }
  .hdexpert-learn-pane .hdexpert-col.col-quarter {
    border-bottom: solid #000 2px !important;
    border-right: 0;
  }
  .hdexpert-learn-pane .hdexpert-col.col-quarter:last-child {
    border-bottom: 0 !important;
  }
}

.hdexpert-warranty-pane {
  margin-bottom: 40px;
}
.hdexpert-warranty-pane .col-half {
  padding: 0 15px;
}
.hdexpert-warranty-pane .main-image {
  padding: 100px 0;
}
.hdexpert-warranty-pane .main-image img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: block;
}
.hdexpert-warranty-pane .row-main {
  align-items: flex-start;
}
.hdexpert-warranty-pane.cpane-1 {
  margin-top: 60px;
}
.hdexpert-warranty-pane.cpane-1 .column-image {
  padding-left: 80px;
}
.hdexpert-warranty-pane.cpane-1 .column-text {
  padding-left: 30px;
}
.hdexpert-warranty-pane.cpane-2 {
  text-align: right;
}
.hdexpert-warranty-pane.cpane-2 .row-main {
  flex-direction: row-reverse;
}
.hdexpert-warranty-pane.cpane-2 .column-image {
  padding-left: 30px;
}
@media screen and (max-width: 960px) {
  .hdexpert-warranty-pane.cpane-1 {
    margin-top: 20px;
  }
  .hdexpert-warranty-pane.cpane-1 .column-image {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hdexpert-warranty-pane.cpane-2 {
    text-align: left;
  }
  .hdexpert-warranty-pane.cpane-2 .column-text {
    padding-left: 15px;
  }
  .hdexpert-warranty-pane .column-text h3 {
    text-align: center;
  }
}

.hdexpert-terms-pane {
  padding: 0 30px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.1px;
}
.hdexpert-terms-pane p {
  margin: 15px 0;
}
.hdexpert-terms-pane h2 {
  margin: 0;
  font-size: 50px;
  line-height: 85px;
  font-weight: bold;
  display: inline-block;
}
.hdexpert-terms-pane h3 {
  font-size: 24px;
  line-height: 25px;
  letter-spacing: -0.1px;
}
.hdexpert-terms-pane ul {
  margin: 15px 2em;
}
.hdexpert-terms-pane .terms-title {
  border-bottom: solid #707070 1px;
  margin-bottom: 50px;
  text-align: center;
}
.hdexpert-terms-pane .terms-title h2 a {
  color: #000;
  display: inline-block;
  position: relative;
}
.hdexpert-terms-pane .terms-title h2 a:after {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  content: "";
  position: absolute;
  top: 26px;
  right: -40px;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 28px solid #FBC507;
}
.hdexpert-terms-pane .terms-title h2 a:hover {
  color: #FBC507;
}
.hdexpert-terms-pane .pdf-icon {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: auto;
  margin-left: 5px;
  margin-bottom: 3px;
}
.hdexpert-terms-pane .scroll-content {
  display: none;
}
.hdexpert-terms-pane .title-container {
  display: block;
  position: relative;
}
.hdexpert-terms-pane .download-button {
  display: block;
  position: absolute;
  right: 0px;
  top: 23px;
}
.hdexpert-terms-pane .download-button a {
  display: inline-block;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  font-weight: 800;
  padding: 10px 24px;
}
.hdexpert-terms-pane .download-button a:hover {
  background-color: #FBC507;
  color: #000;
}
.hdexpert-terms-pane.is-open .terms-title a:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 1439px) {
  .hdexpert-terms-pane .terms-title h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .hdexpert-terms-pane .terms-title h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1080px) {
  .hdexpert-terms-pane {
    padding: 0 15px;
  }
  .hdexpert-terms-pane .title-container {
    display: block;
  }
  .hdexpert-terms-pane .terms-title {
    text-align: left;
  }
  .hdexpert-terms-pane .terms-title h2 {
    font-size: 24px;
    line-height: 48px;
  }
  .hdexpert-terms-pane .terms-title h2 a:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #FBC507;
    top: 13px;
    right: -24px;
  }
  .hdexpert-terms-pane .download-button {
    position: static;
    right: auto !important;
    top: auto !important;
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .hdexpert-terms-pane .terms-title {
    text-align: center;
    width: 100%;
    float: left;
    clear: both;
    padding-bottom: 15px;
  }
  .hdexpert-terms-pane .download-button {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
}

.page-template-template-warranty .hdexpert-hero .hero-button {
  margin-top: 70px;
}

.hdexpert-testing-pane {
  padding: 60px 0;
  color: #fff;
  background-color: #000;
}
.hdexpert-testing-pane .col-half {
  padding-right: 30px;
  padding-left: 15px;
}
.hdexpert-testing-pane .col-half + .col-half {
  padding-left: 30px;
  padding-right: 15px;
}
.hdexpert-testing-pane .icon-group {
  width: 100%;
  height: auto;
  max-width: 525px;
  display: inline-block;
}
.hdexpert-testing-pane h2 {
  line-height: 100%;
  margin-bottom: 15px;
}
.hdexpert-testing-pane .intro-text {
  text-align: left;
}
.hdexpert-testing-pane .column-photo {
  text-align: center;
}
.hdexpert-testing-pane .column-icon {
  text-align: left;
}
.hdexpert-testing-pane .form-box {
  padding-left: 80px;
}
.hdexpert-testing-pane .vial-image {
  float: right;
}
@media screen and (max-width: 960px) {
  .hdexpert-testing-pane .icon-group {
    max-width: 240px;
    margin: 0 auto;
    display: block;
    padding-right: 15px;
  }
}

.hdexpert-testing-1 .column-photo {
  text-align: center;
}
.hdexpert-testing-1 .column-photo img {
  width: 100%;
  max-width: 278px;
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .hdexpert-testing-1 .column-photo img {
    max-width: 180px;
  }
}

.hdexpert-testing-2 {
  margin-bottom: 40px;
}
.hdexpert-testing-2 .hdexpert-row {
  flex-direction: row-reverse;
}
.hdexpert-testing-2 .column-text {
  text-align: right;
}
.hdexpert-testing-2 .column-photo {
  text-align: center;
}
.hdexpert-testing-2 .column-photo img {
  width: 100%;
  max-width: 380px;
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .hdexpert-testing-2 .column-text {
    text-align: left;
  }
}

.hdexpert-testing-3 {
  margin-bottom: 40px;
}
.hdexpert-testing-3 .column-photo {
  text-align: center;
}
.hdexpert-testing-3 .column-photo img {
  width: 100%;
  height: auto;
  max-width: 530px;
  display: inline-block;
}

.hdexpert-compare {
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}
.hdexpert-compare .headline {
  font-size: 25px;
  line-height: 30px;
  font-weight: 800;
  letter-spacing: -0.1px;
  border: solid #fff 1px;
  padding: 10px;
  text-transform: uppercase;
}
.hdexpert-compare .lines {
  border-right: solid #fff 1px;
  border-left: solid #fff 1px;
  width: 100%;
  float: left;
  clear: both;
}
.hdexpert-compare .lines ul {
  display: block;
  width: 100%;
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
}
.hdexpert-compare .lines ul li {
  display: block;
  width: 100%;
  border-bottom: solid #fff 1px;
  padding: 12px;
}
.hdexpert-compare .lines .line {
  border-bottom: solid #fff 1px;
  padding: 12px;
}
.hdexpert-compare .compare-table {
  padding-right: 35px;
}
.hdexpert-compare table {
  text-align: center;
  border: 0;
  font-size: 11px;
  line-height: 14px;
  font-weight: bold;
  width: 100%;
}
.hdexpert-compare table a {
  color: #fff;
  text-decoration: none;
}
.hdexpert-compare table th,
.hdexpert-compare table td {
  border: solid #000 1px;
  padding: 6px 0;
  vertical-align: middle;
  width: 25%;
  position: relative;
}
.hdexpert-compare table th {
  font-size: 9px;
  line-height: 9px;
  font-weight: bold;
  text-transform: uppercase;
}
.hdexpert-compare table .th-row {
  background-color: #3E3E3E;
}
.hdexpert-compare table td.content-cell {
  background-color: #838281;
}
.hdexpert-compare table td.content-cell:nth-child(2n) {
  background-color: #A3A3A3;
}
.hdexpert-compare table td.image-cell {
  background-color: transparent !important;
}
.hdexpert-compare table td.image-cell a {
  display: block;
}
.hdexpert-compare table td.image-cell img {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  width: 70%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.hdexpert-compare table .cover-link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -99999px;
}
.hdexpert-compare table tr:first-child td {
  text-transform: uppercase;
}
.hdexpert-compare table td.spec-fleet {
  padding-top: 12px;
  padding-bottom: 12px;
}
.hdexpert-compare .hdexpert-button.is-rev-3 {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  background-color: #838281 !important;
  border: solid #838281 2px !important;
}
.hdexpert-compare th.is-classic,
.hdexpert-compare td.is-classic.active,
.hdexpert-compare td.is-classic.active:nth-child(2n) {
  background-color: #9E66A7;
}
.hdexpert-compare th.is-premium,
.hdexpert-compare td.is-premium.active,
.hdexpert-compare td.is-premium.active:nth-child(2n) {
  background-color: #FF791F;
}
.hdexpert-compare th.is-extreme,
.hdexpert-compare td.is-extreme.active,
.hdexpert-compare td.is-extreme.active:nth-child(2n) {
  background-color: #A32035;
}
.hdexpert-compare th.is-endurance,
.hdexpert-compare td.is-endurance.active,
.hdexpert-compare td.is-endurance.active:nth-child(2n) {
  background-color: #F83146;
}
.hdexpert-compare th.is-extra,
.hdexpert-compare td.is-extra.active,
.hdexpert-compare td.is-extra.active:nth-child(2n) {
  background-color: #FFC727;
  color: #000;
}
.hdexpert-compare th.is-extend,
.hdexpert-compare td.is-extend.active,
.hdexpert-compare td.is-extend.active:nth-child(2n) {
  background-color: #ef4e9c;
}
.hdexpert-compare table td.image-cell.active img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.hdexpert-compare .spec-row {
  width: 100%;
  display: flex;
  margin: 15px auto 0 auto;
  max-width: 320px;
  align-items: center;
}
.hdexpert-compare .column-1 {
  flex: 0 0 60%;
  max-width: 60%;
}
.hdexpert-compare .column-2 {
  flex: 0 0 40%;
  max-width: 40%;
  padding-left: 15px;
}
.hdexpert-compare .specs-notes {
  font-size: 11px;
  line-height: 14px;
  text-align: left;
}
.hdexpert-compare .specs-notes p {
  margin: 5px 0;
}
@media screen and (max-width: 960px) {
  .hdexpert-compare .compare-table {
    padding-right: 0;
  }
  .hdexpert-compare .compare-content {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
  }
  .hdexpert-compare .compare-content .hdexpert-button.is-rev-3 {
    width: 100%;
    max-width: 100%;
  }
  .hdexpert-compare table th,
.hdexpert-compare table td,
.hdexpert-compare table td.spec-fleet {
    padding: 8px;
  }
}
@media screen and (max-width: 767px) {
  .hdexpert-compare table td.image-cell {
    padding-bottom: 4px;
  }
  .hdexpert-compare table td.image-cell img {
    -webkit-transform: none;
    transform: none;
  }
  .hdexpert-compare table td.image-cell:nth-child(3n) a {
    margin-top: 0;
  }
}

@media screen and (max-width: 960px) {
  .hdexpert-compare {
    padding: 0;
  }

  .industry-coolant-row .vc_col-sm-4.nudge-smaller-pad > .vc_column-inner > .wpb_wrapper {
    padding-left: 23px;
  }
}
body .hdexpert-test-form_wrapper {
  margin-top: 40px;
  width: 100%;
  float: left;
  clear: both;
}
body .hdexpert-test-form_wrapper div.validation_error {
  color: #000;
  background-color: #FBC507;
  border: 0;
  padding: 12px;
  text-align: left;
}
body .hdexpert-test-form_wrapper li.gfield.gfield_error {
  background: transparent;
  border: 0;
}
body .hdexpert-test-form_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .hdexpert-test-form_wrapper li.gfield_error textarea {
  border: solid #fff 1px;
}
body .hdexpert-test-form_wrapper .field_description_below .gfield_description {
  padding-top: 0;
}
body .hdexpert-test-form_wrapper .validation_message {
  color: #FBC507;
}
body .hdexpert-test-form_wrapper .gfield_error .gfield_label,
body .hdexpert-test-form_wrapper li.gfield_error ul.gfield_checkbox {
  color: #fff;
}
body .hdexpert-test-form_wrapper ul li.gfield {
  margin-top: 0;
  margin-bottom: 16px;
}
body .hdexpert-test-form_wrapper li.subsection {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 14px;
}
body .hdexpert-test-form_wrapper li.subsection + li.subsection {
  padding-right: 15px;
  padding-left: 14px;
}
body .hdexpert-test-form_wrapper ul li#field_11_11 {
  width: 100%;
  float: left;
  padding-right: 10px;
}
body .hdexpert-test-form_wrapper ul li#field_11_11 #input_11_11 {
  float: right;
}
body .hdexpert-test-form_wrapper #choice_11_7_1 {
  position: absolute;
  visibility: hidden;
}
body .hdexpert-test-form_wrapper ul.gfield_checkbox .gchoice_11_7_1 {
  font-size: 16px;
  line-height: 38px;
}
body .hdexpert-test-form_wrapper ul.gfield_checkbox .gchoice_11_7_1 label {
  font-weight: normal;
  cursor: pointer;
  padding-left: 44px;
  position: relative;
  font-size: 15px;
  line-height: 38px;
}
body .hdexpert-test-form_wrapper ul.gfield_checkbox .gchoice_11_7_1 label:before {
  content: "";
  position: absolute;
  display: block;
  top: 4px;
  left: 0px;
  width: 32px;
  height: 32px;
  border: solid #fff 1px;
}
body .hdexpert-test-form_wrapper ul.gfield_checkbox .gchoice_11_7_1 label:after {
  content: "";
  position: absolute;
  display: none;
  top: 8px;
  left: 4px;
  width: 24px;
  height: 24px;
  background-color: #fff;
}
body .hdexpert-test-form_wrapper ul.gfield_checkbox .gchoice_11_7_1 input[type=checkbox]:checked + label {
  font-weight: normal;
}
body .hdexpert-test-form_wrapper ul.gfield_checkbox .gchoice_11_7_1 input[type=checkbox]:checked + label:after {
  display: block;
}
@media screen and (max-width: 960px) {
  body .hdexpert-test-form_wrapper {
    margin-top: 15px;
  }
  body .hdexpert-test-form_wrapper li.subsection {
    width: 100%;
    padding: 0;
  }
  body .hdexpert-test-form_wrapper li.subsection + li.subsection {
    padding: 0;
  }
  body .hdexpert-test-form_wrapper ul li#field_11_11 {
    clear: both;
    padding-right: 0;
  }
  body .hdexpert-test-form_wrapper ul li#field_11_11 #input_11_11 {
    float: none;
  }
  body .hdexpert-test-form_wrapper ul li#field_11_11 #input_11_11 > div {
    margin: 0 auto;
  }
}

body .hdexpert-test-form {
  background-color: #000;
  color: #fff;
  position: relative;
  float: left;
  clear: both;
}
body .hdexpert-test-form .gform_footer {
  width: 275px;
  padding: 0;
  margin: 0;
  left: 50%;
  margin-left: 14px;
  position: absolute;
  bottom: 17px;
}
@media screen and (max-width: 1279px) {
  body .hdexpert-test-form .gform_footer {
    width: 100%;
    position: static;
    bottom: auto;
    left: auto;
    margin: 0;
    padding-left: 15px;
  }
}
@media screen and (max-width: 960px) {
  body .hdexpert-test-form .gform_footer {
    padding-left: 0;
    text-align: center;
  }
}
body .hdexpert-test-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .hdexpert-test-form textarea {
  font-family: "proxima-nova", sans-serif;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  box-shadow: none;
  border: solid #fff 1px;
  border-radius: 0;
  background-color: transparent;
  line-height: 50px;
  height: 50px;
  font-size: 20px;
  width: 100%;
  color: #fff;
  padding: 0 18px !important;
}
body .hdexpert-test-form textarea {
  max-width: 100%;
  line-height: 125%;
  padding-top: 12px !important;
}
body .hdexpert-test-form textarea.medium {
  height: 180px;
}
body .hdexpert-test-form .top_label .gfield_label {
  display: none;
}
body .hdexpert-test-form input[type=submit] {
  color: #000;
  border: solid #000 2px;
  font-size: 20px;
  height: 46px;
  line-height: 46px;
  white-space: nowrap;
  padding: 0 12px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  background: transparent;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  letter-spacing: 0;
  display: inline-block;
  min-width: 300px;
  text-align: center;
  border-radius: 0;
  color: #fff !important;
  border: solid #fff 2px !important;
  text-decoration: none !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  font-weight: bold !important;
  font-size: 20px !important;
  margin: 0 !important;
  line-height: 42px;
  outline: none;
  background-color: #FBC507;
  color: #000 !important;
}
body .hdexpert-test-form input[type=submit]:hover {
  letter-spacing: 1px;
  background: #FBC507 !important;
  border: solid #FBC507 2px !important;
  color: #fff !important;
  min-width: 320px;
}
@media screen and (max-width: 767px) {
  body .hdexpert-test-form input[type=submit] {
    font-size: 16px;
    height: 36px;
    line-height: 34px;
    min-width: 180px;
  }
}
body .hdexpert-test-form input[type=submit]:hover {
  max-width: 100% !important;
  min-width: 0 !important;
  letter-spacing: 0;
  border-color: #FBC507;
}
@media screen and (max-width: 1279px) {
  body .hdexpert-test-form input[type=submit] {
    min-width: 300px !important;
    max-width: 300px !important;
  }
}
body .hdexpert-test-form ::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
body .hdexpert-test-form ::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
body .hdexpert-test-form :-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
body .hdexpert-test-form ::-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
body .hdexpert-test-form ::placeholder {
  opacity: 1;
  color: #fff;
}
@media screen and (min-width: 641px) {
  body .hdexpert-test-form input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: inherit;
    min-height: inherit;
  }
}

/**
 * Select2
 */
.no-search .select2-search {
  display: none;
}

.select2-container--hdexpert2 {
  font-family: "proxima-nova", sans-serif;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  box-shadow: none;
  border: solid #fff 1px;
  border-radius: 0;
  background-color: transparent;
  line-height: 50px;
  height: 50px;
  font-size: 20px;
  width: 100%;
  color: #fff;
  padding: 0 18px !important;
}
.select2-container--hdexpert2.select2-container--open {
  border-width: 0px;
}
.select2-container--hdexpert2.select2-container--open.select2-container--below {
  border-width: 1px;
}
.select2-container--hdexpert2 .select2-results__options {
  border: 0;
  border-top: 0;
  background-color: #000;
}
.select2-container--hdexpert2 .select2-dropdown {
  border: solid #fff 1px !important;
  border-radius: 0 !important;
  background: transparent;
}
.select2-container--hdexpert2 .select2-results {
  width: 100%;
}
.select2-container--hdexpert2 .select2-results > .select2-results__options {
  max-height: 600px;
  overflow-y: auto;
}
.select2-container--hdexpert2 .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  line-height: 50px;
}
.select2-container--hdexpert2 .select2-results__option {
  margin: 0;
  padding: 12px 16px;
  line-height: 100%;
  color: #fff;
  background-color: #000;
  text-align: left;
  border-bottom: solid #fff 1px;
  text-transform: none;
}
.select2-container--hdexpert2 .select2-results__option:hover {
  background-color: #fff;
  color: #000;
}
.select2-container--hdexpert2 .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 0;
  height: 0;
  border-top: 10px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  margin-top: -5px;
}
.select2-container--hdexpert2.select2-container--open .select2-selection__arrow {
  border-top: 0;
  border-bottom: 10px solid #fff;
}

body .hdexpert-floating-form {
  background-color: #000;
  color: #fff;
  position: relative;
  float: left;
  clear: both;
}
body .hdexpert-floating-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .hdexpert-floating-form textarea {
  font-family: "proxima-nova", sans-serif;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  box-shadow: none;
  border: solid #fff 1px;
  border-radius: 0;
  background-color: transparent;
  line-height: 35px;
  height: 35px;
  font-size: 14px;
  font-weight: 800;
  width: 100%;
  color: #fff;
  padding: 0 10px !important;
  text-transform: uppercase;
  text-align: center;
}
body .hdexpert-floating-form textarea {
  max-width: 100%;
  line-height: 125%;
  padding-top: 12px !important;
}
body .hdexpert-floating-form textarea.medium {
  height: 180px;
}
body .hdexpert-floating-form .top_label .gfield_label {
  display: none;
}
body .hdexpert-floating-form .field_description_below .gfield_description {
  padding: 0;
}
body .hdexpert-floating-form .gfield_html h1,
body .hdexpert-floating-form .gfield_html h2,
body .hdexpert-floating-form .gfield_html p {
  text-align: center;
}
body .hdexpert-floating-form .gfield_html h2 {
  margin: 0;
}
body .hdexpert-floating-form .gfield_html p {
  color: #FBC507;
}
body .hdexpert-floating-form .ginput_recaptcha > div {
  transform: scale(0.94);
  margin-left: -9px;
}
body .hdexpert-floating-form .gform_footer {
  padding: 0;
  margin: 10px 0 0;
}
body .hdexpert-floating-form ::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
}
body .hdexpert-floating-form ::-moz-placeholder {
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
}
body .hdexpert-floating-form :-ms-input-placeholder {
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
}
body .hdexpert-floating-form ::-ms-input-placeholder {
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
}
body .hdexpert-floating-form ::placeholder {
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 641px) {
  body .hdexpert-floating-form input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: inherit;
    min-height: inherit;
  }
  body .hdexpert-floating-form ul.gform_fields li.gfield {
    margin: 0;
    padding: 0;
  }
}

/**
 * Submit button
 * Errors messages
 * Agree to terms checkbox
 */
body .hdexpert-floating-form_wrapper .gform_footer {
  text-align: center;
}
body .hdexpert-floating-form_wrapper .gform_footer input.button,
body .hdexpert-floating-form_wrapper .gform_footer input[type=submit],
body .hdexpert-floating-form_wrapper .gform_page_footer input.button,
body .hdexpert-floating-form_wrapper .gform_page_footer input[type=submit] {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  box-shadow: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  display: inline-block;
  padding: 12px 24px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  background-color: #FBC507;
  color: #000;
  border: solid #000 1px;
  font-size: 16px;
  line-height: 20px;
  min-width: 260px;
  border-radius: 0;
  margin: 0;
  font-weight: 800 !important;
  border: solid #fff 1px;
  font-size: 14px;
  padding: 12px;
}
body .hdexpert-floating-form_wrapper .gform_footer input.button:hover,
body .hdexpert-floating-form_wrapper .gform_footer input[type=submit]:hover,
body .hdexpert-floating-form_wrapper .gform_page_footer input.button:hover,
body .hdexpert-floating-form_wrapper .gform_page_footer input[type=submit]:hover {
  background-color: #000;
  color: #fff;
  padding: 12px 32px;
  min-width: 280px;
}
body .hdexpert-floating-form_wrapper .gform_footer input.button:hover,
body .hdexpert-floating-form_wrapper .gform_footer input[type=submit]:hover,
body .hdexpert-floating-form_wrapper .gform_page_footer input.button:hover,
body .hdexpert-floating-form_wrapper .gform_page_footer input[type=submit]:hover {
  padding: 12px 24px;
  border: solid #fff 1px;
  color: #fff;
}
@media screen and (min-width: 641px) {
  body .hdexpert-floating-form_wrapper .gform_footer input.button,
body .hdexpert-floating-form_wrapper .gform_footer input[type=submit],
body .hdexpert-floating-form_wrapper .gform_page_footer input.button,
body .hdexpert-floating-form_wrapper .gform_page_footer input[type=submit] {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    box-shadow: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    display: inline-block;
    padding: 12px 24px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    background-color: #FBC507;
    color: #000;
    border: solid #000 1px;
    font-size: 16px;
    line-height: 20px;
    min-width: 260px;
    border-radius: 0;
    margin: 0;
    font-weight: 800 !important;
    border: solid #fff 1px;
    font-size: 14px;
    padding: 12px;
  }
  body .hdexpert-floating-form_wrapper .gform_footer input.button:hover,
body .hdexpert-floating-form_wrapper .gform_footer input[type=submit]:hover,
body .hdexpert-floating-form_wrapper .gform_page_footer input.button:hover,
body .hdexpert-floating-form_wrapper .gform_page_footer input[type=submit]:hover {
    background-color: #000;
    color: #fff;
    padding: 12px 32px;
    min-width: 280px;
  }
  body .hdexpert-floating-form_wrapper .gform_footer input.button:hover,
body .hdexpert-floating-form_wrapper .gform_footer input[type=submit]:hover,
body .hdexpert-floating-form_wrapper .gform_page_footer input.button:hover,
body .hdexpert-floating-form_wrapper .gform_page_footer input[type=submit]:hover {
    padding: 12px 24px;
    border: solid #fff 1px;
    color: #fff;
  }
}
body .hdexpert-floating-form_wrapper .gfield_error .validation_message {
  color: #FBC507;
}
body .hdexpert-floating-form_wrapper div.validation_error {
  color: #fff;
  border: 0;
  padding: 0 0 10px 0;
  margin: 0;
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
}
body .hdexpert-floating-form_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: unset !important;
  background: transparent;
  border: 0;
}
@media screen and (min-width: 641px) {
  body .hdexpert-floating-form_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: unset !important;
    background: transparent;
    border: 0;
  }
}
body .hdexpert-floating-form_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .hdexpert-floating-form_wrapper li.gfield_error textarea {
  border: solid #fff 1px;
}
body .hdexpert-floating-form_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding: 0;
  font-weight: 800;
  color: #FBC507;
}
body .hdexpert-floating-form_wrapper li.gfield_error div.ginput_complex.ginput_container label,
body .hdexpert-floating-form_wrapper li.gfield_error ul.gfield_checkbox,
body .hdexpert-floating-form_wrapper li.gfield_error ul.gfield_radio {
  color: #fff;
}
body .hdexpert-floating-form_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .hdexpert-floating-form_wrapper ul li.field_description_below div.ginput_container_radio {
  margin: 5px 0 0;
}
body .hdexpert-floating-form_wrapper ul.gfield_checkbox {
  width: 100% !important;
}
body .hdexpert-floating-form_wrapper ul.gfield_checkbox li {
  font-size: 16px;
  line-height: 38px;
}
body .hdexpert-floating-form_wrapper ul.gfield_checkbox li label {
  font-weight: normal;
  cursor: pointer;
  padding-left: 40px;
  position: relative;
  font-size: 10px;
  line-height: 12px;
  max-width: 100%;
  width: 100%;
}
body .hdexpert-floating-form_wrapper ul.gfield_checkbox li label:before {
  content: "";
  position: absolute;
  display: block;
  top: 1px;
  left: 0px;
  width: 32px;
  height: 32px;
  border: solid #fff 1px;
}
body .hdexpert-floating-form_wrapper ul.gfield_checkbox li label:after {
  content: "";
  position: absolute;
  display: none;
  top: 5px;
  left: 4px;
  width: 24px;
  height: 24px;
  background-color: #fff;
}
body .hdexpert-floating-form_wrapper ul.gfield_checkbox li input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}
body .hdexpert-floating-form_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label {
  font-weight: normal;
}
body .hdexpert-floating-form_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:after {
  display: block;
}
@media screen and (max-width: 480px) {
  body .hdexpert-floating-form_wrapper form {
    padding: 0;
  }
}

/**
 * Alternate form
 */
body .hdexpert-floating-form.is-alt-form {
  background-color: #FBC507;
  color: #000;
}
body .hdexpert-floating-form.is-alt-form .gfield_html p {
  color: #000;
}
body .hdexpert-floating-form.is-alt-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .hdexpert-floating-form.is-alt-form textarea {
  background-color: #fff;
  color: #000;
  border: solid #000 1px;
}
body .hdexpert-floating-form.is-alt-form li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .hdexpert-floating-form.is-alt-form li.gfield_error textarea {
  border: solid #000 1px;
}
body .hdexpert-floating-form.is-alt-form ::-webkit-input-placeholder {
  color: #000;
}
body .hdexpert-floating-form.is-alt-form ::-moz-placeholder {
  color: #000;
}
body .hdexpert-floating-form.is-alt-form :-ms-input-placeholder {
  color: #000;
}
body .hdexpert-floating-form.is-alt-form ::-ms-input-placeholder {
  color: #000;
}
body .hdexpert-floating-form.is-alt-form ::placeholder {
  color: #000;
}
body .hdexpert-floating-form.is-alt-form .select2-container--hdexpert3 {
  background-color: #fff;
  color: #000;
  border: solid #000 1px;
}
body .hdexpert-floating-form.is-alt-form .select2-selection__arrow {
  border-top: 10px solid #000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
body .hdexpert-floating-form.is-alt-form.select2-container--open .select2-selection__arrow {
  border-bottom: 10px solid #000;
}
body .hdexpert-floating-form.is-alt-form ul.gfield_checkbox li label {
  color: #000;
}
body .hdexpert-floating-form.is-alt-form ul.gfield_checkbox li label:before {
  border: solid #000 1px;
  background-color: #fff;
}
body .hdexpert-floating-form.is-alt-form ul.gfield_checkbox li label:after {
  background-color: #000;
}

body .hdexpert-floating-form_wrapper.is-alt-form_wrapper .gform_footer input.button,
body .hdexpert-floating-form_wrapper.is-alt-form_wrapper .gform_footer input[type=submit],
body .hdexpert-floating-form_wrapper.is-alt-form_wrapper .gform_page_footer input.button,
body .hdexpert-floating-form_wrapper.is-alt-form_wrapper .gform_page_footer input[type=submit] {
  background-color: #000;
  color: #fff;
}
@media screen and (min-width: 641px) {
  body .hdexpert-floating-form_wrapper.is-alt-form_wrapper .gform_footer input.button,
body .hdexpert-floating-form_wrapper.is-alt-form_wrapper .gform_footer input[type=submit],
body .hdexpert-floating-form_wrapper.is-alt-form_wrapper .gform_page_footer input.button,
body .hdexpert-floating-form_wrapper.is-alt-form_wrapper .gform_page_footer input[type=submit] {
    background-color: #000;
    color: #fff;
  }
}
body .hdexpert-floating-form_wrapper.is-alt-form_wrapper div.validation_error,
body .hdexpert-floating-form_wrapper.is-alt-form_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
body .hdexpert-floating-form_wrapper.is-alt-form_wrapper .gfield_error .validation_message {
  color: #000;
}

/**
 * Select2
 */
.no-search .select2-search {
  display: none;
}

.select2-container--hdexpert3 {
  font-family: "proxima-nova", sans-serif;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  box-shadow: none;
  border: solid #fff 1px;
  border-radius: 0;
  background-color: transparent;
  line-height: 35px;
  height: 35px;
  font-size: 14px;
  font-weight: 800;
  width: 100%;
  color: #fff;
  padding: 0 10px !important;
  text-transform: uppercase;
  text-align: center;
}
.select2-container--hdexpert3.select2-container--open {
  border-width: 0px;
}
.select2-container--hdexpert3.select2-container--open.select2-container--below {
  border-width: 1px;
}
.select2-container--hdexpert3 .select2-results__options {
  border: 0;
  border-top: 0;
  background-color: #000;
}
.select2-container--hdexpert3 .select2-dropdown {
  border: solid #fff 1px !important;
  border-radius: 0 !important;
  background: transparent;
}
.select2-container--hdexpert3 .select2-results {
  width: 100%;
}
.select2-container--hdexpert3 .select2-results > .select2-results__options {
  max-height: 280px;
  overflow-y: auto;
}
.select2-container--hdexpert3 .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
}
.select2-container--hdexpert3 .select2-results__option {
  margin: 0;
  padding: 12px 16px;
  line-height: 100%;
  color: #fff;
  background-color: #000;
  text-align: left;
  border-bottom: solid #fff 1px;
  text-transform: none;
}
.select2-container--hdexpert3 .select2-results__option:hover {
  background-color: #fff;
  color: #000;
}
.select2-container--hdexpert3 .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 0;
  height: 0;
  border-top: 10px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  margin-top: -5px;
}
.select2-container--hdexpert3.select2-container--open .select2-selection__arrow {
  border-top: 0;
  border-bottom: 10px solid #fff;
}

/**
 * Floating pane
 */
.hdexpert-floating-pane {
  text-align: center;
}
.hdexpert-floating-pane .page-wrap {
  position: relative;
}
.hdexpert-floating-pane .form-layer {
  position: absolute;
  width: 100%;
  right: -575px;
  top: 0px;
  -webkit-transition: transform 0.45s;
  transition: transform 0.45s;
}
.hdexpert-floating-pane .form-box {
  width: 100%;
  max-width: 320px;
  border: solid #FBC507 1px;
  padding: 16px;
  text-align: center;
  float: left;
  clear: both;
  background-color: #000;
}
.hdexpert-floating-pane.is-alt .form-box {
  background-color: #FBC507;
  color: #000;
  border: solid #000 1px;
}
.hdexpert-floating-pane.position-alt .form-layer {
  margin-top: -110px;
  right: auto;
  left: 30px;
  top: 0px;
}
@media screen and (max-width: 1250px) {
  .hdexpert-floating-pane.position-alt .form-layer {
    left: 0px;
  }
}
@media screen and (max-width: 960px) {
  .hdexpert-floating-pane .form-layer {
    position: static;
    right: auto;
    top: auto;
    padding: 0;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .hdexpert-floating-pane .form-box {
    margin: 15px 0 30px 0;
  }
  .hdexpert-floating-pane.position-alt .form-layer {
    left: auto;
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 640px) {
  .hdexpert-floating-pane .form-layer {
    max-width: 100%;
    padding: 0 15px;
  }
  .hdexpert-floating-pane .form-box {
    max-width: 100%;
  }
}

.remove-top-margin .hdexpert-floating-pane.position-alt .form-layer {
  margin-top: 0;
}

.industry-coolant-row .vc_col-sm-4 {
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .industry-coolant-row .vc_col-sm-4:first-child {
    padding-left: 15px;
  }
  .industry-coolant-row .vc_col-sm-4:last-child {
    padding-right: 15px;
  }
}
@media screen and (max-width: 960px) {
  .industry-coolant-row .vc_col-sm-4 {
    width: 100%;
  }
  .industry-coolant-row .vc_col-sm-4 > .vc_column-inner {
    max-width: 480px;
    margin: 0 auto;
  }
  .industry-coolant-row .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .industry-coolant-row .vc_col-sm-4:first-child {
    padding-left: 0;
  }
  .industry-coolant-row .vc_col-sm-4:last-child {
    padding-right: 0;
  }
  .industry-coolant-row.angle-background-1 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .industry-coolant-row .vc_empty_space {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .industry-coolant-row .form-layer {
    padding: 0 !important;
  }
}

@media screen and (max-width: 960px) {
  .hide-smaller-screens {
    display: none !important;
  }
}
/**
 * Image on left opposite column from floating form
 */
.floating-side-image img {
  width: 100%;
  max-width: 280px;
  height: auto;
  margin: 0 60px 0 0;
  float: right;
  display: block;
}
@media screen and (max-width: 1250px) {
  .floating-side-image img {
    max-width: 220px;
    margin: 0 45px 0 0;
  }
}
@media screen and (max-width: 960px) {
  .floating-side-image img {
    float: none;
    margin: 0 auto;
    padding-bottom: 60px;
    max-width: 180px;
  }
}

/**
 * Focus on floating form link
 */
.focus-floating-form {
  cursor: default;
  color: #000;
}
.focus-floating-form:hover {
  color: #000;
}
@media screen and (max-width: 1280px) {
  .focus-floating-form {
    cursor: pointer;
  }
}

.resend-email-message {
  font-weight: bold;
  display: block;
  margin-top: 15px;
}

html[lang=fr-FR] body .hdexpert-floating-form.is-alt-form .gfield_html p {
  font-size: 15px;
  line-height: 17px;
}

.error404 .hdexpert-rev-text {
  margin-bottom: 120px;
  padding: 0 15px;
}
.error404 .hdexpert-rev-text h1.page-title {
  margin: 60px 0 0;
  font-size: 75px;
  line-height: 85px;
  font-weight: 800;
  letter-spacing: -0.1px;
}

.hdexpert-whitepaper-pane {
  background-color: #fff;
  color: #000;
}
.hdexpert-whitepaper-pane .page-wrap {
  position: relative;
}
.hdexpert-whitepaper-pane .content-pad {
  padding-top: 60px;
}
.hdexpert-whitepaper-pane .proshield {
  position: absolute;
  width: 480px;
  top: -140px;
  right: -260px;
  -webkit-transform: rotate(1.55deg);
  transform: rotate(1.55deg);
}
.hdexpert-whitepaper-pane .images {
  padding: 30px 0 60px 0;
}
.hdexpert-whitepaper-pane .images a {
  display: block;
  position: relative;
  -webkit-transition: transform 0.15s;
  transition: transform 0.15s;
  margin-bottom: 30px;
}
.hdexpert-whitepaper-pane .images a:after {
  content: "";
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -37px;
  border-left: 37px solid transparent;
  border-right: 37px solid transparent;
  border-bottom: 16px solid #FBC507;
}
.hdexpert-whitepaper-pane .images a .label {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 0%;
  bottom: -50px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FBC507;
  opacity: 0;
}
.hdexpert-whitepaper-pane .images a:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.hdexpert-whitepaper-pane .images a:hover:after {
  bottom: -30px;
}
.hdexpert-whitepaper-pane .images a:hover .label {
  opacity: 1;
  bottom: -55px;
}
.hdexpert-whitepaper-pane .images img {
  border: solid #fff 1px;
}
.hdexpert-whitepaper-pane .below-text a {
  color: #000;
  text-decoration: underline;
}
.hdexpert-whitepaper-pane .below-text a:hover {
  color: #FBC507;
}
.hdexpert-whitepaper-pane .hdexpert-row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.hdexpert-whitepaper-pane .hdexpert-column {
  padding: 0 7.5px;
  flex: 0 0 25%;
  max-width: 25%;
}
.hdexpert-whitepaper-pane h1,
.hdexpert-whitepaper-pane h2 {
  margin: 0 0 10px 0;
}
.hdexpert-whitepaper-pane .button-para {
  text-align: center;
}
.hdexpert-whitepaper-pane .divider {
  width: 100%;
  float: left;
  clear: both;
  margin: 45px 0;
}
.hdexpert-whitepaper-pane .divider .hr {
  width: 100%;
  max-width: 332px;
  margin: 0 auto;
  height: 1px;
  background-color: #707070;
}
.hdexpert-whitepaper-pane.type-alt {
  color: #fff;
  background-color: #000;
}
.hdexpert-whitepaper-pane.type-alt .images {
  padding: 30px 0 60px 0;
}
@media screen and (max-width: 1280px) {
  .hdexpert-whitepaper-pane .content-pad {
    padding: 0 15px;
  }
  .hdexpert-whitepaper-pane .above-text {
    padding-top: 40px;
  }
  .hdexpert-whitepaper-pane .proshield {
    width: 200px;
    top: -75px;
    right: 0;
  }
}
@media screen and (max-width: 960px) {
  .hdexpert-whitepaper-pane .images a {
    margin-bottom: 80px;
  }
  .hdexpert-whitepaper-pane .images a:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .hdexpert-whitepaper-pane .images a:hover:after {
    bottom: -20px;
  }
  .hdexpert-whitepaper-pane .images a:hover .label {
    opacity: 1;
    bottom: -45px;
  }
  .hdexpert-whitepaper-pane .images a:after {
    bottom: -20px;
  }
  .hdexpert-whitepaper-pane .images a .label {
    opacity: 1;
    bottom: -45px;
  }
}
@media screen and (max-width: 767px) {
  .hdexpert-whitepaper-pane {
    padding-bottom: 30px;
  }
  .hdexpert-whitepaper-pane .images {
    padding-bottom: 0;
  }
  .hdexpert-whitepaper-pane .hdexpert-column {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .hdexpert-whitepaper-pane .proshield {
    top: -55px;
  }
}

.whitepaper-nudge .hdexpert-whitepaper-pane .proshield {
  width: 200px;
  top: -75px;
  right: 0;
}
@media screen and (max-width: 480px) {
  .whitepaper-nudge .hdexpert-whitepaper-pane .proshield {
    top: -55px;
  }
}
.whitepaper-nudge .hdexpert-whitepaper-pane .content-pad {
  padding-top: 60px;
}
@media screen and (max-width: 1280px) {
  .whitepaper-nudge .hdexpert-whitepaper-pane .content-pad {
    padding-top: 0;
    padding-bottom: 30px;
  }
}

.whitepaper-pane-mods .hdexpert-whitepaper-pane .content-pad {
  padding-top: 0px;
}

html[lang=fr-FR] .hdexpert-whitepaper-pane .images a .label {
  bottom: -70px;
  font-size: 12px;
  line-height: 14px;
}
html[lang=fr-FR] .hdexpert-whitepaper-pane .images a:hover label {
  bottom: -70px;
}

.page-template-template-whitepapers {
  background-color: #000;
  color: #fff;
}

.hdexpert-whitepaper-intro {
  background-color: #000;
  color: #fff;
  padding: 0 0 100px 0;
}
.hdexpert-whitepaper-intro .pane-content {
  margin-bottom: 50px;
}
.hdexpert-whitepaper-intro .column-image {
  padding-right: 22px;
}
.hdexpert-whitepaper-intro .column-image img {
  border: solid #fff 1px;
}
.hdexpert-whitepaper-intro .pane-nav h2 {
  text-align: center;
  margin-bottom: 10px;
  color: #FBC507;
  text-transform: uppercase;
}
.hdexpert-whitepaper-intro .pane-nav ul {
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
}
.hdexpert-whitepaper-intro .pane-nav img {
  -webkit-transition: transform 0.15s;
  transition: transform 0.15s;
  border: solid #fff 1px;
}
.hdexpert-whitepaper-intro .pane-nav a {
  position: relative;
  display: block;
}
.hdexpert-whitepaper-intro .pane-nav a:after {
  content: "";
  -webkit-transition: bottom 0.15s;
  transition: bottom 0.15s;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -37px;
  border-left: 37px solid transparent;
  border-right: 37px solid transparent;
  border-bottom: 16px solid #FBC507;
}
.hdexpert-whitepaper-intro .pane-nav a .label {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 0%;
  bottom: -50px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FBC507;
  opacity: 0;
}
.hdexpert-whitepaper-intro .pane-nav a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.hdexpert-whitepaper-intro .pane-nav a:hover:after {
  bottom: -35px;
}
.hdexpert-whitepaper-intro .pane-nav a:hover .label {
  opacity: 1;
  bottom: -60px;
}
.hdexpert-whitepaper-intro .column-link {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 0 15px;
}
.hdexpert-whitepaper-intro p {
  margin-bottom: 25px;
}
.hdexpert-whitepaper-intro p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .hdexpert-whitepaper-intro .pane-nav {
    padding: 0 15px;
  }
  .hdexpert-whitepaper-intro .pane-nav ul {
    list-style: none;
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .hdexpert-whitepaper-intro .column-link {
    padding: 0 7.5px;
  }
}

html[lang=fr-FR] .hdexpert-whitepaper-intro .pane-nav a:hover .label {
  opacity: 1;
  bottom: -90px;
}

.hdexpert-barrels-nav {
  font-size: 10px;
  line-height: 12px;
  font-weight: bold;
  text-align: center;
}
.hdexpert-barrels-nav .lb {
  display: block !important;
}
.hdexpert-barrels-nav .title {
  font-size: 21px;
  line-height: 22px;
  font-weight: 800;
  text-transform: uppercase;
}
.hdexpert-barrels-nav .barrels-row {
  list-style: none;
}
.hdexpert-barrels-nav .barrel-col {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  padding: 0;
}
.hdexpert-barrels-nav .column-endurance {
  z-index: 2;
}
.hdexpert-barrels-nav .column-extreme {
  z-index: 1;
}
.hdexpert-barrels-nav a {
  display: block;
  color: #fff;
  position: relative;
}
.hdexpert-barrels-nav .barrel {
  display: block;
}
.hdexpert-barrels-nav .barrel img {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.hdexpert-barrels-nav a:hover .barrel img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hdexpert-barrels-nav .valign2 {
  vertical-align: bottom;
}
.hdexpert-barrels-nav .buttons {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 115%;
}
.hdexpert-barrels-nav .title-line {
  display: block;
  text-transform: uppercase;
  background-color: #838281;
  line-height: 100%;
  padding: 6px 2px;
}
.hdexpert-barrels-nav .headline {
  margin-bottom: 8px;
}
.hdexpert-barrels-nav .full-specs {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hdexpert-barrels-nav .column-classic .headline,
.hdexpert-barrels-nav .column-classic a:hover .full-specs, .hdexpert-barrels-nav.type-big .column-classic .full-specs {
  background-color: #9E66A7;
}
.hdexpert-barrels-nav .column-premium .headline,
.hdexpert-barrels-nav .column-premium a:hover .full-specs, .hdexpert-barrels-nav.type-big .column-premium .full-specs {
  background-color: #FF791F;
}
.hdexpert-barrels-nav .column-extra .headline,
.hdexpert-barrels-nav .column-extra a:hover .full-specs, .hdexpert-barrels-nav.type-big .column-extra .full-specs {
  background-color: #FFC727;
  color: #000;
}
.hdexpert-barrels-nav .column-endurance .headline,
.hdexpert-barrels-nav .column-endurance a:hover .full-specs, .hdexpert-barrels-nav.type-big .column-endurance .full-specs {
  background-color: #F83146;
}
.hdexpert-barrels-nav .column-extreme .headline,
.hdexpert-barrels-nav .column-extreme a:hover .full-specs, .hdexpert-barrels-nav.type-big .column-extreme .full-specs {
  background-color: #A32035;
}
.hdexpert-barrels-nav .column-extend .headline,
.hdexpert-barrels-nav .column-extend a:hover .full-specs, .hdexpert-barrels-nav.type-big .column-extend .full-specs {
  background-color: #ef4e9c;
}
.hdexpert-barrels-nav .barrel-col:nth-child(2) a,
.hdexpert-barrels-nav .barrel-col:nth-child(5) a {
  margin-top: 20px;
}
.hdexpert-barrels-nav .barrel-col:nth-child(3) a,
.hdexpert-barrels-nav .barrel-col:nth-child(4) a {
  margin-top: 40px;
}
.hdexpert-barrels-nav.type-big {
  margin-bottom: 60px;
}
.hdexpert-barrels-nav.type-big .page-wrap {
  max-width: 1011px;
}
.hdexpert-barrels-nav.type-big .title {
  font-size: 75px;
  font-weight: 800;
  letter-spacing: -0.1px;
  line-height: 100%;
  margin: 60px 0;
}
.hdexpert-barrels-nav.type-big .barrel img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hdexpert-barrels-nav.type-big .column-extra .barrel img {
  -webkit-transform: scale(1.1) scaleX(-5px);
  transform: scale(1.1) scaleX(-5px);
}
.hdexpert-barrels-nav.type-big .column-endurance .barrel img {
  -webkit-transform: scale(1.1) scaleX(5px);
  transform: scale(1.1) scaleX(5px);
}
.hdexpert-barrels-nav.type-big a:hover .barrel img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.hdexpert-barrels-nav.type-big .column-extra a:hover .barrel img {
  -webkit-transform: scale(1.2) scaleX(-5px);
  transform: scale(1.2) scaleX(-5px);
}
.hdexpert-barrels-nav.type-big .column-endurance a:hover .barrel img {
  -webkit-transform: scale(1.2) scaleX(5px);
  transform: scale(1.2) scaleX(5px);
}
.hdexpert-barrels-nav.type-big .title-line {
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
  line-height: 14px;
}
.hdexpert-barrels-nav.type-big .headline {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 4px;
}
.hdexpert-barrels-nav.type-big .full-specs {
  padding-top: 0;
  padding-bottom: 8px;
}
.hdexpert-barrels-nav.type-big .buttons {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 16px;
}
.hdexpert-barrels-nav.type-big a:hover .buttons {
  padding: 0;
}
.hdexpert-barrels-nav.type-big .valign2 {
  padding-bottom: 25px;
}
.hdexpert-barrels-nav.type-big .barrel-col:nth-child(2) a,
.hdexpert-barrels-nav.type-big .barrel-col:nth-child(5) a {
  margin-top: 35px;
}
.hdexpert-barrels-nav.type-big .barrel-col:nth-child(3) a,
.hdexpert-barrels-nav.type-big .barrel-col:nth-child(4) a {
  margin-top: 70px;
}
.hdexpert-barrels-nav.smaller .page-wrap {
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .hdexpert-barrels-nav .page-wrap.is-landing2 {
    max-width: 320px;
  }
  .hdexpert-barrels-nav .title {
    margin-bottom: 12px;
  }
  .hdexpert-barrels-nav .barrels-row {
    padding: 0 6px;
  }
  .hdexpert-barrels-nav .barrel-col {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    margin-bottom: 12px;
  }
  .hdexpert-barrels-nav .barrel-col:nth-child(2) a,
.hdexpert-barrels-nav .barrel-col:nth-child(5) a,
.hdexpert-barrels-nav .barrel-col:nth-child(3) a,
.hdexpert-barrels-nav .barrel-col:nth-child(4) a {
    margin-top: 0;
  }
  .hdexpert-barrels-nav .buttons {
    height: 100%;
  }
  .hdexpert-barrels-nav.type-big .barrel-col {
    padding: 0 15px;
  }
  .hdexpert-barrels-nav.type-big .barrel-col:nth-child(2) a,
.hdexpert-barrels-nav.type-big .barrel-col:nth-child(5) a,
.hdexpert-barrels-nav.type-big .barrel-col:nth-child(3) a,
.hdexpert-barrels-nav.type-big .barrel-col:nth-child(4) a {
    margin-top: 0;
  }
  .hdexpert-barrels-nav.type-big .barrel img,
.hdexpert-barrels-nav.type-big .column-extra .barrel img,
.hdexpert-barrels-nav.type-big .column-endurance .barrel img,
.hdexpert-barrels-nav.type-big a:hover .barrel img,
.hdexpert-barrels-nav.type-big .column-extra a:hover .barrel img,
.hdexpert-barrels-nav.type-big .column-endurance a:hover .barrel img {
    -webkit-transform: none;
    transform: none;
  }
  .hdexpert-barrels-nav.type-big .buttons {
    padding: 0;
  }
}
@media screen and (max-width: 575px) {
  .hdexpert-barrels-nav.type-big .barrel-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.page-template-template-testing .vc_col-has-fill > .vc_column-inner, .page-template-template-testing .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .page-template-template-testing .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .page-template-template-testing .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}
.page-template-template-testing .landing-text strong {
  text-transform: uppercase;
  font-weight: 800;
}
.page-template-template-testing .landing-text h2 {
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 25px 0;
}

.angle-background-1 {
  background-image: url(../img/revisions/angles/angle-bottom-white-nostroke-fs8.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
  padding-bottom: 100px;
}

.angle-background-2 {
  background-image: url(../img/revisions/angles/angle-bottom-black-nostroke-fs8.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
  padding-bottom: 50px;
  background-color: #fff;
  background-color: #fff;
  margin-top: -1px;
}
@media screen and (max-width: 1280px) {
  .angle-background-2 {
    padding-top: 30px;
  }
}

@media screen and (min-width: 1280px) {
  .page-template-template-testing .hdexpert-hero.type-whitepaper h1,
.page-template-template-testing .hdexpert-hero.type-whitepaper h2 {
    font-size: 40px;
    line-height: 42px;
  }
}
.hdexpert-numbered-text {
  position: relative;
  float: left;
  margin: 0 0 30px 0;
}
.hdexpert-numbered-text .number {
  font-size: 50px;
  line-height: 30px;
  font-weight: 800;
  color: #FBC507;
  position: absolute;
  width: 30px;
  text-align: right;
  top: -5px;
  left: -40px;
}
@media screen and (max-width: 767px) {
  .hdexpert-numbered-text .number {
    font-size: 26px;
    width: 20px;
    top: -5px;
    left: -23px;
  }
}

.hdexpert-whitepaper-intro.hide-others {
  padding: 0;
  margin: 60px auto 0 auto;
}
.hdexpert-whitepaper-intro.hide-others .page-wrap.is-landing {
  max-width: 880px;
}
.hdexpert-whitepaper-intro.hide-others .column-image img {
  border: 0;
}

.hdexpert-industry-icons .industries {
  margin: 0;
}
.hdexpert-industry-icons .hd-wrapper {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .hdexpert-industry-icons {
    margin-top: 15px;
  }
}

body.page-id-2766 .hdexpert-hero .bg {
  background-position: top;
}

@media screen and (min-width: 992px) {
  .page-template-template-whitepapers .hdexpert-barrels-nav.type-big {
    margin-bottom: 120px;
  }
  .page-template-template-whitepapers .hdexpert-barrels-nav.type-big .buttons {
    padding: 0px 10px;
  }
  .page-template-template-whitepapers .hdexpert-barrels-nav.type-big .title-line {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  p .wp-image-1071 {
    max-width: 180px;
  }
}
.page-template-template-industries .hdexpert-hero.size-larger .hero-button {
  margin-top: 50px;
}
.page-template-template-industries .hdexpert-hero.size-larger .valign2 {
  padding-top: 150px;
}
@media screen and (max-width: 960px) {
  .page-template-template-industries .hdexpert-hero.size-larger .hero-button {
    margin-top: 15px;
  }
  .page-template-template-industries .hdexpert-hero.size-larger .valign2 {
    padding-top: 0;
  }
}

.testing-rich-content ul,
.testing-rich-content ol {
  margin: 1em;
  padding: 0;
  margin-bottom: 1.5em;
  line-height: 175%;
}

.testing-rich-content ol {
  list-style: decimal inside none;
  margin-left: 0;
}

.hdexpert-testing-content p {
  font-size: inherit;
  margin-bottom: 1.5em !important;
}

body.page-template-page-contact .fleet-text {
  padding-top: 80px;
}

body.page-id-1088 a.hdexpert-button.is-catalog,
body.page-id-1089 a.hdexpert-button.is-catalog,
body.page-id-1090 a.hdexpert-button.is-catalog,
body.page-id-1419 a.hdexpert-button.is-catalog,
body.page-id-1421 a.hdexpert-button.is-catalog,
body.page-id-2693 a.hdexpert-button.is-catalog,
body.page-id-2697 a.hdexpert-button.is-catalog {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  color: #000;
  background: #ffcf2f;
  min-width: 240px;
}

body.page-id-1088 a.hdexpert-button.is-catalog:hover,
body.page-id-1089 a.hdexpert-button.is-catalog:hover,
body.page-id-1090 a.hdexpert-button.is-catalog:hover,
body.page-id-1419 a.hdexpert-button.is-catalog:hover,
body.page-id-1421 a.hdexpert-button.is-catalog:hover,
body.page-id-2693 a.hdexpert-button.is-catalog:hover,
body.page-id-2697 a.hdexpert-button.is-catalog:hover {
  background: #1c7297;
  color: #fff;
}

body.page-id-1088 .thankyou-content p,
body.page-id-1089 .thankyou-content p,
body.page-id-1090 .thankyou-content p,
body.page-id-1419 .thankyou-content p,
body.page-id-1421 .thankyou-content p,
body.page-id-2693 .thankyou-content p,
body.page-id-2697 .thankyou-content p {
  line-height: 200%;
  margin: 0 0 10px 0;
}

body.page-id-1088 .thankyou-content,
body.page-id-1089 .thankyou-content,
body.page-id-1090 .thankyou-content,
body.page-id-1419 .thankyou-content,
body.page-id-1421 .thankyou-content,
body.page-id-2693 .thankyou-content,
body.page-id-2697 .thankyou-content {
  padding-bottom: 120px;
  background-color: #fbfbfb;
  margin: 0;
}

body.page-id-2693 .thankyou-content,
body.page-id-2697 .thankyou-content {
  color: #000;
}

/* Learn - Spanish */
.page-id-2720 .hdexpert-hero h1 {
  line-height: 62px;
  font-size: 62px;
}
@media screen and (max-width: 1340px) {
  .page-id-2720 .hdexpert-hero h1 {
    line-height: 58px;
    font-size: 58px;
  }
}
@media screen and (max-width: 1280px) {
  .page-id-2720 .hdexpert-hero h1 {
    line-height: 42px;
    font-size: 42px;
  }
}

/* Menu - Spanish */
.nav-header li.menu-item-2726 {
  width: 170px;
}

/* Menu - French */
.nav-header li.page-item-777 {
  width: 130px;
}

.nav-header li.menu-item-1357 {
  width: 135px;
}

.nav-header li.menu-item-816 {
  width: 135px;
}

/* Endurance - EN */
/*@media screen and (min-width: 960px) {
  body.postid-48 .hdexpert-product-main .col-content p:last-child {
    margin-top: 57px;
  }
}*/

/*****************************************************************************
 * z-index control, centralized, override all
 *****************************************************************************/
#wpadminbar {
  z-index: 28000005;
}

.header-top {
  z-index: 28000004;
}

.drawer {
  z-index: 28000004;
}

.behind-smaller-screens {
  z-index: -1 !important;
}

.hdexpert-floating-pane .form-layer,
.select2-container--hdexpert3 {
  z-index: 1000;
}

.mfp-bg,
.mfp-wrap,
.select2-container--hdexpert2.select2-container--open {
  z-index: 28000006 !important;
}

.hdexpert-tabs {
  z-index: 28000003;
}

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

/*OEM Approved menu item*/
.oem-approved a:before{
  content:"";
  background-image: url(/wp-content/uploads/2021/05/OEM_approved.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: top; 
  display: block;
  left: 5px;
  position: absolute;
  z-index: 100;
  height:30px;
  width: 30px;
  margin-top:-4px;
}

@media screen and (max-width:1280px){
	.oem-approved a:before{
  		background-size: 30px;
  		margin-left: 100px;
  		height:35px;
  		width: 35px;
  		margin-top:0px;
	}
}
@media screen and (max-width:766px){
.vehicle-list-table td{
	min-width:120px!important;
}
.items-list-table td{
	min-width:120px!important;
	}}

.oem-container{
	display:flex;
}
.oem-text{
	margin-left:10px;
	padding-top: 45px;
}
@media screen and (max-width:530px){
	.oem-container{
		display:block;
	}
	.oem-text{
		margin-left:0px;
		padding-top:10px;
	}
	
}

/*Privacy/Consent*/
.cky-notice-group{flex-wrap: wrap;text-align: center;} 
.cky-notice-des{width:100%}
.cky-notice-btn-wrapper{width: 100%;margin-top: 15px;}
.cky-notice-des p a{color:#264397}

.page-template .gform_wrapper input[type="checkbox"] {
  vertical-align:top !important;
  margin-top: 4px !important;	
}
/* Second Level */
#menu-menu-1-french-1 ul ul, #menu-menu-3 ul ul, #menu-menu-1-spanish-1 ul ul{display:none; position: absolute; top: 100%; width: 260px; background: #fff; border: 1px solid #ccc;padding: 10px 0; z-index:999;}
#menu-menu-1-french-1 ul .menu-item-3812 ul, #menu-menu-1-spanish-1 ul .menu-item-3846{width: 370px;}
#menu-menu-1-french-1 ul ul li a, #menu-menu-3 ul ul li a ,#menu-menu-1-spanish-1 ul ul li a{width:100%;}
#menu-menu-3 ul li:hover ul {display:block; position:absolute; top:2px;left:100%;}
#menu-menu-1-french-1 ul li:hover ul {display:block; position:absolute; top:2px;left:100%;}
#menu-menu-1-spanish-1 ul li:hover ul{display:block; position:absolute; top:2px;left:100%;}
/*diesel-fuel-conditioner Product page*/
.postid-3794 .hdexpert-product-header .page-wrap{padding-left: 85px;}

.hdexpert-product-subnav .products-nav a{width: 115px;}
.hdexpert-product-subnav-mobile .products-nav a{width: 90px;}

.hdexpert-product-subnav .products-nav li:nth-last-child(-n+4) a{
	width: 130px !important;
}

/* 13/08/24 */

a.hdexpert-button-new{color:#000;font-weight:800;pointer-events:none;}
a.hdexpert-button-new img{  width: 148px;margin-bottom: -3px;height:auto;}
p.no-icon img.icon{display:none !important;}

/** Selector tool **/
.selector-tool-row{background-color: #FBC507;background-image: url(../img/revisions/gradient-bg-fs8.png);background-size: 100%;background-repeat: repeat-y;background-position: top;color: #000;}
.selector-tool-row .hdexpert-hero{max-height: 100% !important}
.selector-tool-row .hdexpert-hero .bg{display: none;}
.selector-tool-row .hdexpert-hero .title{position: static;padding: 80px 15px 0;}
.selector-tool-row .hdexpert-hero h2{text-shadow: none;color: #000;font-weight: 700;font-size: 72px;line-height: 1.1em;margin-bottom: 55px;}

.selector-tool-wrap{text-align: center;padding: 0 15px 80px;}
.selector-tool-search{width: 100%;max-width: 1600px;margin: 0 auto;}
.selector-tool-search .field-group{display: flex;flex-wrap: wrap;justify-content: center;margin: 0 -15px;}
.selector-tool-search .field-group .each{width: 20%;padding: 0 15px;margin-bottom: 35px;}

.select2-container--default .select2-selection--single{border: 0;border-bottom: 1px solid #000;background-color: #fff;text-align: left;padding-left: 10px;padding-right: 40px;height: 50px}
.select2-container--default .select2-selection--single .select2-selection__rendered{background-color: transparent;font-size: 16px;font-weight: 700;color: rgba(0,0,0,0.85);line-height: 50px;line-height: 50px}
.select2-container--default.select2-container--disabled .select2-selection--single{opacity: 0.6;background-color: #fff;}

.select2-container--default .select2-selection--single .select2-selection__arrow{width: 22px;height: 22px;background-image: url(/wp-content/uploads/2024/05/selector_arrow.png);right: 10px;top: 50%;transform: translateY(-50%);}
.select2-container--default .select2-selection--single .select2-selection__arrow b{display: none;}

.selector-search button{display: inline-block;background-color: #000;padding: 17px 190px;border: 0;font-size: 22px;color: #fff;font-family: "proxima-nova", sans-serif;cursor: pointer;}

.selector-tool-loader{position:absolute;left: 50%;bottom: 0;transform: translateX(-50%);background-color: rgba(255,255,255,0.8);width: 50px;height: 50px;border-radius: 50%;}
.selector-tool-loader img{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}

@media(max-width:1199px){
  .selector-tool-row .hdexpert-hero h2{font-size: 46px;margin-bottom: 30px;}
  .selector-tool-search .field-group .each{width: 33.33%;}
  .selector-search button{padding: 17px 100px;}
}

@media(max-width:767px){
  .selector-tool-row .hdexpert-hero .title{padding: 50px 15px 0}
  .selector-tool-row .hdexpert-hero h2{font-size: 32px;}
  .selector-tool-wrap{padding: 0 15px 50px}
  .selector-tool-search .field-group .each{width: 100%;margin-bottom: 20px;}
  .selector-search button{padding: 17px 40px;font-size: 18px;}
}

/** Result table **/
.result-row .wpb_column{float: none;max-width: 1280px;padding: 0 15px;margin: 0 auto;}

.result-img-table, .result-table{width: 100%;}
.result-img-table tr td{text-align: center;}
.result-img-table tr td{width: 25%}
.result-img-table.col-count-2 tr td{width: 37.5%}
.result-img-table tr td:first-child{width: 25%;}
.result-img-table tr td img{max-height: 220px}

.result-table tr th{width: 25%;background-color: rgba(0, 0, 0, 0.68);padding: 15px 20px;font-size: 20px; font-weight: 700; border-top: 1px solid #000; border-right: 1px solid #000;}
.result-table tr th a{color:#fff;}
.result-table.col-count-2 tr th{width: 37.5%}
.result-table tr th:first-child{width: 25%;border-left: 1px solid #000;font-size: 20px;font-weight: 700;}
.result-table tr.match th{font-size: 20px;font-weight: 700;border: 2px solid #000;}
.result-table tr.where-buy th{font-size: 14px;padding: 15px 20px;}
.result-table tr.where-buy th a{display: inline-block;padding: 12px 24px 9px;font-family: "proxima-nova", sans-serif;font-weight: 800;text-transform: uppercase;background-color: #FBC507;color: #000;font-size: 16px;line-height: 20px;transition:.3s;}
.result-table tr.where-buy th a:hover{padding:12px 30px 9px;}
.result-table tr td{padding: 20px;border-top: 1px solid #000;border-right: 1px solid #000;color: rgba(0, 0, 0, .85);line-height: 20px;}
.result-table tr td:first-child{background-color: rgba(0, 0, 0, 0.68);color: #fff;border-left: 1px solid #000;text-align: center;font-weight: 600;line-height: 20px;}
.result-table tr:last-child td{border-bottom: 1px solid #000;}
.result-table tr td ul{padding-left: 16px;}
.result-table tr td p + ul{padding-top: 20px;}
.result-table sup{vertical-align: super;}
.result-row .no-result p{text-align: center;font-size: 40px;color: #000;font-weight: 700;}
.result-row h1{color: #000; font-weight: 700; font-size: 72px; line-height: 1.1em; margin-bottom: 55px;text-align: center;}

.calculation-wrap{display: flex;flex-wrap: wrap;background-color: #fff;}
.calculation-wrap .left-col{position: relative;width: 50%;background-image: url(/wp-content/uploads/2024/05/Mask-Group-31.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;text-align: center;display: flex;flex-direction: column;justify-content: flex-start;padding: 100px 50px;}
.calculation-wrap .left-col:before{position: absolute;content: "";left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(248, 191, 10, .76)}
.calculation-wrap .right-col{width: 50%;padding: 90px 50px 100px}
.calc-dtls{position: relative;z-index: 1;text-align: center;display: flex;flex-wrap: wrap;justify-content: center;align-items: flex-start;width: 100%;}
.calc-dtls .count{width: 100%;margin-bottom: 30px;padding: 0 10px;}
.calc-dtls .count.full{width: 100%;}
.calc-dtls .count:last-child{margin-bottom: 0;}
.calc-dtls .count h2{font-size: 60px;margin-bottom: 5px;}
.calc-dtls .count h3{font-size: 50px;margin-bottom: 4px;}
.calc-dtls .count h4{font-size: 40px;margin-bottom: 10px;}
.calc-dtls .count p{font-size: 30px;font-weight: 500;}
.calc-dtls .count p .info-icon{-webkit-filter: invert(100%);filter: invert(100%);}

.calc-tool{color: #000;max-width: 500px;}
.calc-tool .title{margin-bottom: 30px}
.calc-tool .title h3{font-size: 46px;margin-bottom: 25px;}
.calc-tool .title p{font-size: 15px;font-weight: 500;color: rgba(0, 0, 0, .85);line-height: 20px;margin-bottom: 10px;}
.calc-tool .form-group{margin-bottom: 25px;}
.calc-tool .form-group.range-field{display: flex;flex-wrap: wrap;align-items: flex-end;}
.calc-tool .form-group label{display: inline-block;padding-right: 30px;padding-bottom: 3px;max-width:250px;}
.calc-tool .range-input{width: calc(100% - 250px);display: inline-block;}
.calc-tool .form-group input{width: 150px;height: 44px;border: 1px solid #EEBF35;padding: 4px 20px;color: #000;font-size: 15px;font-weight: 500;}
.calc-tool .form-group input::-webkit-outer-spin-button,
.calc-tool .form-group input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
.calc-tool .form-group input[type=number] {-moz-appearance: textfield;}
.calc-tool .form-group input:focus{outline: 0;}


.calc-tool .calc-btn{display: block;width: 100%;background-color: #000;padding: 17px;border: 0;font-size: 18px;font-weight: 600;color: #fff;font-family: "proxima-nova", sans-serif;cursor: pointer;transition: .3s;margin-top: 45px;}
.calc-tool .calc-btn:hover{background-color: #FBC507}

.irs--flat .irs-line{height: 8px;background-color: #E6E6E6}
.irs--flat .irs-bar {top: 25px;height: 8px;background-color: #E4BC37;}
.irs--flat .irs-handle {top: 20px;width: 17px;height: 17px;background-color: #E4BC37;border-radius: 30px;}
.irs--flat .irs-handle > i:first-child{background-color: transparent;display: none;}
.irs--flat .irs-single{font-size: 14px;background-color: transparent;color: rgba(183, 183, 183, .85)}
.irs--flat .irs-single::before{display: none;}
.irs--flat .irs-min, .irs--flat .irs-max{font-size: 14px;background-color: transparent;color: rgba(183, 183, 183, .85)}

.result-table .vehicle-types{margin: 0;padding-left: 0;}
.result-table .vehicle-types li{text-align: center;margin-right: 15px;}
.result-table .vehicle-types li:last-child{margin-right: 0;}
.result-table .vehicle-types li img{-webkit-filter: invert(100%);filter: invert(100%);}
.result-table .vehicle-types li:last-child{display:inline-block;}

.calculation-wrap .note{position: absolute; right: 40px;  bottom: 30px;  color: #fff; font-size: 20px;}

.searched-for{color: black;  font-size: 16px;  font-weight: normal;  text-align: center;  margin: -50px 0px 50px 0px;}

@media(max-width:991px){
  .calculation-wrap .left-col, .calculation-wrap .right-col{width: 100%;padding: 60px;}
  .calc-dtls{margin-top: 0;}
  .calc-tool{max-width: 100%;}
  .calc-tool .form-group label{max-width: 100%;}
  .calculation-wrap .note{bottom: 20px; font-size:18px;}
}

@media(max-width:767px){
  .result-row h1{font-size: 34px}
  .table-responsive{overflow-x: auto;}
  .result-img-table, .result-table{min-width: 600px;}
  .result-img-table tr td img{max-height: 150px}

  .result-table thead.tableFloatingHeaderOriginal{position: static !important;}
  .result-table thead.tableFloatingHeader{display: none;}
  .result-table tr th{font-size: 15px;}
  .result-table tr.match th, .result-table tr th:first-child{font-size: 16px;}
  .result-table tr td{padding: 12px 10px;font-size: 14px;}

  .calculation-wrap .left-col, .calculation-wrap .right-col{padding: 40px 30px 60px;}
  .calc-dtls .count h2{font-size: 50px;}
  .calc-tool .title h3{font-size: 32px;}
  .calc-tool .title h4{font-size: 30px;}
  .calc-dtls .count p{font-size: 24px;}
  .calc-tool .form-group label{display: block;width: 100%;padding-bottom: 12px;padding-right: 0;}
  .calc-tool .range-input{width: 100%}
  .calc-tool .calc-btn{font-size: 16px;margin-top: 30px;}
}

@media(min-width:1200px){
  .calc-dtls .count{width: 50%;}
}

@media(min-width:1600px){
  .calculation-wrap .left-col{width: 45%;}
  .calculation-wrap .right-col{width: 55%;}
}


/*Added on 26/9*/

.product-list.hdexpert-plist.products-nav-cols .plist-item.item-1{margin-left:0;}
.product-list.hdexpert-plist.products-nav-cols .plist-item.item-5{margin-left: 0}
.hdexpert-plist.product-list{display: flex;flex-wrap: wrap;justify-content: center;}
.hdexpert-plist.product-list .plist-item{width: 28%;}
@media(max-width:991px){
  .hdexpert-plist.product-list .plist-item{width: 48%;}
}
@media(max-width:767px){
  .hdexpert-plist.product-list .plist-item{width: 100%;}
}

/* Added on 31/10/24 */
.pdf_link{padding-top:30px; display:flex; justify-content:center;}
.pdf_link a {background: #fff;color: #000000 !important;padding: 6px 20px;border:1px solid #fff;border-radius: 6px;transition:0.3s linear; font-size:14px;}
.pdf_link a:hover{background:#000; color:#fff !important; border:1px solid #fff;}

/* barrel resize on home page after remove ENDURANCE produts */
.hdexpert-row {max-width: 850px;margin: 0 auto;}
.hdexpert-barrels-nav .barrel-col {flex: 0 0 20%;max-width: 20%;}
.hdexpert-barrels-nav .barrel-col.column-extra{z-index:2}
@media(min-width:768px){
  .hdexpert-barrels-nav.type-big .barrel-col:nth-child(4) a{margin-top:35px}
  .hdexpert-barrels-nav.type-big .barrel-col:nth-child(5) a{margin-top:0}
}